/* .dropdown-backdrop{display:none;}
 or in mobile in class= .dropdown-menu... dont make the "ul" static... instead make it position relative and increase z-index
*/
 /*for ie8{
	background:rgba(255, 255, 255, 0.56);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); 
}also use rgba to hex conertor*/

@font-face {
    font-family: 'Comic Sans MS';
    src: url('../fonts/ComicSansMS.eot');
    src: url('../fonts/ComicSansMS.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ComicSansMS.woff2') format('woff2'),
        url('../fonts/ComicSansMS.woff') format('woff'),
        url('../fonts/ComicSansMS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

 body {
	font-family: "Jost", sans-serif;
	font-size: 18px;
	line-height:1.6;
	background:#fefef4;
}
img {
	max-width:100%;
}
figure {
	margin:0;
	padding:0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
	outline:none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
	line-height: 1.1;
	color: inherit;
}
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder {
	color: transparent;
}

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="password"],
form input[type="file"],
form textarea,
form select{
	width: 100%;
	margin: 0 0 16px;
	border: none;
	padding: 8px 12px;
	border: none;
	font-size: 16px;
	height: 40px;
	border-radius:5px;
	outline:none;
}
form textarea{
	height:150px;
}
form input[type="submit"], form input[type="button"], form input[type="reset"], form button, a.button, button, .button {
	background-color: #17469e;
	color:#fff;
	border: none;
	line-height:40px;
	height:40px;
	font-size:16px;
	text-align:center;
	padding:0px 15px;
	display: inline-block;
	margin: 10px 0 0;
	transition: 0.3s;
	border-radius:8px;
	font-weight:500;
}

form input[type="submit"]:hover, form button:hover, a.button:hover{
    background-color: #1e60aa;
	transition: 0.3s;
}
.btn {
    position: relative;
    background-color: #17469e;
    color: #fff;
    padding: 5px 15px;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    border-radius: 0px;
    text-transform: uppercase;
    border-radius: 8px;
    margin: 0px 15px;
}
.btn:hover{
	background-color: #000;
    color: #fff;
}
@media (max-width: 1299px) {
	.container {
		max-width:none;
	}
}
@media (min-width: 1300px) {
	.container {
		max-width: 1300px;
	}
}
.main_heading {
	font-size:40px;
	font-weight:600;
	color:#000;
	margin: 0 0 30px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
}

.main_heading:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: 0px;
	width: 70px;
	height: 3px;
	background-color:#fef200;	
}

@media (max-width: 896px) {
	.main_heading {
		font-size: 25px;
		line-height: 29px;
	}
}
@media (max-width: 480px) {
	.main_heading {
		font-size:	23px;
	}
}

