
/* = Reset CSS file for AEM Custom HTML Template
-----------------------------------------------

	This document is used as a reset for the the KPMG AEM site. It contains:
		- A reference for the colours used on the page
		- The @media CSS queries use in the page 
	 	- A reset for the main HTML container that is used to house the HTML on the page to allow for fullwidth and uniterrupted styling
		- A reset Bootstrap grid for the .CustomHTMLPage container with column sizes for xxs, and additional pulls and pushes for manipulation
		- Test header styling to emulate the KPMG header
 

/* = Colours
-----------------------------------------------*/

	/* 

	KPMG COLOURS
	-----------------------

	Black: 			#000000
	White: 			#FFFFFF
	Dark Grey:	 	#333333
	Light Grey: 	#D9D9D9

	KPMG Blue:		#00338D
	Medium Blue: 	#005EB8
	Light Blue:		#0091DA

	Violet:			#483698
	Purple:			#470A68
	Light Purple:	#6D2077
	KPMG Green:		#00A3A1

	Green: 			#009A44
	Light Green: 	#43B02A
	Yellow: 		#EAAA00
	Orange: 		#F68D2E
	Red: 			#BC204B
	Pink: 			#C6007E

	*/


/* = Media Queries
-----------------------------------------------*/


	/* Min Width */

		@media screen and (min-width:480px){
		}

		@media screen and (min-width:768px){
		}

		@media screen and (min-width:992px){
		}


	/* Max Width */

		@media screen and (min-width:1200px){
		}

		@media screen and (max-width:479px){
		}

		@media screen and (max-width:767px){
		}

		@media screen and (max-width:991px){
		}

		@media screen and (max-width:1199px){
		}


	/* Min / Max Width */

		@media screen and (min-width:480px) and (max-width:767px){
		}

		@media screen and (min-width:768px) and (max-width:991px){
		}

		@media screen and (min-width:992px) and (max-width:1199px){
		}


/* = KPMG Template Content Reset
----------------------------------------------- */

	.inner-container{
		width:auto !important;
	}

	.parsys-container{
		border:0px none !important;
	}

	.module-htmlcontainer{
		padding:0px !important;
	}

		.module-htmlcontainer div{
			margin:0px auto; 
			/* margin:initial; */
		}

	@media (min-width: 641px){
		.tmpl-row {
			border-bottom:0px none !important;
		}
	}

	@media (min-width: 641px){
		.container {
			/* width: 100% !important; */
		}
	}


