@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
   }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
   }
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
   }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
   }
}
html {
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling:touch;
}
body.investigative-fund {
	background: #fff;
	color: #000;
}

figure#overlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
}
figure#loading {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 100000;
}
figure#loading .loading {
	position: absolute;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	width: 120px;
	height: 120px;
	padding: 10px;
   /*background: rgba(255, 255, 255, 0.25);
   */
	border-radius: 50%;
	z-index: 100001;
}
figure#loading #loader {
	position: relative;
	margin: 0 auto;
	border-top: 12px solid rgba(218, 129, 49, 0.3);
	border-right: 12px solid rgba(218, 129, 49, 0.3);
	border-bottom: 12px solid rgba(218, 129, 49, 0.3);
	border-left: 12px solid rgba(218, 129, 49, 0.3);
}
#loader, #loader:after {
	border-radius: 50%;
	width: 74px;
	height: 74px;
}
figure#loading #loader .loader {
	margin: 0 -9px;
	font-size: 10px;
	top: -9px;
	left: 0;
	right: 0;
	position: absolute;
	text-indent: -9999em;
	border-top: 6px solid rgba(255, 255, 255, 0);
	border-right: 6px solid rgba(255, 255, 255, 0);
	border-bottom: 6px solid rgba(255, 255, 255, 0);
	border-left: 6px solid #a55328;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.loader, .loader:after {
	border-radius: 50%;
	width: 68px;
	height: 68px;
}

#back2top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 150;
    border: none;
    outline: none;
    background-color: rgba(0,0,0,.45);
    color: white;
    cursor: pointer;
    padding: 8px 14px;
    border-radius: 0px;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    font-family: 'urw-din';
    font-size: 15px;
    line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
}


@media (min-width: 1920px) {
	.container-fluid {
		max-width: 1920px !important;
        margin-left: auto !important;
        margin-right: auto !important;
	}
}
@media (max-width: 1920px) {
	.container-fluid {
		max-width: 100vw !important;
	}
}

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


#header {
	width: 100%;
	background-color: transparent !important;
	z-index: 150 !important;
}
body.nav-opened #header {
	position: sticky;
}
#header .navbar-header {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
}

#header .navbar-default {
    justify-content: end;
	background-color: transparent;
	border: 0 !important;
	margin: 0;
	padding: 0 !important;
    z-index: 150;
}/*
#header .navbar-default .navbar-toggler:focus, #header .navbar-default .navbar-toggler:hover {
	background-color: transparent;
	outline: none !important;
}*/
#header .navbar-toggler {
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 55px;
	height: 50px;
	border: 0 !important;
	border-radius: 0 !important;
	background: rgba(0, 0, 0, 0.5) !important;
}
@media all and (max-width: 768px) {
	#header {
		background-color: transparent !important;
   }
}
@media all and (max-width: 576px) {
	#header {
		background-color: transparent !important;
   }
   #header #menu {
	   padding-left: 0;
	   padding-right: 0;
   }
	#header .navbar-toggler {
		margin: 0 !important;
		height: 50px;
   }
}
#header .navbar-toggler .icon-bar {
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 30px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff !important;
	transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
}
#header .navbar-toggler .top-bar {
	position: relative;
	top: -6px;
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
#header .navbar-toggler .middle-bar {
	position: relative;
	top: 0px;
	opacity: 0;
}
#header .navbar-toggler .bottom-bar {
	position: relative;
	top: 6px;
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}
#header .navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
}
#header .navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}
#header .navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}
#header .navbar-collapse {
	position: fixed;
	top: 0;
	right: -40%;
	width: 40%;
	min-height: 100vh !important;
	background-color: #000;
	padding: 75px 50px 50px 50px !important;
	transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	z-index: 100;
	overflow: auto;
}
@media all and (max-width: 992px) {
	#header .navbar-collapse {
		width: 50% !important;
		right: -50%;
		padding: 40px 10px 20px 20px !important;
   }
}
@media all and (max-width: 576px) {
	#header .navbar-collapse {
		width: 75% !important;
		right: -75%;
		padding: 40px 10px 20px 15px !important;
   }
}
#header .navbar-collapse.collapse {
	display: none !important;
	height: 75vh !important;
}
#header .navbar-collapse.collapse.show {
	display: block !important;
	right: 0 !important;
}
#header .collapsing {
	height: unset !important;
}
#header .navbar-nav {
	flex-wrap: nowrap;
	padding: 0px !important;
    margin-left: 0px !important;
	max-height: 100% !important;
}
#header .navbar-nav .menu-item {
	clear: both;
	float: left;
}
#header .navbar-nav > .menu-item > a {
	color: rgba(255, 255, 255, 0.5);
	font-family: 'urw-din';
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
    margin: 0;
}
#header .navbar-nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
#header .navbar-nav > .menu-item > a > .status:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	position: relative;
	top: -1px;
	content: "\f0fe";
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	margin-left: 5px;
	transition: all 0.25s ease;
}
#header .navbar-nav > .menu-item.current-menu-ancestor > a > .status:before {
	color: rgba(255, 255, 255, 1);
}
#header .navbar-nav > .menu-item.open > a > .status:before {
	content: "\f146";
}
#header .navbar-nav .menu-item a:hover {
	color: rgba(255, 255, 255, 1);
}
#header .dropdown-menu {
	padding: 0;
	background-color: transparent;
	border: 0;
}
#header .navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#header .dropdown-menu {
	position: static;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#header .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;
}
#header .dropdown-menu > li > a:focus, #header .dropdown-menu > li > a:hover {
	background-color: transparent;
}
#header .dropdown-menu > .active > a, #header .dropdown-menu > .active > a:focus, #header .dropdown-menu > .active > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	outline: 0;
}
#header .nav > li > a:focus, #header .nav > li > a:hover {
	background-color: transparent;
}
#header .nav .open > a, #header .nav .open > a:focus, #header .nav .open > a:hover {
	background-color: transparent;
	color: rgba(255, 255, 255, 1);
   /*border-bottom: 1px solid #fff;
   */
}
@media screen and (min-width: 768px) {
	#header .navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
   }
}
#header li.desktop-social-icons {
	clear: both;
	position: relative;
	top: 10px;
	margin-left: 10px;
}
#header li.desktop-social-icons a.social-icon-link {
	display: inline-block !important;
	float: left !important;
}
#header li.desktop-social-icons a.social-icon-link span {
	font-size: 24px;
}
body.IE #page-header img#logo {
	width: 100%;
	height: 42px;
}
#watchdog-wrapper #top-circle-bg {
	display: block;
	position: absolute;
	width: 100%;
	max-width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/wp-content/uploads/promo-pages/investigative-fund/bg-circle.webp');
	opacity: 0.5;
    z-index: 1;
}
#watchdog-wrapper #page-header {
	min-height: 768px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/promo-pages/investigative-fund/watchdog_bg.webp');
	text-align: center;
}
#watchdog-wrapper #page-header .header-content {
	position: relative;
	top: 290px;
	display: inline-block;
    z-index: 2;
}
#watchdog-wrapper #page-header img#logo {
	width: 281px;
}

