body {
	font-family: "museo-sans",sans-serif;
	overflow-x: hidden;
}


.customize-support, .customize-support #topNav, .customize-support .popup-menu {
	margin-top: 32px;
}

p {
	font-family: "cordale",serif;
	font-size: 18px;
	color: #3E3C39;
	line-height: 27px;
	clear: both;
}

a {
	color: #FF4438;
}

.load-more {
text-align: center;
    margin: 0 auto;
}

.load-more-indicator,
.loading a {
    display: none;
}
.loading span.load-more-indicator {
    display: block;
    margin: 0 auto;
}



a:hover {
 text-decoration: none;
}

h1,
.intro__headline {
	font-family: "Quarto A", "Quarto B";
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 40px;
	color: #3E3C39;
}

.intro__headline--light {
	color: #ffffff;
}

a:hover .intro__headline,
a:hover .h2-headline,
a:hover .article-card__headline {
	text-decoration: none;
	color: #FF4438;
}

h2,
.h2-headline {
	font-family: "Quarto A", "Quarto B";
	font-weight: 800;
	font-size: 26px;
	line-height: 30px;
	color: #3E3C39;
}

h3 {
	font-family: "museo-sans",sans-serif;
	font-size: 22px;
	font-weight: 900;
	color: #3E3C39;
	line-height: 30px;
	margin-top: 30px;
}

blockquote p {
	font-family: "cordale",serif;
	font-size: 24px;
	line-height: 34px;
	font-style: italic;
	color: #3E3C39;
	margin:40px 0px;
}

blockquote:before {
	width:90px;
	height: 2px;
	background-color:#3E3C39;
	content: " ";
	display: block;
	margin-bottom: 15px;
}

ul, ol {
	font-family: "cordale",serif;
	font-size: 18px;
	color: #3E3C39;
	line-height: 27px;
	padding-left:25px;
	margin:30px 0px;
}

ol li {
	padding-bottom: 15px;
}


.video-embed {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 1em;
}
.video-embed iframe,
.video-embed object,
.video-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #9B9B9B;
}

.article-card__headline {
	font-family: "Quarto A", "Quarto B";
	font-weight: 800;
	font-size: 26px;
	line-height: 30px;
	color: #3E3C39;
}

.article-card__headline--light {
	color: #ffffff;
}


.h2-headline--light {
	color: #ffffff;
	display: none;
}

.intro__lead {
	font-family: "museo-sans",sans-serif;
	font-size: 22px;
	color: #9B9B9B;
	line-height: 30px;
	margin-bottom: 25px;
}

.article__category{
	font-family: "museo-sans",sans-serif;
	font-size: 16px;
	color: #FF4438;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.article__category a:hover{
	color: #FF4438;
}

.article__meta{
	font-family: "museo-sans",sans-serif;
	font-size: 14px;
	color: #9B9B9B;
	display: inline-block;
}

.article__meta a {
	color: #9B9B9B;
}

.article__meta--card{
	line-height: 20px;
}


.article__time {
 	float:right;
}

.article__time i{
 	font-size:13px;
}

.article__time--banner{
	margin-top:0px;
}

.article__date {
	display: inline-block;
}
.article__date--banner:after{
	content: "\2022";
	margin:0px 5px 0px 8px;
}

.article__author--banner:after {
	content: " ";
	margin:0px 5px 0px 8px;
}

.section-title {
	font-family: "museo-sans",sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #3E3C39;
}

.small-button {
	font-family: "museo-sans",sans-serif;
	font-size: 16px;
	color: #3E3C39;
	font-weight: 700;
	display:inline-block; margin:0;
	border-bottom: solid 1px #3E3C39; 
}

.small-button--light {
	color:#ffffff;
	border-bottom: solid 1px #ffffff;
}

/*.small-button:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
   	content: "\f178";
   	padding-left: 5px;
   	line-height: 20px;
   	position: relative;
   	top:2px;
}*/

.small-button:hover {
	text-decoration: none;
	color: #FF4438;
}

.small-button:before {
	display:block;
	content: '';
	border-bottom: solid 1px #FF4438;  
	transform: scaleX(0);  
	transition: transform 250ms ease-in-out;
	top: 25px;
	position: relative;
}
.small-button:hover:before { transform: scaleX(1); }
.small-button:before{  transform-origin:  0% 50%; }

  
.medium-button {
	font-weight: 700;
	color: #FF4438;
	text-transform: uppercase;
	border-bottom: 1px solid #FF4438;
	margin:0 auto;
	padding-bottom: 5px;
	transition: all 0.5s;
	cursor: pointer;
}

.medium-button:hover {
		text-decoration: none;
		border-bottom-color: #3E3C39;
		color: #3E3C39;
		transition: all 0.5s;
	}
.wpcf7-submit,
.pill-button {
	font-family: "museo-sans",sans-serif;
    font-weight: 700;
    color: #3E3C39;
    border: 3px solid #3E3C39;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 5px 23px;
    text-transform: uppercase;
    margin-top: 15px;
    line-height: 30px;
    display: inline-block;
    transition: all 0.5s;
    background-color: transparent;
}

