/*
 Theme Name:   Elumine Child
 Theme URI:    https://wisdmlabs.com/elumine
 Description:  Elumine Child Theme
 Author:       Wisdmlabs
 Author URI:   https://wisdmlabs.com
 Template:     elumine
 Version:      1.0.0
 Tags:         elearning
 Text Domain:  elumine-child
*/

body{

}

header#masthead #primary-menu .sub-menu a, header#masthead #Secondary-menu a{
    color: #151515 !important;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
            'header1 header1 usermenu'
            'menu1 menu2 usermenu';
    grid-gap: 5px;
    padding: 10px;
}

.header1Item { grid-area: header1; }
.usermenuItem { grid-area: usermenu; }
.menu1Item { grid-area: menu1; }
.menu2Item { grid-area: menu2; }

.headerSideBySide{
    float: left;
}

.profile_new_float {
    float: left;
}

.left_float {
    width: 35%;
}

.right_float {
    width: 60%;
}

.member-bio .fa {
    font-size: 24pt;
}

.footer-padding {
    padding-bottom: 30px;
}

.profile-section {
    /* padding: 20px;
     border: 1px solid #ebebeb; */
    padding: 5px 50px 15px 50px;
    display: table-cell;
    width: 120px;
    cursor: pointer;
}

.profile-section-active {
    background-color: #ffffff;
    border-bottom: 5px solid #57a039;
}

.profile-section-inactive {
    background-color: #ffffff;
    border-bottom: 10px solid #f2f2f2;
}

.profile-section-fullwidth {
    width: auto;
}

.profile-section-content {
    width: 100%;
    padding: 20px 20px 20px 0;
    border: 0 solid #ebebeb;
    background-color: #ffffff;
    font-family: "Poynter-OS-Display", "Times New Roman", Georgia, serif !important;
    font-size: 20px;
}

.team-member-more {
    margin-top: 30px;
}

.member-profile-picture {
    border-radius: 200px;
    max-width: 100%;
}

.course_div_thumb {
    width: 30%;
    float: left;
    text-align: center;
    padding-top: 25px;
}

.course_div_title {
    width: 65%;
    float: left;
    padding: 15px;
}

.course_span_title {
    font-size: 21px;
}

.course_span_date {
    font-size: 12px;
}

.course_divider {
    width: 95%;
    height: 1px;
    color: #ebebeb;
    margin: 5px 2% 5px 2%;
}

.load_more_button {
    background-color: #6dab3c;
    padding: 10px 20px 10px 20px;
    width: 150px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    font-family: "Poynter-OS-Display", "Times New Roman", Georgia, serif !important;
    margin: auto;
    color: #ffffff;
    margin-top: 30px;
    text-transform: uppercase;
}

.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course-div {
    float: left;
    margin-top: 20px;
}

.course-left {
    width: 65%;
}

.course-right {
    width: 35%;
    font-size: 18px;
    border: 1px solid black;
    padding: 10px;
    line-height: 110%;
    float: right;
}

.course-left img {
    max-width: 600px;
}

.button {
    margin-top: 10px;
}

.syllabus_wrap {
    width: 100%;
}

.syllabus_header {
    position: relative;
    width: 100%;
}

.syllabus_button {
    width:23%;
    padding: 1%;
    size: 22px;
    font-weight: bolder;
    float: left;
    border: 1px solid #ebebeb;
    cursor: pointer;
}

.syllabus_div {
    width: 100%;
    padding: 20px;
    border: 1px solid #ebebeb;
}

#tab_syllabus_2, #tab_syllabus_3, #tab_syllabus_4 {
    display: none;
}

.syllabus_button {
    cursor: hand;
}

.col-lg-8 {
    /* width: 100%;
     min-width: 100%; */
}

.coauthors-div-course {
    margin: 0 15px 15px 0;
    float: left;
}

h1 {
    padding-top: 20px;
    padding-bottom: 0;
}

.fcrb-div-left {
    float: left;
    width: 65%;
    padding-left: 20px;
}

.fcrb-div-right {
    float: left;
    width: 35%;
    padding-left: 20px;
    padding-top: 10px;
}

.fcrb-header {
    width: 100%;
}

.float-left {
    float: left;
}

.fcrb-header-div {
    padding-left: 20px;
}

.fcrb-header-logo {
    width: 300px;
}

.fcrb_news_item {
    margin: 5px 0 5px 0;
}

.fcrb_news_item_div a {
    color: black;
}

.fcrb_news_item_div {
    padding-left: 15px;
}

.fcrb_item {
    width: 100%;
    color: grey;
}

.fcrb_loader {
    margin: auto;
}

ul.fcrb_cats_ul li {
    float: left;
    width: 33%;
    list-style: none;
}

.fcrb-items-list-div {
    width: 100%;
    border: 1px solid grey;
    padding: 15px;
    margin: 20px 0 20px 0;
}

.fcrb_item_div {
    padding-left: 20px;
}

.floaty-left {
    float: left;
}

.fcrb-items-list-div {
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.fcrb_item_div, .fcrb_news_item_div {
    margin: 25px 0 0 20px;
}

.green_title {
    color: #67B244;
    margin-left: 13px;
}

.fcrb_loader, .fcrb_categories {
    display: none;
    text-align: center;
}

.fcrb_empty {
    display: block;
}

.fcrb_div_close {
    width: 100%;
    text-align: right;
    display: none;
}

.fcrb_div_close {
    cursor: pointer;
}

.fcrb_summary_div {
    padding-left: 30px;
}

.main-author {
    width: 100%;
    margin: auto;
    max-width: 1400px;
}

.primary-author {
    position: relative;
}

.author-div-pic {
    width: 35%;
    text-align: center;
    padding-top: 30px;
}

.author-div-content {
    padding-top: 30px;
    width: 65%;
}

.member-info h2 {
    color: #151515;
    font-family: "Poynter-Serif-RE" !important;
    font-size: 48px !important;
    font-weight: bold !important;
}

.subtitle {
    font-family: Poynter-Gothic-Text !important;
    font-weight: 100 !important;
    font-size: 19px;
}

.social-icons {
    padding-bottom: 10px;
}

.social-icons a{
    color: #151515;
    font-size: 16px !important;
    font-weight: bold;
}

.social-icons a:hover {
    color: #57a039;
}

.author-body {
    color: #000000;
    font-family: "Poynter-Serif-RE" !important;
    font-size: 17px;
    font-weight: 500;
}

.fa-calendar, .fa-tag {
    margin-right: 10px;
}

.profile-section {
    font-family: Poynter-Gothic-Text !important;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}


.headline-style {
    font-family: Poynter-Gothic-Text !important;
    font-size: 15px;
    text-transform: uppercase;
}

.profile-section:hover {
    color: #57a039;
}

.table-display {
    display: table;
    width: 100%;
    margin-top: 30px;
}

.course_div_title h3, h4 {
    margin-top: 0 !important;
}

.article-headline {
    color: #000000;
    font-size: 36px;
    font-family: "Poynter-Serif-RE" !important;
    font-weight: bold;
}

.article-headline:hover {
    color: #57a039;
}

.header-container {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 20px 10px 10px 10px !important;
}

.site-branding img {
    max-height: 60px !important;
}

header.site-header.header-light {
    box-shadow: none;
}

.header-container-under {
    width: 100%;
    max-width: 1600px;
    height: 3px;
    background-color: #f2f2f2;
    margin: auto;
}

.main-navigation .menu-item a, .navigation-secondary .menu-item a {
    font-size: 14px;
}

.leftie {
    float: left;
}

.w50 {
    width: 50%;
}

.w80 {
    width: 80%;
}

.w40p {
    width: 40px;
}

.ucase {
    text-transform: uppercase;
}

.article-tag-div {
    padding-bottom: 15px;
}

#masthead {
    margin-top: 0;
}

.fa {
    padding-left: 5px;
    padding-right: 5px;
}

.btn-share {
    cursor: pointer;
}

.share-title {
    font-family: Poynter-Gothic-Text;
    font-size: 10px;
    text-transform: uppercase;
}

.share-div {
    padding: 10px;
    background-color: #f2f2f2;
    width: 150px;
    margin-left: 165px;
    margin-top: -15px;
    display: none;
    position: absolute;
}

.lds-dual-ring {
    margin: auto;
    width: 40px;
}

@media only screen and (max-width: 1024px) {
    .course-left, .course-right {
        width: 100%;
    }

    .profile-section {
        padding: 3px 10px 0px 10px;
        display: block;
        width: 100%;
        padding: 5px;
    }

    .profile-section-fullwidth {
        display: none;
    }

    .profile-section-fullwidth {
        width: 100%;
    }

    .author-div-content, .course_div_title, .course_div_thumb, .author-div-pic {
        width: 100%;
    }

    .profile-section-content {
        padding: 20px 0 0 0;
    }

    .article-headline {
        margin-top: 20px;
    }

}


/* Global Grid */
.col-centered {
	margin-right: auto;
	margin-left: auto;
}

/* page-template-template-ifcn_misinformation */
.page-template-template-ifcn_misinformation .breadcrumbs-listing {
    height: 0;
    padding: 0;
    margin: 0;
}
.page-template-template-ifcn_misinformation .post-wrapper {
	display: block;
	
}
@media only screen and (min-width: 992px) {
	.page-template-template-ifcn_misinformation .post-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
}
.covid-title.elumine-page-title {
	margin-bottom: .5em;
    word-break: break-word;
    hyphens: auto;
}
@media only screen and (min-width: 375px) {
	.covid-title.elumine-page-title {
		margin-bottom: 1em;
	}
}
.covid-articles {
	
}
.covid-articles article {
	min-height: 250px;
}
.covid-articles article:hover {
	
}
.covid-articles article .post-container {
	padding: 1.5em 15px 2em;
    height: 100%;
    display: flex;
    flex-direction: column;
	margin: 0 -15px auto;
	transition: top 700ms ease-in-out;
	position: relative;
	top: 0;
}
.covid-articles article:hover .post-container {
	transition: position 1s;
	position: relative;
	top: -5px;
	background-color: #57a039;
	transition: top 300ms ease-in-out;
}



.covid-articles article:hover p {
	color: #fff !important;
}
.covid-articles article:hover .entry-title--red {
	color: #fff !important;
}
.covid-articles article:hover .entry-title a {
	color: #fff !important;
}
.covid-articles article:hover .button {
	background-color: #fff;
	color: #333 !important;
}
.covid-articles article:hover .button:hover {
	background-color: #fff;
	color: #57a039 !important;
}
.covid-articles article .entry {
	margin-top: auto;
}


.page-template-template-ifcn_misinformation #page header.entry-header .entry-title {
	font-size: 1.25rem;
	padding-top: .05em;
	line-height: 1.3;
}