.header_right {
	float: right;
    width: 69%;
}
.top_link {
	position: relative;
	color: #fff;
    text-align: right;
    padding: 20px 0px 0px 0px;
	z-index: 1;
	right: 0px;
}
.top_link a.number {
	position: relative;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    top: 2px;
}
.top_link a.spanish_btn {
    background-color: #fef200;
	color:#17469e;
	margin: 0px;
}
.top_link a.spanish_btn:hover {
	background-color: #000;
	color:#fff;
}
.site_logo {
    display: inline-block;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    width: auto;
    margin: 5px 0;
}
.mobile_nav_btn{
	display:none;
}
@media (max-width:992px) {
	.header_left{
		padding: 20px 0 15px 15px;
	}
	.site_logo{
		width: 145px !important;
	}
	.top_link{
		padding: 10px 0px 0px 0px;
	}
	.top_link a.number,.top_link a.donate_btn,.top_link a,.top_link a.spanish_btn {
		font-size: 16px;
	}
}
@media (max-width:896px) {
	.header_right {
		float:none;
		width:auto;
		display:block;
		height: 0;
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (max-width:575px) {	
	.mobile_nav_btn{
		display: block;
        text-align: center;
        margin: 20px 0px 30px;
	}
	.mobile_nav_btn a.spanish_btn {
		background-color: #fef200;
		color: #17469e;
		margin: 0px;
	}
	.top_link a.number,.top_link a.donate_btn{
		display:none;
	}
}
.header_left {
	padding: 15px 0px;
    float: left;
    width: auto;
    text-align: left;
}
@media (max-width: 896px) {
	.header_left {
		display: block;
        float: none;
        margin: 0;
        text-align: center;
        width: auto;
        padding: 0;
        z-index: 111;
        max-width: 263px;
        position: absolute;
        top: 0;
        left: 0;
	}
	.site_logo {
        display: inline-block;
        margin: 10px 0 0 15px;
    }
}
@media (max-width:380px){
	header.shrink .header_body{
		height: 100px !important;
	}
	
}
.banner_sec{
	margin-top: 145px;
}
.bannerWrapper{
	position:relative;
	display:flex;
	justify-content: space-between;
}
.banner {
	position:relative;
	max-width:860px;
	width:100%;
	margin-top: 0px;
    /*border-radius: 10px;
    box-shadow: 0px 0px 15px 5px rgb(0, 0, 0, 0.1);
    border: 1px solid #fff;
	background: #fff;
    overflow: hidden;*/
}
.banner #banner-slide{
	width: 100% !important;
    margin: 0px !important;
}
.banner #banner-slide video{
	width:100%;
}
.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev{
	width: 40px !important;
}
.ms-skin-default .ms-nav-prev {
    background: url(../images/arrow-left.png) no-repeat left top !important;
}
.ms-skin-default .ms-nav-next {
    background: url(../images/arrow-right.png) no-repeat left top !important;
    left: auto;
    right: 30px;
}
#mainslider {
	margin-top: 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 5px rgb(0, 0, 0, 0.1);
}
.banner .carousel{
    background: #2f4357;
    margin-top: 0px;
}
.banner .carousel-item{
    text-align: center;
    min-height: auto;
}
.banner-caption {
	color: #ffffff;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0% !important;
	text-shadow:none;
	background: #17469e;
}
@media (min-width:1500px){
	.banner-caption {		
		bottom: 0% !important;		
	}	
}
@media (max-width:1150px){
	.banner-caption {		
		bottom: 0% !important;		
	}	
}
@media (max-width: 992px){
	.banner-caption {
		bottom: 0% !important;
	}
}
.banner-caption > div{
	position: relative;
    display: block;
    margin: auto;
    padding: 20px 15px;
    margin-bottom: 0px;
}
.banner-caption h2 {	
    position: relative;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 0px;
    margin: 0px 0px 10px;
}
.banner-caption h5 {
    font-size: 25px;
    font-weight: 500;
	margin-bottom:10px;
}
.banner-caption p {
    font-size: 18px;
    color: #fff;
    line-height: normal;
    margin-bottom: 0px;
}
.banner-caption a{
	position:relative;
	background-color: #fef200;
	color: #17469e;
	text-decoration: none;
	border: none;
	min-width: 100px;
	font-weight: 500;
	padding: 10px 20px;
	display: inline-block;
	margin: 0px 5px;
	transition: 0.3s;
	text-transform: uppercase;
	line-height: 1;
	font-size: 18px;
	border-radius:5px;
}
.banner-caption a:hover{
	background-color: #000;
	color: #fff;
}
.banner .banner-caption img {
	width: 150px;
	display: block;
	margin: 20px auto 10px;
}
@media (min-width: 897px) {
    #mainslider {
       /* display: none;*/
    }
	
}
@media (max-width:992px) {
	.banner_sec{
		margin-top: 110px;
	}
}
@media (max-width:896px) {
	.banner_sec{
		margin-top: 90px;
	}
	.banner-caption > div{
		margin:10px;
	}	
	.banner #banner-slide{
		display: none;
	}
	#mainslider {
        display: block;
    }
}
footer {
	position:relative;
	background:#17469e;
	color:#fff;
	font-size: 18px;
}
footer:after {
	content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 300px;
    height: 390px;
    background: url(../images/footer_star.png) no-repeat;
    background-size: contain;
} 
footer a, footer a:focus {
	color:#fff;
}
footer a:hover {
	color:#fff;
}
.footer_left {
	float:none;
	width:100%;
	text-align: left;
}
.footer_right {
	float:none;
	width:100%;
	text-align: right;
}
.footer_right a{
	color:#fef200;
}
@media (max-width:896px) {
	.footer_left {
		text-align:left;
		width: 100%;
	}
}
@media (max-width: 599px) {
	.footer_left span {
		display:block;
	}	
}