#center-circle-bg { background-image: url('/wp-content/uploads/promo-pages/investigative-fund/bg-circle.webp'); }
@media screen and (max-width: 480px) {
    #top-circle-bg { background-image: url('/wp-content/uploads/promo-pages/investigative-fund/top-circle-mobile.webp'); }
    #center-circle-bg-top { background-image: url('/wp-content/uploads/promo-pages/investigative-fund/changing-lives-circle-mobile-top.webp'); }
    #center-circle-bg-bottom { background-image: url('/wp-content/uploads/promo-pages/investigative-fund/changing-lives-circle-mobile-bottom.webp'); }
}
#watchdog-wrapper #funding-goals .content #donations .bar .fill { /*width: 100%;*/ }
#watchdog-wrapper #page-header h1 {
	font-family: 'urw-din';
	font-size: 45px;
	line-height: 45px;
	font-weight: 700;
	color: #fff;
	margin: 15px auto 0px !important;
	padding: 0 !important;
}
#watchdog-wrapper #page-header h2 {
	font-family: 'urw-din';
	font-size: 18.5px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	margin: 10px auto 40px;
	padding: 10px 0 0 !important;
	border-top: 2px solid #fff;
}
#watchdog-wrapper #page-header .btn-primary {
    display: block;
	border-radius: 0 !important;
	font-family: 'urw-din' !important;
	font-size: 24px !important;
	line-height: 36px !important;
	font-weight: 400;
	padding: 10px 45px !important;
	color: #fff;
	background-color: #037094 !important;
	border-color: #037094 !important;
    margin: 0 auto;
}
#watchdog-wrapper #page-header .btn-primary:hover {
	background-color: #005976 !important;
	border-color: #005976 !important;
}
#watchdog-wrapper #page-header .next:hover {
    text-decoration: none;
}
#watchdog-wrapper #page-header .next:hover i {
    color: rgba(255, 255, 255, 1);
}
#watchdog-wrapper #page-header .fa-chevron-down {
    clear: both;
    display: block;
    font-size: 30px;
    color: rgba(255, 255, 255, .5);
    margin-top: 100px;
}
#watchdog-wrapper h2 {
	font-family: 'urw-din';
	font-weight: 700;
	margin-top: 0;
}
#watchdog-wrapper h3 {
	font-family: 'urw-din';
	font-weight: 500;
	margin-top: 0
}
#watchdog-wrapper p {
	font-family: 'urw-din';
	font-weight: 400;
	margin-top: 0;
}
@media screen and (max-width: 1024px) {
	#watchdog-wrapper {
	   /* #top-circle-bg {
			position: absolute;
			top: -156px;
			left: 0;
			right: 0;
			margin: 0 auto;
			max-width: 100%;
			width: 100%;
			opacity: 0.25;
	   }
	   */
   }
	#watchdog-wrapper #page-header {
		min-height: 650px;
		background-position: -633px 0;
   }
   #watchdog-wrapper #page-header .header-content {
		top: 217px;
   }
}
@media screen and (max-width: 980px) {
	#watchdog-wrapper #page-header {
		min-height: 550px;
		background-position: -490px 0;
   }
}
@media screen and (max-width: 768px) {
	#watchdog-wrapper {
	   /* #top-circle-bg {
			position: absolute;
			top: -43px;
			left: 0;
			right: 0;
			margin: 0 auto;
			max-width: 100%;
			width: 100%;
			opacity: 0.25;
	   }
	   */
   }
	#watchdog-wrapper #page-header {
		min-height: 650px;
		background-position: -858px 0;
   }
   #watchdog-wrapper #page-header .header-content {
        top: 194px;
   }
   #watchdog-wrapper #page-header h1 {
        font-size: 37px;
        line-height: 38px;
   }
   #watchdog-wrapper #page-header h2 {
        font-size: 15.5px;
        line-height: 28px;
        margin-bottom: 50px;
   }
   #watchdog-wrapper #page-header .btn-primary {
        font-size: 22px;
        line-height: 36px;
    }
    #watchdog-wrapper #page-header .fa-chevron-down {
        margin-top: 76px;
    }
}
@media screen and (max-width: 576px) {
    #watchdog-wrapper section.container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
	#watchdog-wrapper #top-circle-bg {
		max-width: 100%;
		width: 100%;
		top: 35px;
		opacity: 0.75;
		background-size: contain;
		background-position: center top;
		background-repeat: no-repeat;
   }
	#watchdog-wrapper #page-header {
		min-height: 550px;
		background-position: -850px 0;
   }
	#watchdog-wrapper #page-header .header-content {
		top: 130px;
   }
	#watchdog-wrapper #page-header img#logo {
		width: 177px;
   }
	#watchdog-wrapper #page-header h1 {
		font-size: 35px;
		line-height: 36px;
		padding: 0px !important;
		margin: 15px auto 0px !important;
   }
	#watchdog-wrapper #page-header h2 {
		font-size: 15px;
		line-height: 19px;
		margin: 8px 20px 30px !important;
		padding: 8px 0 0 !important;
   }
	#watchdog-wrapper #page-header .btn-primary {
		font-size: 22px;
		line-height: 36px;
   }
	#watchdog-wrapper h2 {
		font-size: 24px;
		line-height: 32px;
   }
	#watchdog-wrapper p {
		font-size: 16px;
		line-height: 26px;
   }
}
#watchdog-wrapper #about {
	background-color: #fff;
	text-align: center;
}
#watchdog-wrapper #about .content {
    padding-top: 90px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
    background-color: #fff;
    z-index: 2;
}
#watchdog-wrapper #about .content h2 {
	font-size: 40px;
	line-height: 50px;
    color: #313131;
	margin-bottom: 35px;
}
#watchdog-wrapper #about .content p {
	font-size: 20px;
	line-height: 28px;
    color: #313131;
	margin-bottom: 5px;
}
#watchdog-wrapper #about #quotes {
    padding-left: 0;
    padding-right: 0;
}
#watchdog-wrapper #about #quotes .carousel {
	width: 83.333333%;
	margin: 0 auto;
}
#watchdog-wrapper #about #quotes .carousel .owl-stage {
	display: flex;
	justify-content: center;
	align-items: end;
}
#watchdog-wrapper #about #quotes .owl-carousel .owl-item {
	
}
#watchdog-wrapper #about #quotes .owl-carousel .item {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: flex-end;
	justify-content: center;
}
#watchdog-wrapper #about #quotes .owl-carousel .item .left-image {
	flex: 0 0 25%;
    position: relative;
    left: 50px;
    z-index: 2;
}
#watchdog-wrapper #about #quotes .owl-carousel .item .left-image img {
	width: 100%;
	height: auto;
}
#watchdog-wrapper #about #quotes .owl-carousel .item .right-image {
    flex: 0 0 25%;
    position: relative;
    right: 50px;
    z-index: 2;
}
#watchdog-wrapper #about #quotes .owl-carousel .item .right-image img {
	width: 100%;
	height: auto;
}
#watchdog-wrapper #about #quotes .owl-carousel .item .quote {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex: 0 0 69%;
    position: relative;
	background-color: #037094;
	padding: 65px 5rem;
}
#watchdog-wrapper #about #quotes .owl-carousel .item .left-quote {
	left: 75px;
}
#watchdog-wrapper #about #quotes .owl-carousel .item .right-quote {
	right: 75px;
}
#watchdog-wrapper #about #quotes .owl-carousel .item p {
    font-family: 'urw-din';
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
#watchdog-wrapper #about #quotes .owl-carousel .item span {
	clear: both;
	display: block;
	color: #fff;
	text-align: center;
}
#watchdog-wrapper #about #quotes .owl-carousel .item .name {
    font-family: 'urw-din';
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
}
#watchdog-wrapper #about #quotes .owl-carousel .item .title {
    font-family: 'urw-din';
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}
#watchdog-wrapper #about #quotes .owl-carousel .owl-nav {

}
#watchdog-wrapper #about #quotes .owl-carousel .owl-nav button {
    font-size: 32px;
    color: rgba(3, 112, 148, .25) !important;
}
#watchdog-wrapper #about #quotes .owl-carousel .owl-nav button i {
    line-height: 32px !important;
}
@media screen and (max-width: 1600px) {
    #watchdog-wrapper #about #quotes .owl-carousel .item .left-image {
        left: 30px;
    }
    #watchdog-wrapper #about #quotes .owl-carousel .item .right-image {
        right: 30px;
    }
	#watchdog-wrapper #about #quotes .owl-carousel .item .quote {
        padding: 35px 4rem;
    }
    #watchdog-wrapper #about #quotes .owl-carousel .item .left-quote {
        left: 30px;
    }
	#watchdog-wrapper #about #quotes .owl-carousel .item .right-quote {
        right: 30px;
    }
}
@media screen and (max-width: 1440px) {
    #watchdog-wrapper #about #quotes .owl-carousel .item .left-image {
        flex: 0 0 30%;
		left: 50px;
    }
    #watchdog-wrapper #about #quotes .owl-carousel .item .right-image {
        flex: 0 0 30%;
		right: 50px;
    }
	#watchdog-wrapper #about #quotes .owl-carousel .item .quote {
        flex: 0 0 70%;
    }
    #watchdog-wrapper #about #quotes .owl-carousel .item .left-quote {
        left: 55px;
    }
	#watchdog-wrapper #about #quotes .owl-carousel .item .right-quote {
        right: 55px;
    }
}
@media screen and (max-width: 1200px) {
    #watchdog-wrapper #about #quotes .owl-carousel .item .left-image {
        flex: 0 0 37%;
		left: 55px;
    }
    #watchdog-wrapper #about #quotes .owl-carousel .item .right-image {
        flex: 0 0 37%;
		right: 55px;
    }
	#watchdog-wrapper #about #quotes .owl-carousel .item .quote {
        flex: 0 0 70%;
    }
    #watchdog-wrapper #about #quotes .owl-carousel .item .left-quote {
        left: 75px;
    }
	#watchdog-wrapper #about #quotes .owl-carousel .item .right-quote {
        right: 75px;
    }
    #watchdog-wrapper #about #quotes .owl-carousel .item p {
        font-size: 24px;
        line-height: 32px;
    }
}
@media screen and (max-width: 1130px) {
    #watchdog-wrapper #about #quotes .owl-carousel .item .quote {
        padding: 35px 4rem;
    }
}
@media screen and (max-width: 1024px) {
    #watchdog-wrapper #about #quotes .owl-carousel .item .left-image {
        flex: 0 0 47%;
        left: 36px;
    }
    #watchdog-wrapper #about #quotes .owl-carousel .item .right-image {
        flex: 0 0 47%;
        right: 36px;
    }
    #watchdog-wrapper #about #quotes .owl-carousel .item .quote {
        flex: 0 0 69%;
        padding: 35px 3rem;
    }
	#watchdog-wrapper #about #quotes .owl-carousel .item .left-quote {
		left: 86px;
	}
	#watchdog-wrapper #about #quotes .owl-carousel .item .right-quote {
		right: 86px;
	}
	#watchdog-wrapper #about #quotes .owl-carousel .owl-nav {

    }
	#watchdog-wrapper #about #quotes .owl-carousel .owl-nav .owl-prev {
		position: absolute;
		left: -25px;
    }
	#watchdog-wrapper #about #quotes .owl-carousel .owl-nav .owl-next {
		position: absolute;
		right: -50px;
    }
}
@media screen and (max-width: 992px) {
    #watchdog-wrapper #about #quotes .owl-carousel .item .left-image {
        flex: 0 0 39%;
        left: 35px;
    }
    #watchdog-wrapper #about #quotes .owl-carousel .item .right-image {
        flex: 0 0 39%;
        right: 35px;
    }
    #watchdog-wrapper #about #quotes .owl-carousel .item .quote {
        flex: 0 0 81%;
        padding: 30px 2.5rem;
    }
	#watchdog-wrapper #about #quotes .owl-carousel .item .left-quote {
		left: 85px;
	}
	#watchdog-wrapper #about #quotes .owl-carousel .item .right-quote {
		right: 85px;
	}
    #watchdog-wrapper #about #quotes .owl-carousel .item p {
        font-size: 22px;
        line-height: 28px;
    }
}
@media screen and (max-width: 768px) {
    #watchdog-wrapper #about .content h2 {
		font-size: 36px;
		line-height: 46px;
		padding: 0 5px;
   }
	#watchdog-wrapper #about .content p {
		font-size: 20px;
		line-height: 28px;
   }
   #watchdog-wrapper #about #quotes .owl-carousel .item .left-image {
		flex: 0 0 60%;
        left: 61px;
   }
   #watchdog-wrapper #about #quotes .owl-carousel .item .right-image {
	flex: 0 0 60%;
        right: 61px;
   }
   #watchdog-wrapper #about #quotes .owl-carousel .item .quote {
	flex: 0 0 69%;
   }
   #watchdog-wrapper #about #quotes .owl-carousel .item .left-quote {
		left: 86px;
	}
	#watchdog-wrapper #about #quotes .owl-carousel .item .right-quote {
		right: 86px;
	}
   #watchdog-wrapper #about #quotes .owl-carousel .item p {
        font-size: 24px;
        line-height: 30px;
    }
    #watchdog-wrapper #about #quotes .owl-carousel .item .name {
        font-size: 18px;
        line-height: 20px;
    }
    #watchdog-wrapper #about #quotes .owl-carousel .item .title {
        font-size: 16px;
        line-height: 20px;
    }
    #watchdog-wrapper #about #quotes .owl-carousel .owl-nav {
        top: 175px;
        margin-lefT: -15px;
        margin-right: -15px;
    }
}
@media screen and (max-width: 576px) {
	#watchdog-wrapper #about .content {
		padding-top: 55px;
		padding-bottom: 55px;
		padding-left: 0px;
		padding-right: 0px;
   }
	#watchdog-wrapper #about .content h2 {
		font-size: 24px;
		line-height: 32px;
		padding: 0 5px;
   }
	#watchdog-wrapper #about .content p {
		font-size: 16px;
		line-height: 26px;
   }
   #watchdog-wrapper #about #quotes .carousel {
	width: 91.666667%;
}
   #watchdog-wrapper #about #quotes .owl-carousel .item .left-image,
   #watchdog-wrapper #about #quotes .owl-carousel .item .right-image {
    display: none;
   }
   #watchdog-wrapper #about #quotes .owl-carousel .item .quote {
	flex: 0 0 100%;
    left: 0;
    right: 0;
	min-height: 420px;
    padding: 55px 20px;
   }
   #watchdog-wrapper #about #quotes .owl-carousel .item p {
	font-size: 20px;
	line-height: 26px;
    }
   #watchdog-wrapper #about #quotes .owl-carousel .owl-nav {
       left: 0;
       right: 0;
	   
   }
   #watchdog-wrapper #about #quotes .owl-carousel .item .name {
	font-size: 16px;
	line-height: 20px;
    }
    #watchdog-wrapper #about #quotes .owl-carousel .item .title {
        font-size: 14px;
        line-height: 20px;
    }
	#watchdog-wrapper #about #quotes .owl-carousel .owl-nav .owl-prev{
		position: absolute;
		left: -15px;
    }
	#watchdog-wrapper #about #quotes .owl-carousel .owl-nav .owl-next {
		position: absolute;
		right: -45px;
    }
}

