@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: inline-block;
	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: 812px;
}

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

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


.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;
}
.ct-label {
    fill: rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.75rem;
    line-height: 1; }

    .growth-chart .ct-label{
        color: #fff;
    }


  
  .ct-chart-line .ct-label,
  .ct-chart-bar .ct-label {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  
  .ct-chart-pie .ct-label,
  .ct-chart-donut .ct-label {
    dominant-baseline: central; }
  
  .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start; }
  
  .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start; }
  
  .ct-label.ct-vertical.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end; }
  
  .ct-label.ct-vertical.ct-end {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start; }
  
  .ct-chart-bar .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start; }
  
  .ct-chart-bar .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start; }
  
  .ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start; }
  
  .ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start; }
  
  .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end; }
  
  .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: end; }
  
  .ct-grid {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 1px;
    stroke-dasharray: 2px; }
  
  .ct-grid-background {
    fill: none; }
  
  .ct-point {
    stroke-width: 3px;
    stroke-linecap: round; }
    
    .ct-point:last-child{
        stroke-width: 15px;
    }

  .ct-line {
    fill: none;
    stroke-width: 4px; }
  
  .ct-area {
    stroke: none;
    fill-opacity: 0.1; }
  
  .ct-bar {
    fill: none;
    stroke-width: 10px; }
  
  .ct-slice-donut {
    fill: none;
    stroke-width: 60px; }
  
  .ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
    stroke: #4a90e2; }
  
  .ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
    fill: #d70206; }
  
  .ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
    stroke: #f05b4f; }
  
  .ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
    fill: #f05b4f; }
  
  .ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
    stroke: #f4c63d; }
  
  .ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
    fill: #f4c63d; }
  
  .ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
    stroke: #d17905; }
  
  .ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
    fill: #d17905; }
  
  .ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
    stroke: #453d3f; }
  
  .ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
    fill: #453d3f; }
  
  .ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
    stroke: #59922b; }
  
  .ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
    fill: #59922b; }
  
  .ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
    stroke: #0544d3; }
  
  .ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
    fill: #0544d3; }
  
  .ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
    stroke: #6b0392; }
  
  .ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
    fill: #6b0392; }
  
  .ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
    stroke: #f05b4f; }
  
  .ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
    fill: #f05b4f; }
  
  .ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
    stroke: #dda458; }
  
  .ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
    fill: #dda458; }
  
  .ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
    stroke: #eacf7d; }
  
  .ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
    fill: #eacf7d; }
  
  .ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
    stroke: #86797d; }
  
  .ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
    fill: #86797d; }
  
  .ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
    stroke: #b2c326; }
  
  .ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
    fill: #b2c326; }
  
  .ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
    stroke: #6188e2; }
  
  .ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
    fill: #6188e2; }
  
  .ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
    stroke: #a748ca; }
  
  .ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
    fill: #a748ca; }
  
  .ct-square {
    display: block;
    position: relative;
    width: 100%; }
    .ct-square:before {
      display: block;
      float: left;
      content: "";
      width: 0;
      height: 0;
      padding-bottom: 100%; }
    .ct-square:after {
      content: "";
      display: table;
      clear: both; }
    .ct-square > svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  
  .ct-minor-second {
    display: block;
    position: relative;
    width: 100%; }
    .ct-minor-second:before {
      display: block;
      float: left;
      content: "";
      width: 0;
      height: 0;
      padding-bottom: 93.75%; }
    .ct-minor-second:after {
      content: "";
      display: table;
      clear: both; }
    .ct-minor-second > svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  
  .ct-major-second {
    display: block;
    position: relative;
    width: 100%; }
    .ct-major-second:before {
      display: block;
      float: left;
      content: "";
      width: 0;
      height: 0;
      padding-bottom: 88.8888888889%; }
    .ct-major-second:after {
      content: "";
      display: table;
      clear: both; }
    .ct-major-second > svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  
  .ct-minor-third {
    display: block;
    position: relative;
    width: 100%; }
    .ct-minor-third:before {
      display: block;
      float: left;
      content: "";
      width: 0;
      height: 0;
      padding-bottom: 83.3333333333%; }
    .ct-minor-third:after {
      content: "";
      display: table;
      clear: both; }
    .ct-minor-third > svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  
  .ct-major-third {
    display: block;
    position: relative;
    width: 100%; }
    .ct-major-third:before {
      display: block;
      float: left;
      content: "";
      width: 0;
      height: 0;
      padding-bottom: 80%; }
    .ct-major-third:after {
      content: "";
      display: table;
      clear: both; }
    .ct-major-third > svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  
  .ct-perfect-fourth {
    display: block;
    position: relative;
    width: 100%; }
    .ct-perfect-fourth:before {
      display: block;
      float: left;
      content: "";
      width: 0;
      height: 0;
      padding-bottom: 75%; }
    .ct-perfect-fourth:after {
      content: "";
      display: table;
      clear: both; }
    .ct-perfect-fourth > svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  
  .ct-perfect-fifth {
    display: block;
    position: relative;
    width: 100%; }
    .ct-perfect-fifth:before {
      display: block;
      float: left;
      content: "";
      width: 0;
      height: 0;
      padding-bottom: 66.6666666667%; }
    .ct-perfect-fifth:after {
      content: "";
      display: table;
      clear: both; }
    .ct-perfect-fifth > svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  
  .ct-minor-sixth {
    display: block;
    position: relative;
    width: 100%; }
    .ct-minor-sixth:before {
      display: block;
      float: left;
      content: "";
      width: 0;
      height: 0;
      padding-bottom: 62.5%; }
    .ct-minor-sixth:after {
      content: "";
      display: table;
      clear: both; }
    .ct-minor-sixth > svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  
  .ct-golden-section {
    display: block;
    position: relative;
    width: 100%; }
    .ct-golden-section:before {
      display: block;
      float: left;
      content: "";
      width: 0;
      height: 0;
      padding-bottom: 61.804697157%; }
    .ct-golden-section:after {
      content: "";
      display: table;
      clear: both; }
    .ct-golden-section > svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  
  .ct-major-sixth {
    display: block;
    position: relative;
    width: 100%; }
    .ct-major-sixth:before {
      display: block;
      float: left;
      content: "";
      width: 0;
      height: 0;
      padding-bottom: 60%; }
    .ct-major-sixth:after {
      content: "";
      display: table;
      clear: both; }
    .ct-major-sixth > svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  
  .ct-minor-seventh {
    display: block;
    position: relative;
    width: 100%; }
    .ct-minor-seventh:before {
      display: block;
      float: left;
      content: "";
      width: 0;
      height: 0;
      padding-bottom: 56.25%; }
    .ct-minor-seventh:after {
      content: "";
      display: table;
      clear: both; }
    .ct-minor-seventh > svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  
  .ct-major-seventh {
    display: block;
    position: relative;
    width: 100%; }
    .ct-major-seventh:before {
      display: block;
      float: left;
      content: "";
      width: 0;
      height: 0;
      padding-bottom: 53.3333333333%; }
    .ct-major-seventh:after {
      content: "";
      display: table;
      clear: both; }
    .ct-major-seventh > svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  
  .ct-octave {
    display: block;
    position: relative;
    width: 100%; }
    .ct-octave:before {
      display: block;
      float: left;
      content: "";
      width: 0;
      height: 0;
      padding-bottom: 50%; }
    .ct-octave:after {
      content: "";
      display: table;
      clear: both; }
    .ct-octave > svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  
  .ct-major-tenth {
    display: block;
    position: relative;
    width: 100%; }
    .ct-major-tenth:before {
      display: block;
      float: left;
      content: "";
      width: 0;
      height: 0;
      padding-bottom: 40%; }
    .ct-major-tenth:after {
      content: "";
      display: table;
      clear: both; }
    .ct-major-tenth > svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  
  .ct-major-eleventh {
    display: block;
    position: relative;
    width: 100%; }
    .ct-major-eleventh:before {
      display: block;
      float: left;
      content: "";
      width: 0;
      height: 0;
      padding-bottom: 37.5%; }
    .ct-major-eleventh:after {
      content: "";
      display: table;
      clear: both; }
    .ct-major-eleventh > svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  
  .ct-major-twelfth {
    display: block;
    position: relative;
    width: 100%; }
    .ct-major-twelfth:before {
      display: block;
      float: left;
      content: "";
      width: 0;
      height: 0;
      padding-bottom: 33.3333333333%; }
    .ct-major-twelfth:after {
      content: "";
      display: table;
      clear: both; }
    .ct-major-twelfth > svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  
  .ct-double-octave {
    display: block;
    position: relative;
    width: 100%; }
    .ct-double-octave:before {
      display: block;
      float: left;
      content: "";
      width: 0;
      height: 0;
      padding-bottom: 25%; }
    .ct-double-octave:after {
      content: "";
      display: table;
      clear: both; }
    .ct-double-octave > svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }#content-wrapper {
    max-width: 1120px;
}

