/******* NOTE - BEFORE PUBLISHING REMOVE VARIABLE IN CSS LOADING IN HEADER.PHP ***********/

/***** ADDITIONAL CSS THAT WAS ALREADY IN CUSTOMIZER *****/

#calltoaction {
	background-color: #2a4f8b !important;
    background-image: linear-gradient(180deg,#2a4f8b 0,#1c385f) !important;
	font-size: 23px;
	margin: -20px 0 50px !important; 
}

#nav > ul > li.current-menu-item > a, #nav > ul > li.current-menu-ancestor > a { 
	border-bottom: 3px solid #aa343b;
}

/** Styling for Hero Dog Nominations form percentage bar
 **/

.gform_wrapper .gf_progressbar_percentage {
	background: none !important;
}

.gform_wrapper .gf_progressbar_percentage span {
	display: none;
}

.gform_wrapper .percentbar_blue {
	background-color: #bdbdbd !important;
}

.gform_wrapper .top_label .gfield_label {
	color: #545454 !important;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	border-bottom: none !important;
	font-size: 1.15em !important;
	font-weight: 700;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {font-size: 1em; padding-bottom: 5px;}

a.btn.btn-lg.slider-button{	
	margin: 1em 0 0;
	padding: 15px 20px;
	font-size: initial;
	text-decoration: none;
	text-transform:uppercase;
	line-height: 1;
	cursor: pointer;
	color: white;
	-webkit-appearance: none;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background: #f44336;
	background-clip: padding-box;
	border-radius: 4px;
	font-weight: bold;
	border: 1px solid #a22424;
	text-align: center;
}

/******************************************************************************/
/******************************** NEW CSS *************************************/
/******************************************************************************/



/******************************************************************************/
/******************************** GENERAL *************************************/
/******************************************************************************/

body {
	font-family: 'DM Sans', sans-serif;
	font-size: 20px; 
	color: #67718E; 
	
}

#nav > ul > li a {
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400!important;
	font-size: 24px;
	letter-spacing: 1px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400!important;
	color: #0C2C89; 
}

.top-curve {
	position: relative;
	padding-top: 280px!important; 
}

.top-curve:before {
	content:'';
	position: absolute; 
	top: 0; 
	width: 100%; 
	height: 280px; 
	background-image: url('/wp-content/uploads/2022/05/desktop-top-curve.svg');
	background-position: center bottom; 
	display: block; 
	background-size: auto; 
	background-repeat: no-repeat; 
}

a.button {
	background: rgba(37, 85, 224, 1); 
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400!important;
	font-size: 24px; 
	letter-spacing: 1px; 
	padding: 20px 30px 16px; 
	box-shadow: 0px 4px 16px rgba(0,0,0,0.25);
}
a.button:hover {
	background: rgba(57, 105, 244, 1); 
}

h2 {
	font-size: 48px
}

.home-main-content h2{
	color: #0C2C89; 
}

.home-main-content h2 {
	font-size: 34px; 
}

.home-main-content img {
	border-radius: 8px; 
}

h3 {
	font-size: 36px; 
}

/******************************************************************************/
/**************************** HEADER & BANNERS ********************************/
/******************************************************************************/

html {
	overflow-x:hidden;
}

body > #wrap {
	padding: 0px; 
}	

h2.expandable {
	font-size: 32px; 
	margin: 22px 0px 8px;
	letter-spacing: 0.5px; 
}

h4 {
	font-size: 24px;
	letter-spacing: 0.5px; 
}

.sidebar-info {
	font-size: 17px;
	line-height: 28px; 
}

.header-container {
	position: absolute; 
	top: 0px;
	width: 100%; 
    display: flex;
    align-items: center;
  justify-content: center;
}

#header {
	background: none; 
		padding: 32px 20px; 
	display: flex;
	max-width: 1440px; 
	position: relative; 
}

#header #logo {
	width: 25%; 
}

#header #nav {
	width: 75%; 
}

#nav > ul#menu {
	display: block; 
	margin-left: 40px; 
}

#nav > ul > li.nav-donate {
	float: right; 
}

#nav > ul#menu > li.nav-donate a {
	background: rgba(37, 85, 224, 1);
    font-weight: 400!important;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 15px 30px 15px;
	border-radius: 4px;
	box-shadow: 0px 4px 24px rgba(0,0,0,0.15);
}

