@font-face {
	font-family: 'Gideon';
	src: url('fonts/GideonldsIcn-Regular.otf');
	src: url('fonts/GideonldsIcn-Regular.woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'awesome';
	src: url('fonts/fontawesome-webfont.ttf');
	src: url('fonts/fontawesome-webfont.woff');
	font-weight: normal;
	font-style: normal;
}


/*COLORS*/

:root {
  --blue-400: #6bcbeb;
  --blue-500: #1aa6dc;
  --blue-600: #147ea5;
  --blue-700: #13617f;

  --green-400: #72c5b0;
  --green-500: #23b187;
  --green-600: #0c8467;
  --green-700: #14664e;

  --red-400: #e1807e;
  --red-500: #cf302f;
  --red-600: #ba242d;
  --red-650: #e10f5a;

  --red-700: #6e0d33;

  --nurple: #bd0057;

  --yellow-400: #fbdb6e;
  --yellow-500: #f9c50d;
  --yellow-600: #f2a631;

  --orange-400: #f7b880;
  --orange-500: #f68c24;
  --orange-600: #e38333;

  --black-125: #0D0F10;
  --black-200: #f1f1f3;
  --black-300: #e4e4e6;
  --black-400: #cfcfd1;
  --black-500: #b8b8bd;
  --black-600: #808081;
  --black-700: #59595c;
  --black-800: #333;
  --black-900: #212225;

}

/*END COLORS*/






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;
}

.all-caps{
	text-transform: uppercase;
}
.bordered-top{
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
}
.one-column,
.full-fill{
	width: 100%;
	float: left;
}

.date-line{
	font-size: 13px;
	/*text-transform: uppercase;*/
	color: var(--nurple);
	font-style: normal;
}
.syndicated-line:before{
	content: " | ";
}
.language-site-badge,
.syndicated-pre{
	font-family: 'Ensign:Sans';
	font-weight: 700;
}
.language-site-badge + *:before,
.syndicated-pre + *:before{
	content: "—";
	font-family: 'Ensign:Sans';
}
.big-link{
    /*background: #ccc;*/
    color: var(--nurple);
    font-size: 16px;
    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;
}








.read-more{
	margin-top: 32px;
	font-size: 16px;
	font-weight: bold;
	color: var(--nurple);
}
.read-more:after{
	font-family: "Gideon";
	content: "";
}



#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:#fff;
	font-family: 'Ensign:Sans', sans-serif;
	line-height:1;
	overflow-x: hidden;
}
body.LDSORG-body{
	overflow-x: visible;
}
.dont-show{
	display:none;
}










#header{
	/*height: 100px;*/
	width: 100%;
	background: #fff;
}
#header-contain.fallback{
	height: 100px;
}
	#header-contain {
	    position: relative;
	    text-align: center;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    height: 100%;
	}
		
		#header-logo {
		    margin: 0;
		    text-align: center;
		    display: inline-block;
		    width: 144px;
		    border-bottom: none;
		}
			#header-logo > img {
			    width: 136px;
			    margin: 0;
			    padding: 0;
			}


/*LDS header/footer problem fix*/
#PFmainFooter.LDSORGFooter{
	margin-top: 0;
	border-top: none;
}
/*end LDS header/footer problem fix*/



#language-select{
	text-align: center;
	cursor: pointer;
	width: 100%;
	float: left;
	margin: 12px 0 15px;
}
footer #language-select{
	margin-top: 18px;
}
	#language-select > p > *{
		margin-right: 10px;
		margin-bottom: 10px;
			width: 100%;
			float: left;
	}
	@media (min-width: 640px) {
		#language-select{
			float: right;
			width: 200px;
			margin: 25px 0 0;
		}
		footer #language-select{
			margin-top: 23px;
		}

		#language-select > p > *{
			text-align: right;
			margin-bottom: 5px;
			padding-right: 0;
		}
	}

	


#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: var(--nurple);
	text-decoration: none;
	/*display: none;*/
}

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

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


.international{
	color: #000;
	right: 10px;
}
footer .international{
	color: var(--black-800);
	border: none;
}
footer .international:after {
    top: 0;
}
	@media (min-width: 540px) {
		.international{
			float: none;
			padding-left: 6px;
		}
	}

.international:hover em{
	text-decoration: none;
}
.international em{
	color: #000;
	font-size: 12px;
	text-align: center;
	font-style: normal;
	font-family: Gideon;
}
footer .international em{
	color: #D0D0D2;
}
	@media (min-width: 540px) {
		.international em{
			display: inline;
		}
	}


#drawer-whole{
	position:absolute;
	top: 100%;
	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,
input:-moz-placeholder,
input::placeholder{
	color: #bdc0c0;
}

#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: 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;
	position: absolute;
	right: 20px;
}
	}


