/* ACCOUNT BUTTON */
a.newspack-reader__account-link {
    display: none;
}

/* MG EDITS */

.grecaptcha-badge {
    display: none !important;
}

#id_85441 .newspack-inline-popup.newspack-lightbox-no-border {
	min-height: 42px !important;
}

/* PAGE TITLES */

#page h1.entry-title {
}

/* TEXT LINKS */
.entry-content p a {
    color: #ab0a04 !important;
    text-decoration-color: #ab0a04;
    text-decoration-thickness: 2px;
}

.entry-content p a:hover {
    color: #ab0a04;
    text-decoration: underline;
}

/* Special Class to Remove Link Underlines */

.remove-underline a:link {
    text-decoration: none;
}

/* Typography */

/* Graphik */
@font-face {
	font-family: 'Graphik';
	src: url('/wp-content/uploads/fonts/Graphik-Black-Web.woff2');
	font-weight: 900;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('/wp-content/uploads/fonts/Graphik-Bold-Web.woff2');
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('/wp-content/uploads/fonts/Graphik-Medium-Web.woff2');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('/wp-content/uploads/fonts/Graphik-Regular-Web.woff2');
	font-weight: 400;
	font-display: swap;
}

/* Graphik Compact */
@font-face {
	font-family: 'Graphik Compact';
	src: url('/wp-content/uploads/fonts/GraphikCompact-Black-Web.woff2');
	font-weight: 900;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik Compact';
	src: url('/wp-content/uploads/fonts/GraphikCompact-Semibold-Web.woff2');
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik Compact';
	src: url('/wp-content/uploads/fonts/GraphikCompact-Regular-Web.woff2');
	font-weight: 400;
	font-display: swap;
}

/* Graphik Condensed */
@font-face {
	font-family: 'Graphik Condensed';
	src: url('/wp-content/uploads/fonts/GraphikCondensed-Semibold-Web.woff2');
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik Condensed';
	src: url('/wp-content/uploads/fonts/GraphikCondensed-Regular-Web.woff2');
	font-weight: 400;
	font-display: swap;
}

/* Lyon */
@font-face {
	font-family: 'Lyon Text';
	src: url('/wp-content/uploads/fonts/LyonText-Black-Web.woff2');
	font-weight: 900;
	font-display: swap;
}

@font-face {
	font-family: 'Lyon Text';
	src: url('/wp-content/uploads/fonts/LyonText-Bold-Web.woff2');
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: 'Lyon Text';
	src: url('/wp-content/uploads/fonts/LyonText-BoldItalic-Web.woff2');
	font-style: italic;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: 'Lyon Text';
	src: url('/wp-content/uploads/fonts/LyonText-Regular-Web.woff2');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Lyon Text';
	src: url('/wp-content/uploads/fonts/LyonText-RegularItalic-Web.woff2');
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}

/* BODY */
body {
    line-height: 1.5;
}

/**
 * Header 
 */
.middle-header-contain .wrapper {
    padding: .5rem 0;
}

.site-header .nav1 .main-menu > li > a {
	color: #111;
}

.bottom-header-contain {
	border-bottom: 1px solid #ccc;
}

.bottom-header-contain .wrapper {
	border: 0;
}

/* Dropdowns */
.site-header .dd-menu > ul > li .sub-menu {
	border: solid #ccc;
	border-width: 0 1px 1px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	font-size: 0.95em;
	padding-top: 0;
}


.site-header .dd-menu .sub-menu a {
	background: #fff;
	border-top: 1px solid #ccc;
	color: #111;
	padding: 14px 32px 14px 16px;
}

.dd-menu .sub-menu > li.menu-item-has-children .submenu-expand {
	color: #111;
}

.site-header .dd-menu .sub-menu a:hover,
.site-header .dd-menu .sub-menu a:active,
.site-header .dd-menu .sub-menu a:focus {
	background: #ebebeb;
	color: #111;
}

.dd-menu .submenu-expand {
		background: url( '/wp-content/uploads/2023/06/menu-down-arrow.png') center center no-repeat;
	background-size: 7px auto;
	opacity: 0.61;
}

.dd-menu .submenu-expand svg {
	display: none;
}

/* Mobile sidebar */
.mobile-sidebar {
	padding: 0;
}

