 /*
* KARAKAS-DIGITAL
*/


/* #TYPOGRAPHY
================================================== */


/* #LANDING
================================================== */
#idf-site-wrap{
    padding-top:100px;
}
#idf-site-wrap .container{
	/*max-width: 1440px;*/
    width:80%;
}
#idf-site-wrap header{
    padding: 0px 30px;
    height: 100px;
    background-color: #FFFFFF;	
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
}
header h1.logo{
	float:left;
	width:213px;
	height:120px;
	margin:0px;
}
header h1.logo, header h1.logo img{
    height: 99px;
	width: 213px;
}
header ul#primary-menu{
    width: auto;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    padding-right: 300px;
}
header ul#primary-menu > li{
    list-style: none;
    float:left;
}
header ul#primary-menu > li > a{
    display: flex;
    padding: 0px 16px;
	color: #6F8DCE;
	font-family: museo-sans, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
    font-weight: 700;
	line-height: 17px;
    text-transform:uppercase;
    height:100px;
    align-items: center;
    justify-content: center;
    transition:all 0.3s ease;
}
header ul#primary-menu > li:hover > a, header ul#primary-menu > li.active > a{
    background:#ecf0f9;
}
header .header-top{
    position: absolute;
    right:27px;
    top:0px;
    z-index: 1;
    padding-right: 45px;    
}
header ul.header-social{
    float:right;
    margin: 35px 0px;
    padding: 0px;
}
header ul.header-social > li{
    list-style: none;
    float:left;
    margin: 0px 3px;
}
header ul.header-social > li a{
    display: block;
    width:30px;
    height:30px;
    border: 2px solid #6F8DCE;
    border-radius: 30px;
    transition: all 0.3s ease;
}
header ul.header-social > li a:hover{
    background: #6F8DCE;
}
header ul.header-social > li a i{
    width: 100%;
    text-align: center;
    display: block;
	font-size: 14px;
    line-height: 26px;
    color:#6F8DCE;
}
header ul.header-social > li a:hover i{
    color:#fff;
}
header ul.header-social > li a i:before{
    margin: 0px;
}
header .search-wrap{
    float: right;
    position: absolute;
    right: 0px;
    top:2px;
    z-index: 1;
    margin: 30px 0px 0px 10px;
    transition:all 0.3s ease;
    background: #fff;
    width: 36px;
}
header .search-wrap input[type="submit"]{
    background:url(../images/search-icon.svg) no-repeat center;
    width:36px;
    height:36px;
}
.search-wrap.search-active{
    width: 266px;
}
.search-wrap input[type="text"]{
    font-size: 20px;
    color: #6F8DCE;
    float: left;
    margin-top:2px;
    margin-bottom: 2px;
    font-family: museo-sans, sans-serif;
    font-weight: 500;
}
.search-wrap.search-active input[type="text"]{
    width: 260px;
    padding-right: 30px;
}
.search-wrap input[type="text"]::placeholder{
        color: #6F8DCE;
}
#primary-menu .mega-menu{
    position: absolute;
    top:50px;
    background: #ecf0f9;
    padding: 40px;
    width: 100%;
    z-index: 9;
    left: 0px;
    opacity: 0;
    pointer-events: none;
    transition:all 0.6s ease;
    -webkit-transition:all 0.6s ease;
}
#primary-menu .mega-menu:after{
    content:'';
    z-index: -2;
    position: absolute;
    left: 0px;
    top:100%;
    width: 100%;
    height: calc(100vh - 100px);
    background:rgba(0,0,0,0.4);
    pointer-events: none;
}
#primary-menu > li:hover > .mega-menu{
    top:100px;
    opacity: 1;
    transition:all 0.3s ease 0.1s;
    -webkit-transition:all 0.3s ease 0.1s;
    pointer-events: auto;
}
#primary-menu .mega-menu > ul{
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0px;
}
#primary-menu .mega-menu > ul > li{
    list-style: none;
    display: table-cell;
    padding: 0px 30px 0px 0px;
}
#primary-menu .mega-menu > ul > li > a{
    font-size: 16px;	
    line-height: 19px;
    color: #6F8DCE;
    text-decoration: none;
    font-weight: 700;
    padding: 6px 0px;
}
#primary-menu .mega-menu > ul > li > ul{
    width: 100%;
    margin-top: 20px;
    padding: 0px;
	max-width: max-content;
}
#primary-menu .mega-menu > ul > li > ul > li{
    padding: 3px 0px 3px 0px;
    list-style: none;
}
#primary-menu .mega-menu > ul > li > ul > li > a{
    color: #666666;
    font-size: 15px;	
    letter-spacing: 0.38px;	
    font-family: museo-sans, sans-serif;
    line-height: 17px;
    font-weight: 500;
}
#primary-menu .mega-menu > ul > li > ul > li.parent{
    position: relative;
    padding-right: 40px;
}
#primary-menu .mega-menu > ul > li > ul > li.parent .caret-icon{
    position: absolute;
    right:10px;
    top:5px;
    width: 20px;
    cursor: pointer;
    text-align: center;
    transition:all 0.3s ease;
}
#primary-menu .mega-menu > ul > li > ul > li.parent > ul{
    display: none;
}
#primary-menu .mega-menu > ul > li > ul > li.active-parent{
    background: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    margin-bottom: 5px;
}
#primary-menu .mega-menu > ul > li > ul > li.active-parent:before{
    content:'';
    background: #fff;
    position: absolute;
    left: -15px;
    top:0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#primary-menu .mega-menu > ul > li > ul > li.parent .caret-icon.nav-active{
    transform:rotateX(180deg);
	top:7px;
}
#primary-menu .mega-menu > ul > li > ul > li.parent .caret-icon:after{
    content: "";
    font-family: FontAwesome;
    color: #6f8dce;
    font-size: 15px;
}
#primary-menu .mega-menu > ul > li > ul > li.parent > ul{
    list-style: none;
    padding: 0px;
    width: 100%;
    margin: 3px 0px 3px 0px;
}
#primary-menu .mega-menu > ul > li > ul > li.parent > ul > li{
    list-style: none;
    width: 100%;
}
#primary-menu .mega-menu > ul > li > ul > li.parent > ul > li a{
    color: #999999;
    font-size: 14px;	
    letter-spacing: 0.38px;	
    line-height: 17px;
    font-family: museo-sans, sans-serif;
}
.menu-poster{
    display: flex;
    background: #6f8dce;
    width: 100%;
    margin-top: 30px;
    align-items:center;
}
.menu-poster .poster-img{
    max-width: 360px;
}
.menu-poster .poster-desc{
    padding: 25px 35px;
}
.menu-poster .poster-desc h2{
    font-size: 24px;	line-height: 29px;
    margin: 0px 0px 12px 0px;
    color: #fff;
}
.menu-poster .poster-desc p{
    font-size: 16px;	
    line-height: 19px;
    font-weight: 300;
    color: #fff;
    font-family: museo-sans, sans-serif;
    margin: 0px;
    max-width:75%;
}
.menu-poster .poster-url{
    font-size: 16px;	
    line-height: 19px;
    font-weight: 300;
    color: #fff;
    text-align: right;
    padding-left: 50px;
    align-self: flex-end;
    margin-bottom: 25px;
	padding-right: 30px;
	width: 470px;
}
.menu-poster .poster-url a{
    color: #fff;
    font-weight: 700;
}

.landing #home-banner .banner-desc{
    max-width:520px;
    top:30vh;
    left: 10.5%;
}
.landing #home-banner .banner-desc h2{
    font-size: 57px;
    line-height: 69px;
    margin: 0px 0px 20px 0px;
}
.landing #home-banner .banner-desc p{
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    font-size: 16px;	
    line-height: 19px;
    color: #fff;
    margin-bottom: 20px;
}
#home-banner ul.slides li:before{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.36);
	z-index: 0;
	pointer-events: none;
}
a.btn-more{
    color:#f2813d;
    background:rgba(255,255,255,0);
    border: 1px solid #f2813d;
    border-radius: 0px;
    padding: 10px 32px 10px 16px;
    position: relative;
    font-size: 11px;	
    letter-spacing: 1.1px;	
    line-height: 13px;
    text-transform: uppercase;
    font-family: museo-sans, sans-serif;
    transition:all 0.4s ease;
}
a.btn-more:before{
    content:'';
    position: absolute;
    right:15px;
    width: 6px;
    height: 1px;
    top: 13px;
    transform:rotate(45deg);
    background: #f2813d;
    pointer-events: none;
    transition:all 0.4s ease;
}
a.btn-more:after{
    content:'';
    position: absolute;
    right:15px;
    width: 6px;
    height: 1px;
    top: 17px;
    transform:rotate(-45deg);
    background: #f2813d;
    pointer-events: none;
    transition:all 0.4s ease;
}
a.btn-more:hover{
    background: #f2813d;
    color: #fff;
}
a.btn-more:hover:before, a.btn-more:hover:after{
    background: #fff;
}

.landing #home-banner .btn-more{
    margin-top: 1px;
    color:#fff;
    border-color:#fff;
    display: inline-block;
}
.landing #home-banner .btn-more:hover{
    background: #fff;
    color: #f2813d;
}
.landing #home-banner .btn-more:before,
.landing #home-banner .btn-more:after{
    background: #fff;
}
.landing #home-banner .btn-more:hover:before,
.landing #home-banner .btn-more:hover:after{
    background: #f2813d;
}
.highlight-blocks{
    float:left;
    width: 100%;
    margin-top: -70px;
}
.highlight-blocks ul{
    padding: 0px;
    margin: 0px -10px;
    width:calc(100% + 10px);
    display: flex;
}
.highlight-blocks ul > li{
    list-style: none;
    float:left;
    padding: 0px 10px;
    width: 33.33%;
}
.highlight-blocks ul > li .bl-wrap{
    float:left;
    width: 100%;
    flex-wrap: wrap;
    height: 100%;
    padding: 32px 35px 80px;
    background: #fff;
    position: relative;
    transition:all 0.4s ease;
    min-height: 260px;
}
.highlight-blocks ul > li .bl-wrap .btn-more{
    position: absolute;
    left: 35px;
    bottom:35px;
}
.highlight-blocks ul > li .bl-wrap h3{
    color: #6F8DCE!important;	
    font-size: 24px!important;	
    line-height: 29px!important;
    margin: 0px 0px 10px 0px;
}
.highlight-blocks ul > li .bl-wrap h3 a{
    color: #6F8DCE!important;	
    transition:all 0.4s ease;
}
.highlight-blocks ul > li .bl-wrap p{
    font-size: 17px;	
    line-height: 19px;
    font-family: museo-sans, sans-serif;
    color: #666666;
    transition:all 0.4s ease;
}
.highlight-blocks ul > li .bl-wrap:hover{
    background: #193f54;
}
.highlight-blocks ul > li .bl-wrap:hover h3,
.highlight-blocks ul > li .bl-wrap:hover h3 a,
.highlight-blocks ul > li .bl-wrap:hover p,
.highlight-blocks ul > li .bl-wrap:hover .btn-more{
    color:#fff!important;
    border-color:#fff!important;
}
.highlight-blocks ul > li .bl-wrap:hover .btn-more:before,
.highlight-blocks ul > li .bl-wrap:hover .btn-more:after{
    background: #fff;
}
.highlight-blocks ul > li .bl-wrap:hover .btn-more:hover{
    background: #fff;
    color: #f2813d!important;
}
.highlight-blocks ul > li .bl-wrap:hover .btn-more:hover:before,
.highlight-blocks ul > li .bl-wrap:hover .btn-more:hover:after{
    background: #f2813d!important;
}