#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: 'Ensign:Sans', Myriad Pro, arial;
	font-weight: 700;
	font-size: 18px;
	color: #212225;
	margin: 10px 0;
	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: transparent;
		border-radius: 2px;
		border: 1px solid #fff;
		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 .drop-arrow,
	#lang-filter-surround .dropdown-current-selected{
		color: var(--nurple);
		font-size: 16px;
		position: static;
		left: auto;
	}
	#lang-filter-surround .dropdown .dropdown-holder{
		background: #fff;
		padding: 14px 12px;
		border: none;
	}
	#lang-filter-surround .dropdown .dropdown-holder li{
		text-transform: none;
		font-size: 14px;
		color: #212225;
		padding: 7px 0;
	}
	#lang-list-center #country-language-list li:hover,
	#lang-filter-surround .dropdown .dropdown-holder li:hover .language{
		color: var(--nurple);
	}

.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-y: 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: var(--nurple);
	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: var(--black-200);
	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: 'Ensign:Sans';
	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: #212225;
	font-size: 14px;
	font-weight: bold;
}
#language-list-center a:hover{
	color: var(--nurple);
	text-decoration: underline;
}
#language-list-center .language{
	text-transform:uppercase;
	font-size: 11px;
}
#language-list-center .current-language .language{
	color: #212225;
}
#language-list-center li:hover .language{
	color: var(--nurple);
}
a:hover .language{
	color:#fff;
}
.navigation{
	height: 52px;
	width:100%;
	background: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
}

	@media (min-width: 980px) {
.navigation{
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
	/*background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='40'%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='50%25' y2='50%25' id='a'%3E%3Cstop stop-color='%23780033' stop-opacity='.6' offset='0%25'/%3E%3Cstop stop-color='%23780033' stop-opacity='.25' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='50%25' y2='50%25' id='b'%3E%3Cstop stop-color='%23780033' stop-opacity='.35' offset='0%25'/%3E%3Cstop stop-color='%23780033' stop-opacity='.15' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='50%25' x2='98.607%25' y2='50%25' id='c'%3E%3Cstop stop-color='%23780033' stop-opacity='.6' offset='0%25'/%3E%3Cstop stop-color='%23780033' stop-opacity='.35' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='url(%23a)' d='M8 40V0h10.34l-7.755 40z'/%3E%3Cpath fill='url(%23b)' d='M8 40V3.93L33.984 40z'/%3E%3Cpath fill='url(%23a)' d='M8 40V0l15.64 40z'/%3E%3Cpath fill='url(%23c)' d='M10.598 40H8V0h2.598z'/%3E%3Cpath fill='%23780033' d='M0 0h8v40H0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat left top #fff;*/
}

.nav-wrapper{
	height: 100%;
	width: 100%;
}
	}
.nav-wrapper > .main-link{
    font-size: 14px;
    font-weight: 600;
    color: var(--black-125);
    text-decoration: none;
    position: absolute;
    left: 16px;
    top: 19px;
    z-index: 1;
}
.nav-contain{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	padding-left: 16px;
}

	@media (min-width: 1024px) {

.nav-wrapper > .main-link{
	display: block;
	left: 32px;
}
		.nav-contain{
			/*width: 1024px;*/
			text-align: right;
			padding-left: 0;
		}
	}
	
	@media (max-width: 425px){
		.navigation{
			float: left;
			margin-bottom: 0;
		}
		body{
			background: #fff;
		}
	}

.nav-contain > ul{
	height:100%;
	display: block;
	margin: 0 auto;
	text-align: left;
	padding-top: 30px;
}

	
	@media (min-width: 768px) {
		.nav-contain > ul{
			display: block;
			margin-left: 0;
		}

	}
	@media (min-width: 960px) {
		.nav-contain > ul{
			text-align: right;
			padding-top: 5px;
		}

	}

.nav-contain > ul > li{
	/*float: left;*/
	display: inline;
	color: #212225;
	height: 100%;
	text-align:center;
	font-size: 13px;
	font-family: 'Ensign:Sans', sans-serif;
	cursor:pointer;
	margin-right: 15px;
}
	@media (min-width: 1024px) {
		.nav-contain > ul > li{
			margin-right: 11px;
			margin-left: 11px;
		}
		.nav-contain > ul > li.lds-org-li{
			border-right: 1px solid #fff;
			margin-left: 0;
			margin-right: 14px;
			padding-right: 21px;
		}
	}
.nav-contain td:first-child{
	padding-left: 0;
}
.nav-contain td:last-child a{
	padding-right:0;
}
.nav-contain > ul a{
	color: #212225;
	text-decoration: none;
	padding: 14px 0px 16px;
	/*height:100%;*/
	display: inline-block;

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

.nav-contain > ul a{
	height:100%;

}
	}