.pill-button--light {
	border:3px solid #ffffff;
	color:#ffffff;
}
.wpcf7-submit:hover,
.pill-button:hover {
	border:3px solid #FF4438;
	color:#FF4438;
	text-decoration: none;
	transition: all 0.5s;
}

.article__excerpt {
	font-family: "museo-sans",sans-serif;
	font-size: 18px;
	color: #9B9B9B;
	line-height: 24px;
}

.article__excerpt--light {
	color: #ffffff;
}

.divider {
	width: 100%;
	border-top: 1px solid #dcdbda;
}

.headline-divider {
	width:90px;
	height:1px;
	background-color:#3E3C39;;
	margin-top: 25px;
    margin-bottom: 10px;
}

.section-divider {
	width:90px;
	height:1px;
	background-color:#3E3C39;
	margin:0px 0px 30px 0px;
}

.section-headline {
	margin-left: 15px;
}

.link__wrapper {
	margin-top:30px;
    width: 100%;
    text-align: center;
    display: flex;
}

.link__wrapper--recent {
	margin-top:0px;
}

.no-scroll{
	overflow: hidden;
}




/*
|--------------------------------------------------------------------------
| Navbar
|--------------------------------------------------------------------------
|*/

.navbar__narwhal {
	height:60px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	-webkit-transition: all 1s; 
    transition: all 1s;
}

.navbar__block {
	width:auto;
	text-transform: uppercase;
	font-family: "museo-sans",sans-serif;
	font-weight: 700;
	color:#ffffff;
	-webkit-transition: all 1s; 
    transition: all 1s;
}
.navbar-brand {
	filter: invert(0%);
	-webkit-transition: all 1s; 
    transition: all 1s;
    margin:0;
    width: 140px;
}

.navbar__menu {
	filter: invert(0%);
	-webkit-transition: all 1s; 
    transition: all 1s;
    cursor: pointer;
}

.navbar__bar--invert-nobg,
.navbar__narwhal--invert {
	background-color:#ffffff;
	opacity: 0.95;
	border-bottom: 1px solid #3E3C39;
	-webkit-transition: all 1s; 
    transition: all 1s;
}
.navbar--invert-nobg,
.navbar-brand--invert,
.navbar__menu--invert {
	filter: invert(85%);
	-webkit-transition: all 1s; 
    transition: all 1s;
}
.navbar__block--invert-nobg,
.navbar__block--invert{
	color:#3E3C39;
	-webkit-transition: all 1s; 
    transition: all 1s;
}

a.navbar__block:hover,
a.navbar__block--invert a:hover {
 	color:#FF4438;
}

.navbar__donate {
	display:none;
}

.navbar__narwhal--dark {
	background-color:#3E3C39;
	opacity: 0.95;
	border-bottom: 1px solid #3E3C39;
	box-shadow: 0px 3px 20px rgba(0,0,0,0.3);
	-webkit-transition: all 1s; 
    transition: all 1s;
}

/*
|--------------------------------------------------------------------------
| Menu
|--------------------------------------------------------------------------
|*/


.popup-menu__subscribe-text--mobile {
	display:block;
}

.popup-menu__subscribe-text--desktop {
	display:none;
}

.popup-menu__close {
	position: absolute;
	font-weight: 100;
	top: 10px;
    left: 18px;
	font-size: 28px;
	cursor: pointer;
}

.popup-toaster__close {
	position: absolute;
	font-weight: 100;
	top: 10px;
    right: 18px;
	font-size: 28px;
	color:#fff;
}

.popup-menu{
	position: fixed;
	top: 0;
	background-color: #ffffff;
	z-index: 9999;
	width: 100%;
    opacity: 1;
    transition: opacity 0.2s linear;
	transform:translate(0);
	height: 100%;
    overflow: scroll;
}

.menu-hide{
	transform:translate(9999px);
	opacity: 0;
	transition: opacity 0.2s linear;
}

.popup-menu__container{
	max-width: 1300px;
	padding:60px 15px;
	margin:0 auto;
}

.popup-menu__section {
	margin-top:30px;
}

.popup-menu__subscribe{
	width:100%;
	padding:30px 0px 60px 0px;
	background-color: #2B2926;
	box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
}


.popup-menu__links {
	font-family: "museo-sans",sans-serif;
    font-size: 18px;
    
    line-height: 30px;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;

}

.popup-menu__links a {
	color: #9B9B9B;;
}

.popup-menu__links a:hover {
	color: #FF4438;
}

.popup-menu__column {
	margin-top: 35px;
	column-count: 2;
	column-gap: 20px;
}

.popup-menu__column--trending {
	margin-top: 35px;
	column-count: 2;
	column-gap: 20px;
}

.popup-menu__menu-item,
.popup-menu__menu-item a{
	color: #9B9B9B;
	list-style-type: none;
}
.popup-menu__menu-item a:hover,
.popup-menu__menu-item:hover{
	color: #FF4438;
}

.popup-menu__subscribe-text {
	margin-top: 10px;
}

.popup-menu__subscribe-form {
	margin-top:30px;
}
.popup-menu__logo img{
	width:95%;
}