#nav > ul#menu > li.nav-donate a:hover {
	border-top: 2px solid rgba(0,0,0,0)!important;
	background: rgba(57, 105, 244, 1);
}


#nav > ul > li > a, #nav > ul > li.current-menu-item > a, #nav > ul > li.current-menu-ancestor > a {
	color: #fff!important; 
	padding: 15px 0px; 
	border: 0px!important;
    border-top: 2px solid rgba(0,0,0,0)!important;
}

#nav > ul > li > a:hover {
	color: #fff!important; 
}

#nav > ul > li.current-menu-item > a, #nav > ul > li.current-menu-ancestor > a {
	border: 0px; 
}

#nav > ul#menu > li > a:hover {
    border-top: 2px solid #eb5757!important;
	border-bottom: none; 
}


#nav > ul > li.has-submenu a {
	padding-right: 0px; 
}

#nav > ul > li.has-submenu > a:after {
	display: none; 
}

#nav > ul > li {
	margin: 0px 20px; 
}

#nav > ul > li > ul.sub-menu {
    background: #2555e0;
	border-radius: 4px; 
	overflow: hidden; 
	min-width: 180px; 
}


#nav > ul > li > ul.sub-menu a {    font-family: 'DM Sans', sans-serif;
	font-size: 18px; 
	letter-spacing: 0px; 
}

#nav > ul > li > ul > li > a {
	padding: 14px 15px; 
}

#nav > ul > li > ul > li {
	border-bottom: 0px; 
}


#banner {
	margin: 0px; 
	overflow: hidden; 
	position: relative; 
	padding: 220px 0px 200px; background: radial-gradient(45.88% 139.04% at 53.31% -1.74%,rgba(52,0,163,.8) 0,rgba(72,0,163,0) 100%),radial-gradient(27.05% 110.93% at 4.49% -1.74%,rgba(0,30,67,.3) 0,rgba(7,101,214,0) 100%),radial-gradient(24.44% 60.87% at 62.9% 67.25%,rgba(0,255,255,.5) 0,rgba(44,207,218,0) 100%),radial-gradient(32.09% 39.53% at 96.06% 150.68%,rgba(126,65,255,.6) 0,rgba(150,68,255,0) 100%),radial-gradient(32.01% 53.42% at 33.7% 186.29%,rgba(65,255,234,.5) 0,rgba(68,255,221,0) 100%),linear-gradient(0deg,#0c2885,#0c2885);
}

#banner h1 {
	font-size: 140px; 
}

.bottom-curve {
	margin-bottom: 60px!important;
}

.bottom-curve:after {  
	content: '';
    position: absolute;
    bottom: -80px;
	left: 0;
    width: 100%;
    height: 220px;
	background-image: url('/wp-content/uploads/2022/06/bottom-curve.svg');
    background-position: center top;
    display: block;
    background-size: auto;
    background-repeat: no-repeat;
}

.sponsor {
	background: none; 
	border: 0px; 
}

.lead-in-container {
	color: #A6D7FF; 
	margin-bottom: 15px; 
}

.lead-in-container svg {
	width: 24px; 
	height: 24px; 
	margin-bottom: -3px;
}

.lead-in-content {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400!important;
	font-size: 24px; 
	letter-spacing: 2px; 
	padding: 0px 12px; 
}



/**** HOME BANNER *******/