.nav-contain > ul > .international{
	padding: 4px 18px 4px 8px;
	height: 26px;
	margin-right: 0;
}
.nav-contain > ul > li .submenu-trigger{
	padding: 14px 18px;
}
/*.nav-contain > ul > .international:hover,*/
.nav-contain > ul > li .submenu-trigger:hover,
.nav-contain > ul > li > a:hover,
.nav-contain > ul > li > a.current:hover{
	color: var(--nurple);
	border-bottom: 3px solid var(--nurple);
}

.nav-contain > ul > .international:hover{
	color: var(--nurple);
}
.nav-contain > ul > li > a.current{
	color: var(--nurple);
	border-bottom: 3px solid var(--nurple);
}





































.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{
	display: none;
	position: absolute;
	top: 0;
	
	width: 100%;
	margin: 0 auto;
	background: #eff0f0;
	height: 72px;
	padding: 16px 0;
	z-index: 1;
}



	.nav-contain > ul > .menu-division{
		height: 32px;
		padding: 0;
		border-left: 1px solid #d0d3d3;
		margin: 0;
	}



		.submenu-holder{
			position: relative;
		}

			@media(max-width: 360px){
		.recent-news-container .submenu-holder{
			width: 100%;
			display: block;
		}
			}


			.submobile-section{
				margin-bottom: 12px;
			}
			.international{
				position: absolute;
				right: 20px;
				top: 10px;
					border-left: 1px solid var(--black-400);
					padding-left: 16px;
			}
			@media(min-width: 960px){

				.nav-contain > ul > :last-child{
					position: relative;
					top: 0;
					margin-right: 40px;
				}
				.nav-contain > ul > .international{
					position: relative;
					top: 0;
					margin-left: 22px;
					margin-right: 0;
					padding-left: 14px;
				}
			}
			.international:after,
			.submenu-trigger:after{
				content: " ";
				background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" style="width: 1em; height: 1em;"><path d="M7.68266811,10.6905199 C7.28030572,10.3091563 7.39785748,10 7.94722863,10 L16.9336738,10 C17.482149,10 17.6000114,10.3097111 17.1982343,10.6905199 L12.8004243,14.8588135 C12.6016167,15.0472456 12.2821729,15.0499821 12.0804781,14.8588135 L7.68266811,10.6905199 Z"></path></svg>') no-repeat;
				position: absolute;
				top: 0;
				width: 16px;
				height: 16px;
				display: inline-block;
			}
			.international:after{
				top: 5px;
			}
			@media(max-width: 960px){
			/*.international:after,
			.submenu-trigger:after{
				top: 14px;
			}*/
			#language-select .international:after{
				top: 0;
			}
			}

			.opened.international:after,
			.opened.submenu-trigger:after{
				transform: rotate(180deg);
			}
.nav-contain > ul > .international:hover:after,
.nav-contain > ul > li .submenu-trigger:hover:after{
	color: var(--nurple);
	fill: var(--nurple);
	stroke: var(--nurple);
	background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" style="width: 1em; height: 1em;"><path fill="%23bd0057" d="M7.68266811,10.6905199 C7.28030572,10.3091563 7.39785748,10 7.94722863,10 L16.9336738,10 C17.482149,10 17.6000114,10.3097111 17.1982343,10.6905199 L12.8004243,14.8588135 C12.6016167,15.0472456 12.2821729,15.0499821 12.0804781,14.8588135 L7.68266811,10.6905199 Z"></path></svg>') no-repeat;
}
			.mobile-dropdown,
			.submenu{
				position: absolute;
				top: 29px;
				left: 0;
				width: 273px;
				z-index: 3;
				background: #fff;
				box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
				border: solid 1px #e0e2e2;
				padding: 24px 40px;
				text-align: left;
				display: none;
			}

			.mobile-dropdown{
				top: 40px;
			}

				.mobile-dropdown:before,
				.mobile-dropdown:after,
				.submenu:after,
				.submenu:before {
					bottom: 100%;
					left: 10%;
					border: solid transparent;
					content: " ";
					height: 0;
					width: 0;
					position: absolute;
					pointer-events: none;
				}

				.mobile-dropdown:after,
				.submenu:after {
					border-color: rgba(255, 255, 255, 0);
					border-bottom-color: #ffffff;
					border-width: 8px;
					margin-left: -8px;
				}
				.mobile-dropdown:before,
				.submenu:before {
					border-color: rgba(224, 226, 226, 0);
					border-bottom-color: #e0e2e2;
					border-width: 9px;
					margin-left: -9px;
				}


					.nav-contain .submenu > li > a{
						padding: 0;
						margin-bottom: 16px;
						border-bottom: 1px solid #fff;
					}
					.nav-contain .submenu > li > a:hover,
					.nav-contain .submenu > li > a.current:hover{
						color: var(--nurple);
						border-bottom: 1px solid var(--nurple);
					}
					.nav-contain .submenu > li > a.current{
						color: var(--nurple);
						border-bottom: 1px solid var(--nurple);
					}