section.bg-grey{
    background: #f0f3fa;
}
.highlight-list-wrap{
    float:left;
    width: 100%;
    margin-top:60px;
}
.highlight-list-wrap ul.highlight-list{
    padding: 0px;
    margin: 0px;
    width: 100%;
    float:left;
}
.highlight-list-wrap ul.highlight-list > li{
    display: flex;
    width: 100%;
    list-style: none;
}
.highlight-list-wrap ul.highlight-list > li > div{
    width: 50%;
    padding: 80px;
    align-items: center;
    min-height: 480px;
    display: flex;
}
.highlight-list-wrap ul.highlight-list > li .hl-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.highlight-list-wrap ul.highlight-list > li .hl-desc h2,
.highlight-list-wrap ul.highlight-list > li .hl-desc h2 a{
    font-size: 48px;	
    line-height: 52px;
    color: #6F8DCE;
    font-weight: 700;
}
.highlight-list-wrap ul.highlight-list > li .hl-desc h2{
    margin-bottom: 15px;
}
.highlight-list-wrap ul.highlight-list > li .hl-desc p{
    font-size: 16px;	
    line-height: 19px;
    color: #666666;
    margin-bottom: 40px;
    font-family: museo-sans, sans-serif;
    max-width: 300px;
}
.highlight-list-wrap ul.highlight-list > li:nth-child(odd) .hl-desc{
    padding-left:10.8%;
}
.highlight-list-wrap ul.highlight-list > li:nth-child(even){
    flex-direction: row-reverse;
}
.highlight-list-wrap ul.highlight-list > li .hl-desc .dsc-wrap{
    max-width: 500px;
}

.activities-initiatives-wrap{
    float:left;
    width: 100%;
    background: #193f54;
    padding: 106px 0px;
}
.activities-initiatives-wrap .block-activities{
    float:left;
    width: 100%;
    max-width: 436px;
}

.activities-initiatives-wrap .block-initiatives{
    float:right;
    width: 100%;
    max-width: 476px;
}
.activities-initiatives-wrap h3{
    font-size: 24px;	
    line-height: 29px;
    color:#fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.activities-initiatives-wrap .block-activities ul{
    float:left;
    width: 100%;
    padding: 0px;
    margin: 20px 0px 0px 0px;
    overflow: hidden;
}
.activities-initiatives-wrap .block-activities ul > li{
    list-style: none;
    float:left;
    width: 50%;
    border: 1px solid #6F8DCE;
    border-width: 1px 0px 0px 1px;
    margin: -1px 0px 0px -1px;
}
.activities-initiatives-wrap .block-activities ul > li a{
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.activities-initiatives-wrap .block-activities ul > li i{
    width: 100%;
    display: block;
    text-align: center;
    height: 90px;
}
.activities-initiatives-wrap .block-activities ul > li a span{
    display: block;
    color: #FFFFFF;	
    font-size: 13px;	
    letter-spacing: 0.93px;	
    line-height: 15px;	
    text-transform: uppercase;
    text-align: center;
    font-family: museo-sans, sans-serif;
    font-weight: 700;
    width: 100%;
    max-width: 150px;
}
.activities-initiatives-wrap .block-initiatives ul{
    float:left;
    width: calc(100% + 26px);
    margin: -13px;
    padding: 0px;
}
.activities-initiatives-wrap .block-initiatives ul > li{
    list-style: none;
    margin: 13px;
    width: calc(33.3% - 26px);
    float: left;
}
.activities-initiatives-wrap .block-initiatives ul > li a{
    display: flex;
    width: 100%;
    height: 140px;
    background: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 18px;
	position: relative;
}
.activities-initiatives-wrap .block-initiatives ul > li a span{
    font-size: 16px;
    color: #6F8DCE;
	line-height: 20px;
    font-weight: 700;
}
.activities-initiatives-wrap .block-initiatives span.title{
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 20px;
	padding: 18px;
	background:rgba(32, 62, 63, 0.6);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition:all 0.3s ease;
}
.activities-initiatives-wrap .block-initiatives ul > li a:hover .title{
	opacity: 1;
}
.activities-initiatives-wrap .container{
    max-width:1120px;
}
.upcoming-events-wrap{
    float:left;
    width: 100%;
    padding: 100px 0px 90px 0px;
    background: #fff;
}
.upcoming-events-wrap h2{
    color: #6F8DCE;	
    font-size: 24px;	
    line-height: 29px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 20px;
}
.upcoming-events-wrap .event-slider{
    margin: 0px -10px;
}
.upcoming-events-wrap .event-slider ul.slides > li{
    display: flex!important;
    list-style: none;
}
.upcoming-events-wrap .event-slider ul.slides > li .slider-item{
    width: 50%;
    background: #f0f3fa;
    padding: 35px 35px 110px;
    margin: 0px 10px;
    position: relative;
}
.upcoming-events-wrap .event-slider ul.slides > li .slider-item .btn-more{
    position: absolute;
    left:35px;
    bottom:35px;
}
.upcoming-events-wrap .event-slider ul.slides > li .slider-item .btn-all-events{
    position: absolute;
    left:170px;
    bottom:35px;
}
.upcoming-events-wrap .event-slider ul.slides > li .slider-item h3{
    color: #6F8DCE;	
    font-size: 24px;	
    line-height: 29px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 10px;
}
.upcoming-events-wrap .event-slider ul.slides > li .slider-item h3 a{
     color: #6F8DCE;	
    font-size: 24px;	
    line-height: 29px;
}
.upcoming-events-wrap .event-slider ul.slides > li .slider-item .date{
    display: block;
    color: #193F54;	
    font-size: 16px;	
    letter-spacing: 0.89px;	
    line-height: 19px;
    font-weight: 500;
    font-family: museo-sans, sans-serif;
    text-transform: uppercase;
}
.upcoming-events-wrap .event-slider .meta-wrap{
    display: flex;
    width: 100%;
    margin-top: 25px;
}
.upcoming-events-wrap .event-slider .meta-wrap > div{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.upcoming-events-wrap .event-slider .meta-wrap .label{
    color: #6F8DCE;	
    font-family: "Museo Sans";	
    font-size: 12px;	
    letter-spacing: 0.86px;	
    font-family: museo-sans, sans-serif;
    line-height: 14px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 5px;
}
.upcoming-events-wrap .event-slider .meta-wrap .dsc{
    width: 100%;
    color: #666666;	
    font-size: 16px;	
    font-family: museo-sans, sans-serif;
    line-height: 19px;
}
.upcoming-events-wrap .flex-direction-nav{
    position: absolute;
    right:-18px;
    top:38%;
    width: 65px;
    height:130px;
}
.upcoming-events-wrap .flex-direction-nav > li{
    width: 100%;
    position: relative;
}
.upcoming-events-wrap .flex-direction-nav > li a{
    width:65px;
    height:65px;
    background: #6f8dce;
    position: absolute;
    opacity: 1;
}
.upcoming-events-wrap .flex-direction-nav > li a.flex-next{
    background: url(../images/right-arw.png) no-repeat center #6f8dce;
    background-size: 44px;
    top:0px;
}
.upcoming-events-wrap .flex-direction-nav > li a.flex-prev{
    background: url(../images/left-arw.png) no-repeat center #6f8dce;
    background-size: 44px;
    top: 67px;
}
.upcoming-events-wrap .flex-direction-nav > li a.flex-disabled{
    opacity: 1!important;
    background-color:#e5e8ea;
}
.upcoming-events-wrap .flex-viewport{
    overflow: visible!important;
}
.upcoming-events-wrap .slides > li{
    /*opacity: 0.4;*/
	opacity: 1;
}
.upcoming-events-wrap .slides > li.flex-active-slide{
    opacity: 1;
}
footer{
    background: #f0f3fa;
}
footer .container{
    padding-top:200px;
    padding-bottom: 0px;
    position: relative;
}
footer .ft-logo{
    position: absolute;
    top:88px;
    left: 0px;
}
footer .col-md-3{
    position: static;
}
footer .row {
    margin: 0px;
}
footer .row [class^='col-md']{
    padding-left: 20px!important;
    padding-right: 20px!important;
}
footer p{
    font-size: 14px;	
    line-height: 18px;
    font-family: museo-sans, sans-serif;
    color: #193F54;
}
footer .address {
    border:None;
}
footer .address p{
    line-height: 24px;
    font-family: museo-sans, sans-serif;
    font-weight: 400;
}
footer .address a{
    font-family: museo-sans, sans-serif;
    color: #193F54;
}
footer ul.footer-links{
    float:left;
    width: 100%;
    padding: 0px;
}
footer ul.footer-links > li{
    list-style: none;
    width:33%;
    float:left;
    padding: 0px 20px;
    margin: 0px 0px 25px 0px;
}
footer ul.footer-links > li a{
    font-size: 14px;	
    line-height: 17px;
    color: #6F8DCE;
    font-weight: 500;
}
footer ul.footer-links > li ul{
    padding: 7px 0px 0px 0px;
}
footer ul.footer-links > li ul > li{
    list-style: none;
    width: 100%;
}
footer ul.footer-links > li ul > li a{
    font-size: 13px;	
    line-height: 21px;
    font-family: museo-sans, sans-serif;
    color: #193F54;
    font-weight: 400;
}
.nl-subscribtion{
    float:left;
    width: 100%;
    padding: 35px;
    background: #193f54;
}
.nl-subscribtion h4, .nl-subscribtion label{
    font-size: 14px;	
    line-height: 17px;
    color: #fff;
    font-weight: 500;
    margin: 0px 0px 16px 0px;
}
.nl-subscribtion input[type="text"], .nl-subscribtion input[type="email"]{
    background: none;
    border:none;
    width: 100%;
    border-bottom: solid 1px #95a7b0;
    color:#95a7b0;
    padding: 6px 0px;
}
.nl-subscribtion input[type="submit"]{
    color: #f2813d;
    background: rgba(255,255,255,0);
    border: 1px solid #f2813d;
    border-radius: 0px;
    padding: 10px 32px 10px 16px;
    position: relative;
    font-size: 11px;
    letter-spacing: 1.1px;
    line-height: 13px;
    text-transform: uppercase;
    font-family: museo-sans, sans-serif;
	transition: all 0.4s ease;
	margin:-1px 0px;
}
.nl-subscribtion input[type="submit"]:hover{
	color:#fff;
}
span.btn-more{
	display:inline-block;
	position: relative;
	margin-top:20px;
	float:left;
}
span.btn-more:before{
    content:'';
    position: absolute;
    right:15px;
    width: 6px;
    height: 1px;
    top: 13px;
    transform:rotate(45deg);
    background: #f2813d;
    pointer-events: none;
    transition:all 0.4s ease;
}
span.btn-more:after{
    content:'';
    position: absolute;
    right:15px;
    width: 6px;
    height: 1px;
    top: 17px;
    transform:rotate(-45deg);
    background: #f2813d;
    pointer-events: none;
    transition:all 0.4s ease;
}
span.btn-more:hover{
    background: #f2813d;
    color: #fff;
}
span.btn-more:hover:before, span.btn-more:hover:after{
    background: #fff;
}
.nl-subscribtion input[type="text"]::placeholder, .nl-subscribtion input[type="email"]::placeholder{
    color:#95a7b0;
}
.nl-subscribtion .privacy-wrap{
    display: block;
    width: 100%;
    float: left;
    margin: 8px 0px 16px 0px;
}
.nl-subscribtion .privacy-wrap input{
    float:left;
}
.nl-subscribtion .privacy-wrap label{
    float:left;
    font-size: 12px;	
    line-height: 14px;
    font-family: museo-sans, sans-serif;
    color: #fff;
    padding: 3px 0px 0px 8px;
    font-weight: 400;
}
.nl-subscribtion .privacy-wrap a{
	color: #fff;
	text-decoration: none;
}
.nl-subscribtion .btn-more{
    float: left;
}
.nl-subscribtion .privacy-wrap input.error{
    border-color: #f2813d;
}
.base-info{
    background: #f0f3fa;
    border:none;
    padding-top: 10px;
}
.base-info{
    font-size: 12px;	
    line-height: 20px;
    color: #193F54;
    font-family: museo-sans, sans-serif;
}
.base-info a{
    font-size: 12px!important;	
    line-height: 20px!important;
    color: #193F54!important;
    font-family: museo-sans, sans-serif;
    text-decoration: none;
}

/*inner*/
#inner-banner .banner-desc{
    background:none;
    padding: 0px;
    bottom:36%;
}
#inner-banner .banner-desc h2{
    font-size: 57px;
    margin: 0px 0px 20px;
}
#inner-banner .banner-desc p{
    font-size: 16px;	
    line-height: 19px;
    color:#fff;
    font-family: museo-sans, sans-serif;
}
#inner-banner:after{
	content:none;
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.14);
	z-index: 0;
}
.secondary-nav-wrap{
    margin: 0px;
    background: #ecf0f9;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);    
}
.secondary-nav-wrap ul#secondary-nav > li{
    border:none;
    background: none;
}
.secondary-nav-wrap ul#secondary-nav > li > a{
    background: #ecf0f9;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 16px!important;
	font-family: museo-sans, sans-serif;
	color: #6F8DCE;
    font-weight: 700;	
    font-size: 12px;
	letter-spacing: 1px;
}
.secondary-nav-wrap ul#secondary-nav > li.active > a, .secondary-nav-wrap ul#secondary-nav > li:hover > a{
	color: #fff;
}
.secondary-nav-wrap ul#secondary-nav > li > a span{
    color: #6F8DCE;
    font-size: 12px;	
    letter-spacing: 1px;	
    line-height: 14px;
    font-weight: 700;
    font-family: museo-sans, sans-serif;
}
.secondary-nav-wrap ul#secondary-nav > li.active > a,
.secondary-nav-wrap ul#secondary-nav > li:hover > a{
	background-color: #6F8DCE;    
}
.secondary-nav-wrap ul#secondary-nav > li.active > a span,
.secondary-nav-wrap ul#secondary-nav > li:hover > a span{
    color:#fff;
}
.secondary-nav-wrap ul#secondary-nav > li.deeper > a::after {
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    position: relative;
    top: -4px;
    margin-left: 10px;
    line-height: 100%;
    display: inline-block;
}
.secondary-nav-wrap ul#secondary-nav > li.deeper > a:after,
.secondary-nav-wrap ul#secondary-nav > li.parent > a:after{
    top:23px!important;
    position: static!important;
    margin-left:8px!important;
    color: #6F8DCE;
    font-size: 13px;
}
.secondary-nav-wrap ul#secondary-nav > li.deeper:hover > a:after,
.secondary-nav-wrap ul#secondary-nav > li.deeper.active a:after,
.secondary-nav-wrap ul#secondary-nav > li.parent:hover > a:after,
.secondary-nav-wrap ul#secondary-nav > li.parent.active a:after{
    color: #fff;
}
.secondary-nav-wrap ul#secondary-nav > li ul > li{
    border-top: solid 1px rgba(255,255,255,0.4);    
}
.secondary-nav-wrap ul#secondary-nav > li ul > li a{
    line-height: 14px!important;
    font-weight: 700;
    font-family: museo-sans, sans-serif;
    font-size: 12px!important;
    background-color: #f2813d;  
}
.secondary-nav-wrap ul#secondary-nav > li ul > li a:hover{
    background-color: #6F8DCE; 
    color: #fff;
}
#inner-section ul#content-tab-nav > li a{
	font-size: 13px;
}
#inner-section ul#content-tab-nav > li a span {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 14px;
    font-weight: 700;
    font-family: museo-sans, sans-serif;
}