@media only screen and (min-width: 375px) {
	.page-template-template-ifcn_misinformation #page header.entry-header .entry-title {
		font-size: 1.5rem;
	}
}
@media only screen and (min-width: 992px) {
	.page-template-template-ifcn_misinformation #page header.entry-header .entry-title {
		font-size: 1.125rem;
	}
}


.page-template-template-ifcn_misinformation #page header.entry-header .entry-title a {
	text-decoration: none;
	color: #151515;
}
.page-template-template-ifcn_misinformation #page header.entry-header .entry-title a:hover {
	text-decoration: underline;
}
.page-template-template-ifcn_misinformation nav.navigation.pagination {
	width: 100%;
}
.covid-disclaimer {
    font-size: .75rem;
    line-height: 1.2;
    margin-top: 3em;
}
.page-template-template-ifcn_misinformation .heading {
	width: 100%;
	margin: 0 auto 3em;	
}
@media only screen and (min-width: 992px) {
	.page-template-template-ifcn_misinformation .heading {
		width: 768px;
		
	}
}
.page-template-template-ifcn_misinformation .heading p {
	font-size: 1rem;
}

@media only screen and (min-width: 375px) {
	.page-template-template-ifcn_misinformation .heading p {
		font-size: 1.428571428571429rem;
		font-size: 1.2rem;
		margin: 0 auto;
	}
}
.single-ifcn_misinformation #page header.entry-header .entry-title {
	margin-bottom: .25em;
	font-size: 28px !important;
}
.single-ifcn_misinformation #page .post-container {
	margin-bottom: 1em;
}
.single-ifcn_misinformation .entry-content__button {
	    margin-bottom: 4rem;
}
.entry-title--red {
	color: #e43030;
}
.entry-content__text {
    font-family: "Poynter-Serif-RE";
    color: #444;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: .5em;
}
.entry-content__text--topinfo {
	margin-bottom: 1em;
}
.entry-content__text--org {
	font-size: 1.5rem;
    font-weight: bold !important;
}
p.entry-content__text--smaller {
	font-size: .75rem !important;
	line-height: 1.4
}
p.entry-content__text--explanation {
    line-height: 1.4;
    font-size: 1.2rem;
}
.entry-content__button {
	background: #67B244;
	margin-bottom: 1em;
}
.entry-content__button:hover {
	background: #538e38;
	color: #fff;
}
.entry-content__button--smaller {
    padding: 6px 16px;
    padding: .5em 1em;
    border-radius: 10em;
    font-size: 12px;
}
#pagination {
	background: ;
}  
#pagination .row a {
	padding: 1.5em 1em;
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}
#pagination .row a:hover {
	text-decoration: underline;
}



/* Covid Filters */
.page-template-template-ifcn_misinformation .covid-controls {
	
}
.page-template-template-ifcn_misinformation form.covid-filters {
	background-color: #333;
	padding: 2em;
	margin: 0 auto 0;
    display: flex;
    flex-direction: column;
    border-radius: none;
}
@media only screen and (min-width: 768px) {
	.page-template-template-ifcn_misinformation form.covid-filters {
		padding: 2em;
	    flex-direction: row;
	    border-radius: 0;
	}
}
.
.page-template-template-ifcn_misinformation form.covid-filters .covid-filters__select-wrap {
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.page-template-template-ifcn_misinformation form.covid-filters .covid-filters__select-wrap {
		width: 75%;
	}
}
.page-template-template-ifcn_misinformation form.covid-filters select {
	background-color: #fff !important;
	width: 100%;
	margin: 0 0 1rem 0;
	padding: 4px 36px 4px 4px;
	border: none;
	font-family: 'Poynter-Gothic-Text' !important;
		font-weight: bold;
		color: #404040;
		font-size: .85rem;
}
@media only screen and (min-width: 768px) {
	.page-template-template-ifcn_misinformation form.covid-filters select {
		background-color: #fff !important;
		width: 30.5%;
		margin: 0 2% 0 0;
		padding: 4px 36px 4px 4px;
		border: none;
		
	}
}
.page-template-template-ifcn_misinformation form.covid-filters .covid-filters__input-wrap {
	width: 15%;
}
.covid-filters__orderby-wrap {
	width: 100%;
    display: flex;
    flex-direction: row;
}
@media only screen and (min-width: 768px) {
	.covid-filters__orderby-wrap {
		width: 25%;
	}
}
.page-template-template-ifcn_misinformation form.covid-filters .covid-filters--view-wrap {
	width: 80%;
}
.page-template-template-ifcn_misinformation form.covid-filters .covid-filters--clear-wrap {
	width: 15%;
	margin-left: 5%;
}
.page-template-template-ifcn_misinformation form.covid-filters .covid-filters--clear  {
	font-family: 'Poynter-Gothic-Text' !important;
    font-weight: bold;
    width: 31px;
    height: 31px;
}

.page-template-template-ifcn_misinformation input.covid-filters__input {
	width: 100%;
    padding: 5px 10px;
    text-align: center;
    font-family: 'Poynter-Gothic-Text' !important;
    font-weight: bold !important;
    cursor: pointer;
    font-size: .85rem;
	box-shadow: 0px 1px 0 #2e6119;
	color: #333;
}
.page-template-template-ifcn_misinformation .covid-filters__input:hover {
    background-color: #6fbf4c;
    color: #404040;
    box-shadow: 0px 1px 0 #2e6119;
}
.page-template-template-ifcn_misinformation form.covid-sort {
	padding: 2em;
	margin-bottom: 1em;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.page-template-template-ifcn_misinformation .covid-sort__title {
	font-family: 'Poynter-Gothic-Text' !important;
    font-weight: bold !important;
	font-size: .85rem;
	letter-spacing: .05em;
    margin: 0 1em 9px 0;
}
.page-template-template-ifcn_misinformation .covid-sort__select {
	font-family: 'Poynter-Gothic-Text' !important;
    font-weight: bold !important;
	font-size: .9rem;
	letter-spacing: 0;
	margin: 0 1em 5px 0;
    width: 12rem;
}




/* Covid Search */
.page-template-template-ifcn_misinformation .searchform {
    width: 100%;
    background: #eee;
    padding: 2em;
    display: flex;
    width: 100%;
}
.page-template-template-ifcn_misinformation .searchform div {
    width:  100%;
    margin: 0 auto;
}
.page-template-template-ifcn_misinformation .searchform .covid-search__input-text {
    width: 70%;
    margin-right: 2%;
    background-color: #fff !important;
    border: none;
    padding: 4px;
    line-height: 23px;
}
.page-template-template-ifcn_misinformation .searchform .covid-search__input-text:focus {
	background-color: #fff !important;
}
.page-template-template-ifcn_misinformation .covid-filters__input.covid-filters__input--auto {
	width: 25%;
}
@media only screen and (min-width: 768px) {
	.page-template-template-ifcn_misinformation .searchform .covid-search__input-text {
	    width: 82%;
	}
	.page-template-template-ifcn_misinformation .covid-filters__input.covid-filters__input--auto {
		width: 15%;
	}
	.page-template-template-ifcn_misinformation .searchform div {
	    width: 60%;
	    margin: 0 auto;
	}
}


/* Covid Banner */
.covid-banner .covid-banner__link {
    width: 100%;
    padding: 1rem;
    display: block;
    text-align: center;
    background-color: #333;
    font-size: 1.25rem;
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
	.covid-banner .covid-banner__link {
    width: 100%;
    padding: 1rem;
    display: block;
    text-align: center;
    background-color: #333;
    font-size: 1.5rem;
    text-decoration: none;
}
}
.covid-banner .covid-banner__link:hover {
    background-color: #67B244;
    color: #fff;
    text-decoration: underline;
}


/* Polygraph iframe */

#polygraph-iframe {
 margin-top: 68%;
}


@media (max-width: 1084px) {
  #polygraph-iframe {
    margin-top: 75%;
  }
}
@media (max-width: 1000px) {
  #polygraph-iframe {
    margin-top: 80%;
  }
}
@media (max-width: 655px) {
  #polygraph-iframe {
    margin-top: 90%;
  }
}
@media (max-width: 545px) {
  #polygraph-iframe {
    margin-top: 217%;
  }
}
@media (max-width: 414px) {
  #polygraph-iframe {
    margin-top: 250%;
  }
}
@media (max-width: 300px) {
  #polygraph-iframe {
    margin-top: 290%;
  }
}







#polygraph-iframe-clusters {
  margin-top: 72%;
}
@media (max-width: 1007px) {
  #polygraph-iframe-clusters {
    margin-top: 92%;
  }
}
@media (max-width: 991px) {
  #polygraph-iframe-clusters {
    margin-top: 152%;
  }
}
@media (max-width: 685px) {
  #polygraph-iframe-clusters {
    margin-top: 163%;
  }
}
@media (max-width: 615px) {
  #polygraph-iframe-clusters {
    margin-top: 163%;
  }
}
@media (max-width: 429px) {
  #polygraph-iframe-clusters {
    margin-top: 347%;
  }
}
@media (max-width: 388px) {
  #polygraph-iframe-clusters {
    margin-top: 437%;
  }
}