.popup-menu__background {
	background-color: rgba(43,41,38,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    top: 0;
    z-index: 999;
}

.popup-toaster__subscribe{
	width:100%;
	padding:25px 0px 20px 0px;
	background-color: #2B2926;
}

.colorbox2 #sgcboxClose {
    background-image: url('../img/close.png') !important;
    background-position: 0 !important;
    margin-top: 10px !important;
    margin-right:20px !important;
}

.wph-modal {
	z-index: 9999 !important;
}

.wph-modal.wpoi-slide.wph-modal-active {
	padding:0px !important;
}

/* CSS from Hustle Pop-up plugin 

.wph-modal {
    padding:0px;
}
.hustle-modal {
    max-width:100%;
}

.hustle-modal .hustle-modal-message h2 {
    font: 26px "Quarto A", "Quarto B";
    letter-spacing: 0px;
}

.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content {
    max-height:100%;
}

.hustle-modal .hustle-modal-close .hustle-icon {
    max-width:18px;
    max-height:18px;
}

.hustle-modal .hustle-modal-close {
    top: 0px !important;
    right: 0px !important;
    position: absolute !important;
    padding: 20px;
}

@media (min-width: 768px) {
	.hustle-modal .hustle-modal-message h2 {
	    font: 36px "Quarto A", "Quarto B" !important;
	}
}
*/

/*
|--------------------------------------------------------------------------
| Article - Banner
|--------------------------------------------------------------------------
|*/

.intro__container{
	position: relative; 
}

.intro__container--home{
	margin-bottom:60px;
}

@media (max-width: 375px ) {
	.intro__banner {
		height:300px;
	}
}

.intro__banner {
	height:340px;
	background:grey;
	overflow: hidden;
	position: relative;
}



.intro__banner-img {
	width: 100%;
    height: 100%;
    object-fit: cover;

}

.intro__banner-img.top {
	object-position: center top;
}	

.intro__banner-img.center {
	object-position: center center;
}

.intro__banner-img.bottom {
	object-position: center bottom;
}


.intro__banner-smokescreen {
	width:100%;
	height:100%;
	position: absolute;
	background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0.4));
	top:0;
	left:0;
	opacity: 0.2;
}

.intro__banner--none {
		height:40px;
		background-color: #fff;
}

.intro__main {
	background-color: #ffffff;
	padding:15px 0px 0px 0px;
}

.intro__photo-essay {
	padding:60px 0px 30px 0px;
}

.intro__photo-meta{
	margin:30px 0px 0px 0px;
}

.intro__photo-black {
	background:#2B2926;
	width:100%;
	margin:0 auto;
}

.intro__body {
	padding: 30px 0px;
	clear: both;
}

.intro__fade {
	position: relative;
}

