/*WHAT'S WRONG WITH WEB STANDARD FONTS???*/
@font-face {
	font-family: 'HelamSlabBold';
	src: url('fonts/HelamSlabldsLat-Bold.otf');
	src: url('fonts/HelamSlabldsLat-Bold.woff');
	/*src: url('fonts/Helam Slab GWeb Bold.woff') format('woff');*/
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelamSlab';
	src: url('fonts/HelamSlabldsLat-Regular.otf');
	src: url('fonts/HelamSlabldsLat-Regular.woff');
	/*src: url('fonts/Helam Slab GWeb Regular.woff') format('woff');*/
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansBold';
	src: url('fonts/OpenSans-Bold.ttf');
	src: url('fonts/OpenSans-Bold.woff');
	/*src: url('fonts/OpenSans GWeb Bold.woff') format('woff');*/
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansExtraBold';
	src: url('fonts/OpenSans-ExtraBold.ttf');
	src: url('fonts/OpenSans-ExtraBold.woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansSemibold';
	src: url('fonts/OpenSans-Semibold.ttf');
	src: url('fonts/OpenSans-Semibold.woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansItalic';
	src: url('fonts/OpenSans-Italic.ttf');
	src: url('fonts/OpenSans-Italic.woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans-Regular.ttf');
	src: url('fonts/OpenSans-Regular.woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gideon';
	src: url('fonts/GideonldsIcn-Regular.otf');
	src: url('fonts/GideonldsIcn-Regular.woff');
	font-weight: normal;
	font-style: normal;
}





html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,
em,font,img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,b,u,i,center,dl,dt,
dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
	border: 0;
	outline: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}
ol,ul{
	list-style:none;
}


.gideon{
	font-family: Gideon;
}


.full-fill{
	width: 100%;
	float: left;
}

.date-line{
	font-size: 10px;
	text-transform: uppercase;
	color: #9b9b9d;
	font-style: normal;
}
.big-link{
    background: #ccc;
    color: #282828;
    font-size: 12px;
    margin: 0 auto;
    padding: 10px 60px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.big-link span:after{
	content: "";
	font-family: Gideon;
}

.small-link-arrow {
	font-size: 14px;
}

*,*:before,*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




#content figure{
	max-width: 100%;
	position: relative;
}


.hero-text h4,
.article-title h4,
.top-story h4,
.small-top-story h4{
	font-family: "Myriad Pro", arial;
	font-size: 18px;
	font-style: italic;
	color: #3b3b3b;
	font-weight: normal;
	width: 100%;
	float: left;
    margin: 8px 0 15px 0;
	padding: 0 16px;
	/*display: none;*/
}
	@media (min-width: 768px) {
		.hero-text h4,
		.article-title h4,
		.top-story h4,
		.small-top-story h4{
			display: block;
			padding: 0;
		}
	}

blockquote,
q{
	quotes:none;
}
blockquote:before,
blockquote:after,
q:before,
q:after{
	content:none;
}
p{
	word-break: normal;
}
:focus{
	outline:0;
}
.standby{
	display: none;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
body{
	background:#000;
	font-family: OpenSans, sans-serif, georgia;
	line-height:1;
	overflow-x: hidden;
}
.dont-show{
	display:none;
}
a{
	cursor:pointer;
}
#header{
	min-height: 100px;
	width: 100%;
	background: #fff;
	float: left;
}
	@media (min-width: 768px) {
		#header{
			min-height: 100px;
		}
	}

#header-contain{
	width: 100%;
	margin: 0 auto;
   /*height: 100%;*/
   position: relative;
}
	@media (min-width: 960px) {
		#header-contain{
			/*width: 100%;*/
			width: 960px;
		}
	}
	@media (min-width: 1024px) {

#header-contain{
	width: 1024px;
}

	}
	@media (min-width: 1036px) {

		#header-contain{
			width: 1200px;
		}

	}

#header-logo{
	float: left;
	margin: 0;
	/*height: 100%;*/
	/*display: none;*/
	width: 100%;
	border-bottom: 1px solid #808080;
	text-align: center;
}
	#header-logo > img{
		width: 142px;
		padding: 16px 0 18px;
	}

	@media (min-width: 540px) {
		#header-logo{
			display: block;
			width: 165px;
			border-bottom: none;
		}
		#header-logo > img {
		    margin: 30px 0 12px 21px;
		    padding: 0;
		    padding-right: 24px;
		    width: 144px;
			border-right: 1px solid #808080;
			border-bottom: none;
		}
	}

	@media (min-width: 768px) {
		#header-logo{
			display: block;
			width: 195px;
		}

		#header-logo > img{
			width: 152px;
			margin: 30px 0 12px 42px;
			padding-right: 33px;
		}

	}

	@media (min-width: 960px) {
		#header-logo{
			display: block;
			width: 181px;
		}

		#header-logo > img{
			width: 154px;
			margin: 30px 0 12px 42px;
			padding-right: 18px;
		}

	}

#header-title{
	float: left;
	min-height: 56px;
	margin: 0;
	padding: 0 0 18px 21px;
	width: 100%;
	border-bottom: 1px solid #808080;
}

	@media (min-width: 540px) {
		#header-title{
			padding: 0 0 0 24px;
			width: calc(100% - 165px);
			border-bottom: none;
		}
	}
	@media (min-width: 640px) {
		#header-title{
			width: calc(100% - 365px);
		}
	}
	@media (min-width: 768px) {
		#header-title{
			/*border-left: 1px solid #D9D9D9;*/
			margin: 18px 0 0;
			padding: 0 0 0 16px;
			width: calc(100% - 395px);
		}
	}
	@media (min-width: 960px) {
		#header-title{
			padding: 0 0 0 33px;
		}
	}

#header-title a{
	display:block;
	height:56px;
	text-decoration:none;
	color: #000000;
	font-family: georgia;
	width: 100%;
}
#header-title h2 {
	font-family: georgia;
}

#header-contain .church-name{
	font-size: 8px;
	display: none;
}
	@media (min-width: 768px) {
		#header-contain .church-name{
			display: none;
		}
	}

#header-contain .newsroom-description{
	display: none;
	margin-top: 3px;
}
	@media (min-width: 540px) {
		#header-contain .newsroom-description{
			display: block;
		}
	}
	@media (min-width: 960px) {
		#header-contain .newsroom-description{
			padding-right: 54%;
		}
	}


#header-contain h2{
	font-size: 28px;
	font-weight: lighter;
	margin: 12px 0 1px 8px;
	padding: 0;
	float: left;
}
	@media (min-width: 540px) {
		#header-contain h2{
			font-size: 25px;
			margin-top: 17px;
			margin-left: 0;
		}
	}
	@media (min-width: 768px) {
		#header-contain h2{
			font-size: 28px;
			margin: 6px 0 0 3px;
		}
	}

.usa #header-contain h2{
	font-size: 25px;
	margin: 11px 0 0 0;

}
	@media (min-width: 540px) {
		.usa #header-contain h2{
			font-size: 25px;
		}
	}
	@media (min-width: 768px) {
		.usa #header-contain h2{
			font-size: 33px;
		}
	}

.usa .country-identifier{
	display: none;
}
.country-identifier{
	width: 100%;
	float: left;
	/*margin: 14px 10px 0;*/
	/*padding-left: 10px;*/
	/*border-left: 1px solid #999;*/
}
	@media (min-width: 540px) {
		.country-identifier{
			width: 100%;
			margin: 0 10px 0 0;
		}
	}
	@media (min-width: 768px) {
		.country-identifier{
			margin: 11px 10px 0 11px;
			width: auto;
		}
	}


footer .country-identifier{
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}
	@media (min-width: 540px) {
		footer .country-identifier{
			display: inline-block;
			padding: 6px 0 0 10px;
		}
	}
	@media (min-width: 960px) {
		footer .country-identifier{
			padding: 12px 0 0 10px;
			display: none;
		}
	}


.country-identifier span{
	display:block;
	font-family: Georgia;
	font-size: 17px;
	padding: 0 0 0 7px;
}
	@media (min-width: 540px) {
		.country-identifier span{
			color: #851010;
			font-size: 18px;
			padding: 0;
		}
	}





footer .country-identifier span{
	margin: 0;
	color: #fff;
	font-size: 16px;
	padding-left: 0;
}
	@media (min-width: 768px) {
		.country-identifier span{
			font-size: 22px;
		}
	}

#header-contain p{
	font-size: 9px;
	text-transform:uppercase;
	width:100%;
	float:left;
	letter-spacing: .1px;
	font-family: OpenSans;
	line-height: 1.2;
}
#header-contain em{
	font-size:10px;
	text-transform:none;
}
#language-select{
	/*float: right;*/
	/*height: 36px;*/
	text-align: center;
	cursor: pointer;
	width: 100%;
	float: left;
	margin: 12px 0 15px;
	/*position: absolute;*/
	/*right: 5px;*/
}
footer #language-select{
	margin-top: 18px;
}
	#language-select > p > *{
		margin-right: 10px;
	}
	@media (min-width: 640px) {
		#language-select{
			float: right;
			width: 200px;
			margin: 25px 0 0;
		}
		footer #language-select{
			margin-top: 23px;
		}

		#language-select > p > *{
			width: 100%;
			text-align: right;
			float: left;
			margin-bottom: 5px;
			padding-right: 40px;
		}
	}

	/*@media (min-width: 960px) {
		#language-select{
			display: none;
		}
	}*/