/* Category Locally */
.category-locally {
	line-height: 1.2;
}
/* Header whitespace fix. Need to revise and fix at the source. */
.breadcrumbs-listing {
	display: none;
}
/* Image aspect ratio 16:9*/
.category-locally .img-outer {
  position: relative;
  overflow: hidden;
}
.category-locally .img-outer:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: calc(9 / 16 * 100%);
}
.category-locally .img-outer > .img-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/* End: Image aspect ratio 16:9*/
.category-locally .heading {
	padding: 2rem 0;
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}
.category-locally .heading h1,
.category-locally .heading h2, 
.category-locally .heading h3,
.category-locally .heading p {
	margin: 0 0 .5rem 0;
	padding: 0;
	line-height: 1.2;
	border: 0;
}
.category-locally section {
	padding: 1rem 0 3rem;
	border-bottom: 3px solid #333;
}
.category-locally section:first-of-type {
	/* padding-top: 0; */
}
.category-locally section p/*
,
.category-locally section div
*/ {
	font-family: "Poynter-Serif-RE" !important;
}
section.newsletter-section {
	padding: 3rem;
	background: #333;
}
section.newsletter-section h5 {
	font-family: "Poynter-Serif-RE" !important;
	font-weight: 500;
	font-size: 3rem;
	color: #eee;
}
section.newsletter-section p {
	font-family: Poynter-Gothic-Text !important;
	font-weight: bold !important;
	color: #eee;
	margin-bottom: 0;
}
.category-locally .heading p {
	margin: 0;
}
.category-locally .local-news {
	
}
.category-locally .heading h1.elumine-page-title span {
	font-size: 56px;
	line-height: 1;
}
.category-locally .news-column {
	border-right: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
	.category-locally .news-column {
		border-right: none;
	}
}
.category-locally .news-column:last-of-type {
	border-right: none;
}
.category-locally .news-column .more-link a {
	font-family: Poynter-Gothic-Text !important;
	font-size: 16px;
	color: #333;
}
.category-locally .news-column .more-link a:hover {
    color: #67B244;
	right: 2px;
}
.category-locally .featured-story {
	/* padding-right: 2.5%; */
	margin-bottom: 3rem;
}
.category-locally .featured-story__image {
	margin-bottom: 1rem;
	/* height: 56.25%;
    overflow: hidden; */
}
.category-locally .featured-story__image img {
	position: relative;
	/* top: 50%;
	transform: translateY(-50%); */
	width: 100%; 
}
.category-locally .featured-story__title .entry-title,
.category-locally .featured-story__title .entry-title a {
	font-family: "Poynter-OS-Display" !important;
	font-family: "Poynter-Serif-RE" !important;
	font-size: 40px;
	color: #333;
	margin-bottom: 1rem;
	text-decoration: none;
}
category-locally .featured-story__title .entry-title:hover,
.category-locally .featured-story__title .entry-title a:hover {
	text-decoration: underline;
}
.category-locally .featured-highlights {
	/* padding-left: 7.5%; */
    /* border-left: 1px solid #ddd; */
}
.category-locally .featured-highlights__article {
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
}
.category-locally .featured-highlights__article:first-of-type {
    padding-top: 1rem;
}
.category-locally .featured-highlights__article:last-child {
    border-bottom: none;
}
.category-locally .featured-highlights__title .entry-title,
.category-locally .featured-highlights__title .entry-title a,
.category-locally h3.teaser__title,
.category-locally h3.teaser__title a {
	font-family: "Poynter-OS-Display";
	font-family: "Poynter-Serif-RE" !important;
    margin-bottom: .5rem;
	font-size: 20px;
	line-height: 1.2;
	color: #333;
	text-decoration: none;
}
.category-locally .featured-highlights__title .entry-title:hover,
.category-locally .featured-highlights__title .entry-title a:hover {
	text-decoration: underline;
}
.category-locally .featured-highlights__section-title {
	font-family: Poynter-Gothic-Text !important;
	font-weight: bold;
	font-size: 24px;
    color: #333;
    margin-bottom: 1rem;
    margin-top: 0;
    letter-spacing: -.015em;
}
.category-locally .featured-highlights__section-subtitle {
	font-size: 16px;
}
.category-locally .featured-highlights__section-headline {
	font-size: 32px;
}
.category-locally .featured-highlights__details .featured-highlights__date-author,
.tax-locally_categories .featured-highlights__date-author {
	margin-bottom: 1rem;
}
.category-locally .hero-section .row {
	flex-direction: row;
}

@media only screen and (max-width: 768px) {
	.category-locally .hero-section .row {
		flex-direction: column-reverse;
	}
}
.category-locally .news-section .featured-highlights {
	/* padding-right: 7.5%; */
	padding-left: 0;
    /* border-right: 1px solid #ddd; */
    border-left: none;
}
.category-locally .news-section .featured-image {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 1rem;
}

.category-locally .news-section .featured-highlights__title .entry-title, 
.category-locally .news-section .featured-highlights__title .entry-title a {
	font-size: 20px;
	line-height: 1.2;
}
.category-locally .decline.news-section .featured-highlights__title .entry-title,
.category-locally .decline.news-section .featured-highlights__title .entry-title a,
.category-locally .news-section .help-other .featured-highlights__title .entry-title, 
.category-locally .news-section .help-other .featured-highlights__title .entry-title a,
.category-locally .news-section .help-jobs #divFeaturedJobs .teaser__title,
.category-locally .news-section .help-jobs #divFeaturedJobs .teaser__title a,
.category-locally .obituaries.news-section .featured-highlights__title .entry-title,
.category-locally .obituaries.news-section .featured-highlights__title .entry-title a {
	font-size: 18px;
}
.category-locally .excerpt {
	display: none;
}
.category-locally .locally__subhead {
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
	color: #333;
	margin-bottom: .5rem;
	display: block;
}
.category-locally #more-latest-news .featured-highlights__details {
    top: calc(50% - 5px);
    transform: translateY(-50%);
    position: relative;
}
.category-locally .help-jobs .container {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding: 0 0 1rem;
	display: flex;
	flex-direction: row;
}
.category-locally .help-jobs .container .topline,
.category-locally .help-jobs .container .bottomline {
    border-top: none;
    border-bottom: none;
    padding: 0;
}
.category-locally .help-jobs .container .row {
	margin-right: 0;
	margin-left: 0;
    max-width: 25%;
    flex: 0 0 25%;
    border-right: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
}
.category-locally .help-jobs .container .row:first-child {
	padding-left: 0;
}
.category-locally .help-jobs .container .row:last-child {
	padding-right: 0;
	border-right: none;
}
@media only screen and (max-width: 768px) {
	.category-locally .help-jobs .container {
		flex-direction: column;
	}
	.category-locally .help-jobs .container .topline,
	.category-locally .help-jobs .container .bottomline {
	    border-right: none;
	    border-bottom: 1px solid #ddd;
	}
	.category-locally .help-jobs .container .row {
	    max-width: 100%;
	    flex: 0 0 100%;
	    border-right: none;
	    padding-left: 0;
	    padding-right: 0;
	    padding-top: .5rem;
	    padding-bottom: 1.5rem;
	}
}
.category-locally .help-jobs .container .row .col-12 {
    width: 100%;
    padding: 0;
    margin: 0;
}
.locally__nav {
	padding: .25rem 0;
	margin-bottom: 2rem;
	border-bottom: 1px solid #ddd;
}
.locally__nav ul {
	padding: 0;
	margin: 0;
}
.locally__nav li {
	padding: 0;
	list-style: none;
	display: inline;
    font-size: 13px;
}
.locally__nav li a {
	padding: .25rem .5rem;
	list-style: none;
	display: inline-block;
    font-size: 13px;
    font-family: Poynter-Gothic-Text;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}
.locally__nav li a:hover {
    color: #57a039;
    color: #333;
    text-decoration: underline;
}
.category-locally section .help-poynter-training p {
	font-size: 14px;
	line-height: 1.2;
}
.category-locally hr {
    margin-top: 2rem;
    margin-bottom: 1rem;
	border-top: 1px solid #e5e5e5;
}
.category-locally #donate {
	padding: 2.5rem;
	border-bottom: none;
	text-align: center;
}
.category-locally #donate h5 {
	font-size: 24px;
}

/* Hide author for partner articles */
.category-locally .decline.news-section .vr-divider,
.category-locally .decline.news-section .author,
.category-locally .news-section .help-other .vr-divider, 
.category-locally .news-section .help-other .author,
.category-locally .obituaries.news-section .vr-divider,
.category-locally .obituaries.news-section .author {
	display: none;
}

.tax-locally_categories .heading h3,
.tax-locally_categories .heading h3 a {
	font-family: Poynter-Gothic-Text !important;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin: 0;
	padding: 0;
    margin-bottom: 1rem;
    border: none;
    text-decoration: none; 
}
.tax-locally_categories .heading h3 a:hover {
	text-decoration: underline;    
}
.tax-locally_categories .heading h2 {
	font-size: 56px;
	line-height: 1;
	margin: 0;
	padding: 0;
    padding-bottom: 1rem;
	border-bottom: 3px solid #333;
	width: 100%;
    font-family: "Poynter-OS-Display" !important;
}
.tax-locally_categories .articles {
	padding-top: 2rem;
}
.tax-locally_categories article {
    padding: 2rem 0;
    border-bottom: 1px solid #ddd;
}
.tax-locally_categories article:first-of-type {
    padding-top: 0;
}
.tax-locally_categories article:last-child {
    border-bottom: none;
}
.tax-locally_categories header.entry-header .entry-title,
.tax-locally_categories header.entry-header .entry-title a {
	color: #333;
	text-decoration: none;
}
.tax-locally_categories header.entry-header .entry-title:hover,
.tax-locally_categories header.entry-header .entry-title a:hover {
	color: #333;
	text-decoration: underline;
}
.tax-locally_categories article p {
    font-size: 16px;
    line-height: 1.3;
}
.single-locally article {
	padding-bottom: 3rem;
}
.single-locally p {
	font-size: 14px;
	line-height: 1.3;
}
.load-more__wrap {
	padding: 2rem 0 2rem;
	text-align: center;
}
div.loadmore, div.poynter_loadmore {
	background-color: #333;
    border-radius: 2px;
    display: inline-block;
    font-family: "Poynter-gothic-text" !important;
    font-size: 14px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: .035em;
    text-align: center;
    cursor: pointer;
    padding: 10px 30px;
    margin: 2rem 0 2rem;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    text-transform: uppercase;
 }
div.loadmore:hover, div.poynter_loadmore:hover {
	background-color: #66b345;
	background-color: #333;
	color: #fff;
}

.category-locally .button:hover,
.category-locally a.button:hover,
.tax-locally_categories .button:hover,
.tax-locally_categories a.button:hover {
	color: #fff;
	background: #538e38;
}
.category-locally .contributors {
	text-align: center;
	padding: 1rem 0 1rem;
}
.category-locally .contributors img {
	width: 100px;
	margin: 1rem 1rem 0;
}
.category-locally section div.ad-col {
	background: #eee;
	padding: .5rem 0 1rem;
	margin-bottom: 1rem;
}
.category-locally .ad-col p.ad-col__title {
    font-family: "Poynter-gothic-text" !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    color: #999;
}

/* NYP margin fix */
.single-product .wdm-summary-wrapper form.cart.row {
    margin-left: 0;
    margin-right: 0;
}








/* Nav */
.site-branding img {
    max-height: 40px !important;
}

.menu-item-has-children>a:after {
    content: "b";
    margin-left: 10px;
    display: none;
    font: normal normal normal 14px/1 elumine;
    font-size: 11px;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    vertical-align: middle;
}
header.site-header.header-light .fa {
	font-size: 1.125rem !important;
}
.login-header-menu {
	border: none;
    font-family: Poynter-Serif-RE, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 37px;
    text-decoration: none;
    text-transform: inherit;
    margin-left: 9px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    padding-top: 4px;
    margin-left: 1rem;
    padding-top: 0;
}
.icon-Cart {
    background: url(images/Shopping-Bag.svg);
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
}
.buddypress-navigation {
    border-left: none;
    padding: 0 0 0 .5rem;
    height: 36px;
}
.buddypress-navigation a {
    font-size: 1rem;
    margin-right: 1rem;
    position: relative;
}
.buddypress-navigation a .count {
    position: relative;
    font-family: 'Poynter-Gothic-Text', sans-serif;
    top: 13px;
    left: 0px;
    border-radius: 0;
    box-sizing: border-box;
    width: auto;
    height: auto;
    display: block;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background: transparent;
    border: none !important;
}
header.site-header .headerSideBySide form {
	padding-top: 3px;
}
header.site-header .headerSideBySide form input {
    border: 1px solid #dcdcdc;
    color: #434343;
    background-color: #f3f3f3;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    padding: 5px;
    line-height: 25px;
}
header.site-header .headerSideBySide form button {
    padding: 0;
}	
/*
body .woocommerce-notices-wrapper {
    position: fixed;
    background: #333333b0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

body .woocommerce-message {
	background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
    position: relative;
    margin: 0 10%;
    top: 50%;
    transform: translateY(-50%);
}
*/


