@import url('reset.css');

* {
  box-sizing: border-box;
}
html {font-size:16px;}

body {
  margin: 0;
  font-weight: 500;
  font-family: 'Merriweather', serif;
  color: #3c3c3c;
  position:relative;
  background-color:#2F4459;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
}

strong {font-weight:bold;}

#wrapper {position:relative; width:100%; height:100%; background-color:#fff; -webkit-transition: margin-left .5s; transition: margin-left .5s; -webkit-overflow-scrolling: touch;}
#wrapper.toggled, #wrapper.toggled #menuButton {}

header {
	height:45px;
	background: #2f4459;
	width:100%;
	position: fixed;
	top: 0;
	transition: top 0.2s ease-out;
	z-index: 500;
	-webkit-box-shadow: 0px 4px 18px -3px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 4px 18px -3px rgba(0,0,0,0.32);
	box-shadow: 0px 4px 18px -3px rgba(0,0,0,0.32);
	
}

/* Fixes Admin Bar */
.customize-support header.nav-down, .customize-support #menuButton.toggled {top:31px;}
.customize-support .navWrapper {margin-top:47px;}

.nav-up {
    top: -45px;
}

#logo.nav-up {
	top:-70px;
}

#logo {position:absolute; top: -2px; left:10%; background-image: none;text-shadow: none; color:#fff; transition: top 0.3s ease-out; z-index: 8000;}
#logo img {
	width:200px;
	-webkit-box-shadow: 0px 4px 18px -3px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 4px 18px -3px rgba(0,0,0,0.32);
	box-shadow: 0px 4px 18px -3px rgba(0,0,0,0.32);
}

a#logo:hover {opacity:1;}

header h4 {
	display: block;
	position: absolute;
	left: calc(10% + 200px + 1rem);
	top: 0;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 17px;
	height: 17px;
	margin-bottom: 0;
    margin-top: .9rem;
}

header h4.npr {
	display: block;
	position: absolute;
	left:auto;
	right: 110px;
	top: 0;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 17px;
	height: 17px;
}
header h4.npr a {
    background: url(../img/npr-wht.png) 100% 0 no-repeat;
    text-indent: -9999px;
    width: 51px;
    height: 17px;
    display: inline-block;
}

/***************************** Menu Button ******************************************/

button,
input[type="button"] {
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    transition: all 0.25s ease-in-out;
	padding:0;
	background: #2f4459;
}

#menuButton {
	position:absolute;
	top:0;
	right:0;
	background-image: none;
	background-blend-mode: multiply;
	text-shadow: none;
	z-index:7000;
	-webkit-transition: margin-left .5s;
	transition: margin-left .5s;
	height:45px;
	width:82px;
	outline: none;
	display:flex;
	}

#menu-search {
	background-image: none;
	background-blend-mode: multiply;
	transition: opacity .5s;
	text-shadow: none;
	margin:8px 5px 0 0;
	height:29px;
	width:29px;
	outline: none;
	background: #8fa3b6;
	fill:#2f4459;
	opacity:1;
	}
	
#iconMenuButton {
	background-image: none;
	background-blend-mode: multiply;
	text-shadow: none;
	height:45px;
	width:45px;
	outline: none;
	}
.line {fill: #8fa3b6;}

/* Animate menu icon (lines). */
.svg-menu-toggle .line {
  opacity: 1;
  transform: rotate(0) translateY(0) translateX(0);
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
  }
.svg-menu-toggle .burger1, .svg-menu-toggle .burger2 {
  transform-origin: 50%;
}

.menuButton.toggled #menu-search {
  opacity:0;
}

.menuButton.toggled .svg-menu-toggle .topBun, .menuButton.toggled .svg-menu-toggle .bottomBun {
  opacity:0;
}
.menuButton.toggled .svg-menu-toggle .burger1 {
  transform: rotate(45deg) translateY(0) translateX(0);
}
.menuButton.toggled .svg-menu-toggle .burger2 {
  transform: rotate(-45deg) translateY(0) translateX(0);
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

button#menuButton.menuButton.toggled {position:fixed;}
header.toggled {
    top: 0;
}

.customize-support header.toggled {
    top: 31px;
}

header.toggled #logo {
	top:-2px;
}

/***************************** Progress Bar ******************************************/
progress {
	position:absolute;
	bottom:-5px;
	left:0; 
	width:100%;
	height:5px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	background-color: transparent;
	color:#95210c;
	z-index: -5; 
	opacity:1;
	transition: opacity 0.2s ease-out;
}

progress::-webkit-progress-bar {
  background-color: transparent;
}

progress::-webkit-progress-value {
  background-color: #95210c;
}

progress::-moz-progress-bar {
  background-color: #95210c;
}
progress.toggled {
	opacity:0;
}

/***************************** Nav Menu ******************************************/
#nav-menu {
	overflow-y: scroll;
    max-height: 3000px;
	padding-top: 45px;
	display: block;
	position:fixed;
	top: 0;
    right: 100%;
    bottom: 0;
    left: -100%;
	display:inherit;
	background:  #fff;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: .2;
	transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1),max-height 0.6s cubic-bezier(0.645, 0.045, 0.355, 1),left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1),right 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#nav-menu.toggled {
	left: 0;
    right: 0;
	opacity:1;
	filter: alpha(opacity=100);
}

.navWrapper {
	position:relative;
	text-align:center;
	width: 1200px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 8rem);
    max-width: calc(100% - 8rem);
    margin: 1rem auto;
}

.navWrapper p {margin-top:1rem; margin-bottom:1rem;}
.navWrapper h3 {font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; text-transform:uppercase; font-weight:bold; margin-bottom:2rem;}
.navWrapper hr {width:42rem;}
.navWrapper a {
	font-weight: Bold;
	text-decoration: none;
	text-shadow: none;
	background-image: none;
}



#searchform {position:relative; width:42rem; margin: 0 auto 2rem; right: -2rem;}

#searchform #s {
    width: calc(100% - 5rem);
    height: 4rem;
    padding: 1rem;
    font-size: 2rem;
	outline: none;
}
#searchform #s:focus {
	border: 1px solid #3c3c3c !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	outline: none;
}

#searchform .search-field {
    width: calc(100% - 5rem);
    height: 4rem;
    padding: 1rem;
    font-size: 2rem;
	outline: none;
}
#searchform .search-field:focus {
	border: 1px solid #3c3c3c !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	outline: none;
}

#searchform button {background:none;outline: none; position:relative; top: 1.4rem; left: .1rem;}
#searchform #icon-search {
	width: 4rem;
    height: 4rem;
    fill: #2f4459;
}
#searchform #icon-search:hover {
	transform: scale(1.1, 1.1);
	fill: #9c0000;
}

.nav-menu-widget ul li {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.8rem;
	padding-bottom: 1rem;
}
.nav-menu-widget ul li a {
}

.nav-menu-widget ul li span{
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    text-transform: uppercase;
	color:#9c0000;
	display: block;
}

