@charset "utf-8";

.content {
	max-width: 1520px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: hsla(0,0%,100%,1.00);
	-webkit-box-shadow: 1px 1px 10px 1px hsla(227,100%,21%,0.10);
	box-shadow: 1px 1px 10px 1px hsla(227,100%,21%,0.10);
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-bottom: 60px;
	border-left: 1px solid #C7CBCF;
	border-right: 1px solid hsla(214,11%,73%,1.00);
	border-bottom: 1px solid hsla(214,10%,69%,1.00);
	border-top: 1px none hsla(214,10%,69%,1.00);
}

.content .leftColumn {
	width: 50%;
	float: left;
	clear: none;
}

.content .rightColumn {
	width: 48%;
	float: right;
	clear: none;
	margin-left: 2%;
	padding-left: 2%;
	border-left: 1px dotted #3664A9;
}

.content .bulletColumn {
	width: auto;
	float: left;
	clear: none;
	margin-right: 80px;
}


.content .rightColumn .heading {
	font-weight: 700;
	line-height: normal;
	text-align: left;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	color: hsla(216,74%,33%,1.00);
	font-size: 24px;
	margin-bottom: 10px;
}

.content .rightColumn .announcementWrapper{
	margin-bottom: 10px;
}


.content .rightColumn .vertical {
	width: 100px;
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 14px;
}

.content .rightColumn .vertical img {
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px hsla(0,0%,0%,0.30);
	box-shadow: 1px 1px 3px hsla(0,0%,0%,0.30);
}


.content .rightColumn .horizontal {
	width: 100%;
	float: left;
	margin-bottom: 16px;
	margin-top: 6px;
}

.content .rightColumn .horizontal img {
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 3px hsla(0,0%,0%,0.30);
	box-shadow: 1px 1px 3px hsla(0,0%,0%,0.30);
	max-width: 700px;
}


.content .rightColumn .announcments {
	border-top: 1px dotted #99B2D8;
	margin-top: 4px;
	margin-bottom: 8px;
}






@media (max-width:1520px){
.content {
	width: 95%;
	padding-right: 5%;
	margin-bottom: 0px;
	border: 1px none hsla(216,52%,44%,1.00);
} 
}




@media (max-width:1400px){
	
.content {
	padding-right: 30px;
}
	
.content .leftColumn {
	width: 100%;
	clear: both;
}

.content .rightColumn {
	width: 100%;
	float: left;
	clear: both;
	margin-left: 0%;
	padding-left: 0%;
	margin-top: 20px;
	padding-top: 20px;	
	border-top: 1px dotted #3664A9;
	border-left: 1px none #3664A9;
}
	
.content .rightColumn vertical img {
	width: 100px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-top: 0px;

}
	
}



@media (max-width:767px){
.content {
	width: 100%;
} 
}





@media (max-width:500px){

.content .rightColumn .vertical {
	width: 70px;
}
}


@media (max-width:400px){

.content .rightColumn .vertical {
	width: 60px;
}
}
