
/* = 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
-----------------------------------------------*/

	/* 

	IGNITION COLOURS
	-----------------------

	Dark Purple:	#1B032D
	Medium Purple:	#36084E

	Discovery:		#160623
	Immersion:		#0D1B31
	Breakthrough:	#141536
	U-Collaborate:	#29144F
	Sprint:			#300F4A



	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%;
			max-width:588px;

			position:relative;
			z-index:10;

			margin-right:auto;
			margin-left:auto;

			padding-right:30px !important;
			padding-left:30px !important;
		}

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

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

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

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

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

		/*@media (min-width:1500px) {
			.CustomHTMLPage .CustomHTMLPage__container {
				max-width:1500px;
			}
		}*/

		.CustomHTMLPage .CustomHTMLPage__container-fluid {
			padding-right:30px !important;
			padding-left:30px !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:-30px;
			margin-left:-30px;
		}


	/* -- 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, 
		.CustomHTMLPage .col-xxs-20perc, 
		.CustomHTMLPage .col-xs-20perc, 
		.CustomHTMLPage .col-sm-20perc, 
		.CustomHTMLPage .col-md-20perc, 
		.CustomHTMLPage .col-lg-20perc {
			position:relative;
			min-height:1px;
			padding-right:30px;
			padding-left:30px;
		}

		@media 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,
			.CustomHTMLPage .col-xxs-20perc{
				display:block;
			}
			
			.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 .col-xxs-20perc{
				float:left;
			}

			.CustomHTMLPage .col-xxs-20perc{
				width:20%;
			}

			.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%;
			}
		}

		@media screen and (min-width:480px) and (max-width:639px) {
			.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,
			.CustomHTMLPage .col-xs-20perc {
				float:left;
			}

			.CustomHTMLPage .col-xs-20perc{
				width:20%;
			}

			.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%;
			}
		}

		@media screen and (min-width:640px) and (max-width:991px) {
			.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,
			.CustomHTMLPage .col-sm-20perc {
				float:left;
			}
			
			.CustomHTMLPage .col-sm-20perc {
				width:20%;
			}
			
			.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%;
			}
		}

		@media screen and (min-width:992px) and (max-width:1199px) {
			.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,
			.CustomHTMLPage .col-md-20perc {
				float:left;
			}
			
			.CustomHTMLPage .col-md-20perc {
				width:20%;
			}
			
			.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%;
			}
		}

		@media screen and (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,
			.CustomHTMLPage .col-lg-20perc {
				float:left;
			}
			
			.CustomHTMLPage .col-lg-20perc {
				width:20%;
			}
			
			.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%;
			}
		}


	/* -- Pushes, Pulls & Offsets ---------- */

		@media screen and (max-width:479px) {
			.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 screen and (min-width:480px) and (max-width:639px) {
			.CustomHTMLPage .col-xs-20perc{
				width:20%;
			}

			.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 screen and (min-width:640px) and (max-width:991px) {
			.CustomHTMLPage .col-sm-20perc {
				width:20%;
			}
			
			.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 screen and (min-width:992px) and (max-width:1199px) {
			.CustomHTMLPage .col-md-20perc {
				width:20%;
			}
			
			.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 screen and (min-width:1200px) {
			.CustomHTMLPage .col-lg-20perc {
				width:20%;
			}
			
			.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;
			}
			.CustomHTMLPage .visible-xxs {
				display:block !important;
			}
		}

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

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

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

		@media (min-width:1200px) {
			.CustomHTMLPage .hidden-lg {
				display:none !important;
			}
			.CustomHTMLPage .visible-lg {
				display:block !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 screen and (max-width:639px) {
			.CustomHTMLPage .clear-xs{
				clear:both;
			}
		}

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

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

		@media 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 screen and (max-width:639px) {
			.CustomHTMLPage .pull-xs-left {
				float:left;
			}
			.CustomHTMLPage .pull-xs-right {
				float:right;
			}
		}

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

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

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


/* = Generic Font Reset
----------------------------------------------- */

	html .CustomHTMLPage,
	body .CustomHTMLPage,
	.CustomHTMLPage applet,
	.CustomHTMLPage object,
	.CustomHTMLPage iframe,
	.CustomHTMLPage h1,
	.CustomHTMLPage h2,
	.CustomHTMLPage h3,
	.CustomHTMLPage h4,
	.CustomHTMLPage h5,
	.CustomHTMLPage h6,
	.CustomHTMLPage p,
	.CustomHTMLPage blockquote,
	.CustomHTMLPage pre,
	.CustomHTMLPage abbr,
	.CustomHTMLPage acronym,
	.CustomHTMLPage address,
	.CustomHTMLPage big,
	.CustomHTMLPage code,
	.CustomHTMLPage del,
	.CustomHTMLPage dfn,
	.CustomHTMLPage img,
	.CustomHTMLPage ins,
	.CustomHTMLPage kbd,
	.CustomHTMLPage q,
	.CustomHTMLPage s,
	.CustomHTMLPage samp,
	.CustomHTMLPage small,
	.CustomHTMLPage strike,
	.CustomHTMLPage tt,
	.CustomHTMLPage var,
	.CustomHTMLPage center,
	.CustomHTMLPage dl,
	.CustomHTMLPage dt,
	.CustomHTMLPage dd,
	.CustomHTMLPage ol,
	.CustomHTMLPage ul,
	.CustomHTMLPage li,
	.CustomHTMLPage fieldset,
	.CustomHTMLPage form,
	.CustomHTMLPage label,
	.CustomHTMLPage legend,
	.CustomHTMLPage table,
	.CustomHTMLPage tbody,
	.CustomHTMLPage tfoot,
	.CustomHTMLPage thead,
	.CustomHTMLPage tr,
	.CustomHTMLPage th,
	.CustomHTMLPage td,
	.CustomHTMLPage div,
	.CustomHTMLPage article,
	.CustomHTMLPage aside,
	.CustomHTMLPage canvas,
	.CustomHTMLPage details,
	.CustomHTMLPage embed,
	.CustomHTMLPage figure,
	.CustomHTMLPage figcaption,
	.CustomHTMLPage footer,
	.CustomHTMLPage header,
	.CustomHTMLPage hgroup,
	.CustomHTMLPage menu,
	.CustomHTMLPage nav,
	.CustomHTMLPage output,
	.CustomHTMLPage ruby,
	.CustomHTMLPage section,
	.CustomHTMLPage summary,
	.CustomHTMLPage time,
	.CustomHTMLPage mark,
	.CustomHTMLPage audio,
	.CustomHTMLPage video,
	.CustomHTMLPage a,
	.CustomHTMLPage caption,
	.CustomHTMLPage cite,
	.CustomHTMLPage em,
	.CustomHTMLPage b,
	.CustomHTMLPage u,
	.CustomHTMLPage i,
	.CustomHTMLPage strong,
	.CustomHTMLPage sub,
	.CustomHTMLPage sup,
	.CustomHTMLPage div,
	.CustomHTMLPage span,
	.CustomHTMLPage button{
		font-size:inherit;
		font-family:'Open Sans', Arial, Helvetica, sans-serif;
	}

	.CustomHTMLPage button{
		background-color:transparent;

		line-height:1em;

		-webkit-appearance:none;
		-moz-appearance:none;
	}

		.CustomHTMLPage button:hover{
		}

		.CustomHTMLPage button:focus{
			outline:1px solid rgba(255, 255, 255, 0);
			outline-offset:-4px;
		}

		.CustomHTMLPage button:active{
		}
