@import url('reset.css');

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

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

strong {font-weight:bold;}

p {
    text-indent: 0;
    margin-bottom: 1.65em;
    font-size: 1.1875rem;
    line-height: 1.65rem;
	line-height: 1.7;
    font-weight: 500;
    white-space: normal;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#757575;
}

a {
    text-decoration: none;
    color: inherit;
    background-position: 0px 90%;
    background-repeat: repeat-x;
    background-size: 2px 2px;
}
p a {
    background-image: linear-gradient(transparent 50%, #9e9e9e 50%);
}

a:hover {
  opacity: 0.8;
}

a.fancybox {background-image: none;}

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: 'Open Sans', '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; 
}

.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: #75bc43;
	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: 'Roboto Slab', 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: 'Roboto Slab', 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;}

.topic hr:first-child {display:none;}

#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: #6d6e71;
	width:100%;
	position: fixed;
	top: 0;
	transition: top 0.2s ease-out;
	z-index: 500;

}

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

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

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

#logoWrapper.nav-up {
	top:-200px;
}

#logoWrapper {
	position:fixed; 
	top:45px; 
	background-color:#fff; 
	width:100%;  
	transition: top 0.3s 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);
	margin: 0 auto 0;
}

#logoWrapper #tagline {color:#9b9b9b;font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;margin-top: 0;margin: 0 1rem;display: inline-block;vertical-align: middle;line-height:  normal;}

#logoSection {height: 110px;padding-left: calc(10% + 180px);line-height: 110px;}

#featuredList {
	height: auto;
    background: #e2e2e3;
    position: relative;
    bottom: 0;
}

#logo {position:absolute;top: 20px;left:10%;background-image: none;text-shadow: none;color:#fff;transition: top 0.3s ease-out;height:75px;}
#logo img {

}

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

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;
	padding:0;
}

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

#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: #6d6e71;
	fill:#fff;
	opacity:1;
	}
	
#iconMenuButton {
	background-image: none;
	background-blend-mode: multiply;
	text-shadow: none;
	height:45px;
	width:45px;
	outline: none;
	}
.line {fill: #fff;}

/* 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, #logoWrapper.toggled {position:fixed;}
header.toggled {
    top: 0;
}
#logoWrapper.toggled {
    top: 45px;
}

.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:#75bc43;
	z-index: 600; 
	opacity:1;
	transition: opacity 0.2s ease-out;
}

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

progress::-webkit-progress-value {
  background-color: #75bc43;
}

progress::-moz-progress-bar {
  background-color: #75bc43;
}
progress.toggled {
	opacity:0;
}

/***************************** Main Menu ******************************************/
#mainMenu {}

#mainNav {
	position: absolute;
    height: 45px;
    width: 100%;
    padding: 0 10%;
}
#mainNav ul {margin:0;display:flex;flex-direction: row;justify-content: space-between;align-items: center;list-style-type: none;height:45px;overflow: hidden;}

/*Full Width Drop-Down Horizontal Menu */
/*#mainNav ul ul.sub-menu {
	position: absolute;
	background: #000;
	top: 45px;
	overflow-x: hidden;
	display: flex;
	justify-content: space-around;
	height: auto;
	font-size: 1rem;
	width: 100%;
	left: 0;
	padding: 0 10%;
}*/

/*Single Width Drop-Down Menu */
#mainNav ul ul.sub-menu {
    position: absolute;
    background: #000;
    top: 45px;
    display: inline-block;
    justify-content: space-around;
    height: auto;
    font-size: 1rem;
    width: auto;
    padding: 0;
    flex-direction: column;
	display: none;
}

#mainNav ul li a {display: block; color:#fff;text-transform: uppercase;min-height:45px;padding:.9rem;position: relative;line-height:1rem;text-align: center;}
#mainNav ul li a:hover {opacity:1; background: #535353;}

#mainNav ul li.active>a {opacity:1; background: #000;}
#mainNav ul li.current-menu-item a {background: #535353;}

#mainNav ul li ul li a:hover {opacity:1; background: none;}

#mainNav ul li .sub-menu li a:hover {opacity:1; background: #535353;}
#mainNav ul li .sub-menu li a {text-align: left;}

#mainNav ul li.menu-item-has-children>a:after{
    color: #75bc43;
    content: ' ▼';
    font-size: 10px;
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -5px;
	-ms-transform: scale(2, .5); /* IE 9 */
    -webkit-transform: scale(2, .5); /* Safari */
    transform: scale(2, .5);
}

#mainNav ul li. .sub-menu {display:none;}

/***************************** Featured Category Menu ******************************************/

#subNav {
    width: 100%;
    padding: 0 10%;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:1rem;
}
#subNav h3 {font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 1.1875em; line-height: 1.65; font-weight:bold; float:left; margin:.9em 2em 0 0;}
#subNav ul {margin:0; display:flex; flex-direction: row; justify-content: space-around; align-items: center; list-style-type: none;}
#subNav ul li {margin-right:1em;padding:1em 0;line-height: 1.3em; text-align: center;}
#subNav ul li a {color:grey; font-weight: 500;display: block}
#subNav ul li a:hover {
	color:#000;
	-ms-transform: scale(1.05, 1.05); /* IE 9 */
    -webkit-transform: scale(1.05, 1.05); /* Safari */
    transform: scale(1.05, 1.05);
	}






/***************************** Nav Menu ******************************************/
#nav-menu {
	overflow-y: scroll;
    max-height: 3000px;
	display: block;
	position:fixed;
	padding-top: 170px;
    right: 100%;
    bottom: 0;
    left: -100%;
	display:inherit;
	background:  #e2e2e3;
	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 {display:none;}