.corus-link-bubble{
	background: #fff;
	padding: 8px 12px;
	border-radius: 3px;
	position: absolute;
	bottom: 101%;
	left: 0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.corus-link-bubble:after {
	top: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
}




#search_form{
	margin: 0 auto;
	max-width: 756px;
	height: 40px;
	position: relative;
}

.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;
}

.search-box{
	position: relative;
}


.search-go{
	padding: 2px 16px 2px 10px;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
	float: right;

	height: 32px;
	background: var(--red-700);
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
}
@media(max-width: 960px){
	.search-box{
		padding: 0 16px;
	}
	.search-go{
		display: none;
	}
}
	.search-go .gideon{
		font-size: 20px;
		margin: 2px 5px 0 0;
		float: left;
	}
	.search-go .normal-text{
		margin: 7px 0 0 0;
		float: left;
	}

.search-box .search_input{	
	width: 100%;
	height: 40px;
	border-radius: 2px;
	border: solid 1px #a9adad;
	background-color: #ffffff;
	padding: 0 100px 0 8px;
	font-size: 16px;
}
.searching .search_input{	
	border: solid 1px #01b6d1;
}

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-trigger{
	position: absolute;
	right: 16px;
	top: 5px;
	font-size: 22px;
	color: #53575b;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	padding-top: 1px;
	text-align: center;
	cursor: pointer;

	display: none;
}
.search-trigger:hover{
	background: rgba(239, 240, 240, 0.6);
	color: #212225;
}
#search-drop{
	position: absolute;
	width: 100%;
	z-index: 5000;
	left: 0;
	text-align: left;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(74, 74, 74, 0.1);
	border: solid 1px #ebebec;
	background-color: #ffffff;
	padding: 16px;

	display: none;
}

.search li{
	width: 100%;
	float: left;
}
.search a:hover,
.search li.current-result a{
	background: rgba(239, 240, 240, 0.6);
	border-radius: 2px;
}
.search ul a{
	width: 100%;
	text-decoration:none;
	padding: 7px 16px;
	color: #212225;
	color: #878a8c;
	font-size: 14px;
	float: left;
}
.search ul a b{
	/*font-weight: normal;*/
	color: #212225;
}






.content,
#content{
	background:#fff;
	width:100%;
	float:left;
	overflow:hidden;
	min-height: 465px;
	position: relative;
}
.content.content-darker{
	background: var(--black-200);
}
.content object,
.content iframe,
.content img,
#content object,
#content iframe,
#content img{
	max-width: 100%;
	margin: 0 auto;
    display: block;
}

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

.content-holder .social,
#content-holder .social{
	background: transparent;
	border-bottom: none;
	width: 100%;
    margin: 15px 0;
    /*float: right;*/
}
@media(max-width: 959px){
	.content-holder .social,
	#content-holder .social{
		width: 100% !important;
	}
}








#article .social{
	/*margin-top: 80px;*/
	width: 80%;
	margin: 0 7%;
	border-bottom: 1px solid #d0d3d3;
	padding-bottom: 44px;
	position: relative;
}

#social .social-wrapper .social-holder .social-btn{
    background: url(../images/social-icons.png) no-repeat;
    display: flex;
	align-items: center;
	justify-content: center;
	background-size: 216px 50px;
    height: 25px;
    width: 25px;
    margin: 7px 5px 15px 0 !important;
}
#social .social-wrapper .social-holder .svg-social-button{
    background: transparent;
    color: #212225;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 9px;

    margin: 0 1px 15px 0 !important;
}

#article-body + #social .social-wrapper .social-holder .svg-social-button{
    padding: 7px;
}

#social .social-wrapper .social-holder .svg-social-button:hover{
    background: var(--black-300);
}
.dead-links #social .social-wrapper .social-holder .svg-social-button:hover{
    background: transparent;
    cursor: default;
}

.dead-links #additional-resources a:hover span:last-child,
.dead-links .dl-image,
.dead-links .download-photo,
.dead-links a:hover,
.dead-links .social-holder a{
	cursor: default !important;
	text-decoration: none !important;
}
.dead-links .nr-ig-share-trigger{
	display: none !important;
}




@media(min-width: 768px){
	.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,
#content-wrapper{
	width: 100%;
	max-width: 1024px;
	margin:0 auto;
}
.content-wrapper.thinner,
#content-wrapper.thinner{
	max-width: 812px;
}

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


h2 a,
h3 a{
	color: var(--black-900);
	text-decoration: none;
	text-transform: none;
}
footer a{
	color: var(--black-800);
}


.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;
}