.upcoming-events-wrap .flex-control-nav{
	display: none;
}
#inner-banner > ul.slides > li{
	height: 400px;
	display: flex;
	align-items: center;
}
footer .menu-poster {
    display: none;
}

#inner-section p, #inner-section ul > li, #inner-section ol > li{
    font-family: museo-sans, sans-serif;

}
#inner-section .breadcrumbs{
	position: absolute;
	left:15px;
	top:-55px;
}
.breadcrumbs ul.breadcrumb{
	margin: 0px;
	padding: 0px;
}	
.breadcrumbs ul.breadcrumb > li{
	list-style: none!important;
	float: left;
	margin: 0px 10px;
	position: relative;
}
.breadcrumbs ul.breadcrumb > li:before{
    content:'';
    position: absolute;
    right:-12px;
    width: 6px;
    height: 1px;
    top: 4px;
    transform:rotate(45deg);
    background: #f2813d;
    pointer-events: none;
    transition:all 0.4s ease;
}
.breadcrumbs ul.breadcrumb > li:after{
    content:'';
    position: absolute;
    right:-12px;
    width: 6px;
    height: 1px;
    top: 8px;
    transform:rotate(-45deg);
    background: #f2813d;
    pointer-events: none;
    transition:all 0.4s ease;
}
.breadcrumbs ul.breadcrumb > li:last-child:before,
.breadcrumbs ul.breadcrumb > li:last-child:after{
	content:none;
}
.breadcrumbs ul.breadcrumb > li:first-child{
	display: none;
}
.breadcrumbs ul.breadcrumb > li:nth-child(2){
	margin-left: 0px;
}
.breadcrumbs ul.breadcrumb > li a, .breadcrumbs ul.breadcrumb > li > span{
	font-size: 12px;	
	letter-spacing: 1px;	
	color: #999999;
	line-height: 14px;
	float: left;
	text-transform: uppercase;
}
.breadcrumbs ul.breadcrumb > li .divider{
	display: none;
}
.content-lang{
	top:-90px;
	position: static;
	margin-bottom: 40px;
}
.content-lang a{
	font-size: 14px;
	line-height: 100%;
	padding: 4px 0px;
    font-family: museo-sans, sans-serif;
	background: #6F8DCE;
}
ul.library-hightlight-items h5{
	margin-bottom: 12px;
}

.upcoming-events-wrap .btn-all-events{
	float:left;
	margin-top: 30px;
	margin-left:35px;
}
/*Region*/
#idf-site-wrap.region-page footer .col-md-3 img{
	position: absolute;
    top: 88px;
    left: 0px;
}
#idf-site-wrap.region-page footer p{
	clear: both;
}
#idf-site-wrap.region-page footer p:nth-child(1){
	margin: 0px;
}
#idf-site-wrap.region-page footer h2{
	font-size: 18px;
    line-height: normal;
    color: #6F8DCE;
    font-weight: 700;
}
#idf-site-wrap.region-page ul.tweet_list li.jta-tweet-list-item{
	color: #193F54;
	border-color:#6F8DCE;
    font-family: museo-sans, sans-serif;	
}
#idf-site-wrap.region-page ul.tweet_list li.jta-tweet-list-item a {
   color:#6F8DCE;
}
#idf-site-wrap.region-page footer ul.region-links > li a{
	color: #193F54;
    font-family: museo-sans, sans-serif;
	font-size: 16px;
}
#idf-site-wrap.region-page footer .address a.query-mail{
	line-height: 37px;
}
.menu-poster .poster-desc{
	min-width: 37%;
}