#mobileNav {margin: 1rem .5rem 2rem; text-align:start;}
#mobileNav ul {margin:0; list-style-type: none;}
#mobileNav ul li {border-bottom: solid 1px #AAA;}
#mobileNav ul li a {padding: 1rem;font-size: 1.3rem;line-height:1.5rem;width:100%;display:flex; white-space: pre-wrap;}
#mobileNav ul ul {margin-left: 0;list-style-type: none; display: none;}
#mobileNav ul ul li {border-bottom: none;}
#mobileNav ul ul li a {font-size: 1rem;line-height:1.2rem;width:100%;padding-left: 2rem;}

#mobileNav a:hover {background:#000; display:flex; padding-left:1rem; color:#fff;}
#mobileNav li.current-menu-item a {background: #888;display:flex;color:#fff;}
#mobileNav ul li.menu-item-has-children>a:after{
	color: #75bc43;
    content: ' ▼';
    font-size: 16px;
    position: relative;
    bottom: 0;
    right: 0;
    margin-left: .5rem;
}

#nav-menu .menu-header-social-media-container {position:relative; width:100%; right: initial; margin-bottom: 1rem;}
#nav-menu .menu-header-social-media-container ul {display:flex; justify-content:space-around; padding: .5rem;}

.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: 'Open Sans', '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;
}

/***************************** Top Bar Search Form ******************************************/
#topSearchForm {position: relative;top: -110px;z-index: 5;right: -100vw;opacity:0;transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);}
#menu-search, #tagline, .menu-header-social-media-container {opacity:1;transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);}
.search {overflow:hidden; height:2.6rem;}
#menu-search {position:relative; top:0;}
#topSearchForm.toggled {opacity:1; right:0; padding-right:10%;}
#menu-search.toggled {opacity:0.2; top:-2.3rem;}
#tagline.toggled, #logoSection .menu-header-social-media-container.toggled {opacity:0;}


#topSearchForm #s, #topSearchForm #a, #searchform #a {
	border: 1px solid #e2e2e3 !important;
    width: calc(100% - 5rem);
    height: 4rem;
    padding: 1rem;
    font-size: 2rem;
	outline: none;
	caret-color:#75bc43;
}
#topSearchForm #s:focus, #topSearchForm #a:focus, #searchform #a:focus {
	border: 1px solid #e2e2e3 !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	outline: none;
}

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

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

/***************************** Mobile Search Form ******************************************/
#searchform #mobile-s {
    width: calc(100% - 5rem);
    height: 4rem;
    padding: 1rem;
    font-size: 2rem;
	outline: none;
}
#searchform #mobile-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; padding: 0;}
#searchform #icon-search {
	width: 4rem;
    height: 4rem;
    fill: #2f4459;
}
#searchform #icon-search:hover {
	transform: scale(1.1, 1.1);
	fill: #75bc43;
}

.nav-menu-widget ul li {
	font-family: 'Open Sans', '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: 'Open Sans', '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: 'Open Sans', '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: 'Open Sans', '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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;}

