:root{
	--light-blue: #6286d4;
	--dark-blue: #222967;
	--extra-light-blue: #abc4e9;
	--medium-blue: #1b46b3;
	--yellow: #FFBA00;
	--orange: #F47925;
	--red: #FD372C;
	--lt-red: #FF806C;
	--purple: #4E4AA6;
	--lt-purple: #6C76D3;
	--green: #156B4C;
	--lt-green: #009464;
	--nav-height: 130px;
	--gray:#ccc;
	--lt-gray:#F0F0F0;
	--dk-gray: color(display-p3 0.386 0.39 0.398);
	--lt-lavender: #c0c6fc;
	--lavender: #8093dc;
}

body{
	position: relative;
}

a{
	text-decoration: none;
}

.logo-holder img{
	height: var(--nav-height);
	width: auto;
}

.nav-container{
	background-color: white;
	border-top-left-radius: 400px;
	border-bottom-left-radius: 400px;
}

.nav-holder ul{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-bottom:0;
	padding-left:0;
}

.nav-holder ul, .nav-holder li{
	list-style-type: none;
}

.nav-holder li{
	margin-left: 20px;
	position: relative;
}

.nav-holder li:first-child{
	margin-left: 0px;
}

.nav-top ul li a{
	color: black;
	text-transform: uppercase;
	font-size: 14px;
}

.nav-main ul li a{
	font-weight: 600;
	font-size: 18px;
}

.nav-main ul li ul{
	display: none;
}

.nav-main ul li:hover ul{
	display: block;
	position: absolute;
	top:31px;
	left:-20px;
	background-color: white;
	padding:20px;
	width:250px;
	border-bottom: 4px solid var(--medium-blue);
	z-index: 2000;
}

.nav-main ul li ul li{
	margin-left:0px !important;
	padding-bottom:8px;
}

.nav-main ul li ul li:last-child{
	padding-bottom:0px;
}