#inner-banner.region-banner::after{
	background: rgba(0,0,0,0.36);
}
#inner-banner.region-banner, #inner-banner.region-banner ul.slides > li {
    height: 400px!important;
}
#inner-banner.region-banner .featured-home-news{
	margin: 0px!important;
}
#inner-banner.region-banner .featured-home-news p{
	display: none!important;
}
#inner-banner.region-banner .banner-desc .banner-cont{
	background: none!important;
	padding: 0px!important;
	width: 100%;
}
#inner-banner.region-banner .banner-desc .btn-return{
	margin: 0px!important;
}
#inner-banner.region-banner .banner-desc{
	bottom:32%;
}
#inner-banner .btn-more.btn-back{
	padding: 10px 16px 10px 32px;
	float: left;
}
#inner-banner .btn-more.btn-back:before{
	right: auto;
	transform: rotate(135deg);
	left: 15px;
}
#inner-banner .btn-more.btn-back:after{
	right: auto;
	transform: rotate(-135deg);
	left: 15px;
}
#inner-banner.region-banner .banner-right-block{
	bottom:auto;
	top:auto;
	bottom:20px;
	right: 20px;
	width: auto!important;
	max-width: 350px;
}
#inner-banner.region-banner .featured-home-news h2{
    padding: 15px 25px 15px 25px!important;	
	font-size: 20px!important;
}
#inner-banner.region-banner .featured-home-news h3{
	font-size: 18px;
	margin: 0px;
	line-height: normal;
	max-height: none;
	overflow: hidden;
}
#inner-banner.region-banner .featured-home-news .news-img-box + .news-desc h3{
	max-height: 45px;
}
#inner-banner.region-banner .featured-home-news h4{
	display: none!important;
}
#inner-banner.region-banner .featured-home-news .news-img-box{
	margin-bottom:30px!important;
}
#inner-banner.region-banner .featured-home-news .news-desc{
	padding: 20px 25px 20px 25px!important;
}
#inner-banner.region-banner .featured-home-news .news-img-box{
	margin-bottom: 0px!important;
	max-height: 130px!important;
}
#inner-banner.region-banner .banner-cont p{
	margin-bottom: 20px;
}
#latest-press-wrap:before{
	left: -50%;
	right:-50%;
	margin: auto;
}

