@charset "utf-8";
/**********************************************************
 *                     Styles
 **********************************************************/
html,
body{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	color: #045258;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
	font-family: "Montserrat", sans-serif;
	background: #fff;
}
/*.container{
	max-width: 1200px;
}*/
/* mobile nav */
.mobile-main-nav{
	display: none;
}
/* */
.vertical-align-middle {
    align-items: center;
    display: flex;
    height: 100%;
}
.bkg-logo {
    max-width: 30%;
}
/* text styling */
.medium-font{
	
}
strong,
.bold-font{
	font-weight: 700;
}
.italic-font{
	
}
/* Box sizing */
*, 
*:before, 
*:after {
    box-sizing: border-box;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear-left{
	clear: left;
}
/* elments */
a{
	color: #045258;
	text-decoration: none;
}
a:hover,
a:focus{
	color: #045258;
	text-decoration: none;
}
a:not([href]):hover{
   text-decoration: none;
}
p{
	padding: 0;
	margin: 0 0 15px;
}
p.f16,
span.f16{
	font-size: 16px;
	line-height: 26px;
}
p.f18{
	font-size: 18px;
	line-height: 28px;
}
p.f20{
	font-size: 20px;
	line-height: 30px;
}
img{
	border: none;
	max-width: 100%;
	height: auto;
}
ul{
	padding: 0;
	margin: 0;
}
ul.list,
ul.list-ul,
ol.list{
	margin: 0 0 20px 20px;
	padding: 0;
}
ul ol.list{
	margin: 10px 0 20px 20px;
}
ul.list ul{
	margin-top: 10px;
}
ul.list li,
ul.list-ul li,
ol.list li{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}
ul.lower-alpha,
ul.lower-roman{
	margin-left: 20px;
	margin-top: 5px;
}
ul.lower-alpha{
	list-style: lower-alpha;
}
ul.lower-roman{
	list-style: lower-roman;
}
/**/
p.have-icon{
	padding-left: 30px;
	position: relative;
}
p.have-icon.inb{
	display: inline-block;
	
}
p.have-icon.check.inb{
	margin: 18px 0;
}
p.have-icon::before{
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
}
p.have-icon.check::before{
	content: "\f058";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
/* H tags */
h1,
h2,
h3,
h4, 
h5, 
h6{
	line-height: normal;
	color: #045258;
	padding: 0;
	margin: 0 0 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 26px;
}
h4{
	font-size: 22px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}
.uppcase{
	text-transform: uppercase;
}
.blue-text{
	color: #00adee;
}
.orange-text{
	color: #ff6900!important;
}
/* responsive iframe */
.iframe-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; 
}
.iframe-container iframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}
/* Placeholder */
::-webkit-input-placeholder{
	color: #525f80!important;
	font-family: "TypeType-Regular"!important;
	opacity: 1!important;
}
::placeholder {
	color: #525f80!important;
	font-family: "TypeType-Regular"!important;
	opacity: 1!important;
}
:-ms-input-placeholder {
	color: #525f80!important;
	font-family: "TypeType-Regular"!important;
	opacity: 1!important;
}