.facts-stats-head{
	width:100%;
	position: relative;
	display: inline-block;
}
	.facts-stats-head > .facts-and-stats-head-here{
		max-width: 1200px;
		margin: 0 auto;
	}

.fas-nav-world{
	display: none;
}

.facts-stats-head.open{
	background: #efeff1;
}
	.facts-stats-head > .facts-and-stats-head-here{
		background: #fff;
	}

	.facts-stats-head > .facts-and-stats-head-here #facts-header-title {
		margin: 0px auto;
		max-width: 1120px;
		position: relative;
		margin-top: 34px;
	}

	#region-menu{
		position: relative;
		width: 100%;
		/*z-index: 3;*/
		background: #efeff1;
		padding: 20px 10px 0px 10px;
		overflow: auto;
	}

	.map-container{
		position: relative;
		overflow: hidden;
		/*display: none;*/
	}

	@media(min-width: 960px){
		
		#region-menu{
			max-width: 1120px;
			margin: 0px auto;
		}
		.map-container{
			max-width: 1120px;
			margin: 0px auto;
		}
	}

	.map-toggle{
		text-align: center;
		background-color: var(--red-700);
		color: white;
		height: 27px;
		padding-top: 5px;
		cursor: pointer;
	}
	@media(max-width: 640px){
		.map-toggle{
			text-align: left;
			padding-left: 12px;
		}
	}

	.map-toggle .map-toggle-button:first-child{
		display: none;
	}

	.map-menu-toggle{
		/*display: none;*/
		float: right;
		cursor: pointer;
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		background-color: var(--red-700);
		color: #fff;
		padding: 12px 25px;
		width: 212px;
		height: 38px;
		-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	}

	.map-menu{
		width: 212px;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		float: right;
		margin: 11px 0;
		position: absolute;
		top: 27px;
		z-index: 2;
		right: 0px;
		display: none;
	}

	#fact-stats-map{
		height: 535px;
		position: relative;
		width: 100%;
	}

	.map-menu-toggle .map-menu-toggle-button{
		background: var(--red-700);
		color: #fff;
		display: inline-block;
		width: 130px;
	}

	.map-menu-toggle.open .map-menu-toggle-button{
		width: 130px;
	}

	.map-menu-toggle .map-menu-toggle-button span:nth-child(2){
		display: none;
	}

	.map-menu-toggle span{
		display: inline-block;
		font-family: 'Ensign:Sans';
		font-weight: 600; 
		line-height: 1;
	}

	.map-menu-toggle span.arrow{
		font-family: Gideon;
	}

	.map-menu-toggle.open span.arrow{
		transform: rotate(180deg);
		vertical-align: middle;
	}

	.map-menu div {
		margin: 10px;
	}

	.map-menu div p {
		color: #fff;
		font-size: 12px;
		display: inline;
		cursor: pointer;
		padding: 0 4px 0 22px;
	}
	/**
	* Tooltips on map
	*/
	.popup-bubble-anchor::after{
		/* Center the tip horizontally. */
		transform: translate(-200%, 0);
	}

	/**
	* Custom Checkbox
	*/

	.check-box-custom input {
		display: none;
	}

 	.map-menu .check-box-custom label{
		margin: 10px;
		position: relative;
		display: inline-block;
		-webkit-touch-callout: none; /* iOS Safari */
	    -webkit-user-select: none; /* Safari */
	     -khtml-user-select: none; /* Konqueror HTML */
	       -moz-user-select: none; /* Firefox */
	        -ms-user-select: none; /* Internet Explorer/Edge */
	            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
	}

	.map-menu .check-box-custom .fake-check {
		cursor: pointer;
		position: absolute;
		width: 17px;
		height: 17px;
		top: 0;
		left: 0;
		background: #eee;
		border:1px solid #ddd;
	}
	
	/**
	* Display the tick inside the checkbox
	*/
	.map-menu .check-box-custom .fake-check:after {
		opacity: 0;
		content: '';
		position: absolute;
		width: 12px;
		height: 5px;
		background: transparent;
		top: 4px;
		left: 2px;
		border: 2px solid var(--nurple);
		border-top: none;
		border-right: none;
		transform: rotate(-45deg);
	}

	.map-menu .check-box-custom input[type=checkbox]:checked + .fake-check:after {
		opacity: 1;
	}

	#region-menu span.close{
		color: var(--nurple);
		padding: 10px;
		width: 115px;
		text-align: center;
		display: none;
		position: absolute;
		top: 5px;
		right: 0px;
		z-index: 9999;
		cursor: pointer;
	}

	.region-menu-toggle span{
		cursor: pointer;
	}

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

	.country-members-chart,
	.country-congregations-chart{
		margin-top: 15px;
	}

	.country-members-chart,
	.compare-members-chart-old,
	.compare-members-chart-new{
		position: relative;
	}

	.members-pie text{
		font-size: 24px;
	}

	.members-pie p{
		position: absolute;
		color: white;
		z-index: 1;
		top: 110px;
		left: 52px;
		font-size: 14px;
	}

	.members-pie text:nth-child(2){
		display: none;
	}

	.members-pie .ct-series-b .ct-slice-pie{
		fill: #203e57;

	}

	.members-pie .ct-series-a .ct-slice-pie{
		fill: var(--nurple);
	}

	.members-pie text{
		color: #fff;
		fill: #fff;
	}

	.congregation-pie .ct-series-b .ct-slice-pie{
		fill: #959696;
	}

	.congregation-pie .ct-series-a .ct-slice-pie{
		fill: var(--nurple);
	}

	.congregation-pie{
		display: inline-block;
		width: 190px;
	}

	.congregation-key{
		float: right;
		margin-top: 95px;
		margin-right: 30px;
	}
	

	#fas-country-stats .stat-line .stat-block .congregation-key p{
		margin-bottom: 15px;
	}

	#fas-country-stats .stat-line .stat-block .congregation-key p,
	#fas-country-stats .stat-line .stat-block .congregation-key span{
		display: block;
		padding: 0;
		line-height: 16px
	}

	#fas-country-stats .congregation-key p i{
		color: #959696;
		margin-right: 7px;
		margin-left: -21px;
		display: inline;
		float: left;
	}

	#fas-country-stats .congregation-key p:first-child i {
		color: var(--nurple);
	}
	/*for later use when we have the right image*/
	/* #fas-country-stats .stat-box .stat-line,
	#fas-country-stats .stat-box #fas-compare-stats{
		background: url("../../assets/images/costa-rica.svg") top center no-repeat transparent;
		background-size: cover;
	} */

	#fas-country-stats #fas-compare-stats{
		display: none;
		border-bottom: 2px solid #979797;
	}

	#fas-compare-stats .stat-block{
		width: 100%;
		margin-bottom: 80px;
	}

	#fas-compare-stats .stat-block .inline-title {
		display: inline;
	}

	#fas-compare-stats .congregation-key{
		float: none;
	}

		#fas-compare-stats .congregation-key span{
			display: block;
			margin-bottom: -15px;
		}



		#fas-country-stats #fas-compare-stats .compare{
			width: 48%;
			display: inline-block;
		}
		
			#fas-country-stats #fas-compare-stats .compare h2{
				color: var(--nurple);
			}

		#fas-country-stats #fas-compare-stats .new-compare{
			float: right;
		}

		#fas-country-stats #fas-compare-stats .stake-container{
			width: 167px;
			text-align: center;
			margin-bottom: -20px;
		}

			#fas-country-stats #fas-compare-stats .stake-container p{
				margin: 10px;
			}

			#fas-country-stats #fas-compare-stats .stake-container .stake-box{
				border-top: 1px solid #979797;
				border-left: 1px solid #979797;
				border-right: 1px solid #979797;
				height: 10px;
				border-radius: 3px 3px 0px 0px
			}
			
			#fas-country-stats #fas-compare-stats .stake-container .stake-arrow{
				border-top: 1px solid #979797;
				border-left: 1px solid #979797;
				height: 10px;
				width: 10px;
				background-color: #fff;
				transform: rotate(45deg);
				margin: -5px auto
			}

	.stake{
		transform: rotate(45deg);
		width: 50px;
		height:100px;
		display: inline-block;
	}
	.stake:not(:first-child){
		margin-left: -25px;
	}
	.stake-body{
		width: 16px;
		height: 50px;
		background-color: #5a074f;
		border-bottom: 1px solid #5a074f;
	}
	
	.arrow-down {
		width: 0; 
		height: 0; 
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 10px solid #5a074f;
		margin-top: -1px;
	}

	.membership-stat .stat-block{
		border-top: 2px solid #b7b7b7;
		margin-top: 5px;
		padding-top: 10px;
		width: 25%;
		margin-right: 10px;
	}

	.membership-stat .stat-block p{
		margin: 0;
	}

	.stake-container,
	.family-history-container{
		margin-top: 18px;
	}


	.family-history-container{
		position: relative;
	}

	.family-history-container .gen-one{
		display: inline-block;
		vertical-align: top;
		margin-top: 10px;
		position: relative;
	}
	
	.family-history-container .gen-two{
		display: inline-block;
		position: relative;
	}
	
	.family-history-container .gen-one .box{
		background-color: #006184;
		/*width: 90px;*/
		/*height: 50px;*/
		margin-top: 10px;
	}
	
	.family-history-container .gen-one .box span{
		color: white;
		font-size: 24px;
		display: table;
		margin: 0px auto;
		padding: 10px 18px;
	}
	
	.family-history-container .gen-two .box{
		background-color: #006184;
		width: 34px;
		height: 26px;
		margin-top: 11px;
		margin-bottom: 11px;
		margin-left: 25px;
	}
	
	.family-history-container .gen-one .lines{
		background-color: transparent;
		width: 18px;
		height: 50px;
		margin-top: 10px;
		border-top: 4px solid #006184;
		position: absolute;
		top: 20px;
		left: 100%;
	}
	
	.family-history-container .gen-two .lines{
		background-color: transparent;
		width: 40px;
		height: 40px;
		margin-top: 7px;
		border: 4px solid #006184;
		border-right: none;
		position: absolute;
		top: 15px;
		left: 11px;
	}
	
	@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;
		}
		#header-title{
			padding-bottom: 0;
		}

		.stat-segment .stat-box.w-background .stat-text{
			box-shadow: none;
			padding: 0;
		}

		.stat-segment .stat-box .stat-text .stat-graph-container {
			width: 100%;
		}

		.stat-segment .stat-box .stat-text .stat-block-container {
			margin-top: 35px;
			width: 100%;
		}
		
		.stat-segment .stat-box .stat-block-container .stat-block.main-stat h4 {
			font-size: 20px;
		}

		.stat-segment .stat-box .stat-text .stat-block-container .stat-block.main-stat{
			width: 100%;
		}

		.stat-segment .stat-box .stat-text .stat-block-container .stat-block{
			width: calc(50% - 10px);
		}

		.stat-segment .stat-box:not(.w-background) .stat-text {
			width: 100%;
			border: none;
		}

		.stat-segment .stat-box .stat-text .stat-graph-container img{
			padding: 0;
		}

		.stat-segment .stat-box:not(.w-background) .stat-text:nth-child(even) {
			margin-left: 0px;
		}

		.stat-segment .stat-box .stat-block-container.no-graph .stat-block h4 {
			font-size: 20px;
		}

		.membership-stat .stat-block{
			width: 40%;
		}
		.stat-blurb, .stat-block {
			min-height: 95px;
		}

		#fas-country-stats .stat-line .stat-col-md{
			width: 100% !important;
		}

		#fact-stats-map{
			height: 282px;
		}
		/*.map-menu-toggle{
			top: 364px;
		}*/
		/*.map-menu{
			height: 28%;
			top: 395px;
		}*/
		#region-menu{
			padding-top: 0;
		}

		#region-menu span.close{
			display: none !important;
		}
		.stats-breadcrumbs{
			padding: 15px 12px;
			background: #efeff1;
		}
		.stats-options {
			padding: 15px !important;
			/*background: #efeff1;*/
		}

		.facts-stats-head > div #facts-header-title{
			padding:0 12px;
		}

		.stats-breadcrumbs li:after {
			right: -20px !important;
		}

		.stats-breadcrumbs li {
			margin-right: 25px !important;
		}

		#fact-stats-map{
			margin-bottom: 0; 
		}

	}
	
	#content-holder{
		padding: 17px 12px 50px;
	}
		@media (min-width: 960px) {
			.facts-stats-head > .facts-and-stats-head-here{
				padding: 0;
				position: relative;
			}
			#content-holder{
				padding: 17px 0 50px;
			}
		}

	.facts-stats-head .social{
		border-bottom: none;
	}

	#myChart{
		max-height: 170px;
	}

	h1{
		font-family: 'Ensign:Sans';
		font-weight: 700;
		font-size: 36px;
		font-weight: normal;
		width: 100%;
		float: left;
		margin: 0 0 17px;
	}
	.facts-stats-head p {
		padding: 20px 0;
		font-size: 14px;
		line-height: 20px;
	}

	.facts-stats-head p span{
		color: var(--nurple);
	}

	.stats-regions{
		max-width: 1120px;
		margin: 0 auto;
		width: 100%;
	}

	/* Active temples in 10's */

	.temple-count,
	.temple-tens,
	.temple-ones{
		width: 100%;
		display: inline-block;
		font-size: 14px;
	}
		.temple-ten{
			background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAA/CAMAAABpakCXAAAAnFBMVEX///8AttEAtNAJudPm+Pv8///5/v8dvtYFt9I0xdvt+vzO8fcYvdZd0eLF7/Wq5/CJ3upx1uYxxNoowtn1/f3x+/3o+fvd9vnW8/iU4exOzd9Iy99Byd0Asc616vKv6PGN3+ti0+M6x9zZ9fi56/OE3Ol62udu1uVn1OQSu9Th9/qn5u+g5O4Ou9QAsM3A7fSZ4u1RzeCw6fFUzuAnhDn5AAAB4klEQVRIx+2W23KCMBiETSARAUEBBap4QKri2fb9360hIIGEKTP/Tacz7o0zy35i1j+Bwa8K6QAqEs/ALF3oYHZuW2DW0Vwwe04+weznbQxmx0lKgSgZ4aEJZE0bGxGQtTSM1kDWxQhDi54wdgytmbFLCq0ZsaKhNSOk7YA1I6YvWM0FiifQmhm7BbFbzi5JfzKkHTWjrqJ3gZzcm10186Ll5FxyZn6k1sy1kvzAt5TkWXLWJYonSvIhOZdkKjkbXLJb5SA6Ss4hWRK15q6i90lK5VJts+2kFTuctf0lzvWWc8oxcpSaubRQOrMxylrOCiG8UWruKvpu8ANB3eZqzcp3xiz53XKezPECpWbOHpUDwW9WEAyxvLBjzS6aNvWLZKQszhUPojj2a9bexGLJu2vhXZqTwcd+Km56wxyt6Ju4tcuTh+ZkcGdRT8GUkwL+EJMhb0ySiu3Wwy540hZbSc951nB6WDEx95rNqkjcyzqavLkmuHTGveyjnSSEPCvHm5FSB5kNAsovvDaXz5LFu4w3eo2u4Y1K2aitq1dduYpkag6o3fgrMZcw1AvCMPQBZeMIkvZmKxn/8De/2Tf7d6xvaF0yGupM5OzZMNebiiz+cQojy8nWq7XrZo4VhSddFfkBlL0hQftBiUsAAAAASUVORK5CYII=') no-repeat center center;
			width: 62px;
			height: 62px;
			color: #fff;
			text-align: center;
			padding-top: 43px;
			display: inline-block;
			margin-right: 5px;
		}
		.temple-one{
			background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAfCAMAAADHso01AAAAilBMVEX///8AttEJudMAtNDn+Pv4/f4As8/l9/ocvtb9//8lwdju+vwEt9Lw+/3T8/gRu9T6/v7e9vqb4+1m0+RGyt49yNwiwNgWvdbO8ve06vKt6PGH3ep92uhp1OQuxNoavtbz+/3G7/W77POm5u+P3+t12Oc1xdvp+fvY9PiT4Oxr1eRc0eJZ0OFTzuBzBQbaAAAA90lEQVQoz92Qa3LCMAyEIwspOHHIi5AQIKEt0Pf9r1drrHaG6cQHYP9kR5+dXSu517BPYno5RvHxO4q/blWE2lufR3Deu7cIHgzEqo+Ahwi+MLf/p3WhpmXc2mBp84cPam2HuNOjxbVSardjMOc1gqmD30y54ry86sgAwLOu1w2Kn34D957iRdfLjeKGNfCdAfikgWK0r5Nu1UeG/vb6M5fAmbsqHJwQ5UfUM3ghpBJosF+FV5fIJ8G+t8gIblBL0uhvdGeiYlZcE1HLfr9kE+pKP3K7LMscBImXJ5bTKqE5JHrJ9867NCQuyDwyzsyiyjSxr6tl2R/NdA26NUe7MgAAAABJRU5ErkJggg==') no-repeat center center;
			width: 28px;
			height: 31px;
			color: #fff;
			text-align: center;
			padding-top: 20px;
			display: inline-block;
			margin-right: 5.5px;
		}

	.stat-line .stat-block p{
		font-family: 'Ensign:Sans';
		font-size: 14px;
		color: #000;
	}

	.stake-count,
	.stake-thousands,
	.stake-hundreds,
	.stake-tens,
	.stake-ones{
		width: 100%;
		display: inline-block;
		font-size: 14px;
	}
	
		.stake-thousand{
			background: #006184;
			width: 115px;
			height: 25px;
			color: #fff;
			text-align: center;
			padding-top: 6px;
			display: inline-block;
			margin-right: 5px;
			margin-bottom: 5px;
		}
		.stake-hundred{
			background: #006184;
			width: 55px;
			height: 25px;
			color: #fff;
			text-align: center;
			padding-top: 6px;
			display: inline-block;
			margin-right: 5px;
			margin-bottom: 5px;
		}
		.stake-ten{
			background: #006184;
			width: 25px;
			height: 25px;
			color: #fff;
			text-align: center;
			padding-top: 6px;
			margin-right: 5.5px;
			margin-bottom: 5.5px;
			float: left;
		}
		.stake-one{
			background: transparent;
			border: 8px solid #006184;
			width: 25px;
			height: 25px;
			color: #fff;
			text-align: center;
			margin-right: 5.5px;
			margin-bottom: 5.5px;
			float: left;
		}