#watchdog-wrapper #quote {
	color: #fff;
	background: #000;
	text-align: center;
}
#watchdog-wrapper #quote .content {
	padding-top: 75px;
	padding-bottom: 90px;
	padding-left: 100px;
	padding-right: 100px;
}
#watchdog-wrapper #quote .content h3 {
	font-size: 26px;
	line-height: 40px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: 'urw-din';
	font-size: 22px;
	line-height: 36px;
	font-weight: 500;
}
#watchdog-wrapper #quote .content .credit {
	display: table;
	margin: 0 auto;
	text-align: center;
}
#watchdog-wrapper #quote .content .credit h5 {
	display: block;
	float: none;
	font-family: 'urw-din';
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	margin: 0 auto;

}
#watchdog-wrapper #quote .content .credit span {
	display: block;
	clear: both;
	float: none;
	font-family: 'urw-din';
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	margin-top: 0;
	margin: 0px auto;
	letter-spacing: 1px;
}
#watchdog-wrapper #quote .left-side {
	background-image: url(../images/quote-leftside.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#watchdog-wrapper #quote .right-side {
	background-image: url(../images/quote-rightside.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media screen and (max-width: 1430px) {
	#watchdog-wrapper #quote .content .credit h5,
	#watchdog-wrapper #quote .content .credit span {
		float: none;
	}
}
@media screen and (max-width: 1024px) {
	#watchdog-wrapper #quote .left-side {
		background-position: -311px center;
   }
	#watchdog-wrapper #quote .right-side {
		background-position: -400px center;
   }
}
@media screen and (max-width: 576px) {
	#watchdog-wrapper #quote .content {
		padding-top: 55px;
		padding-bottom: 60px;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 18px;
		line-height: 30px;
		margin-top: 0;
		margin-bottom: 0px;
   }
   #watchdog-wrapper #quote .content h3 {
	   line-height: 30px;
	   margin-top: 0;
   }
	#watchdog-wrapper #quote .content .credit h5 {
		font-size: 16px;
		line-height: 32px;
		padding: 0;
		text-align: center;
		margin: 0 auto;
		float: none;
   }
	#watchdog-wrapper #quote .content .credit span {
		display: block;
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 0;
		padding: 0;
		text-align: center;
		margin: 0 auto;
		float: none;
		margin-top: -5px;
   }
}
#watchdog-wrapper #funding-goals {
	color: #000;
	background: #fff;
	text-align: center;
}
#watchdog-wrapper #funding-goals .content {
	padding-top: 75px;
	padding-bottom: 75px;
	padding-left: 0px;
	padding-right: 0px;
}
#watchdog-wrapper #funding-goals .content h2 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px;
}
#watchdog-wrapper #funding-goals .content p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 25px;
}
#watchdog-wrapper #funding-goals .content #donations {
	position: relative;
	width: 100%;
	margin-bottom: 35px;
}
#watchdog-wrapper #funding-goals .content #donations .totals {
	width: 100%;
	display: block;
	margin-bottom: 7px;
}
#watchdog-wrapper #funding-goals .content #donations .totals .titles {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	width: 100%;
}
#watchdog-wrapper #funding-goals .content #donations .totals .titles span {
   display: block; 
   width: 20%;
	color: #000;
	font-family: 'urw-din';
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}
#watchdog-wrapper #funding-goals .content #donations .totals .titles span:first-child {

}
#watchdog-wrapper #funding-goals .content #donations .totals .titles span:last-child {

}
#watchdog-wrapper #funding-goals .content #donations .totals .amounts {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
   align-content: center;
   width: 100%;
}
#watchdog-wrapper #funding-goals .content #donations .totals .amounts div {
   width: 33.3333%;
}
#watchdog-wrapper #funding-goals .content #donations .totals .raised {
	display: inline-block;
	font-family: 'urw-din';
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
#watchdog-wrapper #funding-goals .content #donations .totals .goal {
	display: inline-block;
	font-family: 'urw-din';
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
#watchdog-wrapper #funding-goals .content #donations .bar:before {
   position: absolute;
   display: none;
   content: " ";
   width: 3px;
   height: 10px;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   top: 51px;
   background: #000;
}
#watchdog-wrapper #funding-goals .content #donations .bar {
	display: block;
	clear: both;
	width: 100%;
	height: 45px;
	border: 3px solid #000;
}
#watchdog-wrapper #funding-goals .content #donations .bar .fill {
	position:relative;
	top: 0;
	width: 12%;
	height: 39px;
   /* background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, .1) 33%, rgba(0,0, 0, .1) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, .25), rgba(0, 0, 0, .25)), -webkit-linear-gradient(left, #09c, #f44);
	background-size: 72px 39px, 100% 100%, 100% 100%;
	*/
	background: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(0, 0, 0, .5) 6px, rgba(0, 0, 0, .5) 8px);
	background-color: #fff;
	border-right: 3px solid #000;
}
#watchdog-wrapper #funding-goals .content #donations .percentages {
	display: none;
	clear: both;
	width: 100%;
	height: 35px;
}
#watchdog-wrapper #funding-goals .content #donations .percentages .p {
	display: inline-block;
	float: left;
	width: 25%;
	height: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right: 1px solid #4b4f54;
}
#watchdog-wrapper #funding-goals .content #donations .percentages .numbers {
	clear: both;
	display: block;
	width: 100%;
}
#watchdog-wrapper #funding-goals .content #donations .percentages .numbers span {
	display: inline-block;
	float: left;
	color: #7f7f7f;
	font-family: 'urw-din';
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	text-align: right;
}
#watchdog-wrapper #funding-goals .content #donations .percentages .numbers span:nth-child(1) {
	width: 27%;
}
#watchdog-wrapper #funding-goals .content #donations .percentages .numbers span:nth-child(2) {
	width: 25%;
}
#watchdog-wrapper #funding-goals .content #donations .percentages .numbers span:nth-child(3) {
	width: 25%;
}
#watchdog-wrapper #funding-goals .content .btn-primary {
	border-radius: 0 !important;
	font-family: 'urw-din' !important;
	font-size: 18px !important;
	line-height: 18px !important;
	font-weight: 700;
	padding: 15px 42px !important;
	background-color: #037094 !important;
	border-color: #037094 !important;
}
#watchdog-wrapper #funding-goals .content .btn-primary:hover {
	background-color: #005976 !important;
	border-color: #005976 !important;
}
#watchdog-wrapper #funding-goals .content .small {
	font-size: 16px;
	line-height: 22px;
	margin-top: 35px;
	margin-bottom: 5px;
}
@media screen and (max-width: 576px) {
	#watchdog-wrapper #funding-goals .content {
		padding-top: 55px;
		padding-bottom: 55px;
		padding-left: 10px;
		padding-right: 10px;
   }
	#watchdog-wrapper #funding-goals .content h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
		padding: 0 10px;
   }
	#watchdog-wrapper #funding-goals .content p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
		padding: 0 10px;
   }
	#watchdog-wrapper #funding-goals .content #donations {
		margin-bottom: 30px;
   }
	#watchdog-wrapper #funding-goals .content #donations .totals {
		padding: 0;
		margin-bottom: 5px;
   }
   #watchdog-wrapper #funding-goals .content #donations .totals .titles {
	   margin-bottom: 5px;
   }
	#watchdog-wrapper #funding-goals .content #donations .totals .titles span {
		width: 30%;
		font-size: 14px;
		line-height: 16px;
   }
   #watchdog-wrapper #funding-goals .content #donations .totals .titles span.text-center {
	   display: none;
   }
	#watchdog-wrapper #funding-goals .content #donations .totals .raised {
		width: 30%;
		font-size: 18px;
		line-height: 16px;
   }
	#watchdog-wrapper #funding-goals .content #donations .totals .goal {
		width: 30%;
		font-size: 18px;
		line-height: 16px;
   }
   #watchdog-wrapper #funding-goals .content #donations .totals .amounts {
	   clear: both;
	   margin-bottom: 5px;
   }
   #watchdog-wrapper #funding-goals .content #donations .totals .amounts .text-center-left,
   #watchdog-wrapper #funding-goals .content #donations .totals .amounts .text-center,
   #watchdog-wrapper #funding-goals .content #donations .totals .amounts .text-center-right {
	   display: none;
   }
   #watchdog-wrapper #funding-goals .content #donations .bar:before {
	   top: 59px;
   }
   #watchdog-wrapper #funding-goals .content #donations .percentages {
	   display: none;
   }
	#watchdog-wrapper #funding-goals .content .btn-primary {
		font-size: 18px;
		line-height: 18px;
   }
	#watchdog-wrapper #funding-goals .content .small {
		margin-top: 25px;
		font-size: 12px;
		line-height: 18px;
   }
}