/****************** SOCIAL UNIFICATION FOOTER ******************/
#social-unification-wrapper {
	max-width: 1024px;
	padding: 7px 0 19px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 0 auto;
}
@media (max-width: 1024px) {
	#social-unification-wrapper {
		padding: 7px 16px 11px;
	}
}
#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;
	padding-top: 5px;
	text-align: right;
}
#social-unification-wrapper h6 {
	font-family: 'Ensign:Sans';
	font-weight: 200;
	font-size: 15px;
	margin: 0;
	padding-left: 0;
	text-align: left;
}
#social-unification-wrapper .su-social-media-wrapper h6 {
	margin: 6px 0 4px;
	padding-left: 0;
}

/***FOLLOW US ICONS***/

.susmi {
	font-size: 30px;
	margin-right: 8px;
}
.social-link-line ul li {
	display: inline;
}

.social-link-line a svg {
	width: .8em;
	height: .8em;

}
.social-link-line li:last-child a {
	margin-right: 0px;
}
.footer-text .link-line-upper .social-link-line{
	margin: 20px 0 0 0;
}
.footer-text .link-line-upper .social-link-line a{
	margin: 0 10px;
}


@media (min-width: 960px) {

.footer-text .link-line-upper .social-link-line{
	margin: 0 0 0 20px
}
}


















footer{
	width: 100%;
	float: left;
    text-align: center;
    /* border-top: 1px solid #97999b; */
    padding: 0;
    background: var(--black-200);
    font-size: 12px;
}

	.footer-divide{
		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;
	font-size:12px;
	width: 100%;
}
	@media (min-width: 960px) {
		.footer-text{
			width: 100%;
		}
	}

.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: 25px;
		}
	}









.footer-text .link-line{
	margin: 0 0 15px;
	float: left;
	width: 100%;
	color: var(--black-800);
	padding: 40px 0;
	justify-content: center;
	align-items: center;
}
.footer-text span.link-line{
	padding: 20px 0 10px;
}
	@media (min-width: 960px) {
		.footer-text .link-line{
	display: flex;
			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;
		}
	}


.footer-text .link-line a{
	text-decoration:none;
	margin:0 4px;
	line-height: 30px;
}
.footer-text .link-line-upper a{
	margin: 0 10px;
}
 .link-line-upper .sub-link-line:first-child{
	border-right: 1px solid var(--black-600);
}
.footer-text .link-line a:hover{
	text-decoration: underline;
}
.footer-text .newsroom-description{
	font-size: 8.5px;
	margin-top: 4px;
	float: left;
	font-family: Helvetica;
	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;
	font-weight: normal;
}
	@media (min-width: 960px) {
		#footer-text .copyright-text{
			margin: 21px 0px 0px 4px;
		}

 .link-line-upper .sub-link-line:first-child{
	padding-right: 10px;
}

.footer-text .link-line a{
	line-height: 20px;
}

.footer-text .link-line-upper .social-link-line a {
    margin: 0;
}



	}


.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;
		}
	}






.footer-text .link-line a.facebook-icon-6,
.footer-text .link-line a.fb-icon{
	color: #04448e;
}
.footer-text .link-line a.instagram-icon-6,
.footer-text .link-line a.ig-icon{
	color: var(--black-800);
}
.footer-text .link-line a.twitter-icon-6,
.footer-text .link-line a.tw-icon{
	color: #00aae6;
}
.footer-text .link-line a.youtube-icon-6,
.footer-text .link-line a.yt-icon{
	color: #ff0000;
}
.footer-text .link-line a.rss-icon-6,
.footer-text .link-line a.rss-icon{
	color: var(--black-800);
}


.footer-text .link-line .social-link-line a:hover{
	text-decoration: none;
}







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









.error-page {
	margin: 26px auto 0;
	width: 100%;
	max-width: 960px;
	padding: 0 32px;
}

.error-page h1 {
	font-size: 36px;
	margin-top: 0;
	padding-bottom: 26px;
	width: 100%;
	font-family: 'Ensign:Sans';
	font-weight: 700;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.error-page h1 {
		font-size: 24px;
		line-height: 1.3;
	}
}

.error-page p {
	font-family: 'Ensign:Sans';
	font-weight: 200;
	font-size: 18px;
	color: var(--black-900);
	line-height: 1.2;
}