/* form elements */
input.form-control,
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"]{
	width: 100%;
	border: none;
	padding: 8px;
	font-size: 15px;
	color: #15357b;
	font-family: 'Inter', sans-serif;
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
   -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	transition: none;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="tel"]:hover{
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus{
	color: #15357b;
	border: none;
	box-shadow: rgba(58, 151, 212, 0.28) 0px 0px 4px 4px;
	-webkit-box-shadow: rgba(58, 151, 212, 0.28) 0px 0px 4px 4px;
	-moz-box-shadow: rgba(58, 151, 212, 0.28) 0px 0px 4px 4px;
  }
/* fix */
.contribute input.form-control,
.contribute input[type="text"],
.area input.form-control,
.area input[type="text"]{
	float: left;
}
input[type="checkbox"],
input[type="radio"]{
	padding: 0;
	margin: 0;
	position: relative;
	top: 1px;
}
input[type="checkbox"] + label{
    display: inline-block;
    margin: 0 0 0 10px;
}
.styled-select {
	width: 100%;
	height: 35px;
	overflow: hidden;
	background: #fff url("../images/select-arrow.jpg") no-repeat 94% 13px;
	border: none;
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
   -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.styled-select select {
	background: transparent;
	width: 100%;
	padding: 0 30px 0 10px;
	color: #15357b;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	border: 0;
	border-radius: 0;
	height: 36px;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
}
textarea{
	color: #000;
    font-size: 14px;
	width: 100%;
	height: 290px;
	padding: 10px;
	background: #fff;
	border: solid 1px #ccc;
	 -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	resize: vertical;
}

/* spaces */
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt80{
	margin-top: 80px;
}
.mt100{
	margin-top: 100px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.mb60{
	margin-bottom: 60px;
}
.mb80{
	margin-bottom: 80px;
}
.mb100{
	margin-bottom: 100px;
}
.mb150{
	margin-bottom: 150px;
}
.mb200{
	margin-bottom: 200px;
}

.special-button{
	display: inline-block;
	cursor: pointer;
	border: 0;
	width: auto;
	color: #fff!important;
	background: #FF595A;
	font-size: 15px;
	text-decoration: none!important;
	font-weight: 900;
		padding: 20px 40px;
	 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.special-button:hover{
	color: #045258!important;
	transform: skew(-10deg);
}
/* Site buttons */
input[type="submit"],
.site-button{
	position: relative;
	display: inline-block;
	cursor: pointer;
	border: 0;
	width: auto;
	font-size: 14px;
	text-decoration: none!important;
	font-weight: 700;
		padding: 11px 60px;
	 -webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	-webkit-transition: all 2s ease;
    transition: all 2s ease;
	/*box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08)*/
}
.site-button.gapw{
	color: #045258;
	border: solid 1px #045258;
}
.btns-box a.site-button{
	display: inline-block;
	margin: 0 10px 30px;
}
a.arrow{
	position: relative;
}
a.site-button::after,
button.site-button::after,
a.arrow::after{
	display: none;
	position: absolute;
	right: 37px;
    top: 11px;
	content: "\f061";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
a.arrow::after{
	right: -20px;
    top: 0;
}
a.site-button:hover::after,
button.site-button:hover::after,
a.arrow:hover::after{
	display: block;
}
/*
 a.site-button::after,
button.site-button::after{
	position: absolute;
	right: 42px;
    top: 11px;
	content: "\f105";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	transition: all ease-in .25s;
}
a.site-button:hover::after,
button.site-button:hover::after{
	display: block;
	content: "\f061";
	right: 37px;
    top: 11px;
}
 */
.site-button.right{
	float: right;
}
.site-button.tall{
	padding: 15px 30px;
}
.filter-box .site-button.gray{
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #aab7c4;
	background: transparent;
	border: solid 1px #aab7c4;
	position: relative;
	top: 2px;
	padding: 5px 0;
}
.site-button.black,
.triangle-box .site-button.black{
	color: #fff;
	background: #000;
	border: solid 2px #000;
}
.site-button.green-whitebackground{
	color: #509e2f;
	background: #fff;
	border: solid 2px #fff;
}
.site-button.green-whitebackground-greenborder{
	color: #509e2f;
	background: #fff;
	border: solid 2px #509e2f;
}
.site-button.green-greenbackground{
	color: #fff;
	background: #509e2f;
	border: solid 2px #509e2f;
}
.site-button.green-greenbackground-whiteborder{
	color: #fff;
	background: #509e2f;
	border: solid 2px #fff;
}
.site-button.green-transparent{
	color: #509e2f;
	background: transparent;
	border: solid 2px #509e2f;
}
.site-button.green-transparent.mt-green{
	color: #198677;
	border: solid 2px #198677;
}
.site-button.blue-whitebackground-blueborder{
	color: #005095!important;
	background: #fff;
	border: solid 2px #005095;
}
.site-button.blue-transparentbackground-blueborder{
	color: #005095!important;
	background: transparent;
	border: solid 2px #005095;
}
.site-button.white-bluebackground-whiteborder{
	color: #fff;
	background: #005095;
	border: solid 2px #fff;
}
.slide-share-anual-report .site-button.blue-whitebackground-blueborder{
	display: none;
}
.site-button.white-whitebackground{
	color: #f37021;
	background: #fff;
	border: solid 2px #fff;
}
.site-button.white-whitebackground-orangeborder{
	color: #f37021;
	background: #fff;
	border: solid 2px #f37021;
}
.site-button.white-redbackground-redborder{
	color: #fff;
	background: #c8102e;
	border: solid 2px #c8102e;
}
.site-button.white-redbackground-whiteborder{
	color: #fff;
	background: #c8102e;
	border: solid 2px #fff;
}
.site-button.transparent-orangeborder{
	color: #f37021;
	background: transparent;
	border: solid 2px #f37021;
}
.site-button.orange-transparent{
	color: #ff9e1b;
	background: transparent;
	border: solid 2px #ff9e1b;
}
.site-button.blue-transparent{
	color: #005095;
	background: transparent;
	border: solid 2px #005095;
}
.site-button.red-transparent{
	color: #c8102e;
	background: transparent;
	border: solid 2px #c8102e;
}
.site-button.white-transparent{
	color: #fff;
	background: transparent;
	border: solid 2px #fff;
}
.site-button.yellow-transparent-yellowborder{
	color: #ffed00;
	background: transparent;
	border: solid 2px #ffed00;
	margin-top: 35px;
}
.footer-col.isca-contacts .site-button{
	color: #8898aa;
	font-size: 12px;
	height: 25px;
	line-height: 23px;
	padding: 0 25px;
	border: solid 2px #c4cdd5;
	background: transparent;
}
table.pricing-table .site-button.green-transparent{
	display: block;
	text-align: center;
	width: 100%;
	padding: 5px 0;
	margin: 10px 0 7px;
}
.button-box-mobile .site-button.white-bluebackground-whiteborder{
	margin-right: 10px;
}
/* hover */
.site-button:hover{	
	text-decoration: none;
	/*-webkit-transform: translateY(-1px);
    transform: translateY(-1px);*/
}
.site-button:hover{
	/*color: hsla(0,0.0%,100%,.7);*/
}
.filter-box .site-button.gray:hover{
	color: #32325d;
	border-color: #32325d;
	webkit-transform: translateY(0);
    transform: translateY(0);
}
.footer-col.isca-contacts .site-button:hover{
	color: #fff;
	background: #8898aa;
	border: solid 2px #8898aa;
}
/* focus */
.site-button:focus{
}

/*white-box*/
.white-box{
	padding: 30px 50px;
	background: #fff;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.white-box.p30{
	padding: 30px;
}
.white-box.p15{
	padding: 15px;
}
.gray-bkg {
    background: #f0f0f0;
    padding: 20px 0;
}

/* header bkg / navigation */
.header-bkg{
	background-image: url(../images/ISCA_Homepage-Header_6-1920x1080.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 700px;
	background-size: cover;
	position: relative;
}
.header-bkg::before,
.paralax-box::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(21, 61, 138, 0.6);
}
.navigation{
	overflow: hidden;
	    position: relative;
    z-index: 2;
	padding: 20px 0;
}
.navigation.sticky{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #153D8A;
	z-index: 100;
	box-shadow: 1px 1px 16px rgb(0 0 0 / 15%);
	-webkit-box-shadow: 1px 1px 16px rgb(0 0 0 / 15%);
}
.header-gradient-bkg .navigation{
	background: transparent;
	    z-index: 100;
    position: relative;
}
.navigation .logo{
	width: 15%;
	float: left;
}
.navigation .logo img,
footer .logo img{
	display: inline-block;
	width: 100%;
}
.navigation .logo img{
	width: 80%;
}
/*8.navigation .logo img.colored,
footer .logo img.white{
	display: none;
}
.navigation .logo:hover img.colored,
footer .logo:hover img.white{
	display: inline-block;
}
.navigation .logo:hover img.white,
footer .logo:hover img.colored{
	display: none;
}*/
.navigation .links{
	margin: 15px 0 0 0;
	padding: 0;
	float: right;
	list-style-type: none;
}
.navigation .links li{
	display: inline-block;
	margin: 0 0 0 35px;
}
.navigation .links li a{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.navigation .links li.active a,
.navigation .links li a:hover{
	color: #FBBA00;
	text-decoration: none;
	
}

/* over header bkg */
.over-bkg-box{
	z-index: 2;
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
}
.over-bkg-box.single{
	top: 50%;
}
.over-bkg-box h1,
.over-bkg-box h2,
.over-bkg-box p,
.over-bkg-box a{
    color: #fff;
}
.over-bkg-box p{
    font-size: 22px;
    line-height: 30px;
}
.over-bkg-box-logo{
    margin-bottom: 20px;
}
.over-bkg-box-logo img{
    max-width: 20%;
}
.text-shadow {
    text-shadow: 1px 1px 1px #000;
}
/* color box */
.color-box{
	position: relative;
	padding: 160px 0;
}
.color-box.top{
	padding: 160px 0 0;
}
.color-box.partners-funded{
	padding: 100px 0 60px;
}
.blue{
	background: #153D8A;
}
.yellow{
	background: #FBBA00;
}
.white{
	background: #fff;
}
.red{
	background: #c8102e;
}
.color-box li{
	margin-bottom: 15px;
}
.color-box h1,
.color-box h2,
.color-box h3,
.color-box h4,
.color-box h5,
.color-box h6,
.color-box p,
.color-box li,
.color-box p a{
	color: #fff;
}
.color-box.white h1,
.color-box.white h2,
.color-box.white h3,
.color-box.white h4,
.color-box.white h5,
.color-box.white h6,
.color-box.white p,
.color-box.white li,
.color-box.white p a,
.color-box .white-box h1,
.color-box .white-box h2,
.color-box .white-box h3,
.color-box .white-box h4,
.color-box .white-box h5,
.color-box .white-box h6,
.color-box .white-box p,
.color-box .white-box li,
.color-box .white-box p a{
	color: #045258;
}
.color-box p a{
	text-decoration: underline;
}
.color-box p a:hover{
	text-decoration: none;
}
.color-box img{
	    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.color-box img.no-br{
	   -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.color-box img.no-br.full{
	width: 100%;
}
.color-box .white-box .gray-bkg img{
	    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/* circle img */
.circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative;
    max-width: 80%;
    margin: 0 auto 30px;
    /*border: 1px solid #d7d7d7;*/
    overflow: hidden;
    z-index: 10;
	border: 10px solid #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.circle img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: auto;
}
.color-box .circle-name{
	color: #fcd669;
    text-transform: uppercase;
	margin-bottom: 10px;
}
.circle-desc{
	    font-size: 14px;
	padding: 0 15px;
    text-transform: uppercase;
}

/* quote  */
blockquote.under-circle{
	font-size: 22px;
	line-height: 30px;
	font-family: "TypeType-Medium";
	font-style: italic;
	color: #fff;
}
blockquote.under-circle::before,
blockquote.under-circle::after{
    content: "";
    display: inline-block;
    position: relative;
    width: 12px;
    height: 9px;
    top: -7px;
    background-image: url("../images/quotes.svg");
    background-size: 24px 9px;
}
blockquote.under-circle::before {
    background-position: 0 0;
    left: -7px;
    margin-left: -12px;
}
blockquote.under-circle::after {
    background-position: 100% 0;
    right: -7px;
}

/* logos */
.logos .item{
	padding: 0;
	margin-bottom: 30px;
}
.logos .image{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 190px;
	padding: 20px 0;
	background: #fff;
    text-align: center;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.logos .image img {
    width: 65%;
}
/* Footer */
footer {
	color: #FFFEFE;
	background: #045258;
	padding: 90px 0;
}
footer .copyw{
	color: #FFFEFE;
	font-weight: 500;
	font-size: 16px;
	margin-top: 20px;
}
footer ul{
	display: inline-block;
	list-style-type: none;
	margin-top: 20px;
}
footer ul li{
	display: inline-block;
	margin-left: 20px;
}
footer ul li a{
	font-size: 14px;
	font-weight: 500;
	color: #FFFEFE;
	    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
footer ul li a:hover{
	color: #FED16D;
}
/* news list */
.news-list{
	margin-bottom: 40px;
}
.news-list [class*="col-"] {
	margin-bottom: 50px;
}
.news-list [class*="col-"].no-mb{
	margin-bottom: 0;
}
.news-list .white-box{
    position: relative;
    background: #fff;
    padding: 15px;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	transition: all .15s ease;
}
.news-list .white-box:hover{
	/*-webkit-transform: translateY(-3px);
	transform: translateY(-3px);*/
	/*border: solid 1px #005095;*/
	text-decoration: none;
}
.news-list .white-box .image{
	position: relative;
	overflow: hidden;
	display: block;
	margin: -15px -15px 10px;
}
.news-list .white-box.wide .image{
	padding: 120px 0;
}
.news-list .white-box .image img{
	/*height: 185px;*/
	width: 100%;
	border-bottom: solid 1px #dcdcdc;
		-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.news-list .white-box .image::before,
.news-list .white-box .image::after	{
	position: absolute;
    left: -50%;
    height: 15rem;
    content: '';
    width: 200%;
}
.news-list .white-box .image::before{
	z-index: 3;
    bottom: -17.5rem;
	opacity: 1;
   -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;
}
.image.blue-color::before{
	background: #153D8A;
}
.image.yellow-color::before{
	background: #FBBA00;
}
.news-list .white-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;
}
.news-list .white-box:hover .image::before{
    bottom: -18.5rem;
}
.news-list .white-box .date{
	display: block;
	color: #ced4ce;
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 700;
}
.news-list .white-box .title{
	display: flex;
	align-items: center;
	color: #005095;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	text-transform: none;
	height: 85px;
	overflow: hidden;
	margin: 0 0 10px;
}
.news-list .white-box .title:hover{
	text-decoration: none;
}
.news-list .white-box .org{
	font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    display: block;
    min-height: 37px;
}
.news-list .white-box .more{
	float: right;
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #005095;
	position: relative;
	padding-right: 18px;
}
.news-list .white-box .more::after{
		display: none;
	position: absolute;
	right: 0;
    top: 1px;
	content: "\f061";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
}
.news-list .white-box:hover .more::after{
	display: block;
}
.more-link{
	color: #8898aa;
}
.more-link:hover{
	color: #005095;
}
/* detail */
.news-details img{
	width: 100%;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.news-text{
	font-size: 16px;
	line-height: 24px;
	margin-top: 30px;
}
.news-text ul{
	margin-left: 20px;
	margin-bottom: 20px;
}
.news-text ul li{
	list-style-type: disc;
	margin-top: 10px;
}
.news-text ul li:first-child{
	margin-top: 0;
}
.news-text ol{
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 0;
}
.news-text ol li{
	margin-top: 10px;
}
.news-text ol li:first-child{
	margin-top: 0;
}
.news-info .date,
.news-info .author{
	font-size: 14px;
	font-family: 'TypeType-Medium';
}
.news-info .date{
	font-size: 13px;
	color: #022944;	
}
.news-text-info{
	position: relative;
	overflow: hidden;
	font-size: 15px;
	padding: 20px 0 0;
	margin: 30px 0 50px;
}
.news-text-info::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	height: 2px;
	width: 100%;
	background: #e4e4e4;
	opacity: 0.8
}
.news-text-info .date{
	float: left;
}
.news-text-info .social-share{
	float: right;
}
/* white-rounded-box */
.white-rounded-box{
	padding: 20px;
	background: #fff;
	border: 1px solid #e9eaec;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	box-shadow: 0 5px 30px -10px rgb(18 63 82 / 60%);
		-webkit-box-shadow: 0 5px 30px -10px rgb(18 63 82 / 60%);
}
.white-rounded-box.inside40{
	padding: 40px;
}
.news-text-info,
.news-info .author,
.white-rounded-box.news-details h2,
.white-rounded-box p,
.white-rounded-box li,
.white-rounded-box a{
	color: #045258;
}
.white-rounded-box.plus-triangle{
	position: relative;
}
.white-rounded-box.plus-triangle::after{
	content: '';
	position: absolute;
	bottom: -60px;
	left: 50%;
	height: 0;
	width: 0;
	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 30px solid #fff;
}
.white-rounded-box.plus-triangle.last{
	margin-bottom: 100px;
}
.white-rounded-box.plus-triangle.last::after{
	content: none;
}

/* awards tables */
.table-striped{
	overflow: hidden;
	border: solid 1px #dddddd;
	border-width: 0 1px 1px 1px;
	margin: 20px 0;
	color: #fff;
}
.table-striped tr th:first-child,
.table-striped tr th:first-child + th,
.table-striped tr td:first-child,
.table-striped tr td:first-child + td{
	border-right: 1px solid #dddddd;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.1);
}
.table-striped.winners-table > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.awards-timeline{
	margin: 80px 0 40px;
	overflow: hidden;
	border: solid 1px #dddddd;
	border-width: 0 1px 1px 1px;
}
.awards-timeline tr th,
.awards-timeline tr td,
.awards-timeline tr td a{
	color: #fff;
}
.awards-timeline tr td a{
	text-decoration: underline;
}
.awards-timeline tr td a:hover{
	text-decoration: none;
}
.awards-timeline tr td:first-child{
	width: 15%;
	text-align: center;
	border-right: 1px solid #dddddd;
}
.awards-timeline tr td:first-child + td{
	width: 85%;
}
/* agenda */
.awards-timeline.agenda{
	margin: 50px 0 0;
}
.awards-timeline.agenda tr td:first-child{
	width: 10%;
	text-align: center;
}
.awards-timeline.agenda tr td:first-child + td{
	width: 90%;
}

/* video box */
.video-box{
     padding: 15px;
         -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.video-box.white{
     background: #fff;
}
.video-box.green{
	background: #045258;
}

/* header */
header{
	padding: 10px 0;
}
.header-links{
	margin-top: 20px;
}
.header-links li{
	display: inline-block;
	padding: 0 20px;
}
.header-links li a{
	color: #045258;
	font-size: 16px;
	font-weight: 300;
	position: relative;
}
.header-links li a:hover{
	color: #FF595A;
	    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
.header-bottom-navigation{
	background: #e9eaec;
}
.header-bottom-navigation li{
	display: inline-block;
}
.header-bottom-navigation li a{
	font-size: 18px;
	display: inline-block;
	padding: 15px 17px;
}
.header-bottom-navigation li a:hover{
	color: #f57a20;
}
.custom-logo-link{
	transition: all 0.1s ease-in-out;
}
.custom-logo-link img{
	transition: transform 0.2s, filter 0.2s ease-in-out;
}
.lunaria{
	display: inline-block;
	margin-top: 20px;
}

/**/
.mobile-header{
	display: none;
}
.mobile-header .custom-logo-link img{
	margin-top: 30px;
}
.mobile-header a.menu-button{
	display: block;
    background: #fff;
    color: #fff;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
}
.mobile-header a.menu-button span{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 0 30px;
}
.mobile-header a.menu-button span::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "\f0c9";
	font-weight: 700;
	color: #000;
	font-family: "Font Awesome 5 Free";
}
.mobile-header .collapse{
	background: #fff;
	z-index: 10;
	padding: 10px 0 30px;
}
.mobile-header .header-social{
	float: none;	
}
.mobile-header .header-social li{
	margin: 0 6px;
}
.mobile-header .header-social a{
	background-color: #fff;
	padding: 10px 15px;
	
}
.mobile-header .header-social li a i{
	font-size: 16px;
}
.mobile-header-links{
	margin-bottom: 20px;
	text-align: center;
}
.mobile-header-links li{
	display: block;
	border-bottom: solid 1px #E0E0E0;
}
.mobile-header-links li a{
	display: block;
	padding: 15px 20px;
	font-weight: 300;
	font-size: 14px;
	color: #045258;
}
/* partners */
.partners-logos{
	list-style-type: none;
	overflow: hidden;
}
.partners-logos li{
	float: left;
	width: 12%;
	margin: 0 0 0 30px;
	text-align: center;
}
.partners-logos li:first-child{
	margin:  0;
}
.partners-logos li a{
	
}
.partners-logos li a img{
	aspect-ratio: 3/2;
	object-fit: contain;	
}

/* funded */
.funded-by{
	margin-top: 100px;
}
.funded-by p{
	color: #045258!important;
	font-size: 16px;
	line-height:30px;
	font-weight: 300;
}

/* gap tables */
.table-gap{
	overflow: hidden;
	border: solid 1px #045258;
	border-width: 1px 0 0 1px;
	margin: 40px 0;
	color: #045258;
}
.table-gap tr th,
.table-gap tr td{
	padding: 10px;
	border-bottom: 1px solid #045258;
	width: 70%;
}
.table-gap tr th:first-child,
.table-gap tr td:first-child{
	width: 30%;
	vertical-align: top;
}
.table-gap tr th:first-child,
.table-gap tr th:first-child + th,
.table-gap tr td:first-child,
.table-gap tr td:first-child + td{
	border-right: 1px solid #045258;
}

.table-gap > tbody > tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.1);
}