.home-banner {
	overflow: hidden; 
    background: radial-gradient(45.88% 139.04% at 53.31% -1.74%,rgba(52,0,163,.8) 0,rgba(72,0,163,0) 100%),radial-gradient(27.05% 110.93% at 4.49% -1.74%,rgba(0,30,67,.3) 0,rgba(7,101,214,0) 100%),radial-gradient(24.44% 60.87% at 62.9% 67.25%,rgba(0,255,255,.5) 0,rgba(44,207,218,0) 100%),radial-gradient(32.09% 39.53% at 96.06% 150.68%,rgba(126,65,255,.6) 0,rgba(150,68,255,0) 100%),radial-gradient(32.01% 53.42% at 33.7% 186.29%,rgba(65,255,234,.5) 0,rgba(68,255,221,0) 100%),linear-gradient(0deg,#0c2885,#0c2885);
	padding: 200px 20px 240px; 
	position: relative; 
}

.home-banner img {
	position: absolute; 
	height: 90%; 
	bottom: 0px; 
	left: 41%;
	mix-blend-mode: screen;
	opacity: 0.75; 
	z-index: 1; 
}

.home-banner-content {
	max-width: 600px; 
	z-index: 2; 
	position: relative; 
}

.home-banner h2 {
	font-size: 130px; 
	color: #fff;
	line-height: 100%; 
}

.home-banner .banner-subhead {
	color: #fff; 
	opacity: 0.8; 
}

.home-main-content {
	z-index: 2; 
	position: relative; 
}

.home-banner .button {
	background: rgba(189,32,45,1);
}


.home-banner .button:hover {
	background: rgba(199,42,55,1);
}

.intro {
	max-width: 800px; 
	margin: 0 auto; 
	font-size: 20px; 
	margin-bottom: 80px; 
}

.intro h3 {
	font-size: 48px; 
	max-width: 700px; 
	margin: 0 auto; 
	line-height: 100%; 
	margin-bottom: 20px; 
}

#main {
	z-index: 2; 
	position: relative; 
}


.banner-bg-image {
	position: absolute; 
	height: 100%; 
	bottom: -20px; 
	left: 42%;
	mix-blend-mode: screen;
	opacity: 0.6; 
	z-index: 1; 
}


@media screen and (max-width: 1440px) {
	.home-banner img, img.banner-bg-image {
		height: auto; 
		width: 70%; 
		top: 20%; 
	}
	.home-banner h2, #banner h1 {
		font-size: 110px; 
	}
	
}

@media screen and (max-width: 1200px) {
	.home-banner img, img.banner-bg-image {
		height: auto; 
    width: 60%;
    top: 70px;
	}
	#footer .row {
		margin: 20px; 
	}
	.footer-social .social-block.social-logo img {
		max-width: 100%; 
	}
}

@media screen and (max-width: 1000px) {
	.home-banner h2, #banner h1 {
		font-size: 90px; 
	}
	.home-banner, #banner {
		padding: 140px 20px 180px; 
	}
	.home-banner-content {
		max-width: 450px; 
	}
	.lead-in-content {
		font-size: 18px; 
		padding: 0px 0px; 
	}
	.lead-in-container svg {
		width: 16px; 
		height: 16px; 
		margin-bottom: -1px;
	}
	#footer .row {
		margin: 40px; 
	}
	#footer .footer-main h4 {
		font-size: 22px; 
	}
	.footer-cta-wrap {
		padding: 0px 0px 40px; 
	}
}



@media screen and (max-width: 767px) {
	.home-banner h2, #banner h1 {
		font-size: 60px; 
	}
	.home-banner, #banner {
		padding: 240px 0px 180px;
		text-align: center; 
	}
	.home-banner img, img.banner-bg-image {
		height: auto; 
		width: 100%; 
		left: 0; 
		top: 80px; 
	}
}


@media screen and (max-width: 960px) and (min-width: 901px) {
	#nav > ul > li {
		margin: 0px 12px; 
	}
}

@media screen and (max-width: 900px) {
	#header .logo img {
		height: 42px;
	}
	#nav-toggle {
		color: #fff; 
		top: 12px;
		font-size: 26px;
	}
	#header {
		padding: 16px;
	}
	#header #nav {
		width: 100%; 
    background: radial-gradient(45.88% 139.04% at 53.31% -1.74%,rgba(52,0,163,.8) 0,rgba(72,0,163,0) 100%),radial-gradient(27.05% 110.93% at 4.49% -1.74%,rgba(0,30,67,.3) 0,rgba(7,101,214,0) 100%),radial-gradient(24.44% 60.87% at 62.9% 67.25%,rgba(0,255,255,.5) 0,rgba(44,207,218,0) 100%),radial-gradient(32.09% 39.53% at 96.06% 150.68%,rgba(126,65,255,.6) 0,rgba(150,68,255,0) 100%),radial-gradient(32.01% 53.42% at 33.7% 186.29%,rgba(65,255,234,.5) 0,rgba(68,255,221,0) 100%),linear-gradient(0deg,#0c2885,#0c2885);
	}
	#nav > ul#menu {
		margin: 0px; 
	}
	#nav > ul > li.nav-donate {
		float: none; 
		text-align: center; 
		clear: both; 
		margin-top: 15px; 
	}
}