.continent-congregation-chart .ct-point,
.continent-congregation-chart .ct-line{
	stroke: #5a074f;
}





.continent-stat-box h4{
	margin-bottom: 20px;
}




.graph-side-key{
	transform: rotate(270deg);
	font-size: 13px;
}

.graph-side-key-a{
	left: -46px;
	top: 60px;
}
.graph-side-key-a:before{
	content: "—";
	font-size: 22px;
	line-height: 16px;
	color: #4a90e2;
}
.graph-side-key-b{
	left: 260px;
	top: 60px;
}
.graph-side-key-b:before{
	content: "—";
	font-size: 22px;
	line-height: 16px;
	color: #5a074f;
}

.ct-label{
	color: var(--black-900);
}


.key-box{
	width: 40%;
	float: left;
	border-top: 2px solid #4a90e2;
	margin-right: 10%;
	padding-top: 10px;
	max-width: 150px;
}
	.key-box h4{
		margin-bottom: 0;
	}

	.key-box-b{
		border-top: 2px solid #5a074f;
	}

.weird-label-holder{
	position: relative;
}
	.weird-label{
		position: absolute;
		top: 60px;
		left: 300px;
		font-weight: normal;
	}
		.weird-label span:first-child{
			font-size: 30px;
		}
		.weird-label-label{
			width: 100%;
			display: block;
			font-size: 14px;
			font-weight: normal;
		}


