@media (min-width: 1920px) {
	.container-fluid {
		max-width: 1920px !important;
	}
}
@media (max-width: 1920px) {
	.container-fluid {
		max-width: 100vw !important;
	}
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
}


html {
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling:touch;
}
body.save-the-free-press {
	background: #fff;
	color: #000;
}
body.nav-opened {
  
}

::selection {
	background: #047195 !important;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #047195 !important;
	color: #fff;
	text-shadow: none;
}
::-webkit-selection {
	background: #047195 !important;
	color: #fff;
	text-shadow: none;
}

a:focus, 
button:focus, 
input:focus, 
select:focus, 
textarea:focus,
li:focus {
  outline-style: revert !important;
  outline-color: #047195 !important;
  outline-width: 2px!important;
  outline-offset: 3px!important;
}


#video-popup {
  display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	transition:         background 0.6s ease;
	-webkit-transition: background 0.6s ease;
	-moz-transition:    background 0.6s ease;
	-o-transition:      background 0.6s ease;
	z-index: 50;
}
#video-popup .video-player {
  position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		max-width: 95%;
		width: 1170px;
		margin: 0 auto;
		z-index: 50;
}
#video-popup #STplayer {
  display: block;
  position: relative;
  margin: 0 auto;
}
#video-popup .close {
  display: block;
		position: relative;
		left: 30px;
		bottom: 30px;
		width: 30px;
		height: 30px;
		color: #fff;
		text-align: center;
		opacity: 1;
		cursor: pointer;
		z-index: 50;
    text-shadow: none;
}
#video-popup .close i {
  font-size: 30px;
}


header#header {
  position: absolute;
    top: 0;
}
header#header .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
/* */
.navbar-default {
	background-color: transparent;
	border: 0 !important;
	margin: 0;
	padding: 10px 10px;
  float: right;
  z-index: 20;
}
.navbar-default .navbar-toggler:focus, 
.navbar-default .navbar-toggler:hover {
	background-color: transparent;
}
.navbar-toggler {
	position: relative;
    padding: 0 !important;
    margin: 0px 0 0 !important;
    /*width: 50px;*/
    height: 40px;
    float: left !important;
	border: 0 !important;
	background: transparent !important;
    z-index: 10 !important;
}
.navbar-toggler:hover {
	background: transparent !important;
}
@media all and (max-width: 576px) {
	.navbar-default {
		padding: 0px 5px !important;
	}
	.navbar-toggler {
		margin: 5px 0 0 !important;
	}
}
/**/
.navbar-toggler .icon-bar {
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff !important;
  transition: all 0.25s;
	z-index: 10 !important;
}
.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 5px;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);      
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}
.navbar-collapse {
	position: absolute;
	top: 0;
	right: -33%;
	width: 33%;
	min-height: 100vh !important;
	background-color: #000;
	padding: 110px 50px 50px 70px !important;
	transition: right .25s ease;
    -webkit-transition: right .25s ease;
    -moz-transition: right .25s ease;
    -o-transition: right .25s ease;
	z-index: 15;
}
body.nav-opened .navbar-collapse {
  position: fixed;
}

@-moz-document url-prefix() {
	.navbar-toggler .icon-bar.top-bar {
		margin-top: 0px !important;
	}
	.navbar-toggler .icon-bar + .icon-bar {
		margin-top: 6px !important;
	}
	.navbar-toggler .icon-bar {
		width: 28px !important;
	}
}

@supports (-ms-ime-align:auto) {
	.navbar-toggler .icon-bar.top-bar {
		margin-top: 6px !important;
	}
	.navbar-toggler .icon-bar + .icon-bar {
		margin-top: 0px !important;
	}
	.navbar-toggler .icon-bar {
		width: 28px !important;
	}
}

@media not all and (min-resolution:.001dpcm) { 
	@supports (-webkit-appearance:none) and (stroke-color:transparent) {
		.navbar-toggler .icon-bar.top-bar {
			margin-top: 5px !important;
		}
		.navbar-toggler .icon-bar + .icon-bar {
			margin-top: -1px !important;
		}
		.navbar-toggler .icon-bar {
			width: 28px !important;
		}
		
		@media (max-width: 576px) {
			.navbar-toggler .icon-bar.top-bar {
				margin-top: 8px !important;
			}
			.navbar-toggler .icon-bar + .icon-bar {
				margin-top: 4px !important;
			}
			.navbar-toggler .icon-bar {
				width: 23px !important;
			}
		}
		
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	select::-ms-expand {
		display: none;
	}
}

@media all and (max-width: 1920px) {
	.navbar-collapse {
		width: 38% !important;
		right: -38%;
		padding: 75px 50px 50px 75px !important;
	}
}
@media all and (max-width: 1024px) {
	.navbar-collapse {
		width: 48% !important;
		right: -48%;
		padding: 65px 50px 50px 65px !important;
	}
}
@media all and (max-width: 992px) {
	.navbar-collapse {
		width: 73% !important;
		right: -73%;
		padding: 60px 20px 20px 40px !important;
	}
}
@media all and (max-width: 576px) {
	.navbar-collapse {
		width: 89% !important;
		right: -89%;
		padding: 40px 20px 20px 40px !important;
	}
}
.navbar-collapse.collapse {
	display: none!important;
	height: 75vh !important;
    border-right: 1px solid #fff;
}
.navbar-collapse.collapse.show{
	display: block!important;
	right: 0;
}

.collapsing {
	height: unset !important;
}
.navbar-nav {
    max-height: unset;
    margin: 0;
}
.navbar-nav > .menu-item {
	clear: both;
	float: left;
    margin-bottom: 15px;
}
.navbar-nav > .menu-item > a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	padding: 5px 5px;
}
.navbar-nav > .menu-item.active > a {
	color: rgba(255,255,255,1) !important;
}