.mobile-sidebar > * {
	margin: 0;
	padding: 1rem;
}

.mobile-sidebar nav {
	font-size: 0.75em;
}

.mobile-sidebar ul ul {
	margin-left: 0.5rem;
}

.mobile-sidebar ul ul ul {
	margin-left: 0;
}

/* fake out white & grey background */
.mobile-sidebar {
	background-color: #fff;
}

.mobile-sidebar,
.mobile-sidebar a, 
.mobile-sidebar a:visited, 
.mobile-sidebar .nav1 ul.main-menu > li > a, 
.mobile-sidebar .nav1 .sub-menu > li > a,
.mobile-sidebar button:hover
{
    color: #000;
}

.mobile-sidebar .search-form,
.mobile-sidebar .nav3 {
	background: #ebebeb;
	padding: 1rem;
}

.mobile-sidebar .search-form {
	padding-bottom: 1.5rem;
	padding-top: 0;
}

.mobile-sidebar .search-form button {
	bottom: calc( 1.5rem + 2px );
	right: calc( 1rem + 2px );
}

.mobile-sidebar .nav1 {
	border-top: 1px solid #d0d0d0;
}

/* Mobile sidebar - toggle */
.mobile-sidebar .mobile-menu-toggle {
	position: absolute;
	overflow: hidden;
	right: 1rem;
	text-indent: -999999em;
	top: 0.5rem;
}

.mobile-sidebar .mobile-menu-toggle,
.mobile-sidebar .mobile-menu-toggle svg {
	color: #676767;
	height: 32px;
	width: 32px;
}

/* Mobile sidebar - nav 3 */
.mobile-sidebar .nav3 {
	padding-top: 2.5rem;
}

.mobile-sidebar .nav3 a {
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #8d8d8d;
	color: #111;
	padding-left: 2em;
	padding-right: 2em;
}

.mobile-sidebar .nav3 a:hover {
	background-color: #ebebeb;
	color: #111;
}

.mobile-sidebar .nav3 .menu-highlight a {
	background: #EB920C;
	border-color: #CE7C00;
	color: #fff;
}

.mobile-sidebar .nav3 .menu-highlight a:hover {
	background: #F2A93B;
}

/* Mobile sidebar - nav 1 */
@media (min-width: 600px) {
	.mobile-sidebar .nav1 > ul {
		column-count: 2;
	}
}

.mobile-sidebar .nav1 > ul > li {
	break-inside: avoid-column;
	margin-bottom: 1rem;
}

/* Mobile sidebar - social */
.mobile-sidebar .social-navigation {
	border-top: 1px solid #ebebeb;
	padding: 1rem 0;
	margin: 0 1rem;
}

.mobile-sidebar .social-navigation a {
	color: #676767;
}

/**
 * Content
 */ 

/* Homepage Newsletter block */
.wp-block-group.subscribe__style-3 > div > *:not(:first-child) {
	margin-top: 16px;
}

.wp-block-group.subscribe__style-3 > div > *:not(:last-child) {
	margin-bottom: 16px;
}

/* Homepage Listen Block */
.listen-block h5 {
    font-size: .9em;
    font-weight: 500;
}

.wp-block-group.listen-block > div > *:not(:first-child) {
	margin-top: 20px;
}

.wp-block-group.listen-block > div > *:not(:last-child) {
	margin-bottom: 20px;
}

/* Homepage Featured Video Block */
.feature-video-block h4 {
	font-weight: 500;
}

.e2020 h4 {
	font-weight: 400;
}

/* CONTENT */
.entry-meta .byline a,
.entry-meta .byline a:visited,
.entry .entry-content .entry-meta .byline a,
.entry .entry-content .entry-meta .byline a:visited:not(:hover) {
	color: #767676;
}

.entry-content a,
.entry-content a:visited {
    color: inherit;
}

.entry-content p a,
.entry-content li a {
	color: inherit;
	text-decoration-color: #ab0a04;
	text-decoration-thickness: 2px;
}

.entry-content p a:hover,
.entry-content li a:visited,
.wpnbha .entry-title a:hover,
.entry .entry-content .entry-meta .byline a:hover,
.entry-meta .byline a:hover {
    color: #ab0a04;
}

/* Mike Edit on entry titles */
.single-post .entry-title {
}