.international b{
	font-weight: normal;
	/*background: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAoABsDASIAAhEBAxEB/8QAGgAAAgMBAQAAAAAAAAAAAAAAAAQCBQYHCP/EACoQAAIBAwMBBwUBAAAAAAAAAAECAwAEEQUSITEGEzJRYYGhB3KRstHS/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/APO1Xi9mbxbJ7q7ms7NEXcVnkw/TgbQDz6darNPYrc718aI7L9wUkGtj2S0mVXi1rUobq5eViU2kOcEeMg5Jz8daDH6hYXNhIi3Me0SIHjYcq6nkEGla6N9Qru2vNCiVk7q6ikVo0xghCMHHHtjzFc5oJRu0ciuhwynIPrWo0LtY+nJ3cwle3CbUhGCEOc8Hrj05rN2pQM28oBjjdj+GmN0PnF+B/ignreqvql28rII1ZtwUfGT71XU7I0Xdtgx5wcYAz+lJUBRRRQFFFFB//9k=") no-repeat scroll center center #1a1a1a;*/
	/*float: right;*/
	/*border-radius: 0 0 5px 5px;*/
	/*text-indent: -9999px;*/
	/*height: 100%;*/
	/*width: 52px;*/
}
	@media (min-width: 540px) {
		.international b{
			background: none;
			float: none;
			height: auto;
			width: auto;
			text-indent: 0;
		}
	}

.international b:hover,
#language-select a:hover{
	text-decoration: underline;
}
#language-select p{
	font-size: 11px;
	/*height: 100%;*/
}
.country.labeler{
	font-size:24px;
	display:block;
}
.country,
.language{
	text-transform:none;
}
.hq-ca,
.hq{
	color: #802227;
	text-decoration: none;
	/*display: none;*/
}

#content .billboard .BrightcoveExperience{
	min-height: 540px;
	max-width: 960px;
}

footer .hq-ca,
footer .hq{
	color: #D0D0D2;
}
	@media (min-width: 540px) {
		.hq-ca,
		.hq{
			display: inline;
		}
	}



.usa .hq{
	color: #a50101;
}
.usa footer .international,
.usa footer .hq-ca,
.usa footer .hq{
	color: #fff;
}
.international{
	color: #000;
	/*float: right;*/
	/*height: 100%;*/
}
footer .international{
	color: #D0D0D2;
}
	@media (min-width: 540px) {
		.international{
			float: none;
			padding-left: 6px;
			/*border-left: 1px solid #9d9d9d;*/
		}
	}

.usa .international{
	color: #000;
}
.international:hover em{
	text-decoration: none;
}
.international em{
	color: #000;
	font-size: 12px;
	/*padding: 2px 3px;*/
	/*border: 1px solid #91a095;*/
	text-align: center;
	font-style: normal;
	/*margin-left: 5px;*/
	/*border-radius: 2px;*/
	/*background: #ebebeb;*/
	/*display: none;*/
	font-family: Gideon;
}
footer .international em{
	color: #D0D0D2;
}
	@media (min-width: 540px) {
		.international em{
			display: inline;
		}
	}


#drawer-whole{
	position:absolute;
	top: 1px;
	left:0;
	width: 100%;
	height: auto;
	z-index: 10000;
	display: none;
}

.close-drawer{
	cursor: pointer;
	float: right;
	font-family: Gideon;
	position: absolute;
	right: 34px;
}

.drawer-label{
	width: 100%;
	padding: 22px 0;
	background: #E5E5E7;
	color: #B9B9BE;
	text-align: center;
	float:left;
}
.drawer-box{
	width: 100%;
	margin: 0 auto;
	font-family: tahoma;
	font-size: 14px;
	text-align: left;
	padding: 0 16px;
}
	@media (min-width: 960px) {
		.drawer-box{
			width: 960px;
			padding: 0;
		}
	}

#language-filter{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.big-search{
	padding: 6px 6px 6px 46px;
	border: 1px solid #bfbfbf;
	float: left;
	width: 100%;
	margin: 8px 0 15px;
	border-radius: 4px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAADAFBMVEUzMzPx8fE3NzeMjIwNDQ1hYWG4uLg1NTUkJCRnZ2f+/v4eHh4FBQXl5eVzc3Py8vKvr68xMTH4+PgxMTGFhYXg4OCSkpL19fUWFhYnJydCQkLd3d1tbW23t7f7+/sZGRmwsLCYmJjV1dX4+Pjg4OBCQkI1NTVVVVU0NDS4uLjHx8clJSXo6OhCQkLExMSMjIxcXFxcXFxdXV0JCQnw8PC4uLj8/Pz///+4uLjZ2dktLS1BQUGioqJcXFwHBwdHR0dTU1NbW1tDQ0OxsbFERERCQkLQ0ND09PRMTEwgICBISEiRkZGqqqo5OTm2trYyMjKcnJxKSkpNTU0ZGRk/Pz/7+/sgICBycnL29vYPDw/+/v5CQkI+Pj4nJyc5OTlBQUFNTU2AgIBtbW2SkpJKSkp9fX3p6ek8PDz6+vozMzP4+Pjb29tGRkZPT09iYmIbGxsvLy+lpaX+/v79/f3m5uYnJycFBQXi4uIyMjJLS0ssLCwpKSn09PQ8PDyxsbF8fHyAgICEhITq6urBwcFbW1uRkZEMDAwvLy8rKys+Pj76+vocHBwYGBhjY2MfHx/9/f3+/v7IyMgpKSlGRkY1NTUdHR03Nzc1NTVxcXFfX1+jo6M0NDRAQEA0NDQrKys/Pz+Ojo4hISEUFBRDQ0MxMTE/Pz9SUlJWVlZBQUGXl5eAgID+/v41NTUTExP8/Pz8/PxMTEwQEBApKSkQEBAODg42NjY1NTUEBAQGBgYAAABZWVnd3d1oaGjY2NiUlJTh4eGKioqZmZn7+/v5+fmXl5eoqKicnJxVVVWfn5/+/v7r6+tmZmbGxsZhYWE9PT07OztcXFw6OjpSUlJ6enrCwsLy8vJsbGyCgoJnZ2daWlrz8/OLi4tlZWWampqDg4PNzc1fX1/t7e1jY2O7u7uIiIhbW1tISEg5OTlCQkLBwcHu7u4+Pj4/Pz95eXlKSkpBQUFkZGRFRUVwcHBAQEBJSUlDQ0NHR0dLS0tERERMTExGRkZNTU1OTk5PT09QUFBRUVGiJ4/xAAAAunRSTlPSxFnDF9ON+Hvn0U0BuohbG6uM0+xZRNI8jubyX9evJP65OeBTvPHze5RUaqn3fRmKM84U8lT48O6IqauN/gwkd23zMpNpdZX8MBDt81au4SsX5wnJ32dMgB7iuJuIQuXIlns579qPocPdqkQy/flOs/3Xt/JbBZZ/9HNCnav2U/QRY2H1SxtNYbHjU0H+KcXjMSC+9TSCfxX+LtQW04f+8AsZ6LIUIxf5GRPk0wbj0v0KCxcF4xMDDQDza/aHAAAB+0lEQVR42k3RZXBUMRAH8BSKu3uB4u5WKE5xd3d3K1qKO7S4u7u23OLu7u719vzePUtC9u6V6f9LduaX3WRmCXiztEcAiYg4maNCbzDilRoFSr9IdKmSpLoqjfRNIas7voqNVnTKGNUV56xU/2VVugRJY9wI081VDcm/MdFJOf/69/r3nx6jelaPmHI9F2CNu9PHb26Wdp+Q2JpQlPQxKuX2x+HZjqw/B20aBDKktpFATKMdCo+6kbFT8wNHB24OhiZupGdpgUyMkSh/WGfdBtkW7ZSqX4RBClLdQ6R/gpvzazlbyKomPq0Uh+kqFXK3Fplk0XhUvH992TOFfcu7yaGJImkG2SHr/GXNKitsOsfcr9d6j1ucT3zILtH8utDWLbJX3o5Y5kD5WIIcxLHFtu8fpiAk3c7Tz4XVm+5kN16+WhkGTBA3PvwKG9dUxe5bo0gmCz44fydUKxJ35dHU7H1dZvzK05bEVBDHsgxr4dTQ8s32QdHhipDf70oSmClRQbRVqdnLy3YL6QqN0ohp904cJ9Cwi8aRzLZYi7y4A8CFMvr7z71wC3POUiRGNU3Tc58HaD/+x5QFKNCYGmtDTw1wqfC0sca2h2xDMjJY0OHMhkDPvZeT4cHkJYAxBCLLzbtpt1rtX/7E1w5KIZjOiyrmW3n6zJiFx8Cbfwu0yNlefhEfAAAAAElFTkSuQmCC") no-repeat 6px center, linear-gradient(to bottom, #fcfcfc, #dddcdb 99%);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	display: none;
}

	@media (min-width: 960px) {
		.big-search{
			width: 516px;
		}
	}