.double-graph{
	position: relative;
}
	.double-graph > div{
		position: absolute;
		margin: 0 10px;
	}
	.double-graph > div:nth-child(2){
		left: 40px;
	}

		.stats-options{
			width: auto;
			-moz-column-count: 2;
			-webkit-column-count: 2;
			-ms-column-count: 2;
			-o-column-count: 2;
			column-count: 2;
			-moz-column-gap: 15px;
			-webkit-column-gap: 15px;
			-ms-column-gap: 15px;
			-o-column-gap: 15px;
			column-gap: 15px;
		}
		@media (min-width: 640px) {
			.stats-options{
				width: auto;
				-moz-column-count: 4;
				-webkit-column-count: 4;
				-ms-column-count: 4;
				-o-column-count: 4;
				column-count: 4;
				-moz-column-gap: 15px;
				-webkit-column-gap: 15px;
				-ms-column-gap: 15px;
				-o-column-gap: 15px;
				column-gap: 15px;
			}
			
		}
		@media (min-width: 960px) {
			.stats-options{
				width: auto;
				-moz-column-count: 5;
				-webkit-column-count: 5;
				-ms-column-count: 5;
				-o-column-count: 5;
				column-count: 5;
				-moz-column-gap: 15px;
				-webkit-column-gap: 15px;
				-ms-column-gap: 15px;
				-o-column-gap: 15px;
				column-gap: 15px;
			}
			
		}
		.stats-options-main{
			-moz-column-count: 1;
			-webkit-column-count: 1;
			-ms-column-count: 1;
			-o-column-count: 1;
			column-count: 1;
			-moz-column-gap: 0;
			-webkit-column-gap: 0;
			-ms-column-gap: 0;
			-o-column-gap: 0;
			column-gap: 0;
		}
		.stats-options-main li{
			float: left;
			/*width: 16%;*/
		}
		@media(max-width: 768px){
			.stats-options-main li{
				width: 50%;
			}
		}

		.stats-options-main a{
			border-bottom: 1px solid #d3d3d5;
		}
		.stats-breadcrumbs{
			border-bottom: 2px solid #b7b7b7;
			width: 100%;
			float: left;
			font-size: 17px;
			padding-bottom: 16px;
			position: relative;
		}

		.stats-breadcrumbs.bread-fixed{
			position: fixed;
			top: 0;
			left: 0;
			padding-top: 20px;
			padding-left: 44px;
			background: #efeff1;
			/*height: 60px;*/
			z-index: 1;
		}

		@media(max-width: 768px){
			#region-menu{
				position: initial;
			}
			.stats-breadcrumbs.bread-fixed{
			padding-left: 1em;
			}
		}

		@media(max-width: 425px){
			#region-menu{
				position: initial;
			}
			.stats-regions{
				overflow: visible !important;
			}
			.stats-breadcrumbs.bread-fixed{
				padding: 15px;
				/*height: 67px;*/
				z-index: 400;
			}
		}
		

			.stats-breadcrumbs li{
				float: left;
				margin-right: 45px;
				position: relative;
				height: 30px;
			}
			.stats-breadcrumbs a{
				color: var(--nurple);
				font-family: 'Ensign:Sans';
				font-weight: 600; 
				text-decoration: none;
			}

			.stats-breadcrumbs a#fas-nav-world,
			.stats-breadcrumbs a#fas-nav-continent{
				color: var(--nurple);
			}

			.stats-breadcrumbs li a.current{
				cursor: default;
				display: block !important;
				pointer-events: none;
			}

			.stats-breadcrumbs li:not(:last-child):after{
				content: "";
				font-family: Gideon;
				color: #000000;
				position: absolute;
				right: -30px;
				top: 0;
			
			}

			#fas-nav-state-province{
				display: none;
			}

			.stats-regions a.current,
			.stats-breadcrumbs a:hover{
				color: var(--nurple);
			}

			.breadcrumb-select{
				display:none;
			}

			.stats-breadcrumbs.first-pos li:not(:first-child){
				display: none;
			}

			.stats-breadcrumbs .breadcrumb-select{
				display: none;
				font-size: 14px;
				margin-top: 3px;
				float: left;
			}

			.stats-breadcrumbs.first-pos .select-continent{
				display: list-item;
			}

			.stats-breadcrumbs.second-pos .select-country{
				display: list-item;
			}

			.stats-breadcrumbs.third-pos .select-state-province{
				display: list-item;
			}
			
		.stats-options{
			width: 100%;
			float: left;
			padding: 15px 0;
			font-size: 14px;
		}
		.bread-fixed ~ .stats-options{
			padding-top: 68px;
		}
		#fas-continents{
			display: flex;
			justify-content: space-between;
		}
		@media(max-width: 768px){
			#fas-continents{
				display: block;
			}
		}
			.stats-options li{
				line-height: 1.2;
				margin-bottom: 10px;
			}
			.stats-options a{
				color: #4d4d4d;
				text-decoration: none;
				border-bottom: 1px solid transparent;
			}
			.stats-options a:hover{
				border-bottom: 1px solid #b9b8bd;
			}


	.ui-slider-horizontal .ui-state-default {
		width: 0; 
		height: 0; 
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #a31c20;
		background: transparent;
		border-bottom: none;
		display: none;
	}
	.ui-slider-horizontal .ui-slider-handle {
		top: -10px;
		margin-left: -1em;
	}

	.ui-slider-horizontal .ui-slider-range {
		display: none;
	}

	.compare-slider{
		position: relative;
		height: 150px;
		width: 383px;
		float: right;
		padding: 30px 0;
		margin: 0 10px;
	}

	.compare-slider #slider{
		height: 5px;
		width: 383px;
		background-color: #dedede;
		color: #ce0058;
	}

	 .compare-toggle{
		font-size: 14px;
		cursor: pointer;
		display: inline;
		margin-left: 25px;
	}

	.compare-slider #min{
		display: none;
	}

	.compare-slider #min,
	.compare-slider #max{
		position: absolute;
		width: 50px;
		top: 25px;
		text-align: center;
		font-size: 14px;
	}

	.compare-slider .slider-key{
		display: inline;
	}

	.compare-slider .slider-key:last-child{
		float: right;
	}

	.stat-box{
		width: 100%;
		float: left;
		padding-bottom: 25px;
		padding-top: 20px;
		color: #333;
			/*border-bottom: 1px solid #979797;*/
	}
	.stat-segment:last-of-type .stat-box:last-of-type{
		border-bottom: none;
	}

	.stat-box .stat-text h3{
		margin-bottom: 14px;
	}

	.stat-block-container{
		width: calc(100% - 260px);
		float: right;
	}

	.stat-block-container.no-graph{
		width: 100%;
		min-height: 80px;
	}

	.stat-block-container .stat-block{
		margin: 0;
		min-height: 0;
	}

	.stat-graph-container{
		width: 55%;
		height: 100%;
		min-height: 180px;
		display: inline-block;
	}
	
	.worldwide-stats .stat-graph-container{
		width: 260px;
	}

	.stat-graph-container img{
		padding-right: 10px;
	}

	.stat-box.w-background .stat-block-container .stat-block p{
		line-height: 20px;
	}

	/* .stat-box .stat-block-container .stat-block.main-stat{
		width: 100%;
	} */



	.stat-block-container.no-graph .stat-block {
		margin-right: 10px;
		width: calc(50% - 10px);
	}

	.stat-box .stat-block-container .stat-block h4{
		font-size: 20px;
	}

	.stat-box:not(.w-background) .stat-text {
		width: calc(50% - 22px);
	}

	.stat-box:not(.w-background) .stat-text:nth-child(even) {
		margin-left: 44px;
	}

	.stat-line{
		width: 100%;
	}
		#fas-country-stats h3{
			padding-bottom: 36px;
			/*padding: 36px 0;*/
			display: inline-block;
			/*height: 150px;*/
		}
		#fas-country-stats .fact-title{
			width: 100%;
			margin-bottom: 31px;
			color: var(--nurple);
		}
		/*#fas-country-stats h2{
			display: inline-block;
		}*/

		#fas-country-stats .stat-line{
			/*margin-bottom: 40px;*/
			display: inline-block;
			padding-bottom: 20px;
		}

		.as-of-date{
			font-size: 14px;
		}


		#fas-country-stats .stat-line .stat-block p{
			display: inline;
		}

		#fas-country-stats p.sub-text{
			margin-left: 15px;
		}

		#fas-country-stats .stat-line .stat-col-sm{
			width: 25%
		}

		#fas-country-stats .stat-line .stat-col-md{
			width: 25%
		}

		#fas-country-stats .stat-line .stat-col-lg{
			width: 25%
		}

		#fas-country-stats .stat-line .stat-col-lg .fh-container{
			float: right;
		}


		#fas-country-stats .stat-line .stat-col-sm,
		#fas-country-stats .stat-line .stat-col-md,
		#fas-country-stats .stat-line .stat-col-lg{
			vertical-align: top;
			float: left;
		}

		#fas-country-stats .stat-line .stat-quarter{
			width: 25%
		}

		#fas-country-stats .stat-line .stat-half{
			width: 49%
		}

		#fas-country-stats .stat-line .stat-quarter,
		#fas-country-stats .stat-line .stat-half{
			display: inline-block;
			vertical-align: top;
			float: left;
		}

		.stat-blurb,
		.stat-block{
			width: 100%;
			float: left;
		}
		.stat-text{
			width: 100%;
			float: left;
			border-bottom: 1px solid #9f9f9f;
			margin-bottom: 30px;
		}
		.stat-text:last-child{
			border-bottom: none;
			margin-bottom: 0;
		}
		@media(min-width: 640px){
			.stat-line .stat-block{
				float: left;
				word-wrap: break-word;
			}
		}
		@media(min-width: 960px){
			.stat-blurb,
			.stat-block{
				width: 50%;
				float: left;
			}
			.stat-block.main-stat{
				width: 100%;
			}
			.stat-line .stat-block{
				float: left;
				min-height: 0px;
				margin-top: 5px;
			}
			.stat-text{
				border-bottom: none;
				margin-bottom: 0;
				width: 50%;
			}
			.stat-blurb{
				width: 100%;
			}
		}

		

		.stat-blurb,
		.stat-block{
			margin-bottom: 0px;
			min-height: 85px;
		}
		@media(max-width: 960px){
		.stat-blurb,
		.stat-block{
			margin-bottom: 32px;
		}
		}

		#stat-graph-container{
			width: 260px;
			float: left;
		}

		.stat-block ul{
			list-style: none;
			max-width: 150px;
		}

		
		.stat-block ul li:first-child{
			padding-top: 0px;
		}

		.stat-block ul li{
			font-size: 14px;
			padding-top: 25px;
		}

		.stat-block ul li span{
			color: #333;
		}

		.stat-block ul li.branch-sub{
			padding-top: 5px;
			list-style: none;
		}

		.history-section{
			position: relative;
			display: inline-block;
		}

		.history-section .stat-write-up,
		.history-section h3,
		.history-section .table-stats{
			width: 100%;
		}

		.journalist-section{
			position: absolute;
			right: 0;
		}

		.history-section .journalist-section .journal-tag {
			margin-bottom: 17px;
		}

		.history-section .journalist-section p {
			margin-bottom: 0;
		}

		.table-stats{
			padding-bottom: 90px;
    		border-bottom: solid 1px #979797;
		}

		.table-stats table{
			width: 100%;
		}

		.table-stats table tr th{
			text-align: left;
			font-weight: normal;
			font-size: 12px;
			line-height: 20px;
			border-bottom: solid 1px #979797;
			padding: 0 0 5px 22px;
		}

		.table-stats table tr td{
			font-size: 14px;
			padding: 10px 22px;
		}

		.table-stats table tr:nth-child(even){
			background-color: #e6e6e6;
		}