/* Start: ECOMM Experience */
body .woocommerce-error {
    background-color: #f2dede;
    border-color: #d4423e;
    color: #A94441;
    font-family: 'Poynter-Gothic-Text', sans-serif;
}
body ul.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    font-size: 1rem !important;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-weight: 500 !important;
    color: #333333 !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-size: 1rem;
    margin: 0 0 1rem;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.woocommerce #respond input#submit:last-of-type, .woocommerce a.button:last-of-type, .woocommerce button.button:last-of-type, .woocommerce input.button:last-of-type {
    margin: 0;
}
.elumine_single_product_image_summary_wrap:before {
    content: "";
    position: absolute;
    /* left: -23px; */
    top: 0;
    width: 100%;
    border-top: 1px solid #e8e8e8;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #a94442;
    border-left: 5px solid #b81d23;
    list-style: none outside;
    zoom: 1;
    width: auto;
    word-wrap: break-word;
    background-color: #f2dede;
}





/* Global Woo stuff */

.woocommerce-cart .heading .elumine-page-title, .woocommerce-cart h1.elumine-page-title span {
    font-family: "Poynter-OS-Display" !important;
    font-weight: bold !important;
    font-size: 3rem !important;
    line-height: 1.15 !important;
    margin-bottom: 1em;
}

/* Cart */
.woocommerce table.shop_table {
    text-align: left;
    width: 100%;
    border-radius: 0;
    margin-bottom: 2.5rem;
}
.woocommerce table.shop_table tbody:last-child {
    border: none;
}
.woocommerce table.shop_table thead tr, .woocommerce table.shop_table tbody tr {
	border-bottom: 1px solid #b9b9b9;
}
.woocommerce table.shop_table tbody tr:nth-child(even) {
	background: #f9f9f9;
}
.woocommerce table.shop_table tbody tr:nth-child(odd) {
	background: transparent;
}
.amount, body .wdm-order-details .woocommerce-Price-amount, body .wdm-table-footer .order-total span.woocommerce-Price-amount, body .wdm-table-footer .order-total span.woocommerce-Price-amount span {
    color: #333;
}
.woocommerce table.shop_table th.product-name {
	width: inherit;
	padding: 0 0 1em 0;
}
@media only screen and (min-width: 768px) {
	.woocommerce table.shop_table th.product-name {
	    
	    width: 80%;
	}
}
.woocommerce table.shop_table th.product-name, .woocommerce table.shop_table th.product-price, .woocommerce table.shop_table th.product-quantity, .woocommerce table.shop_table th.product-remove, .woocommerce table.shop_table th.product-subtotal {
    padding: 0 0 1em 0;
    font-family: 'Poynter-Serif-RE' !important;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.15;
    text-align: left;
    
}
.woocommerce table.shop_table td {
    border-top: none;
    border-bottom: none;
}
@media only screen and (min-width: 768px) {
	.woocommerce table.shop_table td {
/*
	    border-top: 2px solid rgb(102, 178, 69);
	    border-bottom: 2px solid rgb(102, 178, 69);
*/
	    border-top: transparent;
	    border-bottom: transparent;
	    vertical-align: middle;
	}
}
.woocommerce table.shop_table td.product-name {
    padding: 1.25em 1em 1.25em 1em;
    width: 80%;
}
@media only screen and (min-width: 768px) {
	.woocommerce table.shop_table td.product-name {
	    width: inherit;
	}
}
.woocommerce-cart .product-name a {
/*     font-family: 'Poynter-Gothic-Text', sans-serif !important; */
	font-weight: 500;
    font-size: 1rem;
    line-height: 1.15;
    color: #333;
}
.woocommerce table.shop_table .product-price, .woocommerce table.shop_table .product-quantity, .woocommerce table.shop_table .product-remove, .woocommerce table.shop_table .product-subtotal {
    padding: 1.25em 1em 1.25em 1em;
}
.amount, body .wdm-order-details .woocommerce-Price-amount, body .wdm-table-footer .order-total span.woocommerce-Price-amount, body .wdm-table-footer .order-total span.woocommerce-Price-amount span {
    font-weight: 500;
    color: #333 !important;
}
.woocommerce a.remove {
    display: block;
    font-size: 1.6em;
    height: auto;
    width: auto;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    font-size: 1.25rem;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.woocommerce-cart .coupon {
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    float: none;
    padding: 0;
    margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
	.woocommerce-cart .coupon {
	    float: left;
	}
}
.woocommerce-cart .coupon .input-text {
    padding: .75em .5em;
    height: auto;
    width: 60%;
    border: 1px solid #d4d4d4;
    color: #999;
    font-size: .875rem;
    line-height: 1.15;
}
.woocommerce-cart .coupon .coupon_apply {
    margin-left: 5%;
    float: right;
    position: relative;
    border-radius: 50px;
    background: #99aec2;
    opacity: .3;
    width: 35%;
}
.woocommerce-cart .coupon .button {
    color: #fff;
    background: transparent;
    height: auto;
    width: 100%;
    border-radius: 50px;
    font-size: .875rem;
    line-height: 1.15;
    text-align: center;
    padding: .75em 2em;
    z-index: 2;
    box-shadow: none;
    transition: box-shadow .3s;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .033em;
}
.mobile-cart-list-border:after {
    content: "";
    display: block;
    background-color: #f4f4f4;
    height: 0;
    margin: 0;
}
.cart_totals {
	width: 100%;
}
.cart_totals .shop_table {
	width: 100%;
}
.cart_totals .cart_total_item {
	padding: 1em 0;
	margin: 0;
}
.cart_totals .cart_total_item div {
	width: 50%;
	font-weight: 900;
}
.cart_totals .shop_table .cart_total_item .cart_total_item_subtotal {
    color: #333;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.15;
}
.woocommerce-cart .cart-collaterals .amount {
    padding-left: 1rem;
    margin-right: auto;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.15;
    text-align: left;
}


.woocommerce-cart .order-total-amount {
    font-weight: 900;
    font-size: 1rem;
    padding-left: 0;
    display: inline-block;
}
.woocommerce-cart .wc-proceed-to-checkout {
	float: none;
}
.large-btn, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 1.2em 2em 1em;
    height: auto;
    margin: 0 auto;
    width: 100%;
    background-color: #66b345;
    color: #ffffff;
    box-shadow: none !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .025em;
    font-size: 1rem;
    font-weight: 700;
}




#wdm-single-product .single_add_to_cart_button {
    float: left;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 100px;
    padding: 12px 30px;
    box-shadow: none;
    transition: box-shadow .3s;
    font-family: Poynter-Serif-RE;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
    margin-right: 10px;
}





/* Checkout */
.woocommerce-checkout .wpb_wrapper p span { /* This needs to be fixed. These are overrides of style from custom WP CSS. */
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-size: 100% !important;
    line-height: 26px !important;
    height: auto !important;
    top: 12px;
/*     margin-left: .5rem; */
}
.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 26px !important;
    height: 40px !important;
/*     top: 12px; */
}
.wdm-order-details {
	font-size: 1rem;
	line-height: 1.4;
}
.wdm-button {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    background: transparent; /* <- What is this?? Weird overlapping button color. Transparent to turn off. */
    border-radius: 50px;
    color: #fff !important;
    display: inline-block;
    position: relative;
    box-shadow: none;
} /* What is this ?? */
.wdm-button:hover {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    background: transparent; /* <- What is this?? Weird overlapping button color. Transparent to turn off. */
    background-color: transparent;
    border-radius: 50px;
    color: #fff !important;
    display: inline-block;
    position: relative;
    box-shadow: none;
}
.woocommerce form .form-row, .woocommerce form.wdm-coupan-form {
/* 	margin-top: 1rem; */
	margin-bottom: 1.5rem;
}
.wdm-apply-coupan #coupon_code {
    padding: .75em .5em;
    height: auto;
    width: 95%;
    border: 1px solid #d4d4d4;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    color: #999;
    font-size: .875rem;
    line-height: 1.15;
    margin-right: 5%;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	/* Global Woo Button? */
	color: #fff;
    background-color: #66b345;
    height: auto;
/*     width: 100%; */
    border-radius: 50px;
    font-size: .875rem;
    line-height: 1.4;
    text-align: center;
    padding: .75rem 2rem !important;
    z-index: 2;
    box-shadow: none;
    transition: box-shadow .3s;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .033em;
    box-shadow: none;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover/*, .wdm-button:hover*/ {
    background-color: #66b345;
    text-decoration: none;
    background-image: none;
    color: #ffffff;
    box-shadow: none;
}

.wdm-sub-head {
    margin-left: 0;
}
.woocommerce-checkout .wdm-sub-head {
    margin-left: 0;
    display: block;
    border-bottom: 1px solid #334;
    margin: 1rem 0;
    padding: 0 0 1rem;
    justify-content: space-between;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
	margin: 1rem 0;
}
#payment.wdm-payment ul.wdm-payment-methods li.wc_payment_method .payment-option-wrap {
    padding-left: 0;
    padding-right: 0;
}
.woocommerce-checkout #order_review {
	margin: 1rem 0;
}
.wpb_wrapper .wpb_wrapper .wdm-sub-head h3 {
    padding-bottom: 0;
}
.wdm-sub-head h3 {
    font-family: "Poynter-OS-Display" !important;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
.wdm-sub-head .subhead-msg {
    font-size: .875rem !important;
    line-height: 1 !important;
    font-family: "Poynter-Serif-RE" !important;
    color: red !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
    font-size: 1rem;
}
/*
.wdm-billing-input #billing_country_field, .wdm-billing-input #billing_state_field, .wdm-billing-input #shipping_country_field, .wdm-billing-input #shipping_state_field {
	
}
*/
.wdm-billing-input #billing_city_field, .wdm-billing-input #billing_country_field, .wdm-billing-input #billing_email_field, .wdm-billing-input #billing_first_name_field, .wdm-billing-input #billing_last_name_field, .wdm-billing-input #billing_phone_field, .wdm-billing-input #billing_postcode_field, .wdm-billing-input #billing_state_field, .wdm-billing-input #shipping_city_field, .wdm-billing-input #shipping_country_field, .wdm-billing-input #shipping_email_field, .wdm-billing-input #shipping_first_name_field, .wdm-billing-input #shipping_last_name_field, .wdm-billing-input #shipping_phone_field, .wdm-billing-input #shipping_postcode_field, .wdm-billing-input #shipping_state_field {
    width: 48% !important;
    display: inline-block;
    vertical-align: top;
    border: none !important;
	border-radius: 3px !important;
    margin-bottom: 1.5rem !important;
/*     padding-bottom: 0 !important; */
}
.elumine_content .wdm-billing-input p {
	font-size: 100% !important;
	line-height: 1 !important;
}
.wdm-billing-input input {
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    padding: 0 0 12px 8px;
    border: 0;
    color: #434343;
    font-size: 1rem;
    font-weight: 400;
    line-height: 23px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    line-height: 30px;
    margin-bottom: 0 !important;
    background: #f8f8f8;
    padding: .75em .5em;
}