.big-search.cns-list{
	width: 100%;
	border-radius: 0;
	background: #C9C9C9;
	height: 115px;
	box-shadow: none;
	border: none;
	padding: 25px 30px;
	float: none;
	margin: 0;
	display: flex;
	border: 1px solid black;
}


.big-search input[type=text]{
	border: 1px solid #bfbfbf;
	padding: 4px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 36px;
	font-size: 14px;
	float: left;
	width: 100%;
	margin-right: 0;
}
.big-search.cns-list input {
	border: none;
	border-radius: 0;
	border: 1px solid black;
}
::-webkit-input-placeholder{
	font-style: italic;
}
input:-moz-placeholder{
	font-style: italic;
}

#lang-filter-surround{
	width: calc(100% - 62px);
	float: left;
	margin: 0 31px;
	text-align: left;
	display: table;
	/*border-bottom: 1px solid #808080;*/
}
	@media (min-width: 640px) {
		#lang-filter-surround{
			border-bottom: 1px solid #808080;
		}
	}

	@media (min-width: 960px) {
		#lang-filter-surround{
			text-align: left;
			width: 100%;
			margin: 0;
		}
	}


#lang-filter-surround > *{
	display: table-cell;
}

.lang-drop-holder{
	width: 100%;
	float: left;
	margin-top: 20px;
}
	@media (min-width: 640px) {

.lang-drop-holder{
	width: 30%;
	float: none;
	margin-top: 0;
}
	}


#lang-filter-surround label{
	font-size: 11px;
	color: #323232;
	margin: 10px 0;
	/*border-bottom: 1px solid #808080;*/
	padding-right: 25px;
	float: right;
	text-transform: uppercase;
	position: absolute;
	top: -36px;
	left: 0;
	/*width: 100%;*/
	/*margin-bottom: 5px;*/
}
#lang-filter-surround > p{
	font-family: HelamSlab, Myriad Pro, arial;
	font-size: 30px;
	color: #323232;
	margin: 10px 0;
	border-bottom: 1px solid #808080;
	padding-right: 25px;
	float: left;
	/*width: 100%;*/
	/*margin-bottom: 5px;*/
}
	@media (min-width: 640px) {
		#lang-filter-surround > p{
			border-bottom: none;
		}
	}
	@media (min-width: 960px) {
		#lang-filter-surround > p{
			float: left;
		}
	}
#lang-filter-surround select{
	font-family: Myriad Pro, arial;
	font-size: 16px;
	color: #333;
	width: 83%;
	float: left;
	height: 40px;
	padding: 10px;
}

.dropdown{
	height: 28px;
	border: 1px solid #ccc;
	line-height: 28px;
	border-radius: 5px;
	min-width: 242px;
	position: relative;
	color: #000 ;
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
	cursor: pointer;
	margin: 0 auto 16px;
	background: linear-gradient(to bottom, #eaeaea 0%, #ccc 100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	position: relative;
}

	#lang-filter-surround .dropdown{
		background: #D0D0D2;
		border-radius: 0;
		text-shadow: none;
		text-align: center;
		height: 36px;
		margin-bottom: 10px;
		float: left;
	}

	@media (min-width: 640px) {
		#lang-filter-surround .dropdown{
			float: right;
			margin-right: 0 0 16px;
		}
	}
.dropdown-current-selected{
	color: #545454;
	text-align: center;
	font-size: 14px;
	position: absolute;
	left:0;
	padding-left: 10px;
}
	#lang-filter-surround .dropdown-current-selected{
		color: #000;
		font-size: 16px;
		position: static;
		left: auto;
	}

.drop-arrow{
	position: absolute;
	right: 0;
	width: 28px;
	text-align: center;
	font-size: 18px;
	border-left: 1px solid #ccc;
		font-family: Gideon;
	box-shadow: inset 1px 0 1px -1px #fff;
	-moz-box-shadow: inset 1px 0 1px -1px #fff;
	-webkit-box-shadow: inset 1px 0 1px -1px #fff;
}
	#lang-filter-surround .drop-arrow{
		position: static;
		right: auto;
		border-left: none;
		box-shadow: none;
		font-size: 13px;
	}

.dropdown .dropdown-holder{
	position: absolute;
	top: 35px;
	right: 0;
	width: 100%;
	display: none;
	background: #D0D0D2;
	border: 1px solid #7F7F82;
	z-index: 100;
}

.dropdown ul {
	width: 100%;
	max-height: 600px;
	overflow: scroll;
}
.dropdown li {
	padding: 8px 0;
	/*border-top: 1px solid #d9d9d9;*/
	/*border-bottom: 1px solid #c4c4c4;*/
	margin: 0 14px;
	line-height: 16px;
	width: auto;
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
}
.drop-check{
	float: right;
	font-size: 16px;
}
.dropdown li:first-child {
	border-top: none;
}
.dropdown li:last-child {
	border-bottom: none;
}
.dropdown li:hover{
	text-decoration: underline;
}
.dropdown li.selected {
	color: #851010;
	font-weight: bold;
}



#language-list-center .hq-link{
	width: 100%;
	color: #000;
	border-top: none;
	padding: 0;
}
#language-list-center .hq-link:hover{
	background: transparent;
	text-decoration: underline;
}

#language-select-list{
	background: #E5E5E7;
	width: 100%;
	height:auto;
	padding: 20px 0 30px;
	float: left;
}
#language-list-center{
	width: 100%;
	margin: 0 auto;
}
	@media (min-width: 960px) {
		#language-list-center{
			width: 960px;
		}
	}

#language-list-center > ul{
	width: 100%;
	float: left;
	font-family: OpenSans;
	font-size: 14px;
}
	@media (min-width: 768px) {
		#language-list-center > ul{
			width: 180px;
			margin-right: 12px;
		}
	}

	@media (min-width: 960px) {
		#language-list-center > ul{
			width: 225px;
			margin-right: 12px;
		}
	}

#language-list-center > ul li{
	text-align: left;
	width: 100%;
	line-height: 24px;
}
	@media (min-width: 960px) {
		#language-list-center > ul li{
			width: 198px;
			text-align: left;
		}
	}

#language-list-center a{
	color: #262626;
	text-decoration: none;
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 3px 30px;
	float: left;
	margin-bottom: 2px;
	/*border-top: 1px solid #ccc;*/
}
	@media (min-width: 768px) {
		#language-list-center a{
			width: 180px;
			margin-right: 12px;
		}
	}

	@media (min-width: 960px) {
		#language-list-center a{
			width: 225px;
			padding: 3px;
			border-top: none;
		}
	}

#language-list-center .current-language{
	color:#990606;
	font-size: 13px;
	font-weight: bold;
}
#language-list-center a:hover{
	text-decoration: underline;
}
#language-list-center .language{
	text-transform:uppercase;
	color:#262626;
	font-size: 11px;
}
#language-list-center .current-language .language{
	color:#990606;
}
a:hover .language{
	color:#fff;
}
.navigation{
	height: 44px;
	width:100%;
	background: #323232;
	position: relative;
	float: left;
	z-index: 1000;
	margin-bottom: -45px;
}
.nav-contain{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
	/*@media (min-width: 1024px) {

.nav-contain{
	width: 100%;
}

	}*/
	@media (min-width: 1200px) {
		.nav-contain{
			width: 1200px;
		}
	}
	/*@media (min-width: 960px) {
		.nav-contain{
			width: 960px;
		}
	}*/

.nav-contain > ul{
	width: calc(86% - 31px);
	height:100%;
	/*border-left:1px solid #4f4f4f;*/
	display: none;
	margin-left: 31px;
	float: left;
}

	@media (min-width: 980px) {
		.nav-contain > ul{
			display: block;
			margin-left: 42px;
			width: calc(88% - 22px);
		}

	}

.nav-contain tr{
	width:978px;
	height:100%;
	display:table;
	padding:0;
	/*border-right:1px solid #2e2e2e;*/

}
.nav-contain > ul > li{
	float: left;
	color:#FFFFFF;
	height: 100%;
	text-align:center;
	line-height: 46px;
	font-size: 12px;
	font-family: OpenSans,sans-serif;
	cursor:pointer;
	text-shadow:0 0 0 transparent,-1px -1px 0px rgba(0,0,0,0.7);
	margin-right: 15px;
}
	/*@media (min-width: 960px) {
		.nav-contain > ul > li{
			margin-right: 33px;
		}
	}*/
	@media (min-width: 1200px) {
		.nav-contain > ul > li{
			margin-right: 32px;
		}
	}
.nav-contain td:first-child{
	padding-left: 0;
}
.nav-contain td:last-child a{
	padding-right:0;
}
.nav-contain > ul a{
	color: #fff;
	text-decoration: none;
	/*width:100%;*/
	/*height:100%;*/
	display: inline;
	/*border-left:1px solid #2e2e2e;*/
	/*border-right:1px solid #6c6c6c;*/
	/*min-width:56px;*/
	/**min-width:auto;*/
	/*margin-top:1px;*/

	padding: 9px 0px;

}
.nav-contain > ul a:hover,
.nav-contain > ul a.current:hover{
	border-bottom: 3px solid #cacaca;
}
.nav-contain > ul a.current{
	border-bottom: 3px solid #cacaca;
}

.mobile-menu{
	position: relative;
	width: 100%;
	float: left;
	color: #fff;
	font-family: helvetica;
	font-size: 14px;
	/*border: 1px solid white;*/
}
	@media (min-width: 980px) {
		.mobile-menu{
			display: none;
		}
	}

.mobile-menu > span{
	padding: 15px 21px;
	float: left;
	cursor: pointer;
	/*border: 1px solid white;*/
}
.mobile-menu span b{
	font-family: Gideon;
	font-weight: normal;
	font-size: 13px;
	margin-right: 9px;
	float: left;
}
.mobile-menu span span{
	float: left;
	/*padding-top: 2px;*/
}

/*.mobile-menu-show{
	float: right;
	height: 100%;
	border-left: 1px solid #666;
	padding: 15px 20px 9px;
	font-size: 10px;
	cursor: pointer;
}*/
/*
.mobile-menu-show.momenu-shown{
	padding: 9px 16px 4px;
}*/

.mobile-dropdown{
	position: absolute;
	top: 0;
	left: 20px;
	background: #fff;
	border: 1px solid #7F7F82;
	width: 212px;
	z-index: 501;
	display: none;

}
.nav-contain .mobile-dropdown li{
	height: 43px;
	width: 100%;
	float: left;
}
.nav-contain .mobile-dropdown a{
	color: #4D4D4D;
	text-decoration: none;
	font-size: 13px;
	padding: 15px 16px;
	width: 100%;
	float: left;
}
.nav-contain .mobile-dropdown a.current-page{
	border-left: 4px solid #323232;
	padding: 15px 16px 15px 12px;
}
.nav-contain .mobile-dropdown li:nth-child(odd){
	background: #F0F0F2;
}








#search{
	height:45px;
	width:100%;
	border-bottom:1px solid #b4b4b4;
	background: #ddd;
}
#search-contain{
	width: 100%;
	margin: 0 auto;
}
	@media (min-width: 960px) {
		#search-contain{
			width: 960px;
		}
	}