#watchdog-wrapper #changing-lives {
	background: #000;
	text-align: center;
}
#watchdog-wrapper #changing-lives .container.np {
	padding-left: 0;
	padding-right: 0;
}
#watchdog-wrapper #changing-lives .content {
	padding-top: 90px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
}
#watchdog-wrapper #changing-lives .content h2 {
	font-size: 40px;
	line-height: 50px;
    color: #fff;
	margin-bottom: 20px;
}
#watchdog-wrapper #changing-lives .content p {
	font-size: 20px;
	line-height: 28px;
    color: #fff;
	margin-bottom: 0px;
}
#watchdog-wrapper #changing-lives .np .row {
	padding-bottom: 90px;
}
#watchdog-wrapper #changing-lives .block {
	position: relative;
	aspect-ratio: 0.5984;
	height: auto;
	/*height: 670px;*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
#watchdog-wrapper #changing-lives .impacting-our-community {
	background-image: url(/wp-content/uploads/promo-pages/investigative-fund/Impacting-Our-Community@2x.webp);
}
#watchdog-wrapper #changing-lives .acting-as-a-watchdog {
	background-image: url(/wp-content/uploads/promo-pages/investigative-fund/Acting-As-A-Watchdog@2x.webp);
}
#watchdog-wrapper #changing-lives .protecting-nw-resources {
	background-image: url(/wp-content/uploads/promo-pages/investigative-fund/Protecting-NW-Resources@2x.webp);
}
#watchdog-wrapper #changing-lives .block .overlay {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
    position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	aspect-ratio: .933;
    width: 100%;
	height: auto;
    /*height: 418px;*/
    background-color: rgba(0, 0, 0, .75);
	padding: 30px 20px 0;
}
#watchdog-wrapper #changing-lives .block h3 {
    font-family: 'urw-din';
    font-size: 30px;
    line-height: 36px;
	font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
	margin-bottom: 10px;
}
#watchdog-wrapper #changing-lives .block p {
    font-family: 'urw-din';
    font-size: 20px;
    line-height: 28px;
	font-weight: 400;
    color: #fff;
    text-align: left;
}
#watchdog-wrapper #changing-lives .block a {
	font-family: 'urw-din';
	color: #0381AB;
}
@media screen and (max-width: 992px) {
	#watchdog-wrapper #changing-lives .block {

	}
	#watchdog-wrapper #changing-lives .block .overlay {
		height: 318px;
		padding: 15px 15px 0;
	}
	#watchdog-wrapper #changing-lives .block h3 {
		font-size: 28px;
        line-height: 34px;
	}
	#watchdog-wrapper #changing-lives .block p {
		font-size: 16px;
        line-height: 24px;
	}
}
@media screen and (max-width: 768px) {
	#watchdog-wrapper #changing-lives .block {
		height: auto;
		height: 450px;
		background-position: center top;
	}
	#watchdog-wrapper #changing-lives .impacting-our-community {
		background-image: url(/wp-content/uploads/promo-pages/investigative-fund/Impacting-Our-Community_Mobile@2x.webp);
	}
	#watchdog-wrapper #changing-lives .acting-as-a-watchdog {
		background-image: url(/wp-content/uploads/promo-pages/investigative-fund/Acting-As-A-Watchdog_Mobile@2x.webp);
	}
	#watchdog-wrapper #changing-lives .protecting-nw-resources {
		background-image: url(/wp-content/uploads/promo-pages/investigative-fund/Protecting-NW-Resources_Mobile@2x.webp);
	}
	#watchdog-wrapper #changing-lives .block .overlay {
		/*aspect-ratio: 1.4091;
		height: 335px;*/
		top: 0;
		width: 62%;
		height: 100%;
		padding: 30px 30px 0;
	}
    #watchdog-wrapper #changing-lives .block h3 {
        font-size: 28px;
        line-height: 34px;
        text-transform: uppercase;
        text-align: left;
    }
    #watchdog-wrapper #changing-lives .block p {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }
}
@media screen and (max-width: 576px) {
	#watchdog-wrapper #changing-lives .content {
		padding-top: 55px;
		padding-bottom: 35px;
		padding-left: 0px;
		padding-right: 0px;
   }
	#watchdog-wrapper #changing-lives .content h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
		padding: 0 5px;
   }
	#watchdog-wrapper #changing-lives .content p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 0;
		padding: 0 5px;
   }
   #watchdog-wrapper #changing-lives .block {
		height: auto;
		min-height: 372px;
		max-height: 410px;
   }
   #watchdog-wrapper #changing-lives .block .overlay {
	padding: 25px 15px 0;
   }
}