.has-primary-background-color p a,
.has-primary-variation-background-color p a {
	text-decoration-color: inherit;
}

.site-content {
    margin-top: 3rem;
}

.single:not(.has-large-featured-image) .entry-header {
    border-bottom: none;
}

.feature-box {
	background: #ebebeb;
	padding: 10px;
}

/* Image blocks */
@media (max-width: 599px) {
	.entry .entry-content > .wp-block-image .alignright,
	.entry .entry-content > .wp-block-image .alignleft,
	.newspack-inline-popup > .wp-block-image .alignright,
	.newspack-inline-popup > .wp-block-image .alignleft {
		float: none;
		margin-right: 0;
		margin-left: 0;
		max-width: 100%;
	}
}

/* About Page */
.about-sidebar 
{
    border-top: 8px solid #ab0a04;
    border-right: 8px solid #ab0a04;
    padding-top: 30px;
	  padding-right: 20px;
	  float: right;
}

.about-sidebar h5 a, 
.about-sidebar h5 a:visited {
    color: #111;
    font-weight: bold;
    text-decoration: none;
}

.about-sidebar h5 a:hover {
    color: #ab0a04;
	  text-decoration: underline;
}

/* Support Us Page */
.support-us-sidebar {
    border-top: 8px solid #ab0a04;
    border-right: 8px solid #ab0a04;
    padding-top: 30px;
	  float: right;
}

.support-us-sidebar li a, 
.support-us-sidebar li a:visited {
    color: #111;
    font-weight: bold;
    text-decoration: none;
}

.support-us-sidebar li a:hover {
    color: #ab0a04;
	  text-decoration: underline;
}

.wp-block-columns .wp-block-column .support-us {
	margin-left: 0;
}

.support-us-nav {
	margin-left: 65px;
}

/* Fix This Page */
.page-id-41749 h1.entry-title {
	text-align: center;
}

/* Increate page title for behind article title layouts on pages to match posts */
@media only screen and (min-width: 1168px) {
	body.page:not(.home) .entry-header .entry-title {
		font-size: 3.2em;
	}
}

/* Category Page */
.archive .page-subtitle {
    display: none;
}

/* Story Page */
.entry-subhead .sd-content amp-social-share {
    background-color: #ab0a04;
    background-size: 60%;
    margin-right: 8px;
    max-width: 42px;
    max-height: 42px;
}

.single-post .newspack-post-subtitle {
    margin-bottom: 1em;
}

.newspack-post-subtitle {
    margin-bottom: 1.3em;
    font-style: normal;
}

.post_title {
    text-align: center;
    max-width: 701px;
}

.cat-links a, 
.cat-links a:visited,
.cat-links a:hover{
	background: transparent;
	color: #ab0a04;
	padding: 0;
}

.cat-links a,
.blog .cat-links a,
.search .cat-links a {
	padding: 0;
}

.wpnbha .cat-links {
    font-size: .7em;
	  letter-spacing: .5px;
    font-weight: 700;
    margin: 1em 0;
    color: #ab0a04;
		font-family: 'Graphik Condensed' !important;
}

#text-106.below-content {
	background-color: #ab0a04;
	color: #fff;
	padding: 0.5rem 1rem;
}

@media (min-width: 782px) {	
	.below-content {
		padding: 1rem 2rem;
	}
}
/* Remove duplicate author titles on individual posts caused by Trust Indicators */

.author-bio-header span:nth-child(2){display: none;}

/* One column featured template */
/* Single feature */
.post-template-single-feature .content-area {
	position: relative;
}

.post-template-single-feature .entry-header {
	position: static;
}

.post-template-single-feature:not(.single-featured-image-beside) .entry-header {
	margin-left: auto;
	margin-right: auto;
	max-width: 677px;
}

.post-template-single-feature .main-content,
.post-template-single-feature .entry .entry-content > .wp-block-group.alignfull > div > :not(.alignfull):not(.alignwide) {
    max-width: 677px;
    width: 100%;
}

@media (min-width: 600px) {
	.trust-label {
		white-space: nowrap;
	}
}