.date{
	color:#231F20;
	display:block;
	float:left;
	font-size:12px;
	line-height: 44px;
	text-shadow:1px 1px 1px #fff;
	display: none;
	padding-left: 16px;
}
	@media (min-width: 960px) {
		#search-contain .date{
			display: block;
			padding-left: 0;
		}
	}
	@media (min-width: 540px) {
		#search-contain .date{
			display: block;
		}
	}

.search{
	/*border: 1px solid white;*/
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	width: 180px;
	margin: 0 auto;
	transition: width .5s;
}
	@media (min-width: 960px) {
		.search{
			right: 18px;
		}
	}
	@media (min-width: 540px) {
		.search{

		}
	}
	@media (min-width: 1200px) {
		.search{
			right: 27px;
		}
	}

.searching .search{
	width: calc(100% - 12px);
	transition: width 1s;
	z-index: 1;
}
.nav-contain > ul a,
.nav-contain .newsroom-1-mobile,
.nav-contain .mobile-menu-show,
.nav-contain .top-button-container {
	opacity: 1;
	transition: opacity .5s;
}
.nav-contain.searching > ul a,
.nav-contain.searching .newsroom-1-mobile,
.nav-contain.searching .mobile-menu-show,
.nav-contain.searching .top-button-container {
	opacity: .2;
	transition: opacity .5s;
}

	@media (min-width: 540px) {
		.searching .search{
			width: 380px;
			transition: width 1s;
		}
	}


#search_form{
	padding-right: 12px;
}

.search-clear{
	font-family: Gideon;
	width: 30px;
	float: right;
	background: rgba(255,255,255,.25);
	color: rgba(255,255,255,0);
	border-radius: 5px 0 0 5px;
	height: 30px;
	text-align: center;
	padding-top: 4px;
	cursor: default;
	display: none;
}

.searching .search-clear{
	background: #fff;
	color: #4D4D4D;
	display: block;
}
.search-box{
	width: calc(100% - 62px);
	float: right;
	border-radius: 5px 0 0 5px;
}

.searching .search-box{
	background: #fff;
	color: #000;
	width: calc(100% - 62px);
	border-radius: 0 0 0 0;
}

.search-go{
	float:right;
	margin:0;
	cursor:pointer;
	font-family: Gideon;
	color: #fff;
	background: rgba(255,255,255,.25);
	padding:  4px 10px 8px 6px;
	border-radius: 0 5px 5px 0;
	height: 30px;
}

.searching .search-go{
	background: #fff;
	color: #4D4D4D;
	border-left: 1px solid #B9B9BE;
}

.search-box .search_input{
	background: rgba(255,255,255,.25);
	border:none;
	color:#9d9d9d;
	display:block;
	float:right;
	font-size:12px;
	outline:none;
	padding: 6px 5px 8px;
	width: 100%;
	height: 30px;
	margin:0;
	border-radius: 5px 0 0 5px;

	-webkit-appearance: none;
}
.searching .search-box .search_input{
    border-radius: 0;
}
a.tips{
	color:#000000;
	display:block;
	float:right;
	font-size:10px;
	line-height:29px;
	margin-right:10px;
	text-shadow:1px 1px 1px #FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
}
#search-drop{
/*	box-shadow:0 5px 10px #000000;
	-moz-box-shadow: 0 5px 10px #000000;
	-webkit-box-shadow: 0 5px 10px #000000;*/
	background-color: #E5E5E7;
	margin: 27px 0 0;
	position: absolute;
	width: calc(100% - 12px);
	z-index:5000;
	right: 12px;
	text-align: left;
	border: 1px solid #7F7F82;

	display: none;
}
.search-heading,
.search-footer{
	background-color:#d0d0d2;
	/*border-bottom:1px solid #1E1E1E;*/
	/*border-top:1px solid #595959;*/
	color: #58585B;
	font-size:10px;
	width: 100%;
	padding:11px 8%;
	text-transform:uppercase;
	float: left;
}
.search ul{
	/*border-bottom:1px solid #1E1E1E;
	border-top:1px solid #595959;*/
	padding: 7px 10px;
	width:100%;
	float: left;
	background: #E5E5E7;
}
.search a{
	text-decoration:none;
}
.search a:hover{
	text-decoration:underline;
}
.search li.current-result{
	text-decoration: underline;
}
.search ul a{
	color: #000;
	display: block;
	font-family: arial;
	font-size: 12px;
	line-height: 14px;
	padding: 10px 0;
}
.search-footer a{
	color: #58585B;
}
/*.content {
	padding-top: 45px;
}*/
#content{
	background:#fff;
	width:100%;
	float:left;
	overflow:hidden;
	padding-top: 45px;
}
#content object,
#content iframe,
#content img{
	max-width: 100%;
	margin: 0 auto;
    display: block;
}

#content .fb-social iframe{
	max-width: 10000%;
}

#content-holder .social{
	background: transparent;
	border-bottom: none;
	width: 180px;
    margin: 0;
    float: right;
}

#article-body + .social{
	margin-top: 80px;
	width: 20%;
	margin: 0px 4.5%;
    padding-top: 10px;
}

#social .social-wrapper .social-holder .social-btn{
    background: url(../images/social-icons.png) no-repeat;
    display: inline-block;
	background-size: 216px 50px;
    height: 25px;
    width: 25px;
    margin: 0 5px 15px 0 !important;
}

.social li{
	margin: 0 !important;
}

.social .fb-social {
    background-position: 0px 0px !important;
}

.social .tw-social {
    background-position: -32px 0px !important;
}

.social .pi-social {
	margin: 0;
	background-position: -64px 0px !important;
}

.social .vk-social {
	margin: 0;
	background-position: -96px 0px !important;
}

.social .dr-social {
    background-position: -191px 0px !important;
}

.social .print-social{
	background-position: -160px 0 !important;
}

.social .email-social{
	background-position: -128px 0 !important;
}

.social .print-social, .social .email-social {
	min-width: 0 !important;
	margin: 0px 15px 0px 5px;
}

.social .fb-social:hover {
    background-position: 0px -25px !important;
}

.social .tw-social:hover {
    background-position: -32px -25px !important;
}

.social .pi-social:hover {
	margin: 0;
	background-position: -64px -25px !important;
}

.social .vk-social:hover {
	margin: 0;
	background-position: -96px -25px !important;
}

.social .dr-social:hover {
	margin: 0;
	background-position: -191px -25px !important;
}

.social .print-social:hover {
	background-position: -160px -25px !important;
}

.social .email-social:hover {
	background-position: -128px -25px !important;
}

.twitter-share-button .btn i{
	background-image: none !important;
}

.twitter-share-button .btn{
	background-color: transparent !important;
}

.twitter-share-button .btn:hover{
		background-color: transparent !important;	
}

#content-wrapper{
	width: 100%;
	max-width: 960px;
	margin:0 auto;
}

#content-holder{
	width:100%;
	float:left;
	min-height:400px;
	padding: 17px 0 50px;
}


