@charset "utf-8";
/**********************************************************
 *                     Styles 2025 redesign 
 **********************************************************/
/* header bkg / navigation */
.header-bkg{
	background-image: url(../images/headers/header-bkg-home-2025.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	min-height: 700px;
	background-size: cover;
	position: relative;
}
.header-bkg.initiatives-page{
	background-image: url(../images/headers/header-initiatives-page.jpg);
}
.header-bkg.movebeyond-page{
	background-image: url(../images/headers/header-movebeyond-page.jpg);
}
.header-bkg::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(99, 90, 152, 0.6);
}
/* main navigation */
.header-bkg .main-navigation{
	background: transparent;
	    z-index: 100;
    position: relative;
}
.header-bkg .main-navigation li a{
	color: #fff;
}
.header-bkg .main-navigation-container .logo img{
	display: none;
}
.header-bkg .main-navigation-container .logo img.white-logo{
	display: block;
}

/* over header bkg */
.over-bkg-box{
	z-index: 2;
	position: absolute;
	left: 0;
	top: 35%;
	width: 100%;
}
.over-bkg-box.single{
	top: 50%;
}
.over-bkg-box h1{
	font-size: 44px;
	line-height: 54px;
}
.over-bkg-box h1,
.over-bkg-box h2,
.over-bkg-box h3,
.over-bkg-box h4,
.over-bkg-box h5,
.over-bkg-box h6,
.over-bkg-box p,
.over-bkg-box a{
    color: #fff;
}
.over-bkg-box p{
    font-size: 18px;
    line-height: 26px;
}
.over-bkg-box span{
	display: block;
    margin: 20px 0 0;
    color: #fff;
}
.over-bkg-box-logo{
    margin-bottom: 20px;
}
.over-bkg-box-logo img{
    max-width: 20%;
}
.text-shadow {
    text-shadow: 1px 1px 1px #000;
}
	/* Footer.new-footer */
footer.new-footer{
	color: #fff;
	background: #312782;
	padding: 60px 0 30px;
	position: relative;
}
footer.new-footer p a{
	color: #fff;
	text-decoration: underline;
}
footer.new-footer p a:hover{
	text-decoration: none;
}
footer.new-footer .funded-part{
	border-bottom: solid 1px #665bc4;
	padding: 20px 0;
	margin: 0 0 20px;
}
footer.new-footer .funded-part p{
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	margin: 0;
}
footer.new-footer .info-part{
	border-bottom: solid 1px #665bc4;
	padding-bottom: 20px;
	margin: 0 0 10px;
}
footer.new-footer .info-part h4{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 10px;
}
footer.new-footer .info-part  p{
	margin: 0;
	font-size: 13px;
}
footer.new-footer .copyright-part{
	font-size: 13px;
	color: #fff;
}

footer.new-footer .copyright-part ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
footer.new-footer .copyright-part li{
	display: inline-block;
	position: relative;
	margin-left: 10px;
}
footer.new-footer .copyright-part li:first-child{
	margin-left: 0;
}
footer.new-footer .copyright-part li::before{
	content: "|";
	position: absolute;
	right: -10px;
    top: -1px;
    font-size: 12px;
	color: #fff;
}
footer.new-footer .copyright-part li:last-child::before{
	content: "";
}
footer.new-footer .copyright-part li a{
	color: #fff;
}
footer.new-footer .copyright-part li a:hover{
	color: #fff;
	text-decoration: underline;
}

