/*!
 * Theme Name: Cannabis Wire
 * Author: Magda Sicknick
 * Author URI: https://magdasicknick.com
 * Version: 1.0.0
 * Template: civil-cms
 */

@font-face {
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	src: url("/wp-content/themes/civil-cms-cw/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2");
}


/* hide bylines */
.large-feature__authors,
.river__byline,
.card__authors {
display: none !important;
}


/* buttons */
.wp-block-button__link {
    background-color: #ffa500;
    font-family: Oswald;
    text-decoration: none !important;
    border-radius: 10px;
    font-size:20px;
}

.wp-block-button__link:hover {
    background-color: #29a37f;
    color: #333;
}

.wp-block-columns {
  display: flex !important;
}

.wp-block-column {
  flex: 1;
}

.testimonial-text {
    font-size: 0.8rem !important;
}


/* BANNER */
.banner {
    display: block;
    background: orange;
    padding:20px 40px;

}

.banner .banner-inner {
    color: #333;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    /*font-weight: 600;*/
    line-height: 1.2;
    text-align:center;
}

.banner .banner-inner b {
    font-weight: 600;
}

.banner a {
    text-decoration: underline #333;
}

.banner a:hover, .banner a:focus {
    text-decoration: underline #333;
    color: #666;
}

@media (max-width: 800px) {
    .banner {
        padding: 10px 40px;
    }
}

@media (max-width: 600px) {
    .banner .banner-inner {
        font-size: 1rem;
    }
}


.premium-icon {
    color:#f57d28;
    margin-right:5px;
    vertical-align: middle;
    margin-bottom: 5px;
    width:auto;
    height:auto;
    font-size:70%;
}

.article-body__sidebar-right .civil__call-to-action__wrapper .civil__call-to-action__text {
	width: 100%;
}

/* !!-- BUY CVL BANNER --!! */
.newsroom-header__banner {
	background-color: #29a37f;
	color: #fff;
}
.newsroom-header__banner:focus,
.newsroom-header__banner:hover {
	color: #fff;
}

.newsroom-header__banner:focus .newsroom-header__banner__cta, .newsroom-header__banner:hover .newsroom-header__banner__cta {
	border-bottom-color: #fff;
}

iframe[src*=datawrapper] {
    margin-bottom: 1.5em;
}

/* !!-- FANCIES --!! */
::selection {
	background-color: #b3e6cc;
	color: #000;
}

::-moz-selection {
	background-color: #b3e6cc;
	color: #000;
}

/* !!-- LINKS --!! */
a {
	color: #F77D0F;
}

a:hover, a:active {
	color: #333;
}


/** !!-- ERROR PAGE --! **/

.error-page__heading {
    color: #333;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
}