footer article p{
	color: #fff;
}

.footer_top{
	position:relative;
	background-image: url(../images/news-4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding:40px 0;
	background-size: cover;
	z-index: 1;
}	

.footer_top h3{
	text-transform: uppercase;
	font-size: 30px;
	margin: 0 0 20px;
	padding: 0 0 13px;
	position: relative;
	font-weight: 500;
} 

.footer_top h3:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background-color: #fef200;
}

.footer_top ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer_top ul li{
	position: relative;
	padding: 0 0 10px 25px;
}	

.footer_top ul li:before{
	content: "\F285";
	position: absolute;
	left: 0;
	top: 2px;
	font-family: "bootstrap-icons";
	color: #fef200;
	font-size: 15px;
}

.footer_top ul li a{
	position: relative;
	right: 0;
	transition: 0.3s;
	text-transform:uppercase;
}	

.footer_top ul li a:hover{
	right: -2px;
	transition: 0.3s;
	color:#fef200;
}

.address_footer p{
	margin: 0px 0px 10px;
}	

.footer_top .contact_ul li{
	padding: 0 0 8px 35px;
}
.footer_top .contact_ul li a{
	text-transform:none;
}

.footer_top .contact_ul li:before{
	content: "\F3E7";
	font-size: 20px;
}
.footer_top .contact_ul li:nth-child(2):before{
	content: "\F5C1";
}
/*.footer_top .contact_ul li:nth-child(3):before{
	content: "";
	background:url(../images/fax.png) no-repeat;
	width:22px;
	height:22px;
}*/
.footer_top .contact_ul li:last-child:before{
	content: "\F882";
	/*background:url(../images/website.png) no-repeat;
	width:22px;
	height:22px;
	top: 6px;*/
}

.footer_bottom{
	padding: 20px 0;
	font-size: 18px;
	color:#fff;
	background-color: #17469e;
	border-top:1px solid #3860ac;
}

.footer_tel{
	font-size: 19px;	
}

.control_margin{
	margin-left: 40px;	
}

footer article .media{
	display:inline-block;
	margin:0;	
	width:100%;
	padding: 0 0 0px 8px;
}

footer article .media a{
	border: 1px solid #FFF;	
	width: 50px;
	height: 50px;
	border-radius: 100px;
	padding: 5px 0 0 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 25px;
	transition: 0.3s;
	display: inline-block;
	margin: 12px 10px 0 0;
	transition:0.3s;
}

footer article .media a:hover{
	background:#fff;
	color:#17469e;	
}
.footer_logo {
    margin-bottom: 15px;
}
.address_footer h4{
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:0px;
}
.address_footer h5{
	font-size:20px;
	font-weight:500;
}
.address_footer .newsletter_card{
	box-shadow: 0px 0px 15px 0px rgb(0, 0, 0, 0.2);
	margin-bottom:15px;
}
.address_footer .newsletter_card .newsletter_content h3:after{
	display:none;
}
@media(max-width: 1024px){
	footer {
		font-size: 18px;
	}
	.footer_top h3 {
		font-size: 20px;
	}
	.footer_bottom {
		padding: 20px 0;
	}   
}

@media(max-width:991px){
	.address_footer{
		margin-bottom:20px;
	}
}
@media(max-width:896px){
	.control_margin{
		margin-left: 0;	
	}
	.footer_top article{
		margin: 0 0 20px;
	}
	.footer_top{
		padding: 25px 0 0;
	}
	.footer_bottom {
		padding: 18px 0;
	}
	.custom_ul li{
		float: none;
		width: 100%;
	}
}
@media(max-width:480px){	
	.footer_top article {
        text-align: center;
    }
	.footer_top h3:after{
		right: 0px;
		margin: 0px auto;
	}
	.footer_top ul li{
		padding: 0 0 10px 0px;
	}
	.footer_top ul li:before{
		position: relative;
		text-align: center;
		padding-right: 5px;
	}
	.footer_top .contact_ul li{
		padding: 0 0 8px 0px;
	}
	.footer_top .contact_ul li:before{
		position: relative;
		padding-right: 7px;
	}
}
.block{
	padding:60px 0;
}
.block .col_center{
	text-align:center;
}
.block .col_center h2{
	margin:15px 0px;
	font-weight: 400;
}

