@charset "utf-8";
/**********************************************************
 *                     Styles
 **********************************************************/
html,
body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	/*color: #525f80;*/
	color: #434d68;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
	font-family: 'TypeType-Regular';
}
body{
	background: #f6f8fa;
	/*background: #005095;*/
}
.inverted-page{
	background-color: #005095;
}
.white-bkg{
	background: #fff;
}
/* font-face */
@font-face {
	font-family: "TypeType-Thin";
	src: url("/fonts/TypeType-TT-Norms-Pro-Thin.ttf"),
	url("/fonts/TypeType-TT-Norms-Pro-Thin.otf") format("opentype");
}
@font-face {
	font-family: "TypeType-Thin-Italic";
	src: url("/fonts/TypeType-TT-Norms-Pro-Thin-Italic.ttf"),
	url("/fonts/TypeType-TT-Norms-Pro-Thin-Italic.otf") format("opentype");
}
@font-face {
	font-family: "TypeType-ExtraLight";
	src: url("/fonts/TypeType-TT-Norms-Pro-ExtraLight.ttf"),
	url("/fonts/TypeType-TT-Norms-Pro-ExtraLight.otf") format("opentype");
}
@font-face {
	font-family: "TypeType-ExtraLight-Italic";
	src: url("/fonts/TypeType-TT-Norms-Pro-ExtraLight-Italic.ttf"),
	url("/fonts/TypeType-TT-Norms-Pro-ExtraLight-Italic.otf") format("opentype");
}
@font-face {
	font-family: "TypeType-Light";
	src: url("/fonts/TypeType-TT-Norms-Pro-Light.ttf"),
	url("/fonts/TypeType-TT-Norms-Pro-Light.otf") format("opentype");
}
@font-face {
	font-family: "TypeType-Pro-Light-Italic";
	src: url("/fonts/TypeType-TT-Norms-Pro-Light-Italic.ttf"),
	url("/fonts/TypeType-TT-Norms-Pro-Light-Italic.otf") format("opentype");
}
@font-face {
	font-family: "TypeType-Regular";
	src: url("/fonts/TypeType-TT-Norms-Pro-Regular.ttf"),
	url("/fonts/TypeType-TT-Norms-Pro-Regular.otf") format("opentype");
}
@font-face {
	font-family: "TypeType-Regular-Italic";
	src: url("/fonts/TypeType-TT-Norms-Pro-Italic.ttf"),
	url("/fonts/TypeType-TT-Norms-Pro-Italic.otf") format("opentype");
}
@font-face {
	font-family: "TypeType-Medium";
	src: url("/fonts/TypeType-TT-Norms-Pro-Medium.ttf"),
	url("/fonts/TypeType-TT-Norms-Pro-Medium.otf") format("opentype");
}
@font-face {
	font-family: "TypeType-Medium-Italic";
	src: url("/fonts/TypeType-TT-Norms-Pro-Medium-Italic.ttf"),
	url("/fonts/TypeType-TT-Norms-Pro-Medium-Italic.otf") format("opentype");
}
@font-face {
	font-family: "TypeType-Bold";
	src: url("/fonts/TypeType-TT-Norms-Pro-Bold.ttf"),
	url("/fonts/TypeType-TT-Norms-Pro-Bold.otf") format("opentype");
}
@font-face {
	font-family: "TypeType-Bold-Italic";
	src: url("/fonts/TypeType-TT-Norms-Pro-Bold-Italic.ttf"),
	url("/fonts/TypeType-TT-Norms-Pro-Bold-Italic.otf") format("opentype");
}
@font-face {
	font-family: "TypeType-ExtraBold";
	src: url("/fonts/TypeType-TT-Norms-Pro-ExtraBold.ttf"),
	url("/fonts/TypeType-TT-Norms-Pro-ExtraBold.otf") format("opentype");
}
@font-face {
	font-family: "TypeType-ExtraBold-Italic";
	src: url("/fonts/TypeType-TT-Norms-Pro-ExtraBold-Italic.ttf"),
	url("/fonts/TypeType-TT-Norms-Pro-ExtraBold-Italic.otf") format("opentype");
}
@font-face {
	font-family: "TypeType-Black";
	src: url("/fonts/TypeType-TT-Norms-Pro-Black.ttf"),
	url("/fonts/TypeType-TT-Norms-Pro-Black.otf") format("opentype");
}
@font-face {
	font-family: "TypeType-Black-Italic";
	src: url("/fonts/TypeType-TT-Norms-Pro-Black-Italic.ttf"),
	url("/fonts/TypeType-TT-Norms-Pro-Black-Italic.otf") format("opentype");
}
@font-face {
	font-family: "TypeType-ExtraBlack";
	src: url("/fonts/TypeType-TT-Norms-Pro-ExtraBlack.ttf"),
	url("/fonts/TypeType-TT-Norms-Pro-ExtraBlack.otf") format("opentype");
}
@font-face {
	font-family: "TypeType-ExtraBlack-Italic";
	src: url("/fonts/TypeType-TT-Norms-Pro-ExtraBlack-Italic.ttf"),
	url("/fonts/TypeType-TT-Norms-Pro-ExtraBlack-Italic.otf") format("opentype");
}
/* text styling */
.medium-font{
	font-family: "TypeType-Medium";
}
.bold-font{
	font-family: "TypeType-Bold";
}
.italic-font{
	font-family: "TypeType-Regular-Italic";
}
.italic-extrablack-font{
	font-family: "TypeType-ExtraBlack-Italic";
}
.extrablack-font{
	font-family: "TypeType-ExtraBlack";
}
/* elements */
a{
	/*color: #005095; */
	color: #0d67c8;
	text-decoration: none;
}
a:hover,
a:focus{
	color: #005095;
	text-decoration: none;
}
a:not([href]):hover{
   text-decoration: none;
}
a.no-color{
	color: #434d68;
}
.fa-arrow-right{
	margin-left: 5px;
	font-size: 12px;
}
p{
	padding: 0;
	margin: 0 0 20px;
}
p.f16,
span.f16,
ul.list.f16 li{
	font-size: 16px;
	line-height: 26px;
}
p.f18,
ul.list.f18 li,
.paralax-box p.f18{
	font-size: 18px;
	line-height: 28px;
}
p.f20{
	font-size: 20px;
	line-height: 30px;
}
p.f24{
	font-size: 24px;
	line-height: 34px;
}
.white-text{
	color: #fff;
}
.text-shadow{
	text-shadow: 1px 1px 1px #000;
}
img {
    max-width: 100%;
    height: auto;
}
ul{
	padding: 0;
	margin: 0;
}
strong{
	font-family: "TypeType-Medium";
}
em{
	font-family: "TypeType-Regular-Italic";
}
h1 em{
	font-family: "TypeType-Bold-Italic";
}
hr.small-line{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 20%, rgba(247,247,247,1) 50%, rgba(247,247,247,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 20%,rgba(247,247,247,1) 50%,rgba(247,247,247,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 20%,rgba(247,247,247,1) 50%,rgba(247,247,247,1) 80%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	height: 1px;
	width: 80%;
	margin: 80px auto 80px;
}
.uppcase{
	text-transform: uppercase;
}
.blue{
	color: #005095; 
}
.gray{
	color: #7c7c7c;
}
.site-mb{
	margin-bottom: 20px;
}
.mr10{
	margin-right: 10px;
}
.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;
}
.mt-30{
	margin-top: -30px;
}
.small-space{
	padding: 5% 0;
}
.small-space.top{
	padding: 5% 0 0;
}
.small-space.bottom{
	padding: 5% 0 7%;
}
.medium-space{
	padding: 7% 0 5%;
}
.medium-space.top{
	padding: 7% 0 0;
}
.big-space{
	padding: 10% 0;
}
.big-space.bottom{
	padding: 0 0 10%;
}
.big-space.top{
	padding: 10% 0 0;
}
.bigest-space{
	padding: 12% 0;
}
.space15{
	padding: 15% 0;
}
.space15.bottom10{
	padding: 15% 0 10%;
}
.space20{
	padding: 20% 0;
}
.space23{
	padding: 23% 0 20%;
}
.d-flex.align-items-center{
	height: 100%;
}
.newsletter-space{
	padding: 80px 0 50px;
}
.heading-only-space{
	margin: 160px 0 100px;
}
/* vertical-align-middle */
.vertical-align-middle{
	align-items: center;
    display: flex;
	height: 100%;
}
/* vertical-align-bottom */
.vertical-align-bottom{
	display: flex;
	height: 100%;
	align-items: flex-end;
}
/* tables */
table{
	margin-bottom: 0;
}
.table-striped tbody tr:nth-of-type(odd){
	background: #f9f9f9; /*fbfbfb*/
}
table th,
table td{
	color: #434d68;
}
table th{
	font-family: "TypeType-Bold";
}
table td.vertical-middle{
	vertical-align: middle;
}
/* list */
ul.list{
	margin-left: 20px;
	margin-bottom: 20px;
}
ul.list li{
	list-style-type: disc;
	margin-top: 10px;
	padding: 0;
}
ul.list li:first-child{
	margin-top: 0;
}
ul.list.f16 li,
ol.list.f16 li{
	font-size: 16px;
	line-height: 24px;
}
ol.list{
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 0;
}
ol.list li{
	margin-top: 10px;
}
ol.list li:first-child{
	margin-top: 0;
}
ul.list.check li{
	list-style-type: none;
	position: relative;
	padding-left: 35px;
}
ul.list.check li::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "\f058";
	font-size: 20px;
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
}
/* H tags */
h1,
h2,
h3,
h4, 
h5, 
h6{
	line-height: normal;
	color: #005095;
	padding: 0;
	margin: 0 0 20px;
	font-family: "TypeType-Bold";
}
h1{
	font-size: 30px;
}
h1.big,
h1.f40{
	font-size: 40px;
}
.medium-font{
	font-family: "TypeType-Medium";
}
.white-box h1{
	margin: 20px 0;
}
h1.mb10{
	margin-bottom: 10px;
}
h1 a{
	color: #434d68;
}
h2{
	font-size: 26px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 22px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}
h5.uppcase.text-center{
	font-size: 12px;
	margin: 0 0 15px;
}
.double-heading-box h2{
	font-size: 30px;
}
.main-heading-box{
	margin: 125px 0 35px;
}
.main-heading-box.mb100{
	margin: 125px 0 100px;
}
.statutes-page .main-heading-box{
	margin-bottom: 80px;
}
/* Form elements - INPUT */
form{
	padding: 0;
	margin: 0;
}
input.form-control,
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"]{
	color: #434d68;
	font-size: 15px;
	font-family: "TypeType-Regular";
	width: 100%;
	border: none;
	padding: 8px;
	 -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: #434d68;
	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;
  }
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;
}
textarea{
	resize: vertical;
}