h2 a,
h3 a{
	color: #000000;
	text-decoration: none;
	text-transform: none;
}
footer a{
	color: #fff;
}

footer polygon{
	fill: #fff;
	/*stroke: #FFF;*/
	/*stroke-width: 10px;*/
}

.footer-top{
	padding-bottom: 20px;
	margin-bottom: 6px;
	/*border-bottom: 1px solid #7F7F82;*/
	width: 100%;
	float: left;
}



	@media (min-width: 960px) {
		.footer-top{
			padding-bottom: 0;
			margin-bottom: 0;
			border-bottom: none;
			width: 100%;
			float: left;
		}
	}


#leadership .learn-more {
	float: left;
}

.learn-more {
	color: #A50101;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
.side-block > .learn-more {
	text-transform: uppercase;
}


footer{
	width: 100%;
	float: left;
	background: #000;
}

.footer-divide{
	border-bottom: 1px solid #606060;
	width: 100%;
	float: left;
}

.footer-divide + .footer-divide{
	padding: 20px 0 40px;
}

.footer-wrapper{
	width: 100%;
	margin:0 auto;
}
	@media (min-width: 1024px) {
		.footer-wrapper{
			width: 1024px;
		}
	}

.footer-block{
	width:100%;
	float:left;
	position:relative;
}


.footer-text{
	float:left;
	color:#fff;
	font-size:12px;
	width: 100%;
}
	@media (min-width: 960px) {
		.footer-text{
			width: 100%;
			padding-left: 32px;
		}
	}

.footer-text > *{
	padding-left: 12px;
	padding-right: 12px;
}
	@media (min-width: 540px) {
		.footer-text > *{
			padding-left: 64px;
			padding-right: 64px;
		}
	}
	@media (min-width: 960px) {
		.footer-text > *{
			padding-left: 0;
			padding-right: 0;
			margin-bottom: 26px;
		}
	}

.footer-text h2 a{
	color: #fff;
}
.footer-text h2{
	color: #FFFFFF;
	font-size: 27px;
	font-weight:normal;
	/*display: none;*/
	margin: 0 0 0 0;
}
	@media (min-width: 540px) {
		.footer-text h2{
			float: left;
			margin: 0 10px 0 0;
		}
	}

	@media (min-width: 960px) {
		.footer-text h2{
			display: inline-block;
			font-size: 33px;
		}
	}

.footer-text .title-line{
	margin: 23px 0 0;
	font-family: georgia;
	width: 100%;
	float: left;
}

	@media (min-width: 540px) {
		.footer-text .title-line{
			margin: 30px 0 0;
			width: calc(100% - 200px);
			float: left;
		}
	}


.footer-text .link-line{
	margin: 0 0 15px;
	float: left;
	width: 100%;
	color: #676767;
}
	@media (min-width: 960px) {
		.footer-text .link-line{
			margin-bottom: 0;
		}
	}

.footer-text .newsroom-description + .link-line{
	margin: 64px 0 0;
}
	@media (min-width: 960px) {
		.footer-text .newsroom-description + .link-line{
			margin: 25px 0 0;
		}
	}

.title-country{
	width: 100%;
	float: left;
}

.footer-text .link-line a{
	color: #676767;
	text-decoration:none;
	margin:0 4px;
	line-height: 20px;
}
.footer-text .link-line a:hover{
	text-decoration:underline;
}
.footer-text .newsroom-description{
	font-size: 9px;
	/*display: none;*/
	margin-top: 6px;
	float: left;
	font-family: OpenSans;
	line-height: 1.2;
}
	@media (min-width: 640px) {
		.footer-text .newsroom-description{
			display: block;
		}
	}

.footer-text .copyright-text{
	font-size: 12px;
	margin: 25px 0 0 4px;
	letter-spacing: 1px;
	float: left;
	color: #676767;
	font-weight: normal;
}
	@media (min-width: 960px) {
		#footer-text .copyright-text{
			margin: 21px 0px 0px 4px;
		}
	}


.footer-block > a{
	margin: 0 auto;
	width: 122px;
	display: none;
}
	@media (min-width: 960px) {
		.footer-block > a{
			margin: 33px 0 0 0;
			float: right;
			display: block;
		}
	}






/*SIDEBAR*/
.lil-link{
	color: #221E1F !important;
	font-family: OpenSans;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: lighter;
	float: right;
	margin-top: 7px;
}
/*END SIDEBAR*/









.error-page {
	margin-top: 26px;
	float: left;
}

.error-page h1 {
	font-size: 32px;
	font-weight: normal;
	margin-top: 145px;
	padding-bottom: 6px;
	width: 100%;
}

.error-page p {
	color: #666666;
}


.has-vid-thumb,
.top-vid-thumbnail{
	position: relative;
	float: left;
	text-decoration: none;
}

.has-vid-thumb a,
.top-vid-thumbnail a{
	text-decoration: none;
}


.news-releases-thumbnail{
	float: right;
}
.thumbnail-for-video{
	position: relative;
}
.thumbnail-for-video .thumbnail-marker,
.has-vid-thumb > span,
.has-vid-thumb .hero-img > span,
.top-vid-thumbnail > span{
	position: absolute;
	top: 13px;
	right: 13px;
	width: 30px;
	height: 22px;
	padding: 0 0 0 2px;
	color: #000;
	font-size: 13px;
	line-height: 22px;
	background: rgba(210,210,210,0.6);
	text-align: center;
}



figure.video-frame{
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 20px;*/
	margin: 0 0 20px 0;
	height: 0;

}
	.video-frame iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


blockquote{
	line-height: 20px;
	/*margin: 0 0 10px 40px;*/
	margin: 0 40px 10px 40px;
	color: #787878;
	font-size: 14px;
	font-style: italic;
}
sub {
	font-size: xx-small;
	line-height: 12px;
	vertical-align: bottom;
}
sup {
	font-size: xx-small;
	line-height: 12px;
	vertical-align: top;
}

.top-story ol li{
	list-style: decimal outside none;
	line-height: 20px;
	margin: 0 0 10px 40px;
	font-size: 14px;
}
.top-story ul li{
  list-style: disc outside none;
	line-height: 20px;
	margin: 0 0 10px 40px;
	font-size: 14px;
}

.red-text{
	color: #A50101;
	float: left;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	text-align: left;
	text-transform: uppercase;
}

.red-text em{
	text-transform: none;
}



.align-left{
	float: left;
	margin: 15px 26px 16px 8%;
}

.align-right{
	float: right;
	margin: 15px 12% 16px 26px;
}


#ftb-img {
	position: absolute;
	right: 4px;
	top: -32px;
}








.two-thirds {
	/*border-right: 1px solid #DDDDDD;*/
	float: left;
	margin-top: 17px;
	padding-right: 0;
	width: 100%;
}
	@media (min-width: 960px) {
		.two-thirds {
			padding-right: 12px;
			width: 66%;
		}
	}

.two-thirds h1 {
	border-bottom: 1px solid #DDDDDD;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0 16px 10px;
	width: 100%;
    font-family: HelamSlab;
}
	@media (min-width: 960px) {
		.two-thirds h1 {
			font-size: 36px;
			padding: 0 0 10px;
		}
	}



.one-third {
    /*border-left: 1px solid #DDDDDD;*/
    float: left;
    /*margin-left: -1px;*/
    margin-top: 15px;
    padding: 0 16px;
    width: 100%;
}
	@media (min-width: 960px) {
		.one-third {
			padding: 0 0 0 15px;
		}
	}

.one-third > div{
	width: 100%;
	position: relative;
	float: left;
}
	@media (min-width: 768px) {
		.one-third > div{
			width: 50%;
			/*padding: 0 12px;*/
			padding-right: 30px;
			float: left;
		}
		.one-third > div:nth-child(3n){
			padding-right: 0;
		}
	}

	@media (min-width: 960px) {
		.one-third > div{
			width: 100%;
		}
	}

.section-heading,
.one-third h2 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #831010;
	text-transform: uppercase;
	width: 100%;
}
.one-third h2 a{
    color: #831010;
	text-transform: uppercase;
}
.one-third .learn-more {
    float: left;
    font-size: 10px;
    margin-top: 7px;
}




.article-title h1 {
    float: left;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2;
    width: 100%;
    padding: 3px 16px 0;
	font-family: HelamSlab;
    margin-bottom: 10px;
}
	@media (min-width: 960px) {
		.article-title h1 {
			font-size: 40px;
			padding: 3px 0 0 0;
			margin: 0;
		}
	}







.full-fill{
	padding-top: 15px;
	float: left;
	height: 20px;
	text-align: center;
	width: 100%;
	font: normal normal normal 16px/16px georgia;
	margin: 15px 0px 30px;
}






.full{
	width: 100%;
	float: left;
}

.center-marg{
	text-align: center;
	margin: 40px 0;
}