/* woocommerce-message-popup */
.woocommerce-message-popup {
    background: #fff;
    padding: 0;
    z-index: 1000000;
    position: fixed;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
	border-radius: 5px;
}
.woocommerce-order-received .woocommerce-message-popup {
	    width: 70%;
	    max-width: 64rem;
	}
@media only screen and (min-width: 960px) {
	.woocommerce-message-popup {
	    width: 70%;
	}
	.woocommerce-order-received .woocommerce-message-popup {
	    width: 70%;
	}
}
.screen-bg {
	position: fixed;
    background: rgba(0,0,0,.75);
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    overflow: auto;
}
.woocommerce-message-popup__title {
    background: #4f9c2d;
    padding: .5rem 1.5rem .5rem;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    border-bottom: 1px solid #3d7b22;
}
@media only screen and (min-width: 960px) {
	.woocommerce-message-popup__title {
	    font-size: 1.5rem;
	}
}
.woocommerce-message-popup__content-wrap {
	max-height: 80vh;
	overflow: auto;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.woocommerce-message-popup__content {
	display: flex;
    flex-direction: column;
    /* align-items: center; */
    font-size: .875rem;
    font-weight: bold;
    padding: 1.5rem;
}

div.woocommerce-message-popup__content {
	border-bottom: 1px solid #e2e2e2;
}
div.woocommerce-message-popup__content:last-child {
	border-bottom: none;
}
@media only screen and (min-width: 960px) {
	.woocommerce-message-popup__content {
	    flex-direction: row;
	    font-size: 1.25rem;
	}
}
.woocommerce-message-popup__content.flex-col {
    flex-direction: column;
}
.product-name-wrap {
	font-family: "Poynter-Serif-RE" !important;
}
.woocommerce-message-popup__content img {
	display: none;
}
@media only screen and (min-width: 960px) {
	.woocommerce-message-popup__content img {
		display: block;
		width: 90px;
		height: 90px;
	}
}
.woocommerce-message-popup__content .product-content-wrap {
	padding: 0 0 1rem;
    margin: 0;
    flex-grow: 1;
}
.woocommerce-message-popup__content .product-title-wrap {
    font-family: "Poynter-Serif-RE" !important;
    color: #333;
}
.woocommerce-message-popup__content .product-instructor-wrap {
    font-family: "Poynter-Serif-RE" !important;
    color: #333;
    font-weight: 500;
    font-size: 1rem;
}
@media only screen and (min-width: 960px) {
	.woocommerce-message-popup__content .product-content-wrap {
	    padding: 1rem 0;
	    margin: 0 1.5rem;
	}
}
.woocommerce-message-popup__button-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.woocommerce-message-popup__button-wrap .button {
    margin: .5rem 0;
    padding: 1.25em 2em;
    width: 100%;
    border-radius: 5px;
    background: #4f9c2d;
    line-height: 1;
    letter-spacing: 0.035em;
}
.woocommerce-message-popup__button-wrap .more-training-button {
    background: transparent;
    padding: 0;
    color: #333;
    text-decoration: underline;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: .875rem;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    text-align: center;
}
.woocommerce-message-popup__button-wrap .more-training-button:hover {
	background: transparent;
	padding: 0; 
	color: #4f9c2d;
	text-decoration: underline;
	text-transform: capitalize;
	letter-spacing: 0;
}

/* END woocommerce-message-popup */



.woocommerce-privacy-policy-text {
	
}


.wdm-billing-input .select2 .selection span.select2-selection__rendered {
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    padding: 0 0 12px 8px;
    border: 0;
    color: #434343;
    font-size: 1rem;
    font-weight: 400;
    line-height: 26px !important;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    line-height: 30px;
    margin-bottom: auto !important;
    background: #f8f8f8;
/*     padding: .35em .5em; */
    height: 40px !important;
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0; /* Stop positioning the arrow */
    height: 40px !important; /* Height of the parent */ 
}
.wdm-billing-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: block !important;
}
.wdm-billing-input .select2-container--default .select2-selection--single {
	
}
.wdm-billing-input .select2-selection__rendered {
	font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-size: 1rem;
	color: #434343;
}
.address-option .add-option-label, .remember-me .add-option-label {
    align-self: center;
    font-size: 1rem;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
}
.woocommerce-terms-and-conditions-wrapper p, .wdm-place-order {
	font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
    
}

/* Payment */
#payment.wdm-payment .wdm-payment-label {
	font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-size: 1rem !important;
    line-height: 44px;
    color: #151515;
    margin-left: 0;
}
.wdm-order-details .row {
	padding: 1rem 0;
}
.woocommerce-checkout-review-order-table .course-name {
	padding-right: 0;
    padding-left: 0;
}
.woocommerce-checkout-review-order-table .wdm-table-right {
	padding-right: 0;
    padding-left: 0;
}
.wdm-order-details .product-name {
	padding-right: 0;
    padding-left: 0;
    font-weight: 700;
}
.wdm-table-footer {
	padding: 0;
}
#payment.wdm-payment {
	margin: 0;
}
div.wdm-payment-option p {
    padding: 1rem 0 !important;
    color: #151515 !important;
    font-size: 1rem !important;
    font-weight: 500;
    line-height: 1.15 !important;
    margin-bottom: 0;
    padding-bottom: .5rem !important;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
}
.wdm-table-footer .order-total {
    width: 100%;
    padding: 1rem .5rem;
    margin: 0 0 0 0;
    margin-top: 17px;
    background: #e4e4e4;
}
#payment.wdm-payment ul.wdm-payment-methods li.wc_payment_method .payment_box, #payment.wdm-payment ul.wdm-payment-methods li.wc_payment_method .payment_box p {
	font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.4 !important;
}
#payment.wdm-payment ul.wdm-payment-methods li.wc_payment_method .payment_box p:first-of-type {
	font-weight: 700 !important;
	font-size: 1.25rem !important;
}
.woocommerce-checkout #payment div.payment_box input.input-text {
    border: 1px solid #c7c1c6 !important;
    border-radius: 3px !important;
    background: #ffffff;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-size: 1rem;
    padding: .75em .5em;
}
.woocommerce form .form-row label {
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.15;
    font-weight: 500 !important;
}
.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    width: 100px;
    padding: .75em .5em;
    margin: 0 1em 0 0;
    border-color: #c7c1c6;
    border-top-color: rgb(199, 193, 198);
    border-top-color: #bbb3b9;
    background-repeat: no-repeat;
    background-size: 32px 20px;
    border-radius: 3px;
    font-size: 1rem !important;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc {
	font-family: 'Poynter-Gothic-Text', sans-serif !important;
	font-size: 1rem;
    padding: .75em .5em;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px;
}
.woocommerce-checkout .wdm-continue-payment {
    opacity: 1;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
	background-image: none;
	font-family: 'Poynter-Gothic-Text', sans-serif !important;
}
.select2-hidden-accessible {
    display: none;
}








/* Remove popup styles from notification in checkout */
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-notices-wrapper {
	margin-bottom: 1.5rem;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-message {
	background-color: rgba(102, 177, 67, 0.18);
    border-color: #67B244;
    padding-left: 3.75rem;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-message:before {
    content: "\E015";
    color: #67B244;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-message-popup__content {
    padding: 1.5rem 0 .25rem;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-message-popup__title {
    background: transparent;
    padding: 0rem 0rem .5rem;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-weight: bold;
    font-size: 1.5rem;
    color: #333;
    border-bottom: 1px solid #333333;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-message-popup__button-wrap {
    display: none;
}
/* End Remove popup styles from notification in checkout */





/* Info boxes in checkout */
body .woocommerce-error, body .woocommerce-info, body .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #a94442;
    border-left: 5px solid #b81d23;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    list-style: none outside;
    zoom: 1;
    width: auto;
    word-wrap: break-word;
    background-color: #f2dede;
} /* default styles */

body .woocommerce-info {
    background-color: #f7f7f7;
    border-color: #7e9aa2;
    color: #365a65;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-size: 1rem;
    margin-bottom: 1.5rem !important;
}
.woocommerce-info:before {
    color: #636363;
}
body .woocommerce-info a {
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-size: 1rem;
    text-decoration: underline;
}
body .woocommerce-info a.showcoupon {
	color: #365a65;
}
body .woocommerce-info a.showlogin {
	color: #365a65;
}
/* End Info boxes in checkout */




/* Checkout radio buttons */
input#payment_method_paypal_pro_payflow {
	display: block !important;
    margin: 15px 35px !important;
    float: left;
}
[type=radio]:checked+label, [type=radio]:not(:checked)+label {
	padding-left: 0;
}
[type=radio]:checked, [type=radio]:not(:checked) {
    position: relative;
    left: 0;
}
[type="radio"]:checked + label:before {
    border: none !important;
}
[type=radio]:checked+label:before {
    box-shadow: none;
}
/* End Checkout radio buttons */





/* Checkout create password */
.woocommerce-account-fields {
    margin: 1rem 1.5rem;
}
.woocommerce-checkout .create-account input#account_password {    
    margin-bottom: 26px;
    background: #f7f7f7;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    height: 40px;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-size: 1rem;
    line-height: 26px;
    padding: .75em .5em;
}
/* End checkout radio buttons */