.nav-topics {margin:1rem;}
.nav-topics a.fullList {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
    font-weight: bold;
    color: #9c0000;
    text-align: center;
    width: 100%;
    padding: .5rem 1rem;
    display: block;
    background-image: none;
	margin-top:1rem;
}
.nav-topics a.fullList:hover {
	background: #2f4459;
	color:#fff;
}
.nav-topics .topTags {
	text-align:left;
	moz-column-count: 2;
    -moz-column-gap: 2rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 2rem;
    column-count: 2;
    column-gap: 2rem;
}
.nav-topics .topTags ul {margin:0; list-style-type: none;}
.nav-topics .topTags ul li {width: 100%; border-top: 1px solid #ddd;}
.nav-topics .topTags ul li a {display: flex; justify-content: space-between;}
.nav-multimedia {margin:1rem;}
.nav-about {max-width:42rem; margin:2rem auto;}
.nav-team {max-width:42rem; margin:1rem auto;}

.nav-team.author .nav-author {padding:1rem; display:flex; flex-direction:row; text-align:left; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid;}
.nav-team.author .avatarWrapper {
    width: 65px;
    min-width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    margin: 0 1.5rem 0 0;
    display: flex;
}
.nav-team.author a.authorEmail {margin-left:0; margin-bottom:0;}

.nav-team .team {
	moz-column-count: 2;
    -moz-column-gap: 1rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 1rem;
    column-count: 2;
    column-gap: 1rem;
}

.nav-team-group{
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
    font-weight: bold;
    border-top: 1px solid #b3b3b3;
    color: #2f4459;
    opacity: 0.3;
}

.authorInfo {display:flex; flex-direction:column; justify-content: flex-start; font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;}

.authorName {
	display:block;
    color: #000;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    line-height: 1.65rem;
    font-weight:700;
    white-space: normal;
    letter-spacing: 0;
	cursor: pointer;
	text-decoration:none;
	background-image:none;
}

.authorName:hover {
	background-image:inherit;
}


.authorTitle{
    color: #656565;
	text-transform:uppercase;
	font-size:1.1rem;
	font-weight:300;
}


/***************************** Homepage Content *****************************************/
.homepageContentWrapper {
	position:relative;
	width:100%;
	padding:0 1rem 1rem;
	box-sizing: inherit;
}

.home .redHeadBar {font-size:1rem; padding: .8rem; font-weight:bold;}

.featuredStories.post {margin:0;}
.featuredStories {display: flex; flex-direction:row; flex-wrap:wrap;}
.post .featured {position:relative; box-sizing:border-box; padding-right:1rem; padding-bottom:1rem; display:flex; flex-direction: column; justify-content: flex-start;}
.post .featured h2{margin-top:1rem;}

.post .featured .postContent {display:flex;}
/* Featured 1 */
.post .featured:first-child {width:66.66666%; margin-right:33.33333%; padding-right: 1rem; min-height: 35rem;}
.post .featured:first-child h2 {font-size: 1.8rem; line-height: 2rem;}
.post .featured:first-child a.thumb {
	position: relative;
    display: block;
    background-size: cover;
	background-position: center center;
    width: 100%;
    height: 383px;
}
/* Featured 2-4 */
.post .featured {width:33.33333%; float: left;width: 25%;float: left;flex-grow: 1;}
.post .featured a.thumb {
	position: relative;
    display: block;
    background-size: cover;
	background-position: center center;
    width: 100%;
    height: 222px;
	border: solid 1px #dadada;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}
.post .featured h2 {margin-bottom:.5rem;}
.post .featured .excerpt {/*display:none;*/ margin: .5rem 0;}
.post .featured .sources {display:inherit; line-height: 1rem;}
.post .featured .subtitle {/*display:none;*/ margin: .5rem 0; font-size: 1.2rem; color:#7f7f7f;}
.post .featured:first-child .excerpt {display:inherit;}
.post .featured:first-child .subtitle {display:inherit;}
.post .featured:last-of-type {padding-right:0;}
.post .featured:last-child .thumb {padding-right:0; margin-right:0;}
/*Featured Byline */
.home .featured byline {margin-top:1rem; cursor:inherit;}
.home .featured byline, .home .featured .postDate, .home .featured .modDate {display:inline;}
.home .featured byline {font-size:.8rem; line-height:1rem; margin-top:.3rem; color: #000;}

.post .featured byline .features {display:none;}
.post .featured:first-child byline .features {display:inline-block;}
.features {position: relative; display: inline-block;top: 7px; background-image:none !important; margin-right: .5rem;}
.features svg {fill:#95210c; display: inline; padding-right: .2rem;}
.features img {display: inline; padding-right: .2rem; width: 24px; height: 24px;}

.home .homePageLoop {
	/*background: orange;*/
	width: 33.33333%;
	padding: 0;
	margin: 0;
	position: absolute;
	right:0;
	top:-1rem;
	min-height: 35rem;
	padding: 1rem;
}
.home .homePageLoop .redHeadBar {
    position: relative;
    margin: -1.5rem;
}

.home .homePageLoop:before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdbdbd), to(transparent));
  background-image: -webkit-linear-gradient(#bdbdbd, transparent);
  background-image: -moz-linear-gradient(#bdbdbd, transparent);
  background-image: -o-linear-gradient(#bdbdbd, transparent);
  background-image: linear-gradient(#bdbdbd, transparent);
  top: -2px;
  bottom: -2px;
  width: 2px;
  height: 20rem;
}
.home .homePageLoop:before {
  left: -2px;
}

.home .homePageLoop1 {padding-top:3rem; height: 100%;}

/*Home Page Loop 1*/
.home .homePageLoop1 .loop {display:flex; flex-direction:column; justify-content: space-between; height: 100%;}
.home .homePageLoop1 .thumb, /*.home .homePageLoop1 .postDate, .home .homePageLoop1 .modDate,*/ .home .homePageLoop1 .excerpt, .home .homePageLoop1 .subtitle, .home .homePageLoop1 byline, .home .homePageLoop1 hr {display:none;}
.home .homePageLoop1 .post {margin: 0;}
.home .homePageLoop1 h2 {font-size:1rem; line-height: 1.2rem;}

.home .viewMoreHeadlines {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:bold;
    color: #9c0000;
    text-align: center;
    width: 100%;
	padding:.5rem 1rem;
    display: block;
    background-image: none;
	margin-left: -.5rem;
	margin-bottom: 1rem;
}
.home .viewMoreHeadlines:hover {
	background: #2f4459;
	color:#fff;
}

.homepagewidgetarea-above {display:block;clear: both;margin: 1rem 0 1rem; width: 100%;}
.homepagewidgetarea-below {display:block;clear: both;margin: 1rem 0 2rem; width: 100%;}

.homepagewidgetarea-above .textwidget.custom-html-widget, .homepagewidgetarea-below .textwidget.custom-html-widget {
	display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    overflow: hidden;
    align-items: center;
    margin-bottom: 0;
}


.home .featuredExplainers {
	background:grey;
	display:block; 
	clear:both; 
	height:20rem;
}

.partnerSection {
	display:flex;
	flex-direction:row;
	justify-content: space-around;
	padding: 1rem 0 2rem;
	flex-flow: row wrap;
}

.partnerSection a {
	align-self: center;
	background-image:none !important;
	width: 25%;
}

.partnerSection a:hover {
	text-decoration:none;
	background-image:none !important;
}

.partnerSection a img {
	width:80%;
}

.adSection {
	display:flex;
	flex-direction:row;
	justify-content: space-around;
}

.adSection > div {
	margin:0 1rem 1rem 0;
}  




/*Explainer Section*/
.explainerSection {margin:1rem 0; width: 100%;}
.explainers {position:relative;  margin-left: 0; margin: 0; display:flex; flex-direction:row; justify-content: space-between; flex-wrap: wrap;}

a.explainer {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position:relative;
	margin:0 .5rem 1rem;
	background-color:grey;
	color:#fff;
	display:block;
	background-image:none !important;
	flex-basis: 20%;
	flex-grow: 1;
	border: solid 1px #dadada;
}
a.explainer h3 {font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; margin-top:0; padding:.5rem; font-size: 1.2rem; line-height: 1.4rem;}
a.explainer .explainerImage {width:100%; height: 180px; background-size:cover; background-position:center center; -webkit-print-color-adjust: exact; color-adjust: exact; border: solid 1px #dadada;}

.contentFooter .explainers {margin:1rem -.5rem 0;}
.contentFooter .explainers .explainer {background:none; border: none; max-width: 50%; flex-basis: 30%;}
.contentFooter .explainers .explainer h4 {font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; margin-top:0; color: #000;text-transform: initial; font-size: 1rem;}
.contentFooter .explainers .explainer:hover h4 {text-decoration: underline;}


/***************************** Topic Listings ******************************************/

input#term {
	font-size: 1.5rem;
    width: 100%;
    margin: 1rem 0 1rem -1rem;
    height: 3rem;
    padding: 1rem;
    outline: none;
}

.listingTitle {text-transform:uppercase;}

.abc_tags {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:1.2rem;
}

.abc_tags th {font-weight:bold; padding-bottom: .5rem;}
.abc_tags tr td {padding:.5rem 0; border-top: 1px solid #ddd;}
.abc_tags tr td a {background-image: none; padding-bottom:.1rem;}
.abc_tags tr td a:hover {background-image: linear-gradient(transparent 50%, #9e9e9e 50%);}
.abc_tags .count {text-align: right;}




/***************************** Section CSS ******************************************/
section {
  width: 100%;
  padding: 0 7%;
  display: table;
  margin: 0;
  max-width: none;
  color: #3c3c3c;
  background-color: #FFF;
  border-top: solid 1px #bdbdbd;
  position: relative;
}

/*section:nth-of-type(2n) {
  background-color: #ddd;
}*/

.box {background:#ddd; padding:1rem; font-size: 1.1875em; line-height: 1.65; font-weight: 300; font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; margin-left: -1rem;  margin-right: -1rem;}
.box h1, .box h2, .box h3, .box h4 {color: #3c3c3c !important; -webkit-margin-before: 0; -webkit-margin-after: 0; margin-bottom: 0 !important;}
.box p {
	-webkit-margin-before: 1rem;
    -webkit-margin-after: 0 !important;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.box a {
	font-weight:bold;
	background-image: none;
	text-shadow: none !important;
}

.content .box {margin-bottom: 1.65em;}

.intro {
  height: 80vh;
  background-size:cover; background-position:center center;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.intro.slider {
  height: auto;
  height: 80vh;
  background-size:cover; background-position:center center;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.saveAsImage {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80vh;
}

.leftPage .intro {
  height: 80vh;
  background-size:cover; background-position:20% 50%;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.rightPage .intro {
  height: 80vh;
  background-size:cover; background-position:80% 50%;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.noFeature .intro {
  height:150px;
  background-color:#dbdbdb;
  border-bottom: solid lightgray 1px;
  background-image: none !important;
}

.noFeature .intro .content {
    display: none !important;
}

.intro.noThumb {
  height:150px;
  background-color:#dbdbdb;
  border-bottom: solid lightgray 1px;
}

.noCropFeature .intro {
	max-height: 60vw;
    margin-top: 3rem;
    border-top: none;
}

.contentWrapper {
	max-width: 60rem;
	margin: -4rem auto 0;
	background: #fff;
	padding-top: 1rem;
	position: relative;
	border-top: 2px solid #bdbdbd;
}
.contentWrapper:before, .contentWrapper:after {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdbdbd), to(transparent));
  background-image: -webkit-linear-gradient(#bdbdbd, transparent);
  background-image: -moz-linear-gradient(#bdbdbd, transparent);
  background-image: -o-linear-gradient(#bdbdbd, transparent);
  background-image: linear-gradient(#bdbdbd, transparent);
  top: -2px;
  bottom: -2px;
  width: 2px;
  height: 20rem;
}
.contentWrapper:before {
  left: -2px;
}
.contentWrapper:after {
  right: -2px;
}

.content {
    width: 42rem;
    max-width: 100%;
    max-width: -webkit-calc(100% - 8rem);
    max-width: calc(100% - 8rem);
    margin: 1rem auto;
	min-height: calc(30vh - 1rem);
}

.intro .content {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom:2rem;
}

.intro .content svg {fill: #fff; cursor: pointer; opacity:.8}
.intro .content a {background-image:none;}
.intro .content a:focus { outline: none; }

.intro .content .infoCircleWrapper {
	position:relative;
	max-width: 960px;
    margin: 1.5rem auto 0;
	}
.intro .content .infoCircleWrapper .infoCircle {
	position: absolute;
    left: -77px;
    bottom: -1.5rem;
	filter: drop-shadow(0px 0px 4px #000);
	}

.full .intro .content .infoCircleWrapper .infoCircle {bottom:2rem;}
.full .intro .content .infoCircleWrapper {margin: 0;}

.intro .content .toolTipWrapper {
	position:relative;
	max-width: 960px;
    margin: -2rem auto 0;
	}
	
.intro .content .toolTipWrapper .toolTip {
	color:#fff;
	position: absolute;
    bottom: -60vh;
	padding: 1.3rem 1.3rem 0;
	background: rgba(0,0,0,.5);
	-webkit-transition: bottom .7s ease;
	transition: bottom .7s ease;
	width: 100%;
}
.intro .content .toolTipWrapper .toolTip.showToolTip {
	bottom:-1px;
}
.intro .content .toolTipWrapper .toolTip p{
	color:#fff;
}

.toolTipWrapper .toolTip.showToolTip a, .content .featuredCredit a {position:relative; z-index:2; text-shadow:none; text-decoration: underline; background-image:none;}

.intro .content .toolTipWrapper .featuredCredit {
	text-align: right;
    font-size: .9rem;
    padding: .1rem.5rem;
}

h1, h2, h3, h4, h5 {
  display: block;
  font-family: 'Merriweather', serif;
}

h1 {font-size: 3rem; line-height:3.75rem;}
h2 {font-size: 1.8rem; line-height:2.25rem; margin-bottom: 1rem; color:#7f7f7f;}
h3 {font-size: 1.5rem; line-height:1.8rem; margin-bottom: 1rem;}
h4 {font-size: 1.3rem; line-height:1.5rem; margin-bottom: 1rem;}

.content h2 {margin-bottom: 1.65rem;}
.content h3 {margin-bottom: 1.65rem; font-weight: 700;}
.content h4 {margin-bottom: 1.65rem; font-weight: 700;}

/***************************** Red Heading Bar ***********************************/
.topic .contentWrapper {
	margin: -1rem auto 0;
    padding-top: 0;
}

.redHeadBar {
	position: relative;
	display:flex;
	justify-content: space-between;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:1.2rem;
    background: #95210c;
    color: #fff;
    padding: 1.5rem;
    margin: -1.1rem -1rem 0;
    border: 2px solid #fff;
    z-index: 2;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.13);
}

.redHeadBar div:first-child {margin-right:3rem;}

.redHeadBar a {opacity:1; background:none; padding-bottom:.1rem;}
.redHeadBar a:hover {
	opacity:1;
    background-image: linear-gradient(transparent 50%, #fff 50%);
    background-position: 0px 90%;
    background-repeat: repeat-x;
    background-size: 2px 2px;
}

/***************************** Blue Heading Bar ***********************************/

.blueHeadBar {
	position: relative;
	display:flex;
	justify-content: space-between;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
    padding: .8rem;
    font-weight: bold;
    background: #2f4459;
    color: #fff;
    margin: -1.1rem -.5rem 0;
    border: 2px solid #fff;
    z-index: 2;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.13);
}
.blueHeadBar div:first-child {margin-right:3rem;}

.blueHeadBar a {font-weight:initial; opacity:1; background:none; padding-bottom:.1rem;}
.blueHeadBar a:hover {
	opacity:1;
    background-image: linear-gradient(transparent 50%, #fff 50%);
    background-position: 0px 90%;
    background-repeat: repeat-x;
    background-size: 2px 2px;
}


/***************************** Pub Date ******************************************/
.postDate {margin-bottom:1rem;}
.pubDate, .modDate {font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; text-transform:uppercase;}
.pubDate {color: #7f7f7f;}
.modDate {color: #97210d; font-weight:bold;}

/***************************** Byline ******************************************/

.si-accordion {list-style-type: none; margin:0 0 1rem;}


byline {
	display:block;
    color: #000;
    font-family: 'Lato', serif;
    font-size: 1.3rem;
    line-height: 1.65rem;
    font-weight:700;
    white-space: normal;
    letter-spacing: 0;
	cursor: pointer;
}

byline span{
    color: #656565;
	text-transform:uppercase;
	font-size:1.1rem;
	font-weight:300;
}

.si-divider {
	padding: 0 1rem 0;
    border: solid 2px #fff;
    width: 42rem;
    box-sizing: border-box;
    left: -1rem;
    position: relative;
	transition: padding .5s ease;
	}
	
.si-divider.active {background:#f6f6f6; padding:1rem; border:solid 2px #d0d0d0;}

.accordion-content {font-size: 1rem; line-height: 1.2rem; margin-top: .5rem;}
.accordion-content .bio {display:flex;}

.bioToggle {margin-bottom:1rem; border-bottom:solid 3px #2f4459;}
.bioButton {cursor: default;font-size:1rem; font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: .5rem 1rem; color: #fff; background: #2f4459; font-weight:bold;}
.postsButton {font-size:1rem; font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: .5rem 1rem; color: #fff; background:#99a1a9;font-weight:bold; text-shadow:none !important;}

.bioContent {display:flex; align-items:flex-start;}
.avatarWrapper a {width:70px; min-width: 70px; height:70px;overflow: hidden; border-radius:50%; position: relative; margin:0 .5rem 0 0;display:flex;}
.avatar {}

.author-content {font-size: 1rem; line-height: 1.2rem; margin-top: .5rem; display:flex; align-items:flex-start;}
.author h2 byline {margin-left: -4rem; font-size: 2rem; cursor:auto; line-height: 1.7rem;}
.author h2 byline span {font-size: 1.5rem;}
.author-content .bio {display:flex; font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;}
.author .avatarWrapper {width:120px; min-width: 120px; height:120px;overflow: hidden; border-radius:50%; position: relative; margin:0 1.5rem 0 -4rem;display:flex;}


/* Animate Byline Circle */
.expandCircle {width: 20px; fill: #bebebe; position: relative; top: .15rem; transition: color 1s ease;}
.expandCircle #Horizontal_Bar, .expandCircle #Vertical_Bar {
  opacity: 1;
  transform: rotate(0) translateY(0) translateX(0);
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
  }
.expandCircle #Vertical_Bar {
  transform-origin: 50%;
}

.si-divider.active #Vertical_Bar {
	transform: rotate(90deg) translateY(0) translateX(0);
}

.si-divider.active .expandCircle {
	fill:#617486;
}

.author a.authorEmail, a.authorTwitter {
    text-decoration: none;
    background-image: none;
    text-shadow: none;
    color: #9c9c9c;
    margin-bottom: 1rem;
	margin-left:.5rem;
}
.author a.authorEmail{font-size:1.5rem;}
.author a.authorTwitter{font-size:1.5rem;}
.author .authorContactLinks {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color:#d7d7d7;
	padding: .5rem .5rem .5rem 5rem;
	margin-top:1rem;
	color:#243646;
	display:flex;
	align-items:center;
	justify-content: flex-start;
}
.author .authorContactLinks div {margin-right:1rem;}
.author .authorContactLinks a {color: #174e82; padding-bottom: .1rem; font-weight:bold; background-image: none; text-shadow:none;}



/***************************** Content ******************************************/
.intro h1 {
  color: white;
  text-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.intro h2 {
    display: block;
    padding-bottom: 1.2rem;
}

.intro h2, .intro h3, .intro h4, .intro p {
  color: #C3CAD9;
  text-shadow: 0 0 20px rgba(0, 0, 0, .5);
  margin-bottom: 0;
}

.main .title {margin-bottom:1rem;}
.main .subTitle {margin-bottom:1rem; margin-top:0;}

.main th {font-weight:bold;}
.main table {width:100%;}

p {
    text-indent: 0;
    margin-bottom: 1.65em;
    font-size: 1.1875rem;
    line-height: 1.65rem;
    font-weight: 300;
    white-space: normal;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*** Fixes Line Breaks for Old Posts***/
br
{   content: "A" !important;
    display: block !important;
    margin-bottom: 1.5em !important;
}

.readMore {
    display: block;
    clear: both;
    background: #2f4459;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    padding: .8rem;
    margin-bottom: 1rem;
    opacity: 1;
    position: relative;
    text-align: center;
	text-shadow:none !important;
}

.readMore:hover {
    background: #95210c;
	opacity:1;
}

blockquote {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: -5rem;
    margin-right: -5rem;
    clear: both;
    font-size: 1.4rem;
    line-height: 2.4rem;
    display: block;
    font-weight: bold;
    font-family: 'Merriweather', serif;
	text-align:center;
}

blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    clear: both;
    font-size: 1.4rem;
	line-height: 2.4rem;
    display: block;
    font-weight: bold;
    font-family: 'Merriweather', serif;
}

blockquote:before {
    width: 100%;
    max-width: 12em;
    height: .5rem;
    background-color: black;
    display: block;
    content: "";
    position:relative;
    margin: 3rem auto 1rem;
}

blockquote:after {
    width: 100%;
    max-width: 12em;
    height: .5rem;
    background-color: gray;
    display: block;
    content: "";
    position:relative;
    margin: 1rem auto 3rem;
}


.loop hr:first-child, .articles hr:first-child {display:none;}

hr {border:0; height:1px; background:#b3b3b3; background-image:none; opacity:.3;}

a {
    text-decoration: none;
    color: inherit;
    background-position: 0px 90%;
    background-repeat: repeat-x;
    background-size: 2px 2px;
}
p a {
    background-image: none;
}	 
.slidelink a {background-size: 0;}													
 
.content a {text-shadow: none;}
.content .explainerSection a {text-shadow: none;}
.content form table a {text-shadow: none;background-image: none;}

a:hover {
  opacity: 0.8;
}

a.fancybox {background-image: none;}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0,0%,100%,.4);
    font-size: 14px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
    text-align: center;
}

/*iframe {
    margin-top:2rem;
    -ms-transform-origin: 100% 0%; 
    -webkit-transform-origin: 100% 0%; 
    transform-origin: 100% 0%;
    -ms-transform: scale(1.1, 1.1); 
    -webkit-transform: scale(1.1, 1.1); 
    transform: scale(1.1, 1.1);
    margin-bottom:2rem;
}*/

.DC-embed iframe {
    margin-top:2rem;
    -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);
    margin-bottom:2rem;
}

.rev_slider iframe {
    margin-top:0;
    -ms-transform-origin: 100% 0%; /* IE 9 */
    -webkit-transform-origin: 100% 0%; /* Chrome, Safari, Opera */
    transform-origin: 100% 0%;
    -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);
    margin-bottom:0;
}

ul, ol {
    text-indent: 0;
    margin: 1.65em 0;
    font-size: 1.1875em;
    line-height: 1.65;
    font-weight: 300;
    white-space: normal;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul { 
   list-style-type: disc; 
   list-style-position: outside;
   margin-left:3rem;
}
ol { 
   list-style-type: decimal; 
   list-style-position: inside;
   margin-left:3rem;
}
ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.links {
	margin: .5rem 0 0 1.2rem;
    list-style-type: disc;
    list-style-position: outside;
    display: inline-block;
    font-weight: bold;
    width: 100%;
}
.links li {margin-right:.2rem;}

.links li a {
	text-shadow:none;
	background-image:none;
	color:#9c0000;
}

.links li a:hover {text-decoration:underline;}

.sources {
	margin: .5rem 0 0;
    list-style-type: none;
    list-style-position: outside;
    display: inline-block;
    font-weight: bold;
    width: 100%;
}
.sources li {margin-right: .2rem; float:left;}
byline .sources li {margin-right: 1rem; float:left; clear: both;}

.sources li a {
	text-shadow:none;
	background-image:none;
	color:#9c0000;
}

.sources li a:hover {text-decoration:underline;}

.sources li:after {
  content: ", ";
}
.sources li:first-child:after {
    content: "";
}

.sources li:last-child:after {
    content: "";
}

.home .sources {
    list-style-type: disc;
	margin-left:1rem;
}

.home .sources li a {
    font-size: .8rem;
	color:#000;
	background-image: none;
}

.tags {
	list-style-type: none;
    list-style-position: outside;
	margin:1rem 0;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.tags li a {
	display:block;
	text-shadow:none;
	background-image:none;
	background:#e3e3e3;
	padding:.5rem 1rem;
	margin: 0 .5rem .5rem 0;
	color:#2f4459;
	font-size:1rem;
}

.main .contentWrapper .content p a {
	background-image:none;
	color:#9c0000;
	padding-bottom: 2px;
	font-weight: 600;
	text-decoration: underline;
}

.box a {
	font-weight:bold;
	background-image: none !important;
	text-shadow: none !important;
	color: #3c3c3c !important;
	text-decoration: none !important;
}


/***************************** Blog Listing Content ******************************************/

.post {margin:2rem 0;}
.postContent {display:flex;}
.postContentText {display:flex; flex-direction: column; justify-content: space-between;}
.thumb {width:17.5rem; height:10.5625rem; margin-right:1rem;}
.thumb a img {width:17.5rem; height:10.5625rem; border: solid 1px #dadada;}
.post .postDate {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .8rem;
    line-height: 1rem;
    text-transform: uppercase;
	margin-bottom:.2rem;
	color:grey;
}

.post .modDate {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .8rem;
    line-height: 1rem;
    text-transform: uppercase;
    margin-bottom: .2rem;
    color: #97210d;
}

.post h2 {
	font-family: 'Merriweather', serif;
	font-size: 1.15rem;
	line-height: 1.35rem;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	margin-bottom: 0;
}
.post a{background-image:none;}
.post a:hover {background-image: linear-gradient(transparent 50%, #9e9e9e 50%);}
.post p {
	font-size: 1rem;
    line-height: 1.2rem;
    margin: .2rem 0;
}
.post .thumb a {background-image:none;}

.post .excerpt {}
.post .subtitle {}

.post byline {
	font-size: 1rem;
    line-height: 1.2rem;
	padding-bottom: 3px;
}
.post byline a {padding-bottom: .1rem;}

.blogListTitle {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#94200c; 
	text-transform: uppercase; 
	font-weight:bold;
	margin: 2rem 0 -.5rem;
	clear:both;
}


.loadMore {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
    display: block;
    clear: both;
    background: #2f4459;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    padding: .8rem;
    margin-bottom: 1rem;
    opacity: 1;
    position: relative;
    text-align: center;
	cursor: pointer;
	text-shadow: none !important;
	-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 */
}

.loadMore:hover{
    background: #95210c;
	opacity:1;
}

.loadMore2 {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:1.2rem;
	text-transform:uppercase;
    display: block;
    clear: both;
    background: #2f4459;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    padding: .8rem;
    margin-bottom: 1rem;
    opacity: 1;
    position: relative;
    text-align: center;
	cursor: pointer;
	text-shadow: none !important;
	-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 */
}

.loadMore2:hover{
    background: #95210c;
	opacity:1;
}

/***************************** Related Content Sidebar ******************************************/
	.content .related-content { 
		border: none !important; 
		font-style: normal !important;
		position: relative;
		z-index: 20; /* Fix for questions template link focus bug */ 
	}
	.content .related-content div { padding: 0; }
	.content .related-content h4 {
		font-family: proxima-nova,sans-serif;
		font-weight: 300;
		font-size: 14px;
		line-height: 24px;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 1.3;
		background-color: #252C33;
		background-repeat: repeat-x;
		background-image: -khtml-gradient(linear, left top, left bottom, from(#385377), to(#252C33));
		background-image: -moz-linear-gradient(#385377, #252C33);
		background-image: -ms-linear-gradient(#385377, #252C33);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #385377), color-stop(100%, #252C33));
		background-image: -webkit-linear-gradient(#385377, #252C33); 
		background-image: -o-linear-gradient(#385377, #252C33);
		background-image: linear-gradient(#385377, #252C33);
		color: #fff !important;
		text-shadow: 0 0 2px rgba(0,0,0,.75);  
		padding: 5px 10px;  
		border: none;
		margin: 0;
	}
	.content .related-content .links, .content .related-content .topics {
		border-style: solid; border-width: 0 1px 1px 1px; border-color: #ccc; margin: 0; padding: 10px; overflow: hidden;
		-webkit-box-shadow: 0 1px 0 #fff;
		   -moz-box-shadow: 0 1px 0 #fff;
		        box-shadow: 0 1px 0 #fff;
	}
	.content .related-content h5 {
		font: 400 14px/1 proxima-nova,sans-serif;
		text-transform: uppercase;
	}
	.content .related-content .topics p, 
	.content .related-content .links li {font-size: 14px; line-height: 1.2; margin-bottom: 5px;}
	.content .related-content .links ul {margin: .5rem 0 .5rem 1rem;}
	.content .related-content .topics img { margin-right: 10px; }
	
	.content .related-content a, 
	.content .related-content a:link, 
	.content .related-content a:visited {color: #174E82; background-image: none;}
	.content .related-content a:hover {background-image: linear-gradient(transparent 50%, #174E82 50%);}
	
	.content .related-content .topic .imageLeft {position: relative;margin: 0;padding: 0;right: auto;}
	.content .related-content .topic .imageRight {position: relative;margin: 0;padding: 0;left: auto;}
	
/***************************** Editor's Picks *****************************************/
.editors-picks-title {margin:0 -4rem; margin-bottom: .5rem !important;}
.editors-picks-wrapper {
	overflow-x: hidden;
	margin: 0 -4rem;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

div.editors-picks-wrapper::-webkit-scrollbar {
    width: 10px;
	height: .5rem;
}
 
div.editors-picks-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
div.editors-picks-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
	/*background-color:#95210c;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.editors-picks {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-y: hidden;
	width: 1000px;
}
.editor-pick {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 200px;
    float: left;
    flex-grow: 1;
    margin-bottom: 1rem;
	margin-right: 1rem;
}
.editor-pick a.thumb {
	position: relative;
	display: block;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 12rem;
	border: solid 1px #dadada;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}


/***************************** Social Media ******************************************/
.social-nav-wrapper{
    max-width: 100%;
    max-width: -webkit-calc(100% - 8rem);
    max-width: calc(100% - 8rem);
}

.menu-social-media-container {
	display:inherit; 
	position: absolute;
    top: 6rem;
    left: -4rem;
}
.menu-social-media-container ul{display: flex;flex-flow: column nowrap;justify-content: flex-start;align-items: center; margin:0;}
.menu-social-media-container ul li{display:inherit;}
.menu-social-media-container ul li a{
	text-decoration:none;
	background-image: none;
	text-shadow: none;
	color:#bebebe;
	margin-bottom: 1rem;
}
.menu-social-media-container ul li a:hover{
	color:#666;
}

.socialFixed {position: fixed; top:4rem; left:calc(((100% - 960px)/2) - 4rem);}

.socialIconsInline {display: flex; flex-direction:row; justify-content: space-around; margin: 0 20%;}
.socialIconsInline a {color:#bebebe; margin:1rem;}

/***************************** Content Footer ******************************************/
.contentFooter {position:relative; margin-top:2rem; display:block;z-index:5;}
.contentFooter hr {border: 0; height: 2px; background: #d7d7d7; background-image: none; clear:both;}
.contentFooter h3 {font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 1.2rem; line-height: 1rem; font-weight:bold; text-transform: uppercase; color:#97210d;}
.contentFooterWidget1, .contentFooterWidget2, .contentFooterWidget3 {display: flex;flex-flow: row wrap;justify-content: flex-start;align-items:baseline;}
.contentFooter p {margin-bottom: 1rem;}
.contentFooter .image {margin:0;}
.contentfooter-above, .contentfooter, .contentfooter-below {margin: 1rem 0 0; width:100%;}
/*.contentfooter-above div, .contentfooter div, .contentfooter-below div {margin-right:1rem;}*/

.termsPrivacy {width:100%;font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;margin: 0;color: #d4d4d4;}
.termsPrivacy a:hover {color: #767676;}

/***************************** Footer ******************************************/
footer {
	position: relative;
	background-image: -ms-linear-gradient(top, #132332 0%, #2F4459 100%);
	background-image: -moz-linear-gradient(top, #132332 0%, #2F4459 100%);
	background-image: -o-linear-gradient(top, #132332 0%, #2F4459 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #132332), color-stop(100, #2F4459));
	background-image: -webkit-linear-gradient(top, #132332 0%, #2F4459 100%);
	background-image: linear-gradient(to bottom, #132332 0%, #2F4459 100%);
	padding-top: 3px;
	color:#ccc;
    z-index: 2;
}

footer p {margin-top: 1rem; font-size: 1rem; line-height:1.25rem;}

footer a {
	color: #fff;
	font-weight: Bold;
	text-decoration: none;
	text-shadow: none;
	background-image: none;
}
.footerWrapper {
	max-width: 1200px;
    margin: 1rem auto 3rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items:start;
}
.copyrightSection {
	max-width: 1200px;
	margin: 1rem auto 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items:baseline;
	border-top: 1px solid #63707c;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .8rem;
}
.copyright {
	border-right: 1px solid #63707c;
	padding:1rem 1rem 1rem 0;
}

footer .menu {display: flex;flex-flow: row wrap; list-style-type:none; margin:0; padding-left: .25rem; line-height: 1rem;}
footer .menu li {padding:0 .5rem .5rem;}

.footerWidget{margin-right:2rem;}
.footerWidget h3 {font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 1.1rem; line-height: 1.3rem; font-weight:bold; text-transform: uppercase; color:#fff;}
.footerWidget .partners p {
	display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 1.3rem 0;
}
.footerWidget .partners p a {margin-right:1rem;}
.footerWidget .partners p a:last-of-type {margin-right:0;}

#footerLogo {position:relative; top: -2px; left:0; background-image: none;text-shadow: none; color:#fff; align-self: start; margin-right:2rem; margin-top: 1rem;}
#footerLogo img {
	width:200px;
	-webkit-box-shadow: 0px 4px 18px -3px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 4px 18px -3px rgba(0,0,0,0.32);
	box-shadow: 0px 4px 18px -3px rgba(0,0,0,0.32);
}

.copyrightSection h4 {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 17px;
	height: 17px;
	margin-left: auto;
}
.copyrightSection h4 a {
    background: url(../img/npr.png) 100% 0 no-repeat;
    text-indent: -9999px;
    width: 51px;
    height: 17px;
    display: inline-block;
}



/***************************** Customizations ******************************************/
.anchor {
  display: block;
  height: 90vh; /*same height as header*/
  margin-top: -90vh; /*same height as header*/
  visibility: hidden;
  position:absolute;
  z-index:-6000;
}

.imageNone {
  position:relative;
  margin-top:2rem;
  margin-left: calc(-100vw / 2 + 42rem / 2);
  margin-right: calc(-100vw / 2 + 42rem / 2);
  margin-bottom:2rem;
  z-index:3;
}
.image.alignnone, img.alignnone {margin:0 auto; width: 100%;}
.imageLeft {
  margin-top:2rem;
  margin-left: calc(-80vw / 2 + 42rem / 2);
  margin-bottom:2rem;
}
.imageRight {
  margin-top:2rem;
  margin-right: calc(-80vw / 2 + 42rem / 2);
  margin-bottom:2rem;
}

.image.right, .imageRight {
    float: right;
    margin: .5rem 0 .5rem 1rem;
	max-width:21rem !important;
	margin-left: -2rem;
    left: 3rem;
    position: relative;
}

.image.left, .imageLeft {
    float: left;
    margin: .5rem 1rem .5rem 0;
	max-width:21rem !important;
	margin-right: -2rem;
    right: 3rem;
    position: relative;
}

.imageCenter {
  margin-top:2rem;
  margin-bottom:2rem;
}

.image img, .imageLeft img, .imageRight img, .imageCenter img {width: 100%; height: auto;}

.image .wp-caption, .imageLeft .wp-caption, .imageRight .wp-caption, .imageCenter .wp-caption {width:100% !important;}

.wp-caption > p:empty  {
    display: none;
}

.wp-caption-text {
    font-size: .9rem;
    line-height: 1.3;
    margin: 0;
    padding: .5rem 1rem;
    background-color: #efefef;
	display:inline-block;
	width:100%;
	z-index: 0;
	position: relative;
}

.credit, .wp-media-credit {
	text-align:right;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:.8rem;
	font-weight:bold;
	margin-top:0;
	background-color: rgba(5,5,5,.5);
    padding: 0 1rem;
	position: relative;
    bottom: 30px;
    color: #fff;
    margin-bottom: -30px;
}

.featured .wp-media-credit {
	text-align:right;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:.6rem;
	font-weight:bold;
	margin-top:0;
	background-color: rgba(5,5,5,.5);
    padding: 0 .5rem;
	position: relative;
    bottom: 20px;
    color: #fff;
    margin-bottom: -20px;
	border-bottom: solid 1px #dadada;
	border-right: solid 1px #dadada;
	border-left: solid 1px #dadada;
}

.imageLeft .wp-caption-text, .imageRight .wp-caption-text, .imageCenter .wp-caption-text {}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*padding: 0 10px 10px;*/
}

.videoWrapper iframe.full {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*padding: 0 0 10px;*/
}

.videoVertical .videoWrapper {
	position: relative;
    padding-bottom: 177.777%;
    height: 0;
}

.verticalVideo .videoWrapper {
	position: relative;
    padding-bottom: 177.777%;
    height: 0;
}

.intro.video {position:relative; border-top:none; margin-top: 2.8rem; min-height: 55vh; max-height: 56vw;}

.intro .videoWrapper {
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  overflow: hidden;
}

.intro .videoWrapper iframe {padding:0;}

.intro #fs {
	position: absolute;
	bottom: 1rem;
	right: 1.5rem;
	z-index: 2;
	background: none;
	color:#fff;
	opacity:.8;
	font-size: 3rem;
	text-shadow: 2px 2px 4px rgba(0,0,0,.3);
}
.intro #fs:hover {
	-ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
	opacity:1;
}

/***************************** Full Width ******************************************/
.full .main {padding:0;}
.full .contentWrapper {max-width: inherit;}
.full .content {width: 80vw;}
.full .social-nav-wrapper {
    display: none;
}


/************ Columns ********************/
.columnOuter {
    width: 100%;
    float: left;
}

/*Outer column container*/
.columnHalf {
    width: 46%;
    float: left;
    margin: 2%;
}

/*use once for a 2 column layout, use within another for 4 column*/
.columnThird {
    width: 29%;
    float: left;
    margin: 2%;
}

/*use 3 times for 3 column layout*/
.columnNoMargin {
    margin: 0;
}

/*use on outside column containers to remove extra margins*/

.colTwo {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 1.5em; /* Chrome, Safari, Opera */
    -moz-column-gap: 1.5em; /* Firefox */
    column-gap: 1.5em;
}

.colThree {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 1.5em; /* Chrome, Safari, Opera */
    -moz-column-gap: 1.5em; /* Firefox */
    column-gap: 1.5em;
}

.quarter {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-right: 10px;
}

.quarterEnd {
    float: left;
    width: 25%;
    clear: right;
    box-sizing: border-box;
    padding-right: 10px;
}

.threeQuarters {
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding-right: 10px;
}

.threeQuartersEnd {
    float: left;
    width: 75%;
    clear: right;
    box-sizing: border-box;
    padding-right: 10px;
}

.half {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
}

.halfEnd {
    float: left;
    width: 50%;
    clear: right;
    box-sizing: border-box;
    padding-right: 10px;
}

.third {
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding-right: 10px;
}

.thirdEnd {
    float: left;
    width: 33%;
    clear: right;
    box-sizing: border-box;
    padding-right: 10px;
}

.twoThirds {
    float: left;
    width: 66%;
    box-sizing: border-box;
    padding-right: 10px;
}

.twoThirdsEnd {
    float: left;
    width: 66%;
    clear: right;
    box-sizing: border-box;
    padding-right: 10px;
}

/******************* SWIPER CSS ********************/
.swiper-container {
    /*width: 100%;
    position:absolute;
    height: auto;
    margin: 20px auto;*/
    background: #dbdbdb;
	margin-top:2rem;
	margin-left: calc(-100vw / 2 + 42rem / 2);
	margin-right: calc(-100vw / 2 + 42rem / 2);
	/*margin-bottom:2rem;*/
	clear: both;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 60%;
    max-height:60vh;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height:initial;
}

.swiper-slide img {width:100%; height:auto;}
.swiper-slide .caption {position:absolute; width:100%; color:#fff; z-index:5000; bottom:0; background: rgba(0, 0, 0, .5); padding: 1rem; margin:0;}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

/******************* IE Hacks ************************/
#menuButton {
		top:-2.8rem\9 /* apply to all ie from 8 and below */
		*top:-2.8rem;  /* apply to ie 7 and below */
		_top:-2.8rem; /* apply to ie 6 and below */
	}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#menuButton {
		top:-2.8rem;
	}
}

@supports (-ms-accelerator:true) {
  	#menuButton {
		top:-2.8rem;
	}
}

/******************* Mobile Hide/show ************************/
	.mobileHide {display:initial;}
	.mobileShow {display:none;}


/******************* MEDIA QUERIES ********************/
@media only screen 
and (max-width : 1200px) {
	body {font-size: .8rem;}
	.footerWrapper {
		max-width: 1200px;
		margin: 1rem 1rem 3rem;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: start;
	}
	.copyright {
		padding: 1rem;
	}
	.social-nav-wrapper{width: 42rem;
    max-width: 100%;
    max-width: -webkit-calc(100% - 8rem);
    max-width: calc(100% - 8rem);
    margin: 1rem auto;}
	.fa-lg {font-size:2rem !important;}	
	.author-content {}
	.author h2 byline {margin-left: 0;}
	.author h2 byline span {}
	.author-content .bio {}
	.author .avatarWrapper {margin:0 1.5rem 0 0;}
}


@media only screen 
and (max-width : 1100px) {
	.menu-social-media-container, .socialFixed {position:relative;display: block;top:inherit;bottom: inherit;left:0;width: 100%;margin: 3rem 0;}
	.menu-social-media-container ul{display: flex;flex-flow: row nowrap;justify-content: space-around;align-items: center;margin:0;min-width: 100%;height:50px;}
	.intro .content .infoCircleWrapper {
	position:relative;
	max-width: 960px;
    margin: -4rem auto 0;
	}
	.intro .content .infoCircleWrapper .infoCircle {
	position: relative;
    left: .5rem;
    bottom: 2rem;
	}
	.intro .content .toolTipWrapper {
    margin-left: 4rem;
	}
}

@media only screen 
and (max-width : 1100px) {
	body {font-size: .8rem;}
	.alignright, .alignleft {width:100% !important; height:auto; float:inherit !important; margin: 10px 0;}
	.imageLeft, .imageRight {
	  margin-left: 0;
	  margin-right: 0;
	}
	.tagline {display:none;}
	#menuButton {
		position:absolute;
	top:0;
	background-image: none;
	background-blend-mode: multiply;
	text-shadow: none;
	z-index:7000;
	-webkit-transition: margin-left .5s;
	transition: margin-left .5s;
	outline: none;
	}
}

@media only screen 
and (max-width : 800px) {
    section.main {
    	padding: 0;
    	margin: 0;
    	display: inline-block;
    }
	
	.home .mobileHide {display:none;}
	.home .mobileShow {display:initial;}
	
	.home .viewMoreHeadlines, .home .moreHeadlinesTitle {display:none;}
	.home .homePageLoop {padding:0;}

	.alignright, .alignleft {width:100% !important; height:auto; float:inherit !important; margin: 10px 0;}
	.colTwo, .colThree {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
        -webkit-column-gap: 0em; /* Chrome, Safari, Opera */
        -moz-column-gap: 0em; /* Firefox */
        column-gap: 0em;
        display: inline;
    }
	
	blockquote {
		margin-left: 0;
		margin-right: 0;
	}

    .quarter, .quarterEnd, .half, .halfEnd, .third, .thirdEnd, .twoThirds,
    .twoThirdsEnd, .testimonial {
        float: inherit;
        width: 100%;
        box-sizing: border-box;
        padding-right: 0;
    }
    .content {
        width: 100%;
        margin: 0;
        padding:0 7%;
        max-width: inherit;
    }
    .image, .swiper-container {
	  margin-top:2rem;
	  margin-left: 0;
	  margin-right: 0;
	  margin-bottom:2rem;
	}
    /*iframe {
        margin-top:1rem;
        -ms-transform-origin: 100% 0%;
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        margin-bottom:0rem;
    }*/
    
    .videoWrapper {
        margin-bottom:2.5rem;
    }
    .imageWrapper {
        height:auto;
        overflow:visible;
        display: inline-block;
        text-align:center;
    }
	.imageNone {
		position: relative;
		margin-right:0;
		margin-left:0;
	}
	.image.left, .imageLeft, .image.right, .imageRight  {
		float: none;
		margin: 0;
		max-width: inherit !important;
		margin-right: 0;
		margin-left: 0;
		right: 0;
		left: 0;
	}
    ul, ol { 
        margin-left:2rem;
    }
	.si-divider {
		width:100%;
		margin: 0;
        max-width: inherit;
	}
	.si-divider.active {background:#f6f6f6; border:solid 2px #d0d0d0;}
	.intro .content .infoCircleWrapper {
	position:relative;
	max-width: 960px;
	width:100%;
    margin: -4rem auto 0;
	left: -4rem;
	}
	.intro .content .infoCircleWrapper .infoCircle {
	position: relative;
    left: .5rem;
    bottom: 2rem;
	}
	
	.intro .content .toolTipWrapper {
    margin-left: 1rem;
	}
	.intro #fs {
			bottom: 5rem;
		right: 1rem;
		font-size: 2rem;
	}
	
	.full .content {width: 100%;}
	
	.postContent {
    flex-direction: row;
    justify-content: start;
	}
	/*.thumb {width:100%; height:53.7%; margin-right:1rem;}
	.thumb a img {width:100%; height:53.7%;}*/
	
	.redHeadBar {margin-bottom:1rem;width: 100%;margin-left: 0;}
	
	/*Homepage Responsiveness */
	.home .homePageLoop1 .loop {
		display: block;
		height: 100%;
	}
	.home .loop:first-child {
		margin-top:0;
	}
	.home .homePageLoop .redHeadBar {margin:0; width: 100%;}
	
	.home .post .featured:first-child {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
	}
	.home .homePageLoop:before {
	  content: "";
	  position: absolute;
	  background-image: none;
	  top: 0;
	  bottom: 0;
	  width: 0;
	  height: 0;
	}
	.home .homePageLoop:before {
	  left: 0;
	}
	
	.home .homePageLoop {
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		height: auto;
		margin: 0;
		max-width: inherit;
	}
	
	.home .homePageLoop1, .home .homePageLoop2 {padding-top:.5rem}
	.home .homePageLoop1 .post {margin: 2rem 0;	}
	.home .homePageLoop1 .post:nth-child(2), .home .homePageLoop2 .post:nth-child(2) {margin: .5rem 0 2rem;}
	.home .homePageLoop1 .thumb, .home .homePageLoop1 .postDate, .home .homePageLoop1 .modDate, .home .homePageLoop1 .excerpt, .home .homePageLoop1 .subtitle, .home .homePageLoop1 hr {display:inherit;}
	.home .homePageLoop1 byline {display:inline;}
	.home .homePageLoop1 .excerpt, .home .homePageLoop1 .subtitle{margin: .5rem 0;}
	
	.home .homePageLoop1 .loop hr:first-child {display: none;}
	.home .viewMoreHeadlines {font-size:1.3rem;}
	
	.homepagewidgetarea-above .rev_slider_wrapper {margin-top: -1rem !important;}
	
	.home .content {padding:0;}
	
	.explainers {flex-direction: row; margin-bottom:2rem;}
	a.explainer {
		margin: 0 0 1rem;
		flex-basis: 25%;
		flex-grow: 1;
	}
	.nav-topics .topTags {
		moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}
	#searchform {width: 100%; right:inherit;}
	.nav-team .team {
	moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
	}
	.editors-picks-title, .editors-picks-wrapper {
		margin: 0 0;
	}
}

@media only screen 
and (max-width : 680px) {
	.mobileHide {display:none;}
	.mobileShow {display:initial;}
	h1 {font-size: 1.8rem; line-height:2.25rem;}
	h2 {font-size: 1.5rem; line-height:1.8rem; margin-bottom: 1rem; color:#7f7f7f;}
	h3 {font-size: 1.3rem; line-height:1.5rem; margin-bottom: 1rem;}
	h4 {font-size: 1.3rem; line-height:1.5rem; margin-bottom: 1rem;}
    .intro {font-size:.7em; padding-bottom:1rem;}
	.intro.noThumb {
	  height:130px;
	}
	.home .intro.noThumb {
	  height:150px;
	}
	.intro.video {margin-top: 0;}
    .intro .content {padding-bottom:.3em; margin: 2rem 0; padding-left:0; padding-right:0;}
    .intro h2 {padding-bottom: .5em;}
    byline {font-size: 1.1875em; line-height: 1.65;}
	.intro .content .infoCircleWrapper .infoCircle {
	position: relative;
    left: 3rem;
    bottom: 3rem !important;
	}
	.intro .content .toolTipWrapper {
    margin-left: 3rem;
	margin-top: -2.7rem;
	}
	.navWrapper {
	width: 42rem;
	max-width: 100%;
	max-width: -webkit-calc(100% - 4rem);
	max-width: calc(100% - 4rem);
	margin: 1rem auto;
	}
	.author-content {flex-direction: column;}
	.author .avatarWrapper {margin: 0 1rem 1rem; align-self: center;}
	.accordion-content {display:inline;}
	.accordion-content .avatarWrapper {float:left; margin: .7rem 0 0;}
	.accordion-content .bio {display:inline;}
	
	.featuredStories {display: inline;}
	.thumb {width:100%; height:53.7%; margin-right:1rem;}
	.thumb a img {width:100%; height:53.7%;}
	.postContent {
	display:inline;
    flex-direction: column;
    justify-content: space-between;
	}
	.post .featured:first-child a.thumb {
		height: 282px;
	}
	.post .featured h2 {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
	.post .featured {
		width: 100%;
		float: none;
	}
	.post .featured a.thumb {
		height: 282px;
	}
	.post .featured .subtitle {
		display: inherit;
	}
	.home .featured byline {
		font-size: inherit;
		line-height: 1.3rem;
		margin-top: inherit;
		color: inherit;
	}
	.home .homePageLoop1 .thumb {margin: .5rem 0;}
	.home .content {padding:0;}
	.post .featured .excerpt {display:inherit;}
	.home .homePageLoop {
		padding: 0;
	}
	.adSection {flex-direction: column;}								 
	.explainers {flex-direction: column; margin-bottom:2rem;}
	.author .authorContactLinks {
		flex-direction: column;
	}
	.author .authorContactLinks {
		padding: .5rem .5rem .5rem .5rem;
	}
	
	.contentFooter .explainers .explainer {
		max-width: 100%;
	}
	.contentFooter .explainers .explainer .explainerImage {
		height: 50vw;
	}
}

@media screen 
and (max-width : 520px) {
	header h4.npr {display:none;}
	.post .featured:first-child byline .features {
		display:none;
	}
	.intro .content .toolTipWrapper .toolTip p {
		font-size: .9rem;
		line-height: 1.4rem;
	}
	.intro .content .toolTipWrapper .featuredCredit {
		text-align: right;
		font-size: .7rem !important;
		padding: .1rem.0;
	}
	.partnerSection a {
    width: 50%;
    margin-bottom: 2rem;
	}
}

@media screen 
and (max-width : 400px) {
	

} 