.judge-grid {
	font-size: 18px; 
}

.judge-grid h4 {
	font-size: 28px; 
	width: 96%; 
	margin: 20px 2% 0px;
}

.judge-grid .c {
	margin-bottom: 40px; 
}


.judge-grid em {
	display: block; 
	margin-bottom: 20px; 
}

.judge-grid p {
	width: 96%; 
	margin: 0px 2%;
}


.judge-grid p:first-of-type {
	width: 100%; 
	margin: 0px; 
}

.judge-grid img {
	width: 96%; 
	margin: 0px 2%;
	object-fit: cover; 
	border-radius: 8px; 
}

.judge-grid a.button {
	background: none; 
	box-shadow: none; 
	color: #0C2C89; 
	padding: 0px; 
	margin-top: 4px; 
	font-size: 18px; 
	margin: 20px 2% 0px;
}

#banner.simple-banner {
	min-height: 700px; 
	padding: 0px; 
	margin: 0px; 
}

.judge-container {
	margin-top: -500px; 
}

.judge-body {
	background: #fff; 
	border-radius: 16px;
	clear: both; 
	position: relative; 
	background-image: url('/wp-content/uploads/2022/06/blue-accent-top.png');
	background-repeat: no-repeat; 
	background-position: top center; 
	background-size: 100% auto; 
}

.judge-body .simple-star {
position: absolute;
	top: -16px;
	width: 48px; 
	margin-left: auto;
	margin-right: auto;
	left: 0; 
	right: 0; 
}

.judge-body h3 {
	font-size: 24px; 
	color: #555588;
}

.judge-body #content {
	padding: 100px 40px 60px; 
}

.judge-body img {
	width: 100%; 
	border-radius: 16px; 
}

@media screen and (min-width: 1200px) {
	.judge-body img {
		margin-right: 10%; 
		width: 90%; 
	}
}

.judge-header h2, .judge-header a {
	color: #fff; 
}

.judge-header h2 {
	display: block; 
	float: left; 
	font-size: 40px; 
	margin-bottom: 20px; 
}
.judge-header a {
	display: block; 
	float: right; 
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400!important;
	font-size: 20px; 
	letter-spacing: 1px; 
	text-decoration: none;     border-bottom: 2px solid #a6d7ff;
}

.judge-header a:hover {    border-bottom-color: #eb5757!important;
}


.more-judges {
	margin: 0 auto;
	margin-top: 60px; 
	display: block; 
	max-width: 150px; 
}

.vet-body .meta-top svg {
	width: 16px; 
	height: 16px;
	color: #A6D7FF; 
}

.meta-top {
	border: 0px; 
}

.vet-body p {
	color: #485069; 
}

.vet-body h1#pagetitle {
	margin-bottom: 12px; 
}

.footer-sponsor {
	display: flex; 
  align-items: center;
  justify-content: center;
	max-width: 1200px; 
	margin: 0 auto; 
	border: 1px solid #eeeefe; 
	border-radius: 12px; 
	box-shadow: 0px 4px 8px rgba(0,0,0,0.07); 
	margin-top: -40px; 
	font-size: 18px;
}

.footer-sponsor h3 {
	color: rgba(189, 32, 45, 1);
	margin-bottom: 15px; 
	font-size: 22px; 
	letter-spacing: 1px;
	position: relative; 
}


.footer-sponsor h3:after {
	content: '';
	width: calc(100% - 180px);
	border-bottom: 1px solid #ddddee; 
	height: 2px; 
	position: absolute; 
	margin-top: 10px; 
	margin-left: 8px; 
}

.footer-sponsor h3 svg {
	width: 24px; 
	margin-bottom: -2px; 
}

.footer-sponsor h2 {
	font-size: 60px; 
	margin-top: 0px; 
}

.home-sponsors-header {
	text-align: center; 
	margin-top: 120px; 
}

.home-sponsors-header svg {
	width: 24px; 
	margin-bottom: -4px;
	padding: 0px 10px; 
}

.home-sponsors-header h3 {color: rgba(189, 32, 45, 1);
    margin-bottom: 0px;
    font-size: 24px;
    letter-spacing: 1px;
}