#watchdog-wrapper #st-difference {
    padding-top: 90px;
	padding-bottom: 50px;
	background: #fff;
	text-align: center;
}
#watchdog-wrapper #st-difference .content {
	padding-left: 0px;
	padding-right: 0px;
}
#watchdog-wrapper #st-difference .content h2 {
	font-size: 40px;
	line-height: 50px;
    color: #313131;
}
#watchdog-wrapper #st-difference .content h3 {
	font-size: 30px;
	line-height: 40px;
    color: #313131;
}
#watchdog-wrapper #st-difference .content p {
	font-size: 18px;
	line-height: 28px;
    color: #313131;
	margin-bottom: 0px;
}
#watchdog-wrapper #st-difference #team {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 58.333333%;
	flex: 0 0 58.333333%;
	position: relative;
	margin: 60px auto 0;
}
#watchdog-wrapper #st-difference .team-members {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: center;
	align-items: baseline;
	justify-content: space-between;
    list-style-type: none;
    margin: 50px 10% 0;
    padding: 0;
}
#watchdog-wrapper #st-difference #team .team-members li {
    flex: 0 0 25%;
	max-width: 25%;
	margin-bottom: 40px;
    cursor: pointer;
}
#watchdog-wrapper #st-difference #team .team-members li img {
    position: relative;
    top: 1px;
	width: 77%;
	height: auto;
    max-width: 100%;
    border-bottom: 2px solid #313131;
    margin-bottom: 15px;
}
#watchdog-wrapper #st-difference #team .team-members li span {
    display: block;
    text-align: center;
    color: #313131;
}
#watchdog-wrapper #st-difference #team .team-members li .name {
    font-family: 'urw-din';
    font-size: 16px;
    line-height: 20px;
	font-weight: 700;
    text-transform: uppercase;
}
#watchdog-wrapper #st-difference #team .team-members li .title {
    font-family: 'urw-din';
    font-size: 14px;
    line-height: 20px;
	font-weight: 400;
}
#watchdog-wrapper #st-difference #bio-modal {
    position: fixed;
    display: none;
    opacity: 1;
	z-index: 11;
}
#watchdog-wrapper #st-difference #bio-modal .modal-wrapper {
    position: relative;
	margin: 0 auto;
}
#watchdog-wrapper #st-difference #bio-modal .close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 12;
	color: #313131;
}
#watchdog-wrapper #st-difference #bio-modal .close i {
	font-weight: 300;
	cursor: pointer;
}
#watchdog-wrapper #st-difference #bio-modal .modal-content {
    display: flex;
    flex-direction: column;
    align-content: start;
    align-items: center;
    justify-content: center;
	border-radius: 0;
	border: 0;
	box-shadow: 0px 3px 30px #00000027;
}
#watchdog-wrapper #st-difference #bio-modal .top {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    
}
#watchdog-wrapper #st-difference #bio-modal .left-side {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-start;

	
}
#watchdog-wrapper #st-difference #bio-modal img {
    max-width: 100%;
	
}
#watchdog-wrapper #st-difference #bio-modal .right-side {
	display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
