@import url('reset.css');

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

body {
  margin: 0;
  font-weight: 500;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #3c3c3c;
  position:relative;
  background-color:#c7c7c7;
  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;}

.fa-lg {line-height:1.2em !important; min-width:25px; text-align:center;}

.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: 'Merriweather', 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: 'Merriweather', 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; display:inline-block;}
.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;}
.home .featuredStories {display: flex !important; 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', 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%;
	height:auto;
}

.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; margin-bottom: 2rem;}

a.explainer {
	font-family: 'Merriweather', 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: 'Merriweather', 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 .explainer {
    border: none;
    max-width: fit-content;
    flex-basis: 30%;
    display: flex;
    text-shadow: none;
    background-image: none;
    background: #e3e3e3;
    padding: .5rem 1rem;
    margin: 0 .5rem .5rem 0;
    color: #2f4459;
    font-size: 1rem;
    align-items: center;
	}
.contentFooter .explainers .explainer h4 {font-family: 'Merriweather', serif; margin-top:0; color: #000;text-transform: initial; font-size: 1rem; margin-bottom: 0;}
.contentFooter .explainers .explainer:hover {opacity: 0.8;}



/************** Featured Stories *********************/

.page .main .featuredStorySection.alignnone, .page .main .featuredStorySection {margin-left:-8rem; margin-right: -8rem;}

.page .main .featuredStorySection.alignfull {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}

.featuredStorySection + .featuredStorySection {margin-top:0; margin-bottom:0;}

.featuredStories {
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-gap:1rem;
	padding:1rem;
	margin-top:0;
	margin-bottom:0;
	margin-left: initial;
	list-style-type: none;
}

.featuredStory{padding-bottom:1rem;display: flex;flex-direction: column;}

.featuredStory h2, .featuredStory h4 {
    font-size: 1.2rem;
    line-height: 1.3;
    margin: .5rem 0 !important;
}
.featuredStory h2 a, .featuredStory h4 a {
	display: inline-block;
	display:flex;
	color: unset !important;
	text-decoration: none !important;
	font-weight: normal !important;
}

.featuredStory > a:first-of-type {
    background-size: cover;
    background-position: 50% 20%;
	-webkit-print-color-adjust: exact;
}

.featuredStory > a {position:relative;min-height: 9rem;border: solid 1px #e4e4e4;display: block;}
.alignwide .featuredStory > a {min-height: 10rem;}
.alignfull .featuredStory > a {min-height:12.5rem;}

.featuredStory > a span.wp-media-credit {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-right: .5rem !important;
	font-size: .8rem;
	color: rgba(255,255,255,.8);
	font-weight: 400;
	margin-bottom: 0;
}

.featuredStories .postDate {margin: .5rem 0 0; text-align: initial;font-size: .8rem; font-family: Georgia, Times, "Times New Roman", serif;}
.featuredStories .postDate strong {text-transform:uppercase; color: #9c0000;}

.featuredStories .excerpt, .featuredStories .subhed {display:none;font-family: Georgia, Times, "Times New Roman", serif;color: #282828;padding-bottom: 1rem !important;line-height: 1.3;}
.featuredStories .excerpt p, .featuredStories .subhed p{font-size:1rem; line-height: 1.3; margin-bottom:.5rem !important;}

.featuredStory byline{font-size: 1rem; line-height: 1.3; cursor: auto;}
.main .contentWrapper .content .featuredStory byline a {color: #4c4c4c;text-decoration: none;font-weight: 600 !important;}
.main .contentWrapper .content .featuredStory byline a:hover {text-decoration: underline !important;opacity: 1;}
.featuredStory byline a.features:hover {text-decoration:none;}

.featuredStorySection.alignright .featuredStories, .featuredStorySection.alignleft .featuredStories {grid-template-columns: 1fr;}
.featuredStorySection.alignright .featuredStories .featuredStory, .featuredStorySection.alignleft .featuredStories .featuredStory {grid-template-columns: 1fr;}
.featuredStorySection.alignright {left: 1rem; margin-top: 0; margin-left: initial;}
.featuredStorySection.alignleft {right: 1rem; margin-top: 0; margin-right: initial;}
.featuredStorySection.alignwide {width: 100vw !important; margin-left: calc(-50vw + 50%) !important;margin-right: calc(-50vw + 50%) !important;max-width: 100vw !important;margin-top: 0 !important;margin-bottom: 0 !important;padding: 1rem;margin-bottom: 1.65rem;background:#fff;z-index: 5;}
.featuredStorySection.alignwide .featuredStories{margin-left: auto;margin-right: auto;max-width: 1200px;}
.featuredStorySection.alignfull {padding: 0 1rem; margin-bottom: 1.65rem;background:#fff;box-shadow: 0px 10px 10px 0px rgb(255, 255, 255);z-index: 5;}


.eventBlock {
	float: left;
	margin-top: .1rem;
	margin-right: .5rem;
	font-family: 'Open Sans', serif;
	font-size: .7rem;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
}
.eventMonth {
    padding: .2rem .3rem;
    background: #a7a7a7;
	border: solid 1px #a7a7a7;
	border-bottom: 0;
	border-radius: .3rem .3rem 0 0;
    color: #fff;
}
.eventDay {
    padding: .2rem;
	border: solid 1px #e4e4e4;
	border-radius: 0 0 .3rem .3rem;
	border-top: 0;
	color:#000;
	background: #fff;
}

.featuredStorySection time {text-transform: uppercase;font-size: .75rem;display: inline-block;margin-top: .2rem;cursor: initial;}
.featuredStorySection time.updated {color:#9c0000; font-weight:bold;}

.featuredStorySection .featuredStory > a.fallbackThumb {background-position: center;}

/************** Featured 1/4 1/4 1/4 1/4 (Default) *********************/

.featuredStory:first-child {
    grid-column:1/2;
    grid-row:1/2;
}

.featuredStory:first-child .excerpt, .featuredStory:first-child .subhed {display:none;}

.featuredStory:first-child > a:first-of-type {min-height: 9rem;}
.alignwide .featuredStory:first-child > a:first-of-type {min-height: 10rem;}
.alignfull .featuredStory:first-child > a:first-of-type {min-height:12.5rem;}


.featuredStory:first-child h2, .featuredStory:first-child h4 {font-size:1.2rem;}

.featuredStories:nth-of-type(even) .featuredStory:first-child{
    grid-column:1/2;
}

/************** Featured 3/4 1/4 *********************/

.oneTwo .featuredStory:first-child {
    grid-column:1/4;
    grid-row:1/3;
}

.oneTwo .featuredStory:first-child .excerpt, .oneTwo .featuredStory:first-child .subhed {display:initial;}

.oneTwo .featuredStory:first-child > a:first-of-type {min-height:25rem;}
.page .oneTwo .featuredStory:first-child > a:first-of-type {min-height: 30rem;}
.alignfull .oneTwo .featuredStory:first-child > a:first-of-type {min-height:25rem;}

.oneTwo .featuredStory:first-child h2, .oneTwo .featuredStory:first-child h4 {font-size:2rem; line-height:1.1;}

.oneTwo .featuredStory:first-child byline time {margin-left:.5rem;}

.featuredStorySection.oneTwo:nth-of-type(even) .featuredStories .featuredStory:first-child{
    grid-column:2/5;
}

.oneTwo .featuredStory:first-child .eventBlock {margin-top: .2rem;font-size: 1rem;}
.oneTwo .featuredStory:first-child .eventMonth {padding: .3rem .4rem;}
.oneTwo .featuredStory:first-child .eventDay {padding: .3rem;}

/************** Featured 1 over 1/4 1/4 1/4 1/4 *********************/

.one .featuredStory:first-child {
    grid-column:1/5;
    grid-row:1/3;
}

.one .featuredStory:first-child .excerpt, .one .featuredStory:first-child .subhed {display:initial;}

.one .featuredStory:first-child > a:first-of-type {min-height:25rem;}
.alignfull .one .featuredStory:first-child > a:first-of-type {min-height:25rem;}

.one .featuredStory:first-child h2, .one .featuredStory:first-child h4 {font-size:2rem;}

.one .featuredStory:first-child byline time {margin-left:.5rem;}

.one.featuredStories:nth-of-type(even) .featuredStory:first-child{
    grid-column:1/5;
    grid-row:1/3;
}

/************** Featured 1 surrounded in U shape *********************/

.u .featuredStory:first-child {
    grid-column:2/4;
    grid-row:1/3;
}

.u .featuredStory:first-child .excerpt, .u .featuredStory:first-child .subhed {display:initial;}

.u .featuredStory:first-child > a:first-of-type {min-height:25rem;}
.alignfull .u .featuredStory:first-child > a:first-of-type {min-height:25rem;}

.u .featuredStory:first-child h2, .u .featuredStory:first-child h4 {font-size:2rem;}

.u .featuredStory:first-child byline time {margin-left:.5rem;}

.u.featuredStories:nth-of-type(even) .featuredStory:first-child{
    grid-column:2/4;
    grid-row:1/3;
}

/************** Featured 2x *********************/

.XX.featuredStories, .XX .featuredStories {
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap:1rem;
    grid-auto-rows: minmax(6.25rem, auto);
}

.XX .featuredStory > a:first-of-type {min-height:15.625rem !important;}
.alignfull .XX .featuredStory:first-child > a:first-of-type {min-height: 15.625rem;}

.XX .featuredStory h2, .XX .featuredStory h4 {font-size:2rem;}

.XX .featuredStory .excerpt, .XX .featuredStory .subhed {display:initial;}

/************** Featured Stories Dark *********************/

.featuredStorySection.dark {background:#000;padding-top:1rem !important;padding-bottom:1rem !important;margin-left: calc(-50vw + 50% - 4rem) !important;margin-right: calc(-50vw + 50% - 4rem) !important;padding-left: calc(50vw - 50% + 4rem);padding-right: calc(50vw - 50% + 4rem);}
.featuredStorySection.dark h3, .featuredStorySection.dark h3 span, .featuredStorySection.dark .featuredStory h2, .featuredStorySection.dark .featuredStory h4, .featuredStorySection.dark p {color: #f6f6f6;}
.featuredStorySection.dark .subhed {color:#f6f6f6;}
.featuredStorySection.dark byline, .featuredStorySection.dark byline a, .featuredStorySection.dark byline time, .featuredStorySection.dark .loadMore {color: #f6f6f6 !important;}
.featuredStorySection.dark .features img {filter: brightness(2);}
.featuredStorySection.dark .featuredStory > a {border:none;}
.featuredStorySection.dark .featuredStory > a:hover {opacity:1; filter: brightness(1.1);}

.featuredStorySection.dark time.updated {color:#FFF; font-weight:bold;}

.featuredStorySection.aligncenter.dark, .featuredStorySection.alignwide.dark, .featuredStorySection.alignfull.dark {width: 100vw !important; margin-left: calc(-50vw + 50%) !important;margin-right: calc(-50vw + 50%) !important;max-width: 100vw !important;padding: 0 1rem;margin-bottom: 1.65rem;box-shadow:none;}
.featuredStorySection.aligncenter.dark .featuredStories{margin-left: auto; margin-right: auto; max-width: calc(960px - 8rem);}
.featuredStorySection.alignwide.dark .featuredStories{margin-left: auto; margin-right: auto; max-width: 1200px;}

.featuredStorySection.dark + .featuredStorySection.dark {border-top:none; top:-2rem;}


/************** Featured Stories Gray *********************/

.featuredStorySection.gray {background: #fbfbfb;padding-top: 1rem !important;padding-bottom: 1rem !important;border-top: solid 2px #e6e6e6;border-bottom: solid 2px #e6e6e6;margin-left: calc(-50vw + 50% - 4rem) !important;margin-right: calc(-50vw + 50% - 4rem) !important;padding-left: calc(50vw - 50% + 4rem);padding-right: calc(50vw - 50% + 4rem);}
.featuredStorySection.alignright.gray, .featuredStorySection.alignleft.gray {border: solid 1px #e6e6e6;}

.featuredStorySection.gray .featuredStory h2, .featuredStorySection.gray .featuredStory h4, .featuredStorySection.gray p {color:#000;}

.featuredStorySection.aligncenter.gray, .featuredStorySection.alignwide.gray, .featuredStorySection.alignfull.gray {width: 100vw !important;margin-left: calc(-50vw + 50%) !important;margin-right: calc(-50vw + 50%) !important;max-width: 100vw !important;padding: 0 1rem;margin-bottom: 0;box-shadow:none;}
.featuredStorySection.aligncenter.gray .featuredStories{margin-left: auto; margin-right: auto; max-width: calc(960px - 8rem);}
.featuredStorySection.alignwide.gray .featuredStories{margin-left: auto; margin-right: auto; max-width: 1200px;}

.featuredStorySection.gray + .featuredStorySection.gray {border-top:none; top:-2rem;}

/************** Block Title *********************/

.featuredStorySection h3 {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	flex-wrap: wrap;
	margin-top: 1rem !important;
	margin-bottom: .5rem !important;
	font-size: 1.8rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.featuredStorySection h3 img {margin-right:.4rem;}
.featuredStorySection.alignwide h3 {margin-left: auto; margin-right: auto; max-width: 1200px;}
.featuredStorySection.alignleft h3, .featuredStorySection.alignright h3  {padding: 0 1rem; margin-top: 0;}

.featuredStorySection h3:empty {display: none;}


/***************************** 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: 'Merriweather', 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;
  position: relative;
}

section.articles {border-top: solid 1px #bdbdbd;}

/*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: 'Merriweather', 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 p:first-of-type {-webkit-margin-before: 0;}
.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: 0 auto;
	background: #fff;
	padding-top: 1rem;
	position: relative;
	border-top: 2px solid #bdbdbd;
	top:-4rem;
	z-index:1;
}
.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;
  min-height:150px;
}

.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;
	right: -77px;
	bottom: -1.5rem;
	filter: drop-shadow(0px 0px 4px #000);
	}

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

.Default .intro, .hideFeature .intro {height: 150px; background-color: #dbdbdb; border-bottom: solid lightgray 1px; background-image: none !important;}
.hideFeature .content .toolTipWrapper, .hideFeature .content .infoCircleWrapper, .Default .content .toolTipWrapper, .Default .content .infoCircleWrapper {display:none;}

.content .featuredImage {display:none;}
.Default .content .featuredImage {display:block;}

.hideTitle h1.title {display:none;}

.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;
	line-height:1.3;
	font-size: 1rem;
}

.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;
	top: -1rem;
}

.redHeadBar {
	position: relative;
	display:flex;
	justify-content: space-between;
	font-family: 'Lato', 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', 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 {text-transform:uppercase;font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;}
.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 {}

.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;font-family: 'Merriweather', serif;}
.author h2 byline span {font-size: 1.5rem;}
.author-content .bio {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 {height: 20px; 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: 'Merriweather', 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;}

.page .main .title {margin-bottom:2rem; text-align:center;}
.page .main .title img {max-width:100%;max-height: 16rem;}

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

.categoryTitle {
	padding: .5rem 1rem;
	background: #9c0000;
	color: #fff;
	width: auto;
	position: absolute;
	top: -1rem;
	left: 1rem;
	text-transform:uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: none !important;
}
a.categoryTitle {opacity:1;background: #9c0000;}
a.categoryTitle:hover {opacity:1;background: #000;}

.categoryWrapper {
	display: flex;
	justify-content: center;
	}

/* Hide categoryWrapper on News posts */
.regional-state-news .categoryWrapper,
.national-world-news .categoryWrapper,
.politics-policy .categoryWrapper,
.health .categoryWrapper,
.energy-environment .categoryWrapper,
.education .categoryWrapper,
.economy .categoryWrapper,
.uncategorized .categoryWrapper
{display:none;}
	
a.post.categoryTitle {margin:initial;left:initial;}
.home a.post.categoryTitle {top: -.5rem;}

p {
    text-indent: 0;
    margin-bottom: 1.65em;
    font-size: 1.1875rem;
    line-height: 1.7;
    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: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-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: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-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: 2rem; 
	font-size: .8em;
	margin-top: 0;
	margin-bottom: .5rem;
}
ol ol, ul ol { 
	list-style-type: lower-latin; 
	list-style-position: inside; 
	margin-left: 2rem;
	font-size: .8em;
	margin-top: 0;
	margin-bottom: .5rem; 
}

.linkSection {clear: both; float: right; margin: 0 0 1rem 2rem; max-width: 50%; font-size: 1rem;text-align: left;}
.linkSection h3 {color: #6d6e71;margin-bottom: .3rem !important;margin-top: .4rem !important;font-size: 1.2rem !important;line-height: 1 !important;}
.linkSection ul li {font-size: .9rem;line-height: 1.3;margin-bottom: .5rem;}

.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 2rem;
	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, .textwidget.custom-html-widget p a, .author-content .bio a, .bioContent .bio 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; width:100%;}
.thumb {height:10.5625rem; margin-right:1rem;}
.thumb a img {width:17.5rem; height:10.5625rem; border: solid 1px #dadada;}
.post .postDate {
	font-family: 'Lato', serif;
	font-size: .8rem;
	line-height: 1rem;
	text-transform: uppercase;
	margin-bottom:.2rem;
	color:grey;
}

.post .modDate {
	font-family: 'Lato', 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', serif;
	color:#94200c;
	text-transform: uppercase;
	font-weight:bold;
	margin: 2rem 0 -.5rem;
	clear:both;
}


.loadMore {
	font-family: 'Lato', 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: 'Merriweather', 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;
}

.loadMore.loading {visibility: hidden; position: relative;}
.loadMore.loading:after {
	width:100%;
	visibility: visible;
	position: absolute;
	top: -1px;
	left: 0;
	padding: .8rem;
	content: "Loading ...";
	background: #95210c !important;
	opacity: 1;
	color: #fff !important;
	box-sizing: border-box;
}

.loadMore2.loading {visibility: hidden; position: relative;}
.loadMore2.loading:after {
	width:100%;
	visibility: visible;
	position: absolute;
	top: -1px;
	left: 0;
	padding: .8rem;
	content: "Loading ...";
	background: #95210c !important;
	opacity: 1;
	color: #fff !important;
	box-sizing: border-box;
}

/***************************** 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 *****************************************/
.content h3.editors-picks-title {margin: 0 -6rem;margin-bottom: .5rem !important;}
.editors-picks-wrapper {
	margin: 0 -6rem;
}

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:#9c0000;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}

.editors-picks {
	display: grid;
	grid-gap:  1rem;
	grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
}
.editor-pick {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	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: 10rem;
    border: solid 1px #dadada;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
	min-width: unset;
	margin-right: unset;
}


/***************************** 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;
    right: -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;
}

.menu-social-media-container ul li a i {
    width: 3rem;
    font-size: 1.5rem !important;
}

.socialFixed {position: fixed; top:4rem; right: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: 'Merriweather', 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: 'Merriweather', 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', 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, .alignfull{
	position:relative;
	margin-top:2rem;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw;
	margin-bottom:2rem;
	z-index:3;
}

.alignfull .alignfull, .alignwide .alignfull, .alignfull .alignwide {
	margin-top: 0;
	margin-left: initial !important;
	margin-right: initial !important;
	max-width: 100% !important;
	margin-bottom:0;
}

.wp-block-image img {
    max-width: 100%;
    object-fit: scale-down;
	height:auto;
}

.wp-block-mkl-section-block.alignfull {width:100vw;padding: 0;padding-left: calc(50vw - 50%);padding-right: calc(50vw - 50%); z-index: initial;}
.wp-block-mkl-section-block.alignfull.full {width:100vw;padding: 0;padding-left: 0;padding-right: 0; z-index: 1;}
.wp-block-mkl-section-block.alignfull.wide {width:100vw;padding: 0;padding-left: 25vw;padding-right: 25vw; z-index: 1;}
.wp-block-mkl-section-block.alignfull.ultrawide {width:100vw;padding: 0;padding-left: 10vw;padding-right: 10vw; z-index: 1;}
.wp-block-mkl-section-block.alignfull + .wp-block-mkl-section-block.alignfull {/* margin-top: -30px !important; */}
.wp-block-image.alignfull {
	max-width: 100vw;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.wp-block-columns {padding: 0 7%;}
.wp-block-columns .wp-block-columns {padding: initial;}

.wp-block-column.center{display:flex; align-items:center; justify-content:center;}

.wp-block-mkl-section-block .wp-block-mkl-section-block {
	max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
	background: unset;
    border-top: unset;
}

.imageNone iframe, .alignfull iframe {
    width: 100%;
    min-height: 20vw;
    z-index: 5;
}

.image.alignnone, img.alignnone, .image.alignfull, img.alignfull {margin:0 auto; width: 100%; z-index: 5;}
.imageLeft, .alignleft {
  margin-top:2rem;
  margin-left: calc(-80vw / 2 + 42rem / 2);
  margin-bottom:2rem;
}
.imageRight, .alignright, .wp-block-image .imageRight, .wp-block-image .alignright {
  margin-top:2rem;
  margin-right: calc(-80vw / 2 + 42rem / 2);
  margin-bottom:2rem;
}

.image.right, .imageRight, .alignright, .wp-block-image .image.right, .wp-block-image .imageRight, .wp-block-image .alignright {
    float: right;
    margin: .5rem 0 .5rem 1rem;
    max-width:21rem !important;
    margin-left: -2rem !important;
    left: 3rem;
    position: relative;
    z-index: 5;
	height: auto;
}

.image.left, .imageLeft, .alignleft, .wp-block-image .image.left, .wp-block-image .imageLeft, .wp-block-image .alignleft {
    float: left;
    margin: .5rem 1rem .5rem 0;
	max-width:21rem !important;
	margin-right: -2rem !important;
    right: 3rem;
    position: relative;
	z-index: 5;
	height: auto;
}

.wp-block-column .image.right, .wp-block-column .imageRight, .wp-block-column .alignright, .wp-block-column .wp-block-image .image.right, .wp-block-column .wp-block-image .imageRight, .wp-block-column .wp-block-image .alignright {
	margin-left: .5rem !important;
    left: initial;
}

.wp-block-column .image.left, .wp-block-column .imageLeft, .wp-block-column .alignleft, .wp-block-column .wp-block-image .image.left, .wp-block-column .wp-block-image .imageLeft, .wp-block-column .wp-block-image .alignleft {
	margin-right: .5rem !important;
    right: initial;
}

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

.alignwide{
	width: calc(100% + 8rem) !important;
    margin-left: -4rem !important;
    max-width: unset !important;
    position: relative;
}

.wp-block-mkl-section-block.alignwide {
	padding: 0;
    width: calc(100% + 8rem) !important;
}

.image img, .imageLeft img, .imageRight img, .imageCenter img, .alignwide img, .alignleft img, .alignright img, .alignnone img {max-width: 100%;height: auto;}

.image .wp-caption, .imageLeft .wp-caption, .imageRight .wp-caption, .imageCenter .wp-caption, .alignwide .wp-caption, .alignleft .wp-caption, .alignright .wp-caption, .alignnone .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: block;
    width:100%;
    z-index: 0;
    top: 0;
    text-align: initial;
    position: relative;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.wp-block-image figcaption {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: initial !important;
	font-size: .9rem;
	line-height: 1.3;
	margin: 0;
	padding: .5rem 1rem;
	/*background-color: #efefef;*/
	display: block;
	width:100%;
	z-index: 0;
	/*top: 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: 1.5rem;
	color: #fff;
	margin-bottom: -1.5rem;
	line-height: 1.6;
}

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

blockquote .wp-media-credit, .pullquote .byline {line-height:1.7; bottom: 2rem; font-weight: initial;}
.pullquote .byline {font-size:1rem;margin: 1rem 0 0;}
blockquote .wp-caption-text {font-weight:initial;font-family: Georgia, Times, "Times New Roman", serif;}

.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.PBS {padding-bottom: calc(56.25% + 43px);}
.pbs-viral-player-wrapper > .videoWrapper.PBS {padding-bottom: 0; height: inherit; margin: inherit; position: initial;}

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

audio.wp-audio-shortcode {margin-bottom: 1.65em;}

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

twitterwidget {margin: 10px auto !important;}

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

.wp-block-columns.twoThirdsOneThird {}
.wp-block-columns.twoThirdsOneThird > .wp-block-column {flex-basis: calc(33% - 16px);}
.wp-block-columns.twoThirdsOneThird > .wp-block-column:nth-child(1) {flex-basis: calc(66% - 16px);}

.wp-block-columns.oneThirdTwoThirds {}
.wp-block-columns.oneThirdTwoThirds > .wp-block-column {flex-basis: calc(33% - 16px);}
.wp-block-columns.oneThirdTwoThirds > .wp-block-column:nth-child(2) {flex-basis: calc(66% - 16px);}

.wp-block-columns.threeQuartersOneQuarter {}
.wp-block-columns.threeQuartersOneQuarter > .wp-block-column {flex-basis: calc(25% - 16px);}
.wp-block-columns.threeQuartersOneQuarter > .wp-block-column:nth-child(1) {flex-basis: calc(75% - 16px);}

.wp-block-columns.oneQuarterThreeQuarters {}
.wp-block-columns.oneQuarterThreeQuarters > .wp-block-column {flex-basis: calc(25% - 16px);}
.wp-block-columns.oneQuarterThreeQuarters > .wp-block-column:nth-child(2) {flex-basis: calc(75% - 16px);}

/******************* 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:0;
	}
	
	.categoryWrapper {width:100%;}
	.categoryWrapper .categoryTitle {margin-top:0; margin-left: calc(50% - 6rem);}
	
	.featuredStorySection{display:block;}
	.featuredStories{display:flex;flex-wrap:wrap;}
	.featuredStory {width: calc(25% - 1rem); margin-right:1rem;}
	.numberOfPosts-3 .featuredStory {width: calc(33% - 1rem); margin-right:1rem;}
	.numberOfPosts-2 .featuredStory {width: calc(50% - 1rem); margin-right:1rem;}
	.oneTwo :first-child.featuredStory > a:first-of-type, .one :first-child.featuredStory > a:first-of-type, .u :first-child.featuredStory > a:first-of-type, .page .oneTwo :first-child.featuredStory > a:first-of-type {min-height:9rem;}
	.featuredStory h2, .featuredStory h4 {font-size:1.2rem !important; line-height: 1.3;}
	section.wp-block-mkl-section-block {display:block;}
	
	.arrow-right-1, .arrow-right-2, .arrow-left-1, .arrow-left-2 {top:-35px;}
	
	.footerWidget .menu-social-media-container {top:0;}
	.footerWidget .menu-social-media-container ul {display:inline;}
}

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

/******************* adminOnly Hide/show ************************/
	.adminOnly {display:none;}
	.customize-support .adminOnly {display:initial !important;}

/******************* Mobile Hide/show ************************/
	.mobileHide {display:initial;}
	.mobileShow {display:none;}
	
/******************* Random Hide Content ************************/
.jsclass body .randomcontent {
    display: none;
}

/***************** Gutenberg Specific Styling ************************/

.has-red-background-color {background-color:#9c0000 !important;}

.wp-block-media-text__media img {height: auto;}

/***************** Custom Query Styling ************************/
.witf-custom-query .loadMore {width:100%;display: inline;}

.featuredStorySection.alignwide .witf-custom-query .loadMore {
	margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
	display: block;
}

.wp-block-ub-content-toggle-accordion-toggle-wrap {
    color: #ffffff !important;
	mix-blend-mode: difference;
}

/***************** Custom Stylings ************************/

.has-large-font-size {
    font-size: 2.25rem;
    line-height: 1.1;
	margin-top: .5rem;
}

/******************* Hide This ********************/
.hideThis {display:none !important;}

/******************* Skip Nav *********************/

#skip-nav-link {
	background:#9c0000;
	color: #FFF;
	padding:.5rem 1.5rem;
	border-radius:  0 0 .5rem .5rem;
	position: absolute;
	transform: translateY(-120%);
	left: .5rem;
	transition: transform 325ms ease-in;
	z-index:600;
}
#skip-nav-link:focus {transform: translateY(0);}
#skip-nav {position:absolute; height:0; top: -10rem;}


/******************* 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: 2rem 0 0;}
	.menu-social-media-container ul{display: flex;flex-flow: row nowrap;justify-content: flex-start;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: absolute;
	right: .5rem;
	bottom: -1.5rem;
	}
	.intro .content .toolTipWrapper {
    margin-right: 4rem;
	}
	
	.alignright, .alignleft {width:100% !important;height:auto;margin: 10px 0;}
	.wp-block-column .alignright, .wp-block-column .alignleft {width:initial !important;height:auto;margin: initial;}
	.imageLeft, .imageRight, .alignright, .alignleft {
	  margin-left: 0;
	  margin-right: 0;
	}
	.featuredStorySection.alignright {
		float: right !important;
		display: grid;
	}
	.featuredStorySection.alignleft {
		float: left !important;
		display: grid;
	}
	
	.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;
	}
	
	section.main {
    	padding: 0;
		margin: 0;
		display: inline-block;
    }
 
}

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

	.alignright, .alignleft, .image-right, .image-left {width:100% !important; height:auto; float:inherit !important; margin: 10px 0;}
	.image-right img, .image-left img {width:100% !important; height: auto;}
	.image-right p, .image-left p {width:100% !important;}
	.alignwide {
		width: initial !important;
		margin-left: calc(-50vw + 50%) !important;
		margin-right: calc(-50vw + 50%) !important;
	}
	.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, .pullquote {
		margin-left: 0;
		margin-right: 0;
	}

    .fifth, .fifthEnd, .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;
	}
	.featuredStorySection.alignright {left: initial;}
	.featuredStorySection.alignleft {right: initial;}
    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;
	right: -4rem;
	}
	.intro .content .infoCircleWrapper .infoCircle {
	position: absolute;
	right: .5rem;
	bottom: -1.5rem;
	}
	
	.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;
	}
	.content h3.editors-picks-title, .editors-picks-wrapper {
		margin: 0 0;
	}
	.customize-support #wpadminbar { position:fixed !important;}
	.wp-block-mkl-section-block.alignfull, .wp-block-mkl-section-block.alignwide {padding-left: 8% !important;padding-right: 8% !important;margin-left: calc(-50vw + 50%) !important;margin-right: calc(-50vw + 50%) !important;}
	
	.wp-block-mkl-section-block.rotated {transform: rotate(0deg) scale(1) !important;}
	.wp-block-mkl-section-block.rotated>h1, .wp-block-mkl-section-block.rotated>h2, .wp-block-mkl-section-block.rotated>h3, .wp-block-mkl-section-block.rotated>h4, .wp-block-mkl-section-block.rotated>h5, .wp-block-mkl-section-block.rotated>p, .wp-block-mkl-section-block.rotated>figure, .wp-block-mkl-section-block.rotated>div{
	transform: rotate(0deg) scale(1) !important;}
	
	.page .main .featuredStorySection {margin-left: -8% !important;margin-right: -8% !important;padding-left: 8% !important;padding-right: 8% !important;}
	/*.home .main .featuredStorySection {margin-left: -8% !important;margin-right: -8% !important;padding-left: 8% !important;padding-right: 8% !important;}*/
	.page .main .featuredStorySection.alignwide, .home .main .featuredStorySection.alignwide {margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;}
}

@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;}
	.page .main .title {margin-bottom: 1rem;}
	.intro, .leftPage .intro, .rightPage .intro {font-size:.7em; padding-bottom:1rem;height: 50vh;}
	.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: absolute;
	right: 3rem;
	bottom: 0 !important;
	}
	.intro .content .toolTipWrapper {
    margin-right: 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 {}
	.contentFooter .explainers .explainer .explainerImage {
		height: 50vw;
	}
		
	.featuredStories{grid-template-columns: 1fr 1fr !important;}
	.featuredStories .featuredStory:first-child {grid-column:1/3 !important;grid-row:1 !important;}
	.featuredStories.XX .featuredStories .featuredStory:first-child, .featuredStorySection.XX .featuredStories .featuredStory:first-child {grid-column:1 !important; grid-row:1 !important;}
	.XX.featuredStories, .XX .featuredStories {grid-template-columns: 1fr !important;}
	.featuredStories .featuredStory > a, .featuredStory:first-child > a:first-of-type {min-height: 40vw;}
	.page .oneTwo .featuredStory:first-child > a:first-of-type {min-height: 70vw;}
	.featuredStory h2, .featuredStory:first-child h2, .featuredStory h4, .featuredStory:first-child h4 {font-size: 1.5rem;line-height: 1.1;margin-bottom: 1rem;}
	.featuredStories .excerpt, .featuredStories .subhed {display:block;}
	.alignfull, .alignwide {width: 100%; margin: 0;}
	
	.wp-block-mkl-section-block.alignwide {
		width: calc(100% + 8rem) !important;
		margin-left: -4rem !important;
		padding: 0 7%;
	}
	
	.linkSection {
		float: none;
		max-width: 100%;
		margin: 0 2rem 1rem;
	}
	.editors-picks {
		grid-template-columns: 1fr 1fr;
	}
}

@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;
	}
	.content .featuredPostContent {
		padding: 1rem .5rem .5rem;
	}
	 .content .featuredPostContent h2 {
		font-size: 1.4rem;
		line-height: 2.0rem;
	}
	 .content .featured .subtitle, .content .featuredPostContent h3.subtitle, .content .featured .subhed, .content .featuredPostContent h3.subhed {
		font-size: 1.2rem;
		line-height: 1.5rem;
		margin:0;
	}
	.content .featuredPostContent byline {
		font-size: 1.1rem;
		line-height: 1.3rem;
	}
	.content .featuredPostContent .excerpt {
		display:none;
	}	
	.content .featuredPostContent .excerpt p {
		font-size: 1rem;
		line-height: 1.2rem;
	}
	.content .featuredPostContent .readMore {
		display:none;
	}
	.content .featured:first-of-type h2, .content .featured h2, .content .numberOfPosts-2 .featured h2 {
		margin-top: .5rem;
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
	.featured:first-child byline {margin-top: 0;}
	.content .featured:first-of-type .excerpt, .content .featured .excerpt, .content .numberOfPosts-2 .featured .excerpt {display:none !important;}
	.post .featured:first-child byline .features {
		display:none;
	}
	.noFeature .intro {height: 170px;}
	.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;
	}
	.editors-picks {
		grid-template-columns: 1fr;
	}
	table td {padding: .5rem;}
}

@media screen 
and (max-width : 400px) {
	.featuredStories{grid-template-columns: 100% !important;}
	.featuredStories .featuredStories .featuredStory:first-child, .featuredStorySection .featuredStories .featuredStory:first-child {grid-column:1 !important; grid-row:1 !important;}
	.featuredStories .featuredStory > a {min-height: 50vw;}
	.featuredStories.one .featuredStory:first-child > a:first-of-type, .featuredStories.oneTwo .featuredStory:first-child > a:first-of-type, .featuredStories.u .featuredStory:first-child > a:first-of-type, .featuredStories.XX .featuredStory:first-child > a:first-of-type, .featuredStorySection.one .featuredStory:first-child > a:first-of-type, .featuredStorySection.oneTwo .featuredStory:first-child > a:first-of-type, .featuredStorySection.u .featuredStory:first-child > a:first-of-type, .featuredStorySection.XX .featuredStory:first-child > a:first-of-type {min-height: 70vw;}
	.featuredStories .excerpt, .featuredStories .subhed {display:block;}

} 

@media (min-width:782px){
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
    margin: 0 .5rem;
  }
}

@media screen 
and (min-height:400px) and (max-height:650px) {

}

@media screen 
and (min-height:650px) and (max-height:1025px) and (min-width : 520px) {

}

@media only screen 
and (min-device-width : 680px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
}

@media screen 
and (min-height:540px) and (max-height:649px) and (min-width : 520px) and (max-width : 680px) {
}

/* iPad Styling */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  { 
	.headlines .headline, .featuredPostContent {font-size: 1.4em;}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
	.page .main .featuredStorySection {margin-left: -8% !important;margin-right: -8% !important;padding-left: 8% !important;padding-right: 8% !important;}
	.page .main .featuredStorySection.alignnone, .page .main .featuredStorySection {
		margin-left: -8rem !important;
		margin-right: -8rem !important;
		margin-left: calc(-50vw + 50%) !important;
		margin-right: calc(-50vw + 50%) !important;
	}
	.page .featuredStorySection.dark {
		background: #000;
		padding-top: 1rem !important;
		margin-left: calc(-50vw + 50% - 8rem) !important;
		margin-right: calc(-50vw + 50% - 8rem) !important;
		padding-left: calc(50vw - 50%);
		padding-right: calc(50vw - 50%);
	}
	.home .featuredStorySection.dark {
		background: #000;
		padding-top: 1rem !important;
		margin-left: calc(-50vw + 50% - 4rem) !important;
		margin-right: calc(-50vw + 50% - 4rem) !important;
		padding-left: calc(50vw - 50% + 5rem);
		padding-right: calc(50vw - 50% + 5rem);
	}
	.wp-block-mkl-section-block.alignwide, .wp-block-mkl-section-block.alignfull {
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
	}
	.home .featuredStorySection.alignwide {
		margin-left: calc(-50vw + 50%) !important;
		margin-right: calc(-50vw + 50%) !important;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
}

@supports (-webkit-overflow-scrolling: touch) {
	  .scroll-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
		overflow-x: scroll;
		-webkit-transform: translate3d(0, 0, 0);