.home-sponsors-header h2 {
	font-size: 110px; 
	margin-bottom: 0px; 
}


@media screen and (min-width: 768px) {
.footer-sponsor-logo-inner, 
.footer-sponsor-content-inner {
	padding: 40px; 
}
.footer-sponsor-logo {
	width: 30%;
}
.footer-sponsor-content {
	width: 70%; 
	text-align: left; 
}
}

.footer-sponsor-logo img {
opacity: 1;
	max-width: 100%; 
}


@media screen and (max-width: 767px) {
.judge-body #content {
	padding: 60px 20px 60px; 
}
	h2 {
	font-size: 42px;
		line-height: 48px;
	}
	.judge-body h2 {
		font-size: 34px; 
		line-height: 38px;
	}
	#banner.simple-banner {
		min-height: 600px;
	}
	.judge-header h2 {
		margin-top: 0px; 
	}
	.judge-header a {
	padding-top: 6px; 
	}
	
.footer-sponsor {
	display: block;
	padding: 20px; 
	margin: 10px; 
	}
.footer-sponsor-logo img {
	max-width: 200px; 
	padding: 30px; 
	}
	.footer-sponsor h3 {
		margin-bottom: 5px; 
	}
	.footer-sponsor h2 {
		font-size: 50px; 
		margin-bottom: 20px; 
	}
	
	.footer-sponsor h3:after {
		display: none;
	}
.home-sponsors-header h2 {
	font-size: 60px; 
	margin-bottom: 0px; 
	margin-top: 10px; 
	margin-bottom: -50px;
}


}



/******************************************************************************/
/********************************** MISC **************************************/
/******************************************************************************/


body > #wrap {
	max-width: 2560px; 
	margin: 0 auto; 
}

.past-winners-main h4 {
    color: rgba(189, 32, 45, 1);
    margin-bottom: 0px;
    font-size: 24px;
    letter-spacing: 1px;
    position: relative;
	background-color: #fff; 
	z-index: 2; 
}

.past-winners-main h6 {    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #67718E;
	margin: 10px 0px; 
	background-image: url('/wp-content/uploads/2022/06/location-marker.svg');
	background-size: 14px; 
	background-repeat: no-repeat; 
	padding-left: 23px; 
	margin-bottom: 28px; 
}

.past-winners-main h6:after {
	display: none; 
}

.past-winners-main img {
	border-radius: 8px; 
	display: block; 
	margin: 0 auto; 
}

.past-winners-main iframe {
	border-radius: 8px; 
}

.past-winners-main hr {
	border: 0px; 
}

.past-winners-year-switcher {
	margin-bottom: 60px; 
	border-bottom: 1px solid #e7ecf4;
	padding-bottom: 30px; 
}

.past-winners-year-switcher ul {
	list-style-type: none; 
	text-align: center; 
	padding: 0px;
}

.past-winners-year-switcher ul li {
	display: inline-block; 
		border-radius: 8px; 
	margin: 12px 2px;
}


.past-winners-year-switcher ul li a {
	padding: 10px 12px; 
	font-size: 17px; 
	color: #67718E; 
	text-decoration: none; 
	border: 1px solid #e7ecf4; 
		border-radius: 10px; 
	margin: 3px 6px; 
}


.past-winners-year-switcher ul li.current_page_item a {
	background: rgba(189, 32, 45, 1);
	border: 1px solid  rgba(189, 32, 45, 1);
	color: #fff; 
}


.past-winners-year-switcher ul li a:hover {
	box-shadow: 0px 4px 16px rgba(0,0,0,0.1);
}

.intro {
margin-bottom: 40px; 
}

#vote-multi {
	border-top: 1px solid #e7ecf4;
}

#vote-multi > h2, #vote >h2 {
	font-size: 28px; 
	color: #333; 
	letter-spacing: 1px; 
	padding: 24px 10px 54px; 
	text-align: center; 
}

#vote {
	text-align: center; 
	margin-bottom: 60px; 
}

#vote-multi .profiles {
	background: #fff; 
	border: 1px solid #e7ecf4;
	border-top: 12px solid #e7ecf4;
	border-radius: 12px; 
	box-shadow: 0px 12px 16px rgba(0,0,0,0.1);
}