.load-more,
#load-more {
	color: #1a1a1a;
	cursor: pointer;
	overflow-wrap: break-word;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	word-wrap: break-word;
	/*background: rgba(0, 0, 0, 0) url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHCAgICAgICAgICD/2wBDAQcHBw0MDRgQEBgaFREVGiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICD/wAARCAArADMDAREAAhEBAxEB/8QAGQABAAMBAQAAAAAAAAAAAAAAAAIEBQYH/8QALxAAAAQEBAMGBwAAAAAAAAAAAAECAwQRExQFMVFSEjJBBhUhImFxIzRCU2KRof/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwD2O7XqAXa9QC7XqAXa9QC7XqAXa9QC7XqAz6oBVAKoBVAKoBVAKoClVAKoDUw2OhHODD8XI0wznycdkpk1Hko+rRn+j9OUL2Iw8D2eKnxpjcZc8WGzTNtlM/B1aev4l1P2MwHPuPPG4o3lKU9M6il8xq6z9ZgI1QCqAp1QCqA1MJxeC4e7sZm7hjp/Dfn5oZR9SP7Z/UWRZyzAaEejCOy6Th8PcTGYy75iiFESkw7Z8qpeYjXKXDP3y8DDmzfUZzWs1qPmWo5qM9TM8zAKoBVAUqoBVAKoCLdJpPC2gkJzkkpF/AEqoBVAKoDFuX95gFy/vMAuX95gFy/vMAuX95gFy/vMAuX95gP/2Q==) no-repeat scroll 0% 0% / auto padding-box border-box;*/
	background: #aaa;
	border: 1px solid #d4d4d4;
	font-size: 14px;
	margin: 0px auto;
	outline: rgb(165, 1, 1) none 0px;
	padding: 10px 12px;
	text-decoration: none;
	width: 100%;
	float: left;
}





.one-third > .tablet-hold{
	width: 100%;
	float: left;
	padding-top: 48px;
}
.one-third > .tablet-hold + .tablet-hold{
	padding-top: 0;
}
    @media (min-width: 540px) {
        .one-third > .tablet-hold{
			width: 50%;
			float: left;
			padding: 0 24px 0 0;
		}
		.one-third > .tablet-hold + .tablet-hold{
			padding-top: 0;
		}
    }
    @media (min-width: 960px) {
        .one-third > .tablet-hold{
			width: 100%;
			float: left;
			padding: 0;
		}
    }





#from-the-blog-widget{
	width: 100%;
	float: left;
	position: relative;
	padding: 0 12px 0;
	/*display: none;*/
}
	/*.mobile-blog-block{
		display: block;
	}*/

	/*.mobile-blog-block .topics-text > a:after{
		content: "»";
		display: inline-block;
		margin-left: 2px;
	}

	.one-third .mobile-blog-block h3 a{
		font-size: 14px;
	}*/

   /* @media (min-width: 540px) {
        #from-the-blog-widget{
            display: block;
            padding: 0 0 0;
        }
		.mobile-blog-block{
			display: none;
		}
    }*/



#from-the-blog-widget .topics-text{
	width: calc(100% - 91px);
}











.modal-holder{
	width: 100%;
	text-align: center;
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 11001;
	display: none;
}
.modal{
	margin: 0 auto;
	z-index: 11002;
	width: 100%;
	text-align: left;
	background: #e6e6e7;
	border: 1px solid #000;
	padding: 30px;
	box-shadow: 0px 0 6px rgba(0,0,0,0.6);
}

    @media (min-width: 768px) {
        .modal{
			width: 640px;
		}
    }

.modal p{
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.modal .modal-headline{
	color: #ee1c38;
	font-size: 16px;
}

.modal-buttons{
	width: 100%;
	display: inline-block;
}
.modal-buttons a{
	width: 100%;
	padding: 17px;
	color: #fff;
	background: #807f83;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	float: left;
	text-decoration: none;
			margin-bottom: 10px;
}
    @media (min-width: 480px) {
       .modal-buttons a{
			width: calc((100% / 2) - 14px);
			margin-bottom: 0;
		}
    }

.modal-cancel{
	margin-right: 28px;
}
.modal-buttons .modal-confirm{
	background: #f11a38;
}












.ie7-update{
	color: #31313f;
	background: #fff;
	text-align: left;
	font-family: arial;
	position: fixed;
	top: 10px;
	right: 0;
	padding: 10px 20px;
	border: 1px solid #ebebeb;
	width: 360px;
	line-height: 18px;
}


.ie7-update img{
	float: left;
	margin-right: 15px;
}

/**************************** STICKY NAV CHANGES *****************************/
.navbar-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	background:#323232;
	height: 44px;
	margin: 0 auto;
	/*padding-left: 142px;*/
}
.nav-wrapper {
	width: 100%;
	background: #323232;
	/*margin: 0 auto;*/
}
.navbar-fixed .nav-contain {
	margin: 0 auto;

}
.search-box-shrink {
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	width: 85px;
	margin: 0 auto;
	transition: width .5s;
	/*margin-right: 146px;*/
}
.newsroom-1 {
	display: none;
	position: relative;
	margin-top: -2px;
}
.newsroom-1 a {
	font-family: 'Georgia';
	font-weight: lighter;
	font-size: 20px;
}
.fade-out-2 {
	display: none;
}
.sticky-nav {
	position: fixed;
	display: none;
}
.newsroom-1-mobile {
	float: left;
	padding: 11px 16px;
	display: none;
}
.newsroom-1-mobile a {
	text-decoration: none;
	font-family: 'Georgia';
	font-weight: lighter;
	font-size: 20px;
	color: #ffffff;
}
.top-button-container {
	content: "/ea14";
	position: absolute;
	padding: 12.5px 16px;
	margin-right: 68px;
	right: 0;
	display: none;
}
.top-button-container a {
	text-decoration: none;
	color: white;
	font-size: 12px;
}
.top-button-container a:before {
	font-family: Gideon;
	content:  "\ea14";
	margin-right: 6px;
}
.sticky-nav .mobile-menu-show {
	margin-left: 140px;
}
@media (max-width: 390px) {
	.top-button-container {
		margin-right: 62px;
	}
}
@media (max-width: 343px) {
	.top-button-container {
		margin-right: 42px;
	}
}


/************************ STICKY NAV CHANGES END *****************************/

/****************** SOCIAL UNIFICATION FOOTER ******************/
#social-unification {
	background-color: #7f1315;
	border-bottom: 1.5px solid #606060;
}
#social-unification-wrapper {
	max-width: 1024px;
	padding: 16px 32px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 0 auto;
}
.su-social-media-container {
	/*margin-right: 45px;*/
}
.nrn-container {
	/*margin-right: 70px;*/
}
#social-unification-wrapper > div {
	margin-left: 23px;
	margin-right: 23px;
}
#social-unification-wrapper > div:first-child {
	margin-left: 0;
}
#social-unification-wrapper > div:last-child {
	margin-right: 0;
}
#social-unification-wrapper h6 {
	text-transform: uppercase;
	font-family: 'OpenSans';
	font-weight: lighter;
	font-size: 15px;
	color: #ffffff;
	margin: 0;
	padding-left: 0;
}

/***FOLLOW US ICONS***/
.su-social-media-container {
	position: relative;
	white-space: nowrap;
}
.su-social-media-wrapper h6 {
	padding-bottom: 3px;
}
.susmi {
	font-size: 30px;
	margin-right: 8px;
}
.su-icons-6 ul li {
	display: inline;
}
.su-icons-6 a {
	text-decoration: none;
	color: #ffffff;
}
.su-icons-6 li:last-child a {
	margin-right: 0px;
}
.facebook-icon-6:before {
	font-family: Gideon;
	content: "\ee01";
}
.googleplus-icon-6{
    background: url(../images/Google_Plus_small.png) no-repeat;
    display: inline-block;
    background-size: 25px;
    height: 25px;
    width: 25px;
}

.instagram-icon-6:before {
	font-family: Gideon;
	content: "\ee03";
}
.twitter-icon-6:before {
	font-family: Gideon;
	content: "\ee05";
}
.youtube-icon-6:before {
	font-family: Gideon;
	content: "\ee06";
}
.rss-icon-6:before {
	font-family: Gideon;
	content: "\ee00";
}


/*** NEWSROOM NOTIFICATIONS EMAIL SIGN UP ***/
.nrn-container {
	flex-grow: 1;
	white-space: nowrap;
	width: 100%;
	max-width: 480px;
}
.nrn-wrapper h6 {
	padding-bottom: 6px;
}
.nrn-form-wrapper form {
	display: flex ;
	flex-wrap: nowrap;
}
.nrn-form-input-field {
}
.nrn-form-input-field {
	flex-grow: 1;
	height: 39px;
	border: none;
	margin-right: 6px;
	padding-left: 15px;
	font-size: 13px;
}
.nrn-submit-button {
	background-color: #808080;
	padding: 12px 20px;
	border: none;
	font-family: 'OpenSans';
	font-weight: lighter;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}

