@charset "utf-8";
/* CSS Document */

.NewsDivision {
	float: left;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eeedeb;
	position: relative;
	padding-top: 40px;
	padding-bottom: 30px;
}
.NewsSection {
	float: left;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0bb5eb;
	position: relative;
	padding-top: 52px;
	padding-bottom: 52px;
}
.BottomDivision {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 60px;
	padding-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eeedeb;
}
.NewsSectionLanding {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eeedeb;
}
.NewsSectionEnd {
	padding-bottom: 75px;
}
.NewsSectionDivision {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eeedeb;
	float: left;
	width: 100%;
	position: relative;
}
h4.NewsDate {
	color: #0bb5eb;
	text-align: center;
	font-size: 1.85em;
	padding-bottom: 20px;
}
h2.NewsHeading {
	text-align: center;
	font-size: 3.15em;
}
.NewsTags {
	text-align: center;
	color: #b3b3b3;
	font-weight: 400;
	font-size: 1.25em;
	padding-top: 20px;
	padding-bottom: 20px;
}
.NewsTags span {
	font-weight: 500;
	color: #808080;
}
.NewsHeroImage {
	float: left;
	width: 38%;
	position: relative;
}
.NewsHeroImage img {
	width: 100%;
	height: auto;
}
.NewsArticleBrief {
	float: left;
	width: 57.5%;
	padding-left: 4.5%;
	position: relative;
}
/*.NewsArticleBrief .PageInfoContainer p:first-child {
	font-weight: 400;
}*/
.NewsArticleBrief a {
	font-weight: 500;
	color: #757678;
	text-decoration: underline;
}
.NewsArticleBrief a:hover {
	color: #00405c;
	text-decoration: underline;
}
.MoreNewsStoriesDivision {
	float: left;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eeedeb;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	cursor: pointer;
}
.MoreNewsStoriesDivision h4 {
	font-size: 2.25em;
	color: #757678;
	font-weight: 300;
	padding-bottom: 30px;
	background-image: url(../ui/faq-open.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.Preload {
	display: none;
}
.NewsLeadIn {
	padding-top: 94px;
	padding-bottom: 34px;
}
.NewsShareContainer {
	float: left;
	width: 36%;
	position: relative;
}
.NewsShareInnerContainer {
	margin-top: 12px;
	padding-top: 20px;
	float: left;
	position: relative;
	width: 90%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eeedeb;
}
.ShareButtonContainer {
	float: left;
	position: relative;
}
.ShareTextContainer {
	float: left;
	position: relative;
	color: #808080;
	font-size: 1.45em;
	font-weight: 500;
	padding-left: 12px;
	padding-top: 12px;
}
.NewsContentContainer {
	float: left;
	width: 64%;
	position: relative;
}
#NewsContent {
	padding-bottom: 50px;
}
.NewsEnd {
	width: 50%;
    height: 2px;
    color: #eeedeb;
    background-color: #eeedeb;
    border: none;
}
.ShareIconContainer {
	box-sizing: border-box;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	float: left;
	height: auto;
	margin-bottom: 12px;
	position: relative;
	z-index: 6;
	cursor: pointer;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.ShareIconContainer:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00405c;
}
.ShareIcon {
	float: left;
	height: 27px;
	width: 27px;
	position: relative;
}
.ShareDescription {
	font-size: 1.15em;
	font-weight: 500;	
    float: left;
	height: 27px;
	padding-left: 12px;
	position: relative;
	line-height: 26px;
}
.RelevantLinks {
	padding-bottom: 94px;
	padding-top: 50px;
}
.RelevantLinks p {
	margin-bottom: 0px;
}
.RelevantLinks a {
	color: #0bb5eb;
	text-decoration: underline;
}
.RelevantLinks a:hover {
	color: #00405c;
	text-decoration: underline;
}