.intro__fade:before{
    content: " ";
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 59%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 59%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.article__body {
	min-height: 500px;
	padding:30px 0px 40px 0px;
}

.default__body {
		padding:0px 0px 40px 0px;
	}

.article__meta-banner {
	border-top: 1px solid #dcdbda;
    border-bottom: 1px solid #dcdbda;
    height: 50px;
    display: flex;
    align-items: center;
}

.article__meta-box {
	width:94%;
	margin: 3px 0px 8px 0px;
}

.article__meta-box--banner {
	width:86%;
	margin: 15px 0px;
}

.article__meta-author {
	float:left;
}


.article__author-image {
	height: 30px;
    width: 30px;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    border: 1px solid #e9e9e9;
}

.article__cta {
	margin-top: 16px;
	clear: both;
}


/*
|--------------------------------------------------------------------------
| Article - Cards
|--------------------------------------------------------------------------
|*/



.article-card__image {
	width:100%;
	object-fit: cover;
	height:240px;
}

.article-card__container {
	max-width:1300px;
	margin:0px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.article-card__container--archive {
	padding-bottom: 60px;
}

.article-card__card {
	flex-basis:100%;
	margin-bottom:30px;
}

.article-card__content {
    padding: 15px;
}

.article__author-wrap {
	width:260px;
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.article__author-wrap--banner {
	display: block;
}


/*
|--------------------------------------------------------------------------
| Trending Topics - Home 
|--------------------------------------------------------------------------
|*/


	.trending__container {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.trending__row {
		height:auto;
	}

	.trending__tall {
		width: 100%;
		height: 320px;
	    margin-right: 16px;
	    margin-bottom: 15px;
	    position: relative;
	   	background-size: cover;
	    background-position: center;
	}


	.trending__short {
		height:320px;
		width:100%;
		margin-bottom: 15px;
	    position: relative;
	   	background-size: cover;
	    background-position: center;
	}

	.trending__content {
		z-index: 99;
		position: absolute;
		bottom:40px;
		padding-left: 40px;
		padding-right: 40px;
		max-width: 450px;
	}

	.trending-img {
		width: 100%;
		height:100%;
		object-fit: cover;
		position: absolute;
	}



	.trending__smokescreen {
		z-index: 1;
		content:"";
		width:100%;
		height:100%;
		position: absolute;
		background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,1));
		top:0;
		left:0;
		opacity: 0.7;
	}

	.trending__list{
		padding:0px 0px;
		position: relative;
	}
	.trending__list-block {
		margin-bottom:30px;
		padding:15px;
	}

	.trending__close {
		position: absolute;
		font-size: 24px;
		top:-85px;
		right:15px;
	}

/*
|--------------------------------------------------------------------------
| Recent Posts - Home
|--------------------------------------------------------------------------
|*/

	.recent-posts__card {
		margin-bottom: 30px;
	}

	.recent-posts__container--home {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.recent-posts__container {
		max-width:1300px; 
		margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.recent-posts__content {
		padding:12px 0px 15px 0px;
	}

	.recent-posts_image-box {
		height:240px;
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
	}

	.recent-posts_image {
		width:100%;
		height:100%;
		object-fit: cover;
	}

	.recent-posts__meta-box {
	    width: 100%;
	}


	/*
	|--------------------------------------------------------------------------
	| Most shared
	|--------------------------------------------------------------------------
	|*/

	.most-shared__section {
		padding:30px 0px;
		margin:0 auto;
		max-width: 1300px;
	}

	.most-shared__content {
		padding: 30px 15px 0px 15px;
	}

	.most-shared__image {
		width:100%;
		height:300px;
		object-fit: cover;
	}

/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
|*/

.footer-subscribe {
	padding-top:60px;
	padding-bottom: 60px;
	text-align: center;
	background-image: url('../img/footer-bg-mobile.jpg');
	background-position: 30%;
	background-size: cover;
}

.footer-subscribe__forms{
    display: block;
    width: 100%;
    margin-right: 5px;
    margin-bottom: 15px;
    padding: 0.775rem .75rem;
    border: none;
    border-radius: 0;
    color: #C8C8C8;
}

.footer {
	padding:40px 30px 70px 30px;
	background:#2B2926;
}

.footer__title {
	font-family: "museo-sans",sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.footer__links {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0;
}

.footer__link a {
	font-family: "museo-sans",sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #9B9B9B;
}

.footer__link a:hover {
	color:#FF4438;
	text-decoration: none;

}



.footer__social {
	background-color: #FF4438;
	border-radius: 100%;
	color:#ffffff;
	display: inline-block;
	width:35px;
	height:35px;
	line-height: 35px;
	margin-right: 10px;
	text-align: center;
	margin-top:15px;
}

.footer__block {
	margin-bottom:40px;
}

.footer-logo{
	width: 120px;
}
/*
|--------------------------------------------------------------------------
| Article - Single Post 
|--------------------------------------------------------------------------
|*/


.h2-article,
.article__body h2 {
	margin:60px 0px 30px 0px;
}

.article__comments {
	padding:15px;
	margin:0 auto;
	text-align: center;
	font-weight: 700;
}

.article__comment-wrapper {
	display: none;
}

.published__author-container{
	padding-bottom: 30px;
}

.author__headline {
	font-size: 32px;
	font-family: "Quarto A", "Quarto B";
	font-weight: 800;
	line-height: 36px;
	color: #3E3C39;
	margin-bottom: 10px;
}


.article__announcement {
	color: #9B9B9B;
	font-style: italic;
	margin: 20px 0px 0px 0px
}

.banner-caption {
	display: none;
	font-family: "museo-sans",sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #3E3C39;
}

.banner-caption--mobile {
	font-family: "museo-sans",sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #3E3C39;
	margin-top:30px;
}

.banner-caption:before,
.banner-caption--mobile:before {
	width:50px;
	height: 1px;
	background-color:#FF4438;
	content: " ";
	display: block;
	margin-bottom: 8px;
}



.banner-credit__link {
	color: #ffffff;
	font-size: 14px;
	padding:8px;
	position: absolute;
	bottom:0;
	right:0;
	z-index: 1;
	opacity: 0.6;
}

.wide-div {
	width:100vw;
	/*width: calc(100vw + 23px);*/
	margin-left:-15px;
	margin-top: 60px;
	margin-bottom: 60px;
}

.wide-div__content {
	max-width:1300px;
	margin:0 auto;
}

.image-set {
	text-align: right;
	width:100%;
	/*margin: 0px 0.5%;*/
	display: inline-block;
}

.wide-div__content img {
	width: 100%;
    height: 400px;
    object-fit: cover;

}

.wide-div__single-image {
	max-width:770px;
	margin:0 auto;
	text-align: right;
}

.article__image-single {
    width: 100%;
}

.published__author {
	width:160px;
	height: 160px;
	border-radius: 100%;
	background-color: #ccc;
	margin-bottom: 20px;
	margin-top: 40px;
	background-size: cover;
	background-position: center;
	border: 1px solid #e9e9e9;
}


.published__author-bio {
	font-family: "museo-sans",sans-serif;
	font-size: 16px;
	color: #9B9B9B;
	line-height: 22px;
}


.tags__container {
	padding-top:30px;
	padding-bottom: 35px;
}

.tag-box {
	background-color:#3E3C39;
	padding:3px 8px;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.tag-box a {
	color:#ffffff;
}

	.author-bio__content {
		padding-top:10px;
		padding-bottom:40px;
	}

	.author-bio__image {
		height:300px;
		background:#ccc;
	}

	.author-bio__social-box {
		margin:15px 0px 40px 0px;
	}

	.author-bio__social {
		display: block;
		font-weight: 700;
		color: #3E3C39;
	}

	.author-bio__social i {
		margin-right: 5px;
		color:#FF4438;
	}

	.social-share {
		text-align: center;
		width:100%;
		height: 56px;
		position: fixed;
		left: 0px;
		background-color: #ffffff;
		z-index: 99;
		border-top:1px solid #3E3C39;
		bottom:0;
		padding: 13px 20px 13px 20px;
		color: #9B9B9B;
	}

	.social-share__links {
		display: inline;
		color:#9B9B9B;
		margin:0px;
	}

	.social-share__links i {
		font-size:24px;
		margin-right: 18px;
	}

	.social-share__links:hover {
		color:#FF4438;
	}

	.social-share__numbers {
		display:none;
	}

	.social-share__share {
		margin-right: 10px;
		font-size: 13px;
		height: 25px;
		text-transform: uppercase; 
		vertical-align: middle;
		display: inline-block;
	}
/*
|--------------------------------------------------------------------------
| About us
|--------------------------------------------------------------------------
|*/

.editorial__section {
	padding:50px 15px 20px 15px;
}

.about__bio {
	margin:30px 0px 40px 0px;
}

.about__image {
	width:200px;
	height:200px;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
	margin:20px 0px;
	overflow: hidden;
}

.about__image img{
	width:100%;

}

.about__excerpt {
	font-family: "museo-sans",sans-serif;
	font-size: 18px;
	color: #9B9B9B;
	line-height: 26px;
	margin-bottom: 15px;
}

.about__contact {
	padding-top: 30px;
	padding-bottom: 40px;
}

.contact__item {
	margin-top:30px;
}
.contact__name{
	font-weight: 900;
	display: block;
}

.contact__section {
	padding:50px 15px 60px 15px;
}


/*
|--------------------------------------------------------------------------
| Form
|--------------------------------------------------------------------------
|*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.message__form {
    display: block;
    width: 100%;
    margin-right: 5px;
    margin-bottom: 15px;
    padding: 0.775rem .75rem;
    border: none;
    border-radius: 0;
    background-color: #F6F6F6;
}

.send-tip {
	margin-top:60px;
}


/*
|--------------------------------------------------------------------------
| Loading Pagination
|--------------------------------------------------------------------------
|*/
.load-more-indicator,
.loading a {
    display: none;
}
.loading span.load-more-indicator {
    display: block;
    margin: 0 auto;
}

/*
|--------------------------------------------------------------------------
| Comments
|--------------------------------------------------------------------------
|*/



.comment-list {
	list-style: none;
}

.comment-list .comment {
	padding:20px 0px;
	border-top:1px solid #ccc;
}

.comment-list .children {
	list-style: none;
}

.comment-list .children li {
	margin-left:60px;
	padding:10px 0px 10px 0px;
}

.article__comments-list{
	padding:30px 5px;
}

.comment-meta a  {
	font-family: "museo-sans",sans-serif;
    font-size: 14px;
    color: #9B9B9B;
    display: inline-block;
    margin-left: 75px;
}

.comment p {
	font-family: "museo-sans",sans-serif;
	    margin-left: 75px;
}

.comment-reply-link {
	font-size:14px;
	margin-left: 75px;
	margin-top: -10px;
	display: block;
}

.says {
	display: none;
}

.comment-list cite {
	font-family: "museo-sans",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    color: #3E3C39;
    display: inline-block;
    margin-left: 15px;
}

.comment .avatar {
	border-radius: 100%;
}

.search-none {
	padding:30px 0px;
	min-height: 400px;
}


.search__box {
	margin:10px 0px;
}

input[type=text].search__input {
	outline:0;
    width: 80%;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    background-image: url('../img/search.png');
    background-position: 0% 12px; 
    background-size:18px;
    background-repeat: no-repeat;
    padding: 12px 20px 6px 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-bottom:1px solid #3E3C39;
}

/*input[type=text].search__input:focus {
    width: 80%;
    border-bottom:1px solid #3E3C39;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 12px 20px 5px 30px;

}*/


/*
|--------------------------------------------------------------------------
| Media Queries
|--------------------------------------------------------------------------
|*/

/* iphone 6 and up */
@media (min-width: 375px) {
	.social-share__links i {
		margin-right: 25px;
	}
	.h2-headline--light {
		display: block;	
	}
}

@media (min-width: 768px) {

	blockquote {
	    margin: 60px -80px 60px -80px;
	}

	blockquote p {
		font-size: 28px;
		line-height: 36px;
	}

	.article__author-wrap {
		width:200px;
	}

	.article__author-wrap--banner {
		display: inline;
	}

	.intro__main {
		padding:30px 0px 0px 0px;
	}


	.popup-menu__subscribe-text--mobile {
		display:none;
	}

	.popup-menu__subscribe-text--desktop {
		display:block;
	}
	.popup-menu__logo img {
	    width: 100px;
	}

	.popup-menu__section {
	    margin-top: 10px;
	}

	.popup-menu{
		height: auto;
    	overflow: auto;
	}

	.popup-menu__close {
	    top: 10px;
	    left: 30px;
	}

	.popup-menu__subscribe-form {
		margin-top:0px;
	}

	.popup-menu__subscribe{
		padding:30px 0px;
	}

	.popup-toaster__subscribe{
		padding:35px 0px 40px 0px;
	}



	.navbar__block {
		width:120px;
	}

	.navbar__menu {
		margin-left: 15px;
	}

	.navbar__donate {
		display:inline-block;
		margin-left:10px;
	}

	.link__wrapper {
		margin-top:50px;
	}

	.section-headline {
		margin-left: 40px;
	}

	.intro__headline {
		font-size:48px;
		line-height: 52px;
	}

	.intro__headline--light {
		font-size:48px;
	}

	.intro__banner {
		height:550px;
	}

	.intro__banner--none {
		height:60px;
	}

	.article__meta-box--banner {
		width:100%;
	}


	.article__date--banner:after{
		content: " ";
		margin:0px 5px 0px 8px;
	}
	.article__time:before {
		content: " ";
	}

	.article__author--banner:after {
		content: "\2022";
	}

	.article__time--banner{
		margin-top:0px;
	}

	.article__body {
		padding:30px 0px 60px 0px;
	}

	.default__body {
		padding:0px 0px 60px 0px;
	}
	.article-card__container {
		padding-bottom: 10px;
	}

	.article-card__content {
	    padding: 15px 15px 15px 15px;
	}

	.article-card__card {
		flex-basis:32.66%
	}


	.article-card__card:nth-child(2),
	.article-card__card:nth-child(3n + 2){ 
		margin-left: 1%;
		margin-right: 1%;
	}


	.article-card__image {
		height:200px;
	}

	.trending__row {
		height:520px;
	}

	.trending__tall {
		width:auto;
		height: 100%;
		min-height:520px;
	    margin-right: 16px;
	}


	.trending__short {
		height:calc(50% - 8px);
		width:100%;
		min-height: 252px;
	}

	.trending__short--first {
		margin-bottom: 16px;
	}

	.trending__close {
		top:-80px;
	}

	.recent-posts__content {
		padding:0px 0px;
	}

	.recent-posts_image-box {
		width:90%;
		height:200px;
		margin: 5px 0px;
	}

	.recent-posts__card {
		margin-bottom: 30px;
	}

	.footer {
		padding:40px 30px 0px 30px;
	}

	.footer-subscribe {
		background-position: 22%;
		background-image: url('../img/footerbg.jpg');
	}


	.footer-subscribe__forms {
	    display: inline-block;
	    width: 125px;
	    padding: 0.575rem .75rem;
 	}

 	.footer-subscribe__forms--name {
	    display: inline-block;
	    width: 125px;
	    padding: 0.575rem .75rem;
 	}


 	.most-shared__section {
		padding:60px 0px;
	}

	.most-shared__content {
		padding: 0px 15px 0px 40px;
	}

	.social-share {
		text-align: left;
		width:65px;
		height: 250px;
		position: absolute;
		top:160px;
		left: -10px;
		padding:0;
		border:none;
		background-color: transparent;
		
	}

	.social-share__links {
		display: block;
		color:#9B9B9B;
		font-size:14px;
		margin:0px 10px 15px 10px;
		width:100%;

	}

	.social-share__links i {
		font-size:20px;
		margin-right:8px;
	}

	.social-share__numbers {
		display:inline-block;
	}

	.social-share__share {
		display: none;
	}


	.published__container {
		padding:60px 0px;
	}

	.published__author-container {
		border-right:1px solid #dcdbda;
		padding-left:60px;
	}

	.published__guest-author-container {
		border-right:1px solid #dcdbda;
		padding-left:20px;
	}

	.tags__container {
		padding-left: 30px;
	}

	.published__author {
		width:130px;
		height: 130px;
		margin-top: 0px;
	}

	.most-shared__image {
		height:400px;
	}

	.author-bio__image {
		height:230px;
		background:#ccc;
		margin-bottom: 15px;
	}

	.author-bio__social {
		padding-top: 10px;
		padding-left: 0px;
		font-weight: 700;
	}

	.author-bio__social i {
		margin-right: 5px;
		color:#FF4438;
	}

	.wide-div {
	  width: 100vw;
	  margin-left: calc(-50vw + 50%);
	}

	.image-set {
		width:49.7%;
	}


}

@media (min-width: 996px) {

	blockquote {
		margin:60px -95px 60px -95px;
	}


	.article__comments {
		cursor: pointer;
	}

	.article__comments-list{
		padding:30px 95px;
	}

	.popup-menu__container {
	    padding: 20px 15px 60px 15px;
	}

	.popup-menu__close {
	    top: 21px;
	    left: 33px;
	}

	.popup-menu__section {
	    margin-top: 50px;
	    padding-left: 80px;
	}

	.popup-menu--border {
		border-right: 1px solid #e9e9e9;
	}

	.popup-menu__logo img {
	    width: 115px;
	}

	.popup-menu__column--trending {
		column-count: 3;
	}

	.popup-toaster__subscribe {
	    padding: 15px 0px 0px 0px;
	}

	
	h2,
	.h2-headline {
		font-size: 36px;
		line-height: 40px;
	}

	.navbar__narwhal {
		height:85px;
	}

	.navbar-brand {
		width:200px;
	}

	.intro__container{
		margin-top:-120px;
	}


	.intro__banner {
		height:740px;
	}

	.intro__banner--none {
		height:225px;
	}
	.intro__main {
		padding:60px 95px 20px 95px;
	}

	.intro__photo-essay {
		padding:60px 95px 30px 95px;
	}

	.intro__photo-meta{
		margin:40px 95px 30px 95px;
	}

	.article__body {
		padding:30px 95px 60px 95px;
	}

	.default__body {
		padding:0px 95px 60px 95px;
	}

	.article-card__image {
		height:240px;
	}

	.recent-posts__container--home {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.recent-posts_image-box {
	    height: 150px;
	}

	.recent-posts__container {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.recent-posts__meta-box {
	    width: 94%;
	    margin: 0px;
	}

	.trending__container {
		padding-top: 40px;
		padding-bottom: 60px;
	    padding-left: 0px;
	    padding-right: 0px;
	}

	.trending__row {
		height:720px;
	}

	.trending__tall {

	}

	.trending__list{
		padding:30px 0px;
	}
	.trending__list-block {
		margin-bottom:30px;
	}

	.trending__close {
		top:-90px;
		right:0px;
	}

	.most-shared__content {
	    padding: 0px 30px 0px 60px;
	}

	.published__author {
		width:120px;
		height: 120px;
	}


	.author-bio__content {
		padding-top:30px;
		padding-bottom:60px;
	}
	.author-bio__image {
		height:360px;
	}

	.author-bio__social {
		padding-top: 10px;
		padding-left: 15px;
	}

	.author-bio__social i {
		margin-right: 5px;
		color:#FF4438;
	}

	.article__announcement {
		margin: 0px 95px 0px 95px
	}

	.banner-caption {
		display: block;
		width:150px;
		height:130px;
		position: absolute;
		top:180px;
		right: 0px;
		z-index: 99;
	}


	.podcast-content .banner-caption,
	.podcast-content .social-share {
		top:30px;
	}


	.banner-caption--mobile {
		display: none;
	}


	.social-share {
		left:15px;
	}

	.banner-credit__link {
		display: none;
	}

	.section-headline {
	    margin-left: 60px;
	}

	.footer-subscribe__forms {
	    width: 180px;
 	}

}

@media (min-width: 1200px) {

/*	.alignleft {
	    margin-left: -25%;
	}
	.alignright {
	    margin-left: -25%;
	}*/

	.most-shared__content {
		padding: 0px 60px 0px 95px;
	}

	.banner-caption {
		width:180px;
		right: -65px;
	}

	.section-headline {
	    margin-left: 0px;
	}
}

/*------------------------------------------------
	Media Player CSS 
------------------------------------------------*/

.podcast-player {
	position: relative;
}

.podcast-mobile {
	position:fixed;
	bottom:0;
	z-index: 9;
}

#podcast-player .mejs-controls .mejs-time-rail .mejs-time-loaded, 
#podcast-player .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #C1C1C1;
}

#podcast-player .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #FF4438;
}



/* If you want a circle for handle here is the div */
#podcast-player  .mejs-time-handle-content {
	background:#FF4438;
	border: none;
}

#podcast-player .mejs-time-rail {
    height: 40px;
    margin: 0px;
    padding-top: 0px;
    position: absolute;
    width: 100%;
    left:0px;
    top:54px;
}

#podcast-player.podcast-mobile .mejs-time-rail {
	top:-13px;
}

#podcast-player .mejs-time-total {
	height:8px;
	overflow:hidden;
}

#podcast-player .mejs-container .mejs-controls {
    background: #2B2926;
    border-top:1px solid #353535;
    height:60px;
}

#podcast-player .mejs-container {
	height:60px !important;
}