/*** SEND FEEDBACK ***/
.su-send-feedback-container {
	color: #ffffff;
	margin-bottom: 1px;
}
.feedback-submit {
	width: 100%;
	background-color: #808080;
	display: flex;
	justify-content: center;
	align-items: center;
}
.feedback-submit-button {
	padding: 12px 30px;
	padding-right: 55px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'OpenSans';
	font-weight: lighter;
	color: #ffffff;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAACWBAMAAABeENdbAAAABGdBTUEAALGPC/xhBQAAABhQTFRF3YqB6LOuzl1U9uDd/vv7+/DvAAAA////l64+wwAAAAd0Uk5Tbps7y+jcAASN0PsAAABXSURBVEjHY0jDAhhGBUcFRwVHBUcFRwVHBUcFRwUHv2CICwS4IguGl0NA6VAUNDY2di8vDzY2RvO7ebmjGnqAJLkXq2GEUmIpG2bQqQhhCU+l0bREDUEA49Srg38Z6yIAAAAASUVORK5CYII=) no-repeat 84% 96% #808080;
}
.fsb-anchor {
	text-decoration: none;
	color: #ffffff;
}
.su-send-feedback-wrapper h6 {
	padding-bottom: 5px;
}


/*** MEDIA QUERIES ***/
@media (max-width: 960px) {
	#social-unification-wrapper {
	}
}
@media (max-width: 870px) {
	#social-unification-wrapper {
		/*flex-direction: column;*/
		flex-wrap: wrap;
		padding-left: 64px;
		padding-right: 64px;
	}
	#social-unification-wrapper {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#social-unification-wrapper > div {
		margin: 8px 0px;
	}
	.nrn-container {
		width: 100%;
		order: 1;
		max-width: 870px;
	}
}
@media (max-width: 600px) {
	#social-unification-wrapper {
		flex-direction: column;
		flex-wrap: nowrap;
		padding-left: 15px;
		padding-right: 15px;
	}
	#social-unification-wrapper > div {
		width: 100%;
	}
	.susmi {
		margin-right: 14px;
	}
	.nrn-container {
		order: 0;
	}
}
@media (max-width: 540px) {
	#social-unification-wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}
}

/****************** SOCIAL UNIFICATION FOOTER END ******************/
#content {
	background-color: #f1f1f3;
}


.blog-banner{
	width: 100%;
	width: calc(100% - 32px);
	margin: 14px 16px 5px;
	float: left;
	background: #801315;
	color: #fff;
	font-family: HelamSlab;
	font-family: Georgia;
	padding: 11px 10px 8px;
	border: 1px solid #d3b7b9;
	border-bottom: 1px solid #b78082;
}
	.blog-banner.w-drop{
		position: relative;
		padding: 0;
		width: 100%;
		margin: 0;
	}
	@media (min-width: 960px){
		.blog-banner{
			width: 84%;
			margin: 0 8%;
		}
	}

	.blog-site-name-side{
		width: 100%;
		float: left;
		padding: 11px 10px 8px;
	}
			@media (min-width: 640px){
				.blog-site-name-side{
					width: 60%;
				}
			}
		.blog-site-name{
			width: 100px;
			float: left;
			text-transform: uppercase;
			font-size: 14px;
			line-height: 1.1;
			word-wrap: break-word;
		}
		.blog-banner-line{
			width: 100%;
			float: left;
		}

		.blog-banner.w-drop .blog-site-name{
			display: none;
		}
			@media (min-width: 540px){
				.blog-banner.w-drop .blog-site-name{
					display: block;
				}
			}
		.blog-word{
			font-size: 35px;
			width: 100%;
			float: left;
			border-bottom: 2px solid #9f4d4e;
			padding-bottom: 10px;

			line-height: .8;
		}
			@media (min-width: 540px){
				.blog-word{
					width: calc(100% - 100px);
					border-bottom: none;
					padding-bottom: 0;
				}
			}


	.blog-site-expand-side{
		width: 100%;
		float: left;
		font-family: HelamSlab;
		text-align: right;
	}
			@media (min-width: 640px){
				.blog-site-expand-side{
					width: 40%;
				}
			}

		.blog-site-expand-side > div{
			padding: 0 10px 8px;
			cursor: pointer;
		}
			@media (min-width: 540px){
				.blog-site-expand-side > div{
					padding: 11px 10px 8px;
				}
			}
			@media (min-width: 960px){
				.blog-site-expand-side > div{
					padding: 14px 10px 8px;
				}
			}

		.blog-banner-close,
		.w-drop-expanded .blog-banner-expand{
			display: none;
		}
		.w-drop-expanded .blog-banner-close{
			display: block;
		}



	.blog-banner-social{
		background: #d1d1d3;
		width: 100%;
		float: left;
	}


.blog-drop{
	width: 100%;
	float: left;
	display: none;
}


.blog-drop label{
	font-family: OpenSans;
	width: 100%;
	float: left;
}



	@media(min-width: 640px){
		.blog-banner-boxes > div{
			width: 50%;
			float: left;
		}
		.blog-banner-boxes > div:first-child{
			padding-right: 16px;
			height: 85px;
		}
		.blog-banner-boxes > div:nth-child(2){
			padding-left: 16px;
			height: 85px;
		}
	}

	@media(min-width: 960px){
		.blog-banner-boxes > div{
			width: 33.333333333%;
			float: left;
		}
		.blog-banner-boxes > div:first-child{
			padding-right: 16px;
			height: 85px;
		}
		.blog-banner-boxes > div:nth-child(2){
			padding-right: 8px;
			padding-left: 8px;
			height: 85px;
		}
		.blog-banner-boxes > div:nth-child(3){
			padding-left: 16px;
			height: 85px;
		}
	}


.social-media-links{
	font-family: Gideon;
	font-size: 19px;
}

	@media(min-width: 960px){
		.social-media-links{
			font-size: 24px;
		}
	}


	.social-media-links li a{
		color: #808082;
		text-decoration: none;
		padding: 10px 25px 10px 0;
		float: left;
	}

#content-holder .social{
	width: 20%;
    margin: 0;
    display: inline;
    float: right;
}

.article-dateline {
    display: inline-block;
	float: left;
}


#blog-about h2{
	margin: 0 0 9px;
	border-bottom: 2px solid #bebec0;
	padding-bottom: 8px;
}
#blog-about p{
	line-height: 1.3;
	font-size: 11px;
}











.blog-browse-side{
    margin-bottom: 30px;
	width: 88% !important;
    margin-right: 8%;
    margin-left: 6%;
}

#blog-about{
	width: 88% !important;
    margin-right: 8%;
    margin-left: 6%;
}

.blog-browse-top-box,
.blog-browse-side-box{
    padding: 20px;
    background: #d1d1d3;
    width: 100%;
    float: left;
    margin-top: 8px;
}

.blog-drop label,
.blog-browse-top-box label,
.blog-browse-side-box label{
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    margin: 0 0 5px 0;
    font-weight: bold;
}
.blog-browse-top-box select,
.blog-browse-side-box select{
    font-family: HelamSlab;
    background: #fff;
    border: none;
    padding: 0 7px;
    height: 36px;
    font-size: 15px;
    width: 100%;
    float: left;
    margin: 10px 0;
}
.blog-browse-top-box select.blog-categories-select,
.blog-browse-side-box select.blog-categories-select{
	margin-bottom: 20px;
}
.blog-browse-side-box select.blog-archive-year,
.blog-browse-side-box select.blog-archive-month{
    width: calc(50% - 15px);
}
.blog-browse-top-box select.blog-archive-month,
.blog-browse-side-box select.blog-archive-month{
    float: right;
}





.blog-browse-top-box select.blog-archive-year,
.blog-browse-top-box select.blog-archive-month{
    width: calc((100% /3) - 10px);
    float: left;
    margin-right: 10px;
}







.blog-block a,
.blog-block,
.blog-blocks{
	width: 100%;
	float: left;
	max-width: 527px;
}
.blog-blocks{
	padding: 18px 16px;
}

.blog-block-text{
	line-height: 1.3;
}
.blog-block-text h3{
	font-family: HelamSlab;
	font-size: 22px;
	line-height: 1.15;
	margin-top: 10px;
	font-weight: normal;

}
.blog-block-text p{
	line-height: 1.3;
	word-wrap: normal !important;
}

p{
	word-wrap: normal !important;	
}
.blog-block-text h5 {
	color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 4px 8px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
    float: left;
    margin: -40px 0 0 5px;
	position: absolute;
}
.blog-block-text.recent-news p {
	color: #666666;
}
.blog-block-text.recent-news h5 {
    margin: -45px 0 0 10px;
}
.date-line{
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.blog-block{
	margin-bottom: 30px;
}
.blog-block a{
	color: #333;
	text-decoration: none;
}


.blog-subtitle{
	font-style: italic;
	font-size: 18px;
	color: #7d7582;
	margin-bottom: 3px;
}

p.style_guide{
	margin: 0px 6%;
}

p.style_guide a{
	color: #A50101;
    text-decoration: none;
}

.blog-about{
	width: 100%;
	float: left;
	padding: 18px 16px;
}

.blog-about h2{
	color: #831010;
	font-size: 17px;
	text-transform: uppercase;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 2px solid #bebec0;
}
.blog-about p{
	font-size: 11px;
	line-height: 1.3;
}







button{
	text-transform: uppercase;
	font-size: 12px;
	background: #807f84;
	color: #fff;
	padding: 10px;
	width: 100%;
	border: none;
	cursor: pointer;
}

.blog-side-sort{
	margin-top: 15px;
}

.blog-top-sort{
	width: calc((100% / 3) - 9px);
	float: right;
	margin-right: 9px;
	margin-top: 10px;
}

#modal {
    width: 100%;
    display: none;
    height: 100%;
    overflow: auto;
}