#watchdog-wrapper #st-difference #bio-modal img {
	/*border-bottom: 2px solid #313131;
	margin-bottom: 14px;*/
}
#watchdog-wrapper #st-difference #bio-modal p {
	font-family: 'urw-din';
    font-size: 16px;
    line-height: 24px;
	font-weight: 400;
	text-align: left;
	padding: 20px;
}
#watchdog-wrapper #st-difference #bio-modal a {
    color: #037094;
}
#watchdog-wrapper #st-difference #bio-modal .at {
    font-family: Arial;
}   
#watchdog-wrapper #st-difference #bio-modal .bottom {
    width: 100%;
	border-top: 2px solid #313131;
	padding-top: 14px;
}
#watchdog-wrapper #st-difference #bio-modal .bottom .wrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 20%;
}
#watchdog-wrapper #st-difference #bio-modal span:not(.at) {
    display: block;
    text-align: center;
    color: #313131;
}
#watchdog-wrapper #st-difference #bio-modal .name {
    font-family: 'urw-din';
    font-size: 16px;
    line-height: 20px;
	font-weight: 700;
    text-transform: uppercase;
}
#watchdog-wrapper #st-difference #bio-modal .title {
    font-family: 'urw-din';
    font-size: 14px;
    line-height: 20px;
	font-weight: 400;
}
@media screen and (max-width: 1600px) {
	#watchdog-wrapper #st-difference #team {
		width: 58.333333%;
		flex: 0 0 66%;
	}
}
@media screen and (max-width: 1470px) {
	#watchdog-wrapper #st-difference #team {
		width: 75%;
		flex: 0 0 75%;
	}
}
@media screen and (max-width: 1280px) {
	#watchdog-wrapper #st-difference #team {
		width: 82%;
		flex: 0 0 82%;
	}
}
@media screen and (max-width: 1200px) {
	#watchdog-wrapper #st-difference #team {
		width: 86%;
		flex: 0 0 86%;
	}
}
@media screen and (max-width: 1024px) {
	#watchdog-wrapper #st-difference #team {
		width: 100%;
		flex: 0 0 100%;
	}
}
@media screen and (max-width: 992px) {
	#watchdog-wrapper #st-difference #team {
		width: 96%;
		flex: 0 0 96%;
	}
}
@media screen and (max-width: 768px) {
    #watchdog-wrapper #st-difference .content h2 {
        font-size: 36px;
        line-height: 46px;
    }
    #watchdog-wrapper #st-difference .content h3 {
        font-size: 26px;
        line-height: 36px;
    }
    #watchdog-wrapper #st-difference .content p {
        font-size: 20px;
        line-height: 28px;
    }
	#watchdog-wrapper #st-difference #team {
		width: 96%;
		flex: 0 0 96%;
	}
}
@media screen and (max-width: 576px) {
    #watchdog-wrapper #st-difference {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
   }
	#watchdog-wrapper #st-difference .content {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
   }
	#watchdog-wrapper #st-difference .content h2 {
		font-size: 24px;
		line-height: 32px;
		padding: 0 5px;
   }
	#watchdog-wrapper #st-difference .content p {
		font-size: 16px;
		line-height: 26px;
		padding: 0 5px;
   }
   	#watchdog-wrapper #st-difference #team {
		width: 99%;
		flex: 0 0 99%;
   }
   	#watchdog-wrapper #st-difference #team .team-members {
		justify-content: center;
   }
   	#watchdog-wrapper #st-difference #team .team-members li {
	   flex: 0 0 33.3333% !important;
    	width: 33.3333%;
		max-width: 33.3333%;
   }
   	#watchdog-wrapper #st-difference #team .team-members li.bot[data-position="left"] {
		margin-left: 0;
	}
	#watchdog-wrapper #st-difference #team .team-members li.bot[data-position="right"] {
		margin-right: 0;
	}
   #watchdog-wrapper #st-difference #team .team-members li .name {
		font-size: 14px;
		line-height: 20px;
	}
	#watchdog-wrapper #st-difference #team .team-members li .title {
		font-size: 12px;
		line-height: 18px;
	}
	#watchdog-wrapper #st-difference #bio-modal .top {
		align-items: center;
	}
	#watchdog-wrapper #st-difference #bio-modal p {
		font-size: 12px;
		line-height: 16px;
		padding: 20px 5px;
	}
	#watchdog-wrapper #st-difference #bio-modal .bottom {
		display: none;
	}
	#watchdog-wrapper #st-difference #bio-modal .name {
		font-size: 12px;
		line-height: 15px;
	}
	#watchdog-wrapper #st-difference #bio-modal .title {
		font-size: 10px;
		line-height: 15px;
	}
	#watchdog-wrapper #st-difference #bio-modal img {
		padding-top: 11px;
		margin-bottom: 14px;
		border-bottom: 2px solid #313131;
	}
}



#watchdog-wrapper #newsletter {
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url('/wp-content/uploads/promo-pages/investigative-fund/Newsletter-bg-image-scaled-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#watchdog-wrapper #newsletter h2 {
    font-family: 'urw-din';
    font-size: 40px;
	line-height: 54px;
	font-weight: 500;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
#watchdog-wrapper #newsletter h3 {
    font-family: 'urw-din';
    font-size: 20px;
	line-height: 28px;
	font-weight: 400;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
#watchdog-wrapper #newsletter p {
    font-size: 18px;
	line-height: 28px;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}