@media (min-width: 1240px) {
	.post-template-single-feature .entry-subhead {
		left: 0;
		position: absolute;
		top: -5px;
		max-width: calc( 1200px * 0.2 );
		flex-wrap: wrap;
	}
		
	.post-template-single-feature .entry-date {
		display: block;
	}
	
	.post-template-single-feature .trust-label {
		margin-left: 0;
	}
	
	.post-template-single-feature .entry-meta .author-avatar:not(:empty) {
		float: none;
		display: inline-block;
		margin: 0 .25em .5em;
	}
	
	.single.single-featured-image-default .posted-on {
		margin-left: 0;
	}

	.post-template-single-feature .entry-subhead .sd-content {
		margin-top: 1em;
	}
	
	.post-template-single-feature .featured-image-behind .entry-header .entry-meta,
	.post-template-single-feature .featured-image-behind .entry-header .entry-meta .byline a,
	.post-template-single-feature .featured-image-beside .entry-header .entry-meta,
	.post-template-single-feature .featured-image-beside .entry-header .entry-meta .byline a,
	.post-template-single-feature .trust-label {
		color: #767676;
	}
	
	.post-template-single-feature .featured-image-behind .entry-header .entry-meta .byline a:hover,
	.post-template-single-feature .featured-image-beside .entry-header .entry-meta .byline a:hover {
		color: #ab0a04;
	}

	.post-template-single-feature .featured-image-behind + figcaption {
		max-width: 677px;
	}
	
	.post-template-single-feature .featured-image-beside .entry-header .entry-meta .byline::after {
		display: none;
	}
}

.post-template-single-feature .featured-image-beside .entry-header .entry-subhead,
.post-template-single-feature .featured-image-behind .entry-header .entry-subhead {
	left: calc( (100% - 1200px)/2);
	top: calc(100% + 64px );
}

/* Trust Project */
.single .trust-project {
    margin-top: 10%;
}

.trust-indicators-button {
    width: 100%;
    display: block;
    margin-bottom: 12px;
    letter-spacing: .035em;
	  font-size: 75%;
}

.trust-label__link {
    font-size: .9rem;
    line-height: 1.142857142857143rem;
    font-family: proxima-nova,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #aaa;
    text-decoration: underline;
    padding-left: .285714285714286rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.trust-indicators-modal-wrapper {
    background-color: #f2f2f2;
}

.trust-indicators-modal-content {
    width: 60%;
    margin: 0 auto;
    background-color: #f2f2f2;
    position: relative;
    top: 15%;
    padding: 40px 0;
}

.trust-indicators-behind-the-story {
		top: 40px;
    border: 1px solid #c7c7c7;
    margin-right: 20px;
    box-shadow: 0px 0px 19px 0px #0000001a;
    background-color: white;
    padding: 20px;
}

/* Sidebar */
.single .sidebar {
	  margin-left: calc(25% - 25vw);
    margin-right: calc(15% - 25vw);
    max-width: 18vw;
    float: right;
}

/* Featured image behind */ 
.single-featured-image-behind .main-content {
    margin-top: 32px;
}

/* Featured image beside */
@media (min-width: 782px) {
	.h-db .featured-image-beside {
		background: #050505;
	}
}

/* Drop Cap */
.has-drop-cap:not( :focus )::first-letter {
	font-family: Proxima Nova;
	font-weight: 500;
	font-size: 8em;
	margin-bottom: .05em;
	margin-top: .05em;
}

/* Blockquote */
.entry .entry-content .wp-block-quote:not(.is-large), .entry .entry-content .wp-block-quote:not(.is-style-large) {
    border-width: 8px;
    padding-top: 0;
    padding-bottom: 0;
}

.entry .entry-content .wp-block-quote p {
    font-size: 1.8em;
    font-style: normal;
    line-height: 1.2;
    font-weight: bolder;
}

.wp-block-quote cite, 
.wp-block-quote footer {
    color: #6c7781;
    font-size: .8em;
    margin-top: 1em;
    position: relative;
    font-style: normal;
    text-transform: uppercase;
}

/* Buttons */
/*button {
    font-size: .7rem;
    letter-spacing: .1em;
    padding: 1.5em 3.5em;
    text-transform: uppercase;
}*/

/* Donate Block */
.donation-frequency-label {
    font-family: 'Graphik', sans-serif;
}

/* Image Block */
.wp-block-image figcaption {
    color: #555d66;
    font-weight: 500;
    font-size: 15px;
}

/* Group block */
.wp-block-group.has-background {
	padding: 1.25rem 1.5rem;
}
@media (max-width: 781px) {
	 .entry .entry-content > .wp-block-group.alignleft,
	 .entry .entry-content > .wp-block-group.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}
}