.navbar-nav .show .dropdown-menu, .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu {
    position: static;
    background-color: transparent;
    transform: none;
}
.dropdown-menu>li>a {
    display: block;
    color: rgba( 255, 255, 255, 0.5 );
    font-size: 16px;
    font-weight: 600;
    padding: 7px 40px !important;
    text-transform: uppercase;
}
/* */





.navbar-nav .dropdown .status {
	display: inline-block;
	margin-left: 10px;
}
.navbar-nav .dropdown .status:before {
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	position: relative;
	top: -1px;
	content: "\f0fe";
	color: rgba( 255, 255, 255, 1 );
	font-size: 16px;
	transition: all .25s ease;
	cursor: pointer;
}
.dropdown-toggle::after {
	display: none;
}

.navbar-nav .dropdown.show .status:before {
	content: "\f146" !important;
}

.navbar-nav .menu-item a:hover {
	color: rgba( 255, 255, 255, 1 ) !important;
}

body.MSEDGE .dropdown-menu {
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.navbar-nav .show .dropdown-menu {
	position: static;
	width: auto;
}
.dropdown-toggle {
	white-space: normal !important;
}
.dropdown-menu {
	position: static !important;
	float: none;
	width: 100%;
    margin-top: 0;
	margin-left: 37px;
    padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	transform: none !important;
}
/*
.dropdown:hover .dropdown-menu{
	display: block;
}
.dropdown-menu{
	margin-top: 0;
	transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
*/
.dropdown-menu>li {
    margin-bottom: 5px;
}
.dropdown-menu>li>a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 5px !important;
	text-transform: uppercase;
}

.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
	background-color: transparent;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}
.nav li a:focus, .nav li a:hover {
	background-color: transparent;
}

.nav .open a, 
.nav .open a:focus, 
.nav .open a:hover {
	background-color: transparent;
	color: rgba( 255, 255, 255, 1 );
	/*border-bottom: 1px solid #fff;*/
}



@media all and (max-width: 576px) {
	.dropdown-menu>li>a {
		padding: 7px 22px !important;
	}
}




body.save-the-free-press section a {
  color: #047195;
}

body.save-the-free-press #page-header {
    height: 700px !important;
    background-color: #000;
    background-image: url(/wp-content/uploads/promo-pages/save-the-free-press/save-the-free-press_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
body.save-the-free-press #page-header .content {
  position: relative;
  height: 100%;
    text-align: center;
}
body.save-the-free-press #page-header .content .logo {
    text-align: center;
}
body.save-the-free-press #page-header .content h1 {
    width: 70rem;
    font-family: "supria-sans-condensed"; 
    font-size: 100px; 
    line-height: 100px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 90px auto 0;
}




body.save-the-free-press #page-header #page-header-nav {
    position: absolute;
    bottom: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 115px;
    background-color: #393838
}
body.save-the-free-press #page-header #page-header-nav ul {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    border: 0;
}
body.save-the-free-press #page-header #page-header-nav ul li {
    flex: 0 0 20%;
    cursor: pointer;
}
body.save-the-free-press #page-header #page-header-nav ul li h2 {
    font-family: 'Open Sans';
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
body.save-the-free-press #page-header #page-header-nav ul li p{
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
body.save-the-free-press #page-header #page-header-nav ul li:hover h2 {
  color: #047195;
}







body.save-the-free-press section h1 { font-family: "urw-din-condensed"; font-size: 70px; line-height: 70px; font-weight: 600; }
body.save-the-free-press section h2 { font-family: "urw-din-condensed"; font-size: 50px; line-height: 50px; font-weight: 600; }
body.save-the-free-press section h3 { font-family: "urw-din-condensed"; font-size: 50px; line-height: 50px; font-weight: 600; }
body.save-the-free-press section h4 { font-family: "Open Sans"; font-size: 18px; line-height: 24px; }
body.save-the-free-press section h5 { font-family: "urw-din-condensed"; font-size: 18px; line-height: 24px; font-weight: 500; }
body.save-the-free-press section p { font-family: "Open Sans"; font-size: 16px; line-height: 24px; }