.powerpress_links_pdf {
 background: url(images/pdf.png) no-repeat left top;
 padding-left: 20px;
 min-height: 16px;
}

#podcast-player p.powerpress_links {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
}

#podcast-player .mejs-playpause-button{
	width:50px;
	height:50px;
	margin-right:10px;
}

#podcast-player .mejs-playpause-button>button {
	background: transparent url(../img/playpause.svg);
	background-repeat: no-repeat;
	background-size: 85px;
    width: 41px;
    height: 50px;
}

#podcast-player .mejs-pause>button {
	background-position: -44px 0px;
}

#podcast-player .mejs-time {
	padding: 27px 4px 0px 0px;
	font-size: 12px;
	display: none;

}

#podcast-player .mejs-long-video .mejs-time {
	display: none;
}


#podcast-player p.powerpress_links{
	visibility: hidden;
}

#podcast-player p.powerpress_links a{
	visibility: hidden;
    margin: 19px 15px 0px 0px;
    display: inline-block;
    font-family: "museo-sans",sans-serif;
    font-size: 16px;
    color: #ffffff;
    width:20px;
    overflow: hidden;
}

#podcast-player p.powerpress_links a.powerpress_link_d:before {
	content:"\f019";
	font-family: "Font Awesome 5 Pro";
	margin-right:6px;
	visibility: visible;
}