/*CALCU*/
.intro-content{
	max-width: 1200px;
	width: 100%;
	float: left;
}
.lang-switch{
	float:left;
	width: 100%;
	margin: 0px 0px 35px;
}
.lang-switch span{
	float:left;
	color: #F2813D;
	font-family: museo-sans, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 17px;
	text-transform: uppercase;
	margin-top: 9px;
	font-weight: 500;
}
.lang-switch ul{
	margin: 0px;
	padding: 0px;
	float: left;
}
.lang-switch ul > li{
	list-style: none!important;
	float:left;
	margin: 0px 0px 0px 16px;
}
.lang-switch ul > li a{
	display: block;
	text-align: center;
	width: 44px;
	height: 33px;
	background: #fff;
	color: #F2813D;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 3px;
	border:solid 1px #F2813D;
	transition:all 0.3s ease;
	line-height: 25px;
}
.lang-switch ul > li a:hover, .lang-switch ul > li.active a{
	background: #F2813D;
	color: #fff;
}
.calc-wrapper{
	float:left;
	width: 100%;
	background: #f0f3fa;
	padding: 70px 0px;
	position: relative;
	margin: 50px 0px -90px 0px;
}
.calc-wrapper:before{
	content:'';
	position: absolute;
	width: 100vw;
	height: 100%;
	top:0px;
	left:-50%;
	right:-50%;
	background: #f0f3fa;
	z-index: -1;
	margin: auto;
}
.calc-wrapper .calc-intro{
	width: 100%;
	text-align: center;
}
.calc-wrapper .calc-intro h4{
	color: #6F8DCE;
	font-size: 28px;
	line-height: 33px;
	text-align: center;
	font-weight: 700;
	margin: 0px 0px 15px 0px;
}
.calc-wrapper .calc-intro p{
	color: #6F8DCE;
	font-size: 14px!important;
	line-height: 17px!important;
}
.calc-wrapper .calc-intro a{
	color: #6F8DCE;
	font-size: 14px!important;
	text-decoration: underline;
}
.calc-wrapper .calc-row{
	margin-bottom: 30px;
}
.calc-wrapper .calc-row, .calc-wrapper .calc-row .col-md-3{
	display: flex;
	flex-wrap: wrap;
}
.calc-wrapper .calc-row .calc-item{
	background: #ffffff;	
	float:left;
	width: 100%;
	padding: 20px 20px 26px;
}
.calc-wrapper .calc-row .calc-item label{
	color: #193F54;	
	font-size: 18px;	
	font-family: museo-sans, sans-serif;
	line-height: 22px;
	font-weight: 500;
	margin: 0px 0px 5px;
	min-height: 60px;
	max-width: 200px;
	display: block;
	line-height: 21px;
	max-width: 210px;
}
.calc-wrapper .calc-row .custom-select{
	border:none;height: 38px;
	width: 100%;
	border-radius: 0px;
}
.calc-wrapper .calc-row .custom-select select{
	padding: 0px 20px 0px 0px;
	height: 38px;
	border-bottom:solid 1px #f2813d;
	color: #f2813d;
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	opacity: 1!important;
}
.calc-wrapper .custom-select:after{
	content:'';
	top:13px;
	right:1px;
	width: 12px;
	height: 12px;
	background: url(../images/calc/sel-arw.svg) no-repeat center;
}
.calc-wrapper .custom-select option{
	padding: 10px!important;
	color: #f2813d;
}
.calc-wrapper .calc-row input[type="text"]{
	border:none;
	height: 38px;
	width: 100%;
	border-bottom:solid 1px #f2813d;
	border-radius: 0px;
	color: #f2813d;
	font-family: museo-sans, sans-serif;
	font-size: 16px;	
	font-weight: 700;
}
.calc-wrapper .calc-row input::placeholder{
	color: #f2813d;
	font-family: museo-sans, sans-serif;
	font-size: 16px;	
	font-style: italic;
	font-weight: 500;
	opacity: 1;
}
.calc-wrapper .calc-row input.error, .calc-wrapper .calc-row select.error{
	color:#DE1010!important;
	border-color:#DE1010!important;
	background:url(../images/calc/icon-warning.svg) no-repeat 92% center!important;
}
.calc-wrapper .calc-row input.error{
    background-position: right center!important;
    background-repeat: no-repeat;
}
.calc-wrapper .calc-row .error-popover{
	position: absolute;
	left: 30px;
    top: calc(100% - 8px);	
	width: calc(100% - 60px);
	background: #DE1010;
	color: #fff;
	padding: 16px;
	font-size: 14px;	
	line-height: 17px;
	font-family: museo-sans, sans-serif;
	border-radius: 6px;
	z-index: 2;
	display: none;
}
.calc-wrapper .calc-row .error-popover:before{
	content:'';
	width:16px;
	height: 16px;
	background: #DE1010;
	position: absolute;
	top:-8px;
	right:15px;
	transform:rotate(45deg);
}
.calc-wrapper .terms-text{
	display: block;
	text-align: center;
	color: #666666;	
	font-family: museo-sans, sans-serif;
	font-size: 12px;	
	line-height: 17px;	
	max-width: 800px;
	margin: auto;
}
a.btn-calculate{
	height: 136px;	
	width: 136px;	
	background-color: #F2813D;
	text-align: center;
	display: block;
	margin: auto;
	border-radius: 100%;
	color: #FFFFFF;	
	font-size: 14px;	
	letter-spacing: 0.78px;	
	line-height: 17px;
	font-family: museo-sans, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:all 0.3s ease;
	margin-top: 40px;
	margin-top: 40px;
}
a.btn-calculate:hover{
	background: #fff;
	color: #F2813D;
}
a.btn-reload{
	height: 136px;	
	width: 136px;	
	background:url(../images/calc/icon-reset.svg) no-repeat center;
	text-align: center;
	display: block;
	margin: 29px auto;
	border-radius: 100%;
	margin-top: 40px;
}
.calc-wrapper .calc-results{
	float:left;
	width: 100%;
	margin-top: 50px;	
}
.calc-wrapper .calc-results .results-figures{
	float: left;
	width: calc(100% + 60px);
	margin: 0px -30px;
}
.calc-wrapper .calc-results .results-figures > li{
	list-style: none!important;
	float: left;
	width: 25%;
	margin: 0px;
	padding: 0px 30px;
}
.calc-wrapper .calc-results .results-figures > li .fig{
	background-color: #6F8DCE;
	border-radius: 100%;
	width: calc(100vw/6);
	height: calc(100vw/6);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 30px;
}
.calc-wrapper .calc-results .results-figures > li span{
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	font-family: museo-sans, sans-serif;
}
.calc-wrapper .calc-results .results-figures > li span.grade{
	font-size: 45px;	
	line-height: 37px;
	font-weight: 900!important;
}
.calc-wrapper .calc-results .results-figures > li span.txt{
	color: #fff;
	font-size: 16px;	line-height: 19px;
}
.calc-wrapper .calc-results .results-figures > li strong{
	font-size: 58px;	
	line-height: 70px;	
	text-align: center;
	font-weight: 900!important;
	color: #fff;	
}
.calc-wrapper .calc-results .results-figures > li strong.large_num {
    font-size: 26px !important;
}
.calc-wrapper .calc-results h4{
	text-align: center;
	font-size: 24px;	
	line-height: 29px;	
	color: #6F8DCE;
}
.campaign-wrap{
	float: left;
	width: 100%;
	position: relative;
	padding: 70px 0px 100px;
	background: #193F54;
	margin-top: 90px;
}
.campaign-wrap:before{
	content:'';
	position: absolute;
	width: 100vw;
	height: 100%;
	top:0px;
	left:-50%;
	right:-50%;
	background: #193F54;
	z-index: -1;
	margin: auto;
}
.campaign-wrap .join-camp{
	position: absolute;
	width: 236px;
	height: 44px;
	left: -50%;
	right:-50%;
	top:-22px;
	margin: auto;
	background: #F2813D;
	line-height: 18px;
	padding: 13px 24px;
	font-size: 14px;	
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-family: museo-sans, sans-serif;
	letter-spacing: 1.4px;
}
.campaign-wrap .join-camp:before{
	content:'';
	position: absolute;
	right:16px;
	top:12px;
	width: 20px;
	height: 20px;
	background: url(../images/left-arw.png) no-repeat center;
	background-size: 26px;
	transform:rotate(-90deg);
}
.campaign-wrap .camp-list{
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.campaign-wrap .camp-list > li{
	list-style: none!important;
	border-left:dotted 4px #F2813D;
	margin-top: 50px;
	padding-left: 100px;
	padding-bottom: 60px;
	float: left;
	width: 100%;
}
.campaign-wrap .camp-list > li:last-child{
    border:none!important;
}
.campaign-wrap .camp-list > li > strong{
	display: block;
	font-size: 24px;	
	line-height: 29px;
	color: #fff;
	position: relative;
    top: -40px;
    left: -104px;
	font-weight: 700;
}
.campaign-wrap .camp-list > li > p{
	color: #fff;
	font-size: 18px!important;	
	line-height: 22px!important;
	max-width: 1200px;
	margin-bottom: 10px!important;
}
.campaign-wrap .camp-list > li > p a{
	color: #fff!important;
	text-decoration: underline!important;
}
.campaign-wrap .camp-list > li > strong span{
	color: #F2813D;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
	width: 100px;
}
.campaign-wrap .camp-list > li .banner-list{
	padding: 0px;
	margin: 0px;
}
.campaign-wrap .camp-list > li .banner-list > li{
	list-style: none!important;
	margin: 8px 0px!important;
	float:left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.campaign-wrap .camp-list > li > strong, .campaign-wrap .camp-list > li > strong span{
    font-size: 22px!important;
}
.campaign-wrap .camp-list > li .banner-list > li .banner-img{
	width: 20%;
	background: #fff;
}
.campaign-wrap .camp-list > li .banner-list > li .banner-img img{
	width: 100%;
}
.campaign-wrap .camp-list > li .banner-list > li .banner-desc{
	background: #fff;
	padding: 35px;
	border-left:solid 3px #193F54;
	width: 80%;
}
.campaign-wrap .camp-list > li .banner-list > li .banner-desc p{
	font-size: 18px!important;	
	line-height: 22px!important;
	margin-bottom: 15px!important;
	color: #666666;
	font-weight: 500!important;
}
.campaign-wrap .camp-list > li .banner-list > li .banner-desc p strong{
	color: #6F8DCE;
	font-weight: 700!important;
}
.campaign-wrap .info-msg{
	float:left;
	width: 100%;
	margin-top: 35px;
	padding: 18px 24px 18px 80px;
	border-radius:3px;
	font-size: 16px;	
	line-height: 19px;
	color: #fff;
	font-weight: 500;
	background:url(../images/calc/icon-warning02.svg) no-repeat 25px center #6F8DCE;
	min-height: 74px;
	align-items: center;
    display: flex;
    flex-wrap:wrap;
}
.campaign-wrap .info-msg .flex-inner{
    display: inline-block;
    width: 100%;
}
.campaign-wrap .info-msg a{
	color: #fff;
	text-decoration: underline;
}
.campaign-wrap ul.camp-feed{
	margin: 10px 0px;
	padding: 0px;
	width: 100%;
	float:left;
}
.campaign-wrap ul.camp-feed > li{
	list-style: none!important;
	float:left;
	width: 100%;padding: 18px 100px 18px 24px;
	border-radius:3px;
	font-size: 16px!important;	
	line-height: 19px!important;
	color: #fff!important;
	font-weight: 500!important;
	background: #6F8DCE;
	margin-top: 15px;
	position: relative;
}
.campaign-wrap ul.camp-feed .copy-tweet{
	width:20px;
	height: 24px;
	background:url(../images/calc/icon-copy.svg) no-repeat center;
	position: absolute;
	right:15px;
	top:20px;
	display: block;
	border:none;
	top:calc(50% - 12px);
}
.info_msg{
    width: 200px;
    top: -4px;
    padding: 6px;
    color: #fff;
    right: 6px;
    font-size: 12px;
    position: absolute;
    text-align: right;
}
/*FR*/

body.fr .campaign-wrap .join-camp, body.es .campaign-wrap .join-camp{
    width:330px;
}

.calc-wrapper .calc-row .custom-select{
	position: relative;
}



/*BOOTSTRAP SELECT*/
.bootstrap-select select{
	display: none;
}
.bootstrap-select .btn.dropdown-toggle{
	padding: 0px 20px 0px 0px;
    height: 38px;
	border:none;
	outline: none;
	box-shadow: none;
    border-bottom: solid 1px #f2813d;
    color: #f2813d;
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    opacity: 1!important;
	position: relative;
	background: #fff;
	text-align: left;
	width: 100%;
	transition: none!important;
}
.bootstrap-select .btn.dropdown-toggle:after {
    content: '';
    top: 13px;
    right: 1px;
    width: 12px;
    height: 12px;
    background: url(../images/calc/sel-arw.svg) no-repeat center;
}
.bootstrap-select select.error + .btn.dropdown-toggle{
	color:#DE1010!important;
	border-color:#DE1010!important;
	background:url(../images/calc/icon-warning.svg) no-repeat 92% center!important;
}

.bootstrap-select .btn.dropdown-toggle .filter-option-inner-inner{
	font-weight: 500;
	font-size: 16px;
}
.bootstrap-select > .dropdown-menu{
	border:solid 1px #f2813d;
	display: none;
	position: absolute;
    left: 0px;
    top: 37px;
	width: 100%;
	background: #fff;
	min-width: 0px!important;
}
.bootstrap-select > .dropdown-menu .inner{
	max-height: 252px!important;
}
.bootstrap-select .dropdown-menu .dropdown-menu{
	margin: 0px;
	padding: 0px;
	background: #fff;	
}
.bootstrap-select .dropdown-menu .dropdown-menu > li{
	font-size: 16px;
	background: #fff;
	list-style: none;
	color: #f2813d;
    font-family: museo-sans, sans-serif
}
.bootstrap-select .dropdown-menu .dropdown-menu > li a{
	display: block;
	color: #f2813d;
    font-family: museo-sans, sans-serif;
	font-size: 16px;
	background: #fff;
	padding: 2px 10px;
    line-height: 32px;
	background: #fff;
	transition:all 0.3s ease;
	cursor: pointer;
}
.bootstrap-select .dropdown-menu .dropdown-menu > li a:hover{
	color: #fff;
	background: #f2813d;
}
.bootstrap-select > .dropdown-menu{
	display: none;
}

.base-info .continaer{
	position: relative;
}
.base-info .container .k-logo{
	position: absolute;
	right:15px;
	top:-1px;
	width:62px;
}

.calc-wrapper #calculation .calc-row{
    flex-wrap: nowrap;
}

.updated-date{
	display:block;
	width:100%;
	margin:0px 0px 20px 0px;
	font-size: 12px;
    letter-spacing: 1px;
	color: #999999;
	text-transform: uppercase;
	font-weight: 600;
}

.diabetes-page-wrap{
	float:left;
	width:100%;
}
.highlight-slider-wrap{
	position:relative;
	width:100%;
	padding:100px 0px 150px;
	background:#f6f7fc;
	margin:70px 0px;
	float:left;
}
.highlight-slider-wrap:before{
	content:'';
	position:absolute;
	left:-50%;
	right:-50%;
	margin:auto;
	height:100%;
	width:100vw;
	background:#f6f7fc;
	top:0px;
	z-index: -1;
}
.highlight-slider ul.slides > li{
	display:none;
	list-style: none!important;
}

.highlight-slider .flex-control-paging li a{
	border-color: #6b8dd4;
}
.highlight-slider .flex-control-paging li a.flex-active {
    background: #6b8dd4;
    border-color: #6b8dd4;
}
.highlight-slider .flex-control-nav{
	bottom:8%;
}
.highlight-slider ul.slides > li .hl-item{
	display:flex;
}
.highlight-slider ul.slides > li .hl-desc{
	width:60%;
	padding:60px 100px 30px 0px;
}
.highlight-slider ul.slides > li .hl-desc:last-child{
	width:100%;
	padding-right:50px;
}
.highlight-slider ul.slides > li .hl-desc h2{
	margin-bottom:35px!important;
}
.highlight-slider ul.slides > li .hl-img{
	width:40%;
}
.highlight-slider ul.slides > li .hl-img img{
	box-shadow:15px 20px 40px rgba(136,144,158,0.36);
	float:right;
}
.diabetes-page-wrap .media-block{
	width:100%;
	margin:45px 0px 15px;
	float:left;
}
.diabetes-page-wrap .media-block h4{
	margin:0px 0px 30px;
}
.diabetes-page-wrap .media-block iframe{
	width:100%;
	height: calc(100vw / 2.289);
	margin-bottom:30px;
}
ul.accord-wrap{
	padding:0px;
	margin:30px 0px 70px!important;
	float:left;
	width:100%;
}
ul.accord-wrap > li{
	list-style: none!important;
	float:left;
	width:100%;
	margin:15px 0px;
	border:solid 1px #6f8cce;
	padding:40px 80px;
}
ul.accord-wrap > li .accord-title{
	float:left;
	width:100%;
	position:relative;
	cursor:pointer;
}
ul.accord-wrap > li .accord-title:before{
	content:'';
	position:absolute;
	top:14px;
	right:0px;
	width:20px;
	height:2px;
	background:#F2813D;
	transition:all 0.2s ease;
}
ul.accord-wrap > li .accord-title:after{
	content:'';
	position:absolute;
	top:5px;
	right:9px;
	width:2px;
	height:20px;
	background:#F2813D;
	transition:all 0.2s ease;
}
ul.accord-wrap > li .accord-title.active:after{
	transform: rotate(90deg);
}
ul.accord-wrap > li .accord-title strong{
	font-size:24px;
	color:#6F8DCE;
	font-weight: 700;
	font-family: "museo-slab", museo_slab_web, Helvetica, Arial, Gotham, sans-serif;
}
ul.accord-wrap > li .accord-desc{
	float:left;
	width: 100%;
	padding-top:40px;
	padding-bottom:40px;
	display:none;
}
ul.accord-wrap > li .accord-desc img{
	float:right;
	margin:4px 0px 0px 30px;
}
ul.accord-wrap > li .accord-desc img:last-child{
	float:left;
	margin:4px 30px 0px 0px;
}
ul.interested-links{
	margin:0px -15px!important;
	padding:0px;
	width:calc(100% + 30px)!important;
	display: flex;
	flex-wrap: wrap;
}
ul.interested-links > li{
	float:left;
	margin:15px!important;
	list-style: none!important;
	width:calc(50% - 30px)!important;
	display: flex;
}
ul.interested-links > li > div{
	display:flex;
	background:#eff3fc;
	padding:8% 200px 8% 8%;
	width:100%;
	position: relative;
	align-items: center;
}
ul.interested-links > li > div .btn-more{
	position: absolute;
	right:8%;
	top:auto;
}
ul.interested-links > li > div strong{
	font-size:24px;
	color:#6F8DCE;
	font-weight: 700;
	font-family: "museo-slab", museo_slab_web, Helvetica, Arial, Gotham, sans-serif;
}


/*mailchimp embed form #8412*/
#inner-section #mc_embed_signup{
    float:left;
    width:100%;
}
#inner-section #mc_embed_signup label{
    width:100%;
    display:block;
    font-weight: 100;
	color:#333333;
	font-family: 'museo-sans', sans-serif;
}
#inner-section #mc_embed_signup .asterisk{
    color:#e64f32;
}
#inner-section #mc_embed_signup input[type="text"], #inner-section #mc_embed_signup input[type="email"], #inner-section #mc_embed_signup select{
width: 60%;
background: #fff;
padding: 15px;
color: #666;
border-radius: 6px;
height: 40px;
font-size: 16px;
margin-bottom: 20px;
border: solid 1px #b5b5b5;
max-width: 355px;
clear: both;
margin:0px 0px 15px 0px;
}
#inner-section #mc_embed_signup select{
	padding:0px 10px;
}
#inner-section #mc_embed_signup input.error, #inner-section #mc_embed_signup textarea.error{
    border-color: #e64f32 !important;
}
#inner-section #mc_embed_signup input.av-checkbox {
    position:static;
    margin:0px 10px 0px 0px
}
#inner-section #mc_embed_signup p:last-child{
    margin:0px;
}
#inner-section #mc_embed_signup #mc-embedded-subscribe{
    background: #f2813d;
    font-size: 18px;
    color: #fff !important;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    line-height: normal;
    border: none;
}
.indicates-required{
    margin-bottom:25px;
    font-family: 'museo-sans', sans-serif;
}
#inner-section #mc_embed_signup p{
    font-size:16px;
    line-height: 21px;
}
#mc_embed_signup input.mce_inline_error {
    border-color: #e64f32!important;
}
#inner-section #mc_embed_signup div.mce_inline_error{
    background:none!important;
    color:#e64f32!important;
    font-weight: 100!important;
    padding:0px!important;
}
#inner-section #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
#inner-section #mc-embedded-subscribe-form input[type=checkbox]{display: inline; width: auto;margin-right: 10px;}
#inner-section #mergeRow-gdpr {margin-top: 20px;}
#inner-section #mergeRow-gdpr fieldset label {font-weight: normal;}
#inner-section #mc-embedded-subscribe-form .mc_fieldset{border:none;min-height: 0px;padding-bottom:0px;}