body.save-the-free-press #free-press-news { 
  padding-top:50px;
  padding-bottom:50px;
  background-color:#ffffff;
}
body.save-the-free-press #free-press-news hr { 
  height: 1px;
  margin-top: 10px;
}
body.save-the-free-press #free-press-news .heading-wrapper { 
  height: 136px; 
}
body.save-the-free-press #free-press-news .articles {
  gap: 25px;
}
body.save-the-free-press #free-press-news .articles .free-press-news {
  flex: 0 0 calc(25% - 17px);
  padding-left: 5px;
  padding-right: 5px;
}
body.save-the-free-press #free-press-news .articles .brier-dudley {
  flex: 0 0 calc(50% - 16px);
  padding-left: 5px;
  padding-right: 5px;
}
body.save-the-free-press #free-press-news .articles .newsletter {
  flex: 0 0 calc(25% - 17px);
  padding-left: 5px;
  padding-right: 5px;
}
body.save-the-free-press #free-press-news p {
  text-align: left;
}
body.save-the-free-press #free-press-news .articles .nom {
    font-weight: 600;
}
body.save-the-free-press #free-press-news .articles .date {
    margin-bottom: 0;
}
body.save-the-free-press #free-press-news .articles .title {
    font-weight: 600;
}
body.save-the-free-press #free-press-news .articles .description {
}
body.save-the-free-press #free-press-news .articles .image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
body.save-the-free-press #free-press-news .articles .video {
  position: relative;
  max-width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
}
body.save-the-free-press #free-press-news .articles .video:hover:after {
  color: rgba( 255, 255, 255, 1);
}
body.save-the-free-press #free-press-news .articles .video:after {
  position: absolute;
  top: calc(50% - 22.55px);
  left: calc(50% - 35px);
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 45px;
  content: "\f04b";
  font-family: 'Font Awesome 5 Pro';
  color: rgba( 255, 255, 255, .5);
  background-color: rgba(0, 0, 0, .8);
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
}
body.save-the-free-press #free-press-news .articles .center-row .image {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
body.save-the-free-press #free-press-news .articles .center-row .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600
}
body.save-the-free-press #free-press-news .articles .more-coverage {
  font-family: 'Open Sans';
    color: #000;
}
body.save-the-free-press #free-press-news .articles .read-more {
    color: #047195;
}


body.save-the-free-press #more-about { 
    padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;background-color:#ffffff }
body.save-the-free-press #more-about .heading-wrapper { 
    height: 55px; 
    background-color: rgba(4, 113, 149,1);
    background-image: url(/wp-content/uploads/promo-pages/save-the-free-press/heading_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-left: 5px;
    padding-right: 5px;
    padding:0;
}
body.save-the-free-press #more-about .heading-wrapper h2 { 
    font-size: 35px;
    line-height: 39px;
}
body.save-the-free-press #more-about .content {padding-top:60px;padding-bottom:55px;padding-left:0px;padding-right:0px;}
body.save-the-free-press #more-about .articles .nom {
  display: flow-root;
  font-weight: 600;
  text-align: left;
}
body.save-the-free-press #more-about .articles .nom mark {
  float: left;
}
body.save-the-free-press #more-about .articles .nom span {
  float: right;
}
body.save-the-free-press #more-about .articles .nom span a {
  color: #000;
}
body.save-the-free-press #more-about .articles .nom span a:hover {
  color: #047195 !important;
}
body.save-the-free-press #more-about .articles .date {
  margin-bottom: 0;
  text-align: left;
}
body.save-the-free-press #more-about .articles .title {
  font-weight: 600;
  text-align: left;
}
body.save-the-free-press #more-about .articles p a i.fa-external-link {
  font-size: 14px;
  color: #000;
  margin-left: 5px;
}
body.save-the-free-press #more-about .articles .collapse-wrapper {
  padding-top: 3px;
}


body.save-the-free-press #local-journalism { background-image:url(/wp-content/uploads/promo-pages/save-the-free-press/more-important_bg.webp);
    padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;background-color:#000000 }
body.save-the-free-press #local-journalism .heading-wrapper { height: 180px; }
body.save-the-free-press #local-journalism .content {padding-top:60px;padding-bottom:60px;padding-left:70px;padding-right:70px;text-align: center;}
body.save-the-free-press #local-journalism .content .image {
    margin: 50px auto 45px;
}


body.save-the-free-press #how-and-why { background-image:url(/wp-content/uploads/promo-pages/save-the-free-press/how-and-why_bg.webp);
    padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;background-color:#000000 }
body.save-the-free-press #how-and-why .heading-wrapper { height: 120px; }
body.save-the-free-press #how-and-why .content { padding-top:50px;padding-bottom:75px;padding-left:70px;padding-right:70px;text-align: center;}
body.save-the-free-press #how-and-why .content .image {
    margin: 25px auto 50px;
}

body.save-the-free-press #independent-journalism { 
    background-image:url(/wp-content/uploads/promo-pages/save-the-free-press/news-persists_bg.webp);
    background-position: center;
    padding-top:0px;
    padding-bottom:65px;
    padding-left:0px;
    padding-right:0px;
    background-color:#ffffff;
}
body.save-the-free-press #independent-journalism .heading-wrapper { height: 180px; }
body.save-the-free-press #independent-journalism .heading { width: 55rem; }
body.save-the-free-press #independent-journalism .content {padding-top:65px;padding-bottom:65px;padding-left:60px;padding-right:60px;}
body.save-the-free-press #independent-journalism .content p {
    margin-bottom: 100px;
}