.elumine_content .woocommerce-terms-and-conditions-wrapper p {
	font-family: 'Poynter-Gothic-Text', sans-serif !important;
	font-size: 1rem !important;
    line-height: 1.4 !important;
    margin-bottom: 1rem !important;
}
.validate-required label span a {
	font-family: 'Poynter-Gothic-Text', sans-serif !important;
	font-size: 1rem !important;
    line-height: 1.4 !important;
}
.validate-required label span {
	margin-left: .5rem;
}
.wdm-input-checkbox {
    position: absolute;
    left: 0;
    opacity: 0;
    width: auto%;
    height:auto;
}
.wdm-checkbox {
    width: 1rem;
    border: 1px solid #999999;
    height: 1rem;
    font-size: 1rem;
    justify-content: center;
    display: inline-flex;
    text-align: center;
    position: relative;
}
.woocommerce-form-login p.form-row.wdm-login-input {
	margin-top: 0;
}
p.form-row.wdm-login-input input {
	font-family: 'Poynter-Gothic-Text', sans-serif !important;
    padding: 0 0 12px 8px;
    border: 0;
    color: #434343;
    font-size: 1rem;
    font-weight: 400;
    line-height: 23px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    line-height: 30px;
    margin-bottom: 0 !important;
    background: #f8f8f8;
    padding: .75em .5em;
}
.form-row-button {
	display: block;
}
body .woocommerce-form-login input[type="submit"], body .woocommerce-form-register input[type="submit"] {
    color: #ffffff !important;
    background-color: #66b345 !important;
}
body .woocommerce-form-login input[type="submit"]:hover, body .woocommerce-form-register input[type="submit"]:hover {
    background: #66b345 !important;
    color: #ffffff !important;
}


/* Gravity Styles */
.gform_wrapper {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    max-width: 100%;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 1rem !important;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    padding: 0 0 12px 8px;
    border: 0;
    color: #434343;
    font-size: 1rem;
    font-weight: 400;
    line-height: 23px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    line-height: 26px;
    margin-bottom: 0 !important;
    background: #f8f8f8;
    padding: .75em .5em;
}
body .gform_wrapper ul li.gfield {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
    padding-top: 0;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-weight: 700;
    font-size: 1.125rem;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.3;
    clear: both;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: block;
    font-size: .813em;
    letter-spacing: .5pt;
    white-space: nowrap;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.15;
    letter-spacing: 0 !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin: .25rem 0 .5rem 1px !important;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: .875rem;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
}
.gform_wrapper .gf_progressbar {
    padding: 5px !important;
    box-shadow: none !important;
}
.gform_wrapper .percentbar_blue {
    background-color: #57a039 !important;
    color: #fff;
}
.gform_wrapper .gf_progressbar_percentage {
    height: 1rem !important;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-size: 1rem !important;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    background: #57a039 !important;
}
.gform_wrapper .gf_progressbar_percentage span {
    display: none !important;
    width: auto;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1.8;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
}

.gform_wrapper .gform_page_footer {
    margin: 1rem 0 0 !important;
    border-top: 1px solid #eeeeee !important;
}
.gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button,
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	font-size: .875rem !important;
    line-height: 1 !important;
}
.gform_wrapper .gform_page_footer .button.gform_next_button {
/* 	float: right; */
}

[type=radio]:not(:checked)+label:before {
    border: none;
    background: none;
    box-shadow: none;
}
[type=radio]:not(:checked)+label:after {
    background: none;
    margin-top: 0;
    margin-left: 0;
}
.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
	display: flex;
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    display: -moz-inline-stack;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    letter-spacing: inherit;
    vertical-align: middle;
    cursor: pointer;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-size: 1rem;
    margin-top: 0;
    margin-left: .5rem;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    padding: 0!important;
    display: flex;
    flex-direction: row;
    margin-right: 1rem;
    vertical-align: middle;
}

[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-size: 1rem;
    color: #333333 !important;
}
.gform_wrapper h3 {
	font-family: 'Poynter-Gothic-Text', sans-serif !important;
	font-weight: 700 !important;
    font-size: 1.5rem;
}
.gform_wrapper p {
    font-size: 1rem;
    line-height: 1.4;
}





.gfield_checkbox .wdm-input-checkbox {
    position: relative;
    left: 0;
    opacity: 1;
    width: 36px;
    height: 36px;
}
.gfield_checkbox .wdm-checkbox i.fa-check {
    align-self: center;
    visibility: hidden;
    display: none;
}
.gfield_checkbox .wdm-checkbox {
    width: auto;
    border: 0;
    height: auto;
    font-size: 100%;
    justify-content: center;
    display: block;
    text-align: center;
    position: relative;
    line-height: 1;
}

.gfield_checkbox .wdm-input-checkbox {
    position: relative;
    left: 0;
    opacity: 1;
    width: 36px;
    height: auto;
}
.gform_wrapper textarea.medium {
    height: 60px;
    width: 100%;
    background: #ffffff;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-size: 1rem;
}







.relatedCourseHeader {
    font-size: 1.25rem;
    margin-top: 1rem;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-weight: 700;
}
ul.relatedCourseList {
	padding: 0;
}
li.relatedCourseItem {
	list-style: none;
	padding: 0 !important;
}
a.relatedCourseLink {
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-size: 1rem;
    font-weight: 500;
}

.wdm-table-head span, .wdm-table-body span, .wdm-table-footer span, .wdm-table-common span  {
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
}

.woocommerce-checkout .row .row {
/*
	margin-right: 0;
	margin-left: 0;
*/
}
.woocommerce-order-overview .wdm-order-overview .order-detail-td {
	color: #333333;
}
.wdm-order-overview .overview-subhead, .wdm-order-overview .order-detail-td {
	font-family: 'Poynter-Gothic-Text', sans-serif !important;
}
.wdm-final-msg-title {
	font-weight: 700 !important;
}
.customer-detail-wrap p, .customer-detail-wrap address, .customer-detail-wrap .ty-subhead, .customer-detail-wrap .user-billing-name {
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
}
.wpb_wrapper .wpb_wrapper li {
	padding: 1rem;
}
ul.row.wdm-order-overview {
    margin: 0 0 1rem;
}
/* End: ECOMM Experience */













/* page-college-journalism-coverage-covid-19 */
.page-college-journalism-coverage-covid-19 {
	background: ;
}
.page-college-journalism-coverage-covid-19 .heading .elumine-page-title {
	text-align: center;
}
.page-college-journalism-coverage-covid-19 .breadcrumbs-listing {
    height: 0;
    padding: 0;
    margin: 0;
}
.page-college-journalism-coverage-covid-19 .post-wrapper {
	display: block;
	
}
@media only screen and (min-width: 992px) {
	.page-college-journalism-coverage-covid-19 .post-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
}
.covid-title.elumine-page-title {
	margin-bottom: .5em;
    word-break: break-word;
    hyphens: auto;
}
@media only screen and (min-width: 375px) {
	.covid-title.elumine-page-title {
		margin-bottom: 1em;
	}
}
.covid-articles {
	
}
.covid-articles article {
	min-height: 250px;
	margin: 1% 0;
}
.covid-articles article:hover {
	
}
.page-college-journalism-coverage-covid-19 .covid-articles article .post-container {
	padding: 1.5em 15px 2em;
    height: 100%;
    display: flex;
    flex-direction: column;
	margin: 0 -15px auto;
	margin: 0 -5px auto;
	transition: 300ms ease-out;
	position: relative;
	top: 0;
	border: 1px solid #eeeeee;
	background: #f8f8f8;
}
.page-college-journalism-coverage-covid-19 .covid-articles article:hover .post-container {
    transition: position 1s;
	position: relative;
	top: -2px;
	background-color: #57a039;
	background: #ffffff;
	transition: 300ms ease-out;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.page-college-journalism-coverage-covid-19 .covid-articles article .button {
	background-color: #333333;
	color: #ffffff !important;
}

.page-college-journalism-coverage-covid-19 .covid-articles article:hover p {
	color: #333333 !important;
}
.page-college-journalism-coverage-covid-19 .covid-articles article:hover .entry-title--red {
/* 	color: #fff !important; */
}
.page-college-journalism-coverage-covid-19 .covid-articles article:hover .entry-title a {
	color: #333333 !important;
}
.page-college-journalism-coverage-covid-19 .covid-articles article:hover .button {
	background-color: #66b345;
	color: #ffffff !important;
}
.page-college-journalism-coverage-covid-19 .covid-articles article:hover .button:hover {
	background-color: #6fbf4c;
	color: #ffffff !important;
}
.page-college-journalism-coverage-covid-19 .covid-articles article .entry {
	margin-top: auto;
}


.page-college-journalism-coverage-covid-19 #page header.entry-header .entry-title {
	font-size: 1.4rem;
	padding-top: .05em;
	line-height: 1.2;
}

@media only screen and (min-width: 375px) {
	.page-college-journalism-coverage-covid-19 #page header.entry-header .entry-title {
		font-size: 1.5rem;
	}
}
@media only screen and (min-width: 992px) {
	.page-college-journalism-coverage-covid-19 #page header.entry-header .entry-title {
		font-size: 1.4rem;
	}
}


.page-college-journalism-coverage-covid-19 #page header.entry-header .entry-title a {
	text-decoration: none;
	color: #151515;
}
.page-college-journalism-coverage-covid-19 #page header.entry-header .entry-title a:hover {
	text-decoration: underline;
}
.page-college-journalism-coverage-covid-19 nav.navigation.pagination {
	width: 100%;
}
.covid-disclaimer {
    font-size: .75rem;
    line-height: 1.2;
    margin-top: 3em;
}
.page-college-journalism-coverage-covid-19 .heading {
	width: 100%;
	margin: 0 auto 3em;	
}
@media only screen and (min-width: 992px) {
	.page-college-journalism-coverage-covid-19 .heading {
		width: 768px;
		
	}
}
.page-college-journalism-coverage-covid-19 .heading p {
	font-size: 1rem;
}

@media only screen and (min-width: 375px) {
	.page-college-journalism-coverage-covid-19 .heading p {
		font-size: 1.428571428571429rem;
		font-size: 1.2rem;
		margin: 0 auto;
	}
}
.single-ifcn_misinformation #page header.entry-header .entry-title {
	margin-bottom: .25em;
	font-size: 28px !important;
}
.single-ifcn_misinformation #page .post-container {
	margin-bottom: 1em;
}
.single-ifcn_misinformation .entry-content__button {
	    margin-bottom: 4rem;
}
.entry-title--red {
	color: #e43030;
}
.page-college-journalism-coverage-covid-19 .entry-content__text {
    font-family: "Poynter-Serif-RE";
    color: #444;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: .5em;
}
.entry-content__text--topinfo {
	margin-bottom: 1em;
}
.entry-content__text--org {
	font-size: 1.5rem;
    font-weight: bold !important;
}
p.entry-content__text--smaller {
	font-size: .75rem !important;
	line-height: 1.4
}
p.entry-content__text--explanation {
    line-height: 1.4;
    font-size: 1.2rem;
}
.entry-content__button {
	background: #67B244;
	margin-bottom: 1em;
}
.entry-content__button:hover {
	background: #538e38;
	color: #fff;
}
.entry-content__button--smaller {
    padding: 6px 16px;
    padding: .5em 1em;
    border-radius: 10em;
    font-size: 12px;
}
#pagination {
	background: ;
}  
#pagination .row a {
	padding: 1.5em 1em;
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}
#pagination .row a:hover {
	text-decoration: underline;
}