.authorName {
	display:block;
    color: #000;
    font-family: 'Open Sans', '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 *****************************************/
.home .intro {position:relative; padding:200px 0 0; background: url(../img/topo-bg.jpg) 100% 0 repeat; overflow: hidden;}

.home .intro .content .featuredPostContent svg {
    fill: #75bc43;
    cursor: pointer;
    opacity: .8;
}

.categoryTitle {
	padding: .5rem 1rem;
    background: #75bc43;
    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: #75bc43;}
a.categoryTitle:hover {opacity:1;background: #000;}

.categoryWrapper {
	display: flex;
	justify-content: center;
	}
a.post.categoryTitle {margin:initial; left:initial;}

#editors-picks .categoryTitle {
	position: relative;
    top: .8rem;
    z-index: 5;
    font-size: .7rem;
    padding: .3rem .7rem;
}


.featuredHomeImage {
	position: absolute;
    background-size: cover;
    background-position: 50% 20%;
    height: calc(85vh - 150px);
    width: 100%;
    margin-right: 30%;
    z-index: 0;
    right: -15%;
    top: 150px;
	-webkit-box-shadow: 0px 5px 28px -7px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 5px 28px -7px rgba(0,0,0,0.8);
	box-shadow: 0px 5px 28px -7px rgba(0,0,0,0.8);
}

.featuredHomeImage.rightPage, .home .content .featured a.thumb.rightPage {background-position: 80% 20% !important;}
.featuredHomeImage.leftPage, .home .content .featured a.thumb.leftPage {background-position: 20% 20% !important;}

.featuredHomeImage.noCropFeature{max-height: 70vw; width: 80%; right: inherit;}
.featuredHomeImage.noCropFeature.videoFeature{max-height: 56vw;}

.home .intro .toolTipWrapper {
    position: relative;
    width: 85%;
    height: 100%;
    margin-left: 15%;
}

.home .intro .noCropFeature .toolTipWrapper {width: 100%; margin-left: initial;}

.home .intro .toolTipWrapper .toolTip {
    color: #fff;
    position: absolute;
    bottom: 0;
	padding: .5rem calc(15vw + .5rem); /*fixes overlap on some displays*/
    background: rgba(0,0,0,.5);
    width: 100%;
	text-align: center;
}
.home .intro .toolTipWrapper .toolTip p {color: #fff; font-size: 1em; line-height: 1.2em;}

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

.home .intro .toolTipWrapper .toolTip .description{margin-right:2rem;}

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


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

.featuredPostContent {
	position:absolute;
	right:0;
	top: 50%;
	transform: translateY(-30%);
	width:30vw;
	color:#000;
	background:#fff;
	padding: 3rem;
	display: flex;
	flex-direction: column;
	-webkit-box-shadow: 0px 0px 28px -7px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 28px -7px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 28px -7px rgba(0,0,0,0.8);
	z-index: 3;
}

.featuredPostContent h2, .featuredPostContent h3, .featuredPostContent h4, .featuredPostContent byline, .featuredPostContent p {
	text-shadow: none !important;
	color: #878787;
}

.home .content .featuredPostContent h2 {font-family: 'Roboto Slab', serif;font-weight:400; font-size: 2.2em; line-height: 1.3em;}
.home .content .featuredPostContent .subtitle, .home .content .featuredPostContent .subhed {font-size: 1.3em; margin-bottom: 1em; text-shadow: none !important; color: #b5b5b5;}
.home .content .featuredPostContent h3.subtitle, .home .content .featuredPostContent h3.subhed, .featuredPostContent byline, .featuredPostContent p {margin-bottom: 1em;font-size:1.1em;font-weight:300;line-height:1.5em;}
.home .content .featuredPostContent h3.subtitle, .home .content .featuredPostContent h3.subhed {font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:400;font-style: italic; margin:0; text-transform:initial; font-size:1.7rem; line-height:1.9rem; font-weight:300; padding-bottom:1rem;}

.home .readMore {
    display: block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    clear: both;
    background: none;
    text-decoration: none;
    color: #75bc43;
    box-sizing: border-box;
    border: solid 1px #75bc43;
    padding: .8rem;
    margin-top: 1rem;
    margin-bottom: 0;
    opacity: 1;
    position: relative;
    text-align: center;
    text-shadow: none !important;
    text-transform: uppercase;
}
.home .readMore:hover {
    background: #75bc43;
	color:#fff;
    opacity: 1;
}

.homepageContentWrapper .content {width:1020px;}

/**** Homepage Widget Area Above ****/

.homepagewidgetarea-above {
	border-top: solid 1px #bdbdbd;
	background: url(../img/topo-bg-light.jpg) 100% 0 repeat;
    margin: 2rem 0 0;
    padding: 1rem;
	}
	
.homepagewidgetarea-above .homepagewidgetarea-above-title, .contentFooterWidget3 .contentfooter-below {font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight: 300;font-size: 1.9rem;line-height: 2.1rem;text-align:center;margin: 0 0 .5rem; color:#6d6e71;}

.homepagewidgetarea-above .custom-html-widget, .contentFooterWidget3 .custom-html-widget {display:flex; flex-direction:row; justify-content:center;}

.actionButtonLeft{
	position: relative;
    color: #fff;
    background: #515154;
    min-height: 90px;
    min-width: 520px;
    border: solid 2px #cccccc;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
	text-align:initial;
    align-items: center;
    padding: 1rem 2rem 1rem 4rem;
	overflow:hidden;
	margin:.5rem 1rem;
	text-shadow:none !important;
}
.actionButtonRight{
	position: relative;
    color: #fff;
    background: #515154;
    min-height: 90px;
    min-width: 520px;
    border: solid 2px #cccccc;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
	text-align:initial;
    align-items: center;
    padding: 1rem 4rem 1rem 2rem;
	overflow:hidden;
	margin:.5rem 1rem;
	text-shadow:none !important;
}	

.actionButtonLeft:hover, .actionButtonRight:hover {opacity:1; background: #6a6a6a;}

.arrow-right-1 {
  position:absolute;
  transition: all 0.5s ease;
  left:0;
  width: 0; 
  height: 0; 
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-left: 40px solid #9af858;
}
.arrow-right-2 {
  position:absolute;
  transition: all 0.5s ease;
  left:-5px;
  width: 0; 
  height: 0; 
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-left: 40px solid #75bc43;
}

.arrow-left-1 {
  position:absolute;
  transition: all 0.5s ease;
  right:0;
  width: 0; 
  height: 0; 
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-right: 40px solid #9af858;
}
.arrow-left-2 {
  position:absolute;
  transition: all 0.5s ease;
  right:-5px;
  width: 0; 
  height: 0; 
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-right: 40px solid #75bc43;
}

a.actionButtonLeft:hover .arrow-right-1 {left:10px;}
a.actionButtonRight:hover .arrow-left-1 {right:10px;}

.actionButtonText {
	display: flex;
    flex-direction: column;
    justify-content: center;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.9rem;
    line-height: 2.1rem;
	flex:2;
	
}
.actionButtonText span {
	text-transform: initial;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.2rem;
}

/**** Homepage Ad Space ****/

.ad-space {
	position: relative;
	margin: 1rem 0 !important;
	padding: 1rem 0 !important;
	border-top: solid 1px #f3f3f3;
	border-bottom: solid 1px #f3f3f3;
	display: flex;
	flex-direction: row;
	justify-content: center;
	clear:both;
}

.home .ad-space {
	margin: 1rem 0 !important;
	border-bottom: solid 1px #f3f3f3;
	border-top: none;
}

.topic .ad-space {
	margin: 0 !important;
	border-top: solid 1px #f3f3f3;
	border-bottom: none;
}

.ad-space img {max-width:100%;}

.homepagewidgetarea-after2, .homepagewidgetarea-after4, .homepagewidgetarea-after6, .homepagewidgetarea-below, .contentfooter-below {
	position: relative;
	padding: 1rem 0 !important;
	/* border-top: solid 1px #f3f3f3; */
	clear:both;
}

.ad-space .textwidget {
    display: flex;
    flex-direction: column;
    justify-content: center;
	max-width:728px;
}

.homepagewidgetarea-after2 .textwidget, .homepagewidgetarea-after4 .textwidget, .homepagewidgetarea-after6 .textwidget,.homepagewidgetarea-below .textwidget, .contentfooter-below .textwidget {
    display: flex;
    flex-direction: column;
    justify-content: center;
	max-width:1020px;
}

.ad-space .custom-html-widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
	max-width:728px;
	width:100%;
}

.homepagewidgetarea-after2 .custom-html-widget, .homepagewidgetarea-after4 .custom-html-widget, .homepagewidgetarea-after6 .custom-html-widget,.homepagewidgetarea-below .custom-html-widget, .contentfooter-below .custom-html-widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
	/*max-width:1020px;*/
	max-width:initial;
}

.home .content h3.redHeadBar {clear:both; color:#fff;
	}
	
.topo {
	display:flex;
	flex-direction:column;
	border-top: solid 1px #bdbdbd;
	background: url(../img/topo-bg-light.jpg) 100% 0 repeat;
	border-bottom: solid 1px #bdbdbd;
	z-index: 400;
    margin: 2rem 0 0 !important;
    padding: 1rem;
	margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
	justify-content: center !important;
	align-items: center;
			  
    position: relative;
	clear: both;
}

.topo.dark {
	background: url(../img/topo-bg.jpg) 100% 0 repeat;
}

.dark {
	background: url(../img/topo-bg.jpg) 100% 0 repeat;
}

.row, .row>div {flex-direction:row !important; align-items: center;}
.column, .column>div {flex-direction:column !important; align-items: center;}


	
/**** Homepage Category Section ****/
.home .categorySection {clear:both;border-top: solid 1px #f3f3f3;margin-bottom: 1rem;display: block; /*display:inline-block */;}
.home .categorySection:first-of-type {border-top:none;}

.home .categoryPosts {}

.home .content .featured {display:flex; flex-direction:column; justify-content:flex-start; width:25%; float: left; flex-grow: 1; margin-bottom:1rem;}

.home .content h3 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 1.5rem;
	line-height: 1.8rem;
	margin: 1rem 0 .5rem;
	color: #6d6e71;
}

.home .content h3 span {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: initial;
	font-weight:initial;
	font-size: 1rem;
    line-height: 1.2rem;
	color:#6d6e71;
}

.featured .wp-media-credit {
	text-align:right;
	font-family: 'Open Sans', '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: 27px;
    color: #fff;
    margin-bottom: -20px;
	border-bottom: solid 1px #dadada;
	border-right: solid 1px #dadada;
	border-left: solid 1px #dadada;
	line-height: 1.65rem;
}

.photoCredit {display:inline-block;}
svg.camera {fill:#fff; margin: 0 5px -2px 0;}

/* Featured 1 */
.home .content .featured:first-of-type {width:75%; float:left; padding-right:1rem; min-height: 550px; justify-content: space-between;}

.home .content .numberOfPosts-2 {display:flex; flex-direction: row;}
.home .content .numberOfPosts-2 .featured:first-of-type {width:50% !important;padding-right: 1rem !important;min-height: initial;}
.home .content .numberOfPosts-2 .featured{width:50% !important; padding-left: 0 !important;}
.home .content .numberOfPosts-2 .featured .thumb{height:383px;}
.home .content .numberOfPosts-2 .featured h2{font-size: 1.8rem;line-height: 2rem;}
.home .content .numberOfPosts-2 .featured .excerpt {display: inherit;  margin: .5rem 0;}

.home .content .numberOfPosts-1 {display:flex; flex-direction: row;}
.home .content .numberOfPosts-1 .featured:first-of-type {width:100%; padding-left:0 !important; padding-right:0!important;}


.home .content .categorySection:nth-child(even) .featured:first-of-type {width:75%; float:right; padding-left:1rem; padding-right:0;}
.home .content .featured:first-of-type h2 {font-size: 1.8rem;line-height: 2rem;margin-bottom: 0;}
.home .content .featured:first-of-type .excerpt {display:initial;}
.home .content .featured:first-of-type .subtitle, .home .content .featured:first-of-type .subhed {display:inherit;}
.home .content .featured:first-of-type a.thumb {
	position: relative;
	display: block;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 383px;
}
/* Featured 2 & 3 */
.home .content .featured 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;
}
.home .content .featured h2 {margin-top:.5rem;margin-bottom: 0;font-size: 1.2rem;line-height: 1.5rem;}
.home .content .featured .excerpt {display:none; margin: .5rem 0;}
.home .content .featured .excerpt p {margin-top: .5rem;margin-bottom: .5rem;}
.home .content .featured .sources {display:inherit; line-height: 1rem;}
.home .content .featured .subtitle, .home .content .featured .subhed {display:none;margin: .5rem 0 1rem;font-size: 1.5rem;color: #b5b5b5; flex-grow:1;}
.home .content .numberOfPosts-2 .featured .subtitle, .home .content .numberOfPosts-2 .featured .subhed, .home .content .numberOfPosts-2 .featured .excerpt {display:initial !important;}
.home .content .featured:first-child .excerpt {display:initial;}
.home .content .featured:first-child .subtitle, .home .content .featured:first-child .subhed {display:inherit;}
.home .content .featured:last-of-type {padding-right:0;}
.home .content .featured:last-child .thumb {padding-right:0; margin-right:0;}
/*Featured Byline */
.home .featured:first-child byline {margin-top:0; cursor:inherit;}
.home .featured byline, .home .featured .postDate, .home .featured .modDate {display:inline;}
.home .featured byline {font-size:1rem; line-height:1.2rem; margin-top:.3rem; color: #afafaf;}

.home .featured byline .features {display:none;}
.home .featured:first-child byline .features {display:inline-block;}
.features {position: relative; display: inline-block;top: 7px; background-image:none !important;}
.features a:hover {background-image:none !important;}
.features svg {fill:#75bc43; display: inline; padding-right: .2rem;}
.features img {display: inline; padding-right: .2rem; width: 24px; height: 24px;}
    

/***************************** 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: 'Open Sans', '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;}


/****** Alternate Layout for Desktop for Top 3 Category Items ******/
@media only screen
and (min-width : 1101px){
	.topic .post:first-of-type {margin-left:-7rem; float:left; padding-right:1rem; margin-top: 0; width: 100%;}
	.topic .post:first-of-type h2 {font-size:1.7rem; line-height:1.1;}
	.topic .post:first-of-type .subhed {font-size:1.3rem; line-height:1.1;}
	.topic .post:first-of-type .postContent, .topic .post:nth-of-type(2) .postContent, .topic .post:nth-of-type(3) .postContent {display:flex; flex-direction:column;}
	.topic .post:first-of-type .postContent {min-height:600px; justify-content: space-between;}
	.topic .post:first-of-type .postContentText, .topic .post:nth-of-type(2) .postContentText, .topic .post:nth-of-type(3) .postContentText {width:100%;}
	.topic .post:nth-of-type(2) .excerpt, .topic .post:nth-of-type(3) .excerpt, .topic .post:nth-of-type(2) .subhed, .topic .post:nth-of-type(3) .subhed {display:none;}
	.topic .post:nth-of-type(2), .topic .post:nth-of-type(3) {margin-right:-7rem;}
	.topic .post:nth-of-type(2) .postContent .thumb, .topic .post:nth-of-type(2) .postContent .thumb a, .topic .post:nth-of-type(3) .postContent .thumb, .topic .post:nth-of-type(3) .postContent .thumb a {width:100%; height: 141px; margin-bottom: .5rem;}
	.topic .post:first-of-type .postContent .thumb, .topic .post:first-of-type .postContent .thumb a {width:100%;height: 400px;margin-bottom: .5rem;}

	.topic hr:first-child, .topic hr:nth-of-type(2), .topic hr:nth-of-type(3) {display: none;}
	.topic hr:nth-of-type(4){clear:both;}
	.topic .post byline {margin-top:1rem;}
}



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

.home section {
	padding:0;
	display:inherit;
}

.main .button {color:#000; padding: .5rem 1rem; border-radius:3px; background-color:rgb(221, 221, 221); text-decoration:none; text-shadow: none; background-image: none; font-size: initial;}
.main .button:hover {color:#fff; padding: .5rem 1rem; border-radius:3px; background-color:rgb(116, 188, 31); text-decoration:none; text-shadow: none; background-image: none; font-size: initial;}

.main .button.green {color:#fff; padding: .5rem 1rem; border-radius:3px; background-color:#75bc43; text-decoration:none; text-shadow: none; background-image: none; font-size: initial;}
.main .button.green:hover {color:#fff; padding: .5rem 1rem; border-radius:3px; background-color:#515154; text-decoration:none; text-shadow: none; background-image: none; font-size: initial;}

/*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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; margin-left: -1rem;  margin-right: -1rem; width: 100%;box-sizing: content-box;}
.box h1, .box h2, .box h3, .box h4 {color: #3c3c3c !important; -webkit-margin-before: 0; -webkit-margin-after: 0; margin-top: 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: 85vh;
  background-size:cover; background-position:center center;
  background-size:cover; background-position:center 10%;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

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

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

.home .saveAsImage {
	opacity: 0;
	position: absolute;
    background-size: cover;
    background-position: 50% 20%;
    height: calc(85vh - 150px);
    width: 100%;
    margin-right: 30%;
    z-index: 0;
    right: -15%;
}

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

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

.noFeature .intro, .intro.noThumb {
	height: 300px;
	background-image: none !important;
	background: #aaaaaa;
	background: -moz-linear-gradient(top, #aaaaaa 50%, #dbdbdb 100%);
	background: -webkit-linear-gradient(top, #aaaaaa 50%,#dbdbdb 100%);
	background: linear-gradient(to bottom, #aaaaaa 50%,#dbdbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#dbdbdb',GradientType=0 );
	border-bottom: none;
	background-color: #c7c7c7;
}

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

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

.contentWrapper {
	max-width: 60rem;
	max-width: 960px;
	margin: 0 auto;
	background: #fff;
	padding-top: 1rem;
    position: relative;
    border-top: 2px solid #bdbdbd;
	top: calc(-4rem - 1px);
	z-index: 2;
}
.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);
}

.topic .content {min-height:initial;}

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

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

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

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

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

h1 {font-size: 3rem; line-height:3.25rem;}
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;}

#articles hr:first-child {display: none;}

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

.topic.landing .contentWrapper {
    margin: 0 auto;
	padding-top: 1rem;
}

.redHeadBar {
	position: relative;
	display:flex;
	justify-content: space-between;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:1.2rem;
    background: #75bc43;
    color: #fff;
    padding: 1.5rem;
    margin: -1.1rem -1rem 0;
    z-index: 2;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.13);
	text-transform:uppercase;
	line-height: 1.3rem;
}

.redHeadBar span span {
	text-transform:initial;
	font-weight:300;
}

.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: 'Open Sans', '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; text-align: center;}
.topic .postDate, .author .postDate {text-align:initial;}
.pubDate, .modDate {font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; text-transform:uppercase;}
.pubDate {color: #7f7f7f;}
.modDate {color: #75bc43; font-weight:bold;}

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

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


byline {
	display:block;
    color: #000;
    font-family: 'Open Sans', serif;
    font-size: 1.3rem;
    line-height: 1.65rem;
    font-weight:500;
    white-space: normal;
    letter-spacing: 0;
	cursor: pointer;
}
byline.legacyByline {cursor:initial;}

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 {margin-bottom: 1rem;}

.accordion-content {font-size: 1rem; line-height: 1.2rem; margin-top: .5rem; padding-bottom: 1rem; border-bottom: solid 1px #ddd;}
.accordion-content .bio {display:flex;}

.bioToggle {margin-bottom:1rem; border-bottom:solid 3px #3c3c3c;}
.bioButton {cursor: default;font-size:1rem; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: .5rem 1rem; color: #fff; background: #3c3c3c; font-weight:bold;}
.postsButton {font-size:1rem; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: .5rem 1rem; color: #fff; background:#75bc43;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: 'Open Sans', '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:#6d6e71;
}

.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: 'Open Sans', '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: .8rem;
}

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

.intro .excerpt p {margin-bottom: 1rem;}

.main .title {margin-bottom:.5rem; text-align:center;}
.main .subTitle, .main .subHed {margin-bottom:.5rem; margin-top:0; text-align:center; color: #b4b4b4;}

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


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

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

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

.links li a {
	text-shadow:none;
	background-image:none;
	color:grey;
}

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

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

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

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

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

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

.tagSection {
	margin:1rem 0;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.tagSection a {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	display:block;
	text-shadow:none;
	background-image:none;
	background:#e3e3e3;
	padding:.5rem 1rem;
	margin: 0 .5rem .5rem 0;
	color:#2f4459;
	font-size:1rem;
}

.post-categories {
	list-style-type: none;
    list-style-position: outside;
	margin:1rem 0;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.post-categories li a {
	display:block;
	text-shadow:none;
	background-image:none;
	padding:.5rem 1rem;
	margin: 0 .5rem .5rem 0;
	background: #75bc43;
    color: #fff;
	font-size:1rem;
	text-transform: uppercase;
	font-weight:500;
}

.main .contentWrapper .content p a {
	background-image: none;
    color: #75bc43;
    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;
}




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

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

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

.post h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.15rem;
	line-height: 1.35rem;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	margin-bottom: .5rem;
}
.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;width: 100%;height: 10rem;display: block;background-size: cover;background-position: center center;border: solid 1px #dadada;}

.post .excerpt {}
.post .subtitle, .post .subhed {}

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

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


.loadMore {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
    display: block;
    clear: both;
    background: #6d6e71;
    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: #75bc43;
	opacity:1;
}

.loadMore2 {
	font-family: 'Open Sans', '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: #75bc43;
	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:#75bc43;
    /*-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: 1600px;
}
.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: 10rem;
    border: solid 1px #dadada;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

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

/*** Header Social Media ***/

.menu-header-social-media-container {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    position: absolute;
    right: 1rem;
    top: 1.8rem;
    padding: .58rem;
    background: #6d6e71;
    border-radius: 10px;
}

#logoSection .menu-header-social-media-container {background: initial;}
#logoSection .menu-header-social-media-container ul li a {color: #dcdcdc;}
#logoSection .menu-header-social-media-container ul li a:hover {opacity:1; color: #858585;}


.menu-header-social-media-container ul{display: flex;flex-flow: row wrap;justify-content: flex-start;align-items: center; margin:0;}
.menu-header-social-media-container ul li{display:inherit;margin: 0 .5rem;}
.menu-header-social-media-container ul li a{
	text-decoration:none;
	background-image: none;
	text-shadow: none;
	color: #FFF;
	margin-bottom: 0;
}
.menu-header-social-media-container ul li a:hover{
	color:#9af858;
}

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

.full .socialFixed, .full .menu-social-media-container {right: 2rem;}

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

.socialFixedBottom {position: absolute; top:unset; bottom: calc(100vh - 16rem - 200px);}

/***************************** Content Footer ******************************************/
.contentFooter {margin-top:2rem; display:block;}
.contentFooter hr {border: 0; height: 2px; background: #d7d7d7; background-image: none; clear:both;}
.contentFooter h3 {font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 1.2rem; line-height: 1rem; font-weight:bold; text-transform: uppercase; color:#75bc43;}
/*.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;}
/*.contentfooter-above div, .contentfooter div, .contentfooter-below div {margin-right:1rem;}*/

/***************************** Footer ******************************************/
footer {
	position: relative;
	border-top: solid 15px #75bc43;
	background-color:#515154;
	padding-top: 3px;
	color:#fff;
    z-index: 2;
}

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

footer a {
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	background-image: none;
}
.footerWrapper {
	max-width: 1200px;
	max-width: 1020px;
	margin: 1rem auto 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: start;
	padding-bottom: 3rem;
}

#footerNav{
}

#footerNav ul li, .footer1 ul li, .footer2 ul li, .footer3 ul li{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:18px;
	display: inline-block;
	width: 100%;
}

.copyright {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:18px;
}

footer ul {display: flex;flex-flow: column;list-style-type:none;margin:1rem 0 0;line-height: 1rem;}
footer ul li {padding: 0 .5rem .5rem 0;}

.footerWidget{margin-right:2rem;}
.footerWidget h3 {font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 1.1rem; line-height: 1.3rem; font-weight:bold; text-transform: uppercase; color:#fff;margin-top: .5rem;}
.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 {

}

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

.imageNone iframe {
    width: 100%;
    min-height: 25vw;
}

.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;
  text-align: center;
}

.image img, .imageLeft img, .imageRight img, .imageCenter img {max-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;
    text-align: initial;
    position: relative;
}

.credit, .wp-media-credit {
	text-align:right;
	font-family: 'Open Sans', '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;
}

.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: 4rem; min-height: 55vh; max-height: 56vw;}
.home .intro.video {margin-top: 0;}

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

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

.fifthEnd {
    float: left;
    width: 20%;
    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;
}

/******************* Caspio ***************************/
#caspioform a {text-shadow:none; background-image: none; text-decoration:inherit;}


/******************* 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;}
	
/******************* Random DIV CSS ************************/
.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
display: none;
}

/******************* The Context Title Styling ************************/

h1.contextTitle {color: #515154; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 64px; font-style: normal; font-weitht: bold; line-height: 100%; letter-spacing -2px; text-align: center;}

h1.contextTitle span {color:#75bc43; font-weight:400}

.contextTagline {font-size:1rem; line-height: 1.3; margin-top:1rem; text-align:center; line-height: 18px; font-family: open sans semibold, helvetica neue, helvetica, arial,sans-serif; color: #515154;}
.contextTagline .tinyPAPost {display: inline-block; position: relative; text-indent: -99999px; background-image: url(../img/tinyPAPost.jpg); width: 80px; height: 36px; top: -5px;}
	

/******************* MEDIA QUERIES ********************/

@media only screen 
and (max-width : 1280px) {
	body {font-size: .8rem;}
	#logoSection .menu-header-social-media-container {display:none;}
	#featuredList #subNav h3 {display:none;}
	.footerWrapper {
		max-width: 1200px;
		margin: 1rem 1rem 0;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: start;
	}
	.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;}
	
	.homepageContentWrapper .content {width:100%;}
}


@media only screen 
and (max-width : 1100px) {
	.menu-social-media-container, .socialFixed, .socialFixedBottom {position:relative;display: block;top:inherit; bottom:inherit; left:0;width: 100%; margin: 6rem 0 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: absolute;
	right: .5rem;
	bottom: -1.5rem;
	}
	.intro .content .toolTipWrapper {
    margin-right: 4rem;
 }

	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;
	}
	#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;
	}
	.home .intro {
		position: relative;
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 150px 0 0;
		height: auto;
		}
		
	.home .intro.video {
		display: inline;
		padding: 0;
		}
	
	.featuredHomeImage {
		position: relative;
		margin: 0;
		padding: 0;
		background-position: center center;
		right: inherit;
		top: inherit;
		}
	.featuredHomeImage.noCropFeature {max-height: 70vw; width: 100%;}
	.featuredHomeImage.noCropFeature.videoFeature {max-height: 70vw; width: 100%; margin-top: 9rem;}
	.home .intro .toolTipWrapper {
		bottom: 0;
		width: 100%;
		margin: 0;
	}
	.home .intro .toolTipWrapper .toolTip {
		padding: .5rem 1rem .5rem;
	}
	.home .intro .content {
		display: inline;
		width: 100%;
		height: auto;
		margin: 0;
		max-width: 100%;
		min-height: auto;
	}
	.actionButtonRight, .actionButtonLeft{
		min-width:initial;
	}
	.featuredPostContent {
		position: relative;
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 2rem;
		height: auto;
		right: inherit;
		top: inherit;
		transform: inherit;
	}
	.categoryTitle {left: initial;}
}

@media only screen 
and (max-width : 800px) {
    section.main {
    	padding: 0;
		margin: 0;
		display: inline-block;
    }
	
	.copyright {
		position: absolute;
		bottom: 1rem;
		text-align: center;
		width: 100%;
		margin-left: -1rem;
	}
	
	.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;
	}

    .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: .5rem 0 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;
	}
	.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;
	}
	
	.home .intro #fs {bottom: 1rem;}
	
	.full .content {width: 100%;}
	
	.row, .row>div {
		flex-direction: column !important; 
		align-items: center;
	}
	
	.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 .subhed, .home .homePageLoop1 hr {display:inherit;}
	.home .homePageLoop1 byline {display:inline;}
	.home .homePageLoop1 .excerpt, .home .homePageLoop1 .subtitle, .home .homePageLoop1 .subhed {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;
	}
	.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;
	}
	footer ul {
	display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em;
    padding-bottom: 1rem;
    border-bottom: solid 1px grey;
	}
	.footerWidget {
		margin-right: 0;
	}
	.editors-picks-title, .editors-picks-wrapper {
		margin: 0 0;
	}
	#mainNav {padding: 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 {padding-bottom:1rem;}
	.intro.noThumb {
	  height: 260px;
	}
	.home .intro.noThumb {
	  height:140px;
	}
	.home .intro {padding: 150px 0 0;}
	.home .intro .toolTipWrapper p {font-size: .9rem; line-height: 1rem;}
	
	.homepagewidgetarea-above .custom-html-widget, .contentFooterWidget3 .custom-html-widget {flex-direction:column; justify-content:center;}

	.actionButtonRight {padding: 1rem 2rem 1rem 4rem;}
	.arrow-left-1 {
	  right:initial;
	  border-right: none;
	  left:0;
	  border-left: 40px solid #9af858;
	}
	.arrow-left-2 {
	  right:initial;
	  border-right: none;
	  left:-5px;
	  border-left: 40px solid #75bc43;
	}
	a.actionButtonRight:hover .arrow-left-1 {right:initial; left:10px;}
	
    .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: 0 auto 1rem;
	}
	#mainNav, #featuredList {display:none;}
	#nav-menu.toggled {
		display:initial;
		left: 0;
		right: 0;
		opacity:1;
		filter: alpha(opacity=100);
	}

	#nav-menu.toggled li.search, #nav-menu.toggled li.search {display:none;}
	.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;
	}
	.postContentText {width:100%}
	.post .featured:first-child a.thumb {
		height: 282px;
	}
	.post .thumb a {background-image:none;width: 100%;height: 53.7vw;display: block;background-size: cover;background-position: center center;}
	.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, .post .featured .subhed {
		display: inherit;
	}
	.home .featured byline {
		font-size: inherit;
		line-height: 1.3rem;
		margin-top: inherit;
		color: inherit;
	}
	
	.home .categoryPosts {display:flex; flex-direction:column;}
	.home .content .featured {
		width: 100%;
		float: none;
		margin-bottom: 1rem;
	}
	.home .content h3 {font-size: 1.8rem; line-height: 2rem;margin: 2rem 0 1rem;}
	.home .content h3 span {display:block;}
	.home .content .numberOfPosts-2 {
		flex-direction: column;
	}
	.home .content .featured:first-of-type, .home .content .categoryPosts:nth-child(even) .featured:first-of-type {
		width: 100% !important;
		float: none;
		padding-right: 0 !important;
		padding-left:0 !important;
	}
	.home .content .numberOfPosts-2 .featured {
		width: 100% !important;
	}
	.home .content .featured:first-of-type a.thumb, .home .content .featured a.thumb, .home .content .numberOfPosts-2 .featured:nth-child(2) a.thumb  {
		position: relative;
		display: block;
		background-size: cover;
		background-position: center center;
		width: 100%;
		height: 53.7vw;
	}
	
	
	
	.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;
	}
	.home .content .featured:first-of-type {
		min-height: initial !important;
	}
}

@media screen 
and (max-width : 520px) {
	#logoWrapper #tagline {display:none;}
	#logoWrapper {top:0; transition: top 0.2s ease-out;}
	#logoWrapper.toggled {top: 0;}
	#logoSection {height:60px;}
	#logo {top:-10px;}
	#logo img, .site-logo img {width:80px;}
	#mobileNav {margin: .5rem .3rem 0;}
	#nav-menu {padding-top: 60px;}
	.intro.noThumb {
	  height: 150px;
	}
	.intro.video {margin-top: 0;}
	.intro #fs {bottom: 5rem;}
	.home .intro #fs {bottom: 1rem;}
	#nav-menu .menu-header-social-media-container ul {
		padding: 0;
	}
	.home .intro {padding: 10px 0 0;}
	.home .featuredHomeImage {
		height: calc(55vh - 100px);
		}
	.featuredHomeImage.noCropFeature.videoFeature {margin-top: 3.8rem;}
	.home .intro .toolTipWrapper p {font-size: .7rem; line-height: .9rem;}
		#menuButton {
		position: absolute;
		top: 5px;
		background-image: none;
		background-blend-mode: multiply;
		text-shadow: none;
		z-index: 7000;
		-webkit-transition: margin-left .5s;
		transition: margin-left .5s;
		outline: none;
		background:#fff;
	}
	.home .intro .description {display:none;}
	.home .content .featuredPostContent {
		padding: 1rem .5rem .5rem;
	}
	.home .content .featuredPostContent h2 {
		font-size: 1.4rem;
		line-height: 2.0rem;
	}
	.home .content .featured .subtitle, .home .content .featuredPostContent h3.subtitle, .home .content .featured .subhed, .home .content .featuredPostContent h3.subhed {
		font-size: 1.2rem;
		line-height: 1.5rem;
		margin:0;
	}
	.home .content .featuredPostContent byline {
		font-size: 1.1rem;
		line-height: 1.3rem;
	}
	.home .content .featuredPostContent .excerpt {
		display:none;
	}	
	.home .content .featuredPostContent .excerpt p {
		font-size: 1rem;
		line-height: 1.2rem;
	}
	.home .content .featuredPostContent .readMore {
		display:none;
	}	
	.homepagewidgetarea-above {
		margin: 0;
		padding: 0;
	}
	.actionButtonLeft, .actionButtonRight {
		    min-height: 45px;
			margin:.5rem;
	}
	.actionButtonRight {
			margin:0 .5rem .5rem;
	}
	.actionButtonText {
		font-size: 1.1rem;
		line-height: 1.4rem;
	}
	.actionButtonText span {
		font-size: .8rem;
		line-height: 1.0rem;
		display:none;
	}
	.home .content .featured:first-of-type h2, .home .content .featured h2, .home .content .numberOfPosts-2 .featured h2 {
		margin-top: .5rem;
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
	.home .featured:first-child byline {margin-top: 0;}
	.home .content .featured:first-of-type .excerpt, .home .content .featured .excerpt, .home .content .numberOfPosts-2 .featured .excerpt {display:none !important;}
	.line {fill: #6d6e71;}
	header{height:0; transition: top 0.2s ease-out;}
	header.nav-up {top: -160px;}
	progress {position:fixed; top:0; bottom:inherit;}
	.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;
	}
	h1.contextTitle {font-size: 36px;}
	.contextTagline {font-size: .8rem; margin-top: .5rem; margin-bottom: .5rem !important;}
	.contextTagline .tinyPAPost {background-size: contain; background-repeat: no-repeat; width: 60px; height: 36px; top: -3px;}
}