body.save-the-free-press #help { 
    background-image:url(/wp-content/uploads/promo-pages/save-the-free-press/help-protect_bg.webp);
    background-position: center bottom;
    padding-top:0px;
    padding-right:0px;
    padding-bottom:0px;
    padding-left:0px;
    background-color:#000000; 
}
body.save-the-free-press #help .heading-wrapper { height: 97px;background-color:rgba(4, 113, 149,.8);padding:0; }
body.save-the-free-press #help .container-small {color:#ffffff;}
body.save-the-free-press #help .content {
    padding-top:80px;
    padding-bottom:240px;
    padding-left:0px;
    padding-right:0px;
}
body.save-the-free-press #help .content h3,
body.save-the-free-press #help .content h3 a {
    font-family: "urw-din-condensed"; 
    font-size: 35px; 
    line-height: 39px;
    font-weight: 600;
}
body.save-the-free-press #help .content p { 
    text-transform: none;
    color: #000;
}
body.save-the-free-press #help .content .item {
  margin-bottom: 30px;
}
body.save-the-free-press #help .share {
  position: relative;
}
body.save-the-free-press #help .share .share-box {
  display: none;
  position: absolute;
  top: -10%;
  left: -4%;
  right: 0;
  width: 107%;
  height: 122%;
  background-color: #fff;
  border: 2px solid #047195;
  margin: 0 auto;
  padding: 50px 15px;
  z-index: 10;
}
body.save-the-free-press #help .share .share-box .close {
  position: absolute;
  right: 15px;
  top: 8px;
  color: #000;
  opacity: 1;
  text-shadow: none;
}
body.save-the-free-press #help .share .share-box .close:hover {
}
body.save-the-free-press #help .share .share-box .close i {
  font-size: 15px;
  color: #000;
}
body.save-the-free-press #help .share .share-box p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 30px;
}
body.save-the-free-press #help .share .share-box #share-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  border: 0;
}
body.save-the-free-press #help .share .share-box #share-links li {
  flex: 0 0 25%;
}
body.save-the-free-press #help .share .share-box #share-links li a i {
  color: #000;
  font-size: 25px;
}
body.save-the-free-press #help .share .share-box #share-links li a:hover i {
  color: #047195;
}

footer#footer {
    padding: 40px 0 45px;
    border-top: 2px solid #ccc;
}
footer#footer #footer-links ul {
  padding: 0;
}
footer#footer #footer-links ul li a {
  color: #231F20;
}

@media screen and ( max-width: 1200px) {
  body.save-the-free-press #page-header .content h1 {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {

    body.save-the-free-press .section-one .content { padding-left: -10px !important; padding-right: -10px !important; }
    body.save-the-free-press #local-journalism .content { padding-left: 60px !important; padding-right: 60px !important; }
    body.save-the-free-press #more-about .content { padding-left: -10px !important; padding-right: -10px !important; }
    body.save-the-free-press #how-and-why .content { padding-left: 60px !important; padding-right: 60px !important; }
    body.save-the-free-press #independent-journalism .content { padding-left: 50px !important; padding-right: 50px !important; }
    body.save-the-free-press #help .content { padding-left: -10px !important; padding-right: -10px !important; }
}