@media(max-width:896px){
	.block{
		padding:22px 0;
	}
}

header{
	background: linear-gradient(180deg, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);
    top: 0;
    left: 0;
    right: 0;
    z-index: 11111;
    position: fixed;
}
header.shrink{
	background:#fff;
}
header .container {
    position: relative;
}

/*.header_body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 50;
    overflow: hidden;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: .9s;
    -moz-transition: .9s;
    transition: .9s;
    text-align: center;
    height: 140px;
}*/

.nav_link ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.nav_link li{
	display: inline-block;
	padding:0;
}

.nav_link li a{
	cursor: pointer;
    color: #000;
    padding: 10px 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    display: block;
    position: relative;
}	

/*header.shrink .header_body {
    height: 130px;
    background: rgba(0,0,0,.8);
}*/
header.shrink .site_logo {
    margin: 0;
}
@media (min-width: 897px){
	.site_logo {
		width: 220px;
		display: block;
		margin: 0px 0 0;
	}
	header .nav_link {
		-webkit-transition: .3s;
		-moz-transition: .3s;
		transition: .3s;
		position: absolute;
        right: 0;
        top: 80px;
        min-height: 45px;
        line-height: initial;
	}
	.nav_link > ul > li {
		float: left;
		margin: 0 16px;
	}
	header.shrink .nav_link{
		top: 60px;
	}
	header.shrink .header_body {
		height: 100px;
		background:transparent;
	}
} 

.banner .owl-carousel .owl-item{
	border: 1px solid #fff;
	overflow:hidden;	
	border-radius: 10px;
}
.carousel-caption {
	position: absolute;
	bottom: 0 !important;
	right: 0px;
	left:0px;
	text-shadow: none;
	padding:0px;
	display:none;
}
.carousel-caption article {
	position: relative;
	bottom:0px;
	background: #17469e;
	text-align: center;
	width: 100%;
	transform: none;
	padding:15px;		
	color: #fff;
}
.carousel-caption article div{
	padding: 0px;
	margin-bottom: 0px;
    font-size: 25px;
    line-height: 30px;
	min-height:70px;
}
.carousel-caption article div h2 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin: 0px 0px 10px;
}
.carousel-caption article div h5 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
.carousel-caption article div p {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 0px;
}	
.carousel-caption a {
	position: relative;
	background-color: #f15f26;
	color: #fff;
	text-decoration: none;
	border: none;
	font-weight: 500;
	padding: 14px 25px;
	display: inline-block;
	margin:10px 5px;
	transition: 0.3s;
	text-transform: uppercase;
	line-height: 1;
	font-size: 18px;
	border-radius: 5px;
	border-bottom: 3px solid #c03600;
}
.carousel-caption a:hover {
	background-color: #000;
	border-bottom: 3px solid #000;
	color: #fff;
}
@media(min-width: 897px){
	.banner .ms-view{
		height: 560px !important;
	}
	.banner .ms-slide{
		height: 560px !important;
	}
	.banner .item{
		position: relative;
		height: 534px;
		background-color:#fff;	
	}
	.banner .item > a img{
		min-height: 100%;
		min-width: 100%;
		max-width: inherit;
		transition: .3s;
		width: 100%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		margin: auto;
	}
	header.shrink .site_logo {
		width: 160px !important;
		display: block;
	}
	header.shrink .header_body .top_link{
		padding: 10px 0px 0px 0px;
	}
	.nav_link .site_logo2, .nav_link .btn {
		display: none;
	}
}