/*BOOTSTRAP SELECT*/


/*
body.fr .campaign-wrap .camp-list, body.es .campaign-wrap .camp-list > li > strong span {
    text-transform: lowercase;
}
body.fr .campaign-wrap .camp-list, .body.es .campaign-wrap .camp-list > li > strong span:first-letter{
    text-transform: uppercase!important;
}*/

/* # RESPONSIVE #
================================================== */

@media only screen and (min-width: 1300px) and (max-width: 3600px) {
	.menu-poster .poster-img{
		max-width: 400px;
		min-width: 400px;
	}
	.menu-poster .poster-url{
		width: 560px;
		padding-left: 0px;
	}
	.highlight-list-wrap ul.highlight-list > li .hl-img{
		background-size: contain;
	}
	.highlight-list-wrap ul.highlight-list > li:nth-child(odd) .hl-img{
		background-position: left center;
	}
	.highlight-list-wrap ul.highlight-list > li:nth-child(even) .hl-img{
		background-position: right center;
	}
	.highlight-list-wrap ul.highlight-list > li > div{
		min-height: 491px;
	}
	.highlight-list-wrap ul.highlight-list > li:nth-child(even) > div{
		min-height: 497px;
	}
	.menu-poster .poster-desc{
		min-width: 46%!important;
	}
	.menu-poster .poster-desc h2:last-child{
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 300px) and (max-width: 2200px) {
	#home-banner ul.slides li{
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		background-color:#dde9f5;
	}
	#home-banner ul.slides li img{
		opacity: 0;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 2200px) {
	footer ul.footer-links > li:nth-child(4){
		clear: left;
	}
	#home-banner, #home-banner ul.slides li{
		max-height: 660px;
	}
	.landing #home-banner .banner-desc{
		top:30%;
	}
	.upcoming-events-wrap .event-slider .meta-wrap > div{
		padding-right: 30px;
	}
	
	header ul#primary-menu > li > a{
		text-align: center;
	}
	
}
@media only screen and (min-width: 1300px) and (max-width: 1500px) {
	#idf-site-wrap .container {
		max-width: 1440px;
		width: 90%;
	}
	.secondary-nav-wrap ul#secondary-nav > li.parent > a{
		padding: 0px 10px!important;
	}
	.secondary-nav-wrap ul#secondary-nav > li.parent > a::after{
		margin-left: 3px!important;
	}
}