@media screen and (max-width: 768px) {
  body.save-the-free-press .container-small {
    max-width: unset;
  }
  body.save-the-free-press #page-header {
    height: 560px !important;
  }
  body.save-the-free-press #page-header .content h1 {
    font-size: 70px;
    line-height: 75px;
    margin: 65px auto 0;
    width: 30rem;
  }
  body.save-the-free-press #page-header #page-header-nav {
    display: none;
  }


  body.save-the-free-press #free-press-news {
    padding-bottom: 25px;
  }
  body.save-the-free-press #free-press-news.heading {

  }
  body.save-the-free-press #free-press-news .articles {
    display: flex;
  }
  body.save-the-free-press #free-press-news .articles .free-press-news {
    order: 2;
    flex: 0 0 100%;
    margin-bottom: 50px;
  }
  body.save-the-free-press #free-press-news .articles .brier-dudley {
    order: 1;
    flex: 0 0 100%;
    margin-bottom: 50px;
  }
  body.save-the-free-press #free-press-news .articles .newsletter {
    order: 2;
    flex: 0 0 100%;
    margin-bottom: 50px;
  }
  body.save-the-free-press #free-press-news .articles .newsletter .title {
    margin-bottom: 50px;
  }


  body.save-the-free-press #more-about .heading-wrapper { 
    background-image:url(/wp-content/uploads/promo-pages/save-the-free-press/heading_bg_mobile.webp);

  }
  body.save-the-free-press #more-about .articles .collapse-wrapper {
    margin-bottom: 20px;
  }


    
  body.save-the-free-press #local-journalism {
    padding-bottom: 0;
  }
  body.save-the-free-press #local-journalism .heading-wrapper {
    height: 175px;
    background-image: url(/wp-content/uploads/promo-pages/save-the-free-press/local-news_heading_bg_mobile.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  body.save-the-free-press #local-journalism .heading {
    width: 42rem;
  }
  body.save-the-free-press #local-journalism .content .image {
    width: 100%;
    height: auto;
  }


  body.save-the-free-press #independent-journalism .heading {
    width: 87%;
  }
  body.save-the-free-press #independent-journalism .content {
    padding-bottom: 35px;
  }
  body.save-the-free-press #independent-journalism .content p {
    margin-bottom: 50px;
  }

  body.save-the-free-press #how-and-why .heading-wrapper {
    background-image: url(/wp-content/uploads/promo-pages/save-the-free-press/how-and-why_heading_bg_mobile.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  body.save-the-free-press #how-and-why .heading {
    width: 35rem;
  }
  body.save-the-free-press #how-and-why .content {
    padding-bottom: 55px;
  }
  body.save-the-free-press #how-and-why .content .image {
    width: 100%;
    height: auto;
  }

  body.save-the-free-press #help {
    padding-bottom: 40px;
  }
  body.save-the-free-press #help .heading {
    width: 35rem;
  }
  body.save-the-free-press #help .content {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  body.save-the-free-press #local-journalism .heading {
    width: 100%;
  }
  body.save-the-free-press #independent-journalism .heading {
    width: 100%;
  }
  body.save-the-free-press #how-and-why .heading {
    width: 100%;
  }
  body.save-the-free-press #help .heading {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {

    body.save-the-free-press #page-header {
      height: 450px !important;
    }

    body.save-the-free-press #page-header .content .logo {
      width: 60%;
      height: auto;
    }

    body.save-the-free-press #page-header #page-header-nav {
      height: unset;
    }
    body.save-the-free-press #page-header #page-header-nav ul {
      flex-direction: column;
      padding-top: 10px;
    }
    body.save-the-free-press #page-header #page-header-nav ul li {
      margin-bottom: 10px;
    }

    body.save-the-free-press section h1 { font-size: 65px; line-height: 65px; }
    body.save-the-free-press section h2 { font-size: 40px; line-height: 40px; }
    body.save-the-free-press section h3 { font-size: 40px; line-height: 40px; }
    body.save-the-free-press section h4 { font-size: 18px; line-height: 24px; }
    body.save-the-free-press section h5 { font-size: 18px; line-height: 24px; }
    body.save-the-free-press section p { font-size: 16px; line-height: 24px; }

    body.save-the-free-press .section-one .heading-wrapper { height: 265px; }



    body.save-the-free-press #more-about { background-image:url(/wp-content/uploads/promo-pages/save-the-free-press/more-about_bg_mobile.webp); }
    body.save-the-free-press #more-about .heading-wrapper { height: 134px; }

   
    body.save-the-free-press #local-journalism { 
      background-image:url(/wp-content/uploads/promo-pages/save-the-free-press/more-important_bg_mobile.webp);
      padding-bottom: 0px;
     }
     body.save-the-free-press #local-journalism .heading {
       width: 100%;
     }
    body.save-the-free-press #local-journalism .heading-wrapper { height: 197px; }


    body.save-the-free-press #independent-journalism { background-image:url(/wp-content/uploads/promo-pages/save-the-free-press/news-persists_bg.webp); }
    body.save-the-free-press #independent-journalism .heading {
      width: 100%;
    }
    body.save-the-free-press #independent-journalism .heading-wrapper { height: 220px; }


    body.save-the-free-press #how-and-why { background-image:url(/wp-content/uploads/promo-pages/save-the-free-press/how-and-why_bg_mobile.webp); }
    body.save-the-free-press #how-and-why .heading {
      width: 100%;
    }
    body.save-the-free-press #how-and-why .heading-wrapper { height: 153px; }


    body.save-the-free-press #help { background-image:url(/wp-content/uploads/promo-pages/save-the-free-press/help-protect_bg_mobile.webp); }
    body.save-the-free-press #help .heading {
      width: 100%;
    }
    body.save-the-free-press #help .heading-wrapper { height: 188px; }

    

}

@media screen and (max-width:480px) {
  body.save-the-free-press #page-header .content h1 {
    font-size: 60px;
    line-height: 65px;
    width: 100%;
  }
}
@media screen and (max-width:380px) {
  body.save-the-free-press #page-header .content h1 {
    font-size: 50px;
    line-height: 55px;
  }
}


/** CUSTOM **/ 
strong hr { height: 2px; }
.mb-7 { margin-bottom: 7px; }
.mb-15 { margin-bottom: 7px; }
.inner-box { width: 220px; }
a.white-btn { font-family: 'urw-din-condensed'; font-weight: 500; }

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 768px) and (min-width: 577px) {

  body.save-the-free-press section .heading br { display: none; }

  body.save-the-free-press .section-one .heading-wrapper { height: 180px; }
  body.save-the-free-press #help .heading-wrapper { height: 127px; }

}


/****/ 












/* ANIMATIONS */

@keyframes bounce {
  0%   { transform: scale(1,1)      translateY(0); }

  50%  { transform: scale(1.1,1.1) translateY(0); }

  100% { transform: scale(1,1)      translateY(0); }
}
.bounce {
  animation-name: bounce;
  animation-timing-function: ease;

  animation-duration: 1s;
  animation-iteration-count: 1/*infinite*/;

  animation-delay: 0s;
}
.bounce-1 {
  animation-delay: 0s;/*0.2s;*/
}
.bounce-2 {
  animation-delay: 0s;/*1.6s;*/
}
.bounce-3 {
  animation-delay: 0s;/*1s;*/
}