/* College Journalism Covid Filters */
.page-college-journalism-coverage-covid-19 .covid-controls {
	
}
.page-college-journalism-coverage-covid-19 form.covid-filters {
	background-color: #333;
	padding: 2em;
	margin: 0 auto 0;
    display: flex;
    flex-direction: column;
    border-radius: none;
}
@media only screen and (min-width: 768px) {
	.page-college-journalism-coverage-covid-19 form.covid-filters {
		padding: 2em;
	    flex-direction: row;
	    border-radius: 0;
	}
}
.
.page-college-journalism-coverage-covid-19 form.covid-filters .covid-filters__select-wrap {
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.page-college-journalism-coverage-covid-19 form.covid-filters .covid-filters__select-wrap {
		width: 75%;
	}
}
.page-college-journalism-coverage-covid-19 form.covid-filters select {
	background-color: #fff !important;
	width: 100%;
	margin: 0 0 1rem 0;
	padding: 4px 36px 4px 4px;
	border: none;
	font-family: 'Poynter-Gothic-Text' !important;
		font-weight: bold;
		color: #404040;
		font-size: .85rem;
}
@media only screen and (min-width: 768px) {
	.page-college-journalism-coverage-covid-19 form.covid-filters select {
		background-color: #fff !important;
		width: 30.5%;
		margin: 0 2% 0 0;
		padding: 4px 36px 4px 4px;
		border: none;
		
	}
}
.page-college-journalism-coverage-covid-19 form.covid-filters .covid-filters__input-wrap {
	width: 15%;
}
.covid-filters__orderby-wrap {
	width: 100%;
    display: flex;
    flex-direction: row;
}
@media only screen and (min-width: 768px) {
	.covid-filters__orderby-wrap {
		width: 25%;
	}
}
.page-college-journalism-coverage-covid-19 form.covid-filters .covid-filters--view-wrap {
	width: 80%;
}
.page-college-journalism-coverage-covid-19 form.covid-filters .covid-filters--clear-wrap {
	width: 15%;
	margin-left: 5%;
}
.page-college-journalism-coverage-covid-19 form.covid-filters .covid-filters--clear  {
	font-family: 'Poynter-Gothic-Text' !important;
    font-weight: bold;
    width: 31px;
    height: 31px;
}

.page-college-journalism-coverage-covid-19 input.covid-filters__input {
	width: 100%;
    padding: 5px 10px;
    text-align: center;
    font-family: 'Poynter-Gothic-Text' !important;
    font-weight: bold !important;
    cursor: pointer;
    font-size: .85rem;
	box-shadow: 0px 1px 0 #2e6119;
	color: #333;
}
.page-college-journalism-coverage-covid-19 .covid-filters__input:hover {
    background-color: #6fbf4c;
    color: #404040;
    box-shadow: 0px 1px 0 #2e6119;
}
.page-college-journalism-coverage-covid-19 form.covid-sort {
	padding: 2em;
	margin-bottom: 1em;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.page-college-journalism-coverage-covid-19 .covid-sort__title {
	font-family: 'Poynter-Gothic-Text' !important;
    font-weight: bold !important;
	font-size: .85rem;
	letter-spacing: .05em;
    margin: 0 1em 9px 0;
}
.page-college-journalism-coverage-covid-19 .covid-sort__select {
	font-family: 'Poynter-Gothic-Text' !important;
    font-weight: bold !important;
	font-size: .9rem;
	letter-spacing: 0;
	margin: 0 1em 5px 0;
    width: 12rem;
}




/* College Journalism Covid Search */
.page-college-journalism-coverage-covid-19 .searchform {
    width: 100%;
    background: #eee;
    padding: 2em;
    display: flex;
    width: 100%;
}
.page-college-journalism-coverage-covid-19 .searchform div {
    width:  100%;
    margin: 0 auto;
}
.page-college-journalism-coverage-covid-19 .searchform .covid-search__input-text {
    width: 70%;
    margin-right: 2%;
    background-color: #fff !important;
    border: none;
    padding: 4px;
    line-height: 23px;
}
.page-college-journalism-coverage-covid-19 .searchform .covid-search__input-text:focus {
	background-color: #fff !important;
}
.page-college-journalism-coverage-covid-19 .covid-filters__input.covid-filters__input--auto {
	width: 25%;
}
@media only screen and (min-width: 768px) {
	.page-college-journalism-coverage-covid-19 .searchform .covid-search__input-text {
	    width: 82%;
	}
	.page-college-journalism-coverage-covid-19 .covid-filters__input.covid-filters__input--auto {
		width: 15%;
	}
	.page-college-journalism-coverage-covid-19 .searchform div {
	    width: 60%;
	    margin: 0 auto;
	}
}
.meta-info {
    font-family: Poynter-Serif-RE, sans-serif !important;
    font-size: 16px;
    color: #333333;
}
.single-college_journalism #pagination {
	padding: 0 !important;
}
/* End page-college-journalism-coverage-covid-19 */
















/* College Media Landing Page */
.page-journalism-education-resources {
	line-height: 1.2;
}
.page-journalism-education-resources .container {
	width: 1600px;
}
@media (min-width: 1200px)
.page-journalism-education-resources .container {
    width: 1140px;
    max-width: 100%;
}
@media (min-width: 992px)
.page-journalism-education-resources .container {
    width: 960px;
    max-width: 100%;
}
@media (min-width: 768px)
.page-journalism-education-resources .container {
    width: 720px;
    max-width: 100%;
}
@media (min-width: 576px)
.page-journalism-education-resources .container {
    width: 540px;
    max-width: 100%;
}
.page-journalism-education-resources .button {
	/* Global Woo Button? */
	color: #fff;
    background-color: #66b345;
    height: auto;
/*     width: 100%; */
    border-radius: 50px;
    font-size: .875rem;
    line-height: 1.4;
    text-align: center;
    padding: .75rem 2rem !important;
    z-index: 2;
    box-shadow: none;
    transition: box-shadow .3s;
    font-family: 'Poynter-Gothic-Text', sans-serif !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .033em;
    box-shadow: none;
}
/* Image aspect ratio 16:9*/
.page-journalism-education-resources .img-outer {
  position: relative;
  overflow: hidden;
}
.page-journalism-education-resources .img-outer:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: calc(9 / 16 * 100%);
}
.page-journalism-education-resources .img-outer > .img-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/* End: Image aspect ratio 16:9*/
.page-journalism-education-resources .heading .container {
	padding: 2rem 0;
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
/*     margin-bottom: 0; */
}
.page-journalism-education-resources .heading h1,
.page-journalism-education-resources .heading h2, 
.page-journalism-education-resources .heading h3,
.page-journalism-education-resources .heading p {
	margin: 0 0 .5rem 0;
	padding: 0;
	line-height: 1.2;
	border: 0;
}
.page-journalism-education-resources section .container {
	padding: 1rem 0 3rem;
	padding: 0 0 3rem;
	border-bottom: 3px solid #333;
	margin-bottom: 1rem;
}
.page-journalism-education-resources section .container .container {
	border-bottom: none;
}
.page-journalism-education-resources section:first-of-type {
	/* padding-top: 0; */
}
.page-journalism-education-resources section p/*
,
.page-journalism-education-resources section div
*/ {
	font-family: "Poynter-Serif-RE" !important;
}
section.newsletter-section {
	padding: 3rem;
	background: #333;
}
section.newsletter-section h5 {
	font-family: "Poynter-Serif-RE" !important;
	font-weight: 500;
	font-size: 3rem;
	color: #eee;
	margin-bottom: 1.5rem;
}
section.newsletter-section p {
	font-family: Poynter-Gothic-Text !important;
	font-weight: bold !important;
	color: #eee;
	margin-bottom: 0;
}
section.newsletter-section p.small {
	font-weight: 500 !important;
}
.page-journalism-education-resources section.newsletter-section .flex-newsletters {
	display: flex;
	flex-direction: column;
}
@media only screen and (min-width: 768px) {
	.page-journalism-education-resources section.newsletter-section .flex-newsletters {
		flex-direction: row;
	}
}
.page-journalism-education-resources section.newsletter-section .flex-newsletters div {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
    border-bottom: 2px solid #555555;
    border-right: none;
}
@media only screen and (min-width: 768px) {
	.page-journalism-education-resources section.newsletter-section .flex-newsletters div {
	    padding-right: 1.5rem;
	    margin-right: 1.5rem;
	    padding-bottom: 0;
	    margin-bottom: 0;
	    align-items: flex-start;
	    border-right: 2px solid #555555;
	    border-bottom: none;
	}
}
.page-journalism-education-resources section.newsletter-section .flex-newsletters div:last-of-type {
    border-right: none;
    border-bottom: none;
}

.page-journalism-education-resources .heading p {
	margin: 0;
}
.page-journalism-education-resources .local-news {
	
}
.page-journalism-education-resources .heading h1.elumine-page-title span {
	font-size: 56px;
	line-height: 1;
}
.page-journalism-education-resources .news-column {
	border-right: 1px solid #ddd;
}
.page-journalism-education-resources .news-column:last-of-type {
	border-right: none;
}
@media only screen and (max-width: 768px) {
	.page-journalism-education-resources .news-column {
		border-right: none;
	}
}
.page-journalism-education-resources .featured-highlights:last-of-type {
	border-right: none;
}
.page-journalism-education-resources .featured-highlights .more-link a {
	font-family: Poynter-Gothic-Text !important;
	font-size: 16px;
	color: #333;
}
.page-journalism-education-resources .featured-highlights .more-link a:hover {
    color: #67B244;
	right: 2px;
}
.page-journalism-education-resources .featured-story {
	/* padding-right: 2.5%; */
/* 	margin-bottom: 3rem; */
}
.page-journalism-education-resources .featured-story__image {
	margin-bottom: 1rem;
	/* height: 56.25%;
    overflow: hidden; */
}
.page-journalism-education-resources .featured-story__image img {
	position: relative;
	/* top: 50%;
	transform: translateY(-50%); */
	width: 100%; 
}
.page-journalism-education-resources .featured-story__title .entry-title,
.page-journalism-education-resources .featured-story__title .entry-title a {
	font-family: "Poynter-OS-Display" !important;
	font-family: "Poynter-Serif-RE" !important;
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 1rem;
	text-decoration: none;
}
@media (max-width: 991px) {
	.page-journalism-education-resources .featured-story__title .entry-title,
	.page-journalism-education-resources .featured-story__title .entry-title a {
		font-size: 1.5rem;
	}
}
@media (max-width: 768px) {
	.page-journalism-education-resources .featured-story__title .entry-title,
	.page-journalism-education-resources .featured-story__title .entry-title a {
		font-size: 2.5rem;
	}
}
page-journalism-education-resources .featured-story__title .entry-title:hover,
.page-journalism-education-resources .featured-story__title .entry-title a:hover {
	text-decoration: underline;
}
.page-journalism-education-resources .featured-highlights {
	/* padding-left: 7.5%; */
    /* border-left: 1px solid #ddd; */
}
.page-journalism-education-resources .featured-highlights__article {
/*     padding: 1rem 0; */
    border-right: 1px solid #ddd;
	margin-bottom: 2rem;
}
.page-journalism-education-resources .featured-highlights__article:first-of-type {
/*     padding-top: 1rem; */
}
.page-journalism-education-resources .featured-highlights__article:last-child {
    border-right: none;
}
.page-journalism-education-resources #more-latest-news .featured-highlights__article {
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
    border-right: none;
}