.has-vid-thumb,
.top-vid-thumbnail{
	position: relative;
	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 > .vid-overlay,
.has-vid-thumb .hero-img > .vid-overlay,
.top-vid-thumbnail > .vid-overlay{
	position: absolute;
	bottom: 12px;
	left: 10px;
	width: 18px;
	height: 16px;
	color: #fff;
	font-size: 8px;
	line-height: 10px;
	text-align: center;
	border: 1px solid #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	color: transparent;
	font-family: arial;
}

.vid-overlay:before{
	content: url('data:image/svg+xml,%3Csvg style="width: 1em; height: 1em;" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="presentation"%3E%3Cpath fill="white" d="M7.13 20.833c-.625.386-1.13.08-1.13-.678V3.845c0-.758.505-1.064 1.13-.678l13.401 8.155c.625.372.625.984 0 1.356l-13.4 8.155z"/%3E%3C/svg%3E ');
	width: 10px;
	height: 10px;
	display: inline-block;
}

@media (max-width: 425px) {
	.thumbnail-for-video .thumbnail-marker,
	.has-vid-thumb > .vid-overlay,
	.has-vid-thumb .hero-img > .vid-overlay,
	.top-vid-thumbnail > .vid-overlay{
		bottom: 10px;
		left: 10px;
		right: auto;
	}

	#content {
		float: none;
	}
}



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: 25.6px;
	/*margin: 0 0 10px 40px;*/
	margin: 22px 0px 32px 32px;
	color: var(--black-900);
	font-size: 16px;
	font-family: 'Ensign:Sans';
	font-weight: 200;
}
sub {
	font-size: x-small;
	line-height: 12px;
	vertical-align: bottom;
}
sup {
	font-size: x-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 5px 15px 10px;
}

.image-placement img[src*="/285x"] + figcaption {
	width: 285px;
}

.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: 'Ensign:Sans';
	font-weight: 700;
}
	@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-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: 32px;
    font-family: 'Ensign:Sans';
	font-weight: 200;
    font-weight: normal;
	color: var(--black-900);
	width: 100%;
}
.one-third h2 a{
	color: var(--red-700);
}
.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 0 0;
	/*font-family: 'Ensign:Sans';*/
	font-weight: 700;
    margin-bottom: 10px;
}
	@media (min-width: 960px) {
		.article-title h1 {
			font-size: 42px;
			padding: 3px 0 12px 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 {
	cursor: pointer;
	overflow-wrap: break-word;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	word-wrap: break-word;
	
	font-size: 14px;
	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;
}





.search-wrapper{
	background: var(--black-200);
	width: 100%;
	display: inline-block;
	padding: 16px 0;
}
	.search-holder{
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
	}
		.search-surround{
			background: #fff;
			padding: 4px;
			width: 100%;
			display: flex;
			border: 1px solid #a9adad;
			border-radius: 2px;
			font-size: 14px;
			justify-content: space-between;
		}
		.search-text{
			border: none;
			flex-basis: calc(100% - 140px);
			font-size: 14px;
			padding-left: 8px;
		}
		.search-submit{
			height: 32px;
			background: var(--red-700);
			color: #fff;
			padding: 0 16px 4px 12px;
			border: none;
			border-radius: 2px;
			font-size: 14px;
			line-height: 1;
			font-weight: lighter;
			cursor: pointer;
		}

		.search-submit .gideon{
			font-size: 18px;
			float: left;
		}
		.search-submit .gideon + span{
			float: left;
			padding: 3px 0 0 6px;
		}















.out-of-nav .submenu-trigger{
    font-size: 14px;
    color: var(--nurple);
    cursor: pointer;
    margin-left: 10px;
}
.out-of-nav .submenu-trigger:after{
    background: transparent;
}


.out-of-nav .submenu{
    padding: 10px 12px 32px;
    top: 40px;
}
.out-of-nav .submenu a{
    color: var(--black-900);
    text-transform: none;
    font-size: 14px;
    font-weight: lighter;
    text-decoration: none;
}

















.no-results{
	font-family: 'Ensign:Sans';
	font-weight: 200;
	font-size: 18px;
}





/*** NEWSROOM NOTIFICATIONS EMAIL SIGN UP ***/
.nrn-container {
	flex-grow: 1;
	white-space: nowrap;
	width: 100%;
	max-width: 416px;
}
.nrn-wrapper h6 {
	padding-bottom: 6px;
}
.nrn-form-wrapper form {
	display: flex ;
	flex-wrap: nowrap;
}
.notify-thanks-box{
	display: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 24px;
}

.nrn-form-input-field {
	flex-grow: 1;
	height: 33px;
	border: 1px solid var(--black-800);
	margin-right: 6px;
	padding-left: 15px;
	font-size: 13px;
}
.nrn-submit-button {
	background-color: transparent;
	padding: 8px 15px;
	border: 1px solid var(--black-800);
	border-radius: 2px;
	font-family: 'Ensign:Sans';
	font-weight: lighter;
	font-size: 14px;
	text-decoration: none;
	color: var(--black-800);
}
.notify-thanks-box{
	white-space: normal;
}

/*** 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: 'Ensign:Sans';
	font-weight: lighter;
	color: #ffffff;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAACWBAMAAABeENdbAAAABGdBTUEAALGPC/xhBQAAABhQTFRF3YqB6LOuzl1U9uDd/vv7+/DvAAAA////l64+wwAAAAd0Uk5Tbps7y+jcAASN0PsAAABXSURBVEjHY0jDAhhGBUcFRwVHBUcFRwVHBUcFRwUHv2CICwS4IguGl0NA6VAUNDY2di8vDzY2RvO7ebmjGnqAJLkXq2GEUmIpG2bQqQhhCU+l0bREDUEA49Srg38Z6yIAAAAASUVORK5CYII=) no-repeat 84% 96% #808080;
}
.su-send-feedback-wrapper h6 {
	padding-bottom: 5px;
}


/*** MEDIA QUERIES ***/
@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 ******************/






/*DARK MODE*/
/* @media (prefers-color-scheme: dark) {
	:root{
		--nurple: var(--red-650);
	}
	.content,
	#content{
		background:var(--black-900);
	}
	.navigation {
		background: #171717;
	}
	.nav-contain > ul > li {
		color: #fff;
	}
	.nav-contain > ul a {
		color: #fff;
	}
	.mobile-dropdown, .submenu {
		background: var(--black-700);
		border: solid 1px var(--black-700);
	  }
	.international::after, .submenu-trigger::after {
		background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" style="width: 1em; height: 1em;"><path fill="%23ffffff" d="M7.68266811,10.6905199 C7.28030572,10.3091563 7.39785748,10 7.94722863,10 L16.9336738,10 C17.482149,10 17.6000114,10.3097111 17.1982343,10.6905199 L12.8004243,14.8588135 C12.6016167,15.0472456 12.2821729,15.0499821 12.0804781,14.8588135 L7.68266811,10.6905199 Z"></path></svg>') no-repeat;
	}
	.mobile-dropdown::after, .submenu::after {
		border-bottom-color: var(--black-700);
	}
	.mobile-dropdown::before, .submenu::before {
		border-bottom-color: var(--black-700);
	}
	#language-select-list {
		background: var(--black-700);
		width: 100%;
		height: auto;
		padding: 20px 0 30px;
		float: left;
	}
	#language-list-center a {
		color: #fff;
	}


	.section-heading{
		color: #fff;
	}

	#language-list-center .current-language .language,
	#language-list-center .current-language{
		color: var(--black-600);
	}


}  */

.consent-section{
	position: relative;
	z-index: 10000;
}
#content {
	background-color: #f1f1f3;
	float: none;
}

.overlay{
	min-height: 2000px;

}

#modal{
	overflow: hidden;
	right: 25%;
	left: unset !important;
}