#watchdog-wrapper #newsletter a {
    font-family: 'urw-din';
	font-weight: 700;
    color: #fff;
}
#watchdog-wrapper #newsletter fieldset {
    border: none;
}
#watchdog-wrapper #newsletter .frm_forms {
    width: 38rem;
    margin: 0 auto 40px;
}
#watchdog-wrapper #newsletter .frm_forms .frm_fields_container {
    display: flex;
}
#watchdog-wrapper #newsletter .frm_forms .frm_fields_container .frm_inside_container {
	position: relative;
    display: flex;
    float: left;
    width: 69%;
    height: 50px;
}
#watchdog-wrapper #newsletter .frm_forms .frm_error_style {
	color: #f00;
}
#watchdog-wrapper #newsletter .frm_forms .frm_fields_container .frm_form_field .frm_error {
	position: absolute;
	top: 52px;
	color: #f00;
}
#watchdog-wrapper #newsletter .frm_forms .frm_fields_container .frm_form_field label {
	width: 0;
}
#watchdog-wrapper #newsletter .frm_forms .frm_fields_container input[type="email"] {
    width: 100%;
    font-family: 'urw-din';
	font-weight: 400;
}
#watchdog-wrapper #newsletter .frm_forms .frm_fields_container input[type="email"]::placeholder {
    font-family: 'urw-din';
	font-weight: 400;
}
#watchdog-wrapper #newsletter .frm_forms .frm_fields_container .frm_form_field:not(.frm_inside_container) {
	display: flex;
    float: left;
	width: 30%;
	height: 50px;
}
#watchdog-wrapper #newsletter .frm_forms .frm_submit {
	position: relative;
    display: inline-block;
    float: left;
    width: 100% !important;
}
#watchdog-wrapper #newsletter .frm_forms .frm_submit .frm_ajax_loading {
	display: none;
	position: absolute;
	visibility: visible;
	right: 24px;
    top: 50%;
    transform: translateY(-50%);
}
#watchdog-wrapper #newsletter .frm_forms .frm_button_submit {
    width: 100%;
    height: 50px;
    font-family: 'urw-din';
    font-size: 18px;
    line-height: 18px;
	font-weight: 900;
    color: #fff;
    background-color: #037094;
	border-color: #037094;
    padding: 10px 30px;
}
@media screen and (max-width: 768px) {
    #watchdog-wrapper #newsletter h2 {
        font-size: 36px;
        line-height: 46px;
    }
    #watchdog-wrapper #newsletter h3 {
        font-size: 20px;
        line-height: 28px;
    }
    #watchdog-wrapper #newsletter p {
        font-size: 16px;
        line-height: 26px;
    }
	#watchdog-wrapper #newsletter .frm_forms {
        width: 100%;
    }
}
@media screen and (max-width: 576px) {
	#watchdog-wrapper #newsletter {
		padding-top: 40px;
		padding-bottom: 40px;
	}
    #watchdog-wrapper #newsletter .content {
        
    }
    #watchdog-wrapper #newsletter h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    #watchdog-wrapper #newsletter h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    #watchdog-wrapper #newsletter p {
        font-size: 14px;
        line-height: 24px;
    }
    #watchdog-wrapper #newsletter .frm_forms {
        width: 100%;
    }
    #watchdog-wrapper #newsletter .frm_forms .frm_fields_container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    #watchdog-wrapper #newsletter .frm_forms .frm_fields_container .frm_form_field {
        width: 100%;
    }
    #watchdog-wrapper #newsletter .frm_forms .frm_fields_container input[type="email"] {
        text-align: center;
    }
	#watchdog-wrapper #newsletter .frm_forms .frm_fields_container .frm_form_field:not(.frm_inside_container) {
		width: 100%;
	}
	#watchdog-wrapper #newsletter .frm_forms .frm_fields_container .frm_submit {
		float: none;
		margin: 0 auto;
	}
}


#watchdog-wrapper #support {
	text-align: center;
    background-image: url('/wp-content/uploads/promo-pages/investigative-fund/Donation-bg-image.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 90px;
    padding-bottom: 0;
}
#watchdog-wrapper #support h2 {
	font-size: 40px;
	line-height: 50px;
}
#watchdog-wrapper #support .content {
    margin-top: 70px;
	padding-top: 50px;
	padding-bottom: 40px;
	padding-left: 138px;
	padding-right: 138px;
    background-color: #037094;
}
#watchdog-wrapper #support .content h3 {
	font-family: 'urw-din' !important;
	font-size: 30px;
	line-height: 50px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 10px;
    color: #fff;
}
#watchdog-wrapper #support .content h4 {
	font-family: 'urw-din' !important;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 10px;
    margin-top: 0;
    color: #fff;
}
#watchdog-wrapper #support .content p {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 50px;
    color: #fff;
}
#watchdog-wrapper #support .content a {
    font-family: 'urw-din';
	font-weight: 700;
	color: #fff;
}
#watchdog-wrapper #support .content a span {
    font-family: Arial;
}
#watchdog-wrapper #support .content .donate {
	padding-left: 20px;
	padding-right: 20px;
}
#watchdog-wrapper #support .content .donate p {
    font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}
#watchdog-wrapper #support .content .btn-primary {
	border-radius: 0 !important;
	font-family: 'urw-din' !important;
	font-size: 18px !important;
	line-height: 18px !important;
	font-weight: 900;
	padding: 15px 42px !important;
    color: #037094;
	background-color: #fff !important;
	border-color: #fff !important;
	margin-bottom: 55px;
}
#watchdog-wrapper #support .content .btn-primary:hover {
	background-color: #fff !important;
	border-color: #fff !important;
}
#watchdog-wrapper #support .content .learn-more {
	font-family: 'urw-din';
	font-size: 16px;
    line-height: 22px;
	font-weight: 400;
}
#watchdog-wrapper #support .content .learn-more span {
	
}
@media screen and (max-width: 768px) {
    #watchdog-wrapper #support h2 {
        font-size: 36px;
        line-height: 46px;
    }
    #watchdog-wrapper #support .content {
        margin-top: 70px;
        padding-top: 60px;
        padding-bottom: 80px;
        padding-left: 40px;
        padding-right: 40px;
    }
    #watchdog-wrapper #support .content h3 {
        font-size: 26px;
        line-height: 36px;
    }
    #watchdog-wrapper #support .content h4 {
        font-size: 18px;
        line-height: 28px;
    }
    #watchdog-wrapper #support .content p {
        font-size: 20px;
        line-height: 28px;
    }
}
@media screen and (max-width: 576px) {
	#watchdog-wrapper #support {
		padding-top: 40px;
		padding-bottom: 0;
	}
    #watchdog-wrapper #support h2 {
		font-size: 24px;
		line-height: 32px;
		padding: 0 5px;
		margin-bottom: 0;
   }
	#watchdog-wrapper #support .content {
		margin-top: 40px;
		padding-top: 55px;
		padding-bottom: 55px;
		padding-left: 15px;
		padding-right: 15px;
   }
   #watchdog-wrapper #support .content h3 {
		font-size: 22px;
		line-height: 28px;
		padding: 0 5px;
	}
	#watchdog-wrapper #support .content p {
		font-size: 16px;
		line-height: 26px;
		padding: 0 5px;
   }
   #watchdog-wrapper #support .content .donate p {
		font-size: 16px;
		line-height: 24px;
}
   #watchdog-wrapper #support .content .donate .btn-primary {
		
   }
   #watchdog-wrapper #support .content .donate {
		padding-left: 15px;
		padding-right: 15px;
	}
	#watchdog-wrapper #support .content .learn-more span {
		font-size: 13px;
	}
}