/* Login */
.form-login{
	margin: 10% 0;
}
.form-group{
	position: relative;
	padding-left: 30px;
	padding-bottom: 25px;
	border-left: solid 1px #ccc;
	margin-bottom: 0;
	-webkit-transition: border-color 0.3s; 
	transition: border-color 0.3s;
}
.form-group.lasty{
	padding-bottom: 0;
	border-left: none;
}
.form-group.clicked{
	border-left: solid 1px #0e76a8;
}
.form-group.lasty.clicked{
	border-left: none;
}
.form-group.actions{
	border: none;
	padding-bottom: 0;
	padding-left: 0;
	margin: 20px 0;
}
.form-group .number-order{
	position: absolute;
	left: -14px;
	top: -4px;
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background: #ccc;
	-webkit-transition: background-color 0.3s; 
	transition: background-color 0.3s;
}
.form-group.clicked .number-order,
.icheckbox_minimal-blue.checked .number-order{
	background: #0e76a8;
}
.form-group label {
	display: block;
}
.icheckbox_minimal-blue{
	top: -2px;
}
/* Site buttons */
input[type="submit"],
.site-button{
	position: relative;
	display: inline-block;
	cursor: pointer;
	border: 0;
	width: auto;
	font-size: 14px;
	text-decoration: none;
	font-weight: 700;
	font-family: "TypeType-Medium";
		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)*/
}
a.arrow{
	position: relative;
}
a.site-button::after,
button.site-button::after,
a.arrow::after,
.financial-supporters-list .white-box .site-button::after,
.plus-arrow::after{
	display: none;
	position: absolute;
	right: 37px;
    top: 11px;
	content: "\f061";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
}
a.arrow::after,
.plus-arrow::after{
	right: -20px;
    top: 0;
}
a.site-button:hover::after,
button.site-button:hover::after,
a.arrow:hover::after,
a.arrow.still::after,
.financial-supporters-list .white-box:hover .site-button::after{
	display: block;
}
.plus-arrow{
	position: relative;
}
.plus-arrow::after{
	display: inline-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 Pro";
	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;
}
.financial-supporters-list .white-box .site-button{
	    -webkit-transition: none;
    transition: none;
}
.site-button.white-bluebackground-whiteborder,
.financial-supporters-list .white-box:hover .site-button{
	color: #fff;
	background: #005095;
	border: solid 2px #fff;
}
.financial-supporters-list .white-box:hover .site-button{
	border: solid 2px #005095;
}
.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!important;
	background: transparent;
	border: solid 2px #fff;
}
.site-button.gray-transparent{
	color: #434d68;
	background: transparent;
	border: solid 2px #E3E5EB;
}
.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{
}
/* Placeholder */
*::-webkit-input-placeholder {
	color: #aab7c4;
	font-weight: 300;
	font-style: normal;
	opacity: 1;
	font-size: 14px;
}
.contribute *::-webkit-input-placeholder{
	line-height: 28px;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #aab7c4;
	font-weight: 300;
	font-style: normal;
	opacity: 1;
	font-size: 14px;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #aab7c4;
	font-weight: 300;
	font-style: normal;
	opacity: 1;
	font-size: 14px;
}
*:-ms-input-placeholder {
    /* IE 10+ */
	color: #aab7c4;
	font-weight: 300;
	font-style: normal;
	opacity: 1;
	font-size: 14px;
}
/* Header */
header{
	position: relative;
	z-index: 999;
}
header .logo-box{
	padding-left: 0px;
}
header .logo{
	float: left;
	display: inline-block;
	margin-top: 25px;
	width: 89px;
}
header .logo .inverted-logo,
.inverted-page header .logo .inverted-logo + img,
footer .logo .inverted-logo,
.dark-bkg footer .logo .inverted-logo + img{
	display: none;
}
.inverted-page header .logo .inverted-logo,
.dark-bkg footer .logo .inverted-logo{
	display: block;
}
.logo img{
	display: block;
}
.login-link{
	float: right;
	margin: 32px 0 0 24px;
}
.inverted-page .login-link{
	color: #fff;
}
.login-link:hover{
	text-decoration: none;
	color: #005095;
}
.inverted-page .login-link:hover{
	color: hsla(0,0%,100%,.5);
}
.login-link .bi-arrow-right-short{
	position: relative;
	top: -1px;
}
/* Header mnavigation */
.cd-morph-dropdown {
	z-index: 9998;
  position: relative;
  height: 60px;
  /*background-color: #FFFFFF;*/
}
.cd-morph-dropdown::before {
  /* never visible - used in JS to check mq */
  content: 'mobile';
  display: none;
}
.cd-morph-dropdown .nav-trigger {
  /* menu icon - visible on small screens only */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  /* replace text with icon */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-morph-dropdown .nav-trigger span, .cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
  /* these are the 3 lines of the menu icon */
  position: absolute;
  background-color: #1A1A1A;
  height: 3px;
  width: 26px;
}
.inverted-page .cd-morph-dropdown .nav-trigger span, .inverted-page .cd-morph-dropdown .nav-trigger span::after, .inverted-page .cd-morph-dropdown .nav-trigger span::before{
	background-color: #fff;
}
.cd-morph-dropdown .nav-trigger span {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.cd-morph-dropdown .nav-trigger span::before {
  -webkit-transform: translateY(-9px);
      -ms-transform: translateY(-9px);
          transform: translateY(-9px);
}
.cd-morph-dropdown .nav-trigger span::after {
  -webkit-transform: translateY(9px);
      -ms-transform: translateY(9px);
          transform: translateY(9px);
}
.cd-morph-dropdown.nav-open .nav-trigger span {
  background-color: transparent;
}
.cd-morph-dropdown.nav-open .nav-trigger span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cd-morph-dropdown.nav-open .nav-trigger span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cd-morph-dropdown .main-nav {
  display: none;
}
.cd-morph-dropdown .main-nav ul{
	margin: 0;
}
.cd-morph-dropdown .morph-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: transparent;
  /*box-shadow: inset 0 1px 0 #e6e6e6;*/
  /*background-color: #FFFFFF;*/
  
  -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.cd-morph-dropdown.nav-open .morph-dropdown-wrapper {
  display: block;
}
.cd-morph-dropdown .dropdown-list > ul{
	padding: 0;
	margin: 0;
}
.cd-morph-dropdown .dropdown-list > ul > li {
	list-style-type: none;
  margin-bottom: 3.3em;
  font-family: "TypeType-Medium";
}
.cd-morph-dropdown .label {
  display: none;
  font-size: 18px;
  color: #434d68;
  margin-bottom: 20px;
}
.cd-morph-dropdown .content li::after {
  clear: both;
  content: "";
  display: block;
}
.cd-morph-dropdown .gallery .content li {
  margin-bottom: 1.4em;
}
.cd-morph-dropdown .gallery .content a {
  display: block;
}
.cd-morph-dropdown .gallery .content a::before {
  /* icon on the left */
  content: '';
  display: inline-block;
  float: left;
  height: 54px;
  width: 54px;
  margin-right: .6em;
  background: red;
  border-radius: 50%;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.cd-morph-dropdown .gallery .content a span, .cd-morph-dropdown .gallery .content a em {
  display: block;
  line-height: 1.2;
}
.cd-morph-dropdown .gallery .content a em {
  font-size: 1.8rem;
  padding: .4em 0 .2em;
  color: #1A1A1A;
}
.cd-morph-dropdown .gallery .content a span {
  font-size: 1.4rem;
  color: #a6a6a6;
}
.cd-morph-dropdown .gallery .content a:hover::before {
  background-color: #1A1A1A;
}
.cd-morph-dropdown .links .content > ul > li {
  margin-top: 1em;
}
.cd-morph-dropdown .links-list a,
.cd-morph-dropdown .btn {
  display: block;
  margin-left: 14px;
  font-size: 2.2rem;
  line-height: 1.6;
}
.cd-morph-dropdown .links-list a:hover,
.cd-morph-dropdown .btn:hover {
  color: #1A1A1A;
}
.cd-morph-dropdown .content h2 {
  color: #a6a6a6;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 20px 0 10px 14px;
}

/*desktop */
@media only screen and (min-width: 992px) {
  .cd-morph-dropdown {
    width: 100%;
    background-color: transparent;
	border-bottom: none;
  }
  .cd-morph-dropdown::before {
    content: 'desktop';
  }
  .cd-morph-dropdown .nav-trigger,
  .dropdown-menu-wrap-mobile{
    display: none;
  }
  .cd-morph-dropdown .main-nav {
	float: right;
    display: inline-block;
  }
  .cd-morph-dropdown .main-nav > ul > li {
    display: inline-block;
    float: left;
  }
  .cd-morph-dropdown .main-nav > ul > li > span.capmenu,
  .cd-morph-dropdown .main-nav > ul > li > a {
	
    display: block;
    padding: 32px 28px 35px;
    color: #434d68;
    font-size: 16px;
	text-decoration: none;
	font-family: "TypeType-Bold";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
	.inverted-page .cd-morph-dropdown .main-nav > ul > li > span.capmenu,
	.inverted-page .cd-morph-dropdown .main-nav > ul > li > a{
	color: #fff;
  }
  .cd-morph-dropdown .main-nav > ul > li > span.capmenu{
	cursor: default;
  }
  .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li > a {
    /* main navigation hover effect - on hover, reduce opacity of elements not hovered over */
    /*opacity: .6;*/
  }
  .cd-morph-dropdown .main-nav > ul > li > span.capmenu:hover,
  .cd-morph-dropdown .main-nav > ul > li.no-dropdown > a:hover,
  .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
    /*opacity: 1;*/
	color: #005095;
  }
  .inverted-page .cd-morph-dropdown .main-nav > ul > li > span.capmenu:hover,
  .inverted-page .cd-morph-dropdown .main-nav > ul > li.no-dropdown > a:hover,
  .inverted-page .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
    color: hsla(0,0%,100%,.5)
  }
  .cd-morph-dropdown .morph-dropdown-wrapper {
    /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
    display: block;
    top: 70px;
    /* overwrite mobile style */
    width: auto;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    /* Force Hardware acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
	border-radius: 10px;
  }
  .cd-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .cd-morph-dropdown .dropdown-list {
    position: absolute;
    top: 10px;
    left: 0;
    visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform, width, height;
    -webkit-transition: visibility .3s;
    transition: visibility .3s;
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);*/
  }
  .no-csstransitions .cd-morph-dropdown .dropdown-list {
    display: none;
  }
  .cd-morph-dropdown .dropdown-list::before {
    /* dropdown top triangle */
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #FFFFFF;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
	z-index: 15;
  }
  .cd-morph-dropdown .dropdown-list > ul {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    /*overflow: hidden;*/
  }
  .cd-morph-dropdown.is-dropdown-visible .dropdown-list {
    visibility: visible;
    -webkit-transition: width .3s, height .3s, -webkit-transform .3s;
    transition: width .3s, height .3s, -webkit-transform .3s;
    transition: transform .3s, width .3s, height .3s;
    transition: transform .3s, width .3s, height .3s, -webkit-transform .3s;
  }
  .cd-morph-dropdown.is-dropdown-visible .dropdown-list::before {
    opacity: 1;
  }
  .cd-morph-dropdown .dropdown {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
  }
  .cd-morph-dropdown .dropdown.active {
    opacity: 1;
    visibility: visible;
  }
  .cd-morph-dropdown .dropdown.move-left .content {
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  .cd-morph-dropdown .dropdown.move-right .content {
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
  }
  .cd-morph-dropdown .label {
    /* hide the label on bigger devices */
    display: none;
  }
  .cd-morph-dropdown .content {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
    padding: 20px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    text-align: left;
  }
  .cd-morph-dropdown .content > ul::after {
    clear: both;
    content: "";
    display: block;
  }
.cd-morph-dropdown .content > ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
  }
  .cd-morph-dropdown .content > ul > li {
	font-size: 14px;
	display: block;
	margin-top: 10px;
  }
  .cd-morph-dropdown .content {
    /* you need to set a width for the .content elements because they have a position absolute */
    width: 400px;
	padding: 0;
	box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), 0 -18px 60px -10px rgba(0,0,0,.025);
	-webkit-box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), 0 -18px 60px -10px rgba(0,0,0,.025);
  }
  .cd-morph-dropdown #what-we-do .content{
	 width: 800px;
  }
  .cd-morph-dropdown #about .content{
	 width: 550px;
  }
  .cd-morph-dropdown .bg-layer {
    /* morph dropdown background */
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    /*background: #FFFFFF;*/
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
	
  }
  .cd-morph-dropdown.is-dropdown-visible .bg-layer {
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
  }
}
/* main menu dropdown content */
.white-part-menu{
	background: #fff;
	padding: 30px;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
#what-we-do .white-part-menu,
#newsroom  .white-part-menu{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.grey-part-menu{
	background: #f7f7f7;
	padding: 30px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;	
}
.about-menu-2col{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.about-menu{
	margin-left: 60px;
}
.about-menu:first-child{
	margin-left: 0;
}
.white-part-menu li,
.grey-part-menu li,
.about-menu li{
	list-style-type: none;
}
.about-menu li a,
.newsletter{
	display: block;
	font-size: 16px;
	color: #434d68;
	text-transform: uppercase;
}
.about-menu li a{
	padding: 7px 0;
}
.about-menu li a:hover,
.newsletter:hover{
	color: #005095;
	text-decoration: none;
}
.about-menu li a svg,
.newsletter svg{
	margin: 0 5px 0 0;
	position: relative;
	top: -2px;
}
.about-menu li a i,
.newsletter i,
.link-container i{
	font-size: 16px;
	color: #bbc5d1;
	width: 20px;
	text-align: center;
	margin-right: 10px;
}
.link-container i{
	position: relative;
	top: 2px;
}
.link-container .vertical-align-middle i{
	position: static;
	font-size: 18px;
	width: 22px;
}
.about-menu li a:hover i,
.newsletter:hover i,
.link-container:hover i{
	color: #005095;
}
.newsletter-top{
	margin: 100px 0 35px;
}
.subscribe{
	display: block;
	text-transform: none;
	font-size: 14px;
	font-family: 'TypeType-Regular';
	padding: 5px 0 0 35px;
}
.newsletter:hover .subscribe{
	color: #434d68;
}
.subscribe .bi-chevron-right{
	font-size: 10px;
}
.subscribe .bubble{
	background: #fff;
	padding: 2px 8px;
	color: #fff;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-left: 5px;
}
/* three column menu */
.two-column-menu,
.three-column-menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.two-column-menu ul{
	margin-top: 50px;
	margin-left: 50px;
}
.three-column-menu ul{
	margin-top: 30px;
	margin-left: 30px;
}
.two-column-menu ul:first-child,
.three-column-menu ul:first-child{
	margin-left: 0
}
.three-column-menu .link-container.link-inline img,
#what-we-do .link-container.link-block img{
	width: 30px;
}
/**/
.link-container-list{
	padding-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.link-container-list li{
	margin-top: 40px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.link-container-list li:first-child{
	margin-top: 0;
}
.link-container{
	display: block;
	outline: none;
	position: relative;
	/*-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;*/
	display: -webkit-box;
	/*display: -ms-flexbox;
	display: flex;*/
}
.link-container.link-block img{
	width: 40px;
}
.link-container-list .link-block .link-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 18px;
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center*/
}
.link-container-list .link-block.no-img .link-content{
	margin-left: 0;
}
.link-container-list .link-inline .link-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.link-title {
	 font-size: 14px;
	-webkit-transition: color .1s;
	transition: color .1s;
	margin: 0;
	color: #434d68;
	font-size: 16px;
}
.link-title.uppcase{
	text-transform: uppercase;
}
.link-title.big{
	font-size: 20px;
}
p.link-sub {
    font-size: 12px;
    line-height: 16px;
    color: #505e84;
    display: block;
	margin: 0;
}
.link-sub,
.link-title,
.two-column-menu ul li a{
	-webkit-transition: color .1s;
	transition: color .1s
}
.link-container.small .link-title{
	display: inline;
}
.link-container.small .link-sub{
	display: inline;
    margin: 0 0 0 10px;
}
.link-container:focus .link-title,
.link-container:hover .link-title,
.link-title:focus,
.link-title:hover {
	color: #005095;
}
.link-container:focus .link-sub,
.link-container:hover .link-sub {
	color: #005095;
}
.link-container.link-inline img{
	width: 40px;
	margin-right: 15px;
}
/* two column menu */
/*.two-column-menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 65px;
}
.two-column-menu ul {
	margin-left: 40px
}
.two-column-menu ul li{
	list-style-type: none;
	margin: 7px 0;
}
.two-column-menu ul li a{
	color: #424770;	
}
.two-column-menu ul li a:hover{
	color: #8898aa;
	text-decoration: none;
}
.two-column-menu>ul:first-child {
	margin-left: 0
}*/
/* svg */
/*.hover-dark,
.hover-light{
	-webkit-transition: fill .15s;
	transition: fill .15s;
}
svg .hover-dark {
	fill: #6b7c93;
}
a:hover svg .hover-dark{
	fill: #525f7f;
}
svg .hover-light {
	fill: #cfd7df;
}
a:hover svg .hover-light{
	fill: #aab7c4;
}*/
/* main content */
.main-container{
	clear: both;
}
.white-box{
	position: relative;
	background: #fff;
	padding: 15px;
}
.white-box.p30{
	padding: 30px;
}
.white-box.p40{
	padding: 40px;
}
.white-box.p50{
	padding: 50px;
}
.white-box.content-text{
	padding-top: 100px;
}
.content-text p{
	font-size: 16px;
	line-height: 24px;
}
.container .white-box{
	border: solid 1px #f0f0f0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.color-box.red .container  .check-left-box-right .white-box{
	border: none;
}
/* mobile dropdown nav */
.dropdown-menu-wrap-mobile{
	background: #fff;
	padding: 25px 15px 15px;
	margin: 0 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 2px 10px 3px rgba(0,0,0,.15);
	-webkit-box-shadow: 0px 2px 10px 3px rgba(0,0,0,.15);
}
.dropdown-menu-wrap-mobile h2{
	color: #a0aebe;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 20px;
}
.dropdown-menu-mobile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 50px;
}
.dropdown-menu-mobile.full-row{
	display: block;
}
.dropdown-menu-mobile ul{
	width: 50%;
}
.dropdown-menu-mobile.full-row ul{
	width: 100%;
}
.dropdown-menu-mobile ul:first-child{
	margin-right: 30px;
}
.dropdown-menu-mobile.full-row ul.social-links{
	margin-top: 40px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.dropdown-menu-mobile.full-row ul.social-links li {
    flex-grow: 1;
    margin: 0;
    text-align: center;
}
.dropdown-menu-mobile ul li{
	list-style-type: none;
	margin-top: 15px;
}
.dropdown-menu-mobile ul li:first-child{
	margin-top: 0;
}
.dropdown-menu-mobile ul li a{
	font-size: 13px;
	line-height: 18px;
	color: #434d68;
	font-family: "TypeType-Bold";
}
.dropdown-menu-mobile ul li a:hover,
.dropdown-menu-mobile ul li a:focus,
.dropdown-menu-mobile ul li a:active{
	color: #005095;
}
@media (hover: hover) {
	.dropdown-menu-mobile ul li a:hover{
		color: #005095;
}
}
.dropdown-menu-mobile.no-border ul li a{
	display: block;
}
.dropdown-menu-mobile.with-icons li{
	min-height: 24px;
}
.dropdown-menu-mobile.with-icons svg,
.dropdown-menu-mobile.with-icons img{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: -1px;
}
.dropdown-menu-mobile.with-icons a{
	display: block;
	position: relative;
	padding: 0 0 0 30px;
}
.button-box-mobile{
	text-align: center;
	background: #f6f9fc;
	margin: 0 -11px -11px;
	padding: 30px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button-box-mobile .link{
	text-align: center;
	margin-top: 20px;
}
.dropdown-menu-mobile{
	position: relative;
}
.dropdown-menu-mobile::after{
	content: "";
	position: absolute;
	left: -13px;
	bottom: -25px;
	width: 100%;
	height: 1px;
	border: dashed 1px #f0f0f8;
}
.dropdown-menu-mobile.no-border::after,
.dropdown-menu-mobile.full-row::after{
	border: 0;
}
/* sidebar */
.site-wrap{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: grid;
	grid-template-columns: minmax(252px, calc(50% - 405px)) 1010px 1fr;
	grid-template-columns: minmax(252px, calc((100% - 1262px) / 2 + 226px)) 1010px 1fr;
}
.sidebar-sticky{
	background: #fff;
	position: -webkit-sticky;
	position: sticky;
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 5;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	min-width: 252px;
	height: 100vh;
	top: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.sidebar-view{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	width: 226px;
	margin-top: 1px
}
.sidebar-viewport{
	width: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.sidebar-sticky ul{
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
}
.sidebar-sticky ul li{
	margin-top: 10px;
}
.sidebar-sticky ul li a{
	display: inline-block;
	font-size: 16px;
	font-family: "TypeType-Medium";
}
.sidebar-sticky ul li ul{
	margin: 0 0 0 20px;
}
.sidebar-content{
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 226px;
	background: #fff
}
.content-wrapper{
	padding: 20px;
}

/* Footer */
footer {
	font-size: 12px;
	color: #fff;	
}
footer.desktop{
	position: relative;
}
footer.mobile-footer{
	
}
footer.mobile-footer .container{
	max-width: 100%;
	background: #000;
	padding-top: 60px;
	padding-bottom: 30px;
}
.footer-bkg-image{
	position: sticky;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.footer-info{
	background: #000;
	padding: 95px 0 30px;
}
footer.desktop .moving-people-footer{
	color: #fff;
	position: absolute;
	right: 40px;
	bottom: 30px;
	font-family: "TypeType-Regular-Italic";
}
footer.desktop .moving-people-footer:hover{
	text-decoration: underline;
}
footer.desktop .moving-people-footer span{
	margin-right: 2px;
}
footer .logo img{
	width: 89px;
	margin-bottom: 10px;
}
.footer-hr{
	margin: 0 15px 80px;
	background: rgba(207,215,223,.25);
	height: 2px;
	width: 100%;
}
.footer-hr.bottom{
	margin: 8px 15px;
}
.footer-col h3{
	color: #8898aa;
}
.footer-col .social-links{
	overflow: hidden;
	margin-bottom: 25px;
}
.footer-col .social-links li,
.social-links li{
	display: inline-block;
	margin: 0;
}
.footer-col .social-links li:first-child,
.social-links li:first-child{
	margin-left: 0;
}
.footer-col .social-links li a,
.social-links li a{
	display: inline-block;
	width: 30px;
	height: 27px;
	line-height: 30px;
	text-align: center;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.footer-col .social-links li a .fab,
.footer-col .social-links li a:hover .fab,
.social-links li a .fab,
.social-links li a:hover .fab,
.fa-brands{
	color: #fff;
	margin-top: 7px;
}
.member-social .social-links li a .fab,
.member-social .social-links li a:hover .fab,
.member-social .fa-brands{
	color: #434d68;
}
.footer-col .social-links li a .fab,
.footer-col .social-links li a:hover .fab{
	margin-top: 13px;
}
.social-links .fab,
.social-links .fab::before{
	text-rendering: optimizeLegibility;
}
/*.footer-col .social-links li a.linkedin:hover,
.social-links li a.linkedin:hover{
	background: #0e76a8;
}
.footer-col .social-links li a.twitter:hover,
.social-links li a.twitter:hover{
	background: #00acee;
}
.footer-col .social-links li a.youtube:hover,
.social-links li a.youtube:hover{
	background: #c4302b;
}
.footer-col .social-links li a.facebook:hover,
.social-links li a.facebook:hover{
	background: #3b5998;
}
.footer-col .social-links li a.instagram:hover,
.social-links li a.instagram:hover{
	background: #3f729b;
}*/
.footer-col.isca-contacts a{
	color: #fff;
}
.footer-col.isca-contacts a:hover{
	color: #fff;
	text-decoration: underline;
}
.footer-col h3{
	color: #b4b4b4;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 15px;
	font-family: "TypeType-Regular";
}
.footer-col.isca-contacts h3{
	margin: 20px 0 10px;
}
.footer-col h4{
	color: #fff;
	margin: 0;
	font-size: 14px;
	font-family: "TypeType-Regular";
}
.footer-col ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footer-col li{
	display: block;
	margin-top: 10px;
}
.footer-col li:first-child{
	margin-top: 0;
}
.footer-col li a{
	font-size: 14px;
	color: #fff;
}
.footer-col li a:hover{
	color: #fff;
	text-decoration: underline;
}
.footer-made{
	margin: 60px 0 0;
}
.made-with .fa-running{
	font-size: 16px;
	margin: 0 3px;
	color: #fff;
}
.footer-nav{
	text-align: right;
}
.footer-nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-nav li{
	display: inline-block;
	position: relative;
	margin-left: 10px;
}
.footer-nav li:first-child{
	margin-left: 0;
}
.footer-nav li::before{
	content: "|";
	position: absolute;
	right: -10px;
    top: -1px;
    font-size: 12px;
	color: #8898aa;
}
.footer-nav li:last-child::before{
	content: "";
}
.footer-nav li a{
	color: #fff;
}
.footer-nav li a:hover{
	color: #fff;
	text-decoration: underline;
}
/* boxes before footer */
.two-boxes-container{
	padding: 3% 0 0;
}
.footer-box{
	color: #434d68;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	z-index: 499;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
	box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
	-webkit-transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
	transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
	transition-property: color, background-color, box-shadow, transform;
	transition-property: color, background-color, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
}
.footer-box::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #aab7c4;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .15s;
	transition: opacity .15s
}
.footer-box:hover {
	text-decoration: none;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}
.footer-box:active,
.footer-box:hover {
	-webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3), 0 -12px 36px -8px rgba(0, 0, 0, .025);
	box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3), 0 -12px 36px -8px rgba(0, 0, 0, .025)
}
.footer-box:active,
.footer-box:active {
	-webkit-transform: translateY(2px);
	transform: translateY(2px)
}
.footer-box:active:after,
.footer-box:active:after {
	opacity: .15
}
.footer-box img{
}
.footer-box h3{
	margin: 10px 0 0;
}
.footer-box p{
	margin: 0 10px 15px 0
}
.isca-circle{
	width: 100%;
	padding: 30px 10px;
	background: #005095;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
/* mobile footer */
.mobile-footer{
	display: none;
}
.footer-mbox{
	padding: 15px;
	margin: 10px 0;
}
.footer-mbox h3{
	color: #b4b4b4;
	font-family: "TypeType-Regular";
	font-size: 14px;
	margin: 0 0 10px;
}
.footer-mlinks{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer-mlinks ul{
	width: 50%;
}
.footer-mlinks.full ul{
	width: 100%;
}
.footer-mlinks ul:first-child{
	margin-left: 0;
	padding-right: 20px;
}
.footer-mlinks ul li{
	list-style-type: none;
	margin-top: 10px;
}
.footer-mlinks ul li:first-child{
	margin-top: 0;
}
.footer-mlinks ul li a{
	font-size: 13px;
	line-height: 15px;
}
.footer-mbox h3 a,
.footer-mlinks ul li a,
.footer-logo-mbox p,
.footer-logo-mbox p a{
	color: #fff;
}
.footer-mbox h3 a{
	color: #fff;
}
.footer-mlinks ul li a{
	color: #fff;
	font-family: 'TypeType-Bold';
}
.footer-mlinks ul li a:hover{
	color: #fff;
	text-decoration: underline;
}
.footer-logo-mbox{
	padding: 15px;
	margin: 10px 0;
}
.footer-logo-mbox .copyright{
    display: block;
	margin-bottom: 15px;
}
.move-made{
	margin: 20px 0 15px;
}
.move-made .made-with{
	display: block;
}
.call-us{
	font-size: 18px;
}
.mobile-footer .social-links{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.mobile-footer .social-links li{
	flex-grow: 1;
	margin: 0;
	text-align: center;
}
/* 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-size: 16px;
	line-height: 24px;
	font-family: "TypeType-Regular";
	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: 15px;
    font-weight: 600;
    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;
}
/* secondary navigation */
.main-container .secondary-navigation{
	text-align: center;
	margin: 30px 0 0;
}
.main-container .secondary-navigation ul{
	display: inline-block;
	border-top: solid 1px hsla(0,0.0%,100%,.4);
	padding: 30px 0;
}
.secondary-navigation li{
	display: inline-block;
	margin: 0 30px;
	position: relative;
}
/*.secondary-navigation li:after{
	content: " | ";
	position: absolute;
	right: -35px;
	top: 0px;
	color: #fff;
	font-size: 35px;
	font-family: "TypeType-Thin";
}
.secondary-navigation li:last-child:after{
	content: "";
}*/
.secondary-navigation li a{
	color: hsla(0,0.0%,100%,.7);
	font-size: 14px;
	text-transform: uppercase;
	font-family: "TypeType-Bold";
}
.secondary-navigation li a:hover{
	color: #fff;
}
.secondary-navigation.under-menu{
	border-top: solid 1px #ecedf8;
	margin: 20px 0 0;
	padding: 25px 0 0;
}
.inverted-page .secondary-navigation.under-menu{
	border-top: solid 1px hsla(0,0.0%,100%,.4);
}
.secondary-navigation.under-menu ul{
	float: right;
}
.secondary-navigation.under-menu ul li{
	margin: 0 0 0 30px;
}
.secondary-navigation.under-menu li a{
	/*color: #aab7c4;*/
	color: #8994a9;
}
.secondary-navigation.under-menu li.active a,
.secondary-navigation.under-menu li a:hover,
.secondary-navigation.under-menu li.show #dropdownMore {
	color: #005095;
}
.secondary-navigation.under-menu li a.becomemember{
	background: #005095;
	color: #fff;
	padding: 10px 25px;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
	    display: inline-block;
}
.secondary-navigation.under-menu li #dropdownMore{
	outline: none;
}
.inverted-page .secondary-navigation.under-menu li a{
	color: hsla(0,0.0%,100%,.7);
	text-transform: uppercase;
}
.inverted-page .secondary-navigation.under-menu li a:hover,
.inverted-page .secondary-navigation.under-menu ul li.active a{
	color: #fff;
}
.secondary-navigation.under-menu h1{
	float: left;
	font-size: 18px;
	margin: -4px 0 0;
}
.inverted-page .secondary-navigation.under-menu h1{
	color: #fff;
}
.secondary-navigation .dropdown-menu{
	top: 20px!important;
	min-width: 240px;
	padding: 10px 10px 10px 15px;
	border: none;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	
	box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), 0 -18px 60px -10px rgba(0,0,0,.025);
	-webkit-box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), 0 -18px 60px -10px rgba(0,0,0,.025);
}
.secondary-navigation.under-menu .dropdown-menu ul{
	float: none;
}
.secondary-navigation.under-menu .dropdown-menu li{
	display: block;
	margin: 5px 0;
}
.secondary-navigation.under-menu .dropdown-menu li a{
	display: block;
	font-size: 14px;
    text-transform: uppercase;
    font-family: "TypeType-Bold";
	color: #aab7c4;
}
.secondary-navigation.under-menu .dropdown-menu li.active a,
.secondary-navigation.under-menu .dropdown-menu li a:hover {
    color: #32325d;
}
/* link */
.secondary-navigation-link{
	border-top: solid 1px #c9ccda;
	margin: 20px 0 0;
	padding: 25px 0 0;
}
.dark-bkg .secondary-navigation-link{
	border-top: solid 1px hsla(0,0.0%,100%,.4);
}
.secondary-navigation-link a.back{
	color: #434d68;
	font-size: 14px;
    text-transform: uppercase;
    font-family: "TypeType-Bold";
	position: relative;
	padding-left: 20px;
	margin-left: 5px;
}
.dark-bkg .secondary-navigation-link a.back{
	color: hsla(0,0.0%,100%,.7);
}
.dark-bkg .secondary-navigation-link a.back:hover{
	color: #fff;
}
.secondary-navigation-link a.back::before{
	position: absolute;
	left: 0;
	top: -1px;
	content: "\f053";
	font-size: 14px;
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
}
/* committees */
.container.committees-page .white-box.site-mb{
	margin-bottom: 60px;
}
.committees-page h6{
	margin: 30px 0;
}
/*.committees-page table{
	margin: 35px 0;
}*/
.committee-member{
	text-align: center;
    margin: 0 0 60px;
    position: relative;
}
.color-box.blue .committee-member,
.color-box.isca-green .committee-member,
.color-box.red .committee-member.single{
	margin: 60px 0 0;
}
.committee-member .circle,
.leader-page .circle{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative;
    max-width: 80%;
    margin: 0 auto 20px;
    /*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);
	background-color: #fff;
}
.committee-member.team .circle{
	 max-width: 60%;
}
.committee-member .circle img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: auto;
}
.committee-member .circle .overlay,
.leaders-list .leaders-box .circle .overlay{
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 5px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}
.committee-member .circle .overlay:before,
.leaders-list .leaders-box .circle .overlay:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    height: 100%;
    margin-right: -0.25em;
}
.committee-member .circle .overlay .content,
.leaders-list .leaders-box .circle .overlay .content{
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 0 5px;
}
.committee-member .circle:hover:before,
.leaders-list .leaders-box .circle:hover:before{
    border-width: 0;
}
.committee-member .circle:hover .overlay,
.leaders-list .leaders-box:hover .circle .overlay{
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.committee-member .circle .overlay .member-name{
	display: block;
	color: #fff;
    font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
    margin-bottom: 5px;
}
.committee-member .circle .overlay .member-job-title,
.committee-member .member-learn,
.leaders-list .leaders-box .circle .overlay .member-learn{
	color: #fff;
    font-size: 14px;
}
.committee-member h4{
	font-size: 18px;
	margin: 5px 0;
}
.curve-box.isca-blue .committee-member h4,
.curve-box.isca-blue ul li a{
	color: #fff;
}
.committee-member a.link{
	color: #fff;
	font-size: 14px;
}
.committee-member a.link:hover,
.curve-box.isca-blue ul li a{
	text-decoration: underline;
}
.curve-box.isca-blue ul li a:hover{
	text-decoration: none;
}
.committee-member .job-title,
.committee-member .org-name,
.committee-member .country,
.committee-member .email{
	display: block;
	font-size: 13px;
	margin: 5px 0;
    line-height: 15px;
}
.color-box.blue .committee-member h4,
.color-box.blue .committee-member .job-title,
.color-box.blue .committee-member .org-name,
.color-box.blue .committee-member .country,
.color-box.blue .committee-member .email,
.color-box.blue .committee-member .org-name a,
.color-box.red .committee-member h4,
.committee-member.team h4,
.committee-member.team .email,
.color-box.red .committee-member .job-title,
.color-box.red .committee-member .org-name,
.color-box.red .committee-member .country,
.color-box.red .committee-member .email,
.color-box.red .committee-member .org-name a,
.color-box.isca-green .committee-member h4,
.color-box.isca-green .committee-member .org-name{
	color: #fff;
}
.committee-member.team .email:hover{
	color: #e8eff5;
}
.color-box .committee-member.single .org-name{
	padding: 0 15px;
	text-transform: uppercase;
}
.color-box .committee-member.single .org-name a:hover{
	text-decoration: underline;
}
.committee-member a.org-name{
	display: inline-block;
}
.committee-member .org-name,
.committee-member .job-title{
	font-family: "TypeType-Medium";
}
/* committees detail */
.committees-list{
	width: 100%;
	padding: 0;
	margin: 40px 0;
	list-style-type: none;
}
.committees-list li{
	position: relative;
	padding: 50px 0;
}
.committees-list li::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	height: 2px;
	width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+20,f7f7f7+50,f7f7f7+80,ffffff+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 20%, rgba(247,247,247,1) 50%, rgba(247,247,247,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 20%,rgba(247,247,247,1) 50%,rgba(247,247,247,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 20%,rgba(247,247,247,1) 50%,rgba(247,247,247,1) 80%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.committees-list .list li::before,
.committees-list li:first-child::before{
	background: none;
}
.committees-list img{
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: auto;
}
.committees-list.project img{
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
	width: 70%;
	    display: inline-block;
}
.committees-list.project img.w60{
	width: 60%;
}
.committees-list.project img.w90{
	width: 90%;
}
.committees-list .job-title,
.committees-list .org-name,
.committees-list .country,
.committees-list .email,
.committees-list .org-web,
.committees-list .resume,
.committees-list .social{
	display: block;
	font-size: 13px;
	margin: 8px 0;
    line-height: 15px;
}
.committees-list.project .job-title,
.committees-list.project .org-name{
	font-size: 14px;
}
.social-box{
	margin: 0;
}
.committee-member .social-box{
	margin: 10px 0 0;
}
.committee-member .social-box .social{
	color: #fff;
	margin: 0 5px;
}
.committee-member .social-box .social:hover{
	color: #e8eff5;
}
.committees-list .social,
.team-member .social,
.org-info .social,
.org-leader-info .social{
	display: inline-block;
	margin: 0 8px 0 0;
}
.committees-list .dash,
.team-member .dash{
	font-size: 16px;
	margin: 0 5px;
	color: #a0a0a0;
	position: relative;
	top: -1px;
}
.committees-list a.org-name{
	display: inline-block;
}
.committees-list .job-title{
	font-family: "TypeType-Medium";
}
.committees-list.project h4{
	font-size: 20px;
	margin: 0 0 10px;
}
.committees-list h4{
	
}
.committees-list .bi-file-earmark{
	position: relative;
	top: -2px;
}
.committees-list p.file{
	margin-bottom: 5px;
}
.committees-list hr{
	border-top: solid 1px #ecedf8;
	width: 100%;
	padding: 0;
	margin: 20px 0 30px;
}
.committees-list p i{
	margin-right: 3px;
}
.committees-list p.mb5{
	margin-bottom: 5px;
}
.color-box.blue .committees-list h2,
.color-box.blue .committees-list p{
	color: #434d68;
}
/* team-member */
.team-member{
	margin: 30px 0;
}
.team-member h4{
	font-size: 16px;
	margin: 10px 0 0;
}
.team-member .job-title{
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}
.social.twitter{
	color: #38A1F3;
}
.social.twitter .fa-twitter{
	font-size: 16px;
}
.team-member .social.twitter .fa-twitter{
	position: relative;
	top: 1px;
}
.social.linkedin{
	color: #0e76a8;
}
.social.linkedin .fa-linkedin-in{
	font-size: 18px;
}
.social.facebook .fa-facebook-f{
	font-size: 16px;
	position: relative;
	top: -2px;
}
.social.facebook{
	color: #3b5998;
}
.social.instagram{
	color: #b237a5;
}
.team-member img{
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: auto;
}
.team-oreol .team-member img{
	border: 7px solid #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
/* Pricing tables */
.plan-box-mobile{
	display: none;
}
table.pricing-table{
	overflow: hidden;
	border: solid 1px #ddd;
	border-width: 0 0 1px 1px;
	margin: 40px 0!important;
}
.pricing-table th{
	font-family: "TypeType-Bold";
}
.pricing-table .no-bkg th{
	position: relative;
	height: 100px;
    vertical-align: top;
}
.pricing-table .no-bkg th span{
	display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.pricing-table th.green,
.plan-box-mobile h3.green{
	color: #509e2f;
}
.pricing-table th.orange,
.plan-box-mobile h3.orange{
	color: #ff9e1b;
}
.pricing-table th.blue,
.plan-box-mobile h3.blue{
	color: #005095;
}
.pricing-table th.red,
.plan-box-mobile h3.red{
	color: #c8102e;
}
.plan-box-mobile h3 span{
	display: block;
	margin-top: 10px;
}
.pricing-table td{
	position: relative;
}
.pricing-table td:first-child{
	padding-right: 33px;
}
.pricing-table th,
.pricing-table td{
	text-align: center;
	vertical-align: middle;
	width: 15%;
	border-right: 1px solid #ddd
}
.pricing-table th:first-child,
.pricing-table td:first-child{
	text-align: left;
	width: 40%;
}
.pricing-table td.air{
	padding: 15px 0;
}
.pricing-table.table-striped tbody tr.no-bkg{
	background: none;
}
.pricing-table td p{
	margin-bottom: 10px;
}
.pricing-table .plan{
	display: block;
	min-height: 50px;
}
.pricing-table .free-plan{
	display: block;
	height: 40px;
}
.pricing-table .timeframe{
	display: block;
	font-family: 'TypeType-Regular';
	font-weight: normal;
}
.pricing-table .price{
	white-space: nowrap;
}
.pricing-table .bi.bi-check{
	color: #509e2f;
	width: 20px;
	height: 20px;
}
.pricing-table .fa-check-circle{
	font-size: 18px;
	color: #509e2f;
}
.bi-info-circle-fill{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
	color: #b3b3b3;
	cursor: pointer;
}
.bi-info-circle-fill:hover{
	color: #8c8c8c;
}
.bi-info-circle-fill.clicked{
	color: #005095;
}
.tooltip-inner{
	max-width: 220px;
	background: #005095;
}
.tooltip.show{
	opacity: 1;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before{
	border-right-color: #005095;
}
.popover{
	max-width: 400px;
	border: solid 1px #005095;
}
.popover-header{
	background-color: #005095;
	border-bottom: 0;
	padding: 0;
	position: relative;
}
.become-member-page .popover-header{
	background-color: #fff;
}
.popover-header .close{
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 0;
	opacity: 1;
	color: #fff;
	text-decoration: none;
}
.become-member-page .popover-header .close{
	color: #005095;
}
.popover-body{
	color: #fff;
	background: #005095;
}
.become-member-page .popover-body{
	color: #005095;
	background: #fff;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after{
	border-right-color: #005095;
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after{
	border-top-color: #005095;
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after{
	border-bottom-color: #005095;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after{
	border-left-color: #005095;
}
.become-member-page .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before,
.become-member-page .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after{
	border-right-color: #fff;
}
.become-member-page .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before,
.become-member-page .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after{
	border-top-color: #fff;
}
.become-member-page .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.become-member-page .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after{
	border-bottom-color: #fff;
}
.become-member-page .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before,
.become-member-page .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after{
	border-left-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before{
	border-bottom: 0;
}
.popover h5{
	color: #fff;
	font-size: 14px;
	font-family: "TypeType-Bold";
	margin: 0 0 5px;
}
.popover p{
	margin: 0 0 5px;
}
.popover a{
	color: #fff;
	text-decoration: underline;
}
.become-member-page .popover h5,
.become-member-page .popover a{
	color: #005095;
}
.popover a:hover{
	text-decoration: none;
}
.popover ul{
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 8px;
}
.plan-box-mobile .button{
	font-size: 16px;
	color: #fff;
	width: 60%;
	margin: 30px auto 10px;
	padding: 10px 0;
	background: #509e2f;
}
.pricing-table th .button{
	margin: 10px 0 7px;
}
.pricing-table.table-striped tbody tr.pricing-row:nth-of-type(odd){
	background: #fff;
}
.main-container .button:hover{
}
.button.inverted{
	color: #fff;
	border: solid 1px #509e2f;
	background: #509e2f;
}
.main-container .button.inverted:hover{
	color: #509e2f;
	background: transparent;
	border: solid 1px #509e2f;
}
/* plan box mobile */
.plan-box-mobile{
	position: relative;
	text-align: center;
	background: #fff;
	padding: 30px 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), 0 -18px 60px -10px rgba(0,0,0,.025);
	margin: 0 0 20px;
}
.plan-box-mobile ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.plan-box-mobile ul li{
	font-size: 13px;
	margin: 10px 0;
	position: relative;
}
.plan-box-mobile h3{
	
}
.plan-box-mobile ul li p{
	margin: 0;
}
.plan-box-mobile .plan-price{
	font-family: "TypeType-Bold";
	font-size: 20px;
	color: #005095;
	display: block;
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid rgba(0,0,0,0.075);
}
.plan-box-mobile .plan-price .timeframe{
	display: block;
	font-size: 14px;
	color: #666;
	padding-top: 15px;
}
.plan-box-mobile .bi-info-circle-fill{
	position: static;
	margin-top: -2px;
	margin-left: 3px;
}

/* sitemap */
.sitemap-htag{
	padding: 25% 0;
	background-image: url("../images/headers/ISCA_Homepage-Header_3-1920x1080.jpg");
	background-size: cover;
	background-position: 50%;
}
.gdpr-htag{
	padding: 25% 0;
	background-image: url("../images/gdpr-htag.jpg");
	background-size: cover;
	background-position: 50%;
}
.annual-report-htag{
	padding: 25% 0;
	background-image: url("../images/annual-report-htag.jpg");
	background-size: cover;
	background-position: 50%;
}
.general-assembly-htag{
	padding: 25% 0;
	background-size: cover;
	background-position: 50%;
}
.general-assembly-htag.v1{
	background-image: url("../images/general-assembly-htag1.jpg");
}
.general-assembly-htag.v2{
	background-image: url("../images/general-assembly-htag2.jpg");
}
.htag-bkg{
	padding: 25% 0;
	background-size: cover;
	background-position: 50%;
}
.inverted-page.brand-assets-page .htag-bkg,
.inverted-page.news-page .htag-bkg{
	background-image: url("../images/brand-assets-htag-bkg.jpg");
}
h2.hashtag{
   color: #fff;
   font-size: 70px;
    line-height: 70px;
    font-family: "TypeType-ExtraBlack-Italic";
   margin: 0;
}
h2.hashtag.small{
	font-size: 50px;
    line-height: 50px;
}
.sitemap-box{
	border-top: 2px solid #f6f9fc;
	padding: 25px 0 0;
	margin-bottom: 60px;
	overflow: hidden;
}
.sitemap-box:first-child{
	border-top: 0;
	padding-top: 40px;
}
.sitemap-box h3{
	font-family: "TypeType-Medium";
	font-size: 18px;
	width: 20%;
	display: inline-block;
	float: left;
}
.sitemap-links{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 80%;
	float: left;
}
.sitemap-links.more{
	border-top: 2px solid #f6f9fc;
	padding: 20px 0 0;
	margin-top: 10px;
}
.sitemap-links ul{
	width: 33%;
	list-style-type: none;
	margin-top: 3px;
}
.sitemap-links ul li{
	margin-bottom: 15px;
	padding-right: 30px;
}
.sitemap-links ul li a{
	display: block;
	font-size: 14px;
	line-height: 18px;
}

/* Contact */
.contact-boxes{
}
.contact-icon-linkbox{
	display: flex;
	align-items: center;
	color: hsla(223,21.9%,41.2%,.5);
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 20px 19px 20px 5px;
	box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
	-webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
	
	    -webkit-transition-duration: .15s;
    transition-duration: .15s;
}

.contact-icon-linkbox:hover{
	    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
    box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
}
.contact-icon-linkbox .pair{
	    flex-grow: 1;
    line-height: 1.3;
    width: 0;
}
.contact-icon-linkbox .pair strong{
	display: block;
	font-size: 14px;
	font-family: "TypeType-Medium";
	color: hsla(223,21.9%,41.2%,.5);
	margin: 0 0 5px;
}
.contact-icon-linkbox .pair span{
	display: block;
	font-size: 18px;
	color: #434d68;
	font-family: "TypeType-Bold";
}
.contact-icon-linkbox .pair.one-row strong,
.contact-icon-linkbox .pair.one-row span{
	display: inline-block;
}
.contact-icon-linkbox .pair.one-row span{
	position: relative;
	top: 1px;
	margin-left: 10px;
}
.social-five{
	float: left;
	width: 18%;
	margin-left: 2.5%;
}
.social-five .contact-icon-linkbox{
	margin: 0;
}
.social-five:first-child{
	margin-left: 0;
}
.contact-icon-linkbox .fas,
.contact-icon-linkbox .fab{
	width: 50px;
	font-size: 20px;
	text-align: center;
}
.contact-icon-linkbox .fas{
	position: relative;
	top: 3px;
}
.contact-icon-linkbox:hover .fas,
.contact-icon-linkbox:hover .fab,
.contact-icon-linkbox:focus .fas,
.contact-icon-linkbox:focus .fab{
	color: hsla(223,21.9%,41.2%,.5);
}
.contact-icon-linkbox:hover,
.contact-icon-linkbox:focus{
	color: hsla(223,21.9%,41.2%,.5);
}

.contact-page .contact-icon-linkbox:hover .fas,
.contact-page .contact-icon-linkbox:hover .fab,
.contact-page .contact-icon-linkbox:focus .fas,
.contact-page .contact-icon-linkbox:focus .fab,
.contact-page .contact-icon-linkbox:hover,
.contact-page .contact-icon-linkbox:focus{
	color: #fff;
}
/* typeform */
.typeform-box{
	margin-top: 8%;
	margin-bottom: 100px;
}
/* google maps box */
.google-maps-box ul.list{
	margin-bottom: 0;
}
.google-maps-box h4,
.google-maps-box h6{
	margin-bottom: 10px;
}
.google-maps-box h6{
	margin-top: 30px;
}
.google-maps-box h6{
	font-size: 15px;
}
/* two boxes */
.two-boxes-box{
}
.two-boxes-box h3{
	font-family: "TypeType-Medium";
}
.two-boxes-box h3 span{
	display: block;
}
.two-boxes-v{
	text-align: center;
	padding: 40px 7%;
	margin: 20px 0;
}
.two-boxes-v.v-line{
	border-right: 1px solid rgba(255,255,255,0.3);
}
.two-boxes-v h3{
	font-size: 20px;
}
.two-boxes-v p{
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.two-boxes-v p.desc a{
	text-decoration: underline;
}
.two-boxes-v p.desc a:hover{
	text-decoration: none;
}
/* puzzle */
.contact-puzzle-box h3{
	font-family: "TypeType-Medium";
	margin-bottom: 50px;
}
.contact-puzzle-box img{
	width: 100%;
}
/* inverted page */
.inverted-page{
	overflow: hidden;
	
}
/*.inverted-page.home-page{
	overflow: visible;
}*/
.inverted-page-heading-box h1{
	font-size: 38px;
}
.irts .inverted-page-heading-box h1{
	font-size: 35px;
}
.impact-page .inverted-page-heading-box h1{
	font-size: 58px;
}
.inverted-page-heading-box p{
	font-size: 20px;
	line-height: 28px;
}
.inverted-page-heading-box p.f14{
	font-size: 14px;
	line-height: 20px;
}
.inverted-page.home-page{
	background: url("../images/headers/ISCA_Homepage-Header_6-1920x1080.jpg") no-repeat 50% 0;
	background-size: contain!important;
}
.inverted-page.what-we-do-page{
	background: #005095 url("../images/headers/ISCA_Homepage-Header_3-1920x800.jpg") no-repeat 50% -70px;
	background-size: contain!important;
}
.inverted-page.about-page{
	background: url("../images/about-top.jpg") no-repeat 50% 0;
}
.inverted-page.delegate-file-2023-page{
	background: url("../images/delegate-file-top-jacob.jpg") no-repeat 50% 0;
	background-size: contain!important;
}
.inverted-page.delegate-file-2023-detail{
	background: url("../images/delegate-saska-tomat.jpg") no-repeat 0 0;
	background-size: contain;
}
.inverted-page.mw,
.inverted-page.europeanweekofsport{
	background: url("../images/inverted-mw.jpg") no-repeat 50% 0;
}
.inverted-page.mt,
.inverted-page.eu-china{
	background: url("../images/inverted-mt.jpg") no-repeat 50% 0;
}
.inverted-page.nwm{
	background: url("../images/inverted-nwm.jpg") no-repeat 50% 0;
}
.inverted-page.ned{
	background: url("../images/inverted-ned.jpg") no-repeat 50% 0;
}
.inverted-page.essd{
	background: url("../images/inverted-essd.jpg") no-repeat 50% -215px;
}
.inverted-page.healthy-club,
.inverted-page.moveandlearn{
	background: url("../images/inverted-hclub.jpg") no-repeat 50% -100px;
}
.inverted-page.moveandlearn{
	background: url("../images/inverted-hclub.jpg") no-repeat 50% -100px;
}
.inverted-page.osd{
	background: url("../images/inverted-osd.jpg") no-repeat 50% 0;
}
.inverted-page.europeanmile{
	background: url("../images/inverted-europeanmile.jpg") no-repeat 50% -250px;
}
.inverted-page.efd{
	background: url("../images/inverted-efd.jpg") no-repeat 50% -80px;
}
.inverted-page.flashmove{
	background: url("../images/inverted-flashmove.jpg") no-repeat 50% 0;
}
.inverted-page.mpills{
	background: url("../images/inverted-mpills.jpg") no-repeat 50% 0;
}
.inverted-page.itbomb{
	background: url("../images/inverted-itbomb.jpg") no-repeat 50% 0;
	background-size: contain!important;
}
.inverted-page.panna{
	background: url("../images/inverted-panna.jpg") no-repeat 50% 0;
}
.inverted-page.eu-parlament{
	background: url("../images/inverted-eu.jpg") no-repeat 50% 0;
	background-size: contain!important;
}
.inverted-page.irts{
	background: url("../images/inverted-irts.jpg") no-repeat 50% -180px;
}
.inverted-page.nwb{
	background: url("../images/inverted-nwb.jpg") no-repeat 50% -220px;
}
.inverted-page.physical-literacy{
	background: url("../images/inverted-phl.jpg") no-repeat 50% -130px;
}
.inverted-page.womeninsport{
	background: url("../images/inverted-wis.jpg") no-repeat 50% 0;
}
.inverted-page.diplomacy{
	background: url("../images/inverted-diplomacy.jpg") no-repeat 50% 0;
	background-size: contain!important;
}
.inverted-page.active-voice{
	background: url("../images/inverted-av.jpg") no-repeat 50% 0;
}
.inverted-page.movement-spaces{
	background: url("../images/inverted-ms.jpg") no-repeat 50% 0;
	background-size: contain!important;
}
.inverted-page.move-congress{
	background: url("../images/inverted-mc.jpg") no-repeat 50% 0;
}
.inverted-page.youthonthemove{
	background: url("../images/inverted-yotm.jpg") no-repeat 50% 0;
}
.inverted-page.goodgovsport{
	background: url("../images/inverted-goodgovsport.jpg") no-repeat 50% 0;
}
.inverted-page.physicalactivitylabel{
	background: url("../images/inverted-physicalactivitylabel.jpg") no-repeat 50% -70px;
}
.inverted-page.movingschoolsaward{
	background: url("../images/inverted-msa.jpg") no-repeat 50% 0;
}
.inverted-page.active-ageing-festival{
	background: url("../images/inverted-aafestival.jpg") no-repeat 50% 0;
}
.inverted-page.active-ageing{
	background-size: contain!important;
	background: url("../images/inverted-active-ageing.jpg") no-repeat 50% -110px;
}
.inverted-page.gem{
	background: url("../images/inverted-gem.jpg") no-repeat 50% -100px;
}
.inverted-page.health-page2{
	background: url("../images/inverted-health2.jpg") no-repeat 50% 0;
}
.inverted-page.health-page3{
	background: url("../images/inverted-health3.jpg") no-repeat 50% 0;
}
.inverted-page.health-page4{
	background: url("../images/inverted-health4.jpg") no-repeat 50% -100px;
}
.inverted-page.health-page5{
	background: url("../images/inverted-health5.jpg") no-repeat 50% -100px;
}
.inverted-page.health-page6{
	background: url("../images/inverted-health6.jpg") no-repeat 50% 0;
}
.inverted-page.health-page7{
	background: url("../images/inverted-health7.jpg") no-repeat 50% 0;
}
.inverted-page.health-page{
	background: url(../images/inverted-headers/inverted-health-new.jpg) no-repeat 65% -120px;
}
.inverted-page.health-experts-group{
		background: url(../images/inverted-headers/inverted-health2-new.jpg) no-repeat 65% -120px;
}
.inverted-page.health-collection{
    background: url(../images/inverted-headers/inverted-health-collection-new.jpg) no-repeat 50% -200px;
}
.inverted-page.health-toolkits{
    background: url(../images/inverted-headers/inverted-health-toolkits-new.jpg) no-repeat 50% -150px;
}
.inverted-page.health-online-course{
	background: url("../images/inverted-headers/inverted-health-online-course-new.jpg") no-repeat 50% -100px;
}
.inverted-page.health-webinars{
	background: url("../images/inverted-headers/inverted-health-webinars-new.jpg") no-repeat 50% 0;
}
.inverted-page.healthy-lifestyle {
    background: url(../images/inverted-headers/inverted-healthy-lifestyle-new.jpg) no-repeat 50% -200px;
}
.inverted-page.health-awards{
	background: url(../images/inverted-headers/inverted-health-awards-new.jpg) no-repeat 50% -100px;
}
.inverted-page.healthypartnership,
.inverted-page.statutes{
	background-size: contain!important;
	background: url(../images/paralax-people/Mogens-Kirkeby-2_1920x1280.jpg) no-repeat 50% -20px;
}
.inverted-page.team{
	background-size: contain!important;
	background: url(../images/team.jpg) no-repeat 50% 0;
}
.inverted-page.committees-page{
	background-size: contain!important;
	background: url(../images/header-committees.jpg) no-repeat 50% -150px;
}
.inverted-page.committees-info-page{
	background-size: contain!important;
	background: url(../images/header-committees-info.jpg) no-repeat 50% -150px;
}
.inverted-page.sitemap-page{
	background-size: contain!important;
	background: url(../images/header-sitemap.jpg) no-repeat 50% -150px;
}
.inverted-page.gdpr-page{
	background-size: contain!important;
	background: url(../images/header-gdpr.jpg) no-repeat 50% -150px;
}
.inverted-page.testimonials-page{
	background-size: contain!important;
	background: url(../images/header-testimonials.jpg) no-repeat 50% 0;
}
.inverted-page.contact-page{
	background-size: contain!important;
	background: #005095 url(../images/header-contact.jpg) no-repeat 50% 0;
}
.inverted-page.financial-supporters-page{
	background-size: contain!important;
	background: #005095 url(../images/header-financial-supporters.jpg) no-repeat 50% 0;
}
.inverted-page.annual-report-page{
	background-size: contain!important;
	background: #005095 url(../images/header-annual-report.jpg) no-repeat 50% 0;
}
.inverted-page.general-assembly-page{
	background-size: contain!important;
	background: #005095 url(../images/header-general-assembly.jpg) no-repeat 50% 0;
}
.inverted-page.newsletter-page{
	background: #005095 url("../images/newsletter-page.jpg") no-repeat 50% 0;
	background-size: contain!important;
}
.inverted-page.brand-assets-page{
	background: #005095 url("../images/header-brand-assets.jpg") no-repeat 50% 0;
	background-size: contain!important;
}
.inverted-page.youth-page{
	background: #005095 url("../images/header-youth.jpg") no-repeat 50% -65px;
	
}
.inverted-page.sitemap-page .inverted-page-heading-box,
.inverted-page.gdpr-page .inverted-page-heading-box,
.inverted-page.financial-supporters-page .inverted-page-heading-box,
.inverted-page.annual-report-page .inverted-page-heading-box,
.inverted-page.vscreen .inverted-page-heading-box{
	padding: 15% 0 25%;
}
.inverted-page-heading-box h1,
.inverted-page-heading-box h2,
.inverted-page-heading-box h3,
.inverted-page-heading-box p,
.inverted-page-heading-box p a{
	color: #fff;
}
.inverted-page-heading-box p a:hover{
	color: #f1efed;
}
/* triangle box */
/* triangle box */
.triangle-box{
	color: #fff;
	/*padding: 80px 0;*/
	position: relative;
}
.triangle-box.home{
	padding: 200px 0;
}
.triangle-box.gray{
	color: #434d68;
	background: #f6f8fa;
}
.triangle-box.white{
	color: #434d68;
	background: #fff;
}
.triangle-box.blue{
	background: #005095;
}
.triangle-box.light-blue{
	background: #e9f0f7;
}
.triangle-box.green{
	background: #198677;
}
.triangle-box.yellow{
	background: #f9b100;
}
.triangle-box.orange{
	background: #f37021;
}
.triangle-box.gray.light{
	background: #e9f0f7;
}
.triangle-box.bright-green{
	background: #4c9e45;
}
.triangle-box::after{
	z-index: 2;
	content: "";
    position: absolute;
    left: 50%;
    bottom: -28px;
	margin-left: -40px;
	border-left: 40px solid transparent;
    border-right: 40px solid transparent;
}
.triangle-box.no-triangle::after{
	content: none;
}
.triangle-box.gray::after{
	border-top: 30px solid #f6f8fa;
}
.triangle-box.white::after{
	border-top: 30px solid #fff;
}
.triangle-box.blue::after{
	border-top: 30px solid #005095;
}
.triangle-box.light-blue::after{
	/*border-top: 30px solid #147ed3;*/
	border-top: 30px solid #e9f0f7;
}
.triangle-box.green::after{
	border-top: 30px solid #198677;
}
.triangle-box.yellow::after{
	border-top: 30px solid #f9b100;
}
.triangle-box.orange::after{
	border-top: 30px solid #f37021;
}
.triangle-box.gray.light::after{
	border-top: 30px solid #e9f0f7
}
.triangle-box.bright-green::after{
	border-top: 30px solid #4c9e45;
}
.triangle-box.blue h1,
.triangle-box.blue h2,
.triangle-box.blue h3,
.triangle-box.blue h4,
.triangle-box.blue h5,
.triangle-box.blue h6,
.triangle-box.green h1, 
.triangle-box.green h3,
.triangle-box.green h4,
.triangle-box.green h5,
.triangle-box.green h6,
.triangle-box.yellow h1,
.triangle-box.yellow h2,
.triangle-box.yellow h3,
.triangle-box.yellow h4,
.triangle-box.yellow h5,
.triangle-box.yellow h6,
.triangle-box.orange h1,
.triangle-box.orange h2,
.triangle-box.orange h3,
.triangle-box.orange h4,
.triangle-box.orange h5,
.triangle-box.orange h6,
.triangle-box.light-blue h1,
.triangle-box.light-blue h2,
.triangle-box.light-blue h3,
.triangle-box.light-blue h4,
.triangle-box.light-blue h5,
.triangle-box.light-blue h6,
.triangle-box.bright-green h1,
.triangle-box.bright-green h2,
.triangle-box.bright-green h3,
.triangle-box.bright-green h4,
.triangle-box.bright-green h5,
.triangle-box.bright-green h6{
	color: #fff;
}
.triangle-box.blue h1,
.triangle-box.green h1{
	margin: -30px 0 100px;
}
.triangle-box.gray h3{
	color: #434d68;
}
.triangle-box p a{
	color: #fff;
	text-decoration: underline;
}
.triangle-box p a:hover{
	text-decoration: none;
}
.triangle-box.home .be{
	margin-top: 70px;
}
.fa-arrow-right {
    margin-left: 5px;
    font-size: 12px;
}
.triangle-box p,
.triangle-box li,
.triangle-box p a{
	font-size: 16px;
	line-height: 24px;
}
.triangle-box p.f18 {
    font-size: 18px;
    line-height: 28px;
}
.triangle-box.gray p,
.triangle-box.gray li,
.triangle-box.gray a,
.online-learning-box.single p,
.triangle-box.graishblue p,
.triangle-box.graishblue p a{
	color: #434d68;
}
.triangle-box img{
	    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.triangle-box .shadow-img{
	display: block;
	width: 80%;
	height: 160px;
	text-align: center;
	padding: 20px 10px;
	background-color: #fff;
	border: solid 10px #eee;
     -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 2px 16px rgba(0,0,0,.5);
}
.triangle-box ol {
  margin: 0 0 20px;
  padding: 0;
  counter-reset: item;
}
.triangle-box ol > li {
  margin: 0 0 10px;
  padding: 0 0 0 16px;
  text-indent: -16px;
  list-style-type: none;
  counter-increment: item;
}
.triangle-box ol > li:before {
  display: inline-block;
     width: 15px;
    padding-right: 7px;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
/* curve box */
.curve-box,
.triange-box{
	position: relative;
	background: #f37021;
	color: #fff;
}
.triange-box.yellow{
	background: #f9b100;
}
.triange-box.purple{
	background: #af1a6d;
}
.triange-box.white{
	background: #fff;
}
.triange-box.red{
	background: #e7302a;
}
.triange-box.ewos-blue{
	background: #0065a2;
}
.triange-box.mile-green{
	background: #87C69E;
}
.curve-box{
	z-index: 1;
}
.curve-box.home-highlight{
	background: #fff;
}
.curve-box.home-highlight.become-logos-box{
	background: #e9f0f7;
}
.curve-box.home-highlight h4{
	color: #005095;
	font-size: 30px;
	font-family: 'TypeType-Regular';
	margin-bottom: 60px;
}
.curve-box.home-highlight p{
	color: #434d68;
	text-align: center;
}
.curve-box.home-highlight i{
	color: #CFCFCF;
	font-size: 70px;
	margin-bottom: 60px;
}
.curve-box.isca-blue{
	background: #005095;
}
.curve-box.green{
	background: #198677;
}
.curve-box.purple{
	background: #af1a6d;
}
.curve-box.osd-blue{
	background: #26a5dd;
}
.curve-box.fm-blue{
	background: #1c5261;
}
.curve-box.red{
	background: #e7302a;
}
.curve-box.nwb-green{
	background: #4fac3b;
}
.curve-box.phl-blue{
	background: #0066a4;
}
.curve-box.ml-blue{
	background: #0072b4;
}
.curve-box.wis-blue{
	background: #004d9f;
}
.curve-box.diplomacy-green{
	background: #3bb594;
}
.curve-box.av-blue{
	background: #004562;
}
.curve-box.ms-blue{
	background: #356bc6;
}
.curve-box.mc-purple{
	background: #632580;
}
.curve-box.yotm-blue{
	background: #1d6bb3;
}
.curve-box.goodgovsport-blue{
	background: #125dab;
}
.curve-box.ewos-blue{
	background: #0065a2;
}
.curve-box.eu-pals-blue{
	background: #265aa6;
}
.curve-box.msa-green{
	background: #13beb6;
}
.curve-box.mile-green{
	background: #87C69E;
}
.curve-box.aaf-blue{
	background: #15357b;
}
.curve-box.gem-green{
	background: #89aa28;
}
.triange-box.gray{
	background: #e6e6e6;
}
.triange-box.green{
	background: #198677;
}
.triange-box.nwb-green{
	background: #4fac3b;
}
.triange-box.mc-purple {
	background: #632580;
}
.triange-box.yotm-blue {
	background: #1d6bb3;
}
.curve-box{
	margin-top: 5%;
}
.curve-box.gray{
	background: #f6f8fa;
}
.curve-box::before,
.curve-box::after{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500%;
} 
.curve-box::before{
	z-index: -1;
	height: 53%;
	background: #f37021;
	-webkit-transform: rotate(3deg) translate(25%,0);
    transform: rotate(3deg) translate(25%,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.curve-box.isca-blue::before{
	background: #005095;
}
.curve-box.home-highlight::before{
	background: #fff;
}
.curve-box.home-highlight.become-logos-box::before{
	background: #e9f0f7;
}
.curve-box.gray::before{
	background: #f6f8fa;
}
.curve-box.green::before{
	background: #198677;
}
.curve-box.purple::before{
	background: #af1a6d;
}
.curve-box.osd-blue::before{
	background: #26a5dd;
}
.curve-box.fm-blue::before{
	background: #1c5261;
}
.curve-box.red::before{
	background: #e7302a;
}
.curve-box.nwb-green::before{
	background: #4fac3b;
}
.curve-box.phl-blue::before{
	background: #0066a4;
}
.curve-box.ml-blue::before{
	background: #0072b4;
}
.curve-box.wis-blue::before{
	background: #004d9f;
}
.curve-box.diplomacy-green::before{
	background: #3bb594;
}
.curve-box.av-blue::before{
	background: #004562;
}
.curve-box.ms-blue::before{
	background: #356bc6;
}
.curve-box.mc-purple::before{
	background: #632580;
}
.curve-box.yotm-blue::before{
	background: #1d6bb3;
}
.curve-box.goodgovsport-blue::before{
	background: #125dab;
}
.curve-box.ewos-blue::before{
	background: #0065a2;
}
.curve-box.eu-pals-blue::before{
	background: #265aa6;
}
.curve-box.msa-green::before{
	background: #13beb6;
}
.curve-box.mile-green::before{
	background: #87C69E;
}
.curve-box.aaf-blue::before{
	background: #15357b;
}
.curve-box.gem-green::before{
	background: #89aa28;
}
.curve-box::after{
	z-index: -2;
    height: 25%;
    opacity: .6;
    background: #fb9b60;
	-webkit-transform: rotate(-5deg) translate(50%,0);
	transform: rotate(-5deg) translate(50%,0);
	-webkit-transform-origin: 85% 0;
	transform-origin: 85% 0;
}
.curve-box.isca-blue::after{
	background: #c80f2e;
	opacity: 1;
}
.curve-box.home-highlight::after,
.curve-box.gray::after{
	background: #c80f2e;
	opacity: 1;
}
.curve-box.green::after{
	background: #4ebc9e;
}
.healthy-club .curve-box.green::after{
	background: #a8a9ad;
}
.curve-box.purple::after{
	background: #f666b6;
}
.curve-box.osd-blue::after{
	background: #a5d1e2;
	opacity: 0.8;
}
.ned .curve-box::after,
.efd .curve-box::after,
.panna .curve-box::after{
	background: #f9b100;
}
.irts .curve-box.red::after{
	background: #f9b233;
	opacity: .8;
}
.ned .curve-box::after{
	opacity: 1;
}
.curve-box.fm-blue::after{
	background: #ffc20f;
}
.curve-box.nwb-green::after{
	background: #b7ffa8;
}
.curve-box.phl-blue::after{
	background: #c1d72e;
	opacity: .8;
}
.curve-box.wis-blue::after{
	background: #e6e6e6;
}
.curve-box.ml-blue::after{
	background: #fff;
	opacity: 1;
}
.curve-box.diplomacy-green::after{
	background: #513d8f;
	opacity: 1;
}
.curve-box.av-blue::after{
	background: #65b22e;
	opacity: 1;
}
.curve-box.ms-blue::after{
	background: #33922e;
}
.curve-box.mc-purple::after{
	background: #5CB24B;
	opacity: 1;
}
.curve-box.yotm-blue::after{
	background: #ec6707;
}
.curve-box.goodgovsport-blue::after{
	background: #0f9250;
	opacity: 1;
}
.curve-box.ewos-blue::after{
	background: #d10c33;
}
.curve-box.eu-pals-blue::after{
	background: #70a0e5;
}
.curve-box.msa-green::after{
	background: #063057;
	opacity: 1;
}
.curve-box.mile-green::after{
	background: #87C69E;
}
.curve-box.aaf-blue::after{
	background: #00adee;
}
.curve-box.gem-green::after{
	background: #DADB18;
	opacity: .8;
}
.curve-box .green-curve{
	position: absolute;
	top: -83px;
    left: 0;
    width: 100%;
}
.curve-box .green-curve img{
	width: 100vw!important;
	height: auto;
}
.curve-box h2{
	color: #fff;
	font-size: 30px;
	margin-bottom: 30px;
}
.curve-box.become-logos-box h2,
.curve-box.gray h2{
	color: #005095;
}
.curve-box h3{
	color: #fff;
}
.curve-box p{
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}
.curve-box p a{
	color: #fff;
	text-decoration: underline;
}
.curve-box p a:hover{
	text-decoration: none;
}
.curve-box li{
	font-size: 16px;
	line-height: 24px;
}
.triange-box h2,
.triange-box.green h3,
.triange-box.mc-purple h2,
.triange-box.mc-purple h3{
	color: #fff;
}
.triange-box p{
	color: #fff;
	text-align: justify;
	margin: 0;
}
.triange-box.gray h2,
.triange-box.gray p,
.triange-box.white h2,
.triange-box.white p{
	color: #434d68;
}
.triangle{
	z-index: 2;
	content: "";
    position: absolute;
    left: 50%;
    bottom: -28px;
    margin-left: -40px;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #f37021;
}
.curve-box.home-highlight .triangle{
	border-top: 30px solid #fff;
}
.curve-box.home-highlight.become-logos-box .triangle{
	border-top: 30px solid #e9f0f7;
}
.curve-box.gray .triangle{
	border-top: 30px solid #f6f8fa;
}
.curve-box.green .triangle{
	border-top: 30px solid #198677;
}
.curve-box.purple .triangle{
	border-top: 30px solid #af1a6d;
}
.curve-box.osd-blue .triangle{
	border-top: 30px solid #26a5dd;
}
.curve-box.fm-blue .triangle{
	border-top: 30px solid #1c5261;
}
.curve-box.red .triangle{
	border-top: 30px solid #e7302a;
}
.curve-box.nwb-green .triangle{
	border-top: 30px solid #4fac3b;
}
.curve-box.phl-blue .triangle{
	border-top: 30px solid #0066a4
}
.curve-box.ml-blue .triangle{
	border-top: 30px solid #0072b4
}
.curve-box.wis-blue .triangle{
	border-top: 30px solid #004d9f
}
.curve-box.diplomacy-green .triangle{
	border-top: 30px solid #3bb594;
}
.curve-box.av-blue .triangle{
	border-top: 30px solid #004562
}
.curve-box.ms-blue .triangle{
	border-top: 30px solid #356bc6;
}
.curve-box.mc-purple .triangle{
	border-top: 30px solid #632580;
}
.curve-box.yotm-blue .triangle{
	border-top: 30px solid  #1d6bb3;
}
.curve-box.goodgovsport-blue .triangle{
	border-top: 30px solid  #125dab;
}
.curve-box.ewos-blue .triangle{
	border-top: 30px solid  #0065a2;
}
.curve-box.eu-pals-blue .triangle{
	border-top: 30px solid #265aa6;
}
.curve-box.msa-green .triangle{
	border-top: 30px solid #13beb6;
}
.curve-box.aaf-blue .triangle{
	border-top: 30px solid #15357b;
}
.curve-box.gem-green .triangle{
	border-top: 30px solid #89aa28;
}
.triange-box.gray .triangle{
	border-top: 30px solid #e6e6e6;
}
.triange-box.green .triangle{
	border-top: 30px solid #198677;
}
.triange-box.purple .triangle{
	border-top: 30px solid #af1a6d;
}
.triange-box.yellow .triangle{
	border-top: 30px solid #f9b100;
}
.triange-box.white .triangle{
	border-top: 30px solid #fff;
}
.triange-box.red .triangle{
	border-top: 30px solid #e7302a
}
.triange-box.nwb-green .triangle{
	border-top: 30px solid #4fac3b;
}
.triange-box.mc-purple .triangle{
	border-top: 30px solid #632580;
}
.triange-box.yotm-blue .triangle{
	border-top: 30px solid #1d6bb3;
}
.triange-box.ewos-blue .triangle{
	border-top: 30px solid #0065a2;
}
.curve-box.mile-green .triangle,
.triange-box.mile-green .triangle{
	border-top: 30px solid #87C69E;
}
.shadow-img{
	width: 100%;
	background: #fff;
	border: solid 10px #eee;
     -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 2px 16px rgba(0,0,0,.5);
}
.white-bkg-img{
	text-align: center;
	width: 100%;
	height: 90%;
	background: #fff;
	padding: 5%;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
/* video */
.video-highlights-container{
	position: relative;
}
.video-highlights-container video{
	width: 100%;
	display: block;
	margin: 0px auto -1px;
}
.video-highlights-container img{
	width: 100%;
}
.video-highlights-container .info{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
/* text over video */
.video-highlights-container .text{
	position: relative;
	margin-top: 20%;
}
.video-highlights-container .text .date{
	display: inline-block;
	position: relative;
	color: #ec6707;
	font-weight: 700;
	font-size: 22px;
	padding: 7px 10px;
	margin: 0 0 5px;
	background: rgba(255,255,255,0.9);
}
.video-highlights-container .text .date::after{
	content: "";
	position: absolute;
	right: -10px;
	top: 0;
	width: 0; 
	height: 0; 
	border-top: 0 solid transparent;
	border-bottom: 35px solid transparent; 
	border-left: 10px solid rgba(255,255,255,0.9); 
}
.video-highlights-container .text .date::before{
	content: "";
	position: absolute;
	left: -10px;
	top: 0;
	width: 0; 
	height: 0; 
	border-top: 35px solid transparent;
	border-bottom: 0 solid transparent; 
	border-right: 10px solid rgba(255,255,255,0.9); 
}
/* chrome fix */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.video-highlights-container .text .date::before{
		border-top: 34px solid transparent;
	}
}
.video-highlights-container .text .title{
	display: inline-block;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	background: rgba(54,54,54,0.8);
	padding: 15px 20px;
	margin-bottom: 5px;
}
/* responsive iframe */
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}
/* paralax-box */
.paralax-box{
	position: relative;
	width: 100%;
	color: #fff;
	background-image: url("../images/paralax-img.jpg");
	background-size: cover;
    background-position: 50%;
	background-attachment: fixed;
}
.nwm .paralax-box{
	background-image: url("../images/paralax-img2.jpg");
}
.ned .paralax-box{
	background-image: url("../images/paralax-img3.jpg");
}
.essd .paralax-box{
	background-image: url("../images/paralax-img4.jpg");
}
.healthy-club .paralax-box{
	background-image: url("../images/paralax-img5.jpg");
}
.osd .paralax-box{
	background-image: url("../images/paralax-img6.jpg");
}
.osd .paralax-box.second{
	background-image: url("../images/paralax-img7.jpg");
}
.efd .paralax-box,
.goodgovsport .paralax-box{
	background-image: url("../images/paralax-img9.jpg");
}
.efd .paralax-box.second{
	background-image: url("../images/paralax-img8.jpg");
}
.flashmove .paralax-box{
	background-image: url("../images/paralax-img10.jpg");
}
.flashmove .paralax-box.second{
	background-image: url("../images/paralax-img11.jpg");
}
.mpills .paralax-box{
	background-image: url("../images/inverted-mpills.jpg");
}
.itbomb .paralax-box{
	background-image: url("../images/paralax-img12.jpg");
}
.itbomb .paralax-box.second{
	background-image: url("../images/paralax-img13.jpg");
}
.panna .paralax-box{
	background-image: url("../images/paralax-img14.jpg");
}
.irts .paralax-box{
	background-image: url("../images/paralax-img15.jpg");
}
.irts .paralax-box.second{
	background-image: url("../images/paralax-img16.jpg");
}
.nwb .paralax-box{
	background-image: url("../images/paralax-img17.jpg");
}
.nwb .paralax-box.second{
	background-image: url("../images/paralax-img18.jpg");
}
.moveandlearn .paralax-box{
	background-image: url("../images/paralax-img19.jpg");
}
.womeninsport .paralax-box{
	background-image: url("../images/paralax-img20.jpg");
}
.diplomacy .paralax-box{
	background-image: url("../images/paralax-img21.jpg");
}
.active-voice .paralax-box{
	background-image: url("../images/paralax-img22.jpg");
}
.movement-spaces .paralax-box{
	background-image: url("../images/paralax-img23.jpg");
}
.move-congress .paralax-box{
	background-image: url("../images/paralax-img25.jpg");
}
.move-congress .paralax-box.second{
	background-image: url("../images/paralax-img24.jpg");
}
.youthonthemove .paralax-box{
	background-image: url("../images/paralax-img26.jpg");
}
.physicalactivitylabel .paralax-box{
	background-image: url("../images/paralax-img27.jpg");
}
.movingschoolsaward .paralax-box{
	background-image: url("../images/paralax-img28.jpg");
}
.active-ageing-festival .paralax-box{
	background-image: url("../images/paralax-img29.jpg");
}
.active-ageing .paralax-box{
	background-image: url("../images/paralax-img31.jpg");
}
.gem .paralax-box{
	background-image: url("../images/paralax-img30.jpg");
}
.paralax-box.about-middle{
	background-image: url("../images/about-middle.jpg");
}
.paralax-box.about-bottom{
	background-image: url("../images/about-bottom.jpg");
}
.mogens-kirkeby-wwd.paralax-box{
	background-image: url("../images/paralax-people/Mogens-Kirkeby-1_1920x1080.jpg");
}
.mogens-kirkeby-wwd2.paralax-box{
	
	background-image: url("../images/paralax-people/Mogens-Kirkeby-2_1920x1080.jpg");
}
.jacob-schouenborg-wwd.paralax-box{
	background-image: url("../images/paralax-people/Jacob-Schouenborg-1_1920x1080.jpg");
}
.jacob-schouenborg-wwd2.paralax-box{
	background-image: url("../images/paralax-people/Jacob-Schouenborg-2_1920x1080.jpg");
}
.paralax-box.health-page-1{
	    padding: 20% 0;
	background-image: url("../images/header-health_1920x1080.jpg");
}
.paralax-box.health-page-health{
	background-image: url("../images/paralax-health-page.jpg");
}
.paralax-box.health-page-health2{
	background-image: url("../images/paralax-people/Header_42-1920x1080.jpg");
}
.paralax-box.saska-tomat-health{
	background-image: url("../images/paralax-people/paralax-saska-tomat.jpg");
}
.paralax-box.saska-tomat-impact{
	background-image: url("../images/paralax-people/paralax-saska-tomat-impact.jpg");
}
.paralax-box.saska-tomat-health-experts{
	background-image: url("../images/paralax-people/paralax-saska-tomat-experts.jpg");
}
.paralax-box.mogens-kirkeby-health-cources{
	background-image: url("../images/paralax-people/mogens-kirkeby-health-cources.jpg");
}
.paralax-box.hilal-erkoca-health-collection{
	background-image: url("../images/paralax-people/hilal-erkoca-health-collection.jpg");
}
.paralax-box.health-webinars-paralax{
	background-image: url("../images/paralax-health-webinars.jpg");
}
.paralax-box.health-webinars-paralax2{
	background-image: url("../images/paralax-health-webinars2.jpg");
}
.paralax-box.health-toolkits-paralax{
	background-image: url("../images/paralax-health-toolkits.jpg");
}
.paralax-box.health-toolkits-paralax2{
	background-image: url("../images/paralax-health-toolkits2.jpg");
}
.paralax-box.carole-health-onlinec{
	background-image: url("../images/paralax-people/Carole_Background-1_1920x1080.jpg");
}
.paralax-box.health-page-lifestyle{
	background-image: url("../images/headers/ISCA_Homepage-Header_3-1920x1080.jpg");
}
.paralax-box.health-page-lifestyle2{
	background-image: url("../images/headers/ISCA_Homepage-Header_2-1920x1080.jpg");
}
.paralax-box.carole-health-webinar{
	background-image: url("../images/paralax-people/Carole_Background-3_1920x1080.jpg");
}
.paralax-box.jacob-schouenborg-delegate-file{
	background-image: url("../images/paralax-people/jacob-schouenborg-delegate-file.jpg");
}
.paralax-box.membership-delegate-file{
	background-image: url("../images/headers/ISCA_Homepage-Header_6-1920x1080.jpg");
}
.paralax-box.president-report{
	background-image: url("../images/delegate-file-top.jpg");
}
.paralax-box.newsletter-jacob{
	background-image: url("../images/paralax-people/paralax-newsletter-jacob.jpg");
}
.paralax-box.secretary-report{
	       background-attachment: initial;
    background-size: initial;
    background-position: 70% 0;
	background-image: url("../images/paralax-people/secretary-report.jpg");
}
.paralax-box.annual-report{
	       background-attachment: initial;
    background-size: initial;
    background-position: 70% 0;
	background-image: url("../images/paralax-people/annual-report-mogens.jpg");
}
.paralax-box.general-assembly-jacob{
	       background-attachment: initial;
    background-size: initial;
    background-position: 30% -200px;
	background-image: url("../images/paralax-people/paralax-general-assembly-jacob.jpg");
}
.paralax-box.general-assembly-mogens{
	       background-attachment: initial;
    background-size: initial;
    background-position: 30% -200px;
	background-image: url("../images/paralax-people/paralax-general-assembly-mogens.jpg");
}
.paralax-box.healthypartnership1{
	background-image: url("../images/healthypartnership1.jpg");
}
.paralax-box.impact-mogens{
	background-attachment: initial;
    background-size: initial;
    background-position: 30% 0;
	background-image: url("../images/paralax-people/Mogens-Kirkeby-2_1920x1280.jpg");
}
/*.paralax-box.health-page-experts{
	background-image: url("../images/health-experts-group.jpg");
}*/
.paralax-box.mask::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 80, 149, 0.7);
}
.paralax-box h2,
.paralax-box h3,
.paralax-box h4,
.paralax-box h5,
.paralax-box h6,
.color-box.orange h2,
.color-box.orange h5{
	color: #fff;
}
.irts .paralax-box h2{
	margin: 0 0 10px;
}
.irts .paralax-box h3{
	margin: 0
}
.paralax-box h5,
.paralax-box h6{
	margin-bottom: 30px;
}
.paralax-box p,
.color-box.orange p{
	color: #fff;
	font-size: 16px;
	padding-left: 15px;
	text-align: justify;
}
.paralax-box.about-middle p{
	padding-left: 0;
}
.paralax-box p.pr{
	padding-right: 30px;
}
.paralax-box .fa-check-circle{
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
}
.paralax-box .check-list-centered .fa-check-circle{
	position: static;
}
.paralax-check{
    position: relative;
    padding: 0 20px;
}
.paralax-check a{
	color: #fff;
}
.paralax-check a:hover{
	text-decoration: underline;
}
.paralax-box p.quot{
	position: relative;
	text-align: left;
	line-height: 24px;
}
.paralax-box.person p.invissible{
	opacity: 0;
}
.paralax-box p.quot::before{
	position: absolute;
	left: -16px;
    top: -2px;
	content: "\f10e";
	font-size: 20px;
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
}
.paralax-box a.twitter,
.paralax-box a.linkedin{
	position: relative;
	color: #fff;
	top: -1px;
}
.paralax-box a.twitter:hover,
.paralax-box a.linkedin:hover{
	text-decoration: underline;
}
.paralax-box .twitter i,
.paralax-box .linkedin i{
	position: absolute;
	left: -30px;
    top: 2px;
}
.paralax-box .linkedin i{
	left: -27px;
}
.paralax-box p.left{
	float: left;
}
.paralax-box p.right{
	float: right;
}
/* color box */
.color-box p.f16{
	text-align: justify;
}
.color-box.green h2,
.color-box.green p,
.color-box.blue li,
.color-box.blue h2,
.color-box.blue h3,
.color-box.blue h4,
.color-box.blue h5,
.color-box.blue p,
.color-box.blue p.desc a,
.color-box.phl-blue h2,
.color-box.phl-blue p,
.color-box.ml-blue h2,
.color-box.ml-blue p,
.color-box.wis-blue h2,
.color-box.wis-blue p,
.color-box.diplomacy-darkblue h2,
.color-box.diplomacy-darkblue p,
.color-box.av-blue h2,
.color-box.av-blue p,
.color-box.goodgovsport-green h2,
.color-box.goodgov,
.color-box.red p,
.color-box.red p a,
.color-box.red li, 
.color-box.red h2,
.color-box.red h3,
.color-box.red h4,
.color-box.red h5,
.color-box.aaf-blue h2,
.color-box.aaf-blue p,
.color-box.gem-green h2,
.color-box.gem-green p,
.color-box.isca-green p,
.color-box.isca-green h1,
.color-box.isca-green h2,
.color-box.isca-green h3,
.color-box.isca-green li,
.color-box.isca-green p a,
.color-box.purple h2,
.color-box.purple p,
.color-box.purple li,
.color-box.purple h2,
.color-box.purple h3,
.color-box.purple h4,
.color-box.purple h5{
	color: #fff;
}
.color-box.blue p.desc a:hover,
.color-box.isca-green p a,
.color-box.red p a{
	text-decoration: underline;
}
.color-box.blue .white-box h2,
.color-box.blue .white-box h3,
.color-box.blue .white-box h4,
.color-box.blue .white-box h5,
.color-box.blue .white-box p,
.color-box.blue .white-box p a,
.color-box.blue .white-box div,
.color-box.blue .white-box li{
	color: #005095;
}
.color-box.blue .google-maps-box .white-box p a{
	text-decoration: underline;
}
.color-box.blue .google-maps-box .white-box p a:hover,
.color-box.isca-green p a:hover,
.color-box.red p a:hover{
	text-decoration: none;
}
/* color box */
.color-box{
	position: relative;
}
.color-box.orange{
	background: #f17030;
}
.color-box.gray{
	background: #e6e6e6;
}
.color-box.green{
	background: #198677;
}
.color-box.isca-green{
	background: #509e2f;
}
.color-box.transparent{
	background: transparent;
}
.color-box.white{
	background: #fff;
}
.color-box.blue{
    background: #005095;
}
.color-box.phl-blue{
	 background: #0066a4;
}
.color-box.ml-blue{
	background: #0072b4;
}
.color-box.wis-blue{
	background: #004d9f;
}
.color-box.diplomacy-darkblue{
	background: #26304f;
}
.color-box.av-blue{
	background: #65b22e;
}
.color-box.aaf-blue{
	background: #15357b;
}
.color-box.goodgovsport-green{
	background: #0f9250;
}
.color-box.gem-green{
	background: #89aa28;
}
.color-box.red{
	background: #c8102e;
}
.color-box.yellow{
	background: #f9b100;
}
.color-box.purple{
	background: #632580;
}	
/* about isca box */
img.isca-top {
    margin-top: 60px;
}
/* imgs box */
.imgs-box img{
	width: 100%;
}
/* line */
.line.mt-green{	
	background: #198677;
}
.line h4{
	font-size: 28px;
	color: #fff;
	margin: 10px 0 0;
}
.line p,
.color-box.orange.line p{
	padding-left: 0;
	margin: 10px 0 0;
}
.color-box.line .site-button.white-transparent{
	margin: 10px 0;
}
.triange-box.line .site-button.white-transparent{
	margin: 60px 0 0;
}
/* center line */
.center-line h4{
	font-size: 28px;
	color: #fff;
	margin: 0 0 20px;
}
.center-line p{
	margin: 0 0 40px;
}
/* check list centered */
.check-list-centered {
	margin: 40px 0 60px;
}
.check-list-centered li{
	list-style-type: none;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-family: "TypeType-Medium";
	margin: 15px 0;
}
/* itbomb download */
.download-box{
    position: relative;
}
.download-box a{
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 86%;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
	font-family: "TypeType-Medium";
    text-align: center;
	text-decoration: none;
    text-transform: uppercase;
    background: #004da0;
    -webkit-transition: all 0.3s; 
	transition: all 0.3s;
}
.download-box a:hover {
    background: #2382e8;
}
.puzzle-boxes{
	margin-bottom: 10%;
}
.puzzle-boxes.last{
	margin-bottom: 0;
}
.text-image{
	color: #aeaeae;
	display: block;
	font-size: 12px;
}
.over{
	padding-bottom: 5px;
}
.below{
	padding-top: 5px;
}
/* news list */
.news-list{
	margin-bottom: 3%;
}
.news-list [class*="col-"] {
	margin-bottom: 50px;
}
.news-list [class*="col-"].no-mb{
	margin-bottom: 0;
}
.news-list .white-box{
	display: block;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	transition: all .15s ease;
	border: solid 1px #f0f0f0;
}
.news-list .white-box:hover{
	/*-webkit-transform: translateY(-3px);
	transform: translateY(-3px);*/
	/*border: solid 1px #005095;*/
}
.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.health-collection .white-box.wide .image img{
	width: 50%;
}
.news-list .white-box .image::before,
.news-list .white-box .image::after,
.online-learning-box .image::before,
.online-learning-box .image::after,
.initiatives-box .image::before,
.initiatives-box .image::after,
.project-resources-box .image::before,
.project-resources-box .image::after{
	position: absolute;
    left: -50%;
    height: 15rem;
    content: '';
    width: 200%;
}
.news-list .white-box .image::before,
.online-learning-box .image::before,
.initiatives-box .image::before,
.project-resources-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;
}
.online-learning-box .image::before,
.initiatives-box .image::before,
.project-resources-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;
}
.news-list .white-box .image::after,
.online-learning-box .image::after,
.initiatives-box .image::after,
.project-resources-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,
.project-resources-box .image::after{
	background: #fff;
	/*border-top: solid 1px #f0f0f0;*/
}
.news-list .white-box:hover .image::before,
.online-learning-box:hover .image::before,
.initiatives-box:hover .image::before,
.project-resources-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: block;
	color: #005095;
	font-size: 18px;
	line-height: 20px;
	font-family: "TypeType-Medium";
	height: 80px;
	overflow: hidden;
	margin: 0 0 10px;
}
.news-list .white-box .title:hover{
	text-decoration: none;
}
.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 Pro";
	font-size: 12px;
}
.news-list .white-box:hover .more::after{
	display: block;
}
.more-link{
	color: #8898aa;
}
.more-link:hover{
	color: #005095;
}
.filter-health-collection{
	margin: 40px 0 100px;
}

.health-collection .image{
	background: #005095;
	padding: 70px 40px 80px;
	text-align: center;
}
.news-list.health-collection .white-box .image img{
	border: none;
	width: 70%;
	    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.news-list.health-collection .white-box .view{
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #005095;
	position: relative;
	padding-left: 18px;
}
.news-list.health-collection .white-box .view::after{
	position: absolute;
	left: 0;
    top: -1px;
	content: "\f019";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
}
/* resources */
.resources-list .col .white-box,
.resources-list [class*="col-"] .white-box{
	display: block;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 2px 16px rgba(0,0,0,.15);
	min-height: 260px;
}
.resources-list.cources .col .white-box,
.resources-list.cources [class*="col-"] .white-box{
	min-height: 530px;
}
.resources-list .col .white-box:hover,
.resources-list [class*="col-"] .white-box:hover{
	box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), 0 -18px 60px -10px rgba(0,0,0,.025);
}
.resources-list .title{
	display: block;
	color: #50504f;
	font-weight: 700;
	font-size: 18px;
	min-height: 45px;
}
.resources-list .image{
	position: relative;
	display: block;
	margin: -15px -15px 15px;
}
.resources-list .image img{
	width: 100%;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.resources-list .white-box .text-over.is-centered {
    display: flex;
    align-items: center;
    justify-content: center;
}
.resources-list .white-box .text-over.is-centered{
	display: none;
	text-align: center;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.resources-list .white-box:hover .text-over.is-centered{
	display: flex;
}
.resources-list .white-box .text-over span{
	    display: inline-flex;
		position: relative;
		vertical-align: top;
		justify-content: center;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	border: 1px solid #fff;
	padding: 5px 15px;
		-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.resources-list .download{
	position: absolute;
	bottom: 12px;
	left: 15px;
	color: #4e4e4e;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.resources-list .downloaded{
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: inline-block;
	font-size: 12px;
	color: #8e8e8e;
	font-weight: 400;
}
.resources-list p{
	font-size: 12px;
	color: #50504f;
}
.resources-list .download .far{
	margin-right: 5px;
}
.resources-list .download:hover{
	text-decoration: none;

}
.resources-list .download:hover .far{

}
.resources-list .white-box:hover,
.resources-list .white-box:hover .title,
.resources-list .white-box:focus,
.resources-list .white-box:focus .title{
	text-decoration: none;
}
.resources-list .white-box:hover .download{
	text-decoration: none;

}
/* logos box */
.logos-box a{
	display: block;
    margin: 30px;
}
.logos-box .isca-svg{
	margin-top: 30px;
}
/* News */
.news-listing {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px
}
.news-listing>h1 {
	color: #32325d;
	margin-bottom: 15px
}
.news-listing>.list {
	margin: 18px 0
}
@media (min-width:880px) {
	.news-listing>.list {
		display: grid;
		grid-template-columns: auto 1fr;
		grid-column-gap: 36px;
		grid-row-gap: 18px;
		grid-auto-flow: dense
	}
}
.news-listing>.list>.title{
    font-size: 19px;
    line-height: 28px;
    color: #32325d;
	font-family: "TypeType-Medium";
}
.news-listing>.list>.date {
	grid-column: 1;
	display: block;
	position: relative;
	top: 5px;
	font-size: 15px;
	color: #aab7c4
}
.news-listing>.list>hr {
	border: 0;
	border-top: 1px solid #ecedf8; /*#f6f9fc*/
	grid-column: 1/-1;
	width: 100%;
	margin: 18px 0
}
@media (min-width:880px) {
	.news-listing>.list>hr {
		margin: 0
	}
}
.news-listing>.list>a {
	grid-column: 2;
	transition: color .1s
}
.news-listing>.list>a:hover {
	color: #6b7c93
}
.news-listing .more-link {
	align-self: flex-end;
	font-weight: 600;
	text-align: right;
	font-size: 15px
}
body.keyboard-navigation .news-listing a:focus {
	color: #6b7c93;
	outline: none;
	text-decoration: underline;
	text-underline-position: under
}
/* detail news */
.news-image,
.news-text img{
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.news-text ul{
	margin: 0 0 20px 20px;
	padding: 0;
}
.news-text p,
.news-text li{
	font-size: 16px;
	line-height: 24px;
}
.news-info .date,
.news-info .author{
	font-size: 15px;
	color: #aab7c4;
	font-family: "TypeType-Bold";
}
.news-info .date{
	margin: 5px 0 10px;	
}
.news-text-info{
	overflow: hidden;
	font-size: 15px;
	border-top: 1px solid #e6ebf1;
	padding: 20px 0 0;
	margin: 30px 0 50px;
}
.news-text-info .date{
	float: left;
}
.news-text-info .social-share{
	float: right;
}
.more-news{
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "TypeType-Medium";
}
.more-news .bi-arrow-right-short{
	font-size: 20px;
    position: relative;
    top: -2px;
}
.news-last h2{
	font-family: "TypeType-Medium";
}
/* news links */
.news-links{
	padding-top: 15px;
	margin-top: 25px;
	border-top: 1px solid #e6ebf1;
}
.news-links ul{
	list-style-type: none;
	margin-left: 5px;
}
.news-links ul li{
	margin: 10px 0;
}
.news-links ul li i{
	margin: 2px 5px 0 0;
}
.news-links ul li a{
	display: flex;
	line-height: 20px;
}
/* news 1*/
.news-wrap{
	padding: 0 0 30px;
	margin: 0 0 40px;
	border-bottom: 1px solid #ecedf8;
}
.news-wrap .news-image img{
	margin-top: 5px;
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.news-description .title{
	display: block;
	font-size: 19px;
    line-height: 28px;
    color: #32325d;
    font-family: "TypeType-Medium";
}
.news-description .title:hover{
	color: #6b7c93;
}
.news-description p{
	font-size: 16px;
	line-height: 24px;
}
.news-description .date-posted{
	font-size: 15px;
	color: #aab7c4;
	font-family: "TypeType-Medium";
	margin: 10px 0;
}
.news-description .read-more{
	font-size: 18px;
}
/* Pagination */
.pagination-list{
	margin: 60px 0 0;
}
.pagination-list li{
	display: inline-block;
	list-style-type: none;
}
.pagination-list > .active > a,
.pagination-list > .active > span,
.pagination-list > .active > a:hover,
.pagination-list > .active > span:hover,
.pagination-list > .active > a:focus,
.pagination-list > .active > span:focus {
	color: #8898aa;
	background-color: #e8ecf0;
	border-color: #ecedf8;
}
.pagination-list > li > a,
.pagination-list > li > span {
	color: #8898aa;
	background-color: #f6f8fa;
	border: 1px solid #ecedf8;
	padding: 5px 10px;
	margin-left: -1px;
}
.pagination-list > li > a:hover,
.pagination-list > li > span:hover,
.pagination-list > li > a:focus,
.pagination-list > li > span:focus {
	color: #8898aa;
	background-color: #e8ecf0;
	border-color: #ecedf8;
}
.pagination-list > li:first-child > a,
.pagination-list > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-list > li:last-child > a,
.pagination-list > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* .pagination */
.pagination{
	display: block;
	width: 100%;
	margin: 60px 0 0;
	text-align: center;
}
.pagination a{
	width: 38px;
	display: inline-block;
	color: #8898aa;
	margin: 0 3px;
}
.inverted-page.dark-bkg .pagination a{
	color: rgba(255,255,255,.8);
}
.pagination a.previous-page,
.pagination a.next{
	width: auto;
}
.pagination a div{
	padding: 8px 0;
	border: 1px solid rgba(136,152,170,.3);
 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.inverted-page.dark-bkg .pagination a div{
	border: 1px solid rgba(255,255,255,.8);
}
.pagination a:hover div,
.pagination a div.active{
	background: rgba(136,152,170,.06);
}
.inverted-page.dark-bkg .pagination a:hover div,
.inverted-page.dark-bkg .pagination a div.active{
	background: rgba(255,255,255,.1);
}
.inverted-page.dark-bkg .pagination a div.active{
	color: #fff;
}
/* addthis overwritten */
.at-style-responsive .at-share-btn{
	padding: 2px!important;
	margin: 0 10px 0 0!important;
}
.at-style-responsive .at-share-btn:hover{
	background: #8898aa!important;
}
.at-resp-share-element .at-share-btn:focus,
.at-resp-share-element .at-share-btn:hover{
	transform: none!important;
}
/* filter box */
.search-input{
	position: relative;
}
.search-input .fa-search{
	position: absolute;
	left: 10px;
	top: 10px;
}
.search-input input[type="text"]{
	width: 100%;
	padding-left: 35px;
}
.styled-select {
	position: relative;
	width: 100%;
	height: 36px;
	overflow: hidden;
	border: none;
	background-color: #fff;
	 -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;
}
.filter-health-collection .styled-select::after{
	position: absolute;
    right: 10px;
    top: 8px;
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
}
.select-like .dropdown-toggle{
	display: block;
	width: 100%;
	color: #434d68;
    font-size: 15px;
    font-family: "TypeType-Regular";
	height: 35px;
	line-height: 35px;
	padding: 0 40px 0 10px;
	background-color: #fff;
	 -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;
}
.select-like .dropdown-toggle::after{
	display: none;
}
.select-like .dropdown-toggle .fa-angle-down{
	position: absolute;
	right: 15px;
	top: 10px;
}
.select-like .dropdown-menu{
	width: 100%;
	border: none;
	-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;
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.select-like .dropdown-item{
	color: #434d68;
    font-size: 15px;
    font-family: "TypeType-Regular";
	padding: 5px 10px;
}
.select-like .dropdown-item:hover{
	background-color: #f6f8fa;
}
.styled-select select,
.styled-select select.form-control{
	background-color: transparent;
	width: 100%;
	padding: 0 30px 0 10px;
	color: #434d68;
	font-size: 15px;
	font-family: "TypeType-Regular";
	border: 0;
	border-radius: 0;
	height: 38px;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	transition: none;
}
.styled-select .fa-chevron-down{
	position: absolute;
	right: 10px;
	top: 10px;
}

/* brand assets */
.isca-logo-flip-box{
	margin: 70px 0;
	background: #fff;
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
}
.isca-logo-flip img{
	width: 55%;
	margin: 0 auto;
}
.isca-logo-flip .isca-bkg-dark{
	text-align: center;
	background: #005095;
	 -webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.isca-logo-flip .isca-bkg-white{
	display: none;
}
.isca-logo-flip-text{
	padding: 9%;
}
.fa-arrow-down{
	margin-right: 5px;
}
.isca-logo-flip.change-logo .isca-bkg-dark{
	display: none;
}
.isca-logo-flip.change-logo .isca-bkg-white{
	display: block;
}
/* media-resources-box */
.media-resources-container{
	margin: 100px 0;
}
.img-effect {
	position: relative;
	margin: 0 0 20px;
}
.img-effect .img-effect-text{
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #434d68;
	font-family: "TypeType-Medium";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: hsla(0,0%,100%,.5);
}
.media-resources-box:hover .img-effect-text,
.img-effect:hover .img-effect-text{
	display: flex;
}
.media-resources-box{
	display: block;
}
.media-resources-box h5{
	margin: 0 0 5px;
}
.media-resources-box img{
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* project-resources-box */
.project-resources-box{
	text-align: center;
	display: block;
	background: #fff;
	padding: 15px 15px 40px;
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 50px;
	box-shadow: 2px 2px 16px rgba(0,0,0,.15);
}

.project-resources-box.no-m{
	margin-bottom: 0;
}
.project-resources-box h5{
	margin: 25px 0 5px;
	min-height: 52px;
}
.project-resources-box-logo{
	display: block;
    text-align: center;
    padding: 0 15%;
    margin: 0 -15px;
}
.project-resources-box .download{
	color: #434d68;
}
.project-resources-box h5{
	color: #005095!important;
}
.isca-table{
	overflow: hidden;
	border: solid 1px #dddddd;
	border-width: 0 1px 1px 1px;
	margin: 0;
}
.isca-table th{
	font-size: 16px;
}
.isca-table tr th:first-child,
.isca-table tr th:first-child + th,
.isca-table tr td:first-child,
.isca-table tr td:first-child + td{
	border-right: 1px solid #dddddd;
}
.isca-table tr td:first-child + td{
	width: 90%;
}
.isca-table.statues-table tr td:first-child{
	width: 20%;
}
.isca-table.statues-table tr td:first-child + td{
	width: 10%;
}
.isca-table.statues-table tr td:first-child + td + td{
	width: 70%;
}
.isca-table.milestones tr td:first-child{
	width: 15%;
	text-align: center;
}
.special-box{
	position: relative;
}
.special-box .photo-bkg{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
    min-height: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.special-box .photo-bkg.newsletter-j{
	background-image: url("../images/special-box/jacob-img-bkg-nl.jpg");
	background-repeat: no-repeat;
	background-position: -155px -35px;
}
.special-box .photo-bkg.anual-report-m{
	background-image: url("../images/special-box/mogens-img-bkg-anr.jpg");
	background-repeat: no-repeat;
	background-position: -95px -55px;
}
.special-box .photo-bkg.statutes-m{
	background-image: url("../images/special-box/mogens-img-bkg-statutes.jpg");
	background-repeat: no-repeat;
	background-position: -170px -10px;
}
.special-box .photo-bkg.wwd-m{
	background-image: url("../images/special-box/mogens-img-bkg-wwd.jpg");
	background-repeat: no-repeat;
	background-position: -100px -75px;
}
.special-box .photo-bkg.about-m{
	background-image: url("../images/special-box/mogens-img-bkg-about.jpg");
	background-repeat: no-repeat;
	background-position: 0 -60px;
}
.special-box .photo-bkg.wwd{
	background-image: url("../images/special-box/jacob-img-bkg-wwd.jpg");
	background-repeat: no-repeat;
	background-position: -25px -70px;
}
.special-box .photo-bkg.bim{
	background-image: url("../images/special-box/jacob-img-bkg-bim.jpg");
	background-repeat: no-repeat;
	background-position: -75px -10px;
}
.special-box .photo-bkg.monika{
	background-image: url("../images/special-box/monika-img-bkg.jpg");
	background-repeat: no-repeat;
	background-position: -100px -15px;
}
.special-box .photo-bkg.rachel{
	background-image: url("../images/special-box/rachel-img-bkg.jpg");
	background-repeat: no-repeat;
	background-position: -130px -40px;
}
.special-box .photo-bkg.laska{
	background-image: url("../images/special-box/laska-img-bkg.jpg");
	background-repeat: no-repeat;
	background-position: -35px -25px;
}
.special-box .photo-bkg.laura{
	background-image: url("../images/special-box/laura-img-bkg.jpg");
	background-repeat: no-repeat;
	background-position: -140px -15px;
}
.special-box .photo-bkg.mogens-oranget{
	background-image: url("../images/special-box/mogens-oranget-img-bkg.jpg");
	background-repeat: no-repeat;
	background-position: -160px -35px;
}
.special-box .photo-bkg.mogens{
	background-image: url("../images/special-box/mogens-img-bkg.jpg");
	background-repeat: no-repeat;
	background-position: -125px -150px;
}
.special-box .photo-bkg.jacob{
	background-image: url("../images/special-box/jacob-img-bkg.jpg");
	background-repeat: no-repeat;
	background-position: -120px -20px;
}
.special-box .photo-bkg.georgi{
	background-image: url("../images/special-box/georgi-img-bkg.jpg");
	background-repeat: no-repeat;
	background-position: -130px -25px;
}
.special-box .photo-bkg.saska{
	background-image: url("../images/special-box/saska-img-bkg.jpg");
	background-repeat: no-repeat;
	background-position: 0 -55px;
}
.special-box p,
.triangle-box.gray .special-box p{
	color: #fff;
}
.what-we-do .special-box.blue{
	margin-bottom: 120px;
}
.about-page .special-box.blue.m-b{
	margin-bottom: 180px;
}
.special-box-color{
	position: relative;
	padding: 40px 30px 20px 10px;
	z-index: 5;
	min-height: 245px;
}
.special-box-color.h300{
	min-height: 300px;
}
.special-box-color.vertical-align-middle{
	align-items: center;
    display: flex;
	padding: 0 30px 0 10px;
}
.special-box-color:before{
	content: "";
    display: block;
    background: #4d9e26;
    position: absolute;
   left: 39px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
	webkit-border-radius:  0 4px 4px 0;
	-moz-border-radius:  0 4px 4px 0;
	border-radius:  0 4px 4px 0;
}
.yellow.special-box .special-box-color:before{
	background: #ff9d00;
}
.green.special-box .special-box-color:before{
	background: #4d9e26;
}
.red.special-box .special-box-color:before{
	background: #c80f2e;
}
.blue.special-box .special-box-color:before{
	background: #004e96;
}
.special-box-color:after{
	content: "";
    display: block;
	position: absolute;
    width: 306px;
    height: 100%;
    background-image: url("../images/colors_backgrounds_green.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 306px 100%;
    left: -165px;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.yellow.special-box .special-box-color:after{
	 background-image: url("../images/colors_backgrounds_yellow.svg");
}
.green.special-box .special-box-color:after{
	 background-image: url("../images/colors_backgrounds_green.svg");
}
.red.special-box .special-box-color:after{
	 background-image: url("../images/colors_backgrounds_red.svg");
}
.blue.special-box .special-box-color:after{
	 background-image: url("../images/colors_backgrounds_blue.svg");
}
/* mobile */
.special-box-mobile{
	display: none;
	overflow: hidden;
}
.special-box-mobile img{
	width: 100%;
	webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.special-box-color-mobile{
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 20px;
	webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.special-box-color-mobile::after,
.special-box-color-mobile::before{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500%;
}
.special-box-color-mobile::before{
	z-index: -1;
	height: 105%;
	
	-webkit-transform: rotate(-10deg) translate(50%,0);
    transform: rotate(-10deg) translate(50%,0);
    -webkit-transform-origin: 80% 0;
    transform-origin: 80% 0;
}
.special-box-color-mobile::after {
    z-index: -2;
    height: 60%;
    opacity: .8;
   
   -webkit-transform: rotate(3deg) translate(25%,0);
    transform: rotate(3deg) translate(25%,0);
    -webkit-transform-origin: 130% 0;
    transform-origin: 130% 0;
}
.green.special-box-mobile .special-box-color-mobile,
.green.special-box-mobile .special-box-color-mobile::before{
	background: #4d9e26;
}
.green.special-box-mobile .special-box-color-mobile::after{
	background: #98c383;
}
.yellow.special-box-mobile .special-box-color-mobile,
.yellow.special-box-mobile .special-box-color-mobile::before{
	background: #ff9d00;
}
.yellow.special-box-mobile .special-box-color-mobile::after{
	background: #f8c067;
}
.blue.special-box-mobile .special-box-color-mobile,
.blue.special-box-mobile .special-box-color-mobile::before{
	background: #004e96;
}
.blue.special-box-mobile .special-box-color-mobile::after{
	background: #4f8ac1;
}
.red.special-box-mobile .special-box-color-mobile,
.red.special-box-mobile .special-box-color-mobile::before{
	background: #c80f2e;
}
.red.special-box-mobile .special-box-color-mobile::after{
	background: #c80f2e;
}
/*.special-box{
	position: relative;
	overflow: hidden;
}
.special-box .photo-bkg{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
    min-height: auto;
	background: url("../images/jacob-img-bkg.jpg") no-repeat 180% 16%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.special-box-color{
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 20px;
	background: #4d9e26;
}
.special-triangle-one,
.special-triangle-two,
.special-triangle-three{
	position: absolute;
}
.special-triangle-one{
	position: absolute;
	left: -100px;
	width: 0;
    height: 0;
      border-left: 115px solid transparent;
    border-right: 77px solid transparent;
    border-bottom: 500px solid #4d9e26;
}
.special-triangle-two{
	position: absolute;
	left: -60px;
	top: -20px;
	transform: rotate(187deg);
	width: 0;
    height: 0;
      border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 300px solid #4d9e26;
	opacity: 0.6;
}*/
/*.special-box-color::after,
.special-box-color::before{
	content: '';
    position: absolute;
    width: 200%;
	top: 0;
    left: -200%;
}
.special-box-color::before{
	top: 0;
    right: 0;
	z-index: -1;
	height: 50%;
	background: #4d9e26;
	-webkit-transform: rotate(-65deg) translate(50%,140%);
    transform: rotate(-65deg) translate(50%,140%);
    -webkit-transform-origin: 80% 0;
    transform-origin: 80% 0;
}
.special-box-color::after {
    z-index: -2;
    height: 25%;
    opacity: .6;
    background: #4d9e26;
   -webkit-transform: rotate(100deg) translate(50%,-337%);
    transform: rotate(100deg) translate(50%,-337%);
    -webkit-transform-origin: 80% 0;
    transform-origin: 80% 0;
}
.special-triangle{
	position: absolute;
    left: -123px;
    bottom: -27px;
    z-index: 3;
    transform: rotate(26deg);
	width: 0;
    height: 0;
      border-left: 10px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 131px solid #41881e;
}*/

/* organisations page */
.org-logo{
	padding-top: 15px;
}
.org-info,
.org-leader-wrap{
	position: relative;
	padding: 30px 35px 10px 0;
}
.org-info h2,
.org-leader-info h2{
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: solid 1px #ecedf8;
}
.org-leader-info{
	margin-bottom: 40px;
}
.org-leader-info h2{
	text-transform: uppercase;
}
.org-leader-info p{
	margin-bottom: 5px;
}
.org-leader-info a{
	color: #434d68;
}
.org-info p{
	margin-bottom: 3px;
}
.org-info p.leader-org{
	margin-bottom: 40px;
	margin-left: 0;
}
.org-info .fa,
.org-leader-info .fa{
	margin-right: 5px;
}
.org-info .address{
	position: relative;
	line-height: 22px;
	padding-left: 20px;
	margin-left: 0;
}
.org-info .address span{
	display: block;
	margin-left: -20px;
}
.org-info .fa{
	color: #8898aa;
}
.org-info .address .fa{
	position: absolute;
	left: 0;
	top: 3px;
}
.org-logo .social-box{
	margin: 20px 0 0;
	text-align: center;
}
.org-leader-info .social-box{
	padding: 0 0 40px;
}
.org-logo .social{
	margin-right: 8px;
}
.three-info-box{
	font-size: 14px;
	line-height: 16px;
	margin: 40px 0;
}
.three-info-box .row div{
	position: relative;
}
.three-info-box strong{
	display: block;
}
.three-info-box .fa{
	font-size: 30px;
	position: absolute;
	left: 15px;
	top: 0;
	margin: 0;
}
.three-info-box .fa.fa-envelope{
	font-size: 35px;
	top: -3px;
	left: 8px;
}
.three-info-box-text{
	margin-left: 40px;
}
.three-info-box-text.country{
	margin-left: 55px;
}
.org-info-description,
.org-leader-description,
.org-leader-wrap .org-info{
	margin-top: 20px;
	border-top: solid 1px #ecedf8;
	padding: 20px 0 0;
}
.org-leader-description{
	margin: 0 0 20px;
}
.org-info-description h5{
	margin: 0 0 10px;
}
.org-info .org-info-description p,
.org-leader-description p{
	text-align: justify;
	margin: 0 0 10px;
}
.badges{
	overflow: hidden;
}
.badges img{
	float: left;
	max-width: 50px;
	margin-right: 10px;
}
/* org member */
.org-member-details .circle,
.leaders-list .circle,
.org-leader-image .circle{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative;
    max-width: 80%;
    margin: 0 auto 20px;
    overflow: hidden;
    z-index: 10;
	border: 10px solid #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.leaders-list .circle{
	margin-bottom: 0;
	border-width: 7px;
}
.leaders-list .leaders-box .circle{
	border-width: 5px;
	margin: 0 auto 20px;
	max-width: 70%;
}
.org-leader-image .circle{
	margin-top: 12px;
}
.org-member-details img,
.leaders-list .circle img,
.org-leader-image .circle img,
.leader-page .circle img{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: auto;
}
.org-member-details .info{
	padding-top: 30px;
}
.org-member-details .name{
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	margin: 50px 0 10px;
	font-family: "TypeType-Medium";
}
.org-member-details .organisation{
	font-size: 20px;
}
.org-member-social p{
	margin-bottom: 5px;
}
.org-member-social .social-box{
	margin-top: 10px;
}
.org-member-social .social-box .social{
	margin-right: 8px;
}
.org-member-description p strong{
	margin-right: 3px;
}
.org-member-description hr{
	border-top: solid 1px #ecedf8;
	margin: 10px 0 20px;
}

/* org list */
.organisations-list{
	text-align: center;
	margin-bottom: 70px;
}
.organisations-list a,
.leaders-list a{
	display: block;
	color: #434d68;
	margin-bottom: 50px;
}
.leaders-list a{
	padding-top: 45px;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
.leaders-list a.social.linkedin{
	color: #555b76;
	padding: 0;
	margin: 30px 0;
}
.leaders-box .info{
	margin: 50px 0 45px;
}
.organisations-list a{
	height: 320px;
	position: relative;
}
.organisations-list .image{
	margin: 30px 0;
}
.organisations-list .image img{
	max-width: 65%;
}
.organisations-list .org-name{
	display: block;
	font-size: 15px;
	font-family: "TypeType-Medium";
	margin: 0;
}
.organisations-list .country{
	display: block;
	margin: 0 0 15px;
}
.membership-type{
	display: block;
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
	border: 0;
	color: #aab7c4;
	font-size: 14px;
	text-decoration: none;
	font-weight: 700;
	font-family: "TypeType-Regular";
	margin-top: 20px;
}
.membership-type span{
	position: relative;
}
.membership-type span:before,
.membership-type span:after{
	content: " . ";
	position: absolute;
	color: #d6dee7;
	font-size: 35px;
	top: -9px;
}
.membership-type span:before{
	left: -15px;
}
.membership-type span:after{
	right: -15px;
}
/*.membership-type.orange{
	background: #f39d26;
}
.membership-type.green{
	background: #5fb151;
}
.membership-type.blue{
	background: #0a519d;
}
.membership-type.red{
	background: #d31735;
}*/
.organisations-list .white-box:hover,
.leaders-list .white-box:hover{
	-webkit-transform: translateY(-2px);
    transform: translateY(-2px);
	
	-webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3), 0 -12px 36px -8px rgba(0, 0, 0, .025);
	box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3), 0 -12px 36px -8px rgba(0, 0, 0, .025)
}
.members-top{
	margin-bottom: 30px;
}
.members-top h1{
	font-size: 40px;
	font-family: "TypeType-Medium";
	margin: 0 0 10px;
}
.dark-bkg .members-top h1,
.dark-bkg .members-top p{
	color: #fff;
}
.members-top h2{
	color: #fff;
	font-size: 40px;
	font-family: "TypeType-Medium";
	margin-bottom: 30px;
}
.members-top .blue{
	color: #0d67c8;
}
.dark-bkg .members-top .blue{
	color: #7cc2ff;
}
.dark-bkg .members-top .green{
	color: #9fe084;
}

/* leaders list */
.leaders-list .name,
.leader-page .name{
	display: block;
    font-size: 20px;
    margin: 0 0 10px;
	padding: 0;
	font-family: "TypeType-Medium";
}
.leader-page .name{
	font-size: 22px;
}
.leaders-list .position,
.leaders-list .company,
.leaders-list .organisation,
.leaders-list .country,
.leader-page .position,
.leader-page .company,
.leader-page .organisation,
.leader-page .country{
	display: block;
    font-size: 13px;
    margin: 5px 0;
    line-height: 20px;
	
}
.leaders-list .position,
.leader-page .position{
	font-size: 18px;
	font-family: "TypeType-Medium";
}
.leaders-list .company,
.leader-page .company{
	font-size: 16px;
}
/* leaders page */
.leaders-box{
	background: #fff;
    text-align: center;
	padding: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	margin-bottom: 30px;
}
/* leader detail */
.leader-page .border-left{
	border-left: solid 1px #e1e2e9;
}
.leader-page hr{
	background: #e1e2e9;
	height: 2px;
	width: 100%;
	margin: 30px 0 40px;
	border-top: 0;
}
/* flag */
.flag{
	position: absolute;
	left: 0;
	top: 0;
    width: 42px;
    height: 28px;
	background-image: url("../images/flags-small-sprite.png");
	background-repeat: no-repeat;
	border: solid 1px #edeef2;
}
.three-info-box .flag{
	left: 15px;
	top: 3px;
}
.org-member-details .flag{
	left: 15px;
	top: 30px;
}
.flag.denmark{
	background-position: 0 -258px;
}
.flag.serbia{
	background-position: 0 -936px;
}
.flag.canada{
	background-position: -49px -806px;
}
.flag.germany{
	background-position: 0 -355px;
}
.flag.belgium{
	background-position: 0 -65px;
}
.flag.finland{
	background-position: 0 -646px;
}
.flag.hungary{
	background-position: 0 -420px;
}
.flag.greece{
	background-position: 0 -388px;
}
.flag.italy{
	background-position: 0 -517px;
}
.flag.saudi-arabia{
	background-position: -147px -968px;
}
.flag.brazil{
	background-position: -49px -580px;
}
.flag.iceland{
	background-position: 0 -452px;
}
.flag.romania{
	background-position: 0 -904px;
}
.flag.spain{
	background-position: 0 -1033px;
}
.flag.austria{
	background-position: 0 -1194px;
}
.flag.czech-republic{
	background-position: 0 -226px;
}
.flag.france{
	background-position: 0 -323px;
}
.flag.bulgaria{
	background-position: 0 -130px;
}
.flag.sierra-leone{
	background-position: -147px -1064px;
}
.flag.colombia{
	background-position: -49px -968px;
}
.flag.sweden{
	background-position: -147px -1387px;
}
.flag.estonia{
	background-position: 0 -291px;
}
.flag.albania{
	background-position: 0 -33px;
}
.flag.poland{
	background-position: 0 -839px;
}
.flag.philippines{
	background-position: -147px -613px;
}
.flag.switzerland{
	background-position: 0 -1226px;
}
.flag.latvia{
	background-position: 0 -581px;
}
.flag.libya{
	background-position: -98px -935px;
}
.flag.lithuania{
	background-position: 0 -613px;
}
.flag.malta{
	background-position: 0 -710px;
}
.flag.turkey{
	background-position: 0 -1098px;
}
.flag.slovakia{
	background-position: 0 -968px;
}
.flag.palestine{
	background-position: -196px -742px;
}
.flag.portugal{
	background-position: 0 -872px;
}
.flag.kosovo{
	background-position: 0 -549px;
}
.flag.saudi-arabia{
	background-position: -147px -968px;
}
.flag.jordan{
	background-position: -98px -613px;
}
.flag.slovenia{
	background-position: 0 -1001px;
}
.flag.croatia{
	background-position: 0 -162px;
}
.flag.united-states{
	background-position: -196px -419px;
}
.flag.united-kingdom{
	background-position: 0 -1130px;
}
.flag.china{
	background-position: -49px -935px;
}
.flag.morocco{
	background-position: -147px 0;
}
.flag.ukraine{
	background-position: 0 -1162px;
}
.flag.argentina{
	background-position: -49px -129px;
}
.flag.norway{
	background-position: -147px -355px;
}
.flag.thailand{
	background-position: -196px -97px;
}
.flag.bosnia-herzegovina{
	background-position: 0 -97px;
}
.flag.guatemala{
	background-position: -98px -193px;
}
.flag.pakistan{
	background-position: -147px -419px;
}
.flag.india{
	background-position: -98px -387px;
}
.leader-page img.br{
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/* Bubble logos */
.bubble-wrap {
  overflow: hidden;
  height: 500px;
}
.bubbles {
  position: relative;
  background: salmon;
}
.bubble{
  position: absolute;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 3px 10px rgba(0, 0, 0, 0.1);
  background-image: url("../images/logo-bubbles.png");
  background-size: 1076px 1076px;
}
.leaders-bubbles .bubble{
	border: solid 7px #fff;
	background-image: url("../images/members/charlotte-thomassen.jpg");
	background-size: 152px 152px;
}
.organisations-bubbles .bubble{
	background-image: url("../images/logo-bubbles.png");
	background-size: 1076px 1076px;
}
.organisations-bubbles .logo1 { background-position:   0      0; }
.organisations-bubbles .logo2 { background-position:  -154px  0; }
.organisations-bubbles .logo3 { background-position:  -308px  0; }
.organisations-bubbles .logo4 { background-position:  -462px  0; }
.organisations-bubbles .logo5 { background-position:  -616px  0; }
.organisations-bubbles .logo6 { background-position:  -770px  0; }
.organisations-bubbles .logo7 { background-position:  -924px  0; }
.organisations-bubbles .logo8 { background-position:   0     -154px; }
.organisations-bubbles .logo9 { background-position:  -154px -154px; }
.organisations-bubbles .logo10 { background-position: -308px -154px; }
.organisations-bubbles .logo11 { background-position: -462px -154px; }
.organisations-bubbles .logo12 { background-position: -616px -154px; }
.organisations-bubbles .logo13 { background-position: -770px -154px; }
.organisations-bubbles .logo14 { background-position: -924px -154px; }
.organisations-bubbles .logo15 { background-position:  0     -308px; }
.organisations-bubbles .logo16 { background-position: -154px -308px; }
.organisations-bubbles .logo17 { background-position: -308px -308px; }
.organisations-bubbles .logo18 { background-position: -462px -308px; }
.organisations-bubbles .logo19 { background-position: -616px -308px; }
.organisations-bubbles .logo20 { background-position: -770px -308px; }
.organisations-bubbles .logo21 { background-position: -924px -308px; }
.organisations-bubbles .logo22 { background-position:  0     -462px; }
.organisations-bubbles .logo23 { background-position: -154px -462px; }
.organisations-bubbles .logo24 { background-position: -308px -462px; }
.organisations-bubbles .logo25 { background-position: -462px -462px; }
.organisations-bubbles .logo26 { background-position: -616px -462px; }
.organisations-bubbles .logo27 { background-position: -770px -462px; }
.organisations-bubbles .logo28 { background-position: -924px -462px; }
.organisations-bubbles .logo29 { background-position:  0     -616px; }
.organisations-bubbles .logo30 { background-position: -154px -616px; }
.organisations-bubbles .logo31 { background-position: -308px -616px; }
.organisations-bubbles .logo32 { background-position: -462px -616px; }
.organisations-bubbles .logo33 { background-position: -616px -616px; }

/* members page */
.impact-page .members-list{
}
.member-box{
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.member-box .image{
	background: #fff;
	text-align: center;
	padding: 20px 50px 0;
	-webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.member-box .image img{
	object-fit: scale-down;
	width: 225px;
	height: 225px;
}
.member-box .image.size-l img{
	max-width: 85%;
}
.member-box .image.size-m img{
	max-width: 70%;
}
.member-box .image.size-s img{
	max-width: 50%;
}
.member-box .info{
	text-align: center;
	/*background: #F6F9FC;*/
	background: #fff;
	padding: 20px 15px;
	-webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius:  0 0 8px 8px;
    border-radius:  0 0 8px 8px;
}
.dark-bkg .member-box .info{
	position: relative;
	/*background: #F6F9FC;*/
	padding: 20px 15px 50px
}
.member-box .org-name,
.member-box .country,
.member-box .members-type{
	color: #434d68;
	display: block;
}
.member-box .org-name{
	font-family: "TypeType-Bold";
	height: 40px;
    overflow: hidden;
	margin-bottom: 20px;
	font-size: 16px;
}
.member-box .country{
	margin: 30px 0;
	font-family: "TypeType-Medium";
	position: relative;
}
.member-box .country::before{
	    content: "";
    position: absolute;
    background: #e0e0e0;
    height: 1px;
    width: 40px;
    left: 50%;
    top: -11px;
    margin-left: -20px;
}
.member-box .member-type{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.member-box .member-type span{
	color: #434d68;
	font-size: 12px;
	display: inline-block;
	padding: 2px 6px 0;
	background: #eeeeee;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	font-family: 'TypeType-Regular';
}
.member-box .members-type{
	position: relative;
	display: inline-block;
	padding: 5px 20px 5px 27px;
	border: solid 1px #E3E5EB;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	font-family: "TypeType-Bold";
}

.member-box .members-type::before{
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	background: #ff9e1b;
}
.member-box .learn-more-arrow{
	display: none;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
}
.member-box .learn-more-arrow span{
	position: relative;
	padding: 5px 35px 5px 20px;
	color: #434d68;
	background: transparent;
	border: solid 2px #E3E5EB;
	    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.member-box .learn-more-arrow span::after{
	position: absolute;
       right: 11px;
    top: 5px;
    content: "\f061";
    font-weight: 700;
	color: #E3E5EB;
    font-family: "Font Awesome 5 Pro";
}
.member-box:hover .learn-more-arrow{
	display: block;
}
/* detail */
.bottom-line{
	border-bottom: solid 1px #edeef2;
}
.member-info{
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.member-info.left-line::before{
	content: "";
	position: absolute;
	left: -10px;
	top : 0;
	width: 1px;
	height: 80px;
	background-color: #edeef2;
}
.member-info p{
	margin-bottom: 0;
	font-family: "TypeType-Medium";
}
.member-info p.uppcase strong,
.member-page .org-leader span{
	color: #c1c4cd;
}
.member-page p.mb5,
.member-info p.uppcase{
	margin-bottom: 5px;
}
.members-img img{
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.member-info .flag,
.leader-page .flag{
    display: block;
    top: 3px;
    position: relative;
}
.member-page h3.org-name{
	margin-bottom: 10px;
	color: #434d68!important
}
.member-page .org-leader{
	font-size: 16px;
	font-family: "TypeType-Medium";
}
.dark-bkg .main-container.member-page .white-box h3{
	color: #434d68;
	font-size: 18px;
}
.dark-bkg .main-container.member-page .white-box h4{
	color: #434d68;
	font-size: 16px;
	margin-bottom: 10px;
}
.member-page .sidebar .committee-member,
#all .committee-member{
	margin-bottom: 30px;
}
.member-page .sidebar .committee-member .circle{
		max-width: 100%;
	border: 3px solid #fff;
}
#all .committee-member .circle{
	border: 5px solid #fff;
}
.dark-bkg .main-container.member-page .committee-member h4.name{
	font-size: 13px;
	color: #434d68;
}
/* become a member */
.become-member-topbox{
	margin: 160px 0 150px;	
}
.become-member-topbox .be-m-button{
	margin-top: 100px;
}
.become-member-topbox h1{
	font-size: 35px;
}
.become-logos-box{
	background: #e9f0f7;
	padding: 150px 0;
}
.become-logos-box .white-box{
	padding: 30px 0;
	background-color: #fff;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.become-logos-box img{
	max-width: 60%;
}
.become-logos-box .white-box img{
	min-height: 100%;
}
.what-we-do .become-logos-box img{
	max-width: 100%;
	background-color: #fff;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
}
.what-we-do .become-logos-box img.fullimg{
	width: 100%;
}
.become-logos-box h2{
	margin: 0 0 10px;
}
.become-logos-box p.desc{
	margin: 100px 0 0;
}
.become-logos-box .f18.text-center{
	margin-bottom: 70px;
}
.become-logos{
	margin-top: 30px;
}
.special-checks-box{
	margin: 100px 0 100px;
}
.statutes-page .special-checks-box h5{
	margin-bottom: 0;
}
/*.special-checks-box h5{
	margin-left: 30px;
}*/
.special-checks-box ul{
	margin-top: 30px;
	margin-bottom: 60px;
	margin-left: 60px;
}
.special-checks-box ul.no-ml{
	margin-left: 0;
}
.special-checks-box ul.no-mb{
	margin-bottom: 0;
}
.special-checks-box ul li{
	list-style-type: none;
	margin: 10px 0;
}
.statutes-page .special-checks-box ul li{
	margin: 20px 0;
}
.special-checks-box ul li span,
.special-checks-box ul.text-center li span{
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	background-image: url("../images/svg/green_checkmark_v1.svg");
	background-repeat: no-repeat;
	background-position: 0 1px;
	background-size: 18px 18px;
	padding: 0 0 0 30px;
}
.special-checks-box.green-check ul li span{
	background-image: url("../images/svg/green_checkmark_v1.svg");
}
.special-checks-box.yellow-check ul li span{
	background-image: url("../images/svg/yellow_checkmark_v1.svg");
}
.special-checks-box.red-check ul li span{
	background-image: url("../images/svg/red_checkmark_v1.svg");
}
.special-checks-box.blue-check ul li span{
	background-image: url("../images/svg/blue_checkmark_v3.svg");
	background-position: 0 2px;
}
.special-checks-box ul.text-center{
	margin-left: 0;
}
.special-checks-box ul.text-center li{
	background: none;
	padding: 0;
}
.special-checks-box ul.text-center li span{
	display: inline;
	margin: 0;
}
.special-checks-box ul.two-col{
	margin-top: 10px;
	margin-left: 0;
	padding: 0 40px 0 20px;
}
.special-checks-box ul.two-col li{
	margin: 0 0 40px;
}
.special-checks-box ul li.two-in-line{
	display: inline-block;
	margin-right: 20px;
}
.three-col-checks{
	margin-bottom: 50px;
}
.special-checks-box .be-m-button{
	margin-top: 50px;
}
.membership-offer-box{
	margin: 150px 0;
}
.not-ready-yet{
	margin: 200px 0 150px;
}
.not-ready-yet .site-button{
	margin-top: 20px;
}
.membership-offer-blue{
	background: #005095;
	padding: 80px 0;
}
.membership-offer-blue .table-striped tbody tr:nth-of-type(odd),
.pricing-table.table-striped tbody tr.pricing-row:nth-of-type(odd){
	background: transparent;
}
.membership-offer-blue h2,
.membership-offer-blue .pricing-table th,
.membership-offer-blue .pricing-table td{
	color: #8cb2d2;
}
.membership-offer-blue table.pricing-table,
.membership-offer-blue .pricing-table th,
.membership-offer-blue .pricing-table td{
	border-color: hsla(208,82.5%,40.4%,.5);;
}
.membership-offer-blue .desc-text,
.membership-offer-blue .desc-text a{
	color: #fff;
}
.membership-offer-blue .desc-text a{
	text-decoration: underline;
}
.membership-offer-blue .desc-text a:hover{
	text-decoration: none;
}
/*reasons box */
.reasons-container{
	margin-top: 150px;
}
.reasons-container p.text-center.f16{
	font-family: "TypeType-Medium";
}
.reasons-box{
	margin-top: 80px;
}
.reasons-box img{
	width: 15%;
	margin-bottom: 10px;
}
.reasons-box h4{
	line-height: 20px;
	margin: 0 0 10px;
	padding-left: 30px;
	background-image: url("../images/svg/green_checkmark_v1.svg");
	background-repeat: no-repeat;
	background-position: 0 1px;
	background-size: 18px 18px;
}
.reasons-box p{
	font-family: "TypeType-Medium";
	margin: 0;
}
.reasons-box p.mb30{
	margin-bottom: 30px;
}
.reasons-box p.icon{
	padding-left: 30px;
	background-image: url("../images/svg/green_checkmark_v1.svg");
	background-repeat: no-repeat;
	background-position: 0 1px;
	background-size: 18px 18px;
}
/* faq container */
.faq-container{
	margin-top: 100px;
}
.faq-container h2{
	margin-bottom: 80px;
}
.faq-container .first-pack{
	padding-right: 5%;
}
/*  text slider */
.text-slider.blue-bkg{
	position: relative;
	color: #fff;
	background: #005095;
	padding: 100px 0;
	margin-bottom: 200px;
}
.text-slider img{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: auto;
}
.text-slider .name,
.text-slider .position,
.text-slider .organisation,
.text-slider .country{
	display: block;
	text-align: center;
    font-size: 16px;
    margin: 5px 0;
    line-height: 15px;
}
.text-slider .name{
	font-size: 19px;
	line-height: 26px;
	color: #fcd669;
	text-transform: uppercase;
	margin: 25px 0 10px;
	font-family: "TypeType-Bold";
}
.health-page-tabs-content .text-slider .name{
	color: #005095;
	text-align: left;
	padding-left: 25px;
	font-family: "TypeType-Medium";
	text-transform: none;
}
.text-slider blockquote{
	font-size: 22px;
	line-height: 30px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: "TypeType-Medium";
	font-style: italic;
	margin: 30px 0 0;
}
.health-page-tabs-content .text-slider blockquote{
	color: #005095;
	font-family: "TypeType-Regular";
}
.text-slider blockquote::before,
.text-slider blockquote::after{
    content: "";
    display: inline-block;
    position: relative;
    width: 12px;
    height: 9px;
    top: -7px;
    background-image: url("../images/quotes.svg");
    background-size: 24px 9px;
}
.text-slider blockquote::before {
    background-position: 0 0;
    left: -7px;
    margin-left: -12px;
}
.text-slider blockquote::after {
    background-position: 100% 0;
    right: -7px;
}
.health-page-tabs-content .text-slider blockquote::before,
.health-page-tabs-content .text-slider blockquote::after{
	background-image: url("../images/quotes-red.svg");
}
.text-slider li div.air {
    padding: 0 55px 0 65px;
}
.health-page-tabs-content .text-slider li div.air {
    padding: 0 25px 0 35px;
}
.text-slider .full-testimonials{
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: inline-block;
	width: 180px;
	margin-left: -90px;
	padding: 10px 0;
	text-align: center;
	color: #434d68;
	font-size: 16px;
	font-family: "TypeType-Medium";
	background: #f6f8fa;
	border: 1px solid #dbe2eb;
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 5px 0 hsla(0,0%,100%,.5), 0 10px 15px -5px rgba(45,62,80,.14);
  -moz-box-shadow: 0 0 5px 0 hsla(0,0%,100%,.5), 0 10px 15px -5px rgba(45,62,80,.14);
  -o-box-shadow: 0 0 5px 0 hsla(0,0%,100%,.5), 0 10px 15px -5px rgba(45,62,80,.14);
  box-shadow: 0 0 5px 0 hsla(0,0%,100%,.5), 0 10px 15px -5px rgba(45,62,80,.14);
}
.text-slider .full-testimonials:hover{
	color: #0d67c8;
}
.flexslider{
	background: transparent;
	border: none;
	margin: 0;
}
.text-slider .flexslider{
	width: 90%;
	margin: 0 auto 50px;
}
.health-page-tabs-content .text-slider .flexslider{
	margin: 0 auto 150px;
}
.text-slider .flex-direction-nav a{
	/*background: #3c95e2;*/
	background: #005095;
	-webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1!important;
  border-radius: 50%;
  text-align: center;
  line-height: 41px;
}
.text-slider .flexslider .flex-direction-nav .flex-prev::before,
.text-slider .flexslider .flex-direction-nav .flex-next::before{
	font-size: 15px;
}
.text-slider .flexslider .flex-direction-nav .flex-prev::before{
	color: #fff;
	content: "\f060";
	font-family: "Font Awesome 5 Pro";
}
.text-slider .flexslider .flex-direction-nav .flex-next::before{
	color: #fff;
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
}
.text-slider .flexslider .flex-direction-nav .flex-prev,
.text-slider .flexslider:hover .flex-direction-nav .flex-prev{
	left: -30px;
}
.text-slider .flexslider .flex-direction-nav .flex-next,
.text-slider .flexslider:hover .flex-direction-nav .flex-next{
	right: -30px;
}
.text-slider .flexslider .flex-direction-nav .flex-prev:hover,
.text-slider .flexslider .flex-direction-nav .flex-next:hover{
	/*background: #59a7ea;	*/
	background: #0462b3;
}

.text-slider .flexslider .flex-direction-nav .flex-prev:hover::before,
.text-slider .flexslider .flex-direction-nav .flex-next:hover::before{
	-webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.text-slider .flex-control-nav{
	bottom: -50px;
}
.text-slider .flex-control-paging li a{
	width: 8px;
	height: 8px;
	background: #fff;
	 opacity: 0.35;
	-webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.text-slider .flex-control-paging li a:hover{
	background: #fff;
	 opacity: 0.35;
}
.text-slider .flex-control-paging li a.flex-active{
	background: #fff;
	opacity: 1;
}
.health-page-tabs-content .text-slider .flex-control-paging li a,
.health-page-tabs-content .text-slider .flex-control-paging li a:hover,
.health-page-tabs-content .text-slider .flex-control-paging li a.flex-active{
	background: #005095;
}
/*tilted-image-box */
.tilted-image-box{
	margin: 0 0 100px;
}
.about-page .tilted-image-box{
	margin: 100px 0;
}
.tilted-image-box.s2x,
.about-page .tilted-image-box.s2x{
	margin: 0 0 180px;
}
.tilted-image-box img{
	width: 100%;
 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* testimonials page */
.three-video-box{
	margin: 0 0 80px;
}
.quote-icon {
    display: block;
    margin: 0 auto 20px;
}
.quote-icon .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.quote-icon .icon path{
	color: #e8e8e8;
	fill: #e8e8e8;
}
.quote-text{
	margin-bottom: 20px;
}
.quote-text p{
	font-size: 16px;
	line-height: 24px;
}
.quote-text>p:last-child {
    margin-bottom: 0;
}
cite{
	font-size: 16px;
	font-family: "TypeType-Medium";
}
/* anual report */
.slide-share-anual-report{
	margin: 80px 0 100px;
}

/* financial-supporters-list */
.financial-supporters-list{
	margin-top: 60px;
}
.financial-supporters-list .white-box{
	display: block;
	color: #434d68;
	min-height: 530px;
	margin-bottom: 30px;
}
.financial-supporters-list .white-box:hover{
}
.financial-supporters-list .image{
	text-align: center;
	margin: 30px 0;
}
.financial-supporters-list .image img{
	max-width: 65%;
}
.financial-supporters-list h3{
	display: block;
	text-align: center;
	font-size: 26px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.financial-supporters-list p{
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	padding: 0 20px;
}
.financial-supporters-list .white-box:hover span{
	color: #0d67c8;
}
.financial-supporters-list .info .text-center{
	position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
}
/* general assembly */
.check-left-box-right{
	margin: 180px 0;
}
.text-image-box-triangle{
	margin-bottom: 150px;
}
.check-left-box-right .image,
.text-image-box-triangle .image{
	margin: -15px;
	position: relative;
	overflow: hidden;
}
.check-left-box-right .image:before,
.text-image-box-triangle .image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    left: 0;
    top: 100%;
    background-color: #fff;
    transform: skewY(-12deg);
    transform-origin: 0 0;
}
.check-left-box-right .white-box p{
	margin-bottom:  50px;
	text-align: justify;
	color: #434d68;
}
.check-left-box-right .image img,
.text-image-box-triangle .image img{
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.check-left-box-right .text,
.text-image-box-triangle .text{
	padding: 40px 20px 20px;
}
.special-check-list li{
	list-style-type: none;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	background-image: url("../images/svg/green_checkmark_v1.svg");
	background-repeat: no-repeat;
	background-position: 0 1px;
	background-size: 18px 18px;
	padding: 0 0 0 30px;
}
.special-check-list.green-check li{
	background-image: url("../images/svg/green_checkmark_v1.svg");
}
.special-check-list.yellow-check li{
	background-image: url("../images/svg/yellow_checkmark_v1.svg");
}
.special-check-list.red-check li{
	background-image: url("../images/svg/red_checkmark_v1.svg");
}
.special-check-list.blue-check li{
	background-image: url("../images/svg/blue_checkmark_v3.svg");
	background-position: 0 4px;
}
.special-check-list li h5{
	margin: 0 0 5px;
}
.special-check-list a{
	color: #fff;
	text-decoration: underline;
}
.special-check-list a:hover{
	text-decoration: none;
}
.bottom-link{
	z-index: 2;
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: inline-block;
	width: 180px;
	margin-left: -90px;
	padding: 10px 0;
	text-align: center;
	color: #434d68;
	font-size: 16px;
	font-family: "TypeType-Medium";
	background: #f6f8fa;
	border: 1px solid #dbe2eb;
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 5px 0 hsla(0,0%,100%,.5), 0 10px 15px -5px rgba(45,62,80,.14);
  -moz-box-shadow: 0 0 5px 0 hsla(0,0%,100%,.5), 0 10px 15px -5px rgba(45,62,80,.14);
  -o-box-shadow: 0 0 5px 0 hsla(0,0%,100%,.5), 0 10px 15px -5px rgba(45,62,80,.14);
  box-shadow: 0 0 5px 0 hsla(0,0%,100%,.5), 0 10px 15px -5px rgba(45,62,80,.14);
}
.bottom-link:hover{
	color: #0d67c8;
}
/* 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%;
}
/* about page */
.about-page{
	/*overflow: hidden;*/
}
.about-page .double-heading-box{
	margin: 125px 0;
}
.about-page .two-boxes-container{
	margin: -80px 0 120px;
	padding: 0;
}
.about-page .be-m-button{
	margin-bottom: 100px;
}
.text-image-box-triangle .image{
	z-index: 2;
}
.stripe-wrap{
	position: relative;
}
.stripe-wrap .white-box{
	z-index: 3;
}
.stripe-box {
	z-index: 0;
	transform: skewY(-12deg);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: 0 0;
}
.stripe-box>div{
	position: absolute;
}
.stripe-box>div:first-of-type {
	background-color: #6772e5;
	top: 198px;
	left: 40px;
	width: 6000px;
	height: 60px;
}
.ontheleft .stripe-box>div:first-of-type{
	left: auto;
	right: 40px;
}
.stripe-box>div:last-of-type {
	background-color: #c4f0ff;
	left: -20px;
	top: 258px;
	width: calc(100% + 126px);
	height: 60px;
}
.ontheleft .stripe-box>div:last-of-type{
	left: auto;
	right: -20px;
}
.stripe-box.blue>div:first-of-type{
	background-color: #004e96;
}
.stripe-box.blue>div:last-of-type{
	/*background-color: #aed3fb;*/
	background-color: #004e96;
	opacity: 0.4;
}
.stripe-box.green>div:first-of-type{
	background-color: #4d9e26;
}
.stripe-box.green>div:last-of-type{
	/*background-color: #c3eabc;*/
	background-color: #4d9e26;
	opacity: 0.4;
}
.stripe-box.yellow>div:first-of-type{
	background-color: #ff9d00;
}
.stripe-box.yellow>div:last-of-type{
	/*background-color: #ffdaa6;*/
	background-color: #ff9d00;
	opacity: 0.4;
}
.stripe-box.red>div:first-of-type{
	background-color: #c80f2e;
}
.stripe-box.red>div:last-of-type{
	background-color: #c80f2e;
	opacity: 0.3
}
.isca-in-numbers{
}
.numbers-stats{
	display: grid;
    grid-gap: 0;
    gap: 0;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(5,1fr);
	margin: 50px 0;
}
.numbers-stat{
    width: auto;
    padding-right: 15px;
	font-size: 16px;
}
.numbers-stat strong{
	display: block;
	color: #0d67c8;
	font-size: 20px;
	margin-bottom: 10px;
}
.blurred-bkg{
	position: relative;
}
.blurred-bkg .stripes{
	z-index: 0;
	transform: skewY(-12deg);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blurred-bkg .stripes>div{
	position: absolute;
	height: 60px;
}
.blurred-bkg .stripes div:first-child{
	top: 0;
	right: 0;
	width: 200px;
	background-color: #aed3fb;
}
.blurred-bkg .stripes div:nth-child(2){
	top: 60px;
	right: 0;
	width: 400px;
	background-color: #0a519d;
}
.blurred-bkg .stripes div:nth-child(3){
	top: 0;
	left: 0;
	width: 100px;
	background-color: #0b325d;
}
.blurred-bkg .stripes div:nth-child(4){
	bottom: 70px;
	left: 0;
	width: 300px;
	background-color: #96b8dd;
}

/* youth page */
.bkg-text-container{
	position: relative;
}
.bkg-text-container img{
	margin-bottom: 0!important;
}
.bkg-text-container img.youth-mobile{
	display: none;
}
.bkg-text-container .text-over{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -25px;
}
.bkg-text-container .text-over h1{
	color: #fff;
}
/* zig zag */
.no-air{
	padding: 0;
}
.full-box-air{
	padding: 0 10%;
}
.color-box .full-box-img{
	height: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
	width: 100%;
}
.no-air .col-12,
.no-air .col-sm-6,
.no-air .col-md-6,
.no-air .col-lg-6,
.no-air .col-xl-6,
.no-air .col-12 {
    padding-left: 0;
    padding-right: 0;
}
.full-box-air h4,
.full-box-air p{
	color: #fff;
}
.white-triangle-over-image{
	margin: 100px 0;
}
.white-triangle-over{
	position: relative;
	z-index: 2;
	margin: -15px;
    overflow: hidden;
}
.white-triangle-over img{
	-webkit-border-radius: 4px 0 0 4px;
   -moz-border-radius: 4px 0 0 4px;
   border-radius: 4px 0 0 4px;
 }
.white-triangle-over::before{
	content: "";
    position: absolute;
    width: 87px;
    height: 100%;
    right: 0;
    top: 100%;
    background-color: #fff;
    transform: skewY(-74deg);
    transform-origin: 0 0;
}
.white-triangle-over-image .text{
	padding-top: 20px;
}
.evs-box {
	padding: 30px;
	margin-bottom: 30px;
}
.evs-box img{
	width: 65%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.evs-box p.medium-font{
	/*color: #6f788f;*/
	color: #8b94ac;
}
.evs-box p.italic-font{
	margin: 0;
}
/* chess-logo-boxes */
.chess-logo-container{
	margin-bottom: 50px;
}
.chess-logo-container h2.text-center{
	margin-top: 100px;
}
.chess-logo-box{
	position: relative;
	padding: 70px 0;
}
.chess-logo-box.colored{
	background: #e9f0f7;
}
.chess-logo-box::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 #f6f8fa;
}
.chess-logo-box.colored::after{
	border-top: 30px solid #e9f0f7;
}
.chess-logo-box h4{
	
}
.chess-logo-box h4 a{
	color: #434d68;
}
.chess-logo-box h4 a .fa-arrow-right{
	display: none;
	position: relative;
	top: -2px;
}
.chess-logo-box h4 a:hover .fa-arrow-right{
	display: inline-block;
}
.chess-logo{
	display: block;
	text-align: center;
	background: #fff;
	padding: 10px 20px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 2px 16px rgba(0,0,0,.15);
	-webkit-box-shadow: 2px 2px 16px rgba(0,0,0,.15);
}
.chess-logo:hover{
	box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
	-webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
}
.chess-logo img{
	max-width: 80%;
}
.chess-logo .learn-more{
	display: block;
	background: #f6f9fc;
	color: #434d68;
	text-decoration: none;
	padding: 10px 0;
	margin: 0 -20px -10px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	
}

.chess-logo a:hover{
	color: #3e4965;
}
.chess-logo .learn-more span{
	position: relative;
}
.chess-logo .learn-more .fa-arrow-right{
	display: none;
	position: absolute;
	right: -17px;
	top: 3px;
}
.chess-logo:hover .learn-more .fa-arrow-right{
	display: inline-block;
}
/* slider about page */
.slider-about-container{
	clear: both;
	position: relative;
	margin: 0 0 100px;
}
.slider-about-container .flexslider{
	clear: both;
}
.slider-about-container .flexslider li{
    position: relative;
}
.slider-about-container .flexslider .caption-wrap{
	text-align: center;
	position: absolute;
	left: 0px;
	top: 40%;
	width: 100%; 
}
.slider-about-container .flexslider h2{
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-weight: 700;
	font-size: 45px;
    line-height: 55px;
	margin: 0 0 20px;
}
.slider-about-container .flexslider h2 span{
	display: inline-block;
	background: rgba(139,139,139,0.5);
	padding: 0 20px;
    line-height: normal;
}
.slider-about-container .flexslider p{
    font-size: 26px;
    line-height: 30px;
    color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-weight: 700;
	margin: 0;
}
.slider-about-container .flexslider .site-button{
	margin-top: 30px;
}
.slider-about-container .flexslider .flex-direction-nav li,
.slider-membership-container .flexslider .flex-direction-nav li{
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 36px;
	height: 36px;
	margin: -18px 0 0;
	background-color: #fff;
	box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);
	 -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.slider-about-container .flexslider .flex-direction-nav li.flex-nav-prev{
	left: 20px;
}
.slider-membership-container .flexslider .flex-direction-nav li.flex-nav-prev{
	left: -20px;
}
.slider-about-container .flexslider .flex-direction-nav li.flex-nav-next{
	right: 20px;
}
.slider-membership-container .flexslider .flex-direction-nav li.flex-nav-next{
	right: -20px;
}
.slider-about-container .flexslider .flex-direction-nav li:hover,
.slider-membership-container .flexslider .flex-direction-nav li:hover{
	background-color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
}
.slider-about-container .flexslider .flex-direction-nav a ,
.slider-membership-container .flexslider .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	text-indent: -9999px;
	background-image: url("/images/flexslider-arrows.png");
	background-repeat: no-repeat;
	
	text-align: center;
	position: static;
	margin: 0;
}

.slider-about-container .flexslider .flex-direction-nav .flex-prev,
.slider-membership-container .flexslider .flex-direction-nav .flex-prev{
	background-position: 50% -73px;
}
.slider-about-container .flexslider .flex-direction-nav .flex-next,
.slider-membership-container .flexslider .flex-direction-nav .flex-next{
	background-position: 55% 10px;
}
.slider-about-container .flexslider,
.slider-about-container .flexslider .flex-viewport,
.slider-about-container .flexslider .slides img,
.slider-membership-container .flexslider,
.slider-membership-container .flexslider .flex-viewport{
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* home page */
.online-learning{
	margin-bottom: 30px;
}
.online-learning-box{
	display: block;
	margin-bottom: 50px;
	   -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	border: solid 1px #f0f0f0;
}
.online-learning-box.single{
	margin-bottom: 0;
	
}
.blue .online-learning-box.single{
	border: none;
}
.online-learning-box:hover{
	
}
.online-learning-box .image{
	position: relative;
	overflow: hidden;
	display: block;
	background-color: #e6e6e6;
	    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.online-learning-box .text{
	display: block;
	overflow: hidden;
	background: #fff;
	padding: 15px;
	   -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}
.online-learning-box .text h4 {
	margin: 0;
	display: block;
	color: #005095;
	font-size: 16px;
	margin-bottom: 8px;
	height: 51px;
	overflow: hidden;
}
.online-learning-box .text h5 {
	font-size: 13px;
	color: #888;
	margin: 0 0 5px;
	font-family: "TypeType-Medium";
}
.online-learning-box .see-more{ 
}
.online-learning-box .see-more a{
	float: left;
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 10px;
	border: solid 2px #00a6dc;
    color: #00a6dc;
	font-family: "TypeType-Medium";
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.online-learning-box .see-more span{
	float: right;
	font-size: 14px;
	color: #434d68;
	font-family: "TypeType-Medium";
	margin-top: 5px;
	padding-right: 20px;
}
.online-learning-box .see-more span{
	position: relative;
}
.online-learning-box .see-more span::after{
		display: none;
	position: absolute;
	    right: 0;
    top: 0;
	content: "\f061";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
}
.online-learning-box:hover .see-more span::after{
	display: block;
}
/* membership slider */
.slider-membership-container{
	margin: 100px 0 0;
}
.slider-membership-container .flexslider{
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
	-webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
}
.slider-membership-container .flexslider .slides img{
	
}
.slider-membership-container .text{
	padding: 30px 60px 30px 0;
}
.slider-membership-container .quot{
	font-size: 16px;
	line-height: 24px;
	font-family: "TypeType-Regular-Italic";
}
.slider-membership-container .author{
	font-size: 18px;
	font-family: "TypeType-Medium";
}
.slider-membership-container .author-position{
	margin: 0;
}
.slider-membership-container .image{
	height: 100%;
	 -webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.slider-membership-container .image img{
	height: 100%;
	 -webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.slider-membership-container .image::before{
	content: "";
    position: absolute;
	width: 100px;
	height: 100%;
	background: #fff;
    top: 0;
    right: -45px;
    bottom: 0;
	opacity: 1;
    transform: skewX(-12deg);
}

/* triangle box */
.triangle-out-box{
	overflow: hidden;
	background: #005095;
	position: relative;
	padding: 100px 0 250px;
	 margin-bottom: -215px;
}
.triangle-out-box::before{
	content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 400px;
		height: 6000px;
		background: #f6f9fc;
		-webkit-transform: skew(0,-6deg);
		transform: skew(0,-6deg);
}
.triangle-out-box h2,
.triangle-out-box p{
	color: #fff;
}
.triangle-out-box .container{
	z-index: 2;
	position: relative;
}
/* puzzle gallery */
.puzzle-gallery-container{
	margin: 0 -10px 0 -10px;
	padding: 50px 0 100px;
}
.puzzle-gallery-container div[class*="col-"]{
	padding-right: 10px;
	padding-left: 10px;
}
.puzzle-gallery-container .row{
	margin-right: -10px;
	margin-left: -10px;
}
.puzzle-gallery-container img{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);
	
	    -webkit-transition-duration: .15s;
    transition-duration: .15s;
	
}
.puzzle-gallery-container.no-shadow img{
	box-shadow: none;
    -webkit-box-shadow: none;
}
.puzzle-gallery-container a:hover,
.puzzle-gallery-container img:hover{
	/*-webkit-transform: translateY(-2px);
    transform: translateY(-2px);*/
	transform: scale(0.99);
}
.puzzle-gallery-container .mb30{
	margin-bottom: 20px;
}

/* membership-offer-page */
.dark-bkg,
.membership-offer-page{
	background: #005095;
}
.dark-bkg.green{
	background: #38771e;
}
.membership-offer-page .not-ready-yet{
	margin-bottom: 200px;
}
.membership-offer-page .request-call:hover{
	color: #426c91;
}
.dark-bkg .main-container h1,
.dark-bkg .main-container h2,
.dark-bkg .main-container h3,
.dark-bkg .main-container h4,
.dark-bkg .main-container h5,
.dark-bkg .main-container h6,
.dark-bkg .subscribe-box h3,
.dark-bkg .subscribe-box h4,
.dark-bkg .not-ready-yet h1,
.dark-bkg .reasons-container p,
.dark-bkg .not-ready-yet p,
.dark-bkg .footer-col li a:hover,
.dark-bkg .footer-col.isca-contacts a:hover,
.dark-bkg .footer-nav li a:hover,
.dark-bkg .main-container .job-title,
.dark-bkg .main-container .org-name,
.dark-bkg .main-container .country,
.download{
	color: #fff;
}
.dark-bkg .main-container .white-box h1,
.dark-bkg .main-container .white-box h2,
.dark-bkg .main-container .white-box h3,
.dark-bkg .main-container .white-box h4,
.dark-bkg .main-container .white-box h5,
.dark-bkg .main-container .white-box h6,
.dark-bkg .main-container .white-box .org-name,
.dark-bkg .main-container .white-box .job-title,
.dark-bkg .main-container .white-box .country{
	color: #005095;
}
.dark-bkg .main-container.leader-page .white-box .country{
	color: #434d68;
}
.dark-bkg .footer-col .social-links li a .fab,
.dark-bkg .footer-col .social-links li a:hover .fab,
.dark-bkg .social-links li a .fab,
.dark-bkg .social-links li a:hover .fab,
.member-social .fa-brands{
	color: #c4cdd5;
}
.dark-bkg .member-social .social-links li a .fab,
.dark-bkg .member-social .social-links .fa-brands{
	color: #0d67c8;
}
.dark-bkg .member-social .social-links li a.linkedin:hover .fab{
	color: #0077B5;
}
.dark-bkg .member-social .social-links li a.twitter:hover .fa-brands{
	color: #000;
}
.dark-bkg .member-social .social-links li a.youtube:hover .fab{
	color: #FF0000;
}
.dark-bkg .member-social .social-links li a.facebook:hover .fab{
	color: #1877F2;
}
.dark-bkg .member-social .social-links li a.instagram:hover .fab{
	color: #d62976;
}
.dark-bkg .footer-mbox{
	background: rgba(255, 255, 255, 0.9);
}

/* memb-offer-highlight */
.memb-offer-highlight{
	padding: 30px 40px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.color-box.memb-offer-highlight p.f16{
	text-align: left;
}

/*  memb-overview-box */
.memb-overview{
	margin: 150px 0;
}
.memb-overview-box{
	display: block;
	color: #434d68;
	text-align: center;
	    min-height: 440px;
		background: #fff;
		padding: 15px;
		margin-bottom: 30px;
		    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 2px 2px 16px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 2px 2px 16px rgb(0 0 0 / 15%);
}
.memb-overview-box:hover{
	color: #434d68;
	box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
	-webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
}
.dark-bkg .memb-overview-box:hover,
.membership-overview-blue-box .memb-overview-box:hover{
	 box-shadow: 0 13px 27px -5px rgba(50,50,93,.75), 0 8px 16px -8px rgba(0,0,0,.8), 0 -6px 16px -6px rgba(0,0,0,.075);
	-webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.75), 0 8px 16px -8px rgba(0,0,0,.8), 0 -6px 16px -6px rgba(0,0,0,.075);
}
.dark-bkg .memb-overview-box:hover h4,
.membership-overview-blue-box .memb-overview-box:hover h4{
	text-decoration: underline;
}
.memb-overview-box img,
.memb-overview-full img{
	margin-bottom: 20px;
}
.memb-overview-box p{
	text-align: left;
}
.memb-overview-box h4{
	font-size: 18px;
}
.memb-overview-box h6{
	font-size: 16px;
}
.memb-overview-box h4.green,
.memb-overview-box h6.green,
.memb-overview-full h4.green,
.memb-overview-full h6.green{
	color: #509e2f;
}
.memb-overview-box h4.mover{
	margin: 80px 0 60px;
}
.memb-overview-box h4.orange,
.memb-overview-box h6.orange,
.memb-overview-full h4.orange,
.memb-overview-full h6.orange{
	color: #ff9e1b;
}
.memb-overview-box h4.blue,
.memb-overview-box h6.blue,
.memb-overview-full h4.blue,
.memb-overview-full h6.blue{
	color: #005095;
}
.memb-overview-box h4.red,
.memb-overview-box h6.red,
.memb-overview-full h4.red,
.memb-overview-full h6.red{
	color: #c8102e;
}

/* memb-overview-full */
.memb-overview-full{
	padding: 20px 30px;
}
.memb-overview-full h5.heading{
	color: #fff!important;
	background: #005095;
	padding: 10px 0;
	margin-bottom: 30px;
	text-align: center;
}
.memb-overview-full h4{
	font-size: 20px;
}
.memb-overview-full p,
.memb-overview-full li{
	font-family: "TypeType-Medium";
}
.memb-overview-full p{
	text-align: left;
}
.memb-overview-full ul{
	margin: 0 0 0 20px;
}
.memb-overview-full ul li{
	font-size: 15px;
	margin-bottom: 8px;
}
.memb-overview-full p span.green,
.memb-overview-full p span.orange,
.memb-overview-full p span.blue,
.memb-overview-full p span.red{
	color: #fff;
	font-family: "TypeType-Bold";
	padding: 3px 5px;
}
.memb-overview-full p span.green{	
	background: #509e2f;	
}
.memb-overview-full p span.orange{
	display: inline-block;
	background: #ff9e1b;
}
.memb-overview-full p span.blue{
	display: inline-block;
	background: #005095;
}
.memb-overview-full p span.red{
	display: inline-block;
	background: #c8102e;
}
.memb-overview-full span.text-center{
	display: block;
}
.memb-overview-full .categorisation{
	font-size: 12px;
	font-family: "TypeType-Regular";
}
.memb-overview-full .site-button{
	margin-top: 40px;
}

/* membership-overview-blue-box */
.membership-overview-blue-box{
	position: relative;
	background: #005095;
	padding: 150px 0 20px;
	margin: 150px 0;
}
.membership-overview-blue-box::before{
	    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    margin-left: -40px;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
	    border-top: 30px solid #f6f8fa;
}
.membership-overview-blue-box::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 #005095;
}
.membership-overview-blue-box h2{
	color: #fff;
}
.membership-overview-blue-box .memb-overview{
	margin: 0 0 150px;
}
/* newsletter archive */
.display_archive {
	border-bottom: solid 1px #dddddd;
}
.table-wrap .display_archive {
	border-color: hsla(0,0.0%,100%,.2);	
}
.display_archive .campaign {
	padding: 10px;
	border: solid 1px #dddddd;
	border-width: 1px 1px 0 1px;
}
.table-wrap .display_archive .campaign{
	border-color: hsla(0,0.0%,100%,.2);	
}
.table-wrap .display_archive .campaign,
.table-wrap .display_archive .campaign a{
	color: #fff;
}
.display_archive .campaign:nth-of-type(even),
.color-box.blue .table-wrap .table-striped > tbody > tr:nth-of-type(odd),
.color-box.red .table-wrap .table-striped > tbody > tr:nth-of-type(odd){
	background-color: hsla(0,0.0%,100%,.02);
}
.color-box.red .table-wrap .table-striped,
.color-box.blue .table-wrap .table-striped{
	border-color: hsla(0,0.0%,100%,.2);
	margin: 0;
}
.color-box.blue .table-wrap .table-striped tr th:first-child,
.color-box.blue .table-wrap .table-striped tr th:first-child + th,
.color-box.blue .table-wrap .table-striped tr td:first-child,
.color-box.blue .table-wrap .table-striped tr td:first-child + td,
.color-box.red .table-wrap .table-striped tr th:first-child,
.color-box.red .table-wrap .table-striped tr th:first-child + th,
.color-box.red .table-wrap .table-striped tr td:first-child,
.color-box.red .table-wrap .table-striped tr td:first-child + td{
	border-color: hsla(0,0.0%,100%,.2);	
}
.color-box.blue .table-wrap  .isca-table th,
.color-box.blue .table-wrap  .isca-table td,
.color-box.blue .table-wrap  .isca-table a,
.color-box.red .table-wrap  .isca-table th,
.color-box.red .table-wrap  .isca-table td,
.color-box.red .table-wrap  .isca-table a{
	color: #fff;
}
.newsletter-heading{
	display: block;
	font-size: 16px;
	font-family: "TypeType-Bold";
	padding: 10px;
	background: #f9f9f9;
	border: solid 1px #dddddd;
	border-width: 1px 1px 0 1px;
}
.table-wrap .newsletter-heading{
	color: #fff;
	background-color: rgba(255, 255, 255, 0.05);
	border: solid 1px hsla(0,0.0%,100%,.2);
	border-width: 1px 1px 0 1px;
}
.color-box.blue .table-wrap,
.color-box.red .table-wrap{
	background-color: rgba(255, 255, 255, 0.05);
	padding: 15px;
	    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
/* initiatives-box */
.initiatives-box{
	display: block;
	background: #fff;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	margin-bottom: 30px;
}
.member-page .initiatives-box{
	border: solid 1px #dbe4ec;/*dcddde*/
}
.initiatives-3box-img{
	margin-bottom: 30px;
}
.initiatives-box .image,
.project-resources-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;
}
.project-resources-box .image{
	margin: -15px -15px 0;
}
.brands-container .project-resources-box .image{
	padding: 50px 0;
}
.project-resources-box .image img{
	max-width: 80%;
}
.triangle-box .initiatives-box img,
.color-box .initiatives-box img,
.color-box .project-resources-box img{
	 -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.triangle-box .initiatives-box img.initiatives-logo,
.color-box .initiatives-box img.initiatives-logo{
	padding: 20px;
	border: solid 1px #f0f0f0;
}
.triangle-box .initiatives-box h5,
.color-box .initiatives-box h5,
.member-page .initiatives-box h5,
.impact-page .with-bkg .initiatives-box h5{
	color: #005095;
	margin-bottom: 10px;
	padding: 20px 15px 0;
	height: 58px;
	overflow: hidden;
	font-size: 18px;
    line-height: 20px;
	font-family: "TypeType-Medium";
}
.triangle-box .initiatives-box p,
.triangle-box .initiatives-box p a,
.color-box .initiatives-box p,
.color-box .initiatives-box p a,
.member-page .initiatives-box p,
.member-page .initiatives-box p a,
.impact-page .with-bkg .initiatives-box p,
.impact-page .with-bkg .initiatives-box p a{
	color: #434d68;
	font-size: 14px;
	line-height: 18px;
}
.triangle-box .initiatives-box p,
.color-box .initiatives-box p,
.member-page .initiatives-box p,
.impact-page .with-bkg .initiatives-box p{
	font-family: "TypeType-Medium";
	height: 73px;
	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-family: "TypeType-Medium";
	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-3box-img{
	width: 100%;
}

/* nea about page */
.about-highlight{
	position: relative;
}
.about-highlight .content-over{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.about-highlight .content-over .container,
.about-highlight .content-over .d-flex{
	height: 100%;
}
.about-highlight .content-over .d-flex.align-items-end{
	padding-bottom: 80px;
}
h1.small-h1-uppcase{
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
.about-highlight.bottom h1.small-h1-uppcase{
	padding-top: 30%;
}
.about-highlight h2,
.about-bottom h2{
	color: #fff;
	font-size: 30px;
}
.about-highlight.middle h2{
	padding-top: 17%;
}
.about-highlight h3{
	color: #fff;
}
.about-highlight.regular{
	font-family: "TypeType-Regular";	
}
.about-highlight p{
	color: #fff;
	font-size: 15px;
}

/* v2 */
.about-highlight.v2{
	padding: 27% 0 8%;
}
.about-highlight.v3{
	background: url(../images/paralax-people/Header_42-1920x1080.jpg) no-repeat 50% -60px;
 }
 .about-highlight.v4{
	background: url(../images/paralax-people/Mogens-Kirkeby-2_1920x1080.jpg) no-repeat 50% -20px;
 }
.delegate-highlight{
	padding: 15% 0 18%;
}
.delegate-highlight h1,
.delegate-highlight p{
	color: #fff;
}
.delegate-highlight h1{
	font-size: 38px;
	line-height: 58px;
}
/* about map */
.about-map{
	padding: 80px 0;
	background: #f6f6f6;
}
/* structure */
.structure{
	padding: 80px 0 120px;
	background: #f8f8f8;
}
.structure .fas{
	margin-right: 8px;
    font-size: 20px;
    position: relative;
    top: 2px;
	color: #434d68;
}
.structure a.link-arrow strong{
	position: relative;
}
.structure a.link-arrow strong::after{
	display: none;
	position: absolute;
	right: -20px;
    top: 0;
	content: "\f061";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
}
.structure a.link-arrow:hover strong::after{
	display: block;
}
.structure-quot-box{
	background: #fff;
	padding: 20px 25px 45px;
	 -webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	margin-bottom: 60px;
}
.v2 .structure-quot-box{
	min-height: 390px;
	margin-bottom: 0;
}
img.structure-quot-img{
	width: 100%;
	 -webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	margin-top: 60px;
}
.structure-quot-box .quot{
	font-size: 18px;
	font-family: "TypeType-Medium";
}
.structure-quot-box .author{
	font-family: "TypeType-Medium-Italic";
}
.flexslider-carousel .flex-control-paging li a{
	background: #005095;
	-webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;	
}
.flex-control-paging li a.flex-active{
	width: 17px;
	height: 17px;
	position: relative;
    top: -3px;	
}
/* movingpeople */
.movingpeople{
	background: #f6f8fa;
	padding: 120px 0;
}
.movingpeople p{
	font-size: 26px;
	line-height: 32px;
}
.movingpeople p strong{
	margin-right: 7px;
}
.movingpeople .logo{
	max-width: 7%;
    position: relative;
    top: -1px;
}
.movingpeople img.mp-title{
	max-width: 80%;
	margin-bottom: 20px;
	fill: #005aaa;
}
/* flexslider-history */
.triangle-box.aboutv2{
	padding: 120px 0 160px;
}
.flexslider-history .item{
	background: #fff;
	padding: 25px;
	 -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.flexslider-history .item img{
	 -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.flexslider-history .year{
	font-size: 26px;
	font-family: "TypeType-Black-Italic";
	color: #2d2d2d;
}
.flexslider-history .text{
	font-size: 20px;
	color: #2d2d2d;
}
.flexslider-history.flexslider .flex-direction-nav a{
	text-decoration: none;
	display: block;
	width: 46px;
	height: 46px;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	background-image: none;
	border: solid 1px #fff;
	 -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0;
	top: 80px;
}
.flexslider-history.flexslider .flex-direction-nav .flex-prev,
.flexslider-history.flexslider:hover .flex-direction-nav .flex-prev{
	left: -60px;
}
.flexslider-history.flexslider .flex-direction-nav .flex-next,
.flexslider-history.flexslider:hover .flex-direction-nav .flex-next{
	right: -60px;
}
.flexslider-history.flexslider .flex-direction-nav a.flex-next:before,
.flexslider-history.flexslider .flex-direction-nav a.flex-prev:before{
	line-height: 150px;
}
.flexslider-history.flexslider .flex-direction-nav a.flex-next:after,
.flexslider-history.flexslider .flex-direction-nav a.flex-prev:after{
	content: "\f105";
	font-weight: 900;
    font-family: "Font Awesome 5 Pro";
	color: #fff;
    text-shadow: none;
    position: absolute;
    left: 16px;
    top: 10px;
    font-size: 22px;
}
.flexslider-history.flexslider .flex-direction-nav a.flex-prev:after{
	content: "\f104";
}
/* health-page-highlight */
.health-page-highlight{
	min-height: 500px;
}
.health-page-tabs{
	background: #005095;
}
.health-tabs{
	text-align: center;
	width: 100%;
}
.health-tabs li{
	width: 16%;
	display: inline-block;
}
.health-tabs li a{
	display: block;
	color: #fff;
	padding: 17px 25px;
}
.health-tabs li a:hover{
	text-decoration: underline;
}
.health-tabs li.active a{
    color: #005095;
	background: #f6f8fa;
}
.health-page-tabs-content{
	background: #f6f8fa;
	position: relative;
}
.health-page-tabs-content.triangle-only::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 #f6f8fa;
}
/* health-page-tabs-content */
.health-page-tabs-content{
	padding: 80px 0;
}
.health-page-highlight h1,
.health-page-highlight p{
	color: #fff;
}
.what-we-do-filter-container{
	padding: 100px 0 50px;
}
.contact-page .what-we-do-filter-container{
	padding: 180px 0 0;
}
.what-we-do-filter-container h1{
	font-size: 38px;
}
.what-we-do-filter-container h1,
.what-we-do-filter-container h5,
.what-we-do-filter-container p{
	color: #fff;
}
.wwd-filter-box{
	background: #c80f2e;
	padding: 60px 60px 30px;
	position: relative;
	margin: 40px 0;
		-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.wwd-filter-box.members-types{
	display: inline-block;
	padding: 10px;
	margin: 40px 0 80px;
	background: transparent;
    border: solid 1px #4d95e2;
    	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}
.wwd-filter-box.community-types{
	background: #509e2f;
	border: solid 1px transparent;
	padding: 60px 60px 30px;
		-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.contact-page .wwd-filter-box{
	display: grid;
	margin: 80px 0 0;
	padding: 60px;
}
.contact-page .wwd-filter-box h4{
	color: #fff;
	font-size: 16px;
	margin-top: 25px;
	font-family: "TypeType-Regular";
}
.wwd-filter-box::after{
	z-index: 2;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -28px;
	margin-left: -40px;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 30px solid #c80f2e;
}
.wwd-filter-box.members-types::after{
	content: none;
}
.wwd-filter-box.community-types::after{
	content: "";
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 30px solid #509e2f;
}
.wwd-filter-box ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
}
.wwd-filter-box ul li{
	display: inline-block;
	list-style-type: none;
	margin-left: 20px;
	margin-bottom: 20px;
}
.wwd-filter-box.members-types ul li{
	margin: 0 5px;
}
.wwd-filter-box.community-types ul li{
	margin: 0 0 20px 20px;
}
.wwd-filter-box ul li a{
	display: inline-block;
	color: #fff;
	font-family: "TypeType-Medium";
	border: solid 1px #fff;
	padding: 8px 20px;
	  -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.wwd-filter-box.members-types ul li a{
	color: #fff;
	font-family: "TypeType-Regular";
	padding: 5px 20px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border: solid 1px #fff;
    background: transparent;
}
.wwd-filter-box.community-types ul li a{
	padding: 8px 20px;
	font-family: "TypeType-Medium";
	 -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.wwd-filter-box ul li a:hover{
	background: #005095;
}
.wwd-filter-box.members-types ul li a:hover{
	border: solid 1px rgba(153, 153, 153, 0.5);
	background: transparent;
}
.wwd-filter-box.community-types ul li a:hover{
	border: solid 1px #38771e;
}
.wwd-filter-box ul li.active a{
	background: #005095;
	border: solid 1px #427098;
}
.wwd-filter-box.members-types ul li.active a{
	color: #191f3b;
	background: #fff;
    border: solid 1px #fff;
}

/* mobile */
.wwd-filter-box-mobile{
	display: none;
	background: #c80f2e;
	padding: 30px;
	position: relative;
	margin: 40px 0 0;
		-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.wwd-filter-box-mobile::after{
	z-index: 2;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -28px;
	margin-left: -40px;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 30px solid #c80f2e;
}
.wwd-filter-box-mobile .tags-dropdown{
	border: solid 1px #fff;
		-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.wwd-filter-box-mobile .tags-dropdown a{
	display: block;
	padding: 8px 15px;
	color: #fff;
	text-decoration: none;
}
.wwd-filter-box-mobile .dropdown-toggle::after{
	position: absolute;
	right: 10px;
	top: 50%;
}
.wwd-filter-box-mobile .dropdown-menu{
	transform: none!important;
	top: 40px!important;
	background: #c80f2e;
	border: solid 1px #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.wwd-filter-box-mobile .dropdown-menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.wwd-filter-box-mobile .dropdown-menu ul li{
	
}
.wwd-filter-box-mobile .dropdown-menu ul li a{
	display: block;
	font-size: 14px;
	padding: 10px;
	color: #fff;
	border-top: solid 1px rgb(255, 255, 255, 0.3);
}
.wwd-filter-box-mobile .dropdown-menu li:first-child a{
	border-top: none;
}
/* blue table */
table.blue-table th,
table.blue-table td,
table.blue-table td a{
    color: #ddd;
}
.blue-table.isca-table{
	border: 1px solid #3876af;
}
.blue-table.table th,
.blue-table.table td{
	width: 60%;
	border-left: 1px solid #3876af;
	border-top: 1px solid #3876af;
}
.blue-table.isca-table th:first-child,
.blue-table.isca-table td:first-child{
	width: 40%;
}
.blue-table.table-striped tbody tr:nth-of-type(odd){
	background-color: rgba(255, 255, 255, 0.1);
}
.blue-table.isca-table tr th:first-child,
.blue-table.isca-table tr th:first-child + th,
.blue-table.isca-table tr td:first-child,
.blue-table.isca-table tr td:first-child + td{
	border-right: 1px solid #3876af;
}
/* new what we do page */
.what-we-do-page .recent-initiatives-table{
	padding-right: 40px;
}
.what-we-do-page .recent-initiatives-table h3{
	color: #9edbfd;
	padding-top: 35px;
}
.what-we-do-page .recent-initiatives-table p{
	color: #cfd7df
}
.what-we-do-page .logos-table td,
.logos-table.health-logos td{
	width: 25%;
	text-align: center;
	padding: 40px 0;
	vertical-align: middle;
}
.logos-table.health-logos td{
	width: 20%;
}
.what-we-do-page .logos-table,
.logos-table.health-logos{
	border: none;	
}
.what-we-do-page .logos-table td,
.logos-table.health-logos td{
	border-left: none;
	border-top: none;
	border-right: none;
}
.what-we-do-page .logos-table img,
.logos-table.health-logos img{
	max-width: 50%;
	opacity: 0.8;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.logos-table.health-logos img{
	max-width: 75%;
}
.what-we-do-page .logos-table a:hover img,
.logos-table.health-logos a:hover img{
	opacity: 1;
}
.what-we-do-page .paralax-box,
.paralax-box.person,
.paralax-box.huge-space{
	padding: 20% 0;
}
.what-we-do-page .paralax-box p.f30,
.paralax-box.person p.f30{
	font-size: 30px;
	line-height: 35px;
}
.what-we-do-page .paralax-box p.f20,
.paralax-box.person p.f20{
	font-size: 20px;
	line-height: 25px;
}
.what-we-do-page .paralax-box p.no-m,
.paralax-box.person p.no-m{
	margin-bottom: 0;
}
.what-we-do-page .paralax-box p.quot.f30::before,
.paralax-box.person p.quot.f30::before{
	top: -5px;
}
/* health page */
.inverted-page.health-pages .inverted-page-heading-box.big-space{
	min-height: 570px;
	padding: 10% 0 7%;
}
.inverted-page.health-pages h1,
.inverted-page.health-page h1,
.inverted-page.health-page2 h1,
.inverted-page.health-page3 h1,
.inverted-page.health-page4 h1,
.inverted-page.health-page5 h1,
.inverted-page.health-page6 h1,
.inverted-page.health-page7 h1,
.inverted-page.healthy-lifestyle h1{
	font-size: 25px;
}

.isca-health-logo img{
	max-width: 27%;
	margin-top: -35px;
	margin-bottom: 75px;
}
.health-page-tabs-content .isca-health-logo img{
	margin-top: 55px;
	margin-bottom: 55px;
}
/* healthypartnership */
.inverted-page.healthypartnership .inverted-page-heading-box.big-space{
	padding: 19% 0 17%;
}
/* experts list */
.experts-box {
	background: #fff;
    padding: 15px;
	border: solid 1px #f0f0f0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	margin-bottom: 30px;
}
.experts-box  img{
	 -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.experts-box  .name{
	display: block;
	font-size: 18px;
	font-family: "TypeType-Bold";
    margin: 20px 0 5px;
}
.experts-box  .job-title,
.experts-box  .org-name,
.experts-box  .country{
	display: block;
	margin: 10px 0;
	font-size: 14px;
    line-height: 18px;
	font-family: "TypeType-Medium";
}
.experts-box  .email{
	display: inline-block;
	font-size: 14px;
	margin-bottom: 20px;
}
.triangle-box.gray .experts-box  a{
	color: #005095;
}
.triangle-box.gray .experts-box  a:hover{
	text-decoration: underline;
}
.triangle-box.gray .experts-box  p.topics{
	color: #005095;
	font-size: 16px;
	font-family: 'TypeType-Regular-Italic';
}
/* label */
.img-label{
	display: inline-block;
	position: relative;
}
.label-img{
	position: absolute;
	background: url("../images/experts/label.png") no-repeat 0 0;
    bottom: 0;
    left: 0;
    width: 100%;
	height: 100%;
    border-radius: 50%;
}
.label-img.blue{
	background: url("../images/experts/label-blue.png") no-repeat 0 0;
}
.label-text{
	position: absolute;
	left: 0;
	bottom: 13px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

/* health toolkits */
.gray-bkg{
	background: #f0f0f0;
	padding: 20px;
}

/* health events/lifestyle */
.three-logos{
	text-align: center;
}
.two-logos img,
.three-logos img{
	max-width: 50%;
}
.two-logos img.eu,
.three-logos img.eu{
	max-width: 80%;
    margin-top: -21px;
}
.two-logos img.eu{
    margin-top: -31px;
}
.hashtag-moving-people{
	font-size: 70px;
	line-height: 70px;
	margin-top: 70px;
	text-align: center;
	font-family: "TypeType-ExtraBlack-Italic";
}
.link-arrow-white{
	color: #fff;
}
.link-arrow-white .fas{
	margin-right: 8px;
    font-size: 20px;
    position: relative;
    top: 2px;
}
.link-arrow-white:hover{
	color: #fff;
	text-decoration: underline;
}
.link-arrow-white.mr50{
	margin-right: 50px;
}
/* Health pages */
.health-tabs li {
    width: 12%!important;
}

/* video box */
.video-box{
     padding: 15px;
         -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.video-box.white{
     background: #fff;
}
.video-box.blue{
     background: #005095;
}
.video-box.gray{
     background: #f0f0f0;
}
.video-box.light-blue{
	background: #4a8dc7;
}
.video-box.light-pink{
	background: #f4c6ce;
}
/* delegate pages */
.delegate-file-2023-page blockquote,
.healthypartnership blockquote,
.health-pages blockquote,
blockquote.white-yellow{
	font-size: 22px;
	line-height: 30px;
	font-family: "TypeType-Medium";
	font-style: italic;
	color: #fff;
}
blockquote a,
blockquote a:hover{
	font-size: 18px;
	color: #fff;
	text-decoration: underline;
}
blockquote a{
	text-decoration: none;
}
.delegate-file-2023-page blockquote::before,
.delegate-file-2023-page blockquote::after,
.healthypartnership blockquote::before,
.healthypartnership blockquote::after,
blockquote.white-yellow::before,
blockquote.white-yellow::after{
    content: "";
    display: inline-block;
    position: relative;
    width: 12px;
    height: 9px;
    top: -7px;
    background-image: url("../images/quotes.svg");
    background-size: 24px 9px;
}
.delegate-file-2023-page blockquote::before,
.healthypartnership blockquote::before,
blockquote.white-yellow::before{
    background-position: 0 0;
    left: -7px;
    margin-left: -12px;
}
.delegate-file-2023-page blockquote::after,
.healthypartnership blockquote::after,
blockquote.white-yellow::after{
    background-position: 100% 0;
    right: -7px;
}
/* zig zag img/text */
.no-air{
	padding: 0;
}
.full-box-air{
	padding: 0 10%;
}
.color-box .full-box-img{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
	width: 100%;
}
.no-air .col-12,
.no-air .col-sm-6,
.no-air .col-md-6,
.no-air .col-lg-6,
.no-air .col-xl-6,
.no-air .col-12 {
    padding-left: 0;
    padding-right: 0;
}

/*list */
.supp-call-action .item{
	position: relative;
	padding: 60px 0;
}
.supp-call-action .item::after{
	content: "";
	position: absolute;
	left: 40%;
	top: 0;
	width: 20%;
	height: 1px;
	background: #ddd;
}
.supp-call-action .item:first-child::after{
	content: none;
}
.supp-call-action .item h4{
	margin: 0 0 10px;
}
.supp-call-action .item .country{
	font-size: 16px;
}
.color-box.blue .supp-call-action .item .country{
	color: #fff;
}

/* hp */
.hp-logos a{
	display: block;
	margin: 25px;
}
.hp-logos img{
	max-width: 75%;
}
.hp-logos img.isca{
	max-width: 65%;
}
.hp-logos img.youthhealthcommunity{
	margin-top: 20px;
	max-width: 100%;
}
.hp-four-logos img{
	width: 90%;
	aspect-ratio: 3/2;
	object-fit: contain;
}
.hashtag-long{
	font-size: 55px;
	line-height: 55px;
	margin-top: 70px;
	text-align: center;
	font-family: "TypeType-ExtraBlack-Italic";
}
.health-page-tabs-content .hashtag{
	color: #005095;
	font-size: 60px;
    line-height: 70px;
	margin-top: 20px;
    font-family: "TypeType-ExtraBlack-Italic";
}
/* statutes */
.after-blockquote{
	margin-left: -15px;
}
.paralax-box .after-blockquote .twitter i{
	left: -25px;
	top: -4px;
}
.zastupvane{
	position: relative;
	top: -85px;
	margin-bottom: -47px;
}
.zastupvane.x2{
	position: relative;
	top: -170px;
	margin-bottom: -100px;
}
/* youth */
.youth-page .text-slider.blue-bkg{
	margin-bottom: 0;
	padding: 15% 0;
}
.youth-faqs hr{
	background: rgba(255,255,255, 0.3);
	margin: 35px 0 30px;
}
.youth-faqs p,
.youth-faqs li,
.youth-faqs p a{
	font-size: 16px;
    line-height: 24px;
}
.youth-page a.arrow.still{
	margin-left: -15px;
}
.youth-page h2.big{
	font-size: 32px;
	margin: 0 0 40px;
}
.youth-program{
	position: relative;
	padding-left: 50px;
}
.youth-program::before{
	content: "\f058";
	font-weight: 900;
    font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: -20px;
	top: 5px;
	color: #ccc;
	font-size: 33px;
}
.youth-program::after{
	content: "";
    position: absolute;
    left: -5px;
    top: 46px;
    background: #ccc;
    height: 90%;
    width: 1px;
}
.youth-program.last::after{
	content: none;
}
.youth-program h4{
	color: #7c7c7c;
}


/* what-we-do-projects */
.what-we-do-projects a{
	display: block;
	margin-bottom: 30px;
}
.what-we-do-projects img{
	border: solid 10px #eee;
     -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 10px;
}
.dark-bkg .main-container .what-we-do-projects h5{
	color: #434d68;
	font-size: 16px;
	text-align: center;
	    height: 40px;
    overflow: hidden;
}
.dark-bkg .main-container .what-we-do-projects a:hover h5{
	color: #005095;
}
/*impact page */
.impact-page .inverted-page-heading-box.big-space{
	padding-bottom: 20%;
}
.color-box.top-right,
.color-box.top-left{
	padding: 5% 0 20%;
}
.color-box.no-bottom{
	padding-bottom: 10%;
}
.color-box.top-right::before{
		content: "";
		position: absolute;
		top: -200px;
		right: 0;
		width: 100%;
		height: 200px;
		z-index: 2;
}
.color-box.top-left::before{
		content: "";
		position: absolute;
		top: -200px;
		left: 0;
		width: 100%;
		height: 200px;   
}
.color-box.top-right.blue::before{
	background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #005095 50%, #005095 100%);
}
.color-box.top-right.isca-green::before{
	background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #509e2f 50%, #509e2f 100%);
}
.color-box.top-left.yellow::before{
	background: linear-gradient(to bottom left, transparent 0%, transparent 50%, #FF9224 50%, #FF9224 100%);
}
.color-box.top-left.orange::before{
	background: linear-gradient(to bottom left, transparent 0%, transparent 50%, #f37021 50%, #f37021 100%);
}
.color-box.top-left.purple::before{
	background: linear-gradient(to bottom left, transparent 0%, transparent 50%, #632580 50%, #632580 100%);
}
.ned-bkg{
	background-image: url(../images/ned-bkg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.essd-bkg{
	background-image: url(../images/essd-bkg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
	
}
.with-bkg{
	padding: 10% 0;
}
.with-bkg.plus-next-top{
	padding-bottom: 23%;
}
.color-box .plus-top-triangle{
	content: "";
    position: absolute;
    top: -244px;
    left: -21px;
    width: 800px;
    height: 200px;
    background: #d12030;
    clip-path: polygon(3% 0%, 0% 100%, 100% 100%);
    transform: rotate(-6.6deg);
}
.impact-page .color-box.yellow {
    background: #FF9224;
}
.impact-page .color-box.yellow.bigest-space{
	padding: 12% 0 20%;
}
.impact-page span.yellow,
.impact-page .committee-member.single h4{
	color: #ff9e1b;
}
.impact-page .color-box p.f16{
	text-align: left;
}
.impact-page p.f30,
.impact-page h2.f30{
	font-size: 30px;
	line-height: 40px;
}
.impact-page .highlight-box i{
	margin-right: 8px;
}
.impact-page .highlight-box a{
	color: #fff;
	text-decoration: none;
}
.impact-page .highlight-box p a:hover,
.impact-page .color-box.yellow p a:hover,
.impact-page .color-box p a{
	text-decoration: underline;
}
.impact-page .color-box p a:hover{
	text-decoration: none;
}
.impact-page .inverted-page-heading-box img{
	max-width: 77%;
}
.impact-page .highlight-item{
	min-height: 80px;
	color: #fff;
	border-left: solid 1px #fff;
	padding: 5px 0 5px 20px;
	margin: 20px 0;
	font-size: 14px;
	font-family: "TypeType-Medium";
}
.impact-page .highlight-item span{
	display: block;
	color: #ff9e1b;
	font-size: 35px;
	    font-family: "TypeType-Bold";
		margin-bottom: 8px;
}
.impact-page .box-with-links{
	background: rgba(255, 255, 255, 0.2);
	padding: 20px 0 0 20px;
	    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	overflow: hidden;
}
/*.impact-page .color-box .box-with-links p{
	position: relative;
}
.impact-page .color-box .box-with-links p::after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 7%;
	width: 80%;
	height: 1px;
	background: rgba(0, 0, 0, 0.2);
}
.impact-page .color-box .box-with-links p:last-child::after{
	content: none;
}*/
.impact-page .color-box .box-with-links p a{
	text-decoration: none;
}
.impact-page .color-box.blue .box-with-links p a,
.impact-page .color-box.purple .box-with-links p a{
	color: #fff;
}
.impact-page .color-box.yellow .box-with-links p a{
	color: #191f3b;
}
.impact-page .color-box .box-with-links p a:hover{
	text-decoration: underline;
}
.impact-page .color-box .box-with-links i{
	margin-right: 5px;
}
.impact-page .campaign-item{
	color: #191f3b;
	font-size: 14px;
	border-left: solid 1px #191f3b;
	padding: 5px 0 5px 20px;
	min-height: 80px;
	font-family: "TypeType-Medium";
}
.impact-page .tabs-content .campaign-item{
	min-height: 65px;
}
.impact-page .color-box.blue .campaign-item,
.impact-page .color-box.purple .campaign-item{
	color: #fff;
	border-left: solid 1px #fff;
}
.impact-page .campaign-item span{
	display: block;
	font-size: 30px;
	color: #fff;
	font-family: "TypeType-Bold";
	margin: 5px 0;
}
.impact-page .with-bkg .campaign-item span{
	color: #ff9e1b;
}
.impact-page h3.f30{
	font-size: 30px;
}
.impact-page .color-box.yellow p,
.impact-page .color-box.yellow h2.big-heading,
.impact-page .color-box.yellow h3,
.impact-page .color-box.yellow h4,
.impact-page .color-box.yellow h5,
.impact-page .color-box.yellow h6,
.impact-page .color-box.yellow a,
.impact-page .color-box.orange p,
.impact-page .color-box.orange h2.big-heading,
.impact-page .color-box.orange h3,
.impact-page .color-box.orange h4,
.impact-page .color-box.orange h5,
.impact-page .color-box.orange h6,
.impact-page .color-box.orange a,
.impact-page .color-box.isca-green p,
.impact-page .color-box.isca-green h2.big-heading,
.impact-page .color-box.isca-green h3,
.impact-page .color-box.isca-green h4,
.impact-page .color-box.isca-green h5,
.impact-page .color-box.isca-green h6,
.impact-page .color-box.isca-green a{
	color: #191f3b;
}
.impact-page h2.huge-heading{
	color: #fff;
	font-size: 65px;
	line-height: 75px;
}
.impact-page h6.tiny-heading{
	color: #fff;
	text-transform: capitalize;
	  font-family: "TypeType-Regular";
}
.impact-page h2.big-heading{
	font-size: 38px;
	line-height: 46px;
	font-family: "TypeType-Medium";
}
.impact-page h2.big-heading.yellow{
	color: #ff9e1b;
}
.impact-page .with-bkg h2.big-heading,
.impact-page .with-bkg p,
.impact-page .with-bkg h2.big-heading,
.impact-page .with-bkg h3,
.impact-page .with-bkg h4,
.impact-page .with-bkg h5,
.impact-page .with-bkg h6,
.impact-page .with-bkg a,
.impact-page .with-bkg .campaign-item{
	color: #fff;
}
.impact-page .with-bkg .campaign-item{
	border-left: solid 1px #fff;
	min-height: 50px;
}
.impact-page .with-bkg .initiatives-box h5,
.impact-page .with-bkg .initiatives-box p.f16,
.impact-page .with-bkg .initiatives-box .learn-more{
	color: #191f3b;
}
.impact-page .pr30{
	padding-right: 30px;
}
.impact-page .round-borders{
	    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.impact-page .conference-themes-item{
	display: block;
	margin-bottom: 30px;
}
.impact-page .conference-themes-item img{
	width: 375px;
	height: 190px;
	object-fit: fill;
	margin-bottom: 20px;
}
.impact-page .conference-themes-item .title{
	display: block;
	font-size: 18px;
	height: 40px;
	color: #ff9e1b;
	font-family: "TypeType-Medium";
	margin-bottom: 10px;
}
.impact-page .color-box  .what-we-do-page h2,
.impact-page .color-box .what-we-do-page p,
.impact-page .color-box  .what-we-do-page a.plus-arrow{
	color: #fff;
}
.impact-page .color-box  .what-we-do-page a.plus-arrow:hover{
	color: #fff;
}
.speakers-list img{
	 -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	margin-bottom: 20px;
}
.speakers-list h4.name{
	font-size: 18px;
	font-family: "TypeType-Medium";
	margin-bottom: 5px;
}
.speakers-list .position,
.speakers-list .organisation{
	display: block;
	color: #fff;
	font-size: 15px;
	margin-bottom: 5px;
}
.impact-page h2.blue {
	    font-size: 40px;
    font-family: "TypeType-Medium";
    margin-bottom: 30px;
    color: #7cc2ff;
}
.impact-page p.blue{
	 color: #7cc2ff;
}

@media (min-width: 1920px){
	.color-box .plus-top-triangle{
		top: -237px;
		transform: rotate(-5.6deg);
	}
}
@media (min-width: 2000px){
	.color-box .plus-top-triangle{
		display: none;
	}
}
@media (min-width: 992px) and (max-width: 2000px){
	.inverted-page.home-page.impact-page{
		background-size: auto!important;
	}
}

@media (max-width: 991px){
	.color-box.top-left::before,
	.color-box.top-right::before{
		height: 100px;
		top: -100px;
	}
	.color-box .plus-top-triangle{
		top: -122px;
		width: 600px;
		height: 100px;
	    transform: rotate(-4.6deg);
	}
}
@media (max-width: 767px){
	.inverted-page.home-page.impact-page{
		background-size: auto!important;
	}
	.impact-page .huge-heading{
		font-size: 45px;
		line-height: 55px;
	}
	.paralax-box.impact-mogens {
		background-position: 49% 30%;
	}
	.impact-page h2.huge-heading{
		font-size: 35px;
	}
	.impact-page .conference-themes-item{
		margin-bottom: 60px;
	}
	.impact-page .conference-themes-item .title{
		height: auto;
	}
	/*.impact-page .color-box .box-with-links p:last-child::after{
		content: "";
	}*/
	.impact-page .conference-themes-item img{
		width: 100%;
		height: auto;
	}
}

/* impact page tabs */
.tabs-nav{
	position: relative;
	margin-top: 100px;
}
.tabs-nav .flexslider{
	padding-top: 20px;
}
#members-tab,
#project-tabs{
	text-align: center;
}
#members-tab .flex-viewport{
	    max-height: none;
}
.flexslider-tab .flex-control-nav{
	display: inline-block;
	width: auto;
	top: -25px;
	bottom: auto;
	    background: transparent;
		border: solid 1px #64c23c;
	padding: 10px;
	-webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
	position: relative;
}
.flexslider-tab .flex-control-nav::after{
	z-index: 2;
    content: none;
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -40px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid rgba(255, 255, 255, 0.2);
}
.tabs-nav .flex-control-nav li{
	width: auto;	
}
.tabs-nav .flex-control-nav .tab{
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 8px 20px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	border: solid 1px #fff;
	background: transparent;
}
.impact-page .color-box .tabs-nav h3{
	color: #fff;
	font-size: 14px;
	font-family: "TypeType-Regular";
	margin-bottom: 0;
	display: inline-block;
}
.tabs-nav .flex-control-nav li:hover .tab{
	cursor: pointer;
}
.impact-page .color-box .tabs-nav li:hover .tab,
.impact-page .color-box .tabs-nav li.flex-active .tab{
	border: solid 1px rgba(153, 153, 153, 0.9);
    background: transparent;
}
.impact-page .color-box .tabs-nav li.flex-active .tab{
	border: solid 1px #fff;
	background: #fff;	
}
.impact-page .color-box .tabs-nav li.flex-active .tab h3{
	color: #191f3b;
}
.tabs-content{
	 background: #64c23c;
	 padding: 40px 85px 40px 40px;
	 -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}
/* members tab */
.flex-control-nav2 {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav2 li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flexslider-tab .flex-control-nav2{
	width: auto;
	display: inline-block;
	top: -19px;
	bottom: auto;
	    background: transparent;
		border: solid 1px #4d95e2;
	padding: 10px;
	-webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
	position: relative;
}
.flexslider-tab .flex-control-nav2::after{
	z-index: 2;
    content: none;
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -40px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #4d95e2;
}
.tabs-nav .flex-control-nav2 li{
	margin: 0 5px;
	width: auto;	
}
.tabs-nav .flex-control-nav2 .tab{
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 5px 20px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	border: solid 1px #fff;
	background: transparent;
}
.impact-page .color-box .tabs-nav .flex-control-nav2 li.flex-active .tab{
	background: #fff;
    border: solid 1px #fff;
}
.impact-page .color-box .tabs-nav .flex-control-nav2 .tab:hover{
	cursor: pointer;
	border: solid 1px rgba(153, 153, 153, 0.5);
	background: transparent;
}
.impact-page .member-box .image img{
	display: inline-block;
}

.gg-shape-triangle {
    position: absolute;
	    left: 50%;
    top: 54px;
    transform: rotate(180deg);
    width: 23px;
    height: 18px;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #509e2f;
	z-index: 2
}
.gg-shape-triangle.sec{
	border-bottom: 1px solid #005095;
}
.gg-shape-triangle.green{
	border-bottom: 1px solid #38771e;
}
.wwd-filter-box.members-types .gg-shape-triangle{
	top: auto;
	bottom: -18px;
}
.gg-shape-triangle,
.gg-shape-triangle::before {
    display: block;
    box-sizing: border-box;
    border-right: 1px solid transparent
}
.gg-shape-triangle::before {
    content: "";
    position: absolute;
    width: 19px;
    height: 20px;
    border-left: 1px solid #64c23c;
    border-top: 1px solid #64c23c;
    border-bottom: 1px solid transparent;
    transform: rotate(45deg) skew(2deg,5deg);
    left: 1px;
    bottom: -11px
}
.gg-shape-triangle.sec::before{
	border-left: 1px solid #4d95e2;
    border-top: 1px solid #4d95e2;
}

@media (max-width: 767px){
	.flexslider-tab .flex-control-nav,
	.flexslider-tab .flex-control-nav2{
		padding: 10px;
	}
	.flexslider-tab .flex-control-nav2{
		width: 100%;
	}
	.flexslider-tab .flex-control-nav::after{
		content: none;
	}
	.tabs-nav .flex-control-nav li,
	.flexslider-tab .flex-control-nav2 li{
		margin: 0 0 10px;
	}
	.tabs-nav .flex-control-nav li,
	.tabs-nav .flex-control-nav .tab,
	.flexslider-tab .flex-control-nav2 li,
	.flexslider-tab .flex-control-nav2 .tab{
		display: block;
	}
	.tabs-nav .flex-control-nav .tab,
	.flexslider-tab .flex-control-nav2 .tab{
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.impact-page .btns-hooks{
		max-width: 100%!important;
		text-align: center;
	}
	.impact-page .inverted-page-heading-box img{
		margin-top: 30px;
	}
}

/* impact page testimonials */
.quote-slider .air{
	position: relative;
	padding: 30px 30px 30px 60px;
}
.quote-slider .air::before{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 200px;
		z-index: 2;
		background: linear-gradient(to bottom left, transparent 0%, transparent 50%, #005095 50%, #005095 100%);
			transform: rotate(180deg);
}
.quote-slider .air.yellow{
	background: #ff9e00;
}
.quote-slider .air.green{
	background: #509e2f;
}
.quote-slider .air.red{
	background: #c80f2e;
}
.quote-slider .on-top{
	z-index: 2;
 }
.quote-slider img{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 20px;
}
.quote-slider .name,
.quote-slider .position,
.quote-slider blockquote{
	display: block;
	color: #191f3b;
	font-size: 14px;
	font-family: "TypeType-Medium";
}
.quote-slider blockquote{
	padding: 100px 0 0 0;
	max-width: 65%;
	font-size: 24px;
	line-height: 30px;
	position: relative;
}
.quote-slider blockquote span{
	font-size: 80px;
	position: absolute;
	left: -10px;
	top: 50px;
	font-style: italic;
}
.quote-slider .flex-direction-nav,
.quote-slider2 .flex-direction-nav{
	position: absolute;
	right: 0;
	top: -20px;
}
.quote-slider2 .flex-direction-nav{
	top: 15px;
}
.quote-slider .flex-direction-nav a,
.quote-slider2 .flex-direction-nav a{
	background: transparent;
	-webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1!important;
  border-radius: 50%;
  text-align: center;
  line-height: 41px;
  border: solid 1px rgba(255, 255, 255, 0.6);
}
.flex-direction-nav a:before{
	
}
.quote-slider .flex-direction-nav .flex-prev::before,
.quote-slider .flex-direction-nav .flex-next::before,
.quote-slider2 .flex-direction-nav .flex-prev::before,
.quote-slider2 .flex-direction-nav .flex-next::before{
	font-size: 15px;
}
.quote-slider .flex-direction-nav .flex-prev::before,
.quote-slider2 .flex-direction-nav .flex-prev::before{
	color: rgba(255, 255, 255, 0.6);
	content: "\f060";
	font-family: "Font Awesome 5 Pro";
}
.quote-slider .flex-direction-nav .flex-next::before,
.quote-slider2 .flex-direction-nav .flex-next::before{
	color: rgba(255, 255, 255, 0.6);
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
}
.quote-slider .flex-direction-nav .flex-prev,
.quote-slider:hover .flex-direction-nav .flex-prev,
.quote-slider2 .flex-direction-nav .flex-prev,
.quote-slider2:hover .flex-direction-nav .flex-prev{
	left: -100px;
}
.quote-slider .flex-direction-nav .flex-next,
.quote-slider:hover .flex-direction-nav .flex-next,
.quote-slider2 .flex-direction-nav .flex-next,
.quote-slider2:hover .flex-direction-nav .flex-next{
	right: 0;
}
.quote-slider .flex-direction-nav .flex-prev:hover,
.quote-slider .flex-direction-nav .flex-next:hover,
.quote-slider2 .flex-direction-nav .flex-prev:hover,
.quote-slider2 .flex-direction-nav .flex-next:hover{
	border: solid 1px #fff;
}
.quote-slider .flex-direction-nav .flex-prev:hover::before,
.quote-slider .flex-direction-nav .flex-next:hover::before,
.quote-slider2 .flex-direction-nav .flex-prev:hover::before,
.quote-slider2 .flex-direction-nav .flex-next:hover::before{
	color: #fff;
}
/* quote sec */
.quote-slider2{
	padding-top: 60px;
}
.impact-page .text-slider.blue-bkg{
	margin-bottom: 0;
}
.impact-page  .text-slider .full-testimonials{
	z-index: 2;
}
.quote-slider2 .bkg-color{
		
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}
.quote-slider2 .bkg-color.red{
	background: #c80f2e;
}
.quote-slider2 .bkg-color.green{
	background: #509e2f;
}
.quote-slider2 .bkg-color.purple{
	background: #632580;
}
.quote-slider2 .bkg-color.yellow{
	background: #ff9d00;
}
.quote-slider2 img{
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
}
.quote-slider2 .info{
	padding: 0 40px;
	z-index: 2;
}
.quote-slider2 blockquote {
	padding: 25px 0 0 0;
	font-size: 20px;
	line-height: 28px;
	position: relative;
	color: #fff;
}
.quote-slider2 blockquote span {
	font-size: 80px;
	position: absolute;
	left: -10px;
	top: 0;
	font-style: italic;
}
.quote-slider2 .name,
.quote-slider2 .position{
	display: block;
	color: #fff;
	font-size: 14px;
	font-family: "TypeType-Medium";
}
.impact-page .flexslider.mb100{
	margin-bottom: 100px;
}
/**/
.quote-slider2 .bkg-color{
	position: relative;
}
.quote-slider2 .bkg-color:after{
	content: "";
	display: block;
	position: absolute;
	width: 306px;
	height: 100%;
	
	 transform: scaleX(-1);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 306px 100%;
	right: -175px;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.quote-slider2 .bkg-color.red:after{
	background-image: url("../images/colors_backgrounds_red.svg");
}
.quote-slider2 .bkg-color.yellow:after{
	background-image: url("../images/colors_backgrounds_yellow.svg");
}
.quote-slider2 .bkg-color.green:after{
	background-image: url("../images/colors_backgrounds_green.svg");
}
.quote-slider2 .bkg-color.purple:after{
	background-image: url("../images/colors_backgrounds_purple.svg");
}
/**/

.impact-page .inverted-page-heading-box p{
	font-size: 16px;
	line-height: 24px;
}
.impact-page .inverted-page-heading-box .follow p{
	font-size: 14px;
}
.impact-page .follow p,
.impact-page .follow ul{
	display: inline-block;
}
.impact-page .btns-hooks .hook-button{
	display: inline-block;
	color: #fff;
	font-family: "TypeType-Medium";
	border: solid 1px #fff;
	padding: 5px 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.impact-page .btns-hooks .hook-button:hover{
	background: #fff;
	color: #d12030;
}
.impact-page a.plus-arrow:hover{
	text-decoration: underline;
}
.impact-page .become-member-topbox h1{
	color: #fff;
}

/* two btns */
.two-bts .site-button{
	margin: 0 10px;
}
/* mobiel  -xs-sm */
@media (max-width: 767px){
	.two-bts .site-button{
		margin: 10px;
	}
}
/* Desktop  -md */
@media (min-width: 768px) and (max-width: 991px) {
	.two-bts .site-button{
		margin: 7px;
	}
}