#yir-banner {
    margin-top: 45px;
    text-align: center;
	background: url("../../assets/images/yir-banner/full-banner-med.jpg") center no-repeat #e6e6e6;
	min-height: 180px;
	display: none;
}

@media (max-width:425px){
	#yir-banner {
		margin-top: 120px;
		text-align: center;
		background: url("../../assets/images/yir-banner/banner-mobile.jpg") right no-repeat #e6e6e6;
		display: none;
	}
	body{
		background: #fff;
	}
	#header-title{
		padding-bottom: 0;
	}
}

.blog-banner-container{
	width: 100%;
	/*width: calc(100% - 32px);*/
	/*margin: 14px 16px 5px;*/
	float: left;
	/*background: #801315;*/
	background: var(--red-700);
	color: #fff;
	font-family: 'Ensign:Sans';
	font-weight: 200;
	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-banner-inner{
		max-width: 960px;
		margin: 0 auto;
	}

	.blog-site-name-side{
		width: 100%;
		float: left;
		padding: 40px 10px 8px;

	}
			@media (min-width: 640px){
				.w-drop .blog-site-name-side{
					width: 100%;
					text-align: left;
				}
				.blog-site-name-side{
					width: 100%;
					text-align: right;
				}
			}
		.blog-site-name{
			width: 100%;
			text-align: right;
			line-height: 1.1;
			word-wrap: break-word;
		}
		.blog-banner-line{
			font-family: 'Ensign:Sans';
			font-weight: 200;
			font-size: 26px;

		}

		/*.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;
		text-align: right;
	}
			@media (min-width: 640px){
				.blog-site-expand-side{
					width: 40%;
					margin-top: 36px;
				}
			}

		.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-contain{
	width: 100%;
	display: inline-block;
	background: var(--black-400);
}
.blog-drop{
	width: 100%;
	/*float: left;*/
	max-width: 960px;
	margin: 0 auto;
	/*display: none;*/
}


.blog-content{
	background: #fff;
}

.blog-content .content-holder{
	min-height: 0;
}


.blog-drop label{
	font-family: 'Ensign:Sans';
	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;
	}


.article-dateline {
	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-dateline{
	margin-top: 64px;
	color: var(--nurple);
	font-size: 14px;
}


.blog-author{
	/*font-size: 18px;*/
	margin-bottom: 10px;
}









.blog-browse-side{
    margin-bottom: 30px;
	width: 100% !important;
    background: #d1d1d3;
}

#blog-about{
	width: 88% !important;
    margin-right: 8%;
    margin-left: 6%;
}
.blog-browse-top-box{
    padding: 20px 0 0;
    background: #d1d1d3;
    width: 100%;
    float: left;
}