@keyframes fadeInUp {
  from {
      transform: translate3d(0,20px,0)
  }
  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}
@-webkit-keyframes fadeInUp {
  from {
      transform: translate3d(0,20px,0);
  }
  to {
      transform: translate3d(0,0,0);
      opacity: 1;
  }
}
.fade-up {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;

  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;

  /*animation-timing-function: ease;*/
  animation-iteration-count: 1;
}
.fade-up.animated {
  opacity: 1;
}
.fade-up-title {
  opacity: 0;
}
@media screen and (max-width: 576px) {
  .fade-up-title {
    /*opacity: 1;*/
  }
}




/* QUOTE BUBBLES */
.quote-bubbles-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: flex-start;
    align-content: stretch;
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 0px;
    /*padding-bottom: 45px;*/
  }
  
  .quote-bubble-wrapper {
    position: relative;
  }
  
  .quote-bubble-wrapper.one,
  .quote-bubble-wrapper.two,
  .quote-bubble-wrapper.three  {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .quote-bubble-wrapper.one {
    order: 1;
    padding-left: 25px;
    padding-right: 5px;
  }
  .quote-bubble-wrapper.two {
    order: 2;
    margin-top: -4px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .quote-bubble-wrapper.three  {
    order: 3;
    margin-top: -4px;
    padding-left: 5px;
    padding-right: 25px;
  }
  
  .quote-bubble-wrapper.four {
    order: 4;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: -15px;
    padding-left: 25px;
  }
  .quote-bubble-wrapper.five {
    order: 5;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    left: -25px;
    max-width: 50%;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 0px;
  }
  .quote-bubble-wrapper.six {
    order: 6;
    -ms-flex: 0 0 50%;
    flex: 0 0 48%;
    max-width: 48%;
    margin-top: -160px;
    padding-left: 40px;
    padding-right: 0;
  }
  .quote-bubble-wrapper.seven {
    order: 7;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .quote-bubble-wrapper.eight {
    order: 8;
    position:absolute;
    top: 541px;
    /*top: 0px;*/
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    /*margin-top: -141px;*/
    padding-left: 25px;
    padding-right: 5px;
    margin-bottom: 50px;
  }
  
  .quote-bubble {
    position: relative;
    margin: 5px auto;
    padding: 25px 25px;
    border-radius: .4em; 
    transform-origin: bottom; 
  
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
  }
  .quote-bubble.visible {
    visibility: visible;
    opacity: 1 !important;
  }
  
  .quote-bubble:after {
    content: '';
      position: absolute;
      bottom: 0;
      width: 0;
      height: 0;
      border: 35px solid transparent;
    margin-bottom: -35px;
  }
  /*
  .quote-bubble.left:after {
    left: 15%;
    border-bottom: 0;
      border-right: 0;
    margin-right: -10px;
    transform: skewX(15deg);
  }
  .quote-bubble.right:after {
    right: 15%;
    border-bottom: 0;
      border-left: 0;
    margin-left: -10px;
    transform: skewX(-15deg);
  }
  */
  .quote-bubble-wrapper.one .quote-bubble {
    background: rgba(18,123,149,0.4);
    /*animation-delay: 0.2s;*/
    z-index: 1;
  }
  .quote-bubble-wrapper.one .quote-bubble:after {
    border-top-color: rgba(18,123,149,0.4); 
  }
  
  .quote-bubble-wrapper.two .quote-bubble {
    background: rgba(18,123,149,0.7);
    /*animation-delay: .6s;*/
    z-index: 2;
  }
  .quote-bubble-wrapper.two .quote-bubble:after {
    border-top-color: rgba(18,123,149,0.7); 
  }
  
  .quote-bubble-wrapper.three .quote-bubble {
    background: rgba(18,123,149,.8);
    /*animation-delay: 1.2s;*/
    z-index: 3;
  }
  .quote-bubble-wrapper.three .quote-bubble:after {
    border-top-color: rgba(18,123,149,.8); 
  }
  
  .quote-bubble-wrapper.four .quote-bubble {
    background: rgba(18,123,149,0.4);
    /*animation-delay: 0.4s;*/
    z-index: 4;
  }
  .quote-bubble-wrapper.four .quote-bubble:after {
    border-top-color: rgba(18,123,149,0.4); 
  }
  
  .quote-bubble-wrapper.five .quote-bubble {
    background: rgba(18,123,149,0.6);
    /*animation-delay: 0.8s;*/
    z-index: 5;
  }
  .quote-bubble-wrapper.five .quote-bubble:after {
    border-top-color: rgba(18,123,149,0.6); 
  }
  
  .quote-bubble-wrapper.six .quote-bubble {
    background: rgba(18,123,149,0.6);
    /*animation-delay: 1.4s;*/
    z-index: 6;
  }
  .quote-bubble-wrapper.six .quote-bubble:after {
    border-top-color: rgba(18,123,149,0.6); 
  }
  
  .quote-bubble-wrapper.seven .quote-bubble {
    background: rgba(18,123,149,0.7);
    /*animation-delay: 0.5s;*/
    z-index: 7;
  }
  .quote-bubble-wrapper.seven .quote-bubble:after {
    border-top-color: rgba(18,123,149,0.7); 
  }
  
  .quote-bubble-wrapper.eight .quote-bubble {
    background: rgba(18,123,149,0.9);
    /*animation-delay: 0s;*/
    z-index: 8;
  }
  .quote-bubble-wrapper.eight .quote-bubble:after {
    border-top-color: rgba(18,123,149,0.9); 
  }
  
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .quote-bubble-wrapper.eight {
      top: 713px;
    }
  }
  
  
  .quote-bubble .quote {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
  }
  .quote-bubble .cite {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
  }
  
  
  @media screen and (max-width: 768px) {
  
    .quote-bubbles-wrapper {
      justify-content: center;
    }

    .quote-bubble-wrapper.one,
    .quote-bubble-wrapper.two,
    .quote-bubble-wrapper.three  {
  
    }
    .quote-bubble-wrapper.one {
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 5px;
      align-self: start;
    }
    .quote-bubble-wrapper.two {
      flex: 0 0 50%;
      max-width: 50%;
      margin-top: -4px;
      padding-left: 5px;
      padding-right: 5px;
      align-self: end;
    }
    .quote-bubble-wrapper.three  {
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 10px;
      padding-right: 15px;
      align-self: start;
    }
  
    .quote-bubble-wrapper.four {
      flex: 0 0 50%;
      max-width: 50%;
      margin-top: -24px;
      padding-left: 0px;
      align-self: end;
    }
    .quote-bubble-wrapper.five {
      order: 6;
      flex: 0 0 100%;
      max-width: 100%;
      left: 0;
      padding-left: 15px;
      padding-right: 15px;
      align-self: end;
    }
    .quote-bubble-wrapper.six {
      order: 5;
      flex: 0 0 50%;
      max-width: 50%;
      margin-top: 10px;
      padding-left: 15px;
      padding-right: 0;
      align-self: start;
    }
    .quote-bubble-wrapper.seven {
      padding-left: 30px;
      padding-right: 0px;
    }
    .quote-bubble-wrapper.eight {
      top: 783px;
      /*top:-31px;*/
      margin-top: -150px;
      padding-left: 15px;
      padding-right: 0px;
      margin-bottom: 75px;
    }
    .quote-bubble {
      padding: 15px;
    }
  }
  
  @media screen and (min-width: 577px) and (max-width: 767px) {
  
    .quote-bubble-wrapper.eight {
      top: 983px;
    }
    
  }
  
  @media screen and (min-width: 577px) {
  
    .quote-bubble-wrapper.one .quote-bubble:after {
      left: 15%;
      border-bottom: 0;
      border-right: 0;
      margin-right: -10px;
      transform: skewX(15deg);
    }
    .quote-bubble-wrapper.two .quote-bubble:after {
      left: 15%;
      border-bottom: 0;
      border-right: 0;
      margin-right: -10px;
      transform: skewX(15deg);
    }
    
    .quote-bubble-wrapper.three .quote-bubble:after {
      left: 15%;
      border-bottom: 0;
      border-right: 0;
      margin-right: -10px;
      transform: skewX(15deg);
    }
    .quote-bubble-wrapper.four .quote-bubble:after {
      left: 15%;
      border-bottom: 0;
      border-right: 0;
      margin-right: -10px;
      transform: skewX(15deg);
    }
    .quote-bubble-wrapper.five .quote-bubble:after {
        right: 15%;
        border-bottom: 0;
        border-left: 0;
        margin-left: -10px;
        transform: skewX(-15deg);
    }
    .quote-bubble-wrapper.six .quote-bubble:after {
      right: 15%;
      border-bottom: 0;
      border-left: 0;
      margin-left: -10px;
      transform: skewX(-15deg);
    }
    .quote-bubble-wrapper.seven .quote-bubble:after {
      right: 15%;
      border-bottom: 0;
      border-left: 0;
      margin-left: -10px;
      transform: skewX(-15deg);
    }
    .quote-bubble-wrapper.eight .quote-bubble:after {
      left: 15%;
      border-bottom: 0;
      border-right: 0;
      margin-right: -10px;
      transform: skewX(15deg);
    }
  }
  

  @media screen and (max-width: 576px) {
    .quote-bubbles-wrapper {
      flex-direction: column;
      align-items: unset;
      align-content: unset;
      justify-content: unset;
      display: block;
      margin-bottom: 30px;
    }
    .quote-bubble-wrapper {
      display: inline-block;
      padding: 0;
    }
    .quote-bubble .quote {
      font-size: 18px;
      line-height: 26px;
    }
    .quote-bubble .cite {
      font-size: 12px;
      line-height: 20px;
    }
    .quote-bubble {
      padding: 18px;
      margin: 0 auto;
    }
    .quote-bubble:after {
      border: 27px solid transparent;
      margin-bottom: -27px;
    }
    .quote-bubble-wrapper.one,
    .quote-bubble-wrapper.two {
      width: 80%;
      max-width: 80%;
    }
    .quote-bubble-wrapper.one {
      order: 1;
      float: left;
      padding-left: 5px;
      padding-right: 0px;
    }
    .quote-bubble-wrapper.two {
      order: 1;
      float: right;
      margin-top: -10px;
      padding-left: 0px;
      padding-right: 5px;
    }
    .quote-bubble-wrapper.three  {
      order: 1;
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto;
      width: 90%;
      max-width: 90%;
      padding-left: 10px;
      padding-right: 10px;
    }
    
    
    .quote-bubble-wrapper.four {
      order: 1;
      float: left;
      margin-top: 10px;
      width: 65%;
      max-width: 65%;
      padding-left: 25px;
    }
    .quote-bubble-wrapper.five {
      order: 2;
      float: right;
      margin-top: 10px;
      width: 80%;
      max-width: 80%;
      padding-left: 0px;
      padding-right: 0px;
    }
    .quote-bubble-wrapper.six {
      order: 1;
      float: left;
      margin-top: 10px;
      margin-bottom: 45px;
      width: 80%;
      max-width: 80%;
      padding-left: 25px;
      padding-right: 0;
    }
    .quote-bubble-wrapper.seven {
      margin-top: 10px;
      width: 100%;
      max-width: 100%;
      padding-left: 10px;
      padding-right: 10px;
    }
    .quote-bubble-wrapper.eight {
      position:relative;
      top: 0px;
      margin-top: 10px;
      width: 100%;
      max-width: 100%;
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .quote-bubble-wrapper.one .quote-bubble:after {
      left: 15%;
      border-bottom: 0;
      border-right: 0;
      margin-right: -10px;
      transform: skewX(15deg);
    }
    .quote-bubble-wrapper.two .quote-bubble:after {
      left: 15%;
      border-bottom: 0;
      border-right: 0;
      margin-right: -10px;
      transform: skewX(15deg);
    }
    .quote-bubble-wrapper.three .quote-bubble {
      z-index: 3;
    }
    .quote-bubble-wrapper.three .quote-bubble:after  {
      right: 15%;
      border-bottom: 0;
      border-left: 0;
      margin-left: -10px;
      transform: skewX(-15deg);
    }
    
    .quote-bubble-wrapper.four .quote-bubble:after {
      left: 15%;
      border-bottom: 0;
      border-right: 0;
      margin-right: -10px;
      transform: skewX(15deg);
    }
    .quote-bubble-wrapper.five .quote-bubble:after {
      right: 15%;
      border-bottom: 0;
      border-left: 0;
      margin-left: -10px;
      transform: skewX(-15deg);
    }
    .quote-bubble-wrapper.six .quote-bubble:after {
      left: 15%;
      border-bottom: 0;
      border-right: 0;
      margin-right: -10px;
      transform: skewX(15deg);
    }
    .quote-bubble-wrapper.seven .quote-bubble:after {
      right: 15%;
      border-bottom: 0;
      border-left: 0;
      margin-left: -10px;
      transform: skewX(-15deg);
    }
    .quote-bubble-wrapper.eight .quote-bubble:after {
      right: 15%;
      border-bottom: 0;
      border-left: 0;
      margin-left: -10px;
      transform: skewX(-15deg);
    }
  
  }
  
  
  
  
  
  
  
  
  
  
  
  
  /* SINGLE QUOTE */
  .single-quote-wrapper {
    clear: both;
    margin: 0 auto;
  }
  .single-quote {
    width: 70%;
    margin: 20px auto;
    padding: 20px;
    border-radius: 4px;
  
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
  }
  .single-quote.visible {
    visibility: visible;
    opacity: 1 !important;
  }
  .single-quote .quote {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
  }
  .single-quote .cite {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
  }
  @media screen and (max-width: 576px) {
    .single-quote {
      width: 100%;
    }
    .single-quote .quote {
      font-size: 18px;
      line-height: 26px;
    }
    .single-quote .cite {
      font-size: 12px;
      line-height: 20px;
    }
  }
  
  
  
  


  footer#footer {
    clear: both;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    max-width: 1000px;
    padding: 52px 0 40px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
  }
  footer#footer a {
    color: #686868;
  }
  footer#footer a:hover {
    color: #21759b;
  }
  footer#footer .footer-logo {
    border-bottom: 1px solid #d6d8d8;
    margin-bottom: 12px;
  }
  footer#footer .footer-logo img {
    width: 206px;
    margin-bottom: 12px;
  }
  footer#footer #footer-links {

  }
  footer#footer #footer-links .footer-links-row {
    margin: 6px auto;
    padding: 0;
    font-size: 0.75rem;
    line-height: 1.4em;
    list-style-type: none;
  }
  footer#footer #footer-links .footer-links-row li {
    margin: 0 auto;
    padding: 0 10px;
    display: inline;
    color: #000000;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    text-decoration: none;
    border-right: 1px solid #000;
  }
  footer#footer #footer-links .footer-links-row li:last-child {
    border-right: 0;
  }
  footer#footer #footer-links #footer-links li a {
    color: #000;
}
  footer#footer #footer-links #footer-links li a:hover {
    text-decoration: underline;
  }