#podcast-player .mejs-horizontal-volume-slider {
	display:none !important;
}

#podcast-player .mejs-volume-button {
	position: absolute;
	right:116px;
	top:12px;
}

#podcast-player .player__episode-title {
	line-height: 18px;
	font-size:14px;
	position: absolute;
	z-index: 99;
	color:#9B9B9B;
	left:80px;
	top:14px;
}

#podcast-player .mejs-mute {
	display:none;
}

.transcript__wrapper {
	height:0px;
	overflow: hidden;
	
}

.transcript__wrapper.transcript__expand {
	height:auto;
}

.transcript__btn-wrapper {
	margin-top:30px;
	margin-bottom: 60px;
}
.transcript__btn-wrapper .transcript__btn:not(:hover) {
	color: #FF4438;
}



.transcript__subscribe {
	font-size:18px;
}

.transcript__subscribe-btn {
	border: 1px solid #3E3C39;
	text-transform: capitalize;
	font-size:16px;
	line-height:20px;
	margin-top:10px;
	margin-right:5px;
	padding: 5px 14px;
	cursor: pointer;
	display: block;
	max-width:200px;
}

.podcast__intro .transcript__subscribe-btn {
	border: 1px solid #ffffff;
	color: #ffffff !important;
}

.pill-button.transcript__subscribe-btn:hover  {
	color: #FF4438 !important;
}

