
/* = 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
	 	- A reset for the main HTML container that is used to house the HTML on the page to allow for fullwidth and uniterrupted styling
 

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

	*/


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