footer.new-footer .social-links{
	overflow: hidden;
}
footer.new-footer .social-links li{
	display: inline-block;
	margin: 0 0 0 5px;
}
footer.new-footer .social-links li:first-child{
	margin-left: 0;
}
footer.new-footer .social-links li a{
	display: inline-block;
	width: 30px;
	height: 27px;
	line-height: 30px;
	text-align: center;
}
footer.new-footer .social-links li a:hover .fab,
footer.new-footer .social-links li a .fab,
footer.new-footer .social-links li a .fa-brands{
	color: #fff;
	margin-top: 7px;
}
footer.new-footer .social-links .fab,
.footer.new-footer social-links .fab::before{
	text-rendering: optimizeLegibility;
}
footer.new-footer .isca{
	max-width: 60%;
	margin-top: 10px;
}
/* initiatives-box */
.initiatives-box{
	display: block;
	background: #fff;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	margin-bottom: 30px;
}
.initiatives-box .image{
	position: relative;
	overflow: hidden;
	display: block;
	padding: 27px 20px;
	background-color: #f6f9fc;
	    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.initiatives-box img{
	 -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.initiatives-box h5{
	color: #005095;
	margin-bottom: 10px;
	padding: 20px 15px 0;
	height: 58px;
	overflow: hidden;
	font-size: 18px;
    line-height: 20px;
	font-weight: 500;
}
.initiatives-box p,
.initiatives-box p a{
	color: #434d68;
	font-size: 13px;
	line-height: 20px;
}
.initiatives-box p{
	font-weight: 500;
	height: 75px;
	overflow: hidden;
	padding: 0 15px;
	margin: 0 0 30px;
}
.initiatives-box .learn-more{
	display: block;
	padding: 8px 0;
	text-align: center;
	color: #434d68;
	font-size: 14px;
	font-weight: 500;
	background: #fff;
	-webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}
.initiatives-box .learn-more span{
	position: relative;
}
.initiatives-box .learn-more span::after{
		display: none;
	position: absolute;
	    right: -18px;
    top: -1px;
	content: "\f061";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
}
.initiatives-box:hover .learn-more span::after{
	display: block;
}
.initiatives-box .image::before,
.initiatives-box .image::after{
	position: absolute;
    left: -50%;
    height: 15rem;
    content: '';
    width: 200%;
}
.initiatives-box .image::before{
	z-index: 3;
    bottom: -17.5rem;
	opacity: .7;
   -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: 25% 0;
    -ms-transform-origin: 25% 0;
    transform-origin: 25% 0;
    -webkit-transition: bottom .3s;
    transition: bottom .3s;
}
.initiatives-box .image::before{
	opacity: 1;
}
.image.blue-color::before{
	background: #005095;
}
.image.red-color::before{
	background: #c8102e;
}
.image.green-color::before{
	background: #509e2f;
}
.image.orange-color::before{
	background: #ff9e1b;
}
.image.white-color::before{
	background: #fff;
}
.initiatives-box .image::after{
	    z-index: 4;
    bottom: -15rem;
    background: #fff;
        -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    -webkit-transform-origin: 75% 0;
    -ms-transform-origin: 75% 0;
    transform-origin: 75% 0;
    -webkit-transition: bottom .3s;
    transition: bottom .3s;
}
.initiatives-box .image::after{
	background: #fff;
	/*border-top: solid 1px #f0f0f0;*/
}
.initiatives-box:hover .image::before{
    bottom: -18.5rem;
}
/* subscribe */
.subscribe-box{
	
	padding: 120px 0;
	position: relative;
}
.subscribe-box.home{
	background: #c80f2e;
}
/*.subscribe-box.home::after{
	content: "";
    position: absolute;
    left: 50%;
    bottom: -28px;
    z-index: 2;
    margin-left: -40px;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #c80f2e;
}*/
.subscribe-box.top-page{
	padding: 35px 0 70px;
}
.subscribe-box.big-space{
	margin: 0;
	padding: 14% 0;
}
.subscribe-box h3{
	color: #fff;
	font-size: 28px;
	margin: 0 0 5px;
}
.subscribe-box h4{
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 40px;
	padding: 0;
}
.subscribe-form,
.request-call{
	    background: #fff;
   -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    color: #32325d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-top: 10px;
}

.request-call{
	display: inline-block;
	font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .025em;
    color: #005095;
	text-decoration: none;
	padding: 9px 13px;
}
.request-call:hover{
	color: #005095;
}
.subscribe-form.active,
.request-call:hover{
	/*-webkit-box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);
    box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);*/
}
.subscribe-form .form-control{
	border: none;
    outline: none;
    margin: 0;
    padding: 9px 13px;
    background: transparent;
    font: inherit;
    color: #32325d;
	
	    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.subscribe-form .form-control:focus{
	outline: none;
	box-shadow: none;
}
.subscribe-form .submit-button{	
    margin: 0;
    border: none;
    outline: none;
    background: transparent;
    padding: 9px 13px;
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .025em;
    color: #fff;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    padding-left: 15px;
	background: #000;
}
.subscribe-form .submit-button:hover{
}
.email-privacy-notice{
	margin-top: 8px;
	color: #8898aa;
	font-size: 13px;
}
.email-privacy-notice p{
	margin: 0 0 0 14px;
}
.subscribe-box.home .email-privacy-notice p{
	color: #fff;
}
.subscribe-box.home .email-privacy-notice a{
	color: #fff;
}
.subscribe-box.home .email-privacy-notice a:hover{
	color: #fff;
}
/**/
.color-box{
	padding: 12% 0;
}
.color-box img{
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.color-box.globalirts-blue .triangle{
	border-top: 30px solid #312782;
}
.color-box.red{
	background: #c80f2e;
}
.color-box.red .triangle{
	border-top: 30px solid #c80f2e;
}
.shadow-img{
	background: #fff;
}
.green-tr-box {
    background: #c80f2e;
}
.green-tr-box .triangle {
    border-top: 30px solid #c80f2e;
}
/*spacing */
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.mb60{
	margin-bottom: 60px;
}
.mb65{
	margin-bottom: 65px;
}
.mb70{
	margin-bottom: 70px;
}
.mb80{
	margin-bottom: 80px;
}
.mb100{
	margin-bottom: 100px;
}
.mb110{
	margin-bottom: 110px;
}
.mb120{
	margin-bottom: 120px;
}
.mb150{
	margin-bottom: 150px;
}
.mb200{
	margin-bottom: 200px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.mt80{
	margin-top: 80px;
}
.mt100{
	margin-top: 100px;
}
.mt150{
	margin-top: 150px;
}

/* Mobile -sm */
@media (max-width: 767px) {
	footer.new-footer .isca{
		max-width: 45%;
		margin: 0 0 20px;
	}
	.subscribe-box.big-space{
    padding: 120px 0;
  }
  .subscribe-box .subscribe-form{
    margin-top: 20px;
     background: transparent;
         -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
  }
  .subscribe-box .subscribe-form .form-control{
    flex: none;
    width: 100%;
    text-align: center;
        background: #fff;
        -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    margin-bottom: 20px;
  }
  .subscribe-box .subscribe-form .submit-button{
    width: 100%;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .subscribe-box .email-privacy-notice p{
    text-align: center;
  }
}