@media screen 
and (max-width : 420px) {
	#logoWrapper {top:0; transition: top 0.2s ease-out;}
	#logoWrapper.toggled {top: 0;}
	#logoSection {height:60px;}
	#logo {top:-10px;}
	#logo img, .site-logo img {width:80px;}
	.home .intro {padding: 40px 0 0;}
	.home .intro .toolTipWrapper p {font-size: .7rem; line-height: .9rem;}
	#menuButton {
		position: absolute;
		top: 5px;
		background-image: none;
		background-blend-mode: multiply;
		text-shadow: none;
		z-index: 7000;
		-webkit-transition: margin-left .5s;
		transition: margin-left .5s;
		outline: none;
		background:#fff;
	}
	.line {fill: #6d6e71;}
	header{height:0; transition: top 0.2s ease-out;}
	header.nav-up {top: -160px;}
	progress {position:fixed; top:0; bottom:inherit;}
	#nav-menu {padding-top: 70px;}
	#nav-menu li.search {display: none;}
} 

@media screen 
and (min-height:650px) and (max-height:920px) and (min-width : 520px) {
	/*html {font-size:12px;}
	#menu-search {top:-8px;}
	#menu-search.toggled{top:-3.6rem;}*/
	#topSearchForm {top:-93px;}
	#logoSection {height:80px; line-height:80px;}
	#logo img {width: 100px;}
	#subNav {font-size:.9rem;}
	.featuredPostContent {padding:1.5rem; font-size: .8rem;}
	.featured .wp-media-credit {bottom:20px;}
	.home .intro .toolTipWrapper .toolTip {font-size: .8em;}
}
@media screen 
and (min-height:540px) and (max-height:649px) and (min-width : 520px) {
	/*html {font-size:10px;}
	#menu-search{top:-10px;}
	#menu-search.toggled{top:-4.6rem;}*/
	#topSearchForm {top:-93px;}
	#logoSection {height:80px; line-height:80px;}
	#logo img {width: 100px;}
	#subNav {font-size:.7rem;}
	.featuredPostContent {padding:1.5rem; font-size: .6rem;}
	.home .intro .toolTipWrapper .toolTip {font-size: .6em;}
	.featured .wp-media-credit {bottom:20px;}
}

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