		body {
			margin:0;
			background-color:#e0e0e0;
			font-family:lato;
		}
		b {
			color:#DF0b25;
		}
		.centerPanel {
			width:1024px;
			max-width:100%;
			display:block;
		}
		.centerContent {
			width:1024px;
			display:block;
			max-width:100%;
			margin-left:auto;
			margin-right:auto;
			background-color:white;
			box-sizing: border-box; 
			padding:10px;
			box-shadow: 0 0 10px #a0a0a0;
			border-top-left-radius:14px; 
			border-top-right-radius:14px; 
		}
		.customerImageWrapper {
			/*display:table;
			width:1px;*/
			
		}
		.customerImageWrapper img {
			max-width: 100%;
		}
		.customerImageTitle {
			color:silver;
		}
		.imageTitleWrapper {
			display:flex;
			justify-content: space-between;
			width:100%;
			margin-bottom:8px;
		}
		.copyright {
			font-size:10px;
		}


		h2 {
			font-weight:700;
			font-size:14px;
			margin-top:0;
			margin-bottom:10px;
			color:#df0b25;
		
		}
		h1 {
			font-weight:700;
			font-size:18px;
			margin-top:0;
			margin-bottom:10px;
			color:#df0b25;
		}
		h3, h4 {
			color:#df0b25;
			font-size: inherit;
			margin:0;
		}
		.carbonBtn {
			font-family:lato;
			display:flex;
			align-items: center;
			background-image:url(/SITE-Images/carbonButtonBG.jpg);
			width:180px;
			box-sizing:border-box;
			padding-left:40px;
			border-radius:13px;
			height:27px;
			border:1px solid #888;
			color:white;
			font-weight:700;
			font-size:14px;
			letter-spacing:0.5px;
			margin-bottom:8px;
			text-decoration:none;
		}
		.carbonBtn:hover {
			color:#DF0b25;
			border:1px solid #444;
		}

		.leftContent, .rightContent {
			display:none;
			margin-top:170px;
			font-size:12px;
			line-height:140%;
		}
		.content-wrapper {
			display:flex;
			justify-content: center;
		}
		.sbWrapper {
			display:flex;
			flex-direction: column;
		}
		.sbWrapper img {
			max-width:180px;
			margin-bottom:20px;
			border-radius:3px;
		}
		.sbTeaserTitle {
			color:#DF0b25;
			font-size:12px;
			text-transform: uppercase;
			font-weight:700;
			width:200px;
			max-width: 100%;
			
		}
		.sbTeaserImg:hover {
			-webkit-filter: grayscale(100%);
			  filter: grayscale(100%);
		}
		.sbReportLink {
			text-decoration: none;
		}
		.advertWrapper {
			display:flex;
			justify-content: flex-start;
			align-items: center;
		}
		.advertOutter {
			margin-right:30px;
		}
		.pagesWrapper {
			display:flex;
			align-items: flex-start;
			margin-bottom:20px;
			margin-top:20px;
		}
		.pages {
			display:flex;
			flex-wrap:wrap;
		}
		.pageNumber {
			display:flex;
			justify-content: center;
			align-items: center;
			border:1px solid silver;
			width:24px;
			height:24px;
			border-radius:3px;
			margin:3px;
		}
		.pageNumber:hover {
			border-color: #DF0b25;
			cursor:pointer;
			background-color:silver;
		}
		.pageNumberON {
			background-color:#DF0b25;
			color:white;	
		}
		.reportsWrapper {
			display:flex;
			padding:10px;
			box-sizing: border-box;
		}
		.articleCol1 {
			width:240px;
			margin-right:30px;
			margin-bottom:25px;	
		}
		.articleCol2 {
			max-width:100%;
			line-height:100%;
		}
		.reportsWrapper:hover {
			background-color:#f4f4f4;
			cursor:pointer;
		}

		
@media only screen and (min-width: 1544px) {
		
		.rightContent {
			width:200px;
			display:block;
			background-color:e0e0e0;
			box-sizing: border-box; 
			padding:10px;
			box-shadow: 0 0 10px #a0a0a0;
			border-top-left-radius:14px; 
			border-top-right-radius:14px; 
			margin-left:30px;
		}
}
@media only screen and (min-width: 1244px) {

		.leftContent {
			width:200px;
			display:block;
			background-color:e0e0e0;
			box-sizing: border-box; 
			padding:10px;
			box-shadow: 0 0 10px #a0a0a0;
			border-top-left-radius:14px; 
			border-top-right-radius:14px; 
			margin-right:30px;
		}
		.centerContent {
			margin-left:0px;
			margin-right:0px;
		}
}
	@media only screen and (max-width: 600px) {
		.reportsWrapper {
			flex-direction:column-reverse;
}