.error-page__content p {
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

.error-page__content a {
    color: #F77D0F;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 100%
}

.error-page__content a:hover, .error-page__content a:active {
	color: #333;
}

/* !!-- HEADER --!! */

/* Header revamp */
/*.newsroom-header__inner, .newsroom-header__wrapper {
    display: block;
    height: 150px;
    width: 100%;
}*/

/*.newsroom-header__nav-wrapper {
    display:inline-block;
    position:relative;
}

.newsroom-header__runs-on-civil {
    display:inline-block;
}*/

.header_wrapper {
    background-color: #ededed;
        height: 8rem;
    display: block;
    border-bottom: 1px solid #333;
}

.newsletter_signup {
        max-width: 90rem;
            margin: 0 auto;
            padding: 0 2rem;
}

.newsroom-header__wrapper {
    border: 0;
}

.newsroom-header__inner {
    flex-wrap: wrap;
    padding: 0;
}

.newsroom-header__inner
.logo__newsroom {
	max-height: 10rem;
	max-width: 30rem;
	width: 425px;
        height: 65px;
	background-image: url("/wp-content/uploads/2022/07/cw-logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
        display: inline-block;
        top: -3px;
}

.newsroom-header__inner
.logo__wrapper img {
	display: none;
	width: 100%;
}

.newsroom-header__search-wrapper {
	margin: 0 5px;
}

/* !!-- NAVIGATION --!! */

.newsroom-header__nav > ul > li a {
        padding: 1rem; /* 1rem 1rem 0.5rem;*/
        border-bottom:2px solid transparent;
}

.newsroom-header__nav > ul > li:hover a {
        border-bottom:2px solid #66cc99;
        color: #0e7d5a;
}

.newsroom-header__nav > ul > li.has-children:hover > a:after {
        border-top-color: #0e7d5a;
}

.newsroom-header__wrapper {
    height: 4.5rem;
    position: absolute;
    width:100%;

}
.newsroom-header__wrapper,
.newsroom-header__nav-wrapper,
.newsroom-header__nav > ul > li a {
	/*background-color: #ededed;*/
    font-size: 1.2rem;
    border-top: 0;
}

.subscribe-button__full-width,
.newsroom-header__nav>ul a {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.newsroom-header__nav > ul a {
	text-transform: uppercase;
	letter-spacing: 0;
	color: #333;
}

.newsroom-header__nav > ul a:hover, .newsroom-header__nav > ul a:focus {
	color: #333;
	text-decoration: none;
}

.newsroom-header__nav > ul > li.current-menu-item a {
	border-bottom-color: #66cc99;
}

.subscribe-button__full-width {
	background-color: #f57d28;
	border: 3px solid #f57d28;
	color: #fff;
	letter-spacing: 2px;
}

.subscribe-button__button:focus,
.subscribe-button__button:hover {
	background-color: #ffa500;
}



/** SUBSCRIBE BUTTON **/
.menu-item-subscribe {
    height: 50px !important;
}

#btn-subscribe {
	background-color: #f57d28;
	border: 3px solid #f57d28;
	color: #fff;
	letter-spacing: 1px;
	-webkit-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
        border-radius: 5px;
        top: -1px;

}

#btn-subscribe:hover,
#btn-subscribe:focus {
	background-color: #ffa500;
	-webkit-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}


@media (min-width: 80rem) {
    .newsroom-header__nav button {
        padding: 1.0rem !important;
        margin-top: 5px;
    }
}




/* LOGIN/LOGOUT/ACCOUNT */
/*
.newsroom-header__nav-wrapper {
        height: 10%;
}*/

.newsroom-header__wrapper {
    border-bottom: 1px solid #c4c2c0;
}

.newsroom-header__wrapper, .newsroom-header__nav-wrapper, .newsroom-header__nav > ul > li button {
    background-color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    line-height: 18px;
    cursor:pointer;
    outline:none;

}

.newsroom-header__nav > ul > li button {
    margin-top: 15px;
    border: 3px solid transparent;
}

.newsroom-header__wrapper, .newsroom-header__nav-wrapper, .newsroom-header__nav > ul > li button:hover,
.newsroom-header__wrapper, .newsroom-header__nav-wrapper, .newsroom-header__nav > ul > li button:focus{
    color: #333;
    text-decoration: none;
    outline:none;
}

@media (min-width: 80rem) {
    .newsroom-header__nav button {
        font-size: 1.125rem;
        padding: 1.25rem;
    }
}


/* !!-- SUBMENU --!! */
.menu-item-categories {
    cursor:pointer;
}

.menu-item-2749:hover menu-item-2749 .sub-menu {
    position:absolute;
    display:block;
}


/* !!-- NEWSLETTER BUTTON --!! */
#menu-item-592 a {
	background-color: #f57d28;
	border: 3px solid #f57d28;
	color: #fff;
        border-radius: 5px;
	letter-spacing: 1px;
	-webkit-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}

#menu-item-592 a:hover,
#menu-item-592 a:focus {
	background-color: #ffa500;
	-webkit-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}

/* !!-- SOCIAL --!! */
.menu-item-socials a {
	font-size: 0;
	padding: 5px !important;
}

.footer-socials {
	float: left;
}

.footer-socials a {
	font-size: 0;
	padding: 0;
}

.menu-item-in {
	margin-left: 10px !important;
}