@media screen and (min-width: 768px) {
	#vote-multi .profiles {
			padding: 40px;
		}
}

#vote-multi .profile p:first-child {
	font-size: 17px; 
	color: #313b58;  
	margin-bottom: 30px;
	margin-top: -15px;
}

#vote-multi .profile h2 a {
	color: #0C2C89; 
}

#vote-multi .profiles img {
	border-radius: 8px; 
}

#vote-multi .profiles .profile {
	font-size: 18px; 
	line-height: 28px; 
}

#vote-multi .profiles .profile.selected button {
	background-color: #2555e0; 
}

#vote-multi button {     font-family: 'Bebas Neue', sans-serif;
    font-weight: 400!important;
	font-size: 24px; 
	padding: 16px 26px 14px
}

#vote-multi .tabs li a {
	color: #0C2C89; 
}

#vote-multi .tabs li.on a, #vote-multi .tabs li:hover a {
	background: #0C2C89; 
	border-radius: 8px
}

.gform_legacy_markup_wrapper .gform_heading {
	margin-bottom: 0px; 
}

input[type="submit"], input[type="button"], button, .button, .btn {	background: rgba(189, 32, 45, 1); 
	border-radius: 8px; 
}

.hero-vet-form .hero-vet-form_wrapper {
	border: 1px solid #e7ecf4; 
		border-radius: 12px; 
	border-top: 12px solid #e7ecf4;
	padding: 30px; 
	box-shadow: 0px 8px 16px rgba(0,0,0,0.05); 
}

input[type="text"], input[type="password"], input[type="email"], textarea {
	border-radius: 4px; 
	border-color: #ced4e5;
}

.hero-vet-form .gform_legacy_markup_wrapper h3.gform_title {
	font-size: 42px; 
	color: rgba(189, 32, 45, 1); 
	padding-bottom: 0px;
	border: 0px!important; 
}

.gform_wrapper .top_label .gfield_label {
	color: #0c1b46!important;
	font-size: 18px; 
}


.hero-vet-form h3 + p {
	margin-top: 20px; 
}

.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	letter-spacing: 0px; 
	font-size: 16px; 
}

.hero-vet-form h3 {
	font-size: 30px; 
	padding-top: 30px;
	border-bottom: 1px solid #e7ecf4!important;
}


.judge-grid em {
	color: #102152;
	font-style: normal; 
	font-size: 15px; 
	display: block; 
}

.judge-grid h4 a {
	color: #0C2C89; 
}


.judge-grid h4 a:hover {
	color: #333; 
}

.not-found-content {
	text-align: center; 
}

.not-found-content svg {
	margin-bottom: 30px; 
}

.not-found-content p {
	max-width: 700px; 
	margin: 20px auto; 
}

.not-found-content h3 {
	color: #222233; 
}

.error404 .footer-sponsor {
	display: none; 
}


/******************************************************************************/
/********************************* FOOTER *************************************/
/******************************************************************************/


#footer {background: radial-gradient(45.88% 63.57% at 53.31% -11.67%, rgba(52, 0, 163, 0.5) 0%, rgba(72, 0, 163, 0) 100%), radial-gradient(27.05% 50.72% at 4.49% -11.67%, rgba(0, 30, 67, 0.3) 0%, rgba(7, 101, 214, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(24.44% 27.83% at 62.9% 19.87%, rgba(0, 255, 255, 0.3) 0%, rgba(44, 207, 218, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(54.89% 36.41% at 96.06% 58.02%, rgba(126, 65, 255, 0.2) 0%, rgba(150, 68, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(25.07% 28.55% at 16.9% 89.76%, rgba(65, 255, 234, 0.15) 0%, rgba(68, 255, 221, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, linear-gradient(180deg, rgba(42, 34, 150, 0) 22.98%, #0A297C 57%), url(shutterstock_1975044890.jpg), #0C2885;
background-blend-mode: normal, normal, normal, normal, normal, normal, screen, normal;
	color: #fff; 
}

.footer-cta-wrap {
	padding: 60px 0px; 
}

.footer-cta {
	max-width: 550px; 
	font-size: 20px; 
}

.footer-cta h3 {
	color: #fff; 
	font-size: 40px; 
}

