/*
	###########################		START - FILE INFORMATION	###############################################################################
	###			VERSION: 5.0.0;
	###			LEGAL: USE OF THIS FILE CONSTITUTES YOUR ACCEPTANCE OF THE "LICENSE.TXT";
	###			NOTES: ;
	###########################		END - FILE INFORMATION		###############################################################################
*/

@media screen and ( min-width: 800px )
	{
		
		/* #-------------------- SECTION: COLUMN COUNT X; -- */
		section.ColumnsCountX
			{}
		section.ColumnsCountX h2.SectionHeading
			{
				/* NOTE: PROPERTIES FOR STYLING */
				border-bottom:				solid 2px rgba( 100, 100, 100, 1 ); #NOTE: DEFAULT COLOUR FOR COLUMNS;
				text-transform:				uppercase;

				/* NOTE: PROPERTIES FOR LAYOUT */
				margin-bottom:				0;
				text-align:					center;
			}
		section.ColumnsCountX div.Row
			{
				/* NOTE: PROPERTIES FOR LAYOUT */
				display:					flex;
				justify-content:			center;
				padding:					15px .5% 15px .5%;
			}
		section.ColumnsCountX  div.Row div.Column
			{
				/* NOTE: PROPERTIES FOR LAYOUT */
				margin:						0 0 0 0;
				max-width:					20%;
				min-width:					20%;
				position: 					relative;
				
			}
		section.ColumnsCountX  div.Row div.Column:only-of-type
			{
				/* NOTE: PROPERTIES FOR LAYOUT */
				text-align:					center;
				max-width:					60%;
				width:						60% !important;
			}
		section.ColumnsCountX div.Row div.Column div.Image img
			{
				/* NOTE: PROPERTIES FOR LAYOUT */
				width:						100%;
			}
		section.ColumnsCountX  div.Row div.Column div.Content h3
			{
				/* NOTE: PROPERTIES FOR STYLING */
				border-bottom:				solid 1px rgba( 100, 100, 100, 1 );
				text-transform:				uppercase;
				font-size:					120%;

				/* NOTE: PROPERTIES FOR LAYOUT */
				margin-bottom:				0;
				margin-top:					0;
			}
		section.ColumnsCountX  div.Row div.Column div.Content h3::first-letter
			{
				/* NOTE: PROPERTIES FOR STYLING */
				font-size:					140%;
			}
		section.ColumnsCountX  div.Row div.Column div.Content p:nth-of-type(1)
			{
				/* NOTE: PROPERTIES FOR LAYOUT */
				margin-top:					0;
				padding-bottom:				0;
			}
		section.ColumnsCountX  div.Row div.Column div.Content
			{
				/* NOTE: PROPERTIES FOR LAYOUT */
				padding-bottom:				3%;
				padding-left:				3%;
				padding-right:				3%;
			}		
		section.ColumnsCountX  div.Row div.Column div.Link
			{
				/* NOTE: PROPERTIES FOR STYLING */
				text-transform:				uppercase;

				/* NOTE: PROPERTIES FOR LAYOUT */
				bottom:						0;
				left:						0;
				position:					absolute;
				text-align:					center;
				width:						100%;
			}



		



		/* #-------------------- SECTION: COLUMN COUNT X - BOX BACKGROUND COLOUR WHITE; -- */
		section.ColumnsCountX.BoxBackgroundColorWhite
			{ }
		section.ColumnsCountX.BoxBackgroundColorWhite h2.SectionHeading
			{ }
		section.ColumnsCountX.BoxBackgroundColorWhite  div.Row
			{ }
		section.ColumnsCountX.BoxBackgroundColorWhite  div.Row div.Column
			{
				/* NOTE: PROPERTIES FOR STYLING */
				background-color:			rgba( 255, 255, 255, 1 );
				box-shadow:					0 2px 9px 2px rgba( 100, 100, 100, 1 );

				/* NOTE: PROPERTIES FOR LAYOUT */
				margin-right:				1%;
				min-height:					300px;
			}
		section.ColumnsCountX.BoxBackgroundColorWhite div.Row div.Column div.Content h3
			{
				/* NOTE: PROPERTIES FOR STYLING */
				border-bottom:				solid 1px rgba( 100, 100, 100, 1 );
				color:						rgba( 14, 15, 20, 1 );
			}
		section.ColumnsCountX.BoxBackgroundColorWhite div.Row div.Column div.Content
			{
				/* NOTE: PROPERTIES FOR STYLING */
				color:						rgba( 155, 155, 155, 1 );
			}
		section.ColumnsCountX.BoxBackgroundColorWhite  div.Row div.Column:last-of-type
			{
				/* NOTE: PROPERTIES FOR STYLING */
				border-right:				0;
			}
		section.ColumnsCountX.BoxBackgroundColorWhite div.Row div.Column div.Link
			{
				/* NOTE: PROPERTIES FOR STYLING */
				background-color:			rgba( 100, 100, 100, 1 );
				border-top: 				solid 1px rgba( 100, 100, 100, 1 );
				color:						rgba( 255, 255, 255, 1 );
			}
		section.ColumnsCountX.BoxBackgroundColorWhite div.Row div.Column div.Link a
			{
				/* NOTE: PROPERTIES FOR STYLING */
				color:						rgba( 255, 255, 255, 1 );
			}



	
	}