/* Accordion block */
.wp-block-genesis-blocks-gb-accordion {
	top: 40px;
    border: 1px solid #c7c7c7;
    margin-right: 0px;
    box-shadow: 0px 0px 19px 0px #0000001a;
    background-color: white;
    padding: 20px
}

/* Article summary */
.article-summary {
	top: 40px;
    border: 3px solid #a41f35;
    margin-right: 0px;
    box-shadow: 0px 0px 19px 0px #0000001a;
    background-color: white;
    padding: 20px
}

.gb-accordion-title {
	background-color: transparent !important
}

/* Hide page titles */
.page-id-43183 .entry-header,
.page-id-43962 .entry-header {
	display: none;
}

.page-id-43183 .site-content,
.page-id-43183 .entry .entry-content > *:first-child,
.page-id-43962 .site-content,
.page-id-43962 .entry .entry-content > *:first-child { 
	margin-top: 0;
}


/* Archives */
.archive .page-title {
    color: #c92822;
}

.taxonomy-description {
    color: #767676;
    font-style: inherit;
}

/* Testimonials */ 
.testimonial amp-img {
    border-radius: 50%;
}

.testimonial .entry .entry-content .wp-block-pullquote p {
    font-size: 1.1em;
    margin: 0;
}

/* NEWSLETTER POPUP STYLING */

.newspack-inline-popup {
    border: none;
    clear: both;
    padding: .75em;
}

button.amp-wp-85c1a93 {
    color: #555 !important;
}

.truth-subscribe__style-1 {
    background: transparent;
    max-width: 100%;
    padding-bottom: 1em;
	  margin-left: 0;
}

/* Footer */

.newspack-front-page .entry-footer {
    display: none;
}
.newspack-front-page .site-footer {
    margin-top: 0;
}

.site-footer .footer-branding .custom-logo-link {
	max-width: 250px;
	margin-bottom: 0;
}

.footer-branding nav {
	display: none;
}

.site-footer {
    background-color: #ebebeb;
		padding-top: 1.5rem;
}

.site-footer a {
    color: #767676;
}

.site-footer a:hover {
	color:#ab0404;
}

.jetpack_widget_social_icons a {
	color: #111;
}

/* BUTTON STYLE */
/* CTA BUTTON STYLE */
.nav3 .menu-highlight a {
    border-radius: 0px;
    /*font-size: 1.13em;*/
    padding: 0.6rem 1.5rem !important;
    border: 1.5px solid #6E0B00 !important;
}

body.h-db.h-dh .site-header .nav3 .menu-highlight a:hover {
    background-color: #BA0D00 !important;
    box-shadow: 0px 0px 19px 0px #0000001a;
}

/*a.wp-block-button__link.wp-element-button {
    border-radius: 0px;
    padding: 0.8rem 1.75rem !important;
    color: black !important;
    background-color: white;
    border: 1.5px solid #cccccc;
    box-shadow: 0px 0px 19px 0px #0000001a;
}/*

.cta-link p a {
    color: #F2A93B !important;
    text-decoration-color: #F2A93B;
}

.footer-button {
    background-color: #FFA500;
    margin-top: 10px;
    border-radius: 0px;
    box-shadow: 0px 0px 19px 0px #0000001a;
    border: 1.5px solid #dc8d16;
}

@media (min-width: 782px) {
	.footer-widgets .wrapper {
		display: grid;
		grid-gap: 1rem 2rem;
		grid-template-columns: 33% 33% 33%;
		grid-template-rows: auto auto;
	}
	.footer-widgets .widget:nth-child(2) {
		grid-area: 1 / 2 / 3 / 3;
	}
	.footer-widgets .widget:nth-child(3) {
		grid-area: 1 / 3 / 3 / 4;
	}
}

@media (max-width: 781px) {
    #on-this-page {
        display: none;
    }

	  h2.wp-block-heading.has-white-color.has-text-color {
        font-size: 2.1em;
    }

}

.site-footer .footer-widgets {
	padding-top: 0.25rem;
}

.footer-widgets .widget {
	margin-bottom: 0;
}

.site-footer .footer-branding .wrapper,
.site-info .site-info-contain:first-child {
   border-top: none;
   padding-top: 1rem;
}

.footer-button {
  background-color: #FFA500;
	color: #111;
	 margin-top: 10px;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	line-height: 1.6em;
	font-size: 14px;
}

/* white background prioritization on stories */