.stat-box a{
	color: var(--nurple);
	text-decoration: none;
}
.stat-box .big-link{
	color: #282828;
	text-decoration: none;
	border-bottom: none;
}
.stat-box h3 a{
	color: #000;
	text-decoration: none;
	border-bottom: none;
}




	.stat-box.w-background{
		background-position: center center; 
		background-size: 0 0;
		padding-top: 0;
		padding-bottom: 0;
		
	}

		.stat-box.w-background .stat-text{
			float: right;
			height: 100%;
		}
		@media(min-width: 768px){
		.stat-box.w-background .stat-text{
			padding: 0 13px;
			box-shadow: -300px 0 400px 200px rgba(0,0,0,.83) inset;
		}
		}

		.stat-box.w-background .image-side{
			margin-bottom: 40px;
		}

		@media(min-width: 768px){
			.stat-box.w-background{
				background-position: 340% 0;
				padding-top: 0;
			}
			.stat-box.w-background .stat-text{
				padding: 13px;
				box-shadow: -300px 0 400px 200px rgba(0,0,0,.83) inset;
			}

		}


		.donut-w-label{
			position: relative;
		}
		.donut-label{
			position: absolute;
			text-align: center;
			bottom: 14px;
			left: 40px;
			width: 90px;
			color: #fff;
			font-family: 'Ensign:Sans';
			font-weight: 200;
		}
			.donut-percent{
				font-size: 24px;
				width: 100%;
				display: block;
			}
			.donut-ratio{
				font-size: 14px;
			}

		.donut-w-key{
			position: relative;
		}
		.donut-key{
			position: absolute;
			text-align: left;
			bottom: -20px;
			right: 40px;
			width: 70px;
			color: #000;
			font-size: 14px;
		}
			.donut-key > div{
				margin-bottom: 16px;
			}
			.donut-key span{
				width: 100%;
				display: inline-block;
				position: relative;
				line-height: 1.3;
			}
			.donut-key-a:before{
				content: "";
				background: #006184;
				width: 15px;
				height: 15px;
				border-radius: 8px;
				position: absolute;
				left: -20px;
			}
			.donut-key-b:before{
				content: "";
				background: #01b6d1;
				width: 15px;
				height: 15px;
				border-radius: 8px;
				position: absolute;
				left: -20px;
			}


		@media(min-width: 1024px){
			.four-fifths{
				width: 80%;
				display: inline-block;
				float: left;
			}
			.stat-segment:not(.worldwide-stats) .w-graph.four-fifths .stat-block{
				width: 33.3333333%;
				display: inline-block;
				float: left;
			}
			.stat-segment:not(.worldwide-stats) .one-fifth .stat-block{
				width: 100%;
				display: inline-block;
				float: left;
				height: auto;
			}
			.stat-segment:not(.worldwide-stats) .w-graph.four-fifths .stat-block.two-thirds{
				width: 66.6666666%;
				display: inline-block;
				float: left;
				min-height: 80px;
			}
			.stat-segment:not(.worldwide-stats) .w-graph.four-fifths .stat-block.fh-container{
				min-height: 80px;
			}
			.one-fifth{
				width: 20%;
				display: inline-block;
				float: left;
			}
		}


		@media(min-width: 960px){

			.stat-segment:not(.worldwide-stats) .stat-block{
				width: 50%;
			}
		}

		@media(min-width: 768px){
			.stat-box.w-background{
				background-size: cover;
				color: #fff;
				width: 100%;
				min-height: 360px;
				border-bottom: none;
				margin-bottom: 22px;
				background-position-x: 200%;
				background-repeat: no-repeat;
			}
			.stat-box.w-background .image-side{
				display: none;
			}
			.stat-box.w-background .stat-text{
				width: 50%;
				float: right;
				padding: 20px 13px;
			}
			.stat-box.w-background .stat-block{
				width: 100%;
				margin-bottom: 10px;
			}
			.stat-box.w-background a{
				color: #fff;
				font-size: 16px;
				margin-top: 12px;
			}
			.stat-box.w-background .stat-title{
				color: #fff;
				text-decoration: none;
			}

			.stat-segment:not(.worldwide-stats) .stat-block{
				width: 25%;
				/*height: 120px;*/
				height: 75px;
			}
			.stat-segment:not(.worldwide-stats) .w-graph .stat-block{
				height: auto;
				min-height: 320px;
			}

			.ct-grids + g {
			  border-left: 1px solid black;
			  border-bottom: 1px solid black;
			}

			.membership-stat .stat-block{
				width: 35% !important;
			}

			.facts-stats-head > div #facts-header-title{
				padding: 0 16px;
			}
			.stats-regions {
				padding: 0 16px;
			}
		}
			.stat-box.w-background a,
			.stat-box.w-background .stat-title{
				border-bottom: none;
			}

		@media(min-width: 960px){
			.stat-box.w-background{
				background-position: 0% !important;
				background-size: 560px !important;
				background-repeat: no-repeat !important;
				width: 100%;
				height: 350px;
				border-bottom: none;
				padding-top: 0px;
				margin-bottom: 22px;
			}
			.stat-box.w-background .image-side{
				display: none;
			}
			.stat-box.w-background .stat-text{
				float: right;
				padding: 20px 16px;
			}
			#non-hq .stat-box.w-background .stat-text{
				float: right;
				padding: 20px 0;
			}
			.stat-box.w-background .stat-block{
				width: 45%;
			}
			.stat-box.w-background .stat-block.main-stat{
				width: 100%;
			}
		}


