@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;
}
#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 #page-header {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
    height: 109px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/promo-pages/donate/IJF_HEADER_Desktop.png');
	background-color: #000;
	text-align: center;
}
#watchdog-wrapper #page-header #desktop-bg {
	display: block;
	max-width: 100%;
	width: 100%;
}
#watchdog-wrapper #page-header #mobile-bg {
	display: none;
	max-width: 100%;
	width: 100%;

}
#watchdog-wrapper #page-header .header-content {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	
    z-index: 2;
}
#watchdog-wrapper #page-header img#logo {
	width: 155px;
}

#watchdog-wrapper #page-header a:hover {
	text-decoration: none;
}
#watchdog-wrapper #page-header h1 {
	font-family: 'urw-din';
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	color: #fff;
	margin: 5px auto 0px;
	padding: 5px 0 0 !important;
	border-top: 1px solid #fff;
}

#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 {
		
   }
   
   #watchdog-wrapper #page-header .header-content {
		
   }
}
@media screen and (max-width: 980px) {
	#watchdog-wrapper #page-header {

   }
}
@media screen and (max-width: 768px) {
	#watchdog-wrapper {

	   
   }
	#watchdog-wrapper #page-header {
		
        background-image: url('/wp-content/uploads/promo-pages/donate/IJF_HEADER_Mobile.png');
		
   }
   #watchdog-wrapper #page-header #desktop-bg {
		display: none;
	}
	#watchdog-wrapper #page-header #mobile-bg {
		display: block;
	}
   #watchdog-wrapper #page-header .header-content {
		
   }
   #watchdog-wrapper #page-header img#logo {
	width: 155px;
}
   #watchdog-wrapper #page-header h1 {
        font-size: 24px;
        line-height: 26px;
   }


}
@media screen and (max-width: 576px) {
    #watchdog-wrapper section.container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

	#watchdog-wrapper #page-header {
		
   }
	#watchdog-wrapper #page-header .header-content {
		
   }
	#watchdog-wrapper #page-header img#logo {
		width: 121px;
   }
	#watchdog-wrapper #page-header h1 {
		font-size: 20px;
        line-height: 22px;
		padding: 5px 0 0 !important;
		margin: 5px auto 0px;
   }

	#watchdog-wrapper h2 {
		font-size: 24px;
		line-height: 32px;
   }
	#watchdog-wrapper p {
		font-size: 16px;
		line-height: 26px;
   }
}
@media screen and (max-width: 430px) {
	#watchdog-wrapper #page-header {
		height: 81px;
		background-size: 100%;
	}
	#watchdog-wrapper #page-header h1 {
		font-size: 14px;
        line-height: 16px;
		padding: 5px 0 0 !important;
		margin: 5px auto 0px;
	}
}
@media screen and (max-width: 300px) {
	#watchdog-wrapper #page-header h1 {
		font-size: 12px;
        line-height: 14px;
		padding: 5px 0 0 !important;
		margin: 5px auto 0px;
	}

}





#watchdog-wrapper #donate {
	background-color: #fff;
	text-align: center;
	padding-top: 65px;
	padding-bottom: 35px;
}
#watchdog-wrapper #donate .content {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
    background-color: #fff;
    z-index: 2;
}
#watchdog-wrapper #donate .content h2 {
	font-size: 40px;
	line-height: 50px;
    color: #313131;
	margin-bottom: 35px;
}
#watchdog-wrapper #donate .content p {
	font-size: 20px;
	line-height: 28px;
    color: #313131;
	margin-bottom: 5px;
}
@media screen and (max-width: 576px) {
	#watchdog-wrapper #donate .content {
		padding-top: 55px;
		padding-bottom: 55px;
		padding-left: 0px;
		padding-right: 0px;
   }
	#watchdog-wrapper #donate .content h2 {
		font-size: 24px;
		line-height: 32px;
		padding: 0 5px;
   }
	#watchdog-wrapper #donate .content p {
		font-size: 16px;
		line-height: 26px;
   }
}


#footer.investigative {
	background: #000;
}
#footer.investigative .footer-logo {
	border-bottom: 0;
	text-align: center;
}
#footer.investigative .footer-logo img {
	width: 210px;
}
#footer.investigative #footer-links {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 5px;
}
#footer.investigative #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.investigative #footer-links .footer-links-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	line-height: 1.4em;
	margin: 0px auto 6px;
	padding: 0;
	list-style-type: none;
}
#footer.investigative #footer-links .footer-links-row li {
	margin: 0;
	padding: 0 10px;
	display: inline-block;
	border-right: 1px solid #fff;
}
#footer.investigative #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.investigative #footer-links .footer-links-row li:last-child {
	border-right: 0 !important;
}
@media screen and (max-width: 576px) {
	#footer.investigative #footer-links .footer-links-row {
		padding: 0 10px;
   }
}