.entry-content { background-color: transparent !important; }

/* NewsMatch Thermometer CSS */

.w3-container {
    padding: .1em 16px;
}

#countdown-wrap {
  width: 100%;
  border: 1px solid black;
  padding: 20px;
  font-family: arial;
  max-width: 650px;
  margin: 15px auto;
}

#goal {
  font-size: 38px;
  text-align: right;
  color: #000;
}
	
@media only screen and (max-width: 640px) {
	#goal {
    text-align: center;  
  }
}

#glass {
  width: 100%;
  height: 20px;
  background: #c7c7c7 !important;
  border-radius: 10px;
	border-color: blue;
  float: left;
  overflow: hidden;
}

#progress {
  float: left;
  width: 10%;
  height: 20px;
  background: #00b300;
  z-index: 333;
  border-radius: 5px;
}

.goal-number, .goal-label {
  display: block;
}

.goal-number {
  font-weight: bold;
}

.page-id-47282 .entry-header {
	max-width: 988px;
}

.page-id-47282 .entry-header h1 {
	text-align: center;
}

@media (min-width:1080px) {
	.body1 {
		padding-right: 20%;
		padding-left: 20%;
	}

	.bodyesp1 {
		padding-right: 20%;
		padding-left: 20%;
	}
}



/* PAGE SPECIFIC CUSTOMIZATIONS. DO NOT EDIT UNLESS YOU KNOW WHAT YOU'RE DOING */
.postid-32701 #post-32701 > div.entry-content > div.wp-block-group.alignleft.has-white-color.has-primary-variation-background-color.has-text-color.has-background {
	margin: 5px 10px 5px 0;
}

.page-id-50014 #post-50014 iframe {
	margin-top: 0;
}

.page-id-50014 .entry-title {
	display: none;
}

#attachment_24892 {
	margin-top: 0;
}

.postid-24872 .why-matters {
	margin-top: 0;
}

.postid-24872 .search-map-link-box {
	float: left;
	margin:0 1rem 0 0;
}


/* NOTE: I'm not sure who added this CSS but it won't work because it's nested like Sass */
#mc_embed_signup .mc-field-group  {
	list-style: none;
	.mce-group[30]-30-0 {
		clear: both;
  position: relative;
	}
	.mce-group[30]-30-1 {
		clear: both;
  position: relative;
		
	}
	span.keeptogether {
  white-space: nowrap ;
		text-align: left;
	align-items: left;
	vertical-align: left;
		padding-left: 300px;
}
	.shift {
		padding-right: 325px;
	}

	.spacing {
		line-height: .5em;
		padding-bottom: 15px;
		font-size:16px;
	}
	
	.input-group {
		padding-top: 15px;
	}
	
	.field-wrapper {
		padding-top: 10px;
	}
	
	.indicates-required {
		font-size:16px;
	}
	
}


/* VA TOP */
#vatop {
	padding: 10px !important;
	width: 100% !important;
	text-align: center !important;
	font-family: 'Graphik' !important;
	color: black !important;
	font-weight: bold !important;
}

#vatop a {
	/* color: #A41F35; */
	color: #ab0a04;
}

#vatop {
	font-family: 'Graphik';
}

blockquote cite { 
	margin-top: 25px;
}

.hidden { 
	display: none;
}
#gform_submit_button_20{
	background-color: #FFA500;
	color: black;
}
#gform_submit_button_20:hover{
	background-color: #e59400;
}
#gform_submit_button_23 {
    background-color: #FFA500;
    color: #000;
}

/*Hides author bio area at the bottom of posts tagged "nobio" */
.tag-nobio .author-bio {
	display: none;
}

/* NAVIGATION DOCUMENTERS*/
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-90606 a {
    color: #ab0a04;
}

/* NEWSLETTER STYLE TEST */
.why-this-matters {
	border: 4px solid #A41F35;
}