@media(min-width: 1024px){
	.stat-write-up.three-fourths{
		width: calc(100% - 290px);
		float: left;
		padding-right: 32px;
	}
	.one-fourth{
		width: 290px;
		float: left;
	}
}
	.stat-segment .contact-block p:first-child{
		margin-bottom: 20px;
	}
	.stat-segment .contact-block p{
		margin-bottom: 3px;
	}
	.stat-segment .contact-block a{
		color: var(--nurple);
	}
	.stat-segment .contact-block p,
	.stat-segment .contact-block{
		font-family: 'Ensign:Sans';
		font-size: 14px;

	}

	.stat-segment{
		padding: 33px 0;
		width: 100%;
		float: left;
	}
	.stat-segment + .stat-segment{
		padding: 10px 0 33px;
	}

	#content-holder h2{
		font-family: 'Ensign:Sans';
		font-weight: 200;
		font-size: 30px;
		padding-bottom: 32px;
		margin-bottom: 32px;
		font-weight: normal;
			border-bottom: 2px solid #979797;
		float: left;
		width: 100%;
	}
	#content-holder h4{
		font-family: 'Ensign:Sans';
		font-weight: 700;
		font-size: 20px;
		font-weight: normal;
	}
	#content-holder h3{
		font-family: 'Ensign:Sans';
		font-weight: 700;
		font-size: 20px;
		color: var(--black-900);
		margin-bottom: 20px;
	}

	.stat-segment p,
	.stat-blurb{
		font-size: 18px;
		color: var(--black-900);
		font-family: 'Ensign:Serif';
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.worldwide-stats.stat-segment .w-background p,
	.worldwide-stats.stat-segment .w-background .stat-blurb{
		color: #fff;
		font-family: 'Ensign:Sans';
		font-size: 14px;
		line-height: 19.6px;
	}
@media(max-width: 768px){
	.worldwide-stats.stat-segment .w-background p,
	.worldwide-stats.stat-segment .w-background .stat-blurb{
		color: var(--black-900);
	}
	.growth-chart .ct-label {
	    color: var(--black-900);
	}
}
	.worldwide-stats.stat-segment  p,
	.worldwide-stats.stat-segment .stat-blurb{
		color: var(--black-900);
		font-family: 'Ensign:Sans';
		font-weight: 200;
		font-size: 18px;
		line-height: 25.6px;
	}
	.worldwide-stats.stat-segment .stat-block  p,
	.worldwide-stats.stat-segment .stat-block .stat-blurb{
		font-family: 'Ensign:Sans';
		font-size: 14px;
		line-height: 19.6px;
	}

	.stat-blurb a{
		color: var(--nurple);
		border-bottom: none;
		text-decoration: none;
		font-family: 'Ensign:Sans';
	}



	.stat-write-up{
		width: 100%;
		float: left;
		font-size: 14px;
		margin-bottom: 30px;
		line-height: 1.4;
	}




		@media(min-width: 960px){
		.stat-segment:not(.worldwide-stats) .continent-stat-box .continent-temples-block{
			margin-top: -64px;
			min-height: 100px !important;
		}

		.stat-segment:not(.worldwide-stats) .continent-stat-box .fh-stat-block{
			margin-top: 32px;
			min-height: 100px !important;
		}
		}






.big-link{
	text-align: left;
	text-transform: none;
	font-size: 16px;
	padding: 10px 0;
	text-decoration: none;
	display: inline;
	text-align: center;
	color: var(--nurple);
	margin: 0;
	background: none;
	width: auto;
    float: right;
    font-weight: bold;
}

		@media(max-width: 960px){
			.big-link{
				width: 100%;
			}
		}




.ct-series-a .ct-slice-donut{
	stroke: #006184;
}
.ct-series-b .ct-slice-donut{
	stroke: #01b6d1;
}














.stat-segment:not(.worldwide-stats) .continent-stat-box .stat-block{
	width: 84%;
	margin-right: 16%;
}
@media(min-width: 768px){

.stat-segment:not(.worldwide-stats) .continent-stat-box .stat-block{
	width: 34%;
	margin-right: 16%;
}
}

.stat-segment:not(.worldwide-stats) .continent-stat-box .stat-graph-container{
	min-height: 200px;
	width: 100%;
}
#non-hq .growth-chart .ct-label{
	color: var(--black-700);
}
#non-hq .stat-box.w-background,
#non-hq .worldwide-stats.stat-segment .w-background p,
#non-hq .worldwide-stats.stat-segment .w-background .stat-blurb{
	color: var(--black-900);
}