.transcript__subscribe-btn:hover {
	border: 1px solid #FF4438;
	color: #FF4438;
}

.podcast__intro {
	background-color: #2E2E2E;
	min-height:400px;
	padding:40px 20px 50px 20px;
	margin-left:-15px;
	margin-right:-15px;
}

.podcast__intro .intro__headline,
.podcast__intro .intro__lead,
.podcast__intro .podcast__content p,
.podcast__intro .transcript__subscribe {
	color: #ffffff;
}

.podcast__intro .headline-divider {
	background-color: #D8D8D8;
}

.podcast__logo {
	width:280px;
}

.podcast__excerpt {
	color:#9A9A9A;
}

.intro__container--podcast {
	margin-top:-70px;
}

.podcast__promo {
	background-color: #309f98;
	padding:0px;
	margin-bottom: 40px;
}


.podcast__promo-bear img {
	width:100%;
}

.podcast__promo-logo {
	padding:40px 20px 0px 20px;
	text-align: right;
}

.podcast__promo-logo-img {
	width:100%;
}

.pill-button--promo {
    border: 2px solid #ffffff;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 3px 23px 0px 23px;
}

.pill-button--promo:hover {
    border: 2px solid #ffc45e;
    color: #ffc45e;
    margin-bottom: 20px;
}