.nav-main ul li ul li a{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

a.outline, li.outline a{
	border-radius: 50px;
	border-width:1px;
	border-style: solid;
	border-color: var(--medium-blue);
	color: var(--medium-blue) !important;
	text-transform: uppercase;
}

a.outline:hover, li.outline a:hover{
	color: white;
	background-color: var(--medium-blue);
}

a.outline.white, li.outline a.white{
	border-width:2px;
	border-color: white;
	color: white !important;
	font-weight: 600;
}

a.outline.white:hover, li.outline a.white:hover{
	color: black !important;
	background-color: white !important;
}

a.outline.reverse, li.outline.reverse a{
	background-color: var(--medium-blue) !important;
	color: white !important;
}

a.outline.reverse:hover, li.outline.reverse a:hover{
	background-color: var(--yellow) !important;
	border-color: var(--yellow) !important;
	color: white !important;
}

li.outline.reverse a{
	padding:0px 15px;
}

a.outline.reverse.light{
	background-color: var(--light-blue) !important;
	border-color: var(--light-blue);
	color: white !important;
}

a.outline.reverse.light:hover{
	background-color: var(--medium-blue) !important;
	border-color: var(--medium-blue) !important;
	color: white !important;
}

a.outline.reverse.red-but{
	background-color: var(--red) !important;
	border-color: var(--red);
	color: white !important;
}

a.outline.reverse.red-but:hover{
	background-color: var(--white) !important;
	border-color: var(--red) !important;
	color: var(--red) !important;
}

a.outline.red-but{
	background-color: white !important;
	border-color: var(--red);
	color: var(--red) !important;
}

a.outline.red-but:hover{
	background-color: var(--red) !important;
	border-color: var(--red) !important;
	color: white !important;
}

div.hero-image{
	position: absolute;
	height:630px;
	width:auto;
	bottom:0px;
	left:0px;
}

div.hero-image img{
	height: 100%;
	width: auto;
}

div.hero-content{
	height: 600px;
	margin-left:50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.our-mission{
	background-color: rgba(0, 66, 179, 0.72);
	
}

.circles-div{
	width:50%;
	height:100%;
	position: absolute;
	left:0px;
	top:0px;
	z-index: -1;
	background-image: url('../images/Header_circles.png');
	background-size: cover;
	background-repeat: none;
	background-position: right center;
}

.secondary-header .circles-div{
	width:60%;
}

.secondary-header.red-header .circles-div{
	background-image: url('../images/header_trans_Red.png');
}

.secondary-header.blue-header .circles-div{
	background-image: url('../images/header_trans_Blue.png');
}

.secondary-header.yellow-header .circles-div{
	background-image: url('../images/header_trans_Yellow.png');
}

.secondary-header.green-header .circles-div{
	background-image: url('../images/header_trans_Green.png');
}

.secondary-header.purple-header .circles-div{
	background-image: url('../images/header_trans_Purple.png');
}

.secondary-header.red-header.solid .circles-div{
	background-image: url('../images/header_red.jpg');
	width:100%;
}

.secondary-header.blue-header.solid .circles-div{
	background-image: url('../images/header_blue.jpg');
	width:100%;
}

.secondary-header.green-header.solid .circles-div{
	background-image: url('../images/header_green.jpg');
	width:100%;
}

.secondary-header.purple-header.solid .circles-div{
	background-image: url('../images/header_purple.jpg');
	width:100%;
}

.secondary-header.yellow-header.solid .circles-div{
	background-image: url('../images/header_yellow.jpg');
	width:100%;
}

.secondary-header.yellow-header .header-inner>h1.antonio{
	color: var(--medium-blue);
}

.secondary-header.blue-header .header-inner>h1.antonio{
	color: var(--yellow);	
}

.accordion-item{
	background-color: transparent !important;
}

.bg-div{
	position: absolute;
	top:var(--nav-height);
	left:45%;
	right:0px;
	bottom:0px;
	background-color: gray;
	z-index: -2;
	/*background-image: url('../images/feature-laugh.jpg');*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.header-extend{
	position: absolute;
	height:var(--nav-height);
	left:50%;
	right:0px;
	top:0px;
	background-color: white;
	z-index: -1;
}

.header-inner p{
	margin-bottom:0px;
}

.header-inner img{
	width:60px;
	height:auto;
}

.header-inner>h1.antonio{
	color: white;
	font-size: 48px !important;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom:0px;
}

.header-inner p.super-head{
	color: white;
	font-size: 16px;
	font-weight: 600;
}

.data-points{
	color: white;
	display: flex;
	flex-direction: row;
	margin-top:25px;
}

.dp-n{
	font-family: "Antonio", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.3em;
	font-size: 28px;
}

.dp-c{
	font-size: 14px;
}

.dp{
	padding-left:20px;
	padding-right:20px;
	border-right:1px solid white;
}

.dp:first-child{
	padding-left:0px;
}

.dp:last-child{
	border-right:0px;
}

.mission-items{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top:30px;
}

.mission{
	width: 25%;
	text-align: center;
	padding:0px 50px;
	color: white;
	margin-top:30px;
	border-right: 1px solid white;
	text-transform: uppercase;
}

.secondary .mission{
	border-right: 1px solid black;
}

.mission:nth-of-type(4),.mission:nth-of-type(8){
	border-right: none;
}

.mission img{
	width: auto;
	height: 50px;
}

.mission p{
	margin-top:20px;
}

.home-feature{
	display: flex;
	flex-direction: row;
}

.home-feature:nth-child(even){
	flex-direction: row-reverse;
}

.feature-photo,.feature-content{
	width:50%;
	aspect-ratio: 1 !important;
	overflow-x: hidden;
	overflow-y: hidden;
}

.feature-content{
	position: relative;
	overflow:hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.feature-content-inner h3{
	color :white !important;
	text-transform: uppercase !important;
	font-size: 36px !important;
}

.big-circle{
	position: absolute;
	z-index: 0;
	background-color: #666;
	width:200%;
	height:200%;
	top:0px;
	left:0px;
	border-radius: 100%;
}

.home-feature:nth-child(even) .big-circle{
	top: auto;
	left:auto;
	bottom:0px;
	right:0px;	
}

.feature-content-inner{
	position: relative;
	z-index: 1;
	margin-left:40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: white !important;
	align-items: flex-end;
	padding-right:50px;
	text-align: right;
}

.home-feature:nth-child(even) .feature-content-inner{
	margin-left:0;
	margin-right:40%;
	padding-right:0px;
	padding-left:50px;
	align-items: flex-start;
	text-align: left;
}

.home-feature:nth-child(odd) .feature-content-inner p{
	text-align: right;
}

.feature-content-inner img{
	height: 60px;
	width:auto !important;
}

.feature-photo{
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.home-feature.feature-red .feature-content{
	background-color: var(--lt-red);
}
.home-feature.feature-red .big-circle{
	background-color: var(--red);
}

.home-feature.feature-purple .feature-content{
	background-color: var(--lt-purple);
}
.home-feature.feature-purple .big-circle{
	background-color: var(--purple);
}

.home-feature.feature-blue .feature-content{
	background-color: var(--medium-blue);
}
.home-feature.feature-blue .big-circle{
	background-color: var(--dark-blue);
}

.home-feature.feature-green .feature-content{
	background-color: var(--lt-green);
}
.home-feature.feature-green .big-circle{
	background-color: var(--green);
}

.home-feature.feature-lavender .feature-content{
	background-color: var(--lt-lavender);
}
.home-feature.feature-lavender .big-circle{
	background-color: var(--lavender);
}

.arrows-on,.arrows-off{
	width: 40px;
	height: auto;
}

.arrows-on{
	display: none;
}

.tri-item:hover .arrows-on{
	display: inline;
}
.tri-item:hover .arrows-off{
	display: none;
}

.tri-item:hover{
	background-color: var(--medium-blue) !important;
	cursor: pointer;
}

.tri-item:hover a{
	color: white !important;
}

button.outline{
	color: white;
	background-color: transparent !important;
	border:2px solid white;
	border-radius: 100px;
	padding:10px 30px;
	text-transform: uppercase;
}

button.outline:hover{
	background-color: white !important;
	color: var(--dk-blue);
}

footer input[type="text"],footer input[type="email"]{
	background-color: var(--dark-blue);
	color: white;
	border-color: var(--dark-blue);
	border-radius: 100px;
	border-style: solid;
	clip-path: none;
}

footer ::placeholder, footer ::-webkit-input-placeholder{
	color: var(--light-blue) !important;
}

footer form.ctct-default p.ctct-form-field:nth-of-type(1), footer form.ctct-default p.ctct-form-field:nth-of-type(2){
	display: inline-block;
	width:50% !important;
}

footer form.ctct-default p.ctct-form-field:nth-of-type(1){
	padding-right:15px;
}

footer form.ctct-default p.ctct-form-field:nth-of-type(2){
	padding-left:15px;
}

footer form.ctct-default input[type='text'], footer form.ctct-default input[type='email']{
	width: 100%;
}

footer label{
	color: white !important;
}

footer p.ctct-form-field-submit{
	width:100%;
	text-align: center;
	padding-top:10px;
}

footer input[type='submit']{
	background-color: var(--light-blue);
	border: 2px solid white;
	color: white;
	border-radius: 100px;
	padding:0.5rem 2rem;
	text-transform: uppercase;
}

footer input[type='submit']:hover{
	color: var(--dark-blue);
	border: 2px solid white;
	background-color: white;
	border-radius: 100px;
	padding:0.5rem 2rem;
	text-transform: uppercase;
}

.footer-meta-holder img{
	height: 100px;
	width:auto;
}

.header-inner{
	height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width:40%;
}

.secondary-nav{
	text-align: center;
}

.secondary-nav div.col{
	padding:25px 0px;
	text-transform: uppercase;
	font-weight: 600;
}

.secondary-nav div.col a:hover{
	color: var(--medium-blue) !important;
}

.secondary-nav div.col:hover{
	background-color: var(--gray);
}

.secondary-nav div.col.active{
	background-color: var(--gray);
}

.search-form{
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	height:100%;
	width:100%;
	background-color: rgba(34, 41, 103, 0.95);
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	z-index: 100;
}

.search-form input[type="submit"]{
	background-color: var(--light-blue) !important;
	color: white;
	border-color: var(--light-blue) !important;
	border-radius: 200px;
	font-weight: bold;
}

.close-button{
	position: absolute;
	top:20px;
	right:20px;
	display: inline-block;
	cursor: pointer;
}



p#breadcrumbs, p#breadcrumbs a{
	color: #777;
}

p#breadcrumbs span.breadcrumb_last{
	color: var(--light-blue);
}

.secondary h2{
	font-size: 36px;
	font-weight: 800;
	color: var(--dark-blue);
	font-family: "Antonio", sans-serif;
	text-transform: uppercase;
	margin-bottom:1.5rem;
}

.secondary h2.accordion-header,.secondary h2.accordion-header button{
	font-family: "Palanquin", sans-serif;
	color: var(--medium-blue) !important;
	font-size: 24px !important;
	font-weight: bold;
	margin-bottom:0px !important;
}

.secondary h2.accordion-header button{
	padding-left:0px !important;
}

.accordion-button:not(.collapsed), .accordion-button.collapsed{
	background-color: transparent !important;
}

.accordion-button::after {
	width: 2.5rem;          /* Increase width (default is 1.25rem) */
	height: 2.5rem;         /* Increase height (default is 1.25rem) */
	background-size: 2.5rem; /* Match background size to width/height */
}

.accordion-body{
	padding:2rem 0rem;
}


.secondary h3{
	font-size: 24px;
	font-weight: 800;
	color: var(--dark-blue);
	font-family: "Palanquin", sans-serif;

	margin-bottom:1.5rem;
}

.secondary h4{
	font-size: 20px;
	font-weight: 800;
	color: var(--medium-blue);
	text-transform: uppercase;
	font-family: "Palanquin", sans-serif;
	margin-bottom:1.5rem;
}

.secondary ul{
	margin-bottom:1.5rem;
}

img.page-icon{
	height:80px;
	width:auto;
}

img.page-icon-small{
	height:50px;
	width:auto;
}

ul.nav-tabs li.nav-item{
	flex-grow: 1;
}

ul.nav-tabs li.nav-item button{
	width:100%;
	background-color: white;
	font-weight: bold;
	border-radius: 0px !important;
	border: 1px solid #ccc !important;
	font-weight: bold;
	color: var(--dark-blue);
	font-size: 24px;
}

ul.nav-tabs li.nav-item button.active{
	width:100%;
	background-color: var(--dark-blue);
	color: white;
}

.tab-pane ul{
	column-count: 3;
}

.impact-logo img{
	width:250px;
	height: auto;
}

.award-container{
	display: flex;
	flex-direction: column;
	background-image:url('../images/award_bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width:100%;
	height:100%;
	justify-content: space-between;
	padding: 45px;
	align-items: center;
	text-align: center;
}

.award-winner{
	margin-bottom:0px;
	margin-top:30px;
	text-align: center;
	display: inline-block;
	color: var(--dark-blue);
	font-weight: 600;
	font-size: 22px;
	border: 1px solid white;
	background-color: color(display-p3 0.671 0.768 0.914);
	padding:0.75rem 2rem;
	border-radius: 200px;
}

.sponsor-logos{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: center;
	align-items: center;
}

.sponsor-logos img{
	height: 70px;
	width: auto;
}

.contact-form .form-control{
	background-color: color(display-p3 0.921 0.921 0.921);
	border-color: color(display-p3 0.921 0.921 0.921);
	border-radius: 200px;
}

.contact-form textarea.form-control{
	border-radius: 20px;
}

.contact-form input[type='submit']{
	background-color: white;
	border-color: var(--red);
	border-width:2px;
	color: var(--red);
	border-radius: 200px;
	padding:0.75rem 2rem;
	font-size: 18px;
	text-transform: uppercase;
	appearance: none;
	-webkit-appearance: none;
}

.contact-form input[type='submit']:hover{
	color: white;
	background-color: var(--red);
}

.search-results img{
	width: 100%;
	height: auto;
}

.mobile-nav-trigger{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.mobile-logo img{
	height: 75px;
	width: auto;
}

.nav-trigger{
	font-size: 36px;
}

.collapse:not(.show){
	display: block;
}

.accordion .collapse:not(.show){
	display: none;
}

@media (max-width: 1398.98px) {
	.bg-div{
		left:40%;
	}
}

@media (max-width: 1198.98px) {
	.header-inner>h1.antonio{
		font-size: 36px !important;
	}
	
	div.hero-image{
		position: absolute;
		height:630px;
		width:auto;
		bottom:0px;
		left:0px;
		display: flex;
		flex-direction: column;
		justify-content: end;
	}
	
	div.hero-image img{
		height: 80% !important;
		width: auto;
	}
}

@media (max-width: 991.98px) {
	
	.circles-div{
		background-position: center center;
	}
	
	.secondary-header.red-header .circles-div{
		background-image: url('../images/header_red.jpg');
		width:100%;
	}
	
	.secondary-header.blue-header .circles-div{
		background-image: url('../images/header_blue.jpg');
		width:100%;
	}
	
	.secondary-header.green-header .circles-div{
		background-image: url('../images/header_green.jpg');
		width:100%;
	}
	
	.secondary-header.purple-header .circles-div{
		background-image: url('../images/header_purple.jpg');
		width:100%;
	}
	
	.secondary-header.yellow-header .circles-div{
		background-image: url('../images/header_yellow.jpg');
		width:100%;
	}
	
	div.hero-image{
		display: none;
	}
	
	div.hero-content{
		height: 600px;
		margin-left:0%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	
	.home-header .circles-div{
		background-position: center right;
		opacity: 0.8;
	}
	
	.nav-container-wrapper{
		background-color: var(--dark-blue);
		padding: 1rem;
	}
	
	.nav-container{
		background-color: transparent;
	}
	
	.nav-holder{
		flex-direction: column-reverse !important;
	}
	
	.nav-holder ul{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-bottom:0;
		padding-left:0;
	}
	
	.nav-holder ul li a{
		color: white !important;
		margin-left:0px !important;
		margin-right:0px !important;
	}
	
	.nav-holder li{
		margin-left:0px;
	}
	
	ul#primary-menu{
		margin-bottom:25px;
	}
	
	.nav-main ul li a{
		font-size: 24px !important;
		margin-bottom:10px;

	}
	
	.nav-top ul li a{
		font-size: 16px !important;
	}
	
	.nav-holder ul li{
		padding-bottom:10px !important;
	}
	
	li.search-item{
		display: none;
	}

	
	.nav-main ul li ul,.nav-main ul li:hover ul{
		display: block;
		position: static;
		background-color: var(--dark-blue);
		padding:20px;
		width:100%;
		border-bottom: 0px solid white;
	}
	
	.nav-main ul li ul li a{
		font-size: 16px !important;
	}
	
	.collapse:not(.show){
		display: none;
	}
	
	.mission{
		width: 50%;
		border-right: 1px solid white;
	}
	

	.mission:nth-of-type(4),.mission:nth-of-type(8),.mission:nth-of-type(2),.mission:nth-of-type(6){
		border-right: none;
	}
	
	.home-feature{
		flex-wrap: wrap;
	}
	
	.feature-photo,.feature-content{
		width:100%;
		aspect-ratio: 1 !important;
		overflow-x: hidden;
		overflow-y: hidden;
	}
	
	footer form.ctct-default p.ctct-form-field:nth-of-type(1), footer form.ctct-default p.ctct-form-field:nth-of-type(2){
		display: inline-block;
		width:100% !important;
	}
	
	footer form.ctct-default p.ctct-form-field:nth-of-type(1){
		padding-right:0px;
	}
	
	footer form.ctct-default p.ctct-form-field:nth-of-type(2){
		padding-left:0px;
	}
	
	footer div.dk-blue-bg{
		text-align: center;
	}
	
	.circles-div{
		width:100%;
	}
	
	.header-extend{
		display: none;
	}
	
	.header-inner{
		width:100%;
		height:275px;
	}
	
	.tab-pane ul{
		column-count: 2;
	}
	
}

@media (max-width: 767.98px) {
	
	.mission,.mission.black{
		width: 100%;
		border-right: 0px solid white;
	}
	
	.hero-content .fs-130{
		font-size: 80px;
	}
	
	.hero-content br{
		display: none;
	}
	
	
	.feature-content-inner{
		margin-left:50px;
		align-items: : center;
	}
	
	.home-feature:nth-child(even) .feature-content-inner{
		margin-right:50px;

	}
	
	.feature-content-inner h3{

		font-size: 24px !important;
	}
	
	div.secondary-nav .row{
		display: block !important;
		width:100%;
	}
	
	div.secondary-nav div.col{
		width:100%;
		display: block !important;
		border-bottom:1px solid #ccc;
	}
	
	.tab-pane ul{
		column-count: 1;
	}
	
}