#watchdog-wrapper #donor-list {
	background: #000;
	text-align: center;
    border-bottom: 1px solid #fff;
}
#watchdog-wrapper #donor-list .content {
	padding-top: 90px;
	padding-bottom: 90px;
	padding-left: 0px;
	padding-right: 0px;
	background: #000;
}
#watchdog-wrapper #donor-list .content h2 {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 20px;
}
#watchdog-wrapper #donor-list .content p {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 20px;
}
#watchdog-wrapper #donor-list .content .donor-group {
	display: block;
	clear: both;
	margin-top: 40px;
}
#watchdog-wrapper #donor-list .content .donor-group .donor-title {
	position: relative;
	display: block;
	top: 20px;
	width: 100%;
	border-top: 1px solid #fff;
	margin-bottom: 30px;
}
#watchdog-wrapper #donor-list .content .donor-group .donor-title h3 {
	position: relative;
	display: inline-block;
	top: -26px;
	padding: 10px 20px;
	border: 1px solid #fff;
	background: #000;
    color: #fff;
	margin: 0 auto;
	text-align: center;
	font-family: 'urw-din';
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
}
#watchdog-wrapper #donor-list .content .donor-group .donor-title h3 span {
	display: inline-block;
}
#watchdog-wrapper #donor-list .content .donor-group .donor-list {
	margin-top: 5px;
	margin-bottom: 0px;
}
#watchdog-wrapper #donor-list .content .donor-group .donor-list p {
	width: 93%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#watchdog-wrapper #donor-list .content .donor-group .donor-list .list-wrapper {
	position: relative;
}
#watchdog-wrapper #donor-list .content .donor-group .donor-list .list {
	display: block;
	overflow: hidden;
	
}
#watchdog-wrapper #donor-list .content .donor-group .donor-list ul {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#watchdog-wrapper #donor-list .content .donor-group .donor-list ul li {
	flex: 0 0 50%;
	margin: 0 auto;
    font-family: 'urw-din';
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}
#watchdog-wrapper #donor-list .content .donor-group.friends .donor-list ul li {
	flex: 0 0 33.3333%;
}
#watchdog-wrapper #donor-list .content .donor-group .donor-list .list-fader {
	position: absolute;
	width: 100%;
	height: 150px;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 89%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 89%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 89%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#watchdog-wrapper #donor-list .content .show-more {
	position: relative;
	display: none;
	clear: both;
	background: #000;
	text-align: center;
	margin: 30px auto 0;
}
#watchdog-wrapper #donor-list .content .show-more a {
	display: inline-block;
	color: #0381AB;
	font-family: 'urw-din';
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none !important;
}
#watchdog-wrapper #donor-list .content .show-more a i {
	position: relative;
	top: 3px;
	display: inline-block;
	font-size: 24px;
	margin-left: 5px;
}
#watchdog-wrapper #donor-list .content .show-more a:hover {
	color: #fff;
	text-decoration: none !important;
}
@media screen and (max-width: 768px) {
    #watchdog-wrapper #donor-list .content h2 {
        font-size: 36px;
        line-height: 46px;
    }
    #watchdog-wrapper #donor-list .content p {
        font-size: 20px;
        line-height: 28px;
    }
    #watchdog-wrapper #donor-list .content .donor-group .donor-title h3 {
		font-size: 18px;
		line-height: 28px;
    }
    #watchdog-wrapper #donor-list .content .donor-group .donor-list p {
        font-size: 16px;
		line-height: 24px;
    }
}
@media screen and (max-width: 576px) {
	#watchdog-wrapper #donor-list .content {
		padding-top: 55px;
		padding-bottom: 55px;
		padding-left: 15px;
		padding-right: 15px;
   }
	#watchdog-wrapper #donor-list .content h2 {
		font-size: 24px;
		line-height: 32px;
		padding: 0 5px;
   }
	#watchdog-wrapper #donor-list .content p {
		font-size: 16px;
		line-height: 26px;
		padding: 0 5px;
		margin-bottom: 15px;
   }
	#watchdog-wrapper #donor-list .content .donor-group {
		margin-top: 20px;
		margin-bottom: 40px;
   }
	#watchdog-wrapper #donor-list .content .donor-group .donor-title h3 {
		top: -23px ;
		font-size: 14px;
		line-height: 22px;
		padding: 10px 12px;
   }
	#watchdog-wrapper #donor-list .content .donor-group .donor-title h3 span {
		display: block;
   }
	#watchdog-wrapper #donor-list .content .donor-group .donor-list {
		margin-bottom: 20px;
   }
   #watchdog-wrapper #donor-list .content .donor-group .donor-list ul li {
        flex: 0 0 100%;
        margin-bottom: 40px;
   }
   #watchdog-wrapper #donor-list .content .donor-group.friends .donor-list ul li {
        flex: 0 0 100%;
    }
	#watchdog-wrapper #donor-list .content .donor-group .donor-list p {
		width: 85%;
		margin-bottom: 8px;
   }
   #watchdog-wrapper #donor-list .content .donor-group .donor-list .list-fader {
       height: 175px;
   }
   #watchdog-wrapper #donor-list .content .show-more a {
        font-size: 18px;
        line-height: 24px;
   }
   #watchdog-wrapper #donor-list .content .show-more a:hover {
        color: #047195;
   }
   
}
#watchdog-wrapper #learn-more {
	color: #000;
	background: #fff;
	text-align: center;
}
#watchdog-wrapper #learn-more .content {
	padding-top: 75px;
	padding-bottom: 75px;
	padding-left: 0px;
	padding-right: 0px;
	background: #fff;
}
#watchdog-wrapper #learn-more .content p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0px;
}
#watchdog-wrapper #learn-more .content p a {
	color: #000;
}
#watchdog-wrapper #learn-more .content p a span {
	font-family: Arial;
	font-size: 14px;
}
@media screen and (max-width: 576px) {
	
	#watchdog-wrapper #learn-more .content {
		padding-top: 55px;
		padding-bottom: 55px;
		padding-left: 15px;
		padding-right: 15px;
   }
	#watchdog-wrapper #learn-more .content .foot-note {
		margin: 40px 5px 0;
		padding: 35px 15px;
   }
	#watchdog-wrapper #learn-more .content .foot-note p {
		font-size: 12px;
		line-height: 18px;
   }
}
#watchdog-wrapper #info {
	background: #000;
	text-align: center;
}
#watchdog-wrapper #info .content {
	padding-top: 80px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	background: #000;
}
#watchdog-wrapper #info .content p {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 0px;
}
#watchdog-wrapper #info .content .foot-note {
	background: #000;
	border: 2px solid #fff;
	padding: 45px;
	margin: 0px auto 0;
}
#watchdog-wrapper #info .content .foot-note p {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    #watchdog-wrapper #info .content .foot-note p {
		font-size: 16px;
		line-height: 22px;
   }

}
@media screen and (max-width: 576px) {
	#watchdog-wrapper #info .content {
		padding-top: 25px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
   }
	#watchdog-wrapper #info .content .foot-note {
		margin: 55px 5px 0;
		padding: 35px 15px;
   }
	#watchdog-wrapper #info .content .foot-note p {
		font-size: 14px;
		line-height: 20px;
   }
}


footer#footer {
	padding: 40px 0 10px;
	background: #000;
}
footer#footer .footer-logo {
	border-bottom: 0;
	text-align: center;
}
footer#footer .footer-logo img {
	width: 210px;
	margin-bottom: 17px;
}
footer#footer #footer-links {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 5px;
}
footer#footer #footer-links .copyright {
	color: #fff;
	margin: 0 !important;
	padding: 0 !important;
	display: inline !important;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	text-decoration: none !important;
	text-align: center;
}
footer#footer #footer-links .footer-links-row {
	line-height: 1.4em;
	margin: 0px auto 6px;
	padding: 0;
	list-style-type: none;
}
footer#footer #footer-links .footer-links-row li {
	margin: 0;
	padding: 0 10px;
	display: inline-block;
	border-right: 1px solid #fff;
}
footer#footer #footer-links .footer-links-row li a {
	color: #fff;
	margin: 0 !important;
	padding: 0 !important;
	display: inline !important;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	text-decoration: none !important;
}
footer#footer #footer-links .footer-links-row li:last-child {
	border-right: 0 !important;
}
@media screen and (max-width: 576px) {
	footer#footer #footer-links .footer-links-row {
		padding: 0 10px;
   }
}