.menu-item-socials a:before
, .footer-socials a:before {
	font-family: FontAwesome;
	font-size: 1.3rem;
	padding: 7px;
	width: 24px;
	display: inline-block;
	text-align: center;
	background-color: none;
	border-radius: 50%;
	-webkit-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.footer-socials a:before {
	font-size: 1.2rem;
	padding: 3px;
	width: 18px;
}

.footer-socials:first-child a:before {
	margin-left: 3px;
}

.menu-item-socials a:hover:before,
.footer-socials a:hover:before {
	border-radius: 50%;
	color: #fff;
	-webkit-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.menu-item-fb a:before {
	content: "\f09a";
}

.menu-item-tw a:before {
	content: "\f099";
}

.menu-item-in a:before {
	content: "\f0e1";
}

.menu-item-in a:hover:before {
	background-color: #0e76a8;
}

.menu-item-fb a:hover:before {
	background-color: #3b5998;
}

.menu-item-tw a:hover:before {
	background-color: #00aced;
}



/* privacu policy */
#menu-item-1017 {
	clear: both;
}


/* MAILCHIMP */
.civil__call-to-action__newsletter-message {
	border-left: 6px solid #29a37f;
	color: #29a37f !important;
}

.site-main>.civil__call-to-action__wrapper {
	margin: 3rem 0 !important;
}

/* !!-- PAGE HEADER --!! */
.page-header__title {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	margin-bottom: 1.5rem;
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
	font-family: 'Oswald', sans-serif;
}

/* !!-- STARTER KIT STYLES --!! */
.page-id-134 .content__wrapper,
.page-id-134 .page-template__wrapper,
.page-id-134 .page-body__wrapper {
	display: block;
}

.page-id-134 iframe,
.page-id-134 object {
	min-height: 100vh;
	width: 100%;
}

/* !!-- RESOURCE STYLES --!! */
.page-id-5171 .content__wrapper,
.page-id-5171 .page-template__wrapper,
.page-id-5171 .page-body__wrapper {
	display: block;
}

.page-id-5171 iframe,
.page-id-5171 object {
	min-height: 100vh;
	width: 100%;
}

/* !!-- RESOURCE SANDBOX STYLES --!! */
.page-id-3527 .content__wrapper,
.page-id-3527 .page-template__wrapper,
.page-id-3527 .page-body__wrapper {
	display: block;
}

.page-id-3527 iframe,
.page-id-3527 object {
	min-height: 100vh;
	width: 100%;
}

/* EDITORS NOTE */
.postid-848 .image__wrapper {
	padding-bottom: 5% !important;
	background-color: white;
}

.postid-848 .image__wrapper img {
	display: none;
}

.image__wrapper .image__intrinsi1 {
	background-color: white;
}

/* !! NEWSLETTER PAGE --!! */
.page-id-564 .content__wrapper,
.page-id-564 .page-template__wrapper,
.page-id-564 .page-body__wrapper {
	display: block;
}

/* !!-- DATES --!! */
.large-feature__date {
	padding-top: .5rem;
}

.content-item__date {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	top: 0;
}

/* !!-- CALL TO ACTION --!! */
.featured-articles__feature-list
.civil__call-to-action__wrapper {
	border-top: 0;
}

.featured-articles__wrapper +
.civil__call-to-action__wrapper,
.article-grid__wrapper + .civil__call-to-action__wrapper {
	border-top: 2px solid #29a37f;
	border-bottom: 2px solid #29a37f;
	background-color: #ededed;
}

.featured-articles__feature-list
.civil__call-to-action__layout-block {
	border-bottom: 2px solid #29a37f;
}

.civil__call-to-action__heading,
.civil__call-to-action__text {
	font-family: 'Oswald', sans-serif !important;
	font-weight: 600;
}

.civil__call-to-action__text {
	text-align: left;
        font-size: 1.6rem !important;
}

.civil__call-to-action__heading {
	font-size: 2.5rem !important;
}

.civil__call-to-action__input-wrapper {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}

.civil__call-to-action__newsletter-submit {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	background-color: #29a37f;
	border: 2px solid #29a37f;
	cursor: pointer;
}

.civil__call-to-action__theme-light
.civil__call-to-action__submit-wrapper {
	border: none;
}

.civil__call-to-action__theme-medium
.civil__call-to-action__submit-wrapper {
	border: none;
}

.civil__call-to-action__theme-dark
.civil__call-to-action__submit-wrapper {
	border: none;
}

.civil__call-to-action__submit-wrapper {
	border: 1px solid #29a37f;
}

.civil__call-to-action__submit-wrapper input:focus,
.civil__call-to-action__submit-wrapper input:hover {
	background-color: #33cc99;
}

.civil__call-to-action__layout-inline.civil__call-to-action__wrapper {
	border: 1px solid #29a37f;
	border-left: 4px solid #29a37f;
	padding: 20px;
	background-color: #d2e7d2;
}

.civil__call-to-action__layout-inline
.civil__call-to-action__newsletter-submit {
	background-color: #29a37f;
}

.civil__call-to-action__wrapper .civil__call-to-action__text {
	font-family: 'Oswald', sans-serif;
}

.civil__call-to-action__newsletter-email,
.civil__call-to-action__newsletter-submit {
	font-family: 'Oswald', sans-serif;
	font-weight: 400 !important;
	font-size: 1rem !important;
}

/* !!-- FEATURE IMAGE --!! */
.large-feature__inner {
	border-bottom: 2px solid #29a37f;
}

.large-feature__title {
	font-size: 1.8rem;
}

.large-feature__title,
.large-feature__wrapper .large-feature__eyebrow {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}

.large-feature__byline,
.large-feature__dek {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
}

.large-feature__dek {
	font-style: italic;
	font-size: 1.2rem;
}

.large-feature__authors {
	margin: 0;
}

/* !!-- TITLES --!! */
.large-feature__title a:hover,
.large-feature__title a:focus,
.river__title a:hover,
.river__title a:focus,
.card__title a:hover,
.card__title a:focus {
	color: #f57d28;
}

/* !!-- TOP STORIES --!! */
.featured-articles__list-headline {
	border-bottom: 3px solid #333;
	margin-bottom: .5rem;
}

.featured-articles__list-headline,
.river__title {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}

.river__image img {
	border: 1px solid #828282;
}

.river__wrapper {
	border-bottom: 2px solid #29a37f;
}

.river__eyebrow a,
.content-item__eyebrow a {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
        color: #f57d28;
	/*color: #29a37f;*/
        /*color: #66cc99;*/
}

.river__byline {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
}

/* !!-- ARTICLE GRID --!! */
.card__content {
	border-bottom: 2px solid #29a37f;
}

.card__title a {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}

.card__dek {
	font-style: italic;
}

.card__dek,
.card__byline {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
}

.card__eyebrow {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}

/* !!-- CONTENT --!! */
.article-header__title,
.article-header__eyebrow,
.archive-header {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
    margin-bottom: 1.25rem;
}

.archive-description {
font-style: italic;
    font-family: 'Noto Serif', serif;
    font-size: 1.1rem;
    margin-bottom: 2.25rem;
    font-weight: 500;
}

.article-header__title {
	font-size: 2.2rem;
}

.article-header__date,
.article-bylines__bio-name,
.article-header__byline {
	font-family: 'Oswald', sans-serif !important;
	font-weight: 400 !important;
}

.user-archive__heading {
    font-family: 'Oswald', sans-serif !important;
    font-size:2rem;
}

.article-bylines__twitter-handle {
        font-family: 'Noto Serif', serif;
	color: #66cc99;
        font-size: 0.9rem;
}

.article-bylines__bio-content{
    font-family: 'Noto Serif', serif !important;
}

.article-header__dek {
	font-style: italic;
	font-family: 'Noto Serif', serif;
	font-size: 1.1rem;
	margin-bottom: 1.25rem;
	font-weight: 500;
}

.article-bylines__bio-name {
	font-size: 1.2rem !important;
	/*letter-spacing: 1px;*/
}

.article-bylines__bio-more {
	font-family: 'Noto Serif', serif;
	color: #f57d28;
}

.article-bylines__bio-more:hover {
	color: #29a37f;
}

.rich-text p {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	font-size: 1rem;
	color: #333;
}

.rich-text p a,
.rich-text li a,
.rich-text a,
a {
	text-decoration: underline #29a37f;
        color: #333;
}

.rich-text p a:focus,
.rich-text p a:hover/*,
.rich-text a:focus,
.rich-text a:hover,
.rich-text li a:focus,
.rich-text li a:hover,
.site-content a:focus,
.site-content a:hover */{
	color: black;
	background: #66cc99;
}

.site-content {
    padding-top: 7rem;
}


.rich-text ol, .rich-text p, .rich-text ul, .rich-text li {
	font-family: 'Noto Serif', serif;
}

.article-template__comments-wrapper {
	display: none;
}

/* !!-- More !!-- */
.button-secondary-light {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #f57d28;
	border: 2px solid #f57d28;
	cursor: pointer;
}

.button-secondary-light:focus,
.button-secondary-light:hover {
	background-color: #ffa500;
        outline:none;
}

.newsroom-header__menu-trigger {
    margin-right:1rem;
    width:1.5rem;
}

.newsroom-header__menu-trigger path {
	fill: #333;
}

/* !!-- FOOTER --!! */
.newsroom-footer__wrapper {
	background-color: #333;
}

.newsroom-footer__inner {
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}

.newsroom-footer__content {
	margin: 0 0 0 auto;
}

.newsroom-footer__nav-wrapper .menu a {
	color: #999;
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
}

.newsroom-footer__nav-wrapper .menu a:hover {
	color: #f47d1f;
}

.newsroom-footer__copyright {
	color: #999;
	font-family: 'Oswald', sans-serif;
	font-size: .9em;
}

.newsroom-footer__nav-heading {
	font-family: 'Oswald', sans-serif;
	color: #ddd;
	font-size: 1.3rem;
	font-weight: 400;
}

.newsroom-footer__subscribe-wrapper {
	display: none;
}

.cw-embed-code iframe {
	width: 100%;
}



/* !!-- PAGNATION --!! */
.page-numbers {
	display: inline-block;
	padding: 5px 15px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none !important;
	border-radius: 2px;
	font-weight: 600;
        font-family: 'Oswald', sans-serif;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #66cc99;
}

span.page-numbers {
        cursor: default;
}


/* !!-- MEDIA QUERIES --!! */

@media (max-width: 490px) {
    .newsroom-header__inner .logo__newsroom {
        max-width:80%;
    }
}

@media (max-width: 36rem) {
	/* !!-- HEADER --!! */
	.logo__newsroom {
		max-width: 20rem;
	}

/*	.newsroom-header__wrapper {
		height: 100px;
	}*/
}

@media (max-width: 48rem) {
	/* !!-- ARTICLE GRID --!! */
	.card__content {
		border: 0;
	}
}

@media (max-width: 64rem) {
	.newsroom-header__nav > ul {
		display: block;
	}

	/* !!-- BANDAID --!! */
	.rich-text figure.alignleft,
								.rich-text figure.alignright {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	.rich-text figure.alignleft img,
								.rich-text figure.alignright img {
		width: 100%;
	}

	/* !!-- END BANDAID --!! */
	.newsroom-header__nav>ul>li {
		border-bottom: none;
	}

	#menu-item-592 a {
		border: none;
	}

	.menu-item-socials {
		width: auto;
		padding: 0;
		float: left;
		width: 50%;
		display: inline;
		border-bottom: none;
	}

	.menu-item-socials a {
		width: auto;
		float: left;
		margin-top: 5px;
		border-bottom: 0;
	}

	/* footer mobile */
	.logo__footer {
		margin: 0 auto;
	}

	.newsroom-footer__content {
		text-align: center;
		grid-auto-flow: dense;
	}

	.newsroom-footer__content #menu-item-767,
																				    .newsroom-footer__content #menu-item-768 {
		display: inline-block;
		float: none;
	}

	.newsroom-footer__copyright {
		display: block;
		text-align: center;
	}
}