#non-hq h2{
	border: none;
	margin-bottom: 0;
}
#non-hq .stat-box.w-background .stat-title{
	color: var(--black-900);
	margin: 0;
	font-size: 20px;
}


#non-hq .stat-box.w-background{
	background: transparent !important;
	min-height: 80px;
	height: auto;
}
#non-hq .stat-box.w-background .stat-text{
	background: transparent;
	width: 100%;
	float: left;
	box-shadow: none;
}
#non-hq.worldwide-stats.stat-segment a.one-column,
#non-hq.worldwide-stats.stat-segment .stat-blurb,
#non-hq.worldwide-stats.stat-segment .w-background .stat-blurb,
#non-hq p{
	display: none;
}
#non-hq .stat-block p{
	display: block;
	color: var(--black-900);
}




.continent-stat-box .stat-block.weird-label-holder > div,
.worldwide-stats #stat-graph-container > div,
.worldwide-stats .stat-graph-container > div{
	position: relative;
}
.continent-stat-box .stat-graph-container.double-graph > div:first-child:before,
.worldwide-stats #stat-graph-container > div:before,
.worldwide-stats .stat-graph-container > div:before{
	content: "";
	border-left: 1px solid var(--black-600);
	height: 148px;
	position: absolute;
	top: 0;
	left: 47px;
}
.continent-stat-box .stat-graph-container.double-graph > div:first-child:before,
.continent-stat-box .stat-block.weird-label-holder > div:before{
	content: "";
	border-left: 1px solid var(--black-600);
	height: 168px;
	position: absolute;
	top: 0;
	left: 47px;
}
.continent-stat-box .stat-graph-container.double-graph > div:first-child:after,
.continent-stat-box .stat-block.weird-label-holder > div:after{
	content: "";
	border-bottom: 1px solid var(--black-600);
	width: 230px;
	position: absolute;
	bottom: 33px;
	left: 47px;
}
.continent-stat-box .stat-graph-container.double-graph > div:nth-child(2):before{
	content: "";
	border-left: 1px solid var(--black-600);
	height: 168px;
	position: absolute;
	top: 0;
	right: 62px;
}
.continent-stat-box .stat-graph-container.double-graph > div:nth-child(2):after{
	content: "";
	border-bottom: 1px solid var(--black-600);
	width: 230px;
	position: absolute;
	top: 0;
	right: 62px;
}
.worldwide-stats #stat-graph-container > div:after,
.worldwide-stats .stat-graph-container > div:after{
	content: "";
	border-bottom: 1px solid var(--black-600);
	width: 68%;
	position: absolute;
	bottom: 33px;
	left: 47px;
}
