.page-journalism-education-resources .featured-highlights__title .entry-title,
.page-journalism-education-resources .featured-highlights__title .entry-title a,
.page-journalism-education-resources h3.teaser__title,
.page-journalism-education-resources h3.teaser__title a {
	font-family: "Poynter-OS-Display";
	font-family: "Poynter-Serif-RE" !important;
    margin-bottom: .5rem;
	font-size: 20px;
	line-height: 1.2;
	color: #333;
	text-decoration: none;
}
.page-journalism-education-resources .featured-highlights__title .entry-title:hover,
.page-journalism-education-resources .featured-highlights__title .entry-title a:hover {
	text-decoration: underline;
}
.page-journalism-education-resources .featured-highlights__section-title {
	font-family: Poynter-Gothic-Text !important;
	font-weight: bold;
	font-size: 1.75rem;
    color: #333;
    margin-bottom: 1rem;
    margin-top: 0;
    letter-spacing: -.015em;
    text-transform: capitalize;
}
.page-journalism-education-resources .featured-highlights__section-headline {
	margin-bottom: 2.5rem;
    font-size: 3rem;
    line-height: 1.15;
    font-family: "Poynter-Serif-RE" !important;
    margin-right: 25vw;
}
@media (max-width: 768px) {
	.page-journalism-education-resources .featured-highlights__section-headline {
	    font-size: 2rem;
	}
}
.page-journalism-education-resources .featured-highlights__section-headline a {
	font-family: "Poynter-Serif-RE" !important;
	text-decoration: underline;
	color: #434343;
	font-weight: 500;
}
.page-journalism-education-resources .featured-highlights__section-headline a:hover {
	color: #67B244;
}
.page-journalism-education-resources .featured-highlights__section-subtitle {
	font-size: 16px;
	font-size: 1.125rem;
}
.page-journalism-education-resources .featured-highlights__details .featured-highlights__date-author,
.tax-locally_categories .featured-highlights__date-author {
	margin-bottom: 1rem;
}
.page-journalism-education-resources .hero-section .row {
	flex-direction: row;
}

@media only screen and (max-width: 768px) {
	.page-journalism-education-resources .hero-section .row {
		flex-direction: column-reverse;
	}
}

.news-section .news-column article {
	padding: 1rem 0;
}
@media only screen and (max-width: 768px) {
	.news-section .news-column article {
		padding: 1.5rem 0;
	}
}
.page-journalism-education-resources .news-section .featured-highlights {
	/* padding-right: 7.5%; */
	padding-left: 0;
    /* border-right: 1px solid #ddd; */
    border-left: none;
}
.page-journalism-education-resources .news-section .featured-image {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 1rem;
}

.page-journalism-education-resources .news-section .featured-highlights__title .entry-title, 
.page-journalism-education-resources .news-section .featured-highlights__title .entry-title a {
	font-size: 20px;
	line-height: 1.2;
}
.page-journalism-education-resources .decline.news-section .featured-highlights__title .entry-title,
.page-journalism-education-resources .decline.news-section .featured-highlights__title .entry-title a,
.page-journalism-education-resources .news-section .help-other .featured-highlights__title .entry-title, 
.page-journalism-education-resources .news-section .help-other .featured-highlights__title .entry-title a,
.page-journalism-education-resources .news-section .help-jobs #divFeaturedJobs .teaser__title,
.page-journalism-education-resources .news-section .help-jobs #divFeaturedJobs .teaser__title a,
.page-journalism-education-resources .obituaries.news-section .featured-highlights__title .entry-title,
.page-journalism-education-resources .obituaries.news-section .featured-highlights__title .entry-title a {
	font-size: 18px;
}
.page-journalism-education-resources .excerpt {
	display: none;
}
.page-journalism-education-resources .locally__subhead {
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
	color: #333;
	margin-bottom: .5rem;
	display: block;
}
.page-journalism-education-resources #more-latest-news .featured-highlights__details {
    top: calc(50% - 5px);
    transform: translateY(-50%);
    position: relative;
}
.page-journalism-education-resources .help-jobs .container {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding: 0 0 1rem;
	display: flex;
	flex-direction: row;
}
.page-journalism-education-resources .help-jobs .container .topline,
.page-journalism-education-resources .help-jobs .container .bottomline {
    border-top: none;
    border-bottom: none;
    padding: 0;
}
.page-journalism-education-resources .help-jobs .container .row {
	margin-right: 0;
	margin-left: 0;
    max-width: 25%;
    flex: 0 0 25%;
    border-right: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
}
.page-journalism-education-resources .help-jobs .container .row:first-child {
	padding-left: 0;
}
.page-journalism-education-resources .help-jobs .container .row:last-child {
	padding-right: 0;
	border-right: none;
}
@media only screen and (max-width: 768px) {
	.page-journalism-education-resources .help-jobs .container {
		flex-direction: column;
	}
	.page-journalism-education-resources .help-jobs .container .topline,
	.page-journalism-education-resources .help-jobs .container .bottomline {
	    border-right: none;
	    border-bottom: 1px solid #ddd;
	}
	.page-journalism-education-resources .help-jobs .container .row {
	    max-width: 100%;
	    flex: 0 0 100%;
	    border-right: none;
	    padding-left: 0;
	    padding-right: 0;
	    padding-top: .5rem;
	    padding-bottom: 1.5rem;
	}
}
.page-journalism-education-resources .help-jobs .container .row .col-12 {
    width: 100%;
    padding: 0;
    margin: 0;
}
.page-journalism-education-resources .page__nav .container {
	padding: .25rem 0;
	margin-bottom: 2rem;
	border-bottom: 1px solid #ddd;
}
.page-journalism-education-resources .page__nav ul {
	padding: 0;
	margin: 0;
}
.page-journalism-education-resources .page__nav li {
	padding: 0;
	list-style: none;
	display: inline;
    font-size: 13px;
}
.page-journalism-education-resources .page__nav li a {
	padding: .25rem .5rem;
	list-style: none;
	display: inline-block;
    font-size: 13px;
    font-family: Poynter-Gothic-Text;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}
.page-journalism-education-resources .page__nav li a:hover {
    color: #57a039;
    color: #333;
    text-decoration: underline;
}
.page-journalism-education-resources section .help-poynter-training p {
	font-size: 14px;
	line-height: 1.2;
}
.page-journalism-education-resources hr {
    margin-top: 2rem;
    margin-bottom: 1rem;
	border-top: 1px solid #e5e5e5;
}
.page-journalism-education-resources #donate {
	padding: 2.5rem;
	border-bottom: none;
	text-align: center;
}
.page-journalism-education-resources #donate h5 {
	font-size: 24px;
}

/* Hide author for partner articles */
.page-journalism-education-resources .decline.news-section .vr-divider,
.page-journalism-education-resources .decline.news-section .author,
.page-journalism-education-resources .news-section .help-other .vr-divider, 
.page-journalism-education-resources .news-section .help-other .author,
.page-journalism-education-resources .obituaries.news-section .vr-divider,
.page-journalism-education-resources .obituaries.news-section .author {
	display: none;
}

.tax-locally_categories .heading h3,
.tax-locally_categories .heading h3 a {
	font-family: Poynter-Gothic-Text !important;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin: 0;
	padding: 0;
    margin-bottom: 1rem;
    border: none;
    text-decoration: none; 
}
.tax-locally_categories .heading h3 a:hover {
	text-decoration: underline;    
}
.tax-locally_categories .heading h2 {
	font-size: 56px;
	line-height: 1;
	margin: 0;
	padding: 0;
    padding-bottom: 1rem;
	border-bottom: 3px solid #333;
	width: 100%;
    font-family: "Poynter-OS-Display" !important;
}
.tax-locally_categories .articles {
	padding-top: 2rem;
}
.tax-locally_categories article {
    padding: 2rem 0;
    border-bottom: 1px solid #ddd;
}
.tax-locally_categories article:first-of-type {
    padding-top: 0;
}
.tax-locally_categories article:last-child {
    border-bottom: none;
}
.tax-locally_categories header.entry-header .entry-title,
.tax-locally_categories header.entry-header .entry-title a {
	color: #333;
	text-decoration: none;
}
.tax-locally_categories header.entry-header .entry-title:hover,
.tax-locally_categories header.entry-header .entry-title a:hover {
	color: #333;
	text-decoration: underline;
}
.tax-locally_categories article p {
    font-size: 16px;
    line-height: 1.3;
}
.single-locally article {
	padding-bottom: 3rem;
}
.single-locally p {
	font-size: 14px;
	line-height: 1.3;
}
.load-more__wrap {
	padding: 2rem 0 2rem;
	text-align: center;
}
div.loadmore, div.poynter_loadmore {
	background-color: #333;
    border-radius: 2px;
    display: inline-block;
    font-family: "Poynter-gothic-text" !important;
    font-size: 14px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: .035em;
    text-align: center;
    cursor: pointer;
    padding: 10px 30px;
    margin: 2rem 0 2rem;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    text-transform: uppercase;
 }
div.loadmore:hover, div.poynter_loadmore:hover {
	background-color: #66b345;
	background-color: #333;
	color: #fff;
}

.page-journalism-education-resources .button:hover,
.page-journalism-education-resources a.button:hover,
.tax-locally_categories .button:hover,
.tax-locally_categories a.button:hover {
	color: #fff;
	background: #538e38;
}
.page-journalism-education-resources .contributors {
	text-align: center;
	padding: 1rem 0 1rem;
}
.page-journalism-education-resources .contributors img {
	width: 100px;
	margin: 1rem 1rem 0;
}
.page-journalism-education-resources section div.ad-col {
	background: #eee;
	padding: .5rem 0 1rem;
	margin-bottom: 1rem;
}
.page-journalism-education-resources .ad-col p.ad-col__title {
    font-family: "Poynter-gothic-text" !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    color: #999;
}

.page-journalism-education-resources .testimonial__wrap {
	padding-top: 4rem;
	padding-bottom: 2rem;
}

.page-journalism-education-resources .wp-caption-text {
	display: none;
}
.anchor:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}
/*
div.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
*/
/*
p.testimonial__quote:after {
    content: '&rdquo;';
    visibility: visible !important;
}
*/