@media (max-width: 90rem) {
	.newsroom-header__nav-wrapper li {
		/*width: 100%;*/
	}

	.menu-item-socials {
		width: auto !important;
	}
}

@media (min-width: 32rem) {
	.large-feature__inner {
		padding: 1rem 2rem;
	}
}

@media (min-width: 48rem) {
	.featured-articles__featured-article {
		grid-column: span 7;
	}

	.featured-articles__feature-list {
		grid-column: span 5;
	}

	.large-feature__content {
		margin: -8.812rem 2rem 0;
	}

	.card__eyebrow {
		margin-bottom: .625rem;
	}

	.card__title {
		margin-bottom: .5rem;
	}

	.card__authors {
		margin-top: auto;
	}

	.card__date {
		margin-top: 0;
		padding-top: .5rem;
	}
}

@media (min-width: 64rem) {
	.article-header__image + .article-header__wrapper {
		margin-top: -130px;
                grid-column: 4/-4;
	}

	.article-header__image-meta {
		max-width: 5rem;
	}

        .article-header__credit {
                font-size: 0.6rem;
        }

	.page .body-content__centered {
		grid-column: 3/span 8;
	}

        .body-content__sidebar {
             grid-column: 4/-4;
        }

	.article-header__wrapper {
		padding: 1.563rem 2rem 0;
		margin-bottom: 0;
	}

	.featured-articles__wrapper___1MavN {
		margin-bottom: 3rem;
	}

	/* !!-- NEWSLETTER BUTTON --!! */
	#menu-item-592 {
		padding: 1.5rem 0;
		margin-left: 10px;
                padding-top: 12px;
	}

	#menu-item-592 a {
		padding: 1.25rem .5rem;
		height: 50%;
	}
}