/* = Initial Bootstrap Reset (for .CustomHTMLPage)
-----------------------------------------------*/

	/* -- Container ---------- */

		.CustomHTMLPage .CustomHTMLPage__container {
			width:100%;
			padding-right:30px !important;
			padding-left:30px !important;
			margin-right: auto;
			margin-left: auto;
		}

		@media (min-width: 768px) {
			.CustomHTMLPage .CustomHTMLPage__container {
				padding-right:15px !important;
				padding-left:15px !important;
			}
		}

		@media (min-width: 768px) {
			.CustomHTMLPage .CustomHTMLPage__container {
				max-width: 708px;
			}
		}

		@media (min-width: 992px) {
			.CustomHTMLPage .CustomHTMLPage__container {
				max-width: 932px;
			}
		}

		@media (min-width: 1200px) {
			.CustomHTMLPage .CustomHTMLPage__container {
				max-width: 1140px;
			}
		}

		.CustomHTMLPage .CustomHTMLPage__container-fluid {
			padding-right: 15px !important;
			padding-left: 15px !important;
			margin-right: auto;
			margin-left: auto;
		}

		.CustomHTMLPage .CustomHTMLPage__container.no-padding,
		.CustomHTMLPage .CustomHTMLPage__container-fluid.no-padding {
			padding-right:0px !important;
			padding-left:0px !important;
		}


	/* -- Row ---------- */

		.CustomHTMLPage .row {
			margin-right: -15px;
			margin-left: -15px;
		}


	/* -- Columns ---------- */

		.CustomHTMLPage .col-xxs-1, 
		.CustomHTMLPage .col-xs-1, 
		.CustomHTMLPage .col-sm-1, 
		.CustomHTMLPage .col-md-1, 
		.CustomHTMLPage .col-lg-1, 
		.CustomHTMLPage .col-xxs-2, 
		.CustomHTMLPage .col-xs-2, 
		.CustomHTMLPage .col-sm-2, 
		.CustomHTMLPage .col-md-2, 
		.CustomHTMLPage .col-lg-2, 
		.CustomHTMLPage .col-xxs-3, 
		.CustomHTMLPage .col-xs-3, 
		.CustomHTMLPage .col-sm-3, 
		.CustomHTMLPage .col-md-3, 
		.CustomHTMLPage .col-lg-3, 
		.CustomHTMLPage .col-xxs-4, 
		.CustomHTMLPage .col-xs-4, 
		.CustomHTMLPage .col-sm-4, 
		.CustomHTMLPage .col-md-4, 
		.CustomHTMLPage .col-lg-4, 
		.CustomHTMLPage .col-xxs-5, 
		.CustomHTMLPage .col-xs-5, 
		.CustomHTMLPage .col-sm-5, 
		.CustomHTMLPage .col-md-5, 
		.CustomHTMLPage .col-lg-5, 
		.CustomHTMLPage .col-xxs-6, 
		.CustomHTMLPage .col-xs-6, 
		.CustomHTMLPage .col-sm-6, 
		.CustomHTMLPage .col-md-6, 
		.CustomHTMLPage .col-lg-6, 
		.CustomHTMLPage .col-xxs-7, 
		.CustomHTMLPage .col-xs-7, 
		.CustomHTMLPage .col-sm-7, 
		.CustomHTMLPage .col-md-7, 
		.CustomHTMLPage .col-lg-7, 
		.CustomHTMLPage .col-xxs-8, 
		.CustomHTMLPage .col-xs-8, 
		.CustomHTMLPage .col-sm-8, 
		.CustomHTMLPage .col-md-8, 
		.CustomHTMLPage .col-lg-8, 
		.CustomHTMLPage .col-xxs-9, 
		.CustomHTMLPage .col-xs-9, 
		.CustomHTMLPage .col-sm-9, 
		.CustomHTMLPage .col-md-9, 
		.CustomHTMLPage .col-lg-9, 
		.CustomHTMLPage .col-xxs-10, 
		.CustomHTMLPage .col-xs-10, 
		.CustomHTMLPage .col-sm-10, 
		.CustomHTMLPage .col-md-10, 
		.CustomHTMLPage .col-lg-10, 
		.CustomHTMLPage .col-xxs-11, 
		.CustomHTMLPage .col-xs-11, 
		.CustomHTMLPage .col-sm-11, 
		.CustomHTMLPage .col-md-11, 
		.CustomHTMLPage .col-lg-11, 
		.CustomHTMLPage .col-xxs-12, 
		.CustomHTMLPage .col-xs-12, 
		.CustomHTMLPage .col-sm-12, 
		.CustomHTMLPage .col-md-12, 
		.CustomHTMLPage .col-lg-12 {
			position: relative;
			min-height: 1px;
			padding-right: 15px;
			padding-left: 15px;
		}

		.CustomHTMLPage .col-xxs-1, 
		.CustomHTMLPage .col-xxs-2, 
		.CustomHTMLPage .col-xxs-3, 
		.CustomHTMLPage .col-xxs-4, 
		.CustomHTMLPage .col-xxs-5, 
		.CustomHTMLPage .col-xxs-6, 
		.CustomHTMLPage .col-xxs-7, 
		.CustomHTMLPage .col-xxs-8, 
		.CustomHTMLPage .col-xxs-9, 
		.CustomHTMLPage .col-xxs-10, 
		.CustomHTMLPage .col-xxs-11, 
		.CustomHTMLPage .col-xxs-12 {
			float: left;
		}

		.CustomHTMLPage .col-xxs-12 {
			width: 100%;
		}

		.CustomHTMLPage .col-xxs-11 {
			width: 91.66666667%;
		}

		.CustomHTMLPage .col-xxs-10 {
			width: 83.33333333%;
		}

		.CustomHTMLPage .col-xxs-9 {
			width: 75%;
		}

		.CustomHTMLPage .col-xxs-8 {
			width: 66.66666667%;
		}

		.CustomHTMLPage .col-xxs-7 {
			width: 58.33333333%;
		}

		.CustomHTMLPage .col-xxs-6 {
			width: 50%;
		}

		.CustomHTMLPage .col-xxs-5 {
			width: 41.66666667%;
		}

		.CustomHTMLPage .col-xxs-4 {
			width: 33.33333333%;
		}

		.CustomHTMLPage .col-xxs-3 {
			width: 25%;
		}

		.CustomHTMLPage .col-xxs-2 {
			width: 16.66666667%;
		}

		.CustomHTMLPage .col-xxs-1 {
			width: 8.33333333%;
		}

		.CustomHTMLPage .col-xxs-pull-12 {
			right: 100%;
		}

		.CustomHTMLPage .col-xxs-pull-11 {
			right: 91.66666667%;
		}

		.CustomHTMLPage .col-xxs-pull-10 {
			right: 83.33333333%;
		}

		.CustomHTMLPage .col-xxs-pull-9 {
			right: 75%;
		}

		.CustomHTMLPage .col-xxs-pull-8 {
			right: 66.66666667%;
		}

		.CustomHTMLPage .col-xxs-pull-7 {
			right: 58.33333333%;
		}

		.CustomHTMLPage .col-xxs-pull-6 {
			right: 50%;
		}

		.CustomHTMLPage .col-xxs-pull-5 {
			right: 41.66666667%;
		}

		.CustomHTMLPage .col-xxs-pull-4 {
			right: 33.33333333%;
		}

		.CustomHTMLPage .col-xxs-pull-3 {
			right: 25%;
		}

		.CustomHTMLPage .col-xxs-pull-2 {
			right: 16.66666667%;
		}

		.CustomHTMLPage .col-xxs-pull-1 {
			right: 8.33333333%;
		}

		.CustomHTMLPage .col-xxs-pull-0 {
			right: auto;
		}

		.CustomHTMLPage .col-xxs-push-12 {
			left: 100%;
		}

		.CustomHTMLPage .col-xxs-push-11 {
			left: 91.66666667%;
		}

		.CustomHTMLPage .col-xxs-push-10 {
			left: 83.33333333%;
		}

		.CustomHTMLPage .col-xxs-push-9 {
			left: 75%;
		}

		.CustomHTMLPage .col-xxs-push-8 {
			left: 66.66666667%;
		}

		.CustomHTMLPage .col-xxs-push-7 {
			left: 58.33333333%;
		}

		.CustomHTMLPage .col-xxs-push-6 {
			left: 50%;
		}

		.CustomHTMLPage .col-xxs-push-5 {
			left: 41.66666667%;
		}

		.CustomHTMLPage .col-xxs-push-4 {
			left: 33.33333333%;
		}

		.CustomHTMLPage .col-xxs-push-3 {
			left: 25%;
		}

		.CustomHTMLPage .col-xxs-push-2 {
			left: 16.66666667%;
		}

		.CustomHTMLPage .col-xxs-push-1 {
			left: 8.33333333%;
		}

		.CustomHTMLPage .col-xxs-push-0 {
			left: auto;
		}

		.CustomHTMLPage .col-xxs-offset-12 {
			margin-left: 100%;
		}

		.CustomHTMLPage .col-xxs-offset-11 {
			margin-left: 91.66666667%;
		}

		.CustomHTMLPage .col-xxs-offset-10 {
			margin-left: 83.33333333%;
		}

		.CustomHTMLPage .col-xxs-offset-9 {
			margin-left: 75%;
		}

		.CustomHTMLPage .col-xxs-offset-8 {
			margin-left: 66.66666667%;
		}

		.CustomHTMLPage .col-xxs-offset-7 {
			margin-left: 58.33333333%;
		}

		.CustomHTMLPage .col-xxs-offset-6 {
			margin-left: 50%;
		}

		.CustomHTMLPage .col-xxs-offset-5 {
			margin-left: 41.66666667%;
		}

		.CustomHTMLPage .col-xxs-offset-4 {
			margin-left: 33.33333333%;
		}

		.CustomHTMLPage .col-xxs-offset-3 {
			margin-left: 25%;
		}

		.CustomHTMLPage .col-xxs-offset-2 {
			margin-left: 16.66666667%;
		}

		.CustomHTMLPage .col-xxs-offset-1 {
			margin-left: 8.33333333%;
		}

		.CustomHTMLPage .col-xxs-offset-0 {
			margin-left: 0;
		}

		@media only screen and (max-width: 479px) {
			.CustomHTMLPage .col-xxs-1,
			.CustomHTMLPage .col-xxs-2,
			.CustomHTMLPage .col-xxs-3,
			.CustomHTMLPage .col-xxs-4,
			.CustomHTMLPage .col-xxs-5,
			.CustomHTMLPage .col-xxs-6,
			.CustomHTMLPage .col-xxs-7,
			.CustomHTMLPage .col-xxs-8,
			.CustomHTMLPage .col-xxs-9,
			.CustomHTMLPage .col-xxs-10,
			.CustomHTMLPage .col-xxs-11,
			.CustomHTMLPage .col-xxs-12,
			.CustomHTMLPage .show-xxs {
				display:block;
			}
		}

		@media (min-width: 480px) {
			.CustomHTMLPage .col-xs-1, 
			.CustomHTMLPage .col-xs-2, 
			.CustomHTMLPage .col-xs-3, 
			.CustomHTMLPage .col-xs-4, 
			.CustomHTMLPage .col-xs-5, 
			.CustomHTMLPage .col-xs-6, 
			.CustomHTMLPage .col-xs-7, 
			.CustomHTMLPage .col-xs-8, 
			.CustomHTMLPage .col-xs-9, 
			.CustomHTMLPage .col-xs-10, 
			.CustomHTMLPage .col-xs-11, 
			.CustomHTMLPage .col-xs-12 {
				float: left;
			}

			.CustomHTMLPage .col-xs-12 {
				width: 100%;
			}

			.CustomHTMLPage .col-xs-11 {
				width: 91.66666667%;
			}

			.CustomHTMLPage .col-xs-10 {
				width: 83.33333333%;
			}

			.CustomHTMLPage .col-xs-9 {
				width: 75%;
			}

			.CustomHTMLPage .col-xs-8 {
				width: 66.66666667%;
			}

			.CustomHTMLPage .col-xs-7 {
				width: 58.33333333%;
			}

			.CustomHTMLPage .col-xs-6 {
				width: 50%;
			}

			.CustomHTMLPage .col-xs-5 {
				width: 41.66666667%;
			}

			.CustomHTMLPage .col-xs-4 {
				width: 33.33333333%;
			}

			.CustomHTMLPage .col-xs-3 {
				width: 25%;
			}

			.CustomHTMLPage .col-xs-2 {
				width: 16.66666667%;
			}

			.CustomHTMLPage .col-xs-1 {
				width: 8.33333333%;
			}

			.CustomHTMLPage .col-xs-pull-12 {
				right: 100%;
			}

			.CustomHTMLPage .col-xs-pull-11 {
				right: 91.66666667%;
			}

			.CustomHTMLPage .col-xs-pull-10 {
				right: 83.33333333%;
			}

			.CustomHTMLPage .col-xs-pull-9 {
				right: 75%;
			}

			.CustomHTMLPage .col-xs-pull-8 {
				right: 66.66666667%;
			}

			.CustomHTMLPage .col-xs-pull-7 {
				right: 58.33333333%;
			}

			.CustomHTMLPage .col-xs-pull-6 {
				right: 50%;
			}

			.CustomHTMLPage .col-xs-pull-5 {
				right: 41.66666667%;
			}

			.CustomHTMLPage .col-xs-pull-4 {
				right: 33.33333333%;
			}

			.CustomHTMLPage .col-xs-pull-3 {
				right: 25%;
			}

			.CustomHTMLPage .col-xs-pull-2 {
				right: 16.66666667%;
			}

			.CustomHTMLPage .col-xs-pull-1 {
				right: 8.33333333%;
			}

			.CustomHTMLPage .col-xs-pull-0 {
				right: auto;
			}

			.CustomHTMLPage .col-xs-push-12 {
				left: 100%;
			}

			.CustomHTMLPage .col-xs-push-11 {
				left: 91.66666667%;
			}

			.CustomHTMLPage .col-xs-push-10 {
				left: 83.33333333%;
			}

			.CustomHTMLPage .col-xs-push-9 {
				left: 75%;
			}

			.CustomHTMLPage .col-xs-push-8 {
				left: 66.66666667%;
			}

			.CustomHTMLPage .col-xs-push-7 {
				left: 58.33333333%;
			}

			.CustomHTMLPage .col-xs-push-6 {
				left: 50%;
			}

			.CustomHTMLPage .col-xs-push-5 {
				left: 41.66666667%;
			}

			.CustomHTMLPage .col-xs-push-4 {
				left: 33.33333333%;
			}

			.CustomHTMLPage .col-xs-push-3 {
				left: 25%;
			}

			.CustomHTMLPage .col-xs-push-2 {
				left: 16.66666667%;
			}

			.CustomHTMLPage .col-xs-push-1 {
				left: 8.33333333%;
			}

			.CustomHTMLPage .col-xs-push-0 {
				left: auto;
			}

			.CustomHTMLPage .col-xs-offset-12 {
				margin-left: 100%;
			}

			.CustomHTMLPage .col-xs-offset-11 {
				margin-left: 91.66666667%;
			}

			.CustomHTMLPage .col-xs-offset-10 {
				margin-left: 83.33333333%;
			}

			.CustomHTMLPage .col-xs-offset-9 {
				margin-left: 75%;
			}

			.CustomHTMLPage .col-xs-offset-8 {
				margin-left: 66.66666667%;
			}

			.CustomHTMLPage .col-xs-offset-7 {
				margin-left: 58.33333333%;
			}

			.CustomHTMLPage .col-xs-offset-6 {
				margin-left: 50%;
			}

			.CustomHTMLPage .col-xs-offset-5 {
				margin-left: 41.66666667%;
			}

			.CustomHTMLPage .col-xs-offset-4 {
				margin-left: 33.33333333%;
			}

			.CustomHTMLPage .col-xs-offset-3 {
				margin-left: 25%;
			}

			.CustomHTMLPage .col-xs-offset-2 {
				margin-left: 16.66666667%;
			}

			.CustomHTMLPage .col-xs-offset-1 {
				margin-left: 8.33333333%;
			}

			.CustomHTMLPage .col-xs-offset-0 {
				margin-left: 0;
			}
		}

		@media (min-width: 768px) {
			.CustomHTMLPage .col-sm-1, 
			.CustomHTMLPage .col-sm-2, 
			.CustomHTMLPage .col-sm-3, 
			.CustomHTMLPage .col-sm-4, 
			.CustomHTMLPage .col-sm-5, 
			.CustomHTMLPage .col-sm-6, 
			.CustomHTMLPage .col-sm-7, 
			.CustomHTMLPage .col-sm-8, 
			.CustomHTMLPage .col-sm-9, 
			.CustomHTMLPage .col-sm-10, 
			.CustomHTMLPage .col-sm-11, 
			.CustomHTMLPage .col-sm-12 {
				float: left;
			}
			
			.CustomHTMLPage .col-sm-12 {
				width: 100%;
			}
			
			.CustomHTMLPage .col-sm-11 {
				width: 91.66666667%;
			}
			
			.CustomHTMLPage .col-sm-10 {
				width: 83.33333333%;
			}
			
			.CustomHTMLPage .col-sm-9 {
				width: 75%;
			}
			
			.CustomHTMLPage .col-sm-8 {
				width: 66.66666667%;
			}
			
			.CustomHTMLPage .col-sm-7 {
				width: 58.33333333%;
			}
			
			.CustomHTMLPage .col-sm-6 {
				width: 50%;
			}
			
			.CustomHTMLPage .col-sm-5 {
				width: 41.66666667%;
			}
			
			.CustomHTMLPage .col-sm-4 {
				width: 33.33333333%;
			}
			
			.CustomHTMLPage .col-sm-3 {
				width: 25%;
			}
			
			.CustomHTMLPage .col-sm-2 {
				width: 16.66666667%;
			}
			
			.CustomHTMLPage .col-sm-1 {
				width: 8.33333333%;
			}
			
			.CustomHTMLPage .col-sm-pull-12 {
				right: 100%;
			}
			
			.CustomHTMLPage .col-sm-pull-11 {
				right: 91.66666667%;
			}
			
			.CustomHTMLPage .col-sm-pull-10 {
				right: 83.33333333%;
			}
			
			.CustomHTMLPage .col-sm-pull-9 {
				right: 75%;
			}
			
			.CustomHTMLPage .col-sm-pull-8 {
				right: 66.66666667%;
			}
			
			.CustomHTMLPage .col-sm-pull-7 {
				right: 58.33333333%;
			}
			
			.CustomHTMLPage .col-sm-pull-6 {
				right: 50%;
			}
			
			.CustomHTMLPage .col-sm-pull-5 {
				right: 41.66666667%;
			}
			
			.CustomHTMLPage .col-sm-pull-4 {
				right: 33.33333333%;
			}
			
			.CustomHTMLPage .col-sm-pull-3 {
				right: 25%;
			}
			
			.CustomHTMLPage .col-sm-pull-2 {
				right: 16.66666667%;
			}
			
			.CustomHTMLPage .col-sm-pull-1 {
				right: 8.33333333%;
			}
			
			.CustomHTMLPage .col-sm-pull-0 {
				right: auto;
			}
			
			.CustomHTMLPage .col-sm-push-12 {
				left: 100%;
			}
			
			.CustomHTMLPage .col-sm-push-11 {
				left: 91.66666667%;
			}
			
			.CustomHTMLPage .col-sm-push-10 {
				left: 83.33333333%;
			}
			
			.CustomHTMLPage .col-sm-push-9 {
				left: 75%;
			}
			
			.CustomHTMLPage .col-sm-push-8 {
				left: 66.66666667%;
			}
			
			.CustomHTMLPage .col-sm-push-7 {
				left: 58.33333333%;
			}
			
			.CustomHTMLPage .col-sm-push-6 {
				left: 50%;
			}
			
			.CustomHTMLPage .col-sm-push-5 {
				left: 41.66666667%;
			}
			
			.CustomHTMLPage .col-sm-push-4 {
				left: 33.33333333%;
			}
			
			.CustomHTMLPage .col-sm-push-3 {
				left: 25%;
			}
			
			.CustomHTMLPage .col-sm-push-2 {
				left: 16.66666667%;
			}
			
			.CustomHTMLPage .col-sm-push-1 {
				left: 8.33333333%;
			}
			
			.CustomHTMLPage .col-sm-push-0 {
				left: auto;
			}
			
			.CustomHTMLPage .col-sm-offset-12 {
				margin-left: 100%;
			}
			
			.CustomHTMLPage .col-sm-offset-11 {
				margin-left: 91.66666667%;
			}
			
			.CustomHTMLPage .col-sm-offset-10 {
				margin-left: 83.33333333%;
			}
			
			.CustomHTMLPage .col-sm-offset-9 {
				margin-left: 75%;
			}
			
			.CustomHTMLPage .col-sm-offset-8 {
				margin-left: 66.66666667%;
			}
			
			.CustomHTMLPage .col-sm-offset-7 {
				margin-left: 58.33333333%;
			}
			
			.CustomHTMLPage .col-sm-offset-6 {
				margin-left: 50%;
			}
			
			.CustomHTMLPage .col-sm-offset-5 {
				margin-left: 41.66666667%;
			}
			
			.CustomHTMLPage .col-sm-offset-4 {
				margin-left: 33.33333333%;
			}
			
			.CustomHTMLPage .col-sm-offset-3 {
				margin-left: 25%;
			}
			
			.CustomHTMLPage .col-sm-offset-2 {
				margin-left: 16.66666667%;
			}
			
			.CustomHTMLPage .col-sm-offset-1 {
				margin-left: 8.33333333%;
			}
			
			.CustomHTMLPage .col-sm-offset-0 {
				margin-left: 0;
			}
		}

		@media (min-width: 992px) {
			.CustomHTMLPage .col-md-1, 
			.CustomHTMLPage .col-md-2, 
			.CustomHTMLPage .col-md-3, 
			.CustomHTMLPage .col-md-4, 
			.CustomHTMLPage .col-md-5, 
			.CustomHTMLPage .col-md-6, 
			.CustomHTMLPage .col-md-7, 
			.CustomHTMLPage .col-md-8, 
			.CustomHTMLPage .col-md-9, 
			.CustomHTMLPage .col-md-10, 
			.CustomHTMLPage .col-md-11, 
			.CustomHTMLPage .col-md-12 {
				float: left;
			}
			
			.CustomHTMLPage .col-md-12 {
				width: 100%;
			}
			
			.CustomHTMLPage .col-md-11 {
				width: 91.66666667%;
			}
			
			.CustomHTMLPage .col-md-10 {
				width: 83.33333333%;
			}
			
			.CustomHTMLPage .col-md-9 {
				width: 75%;
			}
			
			.CustomHTMLPage .col-md-8 {
				width: 66.66666667%;
			}
			
			.CustomHTMLPage .col-md-7 {
				width: 58.33333333%;
			}
			
			.CustomHTMLPage .col-md-6 {
				width: 50%;
			}
			
			.CustomHTMLPage .col-md-5 {
				width: 41.66666667%;
			}
			
			.CustomHTMLPage .col-md-4 {
				width: 33.33333333%;
			}
			
			.CustomHTMLPage .col-md-3 {
				width: 25%;
			}
			
			.CustomHTMLPage .col-md-2 {
				width: 16.66666667%;
			}
			
			.CustomHTMLPage .col-md-1 {
				width: 8.33333333%;
			}
			
			.CustomHTMLPage .col-md-pull-12 {
				right: 100%;
			}
			
			.CustomHTMLPage .col-md-pull-11 {
				right: 91.66666667%;
			}
			
			.CustomHTMLPage .col-md-pull-10 {
				right: 83.33333333%;
			}
			
			.CustomHTMLPage .col-md-pull-9 {
				right: 75%;
			}
			
			.CustomHTMLPage .col-md-pull-8 {
				right: 66.66666667%;
			}
			
			.CustomHTMLPage .col-md-pull-7 {
				right: 58.33333333%;
			}
			
			.CustomHTMLPage .col-md-pull-6 {
				right: 50%;
			}
			
			.CustomHTMLPage .col-md-pull-5 {
				right: 41.66666667%;
			}
			
			.CustomHTMLPage .col-md-pull-4 {
				right: 33.33333333%;
			}
			
			.CustomHTMLPage .col-md-pull-3 {
				right: 25%;
			}
			
			.CustomHTMLPage .col-md-pull-2 {
				right: 16.66666667%;
			}
			
			.CustomHTMLPage .col-md-pull-1 {
				right: 8.33333333%;
			}
			
			.CustomHTMLPage .col-md-pull-0 {
				right: auto;
			}
			
			.CustomHTMLPage .col-md-push-12 {
				left: 100%;
			}
			
			.CustomHTMLPage .col-md-push-11 {
				left: 91.66666667%;
			}
			
			.CustomHTMLPage .col-md-push-10 {
				left: 83.33333333%;
			}
			
			.CustomHTMLPage .col-md-push-9 {
				left: 75%;
			}
			
			.CustomHTMLPage .col-md-push-8 {
				left: 66.66666667%;
			}
			
			.CustomHTMLPage .col-md-push-7 {
				left: 58.33333333%;
			}
			
			.CustomHTMLPage .col-md-push-6 {
				left: 50%;
			}
			
			.CustomHTMLPage .col-md-push-5 {
				left: 41.66666667%;
			}
			
			.CustomHTMLPage .col-md-push-4 {
				left: 33.33333333%;
			}
			
			.CustomHTMLPage .col-md-push-3 {
				left: 25%;
			}
			
			.CustomHTMLPage .col-md-push-2 {
				left: 16.66666667%;
			}
			
			.CustomHTMLPage .col-md-push-1 {
				left: 8.33333333%;
			}
			
			.CustomHTMLPage .col-md-push-0 {
				left: auto;
			}
			
			.CustomHTMLPage .col-md-offset-12 {
				margin-left: 100%;
			}
			
			.CustomHTMLPage .col-md-offset-11 {
				margin-left: 91.66666667%;
			}
			
			.CustomHTMLPage .col-md-offset-10 {
				margin-left: 83.33333333%;
			}
			
			.CustomHTMLPage .col-md-offset-9 {
				margin-left: 75%;
			}
			
			.CustomHTMLPage .col-md-offset-8 {
				margin-left: 66.66666667%;
			}
			
			.CustomHTMLPage .col-md-offset-7 {
				margin-left: 58.33333333%;
			}
			
			.CustomHTMLPage .col-md-offset-6 {
				margin-left: 50%;
			}
			
			.CustomHTMLPage .col-md-offset-5 {
				margin-left: 41.66666667%;
			}
			
			.CustomHTMLPage .col-md-offset-4 {
				margin-left: 33.33333333%;
			}
			
			.CustomHTMLPage .col-md-offset-3 {
				margin-left: 25%;
			}
			
			.CustomHTMLPage .col-md-offset-2 {
				margin-left: 16.66666667%;
			}
			
			.CustomHTMLPage .col-md-offset-1 {
				margin-left: 8.33333333%;
			}
			
			.CustomHTMLPage .col-md-offset-0 {
				margin-left: 0;
			}
		}

		@media (min-width: 1200px) {
			.CustomHTMLPage .col-lg-1, 
			.CustomHTMLPage .col-lg-2, 
			.CustomHTMLPage .col-lg-3, 
			.CustomHTMLPage .col-lg-4, 
			.CustomHTMLPage .col-lg-5, 
			.CustomHTMLPage .col-lg-6, 
			.CustomHTMLPage .col-lg-7, 
			.CustomHTMLPage .col-lg-8, 
			.CustomHTMLPage .col-lg-9, 
			.CustomHTMLPage .col-lg-10, 
			.CustomHTMLPage .col-lg-11, 
			.CustomHTMLPage .col-lg-12 {
				float: left;
			}
			
			.CustomHTMLPage .col-lg-12 {
				width: 100%;
			}
			
			.CustomHTMLPage .col-lg-11 {
				width: 91.66666667%;
			}
			
			.CustomHTMLPage .col-lg-10 {
				width: 83.33333333%;
			}
			
			.CustomHTMLPage .col-lg-9 {
				width: 75%;
			}
			
			.CustomHTMLPage .col-lg-8 {
				width: 66.66666667%;
			}
			
			.CustomHTMLPage .col-lg-7 {
				width: 58.33333333%;
			}
			
			.CustomHTMLPage .col-lg-6 {
				width: 50%;
			}
			
			.CustomHTMLPage .col-lg-5 {
				width: 41.66666667%;
			}
			
			.CustomHTMLPage .col-lg-4 {
				width: 33.33333333%;
			}
			
			.CustomHTMLPage .col-lg-3 {
				width: 25%;
			}
			
			.CustomHTMLPage .col-lg-2 {
				width: 16.66666667%;
			}
			
			.CustomHTMLPage .col-lg-1 {
				width: 8.33333333%;
			}
			
			.CustomHTMLPage .col-lg-pull-12 {
				right: 100%;
			}
			
			.CustomHTMLPage .col-lg-pull-11 {
				right: 91.66666667%;
			}
			
			.CustomHTMLPage .col-lg-pull-10 {
				right: 83.33333333%;
			}
			
			.CustomHTMLPage .col-lg-pull-9 {
				right: 75%;
			}
			
			.CustomHTMLPage .col-lg-pull-8 {
				right: 66.66666667%;
			}
			
			.CustomHTMLPage .col-lg-pull-7 {
				right: 58.33333333%;
			}
			
			.CustomHTMLPage .col-lg-pull-6 {
				right: 50%;
			}
			
			.CustomHTMLPage .col-lg-pull-5 {
				right: 41.66666667%;
			}
			
			.CustomHTMLPage .col-lg-pull-4 {
				right: 33.33333333%;
			}
			
			.CustomHTMLPage .col-lg-pull-3 {
				right: 25%;
			}
			
			.CustomHTMLPage .col-lg-pull-2 {
				right: 16.66666667%;
			}
			
			.CustomHTMLPage .col-lg-pull-1 {
				right: 8.33333333%;
			}
			
			.CustomHTMLPage .col-lg-pull-0 {
				right: auto;
			}
			
			.CustomHTMLPage .col-lg-push-12 {
				left: 100%;
			}
			
			.CustomHTMLPage .col-lg-push-11 {
				left: 91.66666667%;
			}
			
			.CustomHTMLPage .col-lg-push-10 {
				left: 83.33333333%;
			}
			
			.CustomHTMLPage .col-lg-push-9 {
				left: 75%;
			}
			
			.CustomHTMLPage .col-lg-push-8 {
				left: 66.66666667%;
			}
			
			.CustomHTMLPage .col-lg-push-7 {
				left: 58.33333333%;
			}
			
			.CustomHTMLPage .col-lg-push-6 {
				left: 50%;
			}
			
			.CustomHTMLPage .col-lg-push-5 {
				left: 41.66666667%;
			}
			
			.CustomHTMLPage .col-lg-push-4 {
				left: 33.33333333%;
			}
			
			.CustomHTMLPage .col-lg-push-3 {
				left: 25%;
			}
			
			.CustomHTMLPage .col-lg-push-2 {
				left: 16.66666667%;
			}
			
			.CustomHTMLPage .col-lg-push-1 {
				left: 8.33333333%;
			}
			
			.CustomHTMLPage .col-lg-push-0 {
				left: auto;
			}
			
			.CustomHTMLPage .col-lg-offset-12 {
				margin-left: 100%;
			}
			
			.CustomHTMLPage .col-lg-offset-11 {
				margin-left: 91.66666667%;
			}
			
			.CustomHTMLPage .col-lg-offset-10 {
				margin-left: 83.33333333%;
			}
			
			.CustomHTMLPage .col-lg-offset-9 {
				margin-left: 75%;
			}
			
			.CustomHTMLPage .col-lg-offset-8 {
				margin-left: 66.66666667%;
			}
			
			.CustomHTMLPage .col-lg-offset-7 {
				margin-left: 58.33333333%;
			}
			
			.CustomHTMLPage .col-lg-offset-6 {
				margin-left: 50%;
			}
			
			.CustomHTMLPage .col-lg-offset-5 {
				margin-left: 41.66666667%;
			}
			
			.CustomHTMLPage .col-lg-offset-4 {
				margin-left: 33.33333333%;
			}
			
			.CustomHTMLPage .col-lg-offset-3 {
				margin-left: 25%;
			}
			
			.CustomHTMLPage .col-lg-offset-2 {
				margin-left: 16.66666667%;
			}
			
			.CustomHTMLPage .col-lg-offset-1 {
				margin-left: 8.33333333%;
			}
			
			.CustomHTMLPage .col-lg-offset-0 {
				margin-left: 0;
			}
		}


	/* -- Hides ---------- */

		@media (max-width: 479px) {
			.CustomHTMLPage .hidden-xxs {
				display: none !important;
			}
		}

		@media (min-width:480px) and (max-width: 767px) {
			.CustomHTMLPage .hidden-xs {
				display: none !important;
			}
		}

		@media (min-width: 768px) and (max-width: 991px) {
			.CustomHTMLPage .hidden-sm {
				display: none !important;
			}
		}

		@media (min-width: 992px) and (max-width: 1199px) {
			.CustomHTMLPage .hidden-md {
				display: none !important;
			}
		}

		@media (min-width: 1200px) {
			.CustomHTMLPage .hidden-lg {
				display: none !important;
			}
		}


	/* -- Clears ---------- */

		.CustomHTMLPage .clearfix:before,
		.CustomHTMLPage .clearfix:after,
		.CustomHTMLPage .CustomHTMLPage__container:before,
		.CustomHTMLPage .CustomHTMLPage__container:after,
		.CustomHTMLPage .CustomHTMLPage__container-fluid:before,
		.CustomHTMLPage .CustomHTMLPage__container-fluid:after,
		.CustomHTMLPage .row:before,
		.CustomHTMLPage .row:after {
			display: table;
			content: " ";
		}

		.CustomHTMLPage .clearfix:after,
		.CustomHTMLPage .CustomHTMLPage__container:after,
		.CustomHTMLPage .CustomHTMLPage__container-fluid:after,
		.CustomHTMLPage .row:after {
			clear: both;
		}

		@media only screen and (max-width: 767px) {
			.CustomHTMLPage .clear-xs{
				clear:both;
			}
		}

		@media only screen and (min-width: 768px) and (max-width: 991px) {
			.CustomHTMLPage .clear-sm{
				clear:both;
			}
		}

		@media only screen and (min-width: 992px) and (max-width: 1199px) {
			.CustomHTMLPage .clear-md{
				clear:both;
			}
		}

		@media only screen and (min-width: 1200px) {
			.CustomHTMLPage .clear-lg{
				clear:both;
			}
		}


	/* -- Pulls & Clears ---------- */

		.CustomHTMLPage .pull-right {
			float: right !important;
		}

		.CustomHTMLPage .pull-left {
			float: left !important;
		}

		@media only screen and (max-width: 767px) {
			.CustomHTMLPage .pull-xs-left {
				float: left;
			}
			.CustomHTMLPage .pull-xs-right {
				float: right;
			}
		}

		@media only screen and (min-width: 768px) and (max-width: 991px) {
			.CustomHTMLPage .pull-sm-left {
				float: left;
			}
			.CustomHTMLPage .pull-sm-right {
				float: right;
			}
		}

		@media only screen and (min-width: 992px) and (max-width: 1199px) {
			.CustomHTMLPage .pull-md-left {
				float: left;
			}
			.CustomHTMLPage .pull-md-right {
				float: right;
			}
		}

		@media only screen and (min-width: 1200px) {
			.CustomHTMLPage .pull-lg-left {
				float: left;
			}
			.CustomHTMLPage .pull-lg-right {
				float: right;
			}
		}


/* = Test HEADER & FOOTER
----------------------------------------------- */


	/* Header */

		.test__kpmgheader,
		.test__kpmgheader-sticky{
			background-color:#FFFFFF;

			width:100%;
			height:57px;

			display:block;
			position:relative;
			
			margin:0px auto;
			padding:0px;
			border:0px none;
		}

		.test__kpmgheader-sticky{
			background-color:rgba(255, 255, 255, 0.98);
			border-bottom:5px solid #EEEEEE;

			position:fixed;
			top:0px;
			left:0px;
			z-index:9999;
		}

		@media screen and (min-width:641px){
			.test__kpmgheader,
			.test__kpmgheader-sticky{
				height:125px;
			}
		}


	/* Footer */

		.test__kpmgfooter{
			background-color:#FFFFFF;
			background-color:rgba(255, 255, 255, 0.98);

			width:100%;
			height:129px;

			display:block;
			position:relative;
			
			margin:0px auto;
			padding:0px;
			border:0px none;

			border-top:5px solid #FFFFFF;
		}

		@media screen and (min-width:641px){
			.test__kpmgfooter{
				height:125px;
			}
		}