@media only screen and (max-width :1500px) {
	.highlight-list-wrap ul.highlight-list > li > div{
		min-height: 480px;
	}
	.highlight-list-wrap ul.highlight-list > li:nth-child(even) > div{
		min-height: 480px;
	}
}
@media only screen and (max-width :1500px) {
	header ul#primary-menu{
		padding-right:260px;
	}
	header ul#primary-menu > li > a{
		text-align: center;
	}
	.menu-poster .poster-desc {
		padding: 20px 35px;
	}
	.menu-poster .poster-img {
		width: 640px;
		max-width: none;
	}
	.menu-poster .poster-url{
		padding-right: 30px;
	}
	.search-wrap.search-active{
		width: 260px;
	}
	.search-wrap.search-active input[type="text"]{
		width: 250px;
	}
	.menu-poster .poster-img{
		max-width:400px;
	}
}
@media only screen and (max-width :1399px) {
	.highlight-list-wrap ul.highlight-list > li .hl-img{
		background-size: cover;
	}
}
@media only screen and (max-width :1360px) {
	header ul#primary-menu > li > a{
		padding: 0px 10px!important;
	}
	
	#idf-site-wrap .container{
		width: 92%;
	}
	.highlight-list-wrap ul.highlight-list > li:nth-child(2n+1) .hl-desc {
		padding-left: 5%;
	}
	.landing #home-banner .banner-desc{
		left: 5.2%;
		top: 22vh;
	}
	footer ul.footer-links > li{
		padding: 0px 10px;
	}
	footer .row > .col-md-3:last-child{
		padding-left: 0px!important;
	}
}
@media only screen and (max-width :1280px){
	header ul#primary-menu > li > a{
		font-size:12px;
	}
	header h1.logo, header h1.logo img{
		width:180px;
	}
	header ul.header-social > li{
		margin: 0px 2px;
	}
	header ul#primary-menu{
		padding-right: 250px;
	}
	header .header-top{
		padding-right: 35px;
	}
	.search-wrap.search-active{
		width: 210px;
	}
	.search-wrap.search-active input[type="text"]{
		width: 204px;
	}
	#idf-site-wrap header{
		padding: 0px 20px;
	}
	header .header-top{
		right: 20px;
	}
	.landing #home-banner .banner-desc{
		top:24%;
	}
	
}
@media only screen and (max-width :1200px){
	.menu-poster .poster-img{
		max-width: 340px;
	}
	.menu-poster .poster-desc h2{
		font-size: 20px;
	}
	.menu-poster .poster-desc h2:last-child{
		margin: 0px;
	}
	.menu-poster .poster-url{
		width: 35%;
		padding: 0px!important;
	}
	.menu-poster{
		position: relative;
	}
	.menu-poster .poster-url{
		position: absolute;
		bottom:0px ;
		right: 22px;
	}
	.menu-poster .poster-desc{
		width: 30%;
		padding: 20px 25px;
	}
}
@media only screen and (max-width :1150px){
	.highlight-list-wrap ul.highlight-list > li .hl-desc h2, .highlight-list-wrap ul.highlight-list > li .hl-desc h2 a{
		font-size: 44px;
		line-height: 48px;
	}
	.highlight-list-wrap ul.highlight-list > li .hl-desc p{
		max-width: none;
	}
	#idf-site-wrap .container {
		width: 96%;
	}
}
@media only screen and (max-width :1055px){
	.highlight-blocks ul > li .bl-wrap p{
		font-size: 15px;
	}
	.highlight-blocks ul > li .bl-wrap{
		min-height: 200px;
		padding: 25px 26px 60px;
	}
	.highlight-blocks ul > li .bl-wrap .btn-more{
		left: 26px;
		bottom:25px;
	}
	.highlight-blocks ul > li .bl-wrap h3{
		font-size: 20px!important;
		line-height: 24px!important;
	}
	.highlight-list-wrap ul.highlight-list > li .hl-desc h2, .highlight-list-wrap ul.highlight-list > li .hl-desc h2 a{
		font-size: 28px;
		line-height: 32px;
	}
	.highlight-list-wrap ul.highlight-list > li > div{
		min-height: 410px;
		padding: 50px;
	}
	.activities-initiatives-wrap .block-activities{
		max-width: 48%;
	}
	.activities-initiatives-wrap .block-initiatives{
		max-width: 48%;
	}
	.activities-initiatives-wrap .block-initiatives ul > li a{
		padding: 12px;
	}
	.activities-initiatives-wrap .block-initiatives ul > li a{
		height: 130px;
	}
	.upcoming-events-wrap .flex-viewport {
		overflow: hidden !important;
	}
	#home-banner ul.slides li{
		min-height: 500px;
	}
	#home-banner ul li img{
		min-height: 550px;
		max-height: 500px;
		max-width: none;
		width: auto;
	}
	footer .row > .col-md-3:last-child {
    	padding-left: 20px !important;
	}
	.landing #home-banner .banner-desc h2{
		font-size: 42px;	
		line-height: 48px;
	}
}
@media only screen and (max-width :1024px){
	header ul#primary-menu{
		display: none;
	}
	header h1.logo{
		padding: 0px!important;
	}
	#idf-site-wrap.region-page footer .col-md-3 img{
		top:50px;
	}
}
@media only screen and (max-width :1024px){
	.highlight-blocks ul{
		display: inline-block;
	}
	.highlight-blocks ul > li{
		width: 100%;
		padding: 5px 0px;
	}
	.highlight-blocks ul > li .bl-wrap{
		min-height: 170px;
		padding-bottom: 62px;
	}
	.highlight-blocks{
		margin-top: -90px;
	}
	#idf-site-wrap header, header h1.logo, header h1.logo img{
		height: 82px;
	}
	#idf-site-wrap {
		padding-top: 82px;
	}
	header .search-wrap{
		height: 36px;
		margin-top: 22px;
	}
	#home-banner ul.slides li{
		height: 440px;
		min-height: 0px;
		background-position: 80% 0px;
		background-size: cover;
	}
	#home-banner ul li img{
		min-height: 440px;
		max-height: 440px;
	}
	.landing #home-banner .banner-desc{
		top:25%;
	}
	.landing #home-banner .banner-desc h2 {
		font-size: 32px;	
		line-height: 38px;
	}
	.highlight-list-wrap ul.highlight-list > li{
		display: inline-block;
		width: 100%;
	}
	.highlight-list-wrap ul.highlight-list > li > div{
		width: 100%;
		min-height: 320px;
		align-items: flex-end;
		padding: 40px 40px 50px 40px;
	}
	.highlight-list-wrap ul.highlight-list > li > div.hl-desc{
		min-height: 0px;
		padding-top: 80px;
	}
	.highlight-list-wrap{
		margin-top: 0px;
	}
	.activities-initiatives-wrap .block-activities,
	.activities-initiatives-wrap .block-initiatives{
		max-width: 100%;
		width: 100%!important;
		width: 90%;
		float: none;
		margin: auto;
	}
	.upcoming-events-wrap{
		padding-top: 86px;
	}
	.upcoming-events-wrap .event-slider ul.slides > li,
	.upcoming-events-wrap .event-slider .meta-wrap{
		display: inline-block!important;
		width: 100%;
	}
	.upcoming-events-wrap .event-slider ul.slides > li .slider-item,
	.upcoming-events-wrap .event-slider .meta-wrap > div{
		width: 100%!important;
	}
	.upcoming-events-wrap .event-slider .meta-wrap > div{
		margin-top: 15px;
	}
	.upcoming-events-wrap .event-slider .meta-wrap{
		margin-top: 12px;
	}
	.upcoming-events-wrap .event-slider ul.slides > li .slider-item h3, .upcoming-events-wrap .event-slider ul.slides > li .slider-item h3 a{
		font-size: 19px;	
		line-height: 23px;
	}
	.upcoming-events-wrap .event-slider ul.slides > li .slider-item .date{
		font-size: 14px;	
		letter-spacing: 0.78px;	
		line-height: 17px;
	}
	.upcoming-events-wrap .event-slider ul.slides > li .slider-item{
		padding: 25px 25px 75px 25px;
		margin: 0px;
	}
	.upcoming-events-wrap .event-slider ul.slides > li .slider-item .btn-more{
		left: 25px;
		bottom:25px;
	}
	.upcoming-events-wrap .btn-all-events{
		margin-left: 15px!important;
	}
	footer .container{
		padding-top: 140px;
	}
	footer .ft-logo {
		position: absolute;
		top: 56px;
		left: 16px;
		max-width: 160px;
	}
	footer .row {
		margin: 0px;
		flex-direction: row;
		display: flex;
		flex-wrap: wrap;
	}
	footer .row > div{
		width: 100%;
		margin-bottom: 40px;
		clear: both;
	}
	footer .row > div:nth-child(1){
		order:1;
	}
	footer .row > div:nth-child(2){
		order:3;
	}
	footer .address p{
		margin: 0px;
	}
	footer .row > div:nth-child(3){
		order:2;
	}
	footer ul.footer-links > li {
    	padding: 0px;
		width: 100%;
		margin-bottom: 10px;
		border-bottom:solid 1px #c8d3ec;
		position: relative;
	}
	footer ul.footer-links > li:last-child{
		margin: 0px;
	}
	footer ul.footer-links > li .caret-icon {
		position: absolute;
		right: 0px;
		top: 1px;
		width: 20px;
		cursor: pointer;
		text-align: center;
		transition: all 0.3s ease;
	}
	footer ul.footer-links > li .caret-icon::after {
		content: "";
		font-family: FontAwesome;
		color: #6f8dce;
		font-size: 15px;
	}
	footer ul.footer-links > li .caret-icon.nav-active{
		transform:rotateX(180deg);
	}
	footer ul.footer-links > li > a{
		padding: 0px 6px 3px 0px;
		display: inline-block;
	}
	.base-info a{
		display: block;
		float: left;
		width: 100%;
		margin: 4px 0px;
	}
	footer ul.footer-links > li ul{
		margin: 0px 0px 10px 0px;
	}
	footer .mega-menu{
		display: none;
	}
	footer ul.header-social{
		width:100%;
		margin: 0px 0px 40px;
		padding: 0px;
		display: inline-block;
		text-align: center;
	}
	footer ul.header-social > li{
		list-style: none;
		float:none;
		display: inline-block;
		margin: 0px 6px;
	}
	footer ul.header-social > li a{
		display: block;
		width:42px;
		height:42px;
		border: 2px solid #6F8DCE;
		border-radius: 42px;
		transition: all 0.3s ease;
	}
	footer ul.header-social > li a:hover{
		background: #6F8DCE;
	}
	footer ul.header-social > li a i{
		width: 100%;
		text-align: center;
		display: block;
		line-height: 39px;
		font-size: 22px;
		color:#6F8DCE;
	}
	footer ul.header-social > li a:hover i{
		color:#fff;
	}
	footer ul.header-social > li a i:before{
		margin: 0px;
	}
	header h1.logo{
		padding: 10px 0px;
		overflow: visible;
	}
	header h1.logo, header h1.logo img{
		background: none;
	}
	.upcoming-events-wrap .flex-control-nav{
		display: block;
		bottom:-45px;
	}
	.upcoming-events-wrap .flex-direction-nav{
		display: none;
	}
	.flex-control-paging li a{
		border:none;
		height: 10px;	
		width: 10px;	
		opacity: 0.25;	
		background-color: #6F8DCE;
	}
	.flex-control-paging li a.flex-active{
		opacity: 1;
		background-color: #6F8DCE;
	}
	.activities-initiatives-wrap .block-initiatives ul > li a{
		height: 160px;
	}
	.activities-initiatives-wrap .block-initiatives .flex-control-nav{
		bottom:-60px;
		left: 0px;
	}
	.activities-initiatives-wrap .block-initiatives ul{
		margin: 0px;
	}
	.activities-initiatives-wrap .block-initiatives ul > li{
		margin: 0px;
		background: none;
	}
	.activities-initiatives-wrap .block-initiatives ul > li a{
		width: 156px;
		height: 156px;
		background: #fff;
		margin: auto;
	}
	.activities-initiatives-wrap .block-initiatives{
		clear: both;
		margin-top: 40px;
		float: left;
		width: 100%;
	}
	.landing #home-banner .banner-desc, .landing #home-banner .banner-desc p{
		display: block!important;
	}
	.landing #home-banner .banner-desc {
		left: 9%;
		top: 22%;
		width: 82%;
	}
	
	
	span.mobilemenu{
		display:block;
		width:28px;
		height:2px;
		background:#6F8DCE;
		z-index:100;
		cursor:pointer;
		position:absolute;
		top:12px;
		right:0px;
	}

	span.mobilemenu:after, span.mobilemenu:before {
		background-color: #6F8DCE;
		content: "";
		display: block;
		height: 2px;
		position: absolute;
		transition: all 0.4s ease 0s;
		width:28px;
		z-index:100;
	}
	span.mobilemenu:before{
		top:-10px;
	}
	span.mobilemenu:after{
		top:10px;
	}
	.nav-toggle{
		width:28px;
		height: 28px;
		position: absolute;
		right: 22px;
		top:28px;
	}
	span.mobilemenu.active{
		height:0px;
	}
	span.mobilemenu.active:after{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		top:0px;
	}
	span.mobilemenu.active:before{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		top:0px;
	}
	
	header ul#primary-menu.active-nav{
		display: block;
		width: 100%;
		position: absolute;
		left: 0px;
		right: auto;
		top:80px;
		padding: 0px;
		background:rgba(255,255,255,0.94);
		padding: 12px 20px;
	}
	header ul#primary-menu > li{
		width: 100%;
		margin: 3px 0px;
	}
	header ul#primary-menu > li > a{
		display: inline-block;
		height: auto;
		padding: 5px 0px;
		font-size: 15px;
	}
	#primary-menu .mega-menu{
		position: static;
		opacity: 1;
		padding: 12px;
		display: none;
		margin-top: 6px;
	}
	#primary-menu .mega-menu > ul{
		display: inline-block;
		width: 100%;
	}
	#primary-menu .mega-menu > ul > li{
		display: inline-block;
		width: 100%;
		padding-right: 0px;
	}
	#primary-menu > li.parent > a{
		padding-right: 20px;
		position: relative;
	}
	#primary-menu > li.parent > a:after{
		content: "";
		font-family: FontAwesome;
		color: #6f8dce;
		font-size: 18px;
		position: absolute;
		right:0px;
		top:5px;
	}
	#primary-menu .mega-menu > ul > li > ul{
		margin-top: 6px;
		margin-bottom: 10px;
	}
	#primary-menu .mega-menu > ul > li > ul > li.parent{
		padding-right: 30px;
	}
	#primary-menu .mega-menu > ul > li > ul > li.parent .caret-icon{
		right: 2px;
	}
	#primary-menu .mega-menu > ul > li > ul > li.active-parent{
		padding-left: 10px;
	}
	.menu-poster{
		display: none;
	}
	#primary-menu .mega-menu > ul > li > a,
	#primary-menu .mega-menu > ul > li > ul > li > a{
		font-size: 14px;
	}
	.search-wrap input[type="submit"]{
		border-radius: 0px;
		position: absolute;
		top:0px;
		right: 0px;
	}
	.search-wrap.search-active{
		width: 160px;
	}
	.search-wrap.search-active input[type="text"]{
		width: 100%;
		margin: 0px;
	}
	.search-wrap.search-active input[type="submit"]{
		right:3px;
		top:5px;
	}
	header .header-top{
		right: 12px;
	}
	.search-wrap input[type="text"] {
		position: absolute;
		top:0px;
		width: 95%;
		margin: 4px 0px 0px 0px!important;
		font-size: 15px;
		padding: 3px 0px;
		border-radius: 0px;
		right: 5px;
	}
	.search-wrap.search-active {
		position: absolute;
		top: 82px;
		left: 0px;
		width: 100vw;
		margin: 0px;
		height: auto !important;
		padding: 10px;
		float: left;
		width: 100%!important;
		right: auto;
		background: rgba(255,255,255,0.88);
	}
	.search-wrap input[type="text"]{
		position: static!important;
		float: left!important;
		width: 100%!important;
		margin: 0px!important;
		background: none;
	}
	header .header-top{
		position: static!important;
	}
	header .search-wrap{
		position: absolute;
		right: 60px;
		display: block!important;
	}
	header ul#primary-menu > li > a:hover, header ul#primary-menu > li.active > a{
		background: none;
	}
	footer ul.header-social > li{
		margin: 0px 3px;
	}
	.nl-subscribtion input[type="text"]{
		border-radius: 0px;
	}
	#inner-section .breadcrumbs{
		position: static;
		width: 100%;
		float:left;
		margin: 10px 0px 20px;
	}
	.secondary-nav-wrap ul#secondary-nav > li ul{
		position: static;
		height: auto;
		opacity: 1;
		display: none;
	}
	
	.secondary-nav-wrap ul#secondary-nav > li.deeper > a{
		pointer-events: none;
	}
	#inner-banner.region-banner .banner-right-block{
		display: none;
	}
}
@media only screen and (max-width :500px){
	.landing #home-banner .banner-desc{
		top:16%
	}
	.activities-initiatives-wrap .block-activities ul > li i{
		height: 75px;
	}
	.activities-initiatives-wrap .block-activities ul > li i img{
		max-height: 56px;
		max-width: 56px;
	}
	.activities-initiatives-wrap .block-activities ul > li a{
		height: 160px;
	}
	#home-banner ul li img{
		transform: translate(-210px, 0px);
	}
	#home-banner ul.slides li::before{
		background: rgba(0,0,0,0.16);
		z-index: 1;
	}
	.highlight-blocks{
		z-index: 2;
		position: relative;
	}
	.highlight-blocks ul > li .bl-wrap{
		min-height: 0px;
		padding-bottom: 70px;
	}
	.highlight-list-wrap ul.highlight-list > li > div{
		padding-left: 35px!important;
		padding-right: 35px!important;
		padding-top: 70px!important;
	}
	.highlight-list-wrap ul.highlight-list > li .hl-desc p{
		display: block;
	}
	.highlight-list-wrap ul.highlight-list > li .hl-desc h2{
		margin-bottom: 24px;
	}
	.activities-initiatives-wrap{
		padding-top: 80px!important;
	}
	
	.secondary-nav-wrap ul#secondary-nav > li{
		border-right:none!important;
	}
	#inner-banner ul.slides > li > img{
		float: right;
		width: auto;
		max-width: none;
		max-height: 170px;
		min-height: 100px;
		width:100%;
	}
	#inner-banner, #inner-banner > ul.slides > li{
		height: auto!important;
		max-height: 170px!important;
	}
	.upcoming-events-wrap .event-slider .meta-wrap{
		display: none!important;
	}
	.highlight-list-wrap ul.highlight-list > li .hl-img{
		background-size:contain!important;
		min-height: 280px!important;
	}
	#inner-section .breadcrumbs{
		position: relative!important;
		top:0px!important;
		left: 0px!important;
		z-index: 3;
	}
	.breadcrumbs ul.breadcrumb{
		margin-left: -10px;
	}
	.breadcrumbs ul.breadcrumb > li:nth-child(2) {
		margin-left:10px;
	}
	.highlight-list-wrap ul.highlight-list > li > div{
		min-height: 230px!important;
	}
	.highlight-list-wrap ul.highlight-list > li > div{
		padding-top: 40px!important;
	}
	
	.region-page footer .row .col-md-4:nth-child(3){
		padding-left: 20px!important;
	}
	.region-page footer .row .col-md-4:nth-child(3){
		margin-top:0px;
	}
	#idf-site-wrap.region-page footer .col-md-3 img{
		top:50px;
	}
	#idf-site-wrap.region-page footer .address a.query-mail{
		margin-top: 0px!important;
	}
	#idf-site-wrap.region-page footer .address p br{
		display: none;
	}
	.content-introtext h3 + p img {
		max-width: calc((100vw/3) - 26px);
		margin: 0px 5px;
		display: block;
	}
	#primary-menu > li.parent > a::after{
		right: -10px;
		top: 0px;
	}
	header h1.logo {
    	padding: 10px 0px!important;
	}
	#inner-banner.region-banner .banner-desc {
		bottom: 28%;
		top: auto;
	}
	.landing #home-banner .banner-desc h2{
		font-size: 29px;
		line-height: 34px;
	}
	.landing #home-banner .banner-desc p{
		margin-bottom: 15px;
	}
}
@media only screen and (max-width :1260px){
	.calc-wrapper .calc-results .results-figures > li .fig{
		padding: 26px;
	}
	.calc-wrapper .calc-results .results-figures > li strong{
		font-size: 38px;
		line-height: normal;
	}
	.calc-wrapper .calc-results .results-figures > li span.grade{
		font-size: 38px;
		line-height: 34px;
	}
	a.btn-reload{
		margin: 15px auto!important;
	}
	.calc-wrapper .calc-results .results-figures > li{
		padding: 0px 15px;
	}
	.calc-wrapper .calc-results .results-figures > li .fig{
		width: calc(100vw/5.4);
		height: calc(100vw/5.4);
		margin: auto;
	}
	.campaign-wrap .camp-list > li .banner-list > li .banner-img{
		width: 28%;
	}
	.campaign-wrap .camp-list > li .banner-list > li .banner-desc{
		width: 72%;
	}
}