.newsroom-header__nav {
	margin-right: 0;
}

.newsroom-header__runs-on-civil {
	margin-left: 1.125rem;
        height: 4.2rem;
}

@media (min-width: 80rem) {
	.article-header__image {
		grid-column: 3/-3;
	}

	.newsroom-header__nav {
		margin-right: 0;
	}
}

/*
@media (min-width: 90rem) {
	.no-indicators .article-header__wrapper {
		grid-column: 3/span 8;
	}
}*/
@media all and (min-width: 48rem) {
	.body-content__centered {
		grid-column: 1 / -1;
	}

	.cw-newsletter-split {
		display: grid !important;
		grid-template-columns: repeat(2,auto);
	}

	.cw-newsletter-header {
		grid-column: 1 / -1;
		padding-left: 50px;
	}

	.cw-newsletter-header>p {
		font-size: 28px;
	}

	.cw-newsletter {
		margin-bottom: 0 !important;
		padding: 10px 50px;
		display: flex !important;
		flex-direction: column;
	}

	.cw-newsletter .cw-embed-code {
		margin-top: auto;
	}

	.cw-newsletter h3,
																				    .cw-newsletter p,
																				    .cw-embed-code {
		text-align: center;
	}
}

/* !!-- AUTHORS PAGE --!! */
.page-id-402 .author {
	width: 30%;
	float: left;
	margin-left: 2.5641025641026%;
	height: 420px;
}