@media (max-width: 1280px){
	.bannerWrapper{
		display:block;
	}
	.bannerWrapper .banner{
		max-width: none;
		margin-bottom: 30px;
	}
	.bannerWrapper .banner_right{
		max-width: none;
		padding-left:0px;
	}
	.bannerWrapper .banner_right .banner_mb {
        display: flex;
        gap: 20px;
    }
	.bannerWrapper .banner_right .banner_mb .resource_card, .bannerWrapper .banner_right .banner_mb .newsletter_card {
        width: 50%;
    }
	.banner .item {
		height: 670px;	
	}
	.banner .item > a img{
		min-width:100%;
	}
	.banner .owl-prev {
		left: -8px !important;
	}
	.banner .owl-next {
		right: -8px !important;
	}
}
@media (max-width: 1150px){
	.banner .item {
        height: 590px;
    }
	.banner-caption h2 {
		font-size: 25px;
	}
	.site_logo {
		width: 250px;
	}
	.nav_link li a{
		font-size: 18px;
	}
}
@media (max-width: 992px){
	header .nav_link {
		top: 50px;
	}
	.nav_link>ul>li {
		margin: 0 10px !important;
	}
	.nav_link li a {
		font-size: 16px !important;
	}
	header.shrink .site_logo {
		margin: 0px;
	}
	.banner .item {
        height: 520px;
    }
	.banner .item > a img {
        position: static;
        transform: translate(0, 0);
        min-width: initial;
        min-height: inherit;
        width: 100% !important;
    }
}
@media (max-width:991px){
	.banner {
        min-height: auto;
		margin-bottom:40px;
    }
	.banner .item {
        height: auto;
    }
}
@media (max-width:896px){
	.bannerWrapper .banner {
        min-height: auto;
		overflow: inherit;
		box-shadow: none;
    }
	.banner .item video{
		width:100%;
		margin-bottom: -9px;
	}
	.carousel-caption {
		position:relative;
	}
	.carousel-caption article div{
		font-size:18px;
	}
}
@media (max-width:767px){
	.banner {
        margin-bottom:20px;
    }
	.carousel-caption article {
		padding: 10px 0px 10px;
	}
	.carousel-caption article div {
		padding: 10px 15px;
	}
	.carousel-caption article div h2,.carousel-caption article div h5{
		margin: 0px 0px 5px;
	}
	.banner .owl-prev, .banner .owl-next{
		top: 45%;
	}
}
@media (max-width:575px) {
	.carousel-caption article div {
		margin-bottom: 0px;
	}
	.carousel-caption a {
		padding: 9px 45px 9px 20px;
		margin-top: 0px;
		font-size: 15px;
	}
	.carousel-caption a:after{
		top: 10px;
	}
	
}

.banner .owl-carousel .owl-nav.disabled{
	display:block;
}
.banner .owl-prev, .banner .owl-next {
    width: 37px;
    height: 37px;
}
.banner .owl-next {
    right: -20px;
}
.banner .owl-prev {
    left: -20px;
}
.banner .container{
	position: absolute;
	top: 50%;
	transform: translate(0,-40%);
	left: 0;	
	color: #fff;
	right: 0;
}

.banner_content{
	max-width: 900px
}	
.banner_content h2{
	font-size: 65px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	margin: 0 0 10px;
}
.banner_content p{
	font-size: 18px;
}	
.banner_content a{
	display: inline-block;
	margin: 20px 0 0;
	background-color: #58b5fb;
	border-radius: 100px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 6px 7px 6px 25px;
	position: relative;
	transition: 0.3s;
	border: 5px solid rgba(39, 116, 174, 0.3);
}
.banner_content a:hover{
	opacity: 0.9;
	transition: 0.3s;
}	
.banner_content a img{
	max-width: 35px;
	margin-left: 10px;
	display: inline-block !important;
}	
@media(max-width:991px){	
	.banner .owl-prev{
		left: -5px;
	}
	.banner .owl-next {
		right: -5px;
	}
}
.nav_icon,.nav_close{
	display: none;	
}

.nav_icon span{
	height: 0;
	width: 20px;
	border-bottom: #000 solid 2px;
	margin: 5px 0;
	display: block;
	transition: all 0.3s;
	position: relative;
}
.nav-open .nav_icon span:nth-child(1){
	transform: rotate(45deg);
	top: 4px;
}
.nav-open .nav_icon span:nth-child(2){
	display:none;
}
.nav-open .nav_icon span:nth-child(3){
	transform: rotate(-45deg);
	top: -3px;
}
/*@media(max-width:1250px){
	.banner .item {
		height: 480px;
	}
	.banner .container {
		transform: translate(0,-20%);
    }
	.banner_content h2 {
		font-size: 55px;
    }    
}*/