.banner-caption--mobile-podcast {
	display: block;
	color:#cccccc;
}

@media (min-width: 768px) {

	.podcast__logo {
		width:380px;
	}

	.intro__container--podcast {
		margin-top:-140px;
	}

	.podcast__promo-logo {
		padding:30px 40px 20px 30px;
		text-align: right;
	}	

	.podcast__promo-logo-img {
		width: 130%;
	    margin-left: -60px;
	}

	.podcast__intro {
		margin-left:-39px;
		margin-right:-39px;
		padding:50px 50px;
	}

	.transcript__subscribe-btn {
		margin-top:5px;
		display: inline-block;
	}
	 
	 #podcast-player p.powerpress_links a {
		visibility: visible;
	    margin: 19px 25px 0px 0px;
	    display: inline-block;
	    font-size:13px;
	    width:auto;
	}

	#podcast-player .mejs-long-video .mejs-time {
		display: block;
	}

	#podcast-player .mejs-time.mejs-currenttime-container {
			position: absolute;
		    right: 208px;
		    direction: rtl;
	}

	#podcast-player .mejs-time.mejs-duration-container {
		position: absolute;
		right: 150px;
		    direction: ltr;
	}


	#podcast-player .mejs-duration::before {
		content:" /  ";
		color: #ffffff;

	}

}

@media (min-width: 996px) {

	.intro__banner--podcast{
		    height: 540px;
	}

	.podcast__promo-logo-img {
		width: 100%;
	    margin-left: 0px;
	}

	.podcast__promo-logo {
		padding:40px 40px 40px 30px;
	}	

		.podcast-mobile {
			position:relative;
			bottom:0;
			z-index: 9;
		}

	.intro__container--podcast {
		margin-top:-180px;
	}

	.podcast__intro {
		background-color: #2E2E2E;
		min-height:400px;
		padding: 60px 95px 70px 95px;
		margin:0px;
	}


	.banner-caption--podcast {
		display: none;
	}
}

@media (min-width: 1200px) {

	.intro__banner--podcast{
		height: 740px;
	}

	.intro__container--podcast {
		margin-top:-280px;
	}

	.podcast__cover {
		height:200px;
	}


	.banner-caption--podcast {
		display: block;
		top: 330px;
    	right: -115px;
	}

	.banner-caption--mobile-podcast {
		display: none;

	}


}