.blog-browse-side-box{
    padding: 20px;
    width: 100%;
    /*float: left;*/
    margin: 8px auto 0;
    max-width: 500px;
}
.blog-browse-side-box > p{
   margin-bottom: 20px;
}

.blog-drop label,
.blog-browse-top-box label,
.blog-browse-side-box label{
    text-transform: none;
    font-size: 14px;
    color: #333;
    margin: 0 0 0 0;
}
.blog-browse-top-box select,
.blog-browse-side-box select{
    background: #fff;
    border: none;
    padding: 0 7px;
    height: 36px;
    font-size: 15px;
    width: 100%;
    float: left;
    margin: 10px 0;
    color: var(--nurple);
}
.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-text .bold-text{
	font-size: 13px;
	color: var(--nurple);
	font-weight: normal;
	font-family:  'Ensign:Sans';
}












.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;
	padding: 14px 8px 0;
}
.blog-block-text + .dateline{
	padding: 0 8px;
}
.blog-block-text h3{
	font-family: 'Ensign:Sans';
	font-size: 18px;
	line-height: 1.2;
	margin-top: 10px;
	font-weight: normal;
	color: var(--black-900);
	margin-bottom: 14px;
	letter-spacing: .3px;

}
.blog-block-text p{
	line-height: 1.3;
	word-wrap: normal !important;
	font-size: 13px;
	font-family: 'Ensign:Sans';
	font-weight: 200;
	margin-top: 12px;
	/*margin-bottom: 10px;*/
	display: inline-block;
}

p{
	word-wrap: normal !important;	
}
.blog-block-text h5 {
	color: var(--nurple);
    font-weight: normal;
    font-size: 13px;
    display: inline;
    margin: 0;
}
.blog-block-text h5:before {
	content: " | ";
}
.blog-block-text.recent-news p {
	color: var(--black-900);
}
/*.blog-block-text.recent-news h5 {
    margin: -45px 0 0 10px;
}*/

.date-line {

    float: left;
    font-size: 13px;
    margin-top: 1px;
    margin-bottom: 12px;
    text-transform: capitalize;
    width: 100%;
    font-style: normal;
    color: var(--black-900);

}
.blog-block{
	margin-bottom: 16px;
	padding: 8px 8px 14px;
	background: #fff;
	/*border: 1px solid var(--black-400);*/
	box-shadow: 0 2px 5px 0 rgba(74, 74, 74, 0.2);
}
.blog-block a{
	color: #333;
	text-decoration: none;
}


.blog-subtitle{
	font-style: italic;
	font-size: 16px;
	margin-bottom: 3px;
}


p.style_guide a{
    /*text-decoration: none;*/
    color: var(--nurple);
}

.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: 13px;
	line-height: 18.2px;
	color: #212225;
	margin-bottom: 15px;

}




.slider-for .slick-arrow {
	width: 75px;
}


button{
	/*text-transform: uppercase;*/
	font-size: 16px;
	background: var(--red-700);
	color: #fff;
	padding: 10px 20px;
	/*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: 3%;
    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: var(--nurple);
    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;
}



.two-thirds .local-social,
.local-social{
	color: #858587;
}

.one-third{
	padding: 0;
}
.one-third > div{
	width: 100%;
	padding: 0;
}




.article-title .article-location{
	margin: 0 0 40px 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;
	width: 100%;
}

.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: 0;
		}
	}




.blog-triple-blocks > div{
	width: calc((100% / 3) - (32px / 3));
	float: left;
	margin: 0 8px;
}
.blog-triple-blocks > div:first-child{
	margin: 0 8px 0 0;
}
.blog-triple-blocks > div:last-child{
	margin: 0 0 0 8px;
}
.blog-triple-blocks{
	display: none;
}
	@media(min-width: 960px){
		.blog-triple-blocks{
			display: block;
		}
		.has-church-news .blog-triple-blocks{
			display: none;
		}
		.blog-double-blocks{
			display: none;
		}
		.has-church-news .blog-double-blocks{
			display: flex;
			justify-content: space-between;
			padding-right: 16px;
		}

.has-church-news .blog-double-blocks > div{
	width: calc( 50% - 8px );
	float: none;
	padding: 0;
	/*flex-basis: calc( 50% - 8px );*/
}

.has-church-news .blog-double-blocks.recent-news > div:last-child {
	padding-right: 0;
}
	}








			@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-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-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-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;
	}
}









/*DARK MODE*/
/* @media (prefers-color-scheme: dark) {
	.blog-block{
		background: var(--black-800);
	}

	.blog-block-text h3,
	.blog-block-text.recent-news p{
		color: #fff;
	}

} */