.footer-social {
	display: flex; 	
	border-top: 1px solid rgba(255,255,255,0.15);
	border-bottom: 1px solid rgba(255,255,255,0.15);
}

.footer-social .social-block.social-logo {
	width: 30%; 
	border-left: 0px; 
}

.footer-social .social-block.social-logo a {
	opacity: 1!important; 
}

.footer-social .social-block.social-logo img {
	max-width: 320px; 
}

.footer-social .social-logo-wrap {
	padding: 20px 10px 12px; 
}

.footer-social .social-block {
	width: 17.5%; 
	flex: 1 1 auto;
	border-left: 1px solid rgba(255,255,255,0.15);
	align-items: center;
    justify-content: center;
	display: flex; 
}

.footer-social .social-block a {
	display: block; 
	text-align: center; 
	font-size: 16px; 
	transition: opacity 0.5s; 
}

.footer-social .social-block a:hover {
	opacity: 0.75; 
}


.footer-social .social-block svg {
	margin: 0px 6px -2px 0px;
}

.footer-main {
	display: flex; 
	margin-top: 60px; 
	font-size: 16px; 
}

.footer-main .footer-col {
	width: 20%; 
}

.footer-col-content {
	padding-right: 30px; 
}

.footer-main .footer-mission, .footer-main .footer-donate {
	width: 30%; 
}

#footer .footer-main h4 {
	font-size: 28px; 
}

.footer-mission {
	font-size: 16px; 
}

.footer-links ul {
	list-style-type: none; 
	margin: 0px; 
	padding: 0px; 
}

.footer-links ul li a {
	padding: 6px 0px; 
	display: block; 
}

.footer-links ul li.footer-link-break {
	border-top: 1px solid rgba(255,255,255,0.15); 
	padding-top: 10px; 
	margin-top: 10px; 
}

.footer-donate a {
	display: block; 
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400!important;
	font-size: 20px;
	letter-spacing: 1px; 
	border-bottom: 1px solid #fff;
	margin: 0px 0px 24px; 
	padding: 2px 0px 4px; 
}

.footer-donate a svg {
	width: 18px; 
	height: 18px; 
	float: right; 
}

#footer .copyright {
	background: none; 
	color: #fff; 
	font-weight: 400; 
	font-size: 14px; 
	padding: 25px 0px; 
}

.footer-featured-image {
	position: absolute; 
	top: 200px;
	width: 900px; 
	left: 40%; 
	mix-blend-mode: screen;
	opacity: 0.6; 
}

#footer {
	overflow: hidden; 
}


@media screen and (max-width: 767px) {
	.footer-social {
		display: block; 
	}
	.footer-social .social-block.social-logo {
		width: 100%; 
	}
	.footer-social .social-block {
		width: 100%; 
	}
	#footer .wrap {
		margin: 0px;
	}
	#footer .row {
		margin: 0 20px; 
	}
	.footer-social .social-block.social-logo img {
		max-width: 240px;
	}
	.footer-social {
		border: 0px; 
	}
	.footer-social .social-block {
		display: block; 
		border: 0px; 
		margin-bottom: 15px;
	}
.footer-main {
	display: block; 
	margin-top: 60px; 
	font-size: 16px; 
}

.footer-main .footer-col {
	width: 100%; 
	margin-bottom: 30px;
}

.footer-col-content {
	padding-right: 0px; 
}

.footer-main .footer-mission, .footer-main .footer-donate {
	width: 100%; 
}
	#footer .copyright {
		padding: 0px 20px 20px; 
		text-align: center;
	}
	.footer-featured-image {
		width: auto; 
		left: 20%; 
	}
}


@media screen and (max-width: 1130px) and (min-width: 768px) {
	#nav > ul > li {
		margin: 0px 10px; 
	}
	#nav > ul > li a {
		font-size: 20px; 
	}
	#nav > ul#menu {
		margin-left: 20px; 
	}
	#nav > ul#menu > li.nav-donate a {
		padding: 9px 20px; 
		font-size: 20px; 
	}
}

@media screen and (max-width: 767px) {
	.rulescols {
		display: flex; 
		flex-direction: column-reverse;
	}
	.downloadcol .contact-us, .downloadcol .sidebar-info {
		margin: 0px 0px 20px; 
	}
	
}