#modal-info, #modal-body {
    width: 960px;
    margin: 0 auto;
    position: absolute;
    top: 10%;
    left: 25%;
    display: flow-root;
    margin-bottom: 40px;
    color: #eaeaea;
	z-index: 2000;
}

#modal-body{
	margin-top: 75px;
}

#modal-body p {
    margin-bottom: 20px;
    line-height: 22px;
}

#modal-body #termsAgree {
    margin-left: 0;
    margin-bottom: 25px;
}

#modal-body .terms {
    font-weight: bold;
    border-bottom: 2px solid #afafaf;
    color: white;
    text-decoration: none;
}

.modal-photo, .modal-video {
    border-bottom: 2px solid #afafaf;
}

.modal-photo p, .modal-video p {
    margin-left: 5px;
    margin-bottom: 0 !important;
}

.modal-photo .disabled, .modal-video .disabled, .download-photo.disabled {
    cursor: not-allowed;
    color: rgba(0,0,0,0.0);
}

#modal-body img {
    max-width: 100px;
    margin: 5px;
}

#modal-body .download-photo {
    color: white;
    margin: 15px auto;
    width: 220px;
}

#modal-info #close{
    color: white;
    font-size: 16px;
    height: 25px;
    padding: 1px 0 0 0;
    cursor: pointer;
    float: right;
	position: relative;
	margin-right: 20px;
}

#modal-info #close:after{
	content: '\ea02';
	font-family: Gideon;
}

.modal-photo .disabled, .modal-video .disabled, .download-photo.disabled {
    cursor: not-allowed;
    color: rgba(0,0,0,0.0);
}

.download-photo {
    display: block;
    width: 100%;
    color: #7f1315;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}

.download-photo:before {
    content: "\ea1c";
    font-family: 'Gideon';
    font-size: 14px;
    margin-right: 5px;
}

.hidden{
	display: none;
}

.disable-cover:before{
    content: "\ea1c";
    font-family: 'Gideon';
    font-size: 14px;
    margin-right: 9px;
		
}

.disable-cover{
    width: 100%;
	color: white;
    text-align: center;
    cursor: not-allowed;
    text-transform: uppercase;
	margin-top: 15px;
    margin-bottom: 16px !important;
	line-height: 14px !important;
}

.article-title h1{
	font-size: 38px;
	padding: 10px 16px 0;
}

	@media (min-width: 960px){

		.article-title h1{
			font-size: 38px;
			padding: 10px 0 0;
		}

	}




.two-thirds .local-social,
.local-social{
	color: #858587;
}





.article-title .article-location{
	margin: 0;
	width: 100%
}

.two-thirds .social{
	margin-right: 8% !important;
}
.image-placement img{
	position: relative;
}

.image-placement figcaption {
	display: block !important;
	margin: 0 auto;
	margin-bottom: 40px;
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
	position: absolute;
	line-height: 16px;
	padding-left: 10px;
	    padding-top: 20px;
	bottom: 0;
}

.image-placement figcaption .image-title{
	display: none;
}

.image-placement figcaption .image-caption{
    display: inline;
	margin: 0;
	color: white;
    font-size: 14px;
    line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 99%;
	height: 2.2em;
	width: 100%;
}


.image-placement figcaption .image-copyright{
	display: inline;
	font-size: 10px;
	line-height: 16px;
    text-transform: uppercase;
	color: #d4d2d2;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3.2em;
	width: 100%;
}

.blog-double-blocks > div{
	width: 50%;
	float: left;
	padding: 0 16px;
}

.blog-double-blocks.recent-news > div:last-child {
	padding-right: 18px;
}

.blog-blocks.recent-news {
	padding-right: 17px;
}
.blog-double-blocks{
	display: none;
}
	@media(min-width: 540px){
		.blog-blocks{
			position: absolute;
			left: -99999px;
			display: none;
		}
		.blog-double-blocks{
			display: block;
			margin-top: 16px;
			width: 100%;
			float: left;
		}
		.blog-triple-blocks{
			margin-top: 16px;
			width: 100%;
			float: left;
		}
		.blog-double-blocks.recent-news,
		.blog-triple-blocks.recent-news {
			margin-bottom: 12px;
			margin-top: 10px;
		}
	}

	@media(min-width: 320px) {

		.blog-double-blocks.recent-news,
		.blog-triple-blocks.recent-news {
			margin-bottom: 12px;
			margin-top: 10px;
		}
	}




.blog-triple-blocks > div{
	width: calc((100% / 3) - (64px / 3));
	float: left;
	margin: 0 16px;
}
.blog-triple-blocks > div:first-child{
	margin: 0 16px 0 0;
}
.blog-triple-blocks > div:last-child{
	margin: 0 0 0 16px;
}
.blog-triple-blocks{
	display: none;
}
	@media(min-width: 960px){
		.blog-triple-blocks{
			display: block;
		}
		.blog-double-blocks{
			display: none;
		}
	}








			@media (min-width: 540px){
				#content-holder{
					padding: 17px 48px 50px;
				}
			}

			@media (min-width: 960px){
				#content-holder{
					padding: 17px 0 50px;
				}
			}








.blog-waiting {
    float: left;
    font-family: HelamSlab;
    font-size: 23px;
    margin: 73px 0 310px;
    text-align: center;
    width: 100%;

    display: none;
}

.blog-waiting .gideon{
	font-size: 14px
}




keep-load-more{
	display: none;
}


@media (max-width: 768px) {
	#lightSlider li {
		width: 775px !important;
	}
	#modal-info, #modal-body {
		width: 740px !important;
		margin-left: -175px;
	}
	.thumb-back{
		left: 0px !important;
		background: white;
	}
	.thumb-forward{
		right: 0px !important;
		background: white;
	}
	.lSSlideOuter {
		max-width: 750px !important;
	}
	#content-holder .social{
		width: 100% !important;
		float: none;
		display: inline-block;
	}
}

@media (max-width: 425px) {
	.lSSlideOuter {
		max-width: 400px;
		margin: 0 auto;
	}

	#lightSlider .lslide{
		background: white !important;
	}
	
	#lightSlider li {
		width: 410px !important;
	}
	#content object, #content iframe, #content img {
		max-height: 240px;
		max-width: 100%;
	}

	#lightSlider .lslide .caption{
		position: relative !important;
		color: black !important;
		left: 0 !important; 
	}
	#modal-body img {
		max-width: 80px !important;
	}
	#modal-info, #modal-body {
		width: 400px !important;
		margin-left: -90px;
	}
	.modal-photo div, .modal-video div {
		width: 100% !important;
	}
	.lSSlideWrapper{
		max-height: 250px !important;
	}
	#modal-info #title{
		display: block;
	}

	.image-placement figcaption {
		display: block !important;
		margin: 0 auto;
		margin-bottom: 20px;
		background-image: none;
		position: relative;
		line-height: 22px;
		margin: 0 10px;
		padding: 5px 0 0 0;
	}

	.image-placement figcaption .image-caption{
		display: inline;
		margin: 0;
		color: #6b6b6b;
		font-size: 14px;
		line-height: 18px;
		padding: 0;
	}

	.image-placement figcaption .image-copyright{
		font-size: 10px;
		text-transform: uppercase;
		color: #b3b3b3;
	}

	.image-placement figcaption .image-caption,
	.image-placement figcaption .image-copyright{
		max-width: 425px;
	}

	#article-body + .social {
		margin-top: 80px;
		width: 80%;
		border-top: 1px solid #9f9f9f;
		padding-top: 10px;
		margin: 0 8%;
		float: none;
		display: block;
	}
}

@media (max-width: 375px) {
	#lightSlider li {
		width: 360px !important;
	}
	#content object, #content iframe, #content img {
		max-height: 210px;
		max-width: 100%;
	}

	#lightSlider .lslide .caption{
		position: relative !important;
		color: black !important;
		left: 0 !important;
	}
	.lSSlideOuter {
		max-width: 350px;
		margin: 0 auto;
	}
	#modal-body img {
		max-width: 70px !important;
	}
	#modal-info, #modal-body {
		width: 350px !important;
		margin-left: -75px;
	}
	.image-placement figcaption .image-caption,
	.image-placement figcaption .image-copyright{
		max-width: 375px;
	}
}

@media (max-width: 325px) {
	#lightSlider li {
		width: 310px !important;
	}
	#content object, #content iframe, #content img {
		max-height: 180px;
		max-width: 100%;
	}

	#lightSlider .lslide .caption{
		position: relative;
		color: black;
	}
	.lSSlideOuter {
		max-width: 300px;
		margin: 0 auto;
	}
	#modal-body img {
		max-width: 60px !important;
	}
	#modal-info, #modal-body {
		width: 300px !important;
		margin-left: -70px;
	}

	.lSSlideWrapper{
		max-height: 200px !important;
	}
	.image-placement figcaption .image-caption,
	.image-placement figcaption .image-copyright{
		max-width: 325px;
	}
}