@media(max-width:896px){
	.banner_content a{
		margin: 0;	
		padding: 3px 4px 3px 20px;
	}
	.banner_content h2 {
		text-shadow: none;
		font-size: 25px;
	}
	.banner_content p{
		font-size: 16px;
	}
	header.shrink{
		background:#fff;
	}
	.nav_icon{
		display: inline-block;	
		cursor: pointer;
		color: #fff;
		font-size: 28px;
		float: right;
		color: #ffffff;
		margin: 0px 20px 0px 0px;
		line-height: 1;
	}
	.nav_link ul,.nav_link ul li{
		display: block;
	}
	.nav_link{
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color:#fff;
		z-index: 11111;
		display: none;
		overflow:auto;
	}
	header.shrink .header_body{
		height: 90px;
	}
	header .nav_link{
		top: 0;		
	}
	header.shrink .nav_link {
		margin-top: 0px !important;
	}
	header.shrink .site_logo {
        margin: 10px 0 0 15px;
    }
	.nav_link li a{
		display: block;
		text-align: center;	
		border: none !important;
		font-size: 25px !important;
		font-weight:600;
		color:#000;
		padding: 23px 0px;
	}
	.nav_link ul{
		position: relative;
		margin: 60px 0 0 0;
	}
	.nav_close{
		font-size: 25px;
		position: absolute;
		color: #000;
		right: 15px;
		top: 5px;
		display: block;
		cursor: pointer;
	}
	body.nav-open{
		overflow: hidden;
		height: 100%;
	}
}
@media (min-width: 897px) and (max-width: 1300px){
	.nav_link>ul>li {
		float: left;
		margin: 0 15px;
	}
}
@media(max-width:1100px){
	.top_link {
		font-size: 12px;
	}
	.nav_link>ul>li{
		margin: 0 10px;
	}
	.nav_link li a {
        font-size: 16px;
    }
}
@media(max-width:896px){
	.nav_icon {
		margin: 2px 20px 0px 15px;
	}
	.top_link{
		top: 15px;		
	}
	.top_link .nav_icon {
		display: inline-block !important;
	}
	.top_link a.btn1{
		position: relative;
		top: 10px;
		right: 15px;
	}
}

.grey_bg{
	background-color: #f5f5f5;	
}	

.capable_card{
	background-color: #fff;
	padding: 30px 20px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	color: #000;	
	margin: 25px 0 0;
	display: table;
	width: 100%;
}

.capable_card figure{
	width: 35%;	
	border-right: 1px solid #ccc;
	display: table-cell;
	vertical-align: middle;
}

.capable_card figure img{
	min-height: 85px;
}

.capable_card h5{
	overflow: hidden;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	padding:0;
	margin: 0;
	padding-left: 22px;
	line-height: 1.5;
	display: table-cell;
	width: 65%;
	vertical-align: middle;
} 

@media(max-width:1100px){
	.capable_card figure {
		width: 40%;
		text-align: center;
		padding-right: 15px;
	}
}

@media(max-width:767px){
	.capable_card{
		max-width: 500px;
		margin: 20px auto 0;	
	}
	.capable_card figure img{
		min-height: initial;	
	}
}

.exp_col h2{
	text-align: left;	
}

.exp_col h2:before{
	left: 0;
	margin: 0;
}

.fig_box{
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	margin: 30px 25px 0 0;
	padding: 20px;
	text-align: center;
}

.fig_box figure{
	display: inline-block;
	padding: 10px;
	width: 49%;
	line-height: 100px;
}

.exp_col ul{
	list-style-type: none;
	margin: 25px 0 0;
	padding: 0;	
}

.exp_col ul li{
	position: relative;
	padding-left: 35px;
	padding-bottom: 10px;
}

.exp_col ul li:before{
	content: "\f058";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 24px;
	color: #71c2ff;
}	