.page-id-402 .intern {
	width: 30%;
	display: inline-block;
	margin-left: 2.5641025641026%;
	height: 450px;
}

.page-id-1155 .author {
	width: 22%;
	display: inline-block;
	margin-left: 2.5641025641026%;
	height: 450px;
	vertical-align: top;
}

.page-id-1155 .intern {
	width: 22%;
	display: inline-block;
	margin-left: 2.5641025641026%;
	height: 450px;
	vertical-align: top;
}

.page-id-1155 .body-content__centered {
	grid-column: 2/span 10;
}

.page-id-402 .first,
.page-id-1155 .first {
	clear: both;
	margin-left: 0;
}

.page-id-402 .author .featured-image img,
.page-id-1155 .author .featured-image img {
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
}

.page-id-402 .intern .featured-image img,
.page-id-1155 .intern .featured-image img {
	width: 90%;
	max-width: 120px;
	margin: 0 auto;
}

.author-name, .author-role, .author-bio {
	text-align: center;
	margin-bottom: 2% !important;
}

.author-name a, .author-name {
	font-family: oswald;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.3rem;
}

.autor-name a:hover {
	text-decoration: underline;
}

.author-role {
	text-align: center;
	margin-bottom: 10px;
	font-weight: 400;
	color: #F77D0F;
	font-family: oswald;
}

.author-bio p {
	font-size: .9rem;
	margin-top: 7%;
}

@media only screen and (max-width: 800px) {
	.page-id-402 .author,
								.page-id-1155 .author {
		margin: 0 auto;
		width: 70%;
		float: none;
	}

	.civil__call-to-action__text {
		width: 100%;
	}
}

/* Add 'Subscribe to Newsletter' icon. */
@media (min-width: 64rem) {
	.article-header__shares-wrapper {
		grid-column: 5/span 3;
		flex-direction: row;
	}
}

li.share-custom-subscribetonewsletter {
	background-image: url("/wp-content/uploads/2018/10/newspaper1.png");
	background-repeat: no-repeat;
	background-size: contain;
}

li.share-custom-subscribetonewsletter a:after {
	padding-left: 25px;
	white-space: nowrap;
	color: #8B8581;
	display: inline-block;
	font-size: 12px;
	content: "Subscribe to Newsletter";
	text-decoration: none;
}