@media only screen and (max-width :1024px){
	.base-info{
		padding-bottom: 10px;
	}
	.base-info .container .k-logo{
		top:auto;
		bottom:0px;
	}
}
@media only screen and (max-width :990px){
    
    .calc-wrapper #calculation .calc-row{
        flex-wrap: wrap;
    }
    
	.calc-row .col-md-3{
		margin-bottom: 20px;
		width: 100%;
	}
	.calc-wrapper .calc-row .calc-item label{
		max-width: none;
		min-height: 40px;
	}
	.calc-wrapper .calc-results .results-figures{
		width: calc(100% + 60px);
		margin: 0px -30px;
		padding: 0px;
	}
	.calc-item .dropdown-menu.open{
		z-index: 9;
	}
	.calc-wrapper .calc-results .results-figures > li .fig {
   	 	width: calc(100vw/4.6);
    	height: calc(100vw/4.6);
		padding: 20px;
	}
	.campaign-wrap .camp-list > li .banner-list > li .banner-img{
		width: 40%;
	}
	.campaign-wrap .camp-list > li .banner-list > li .banner-desc {
		width: 60%;
	}
	.campaign-wrap .camp-list > li > strong{
		display: flex;
	}
	.campaign-wrap .camp-list > li{
		padding-left: 25px;
	}
	.campaign-wrap .camp-list > li > strong{
		left: -25px;
	}
	.campaign-wrap{
		padding-bottom: 40px!important;
	}
	.calc-wrapper .calc-results .results-figures > li span.grade{
		font-size: 30px;
		line-height: 30px;
	}
	.calc-wrapper .calc-results .results-figures > li strong{
		font-size: 32px;
	}
}
@media only screen and (max-width :780px){
	.calc-wrapper .calc-results .results-figures > li{
		width: 50%;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.calc-wrapper .calc-results .results-figures > li .fig {

		width: calc(100vw/2.6);
		height: calc(100vw/2.6);
		padding: 20px;
	}
	.campaign-wrap .camp-list > li .banner-list > li .banner-desc{
		padding: 18px;
	}
	.campaign-wrap ul.camp-feed > li{
		padding: 12px 50px 12px 15px;
	}
	.highlight-slider ul.slides > li .hl-item{
		flex-wrap: wrap;
	}
	.highlight-slider ul.slides > li .hl-desc{
		width:100%;
		padding:50px 0px 30px 0px;
		order:2;
	}
	.highlight-slider ul.slides > li .hl-img{
		width:100%;
		order:1;
	}
	.highlight-slider ul.slides > li .hl-img img{
		float:left;
	}
	.highlight-slider-wrap{
		padding:50px 0px;
	}
	.highlight-slider .flex-control-nav {
		bottom: 4%;
	}
	ul.accord-wrap > li{
		padding: 20px 30px;
	}
	ul.interested-links > li{
		width: calc(100% - 30px) !important;
	}
	ul.interested-links > li > div{
		padding:30px;
		flex-wrap: wrap;
	}
	ul.interested-links > li > div .btn-more{
		position:relative;
		float:left;
		clear:both;
		right:auto;
	}
	ul.interested-links > li > div strong{
		width:100%;
		margin-bottom:15px;
	}
}
@media only screen and (max-width :600px){
	.calc-wrapper{
		padding: 40px 0px;
		margin: 30px 0px -60px 0px;
	}
	.calc-wrapper .calc-intro h4{
		font-size: 22px;
	}
	.lang-switch ul > li{
		margin-left: 8px!important;
	}
	.campaign-wrap .camp-list > li{
		border:none!important;
		padding-left: 0px!important;
	}
	.campaign-wrap .camp-list > li > strong{
		left: 0px;
		font-size: 20px;
		display: block;
	}
	.campaign-wrap .camp-list > li > strong span{
		width:100%!important;
	}
	.campaign-wrap .camp-list > li .banner-list > li > div{
		width: 100%!important;
		border:none!important;
	}
	.campaign-wrap .camp-list > li .banner-list > li .banner-desc p{
		font-size: 16px!important;
		line-height: 20px!important;
	}
	.calc-wrapper .calc-results .results-figures > li{
		width: 100%;
	}
	.calc-wrapper .calc-results .results-figures > li .fig{
		width: calc(100vw/1.8);
		height: calc(100vw/1.8);
	}
	.calc-wrapper .calc-results .results-figures > li{
		padding-top: 12px!important;
		padding-bottom: 12px!important;
	}
	a.btn-reload{
		margin: 0px auto!important;
	}
	.lang-switch span{
		font-size: 12px;
		margin-top: 7px;
		width: 146px;
	}
	body.fr .lang-switch span{
		padding-right:12px;
		margin-top:0px;
	}
	.lang-switch ul > li a{
		width: 40px;
	}
	.lang-switch ul > li {
		margin-left: 5px !important;
	}
	ul.lang_block > li:first-child{
		margin: 0px!important;
	}
}