@media(max-width:767px){
	.exp_col h2{
		text-align: center;	
	}
	.exp_col h2:before{
		left: 50%;
		margin-left:-35px;
	}
	.fig_box{
		margin: 20px 0 25px;	
	}
}

.approach_section{
	background-image: url(../images/approach.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;	
}

.approach_section h2{
	color: #ffff;
}

.approach_card{
	background-color: #fff;
	padding: 40px 15px 20px;
	text-align: center;
	margin: 20px 0 0;
	min-height: 295px;
}

.approach_card figure{
	line-height: 120px;
}

.approach_card h3{
	margin: 15px 0;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 500;
}

.approach_card a{
	font-size: 16px;
	font-weight: 500;
	color: #56aae9;
	text-decoration: underline;
	padding: 0 0 3px;
}	

.ul_contact li{
	padding-left: 32px !important;	
}

.ul_contact li:before{
	content: "" !important;
	background-image: url(../images/insta.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 20px;	
	background-size: 18px;
	top: 4px !important;
}

.ul_contact li:nth-child(2):before{
	background-image: url(../images/mail.png);
}

.ul_contact li:nth-child(3):before{
	background-image: url(../images/phone-i.png);
}

.margin_s{
	margin-top: 52px !important;	
}

@media(max-width:767px){
	.margin_s{
		margin-top: 25px !important;
	}
}
.nav_link ul li ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	z-index:500;
	min-width:200px;
	display:none;
	border-radius: 10px;
    overflow: hidden;
}
.nav_link ul li ul.active {
	display:block;
}
.nav_link ul li ul li {
	display: block;
	float:none;
}
.nav_link ul li ul li a {
	font-weight:400;
	display: block;
	color:#fff;
	margin:0px 0px;
	text-align: left;
}
.nav_link ul li ul li a:hover {
	text-decoration: none;
}
.nav_link ul li ul li:last-child {
	border-bottom:none;
}
.hassub > a {
	cursor:pointer;
} 
@media (min-width:897px) {
	.nav_link ul li ul {
		display:none;
		background: #17469e;
	}
	.nav_link ul li:hover ul {
		display:block;
	}
	.nav_link ul li:last-child ul {
		right: 20px;
	}
	.nav_link ul li ul li {
		padding: 2px 12px;
		border-bottom: 1px dashed #fff;
	}
	.nav_link ul li ul li:hover {
		background:#fef200;
		color:#17469e;
	}
	.nav_link ul li ul li:hover a{
		color:#17469e;
	}
}
@media (max-width:896px) {
	li.hassub > a:after {
        content: '\F282';
        font-family: 'bootstrap-icons';
        font-size: 20px;
        color: #000;
        position: absolute;
        top: 28px;
        margin-left: 15px;
        font-weight: 600;
    }
	li.up > a:after {
		content: '\F286';
		font-family: 'bootstrap-icons';
		font-size: 20px;
		color: #000;
		position: absolute;
		top: 28px;
		margin-left: 15px;
		font-weight: normal;
	}
	.nav_link ul, .nav_link ul li ul {
	 border-top: none;
	}
	.nav_link ul{
	 border-bottom:none;
	}
	 .nav_link ul li ul {
	 position:static;
	}
	.nav_link ul li ul li a {
		font-size:20px !important;
		color: #000;
		text-align:center;
		padding: 15px 0px;
	}
}

@media(max-width:575px){
	.footer_left, .footer_right {
		text-align: center;
	}
}
.banner_right{
	padding-left: 45px;
    max-width: 400px;
    width: 100%;
}
.resource_card{
	position:relative;
	margin-bottom:25px;
}
.resource_card figure{
	position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0px 0px 15px 0px rgb(0, 0, 0, 0.2);
}
.resource_card figure img{
	width:100%;
	min-height:120px;
}
.resource_content{
	position: absolute;
    top: 20px;
    left: 20px;
    max-width: 230px;
    width: 100%;
}
.resource_content h3{
	font-size: 20px;
    font-weight: 600;
	margin-bottom: 5px;
	color:#fff;
    text-transform: uppercase;
}
.resource_content p{
	font-size: 20px;
    line-height: 25px;
	color:#fff;
	margin: 0px;
}
.newsletter_card{
	position: relative;
    border-radius: 10px;
    background: #17469e url(../images/newsletter_img.jpg) no-repeat;
	background-size: contain;
    background-position: right;
	min-height:120px;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0px 0px 15px 0px rgb(0, 0, 0, 0.2);
	margin-bottom:25px;
}
.newsletter_card:before{
	content: "";
    position: absolute;
	width:104px;
	height:106px;
	background:url(../images/newsletter_icon.png) no-repeat;
	bottom: 0px;
	left:0px;
}
.newsletter_content{
	position: absolute;
    top: 25px;
    left: 20px;
    max-width: 250px;
    width: 100%;
}
.newsletter_content h3{
	font-size: 35px;
    font-weight: 600;
	color:#fff;
    text-transform: uppercase;
	margin: 0px;
}
.newsletter_content p{
	font-size: 18px;
    line-height: normal;
	margin-bottom: 5px;
	color:#fff;
}
.events_card{
	position: relative;
	background:#f7faf9;
    border-radius: 10px;
	padding:15px;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0px 0px 15px 0px rgb(0, 0, 0, 0.2);
	min-height: 225px;
}
.events_card h3{
    position: relative;
	text-transform: uppercase;
    font-size: 20px;
	color:#17469e;
    margin: 0 0 10px;
    padding: 0px 0 6px;
    font-weight: 600;
}
.events_card h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #fef200;
}
.viewBtn{
	position: absolute;
    top: 10px;
    right: 10px;
    color: #17469e;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
.eventList{
	list-style:none;
	margin:0px;
	padding:0px;
}
.eventList li{
	display: flex;
	align-items: baseline;
    gap: 10px;
	border-bottom: 1px solid #c8d4e6;
    padding-bottom: 15px;
    margin-bottom: 13px;
}
.eventList li:last-child{
	border-bottom: none;
	margin-bottom: 0px;
    padding-bottom: 0px;
}
.eventList li .EventDate{
	background: #fef200;
    border-radius: 5px;
    padding: 2px;
    min-width: 50px;
	line-height: 15px;
    text-align: center;
	color: #000;
	text-transform:uppercase;
}
.eventList li .EventDate small{
	font-size:12px;
	font-weight:600;
}
.eventList li .EventDate strong{
	font-size:20px;
	font-weight:bold;
}
.eventList li p{
	color: #000;
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
	margin-bottom: 0px;
}
@media(max-width:767px){
	.resource_content h3{
		font-size: 16px;
	}
	.resource_content p {
		font-size: 16px;
		line-height: 18px;
	}
	.newsletter_content p {
		font-size: 16px;
	}
	.newsletter_content h3 {
		font-size: 25px;
	}
}
@media(max-width:575px){
	.bannerWrapper .banner_right .banner_mb {
        display: block !important;
    }
	.resource_card, .newsletter_card{
		width:100% !important;
	}
	.resource_content{
		top: 60px;
	}
}
@media (max-width: 480px) {
    .resource_content {
        top: 25px;
    }
}
@media (max-width: 360px) {
    .resource_content {
        top: 15px;
        left: 15px;
    }
}

.card_box{
	position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    border:none;
    box-shadow: 0px 0px 15px 0px rgb(0, 0, 0, 0.2);
	text-align:center;
	min-height: 340px;
}
.card_box figure{
	border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.card_box figure img{
	width:100%;
}
.card_box h2{
	margin:0px;
	font-size:18px;
	text-transform:uppercase;
}
@media (max-width:1200px){
	.card_box{
		min-height: 320px;	
	}
}
@media (max-width:991px){
	.card_box{
		min-height: auto;	
		margin-bottom: 35px;
	}
}

.homethreeBox_sec{
	padding: 40px 0px;
}

@media (max-width:480px){
    .top_link {
        padding: 5px 0px 0px 0px;
    }
    .site_logo {
        width: 120px !important;
    }
	.top_link a.spanish_btn {
        font-size: 13px;
        padding: 3px 6px;
		top:4px;
    }
	.nav_icon {
        margin: 2px 15px 0px 10px;
		width: 25px;
    }
	.site_logo {
        margin: 10px 0 0 10px;
    }
	.banner_sec {
        margin-top: 75px;
    }
}