.social{
	float: left;
	min-height: 54px;
	border-bottom: 1px solid #9f9fa1;
	padding-top: 0px;
	width: 80%;
    margin: 0 7%;
}
.topic-site-article-main #social{
    border-top: none;
    border-bottom: none;
    background: transparent;
    padding-top: 0 !important;
    margin-top: 80px;
    width: 22% !important;
}


	.social-wrapper{
		width: 100%;
		margin: 0 auto;
	}
		@media (min-width: 960px) {
			#social-wrapper{
				width: 960px;
			}
				.topic-site-article-main #social-wrapper{
					width: 100%;
				}

		}

		.social-holder{
			width:100%;
			float:left;
			text-align: center;
		}

		.social ul{
			width: 100%;
			float: left;
			padding: 0;
			margin-bottom: 0;
		}
		@media (min-width: 960px) {
			.social ul{
				padding: 0;
				margin-left: -10px;
			}
			#article .social ul{
				padding: 0;
				margin-left: 0;
			}
		}
			.social li{
				margin: 0 0px 15px 0;
				text-align: left;
				float: left;
				height: 20px;
				position: relative;
			}
			#article-body .social li,
			.two-thirds .social li{
				margin: 0 0 15px 0;
				width: auto;
				list-style: none;
			}

			.draugiemLike{
				margin: 0;
			}

			#article #social .social-wrapper .social-holder .awesome-button .social-inner-dark{
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				margin-top: 10px;
			}



.local-social{
	text-decoration: none;
	color: #a41d23;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;
}

.local-social span:first-child{
	font-family: Gideon;
	margin-right: 7px;
	font-size: 14px;
	line-height: 14px;
}
/*
.local-social span:last-child{
	display: none;
}

	@media (min-width: 768px) {
		.local-social span:last-child{
			display: inline-block;
		}
	}
*/


.fb-social{
	margin-top: 0;
}

.tw-social{
	margin-top: 0;
}

.social .print-social,
.social .email-social{
	min-width: 30px;
	width: auto;
	margin-right: 0;
}
	@media (min-width: 768px) {
		.social .print-social,
		.social .email-social{
			min-width: 70px;
		}
	}

.to-and-fro-bar{
    float: left;
    /*border-top: 1px solid #9f9f9f;*/
    padding: 64px 16px 32px;
    width: 100%;
    margin: 0;
}

	@media (min-width: 960px) {
		.to-and-fro-bar{
			padding: 64px 0 32px;
		}
	}

	.to-and-fro-bar a{
		width: 100%;
		float: left;
		line-height: 1.3;
		margin: 0 0 30px;
		font-weight: normal;
		text-decoration: none;
	}
	.to-and-fro-bar a:hover{
		text-decoration: underline;
	}
	.to-and-fro-bar .to{
		margin: 0;
		float: right;
	}
	.to-and-fro-top{
		width: 100%;
		float: left;
		color: #585657;
		font-size: 12px;
		padding: 0 24px;
	}
	.to-and-fro-bottom{
		width: 100%;
		float: left;
	}
	.to-and-fro-bottom > span{
		float: left;
		width: calc(100% - 24px);
	}
	a.fro:hover .to-and-fro-bottom > span:last-child,
	a.to:hover .to-and-fro-bottom > span:first-child{
		text-decoration: underline;
	}
	.to-and-fro-bottom > .gideon{
		width: 24px;
	}

	.to{
		text-align: right;
		padding-left: 25px;
	}

	.fro{
		padding-right: 25px;
	}


	@media (min-width: 768px) {
		.to-and-fro-bar a{
			width: 50%;
			margin: 0;
		}
	}

	@media (max-width: 768px) {
		.topic-site-article-main #social {
			width: 30% !important;
		}
	}

	@media (max-width: 425px) {
		.topic-site-article-main #social {
			width: 100% !important;
		}

		.slider-for {
			background-color: #fff;
		}
	}




#social .social-wrapper .social-holder .awesome-button{
    padding: 12px;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
}
#social .social-wrapper .social-holder .awesome-button + .nr-ig-copied {
    position: absolute;
    right: auto;
    left: 0;
    top: auto;
    bottom: 12px;
    text-transform: none;
    font-size: 13px;
    background: #eff0f0;
    padding: 8px;
    border-radius: 3px;
    text-align: center;
    width: auto;
    min-width: 140px;
    font-family: 'Ensign:Sans';
    margin-right: 3px;
    display: none;
    border: 1px solid var(--nurple);
}




/*.social-inner-dark {
    background: #212225;
    font-size: 13px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: #fff;
    padding: 3px 4px;
    font-weight: lighter;
    display: inline-block;
    transform: rotate(90deg);
}*/










/*DARK MODE*/
/* @media (prefers-color-scheme: dark) {
	
	.to-and-fro-top{
		color: #fff;
	}

	.image-placement figcaption .image-caption,
	p.style_guide{
		color: var(--black-300);
	}

} */








