/*
Theme name: Q Theme
Theme url: http://www.craq.it
Version: 9.0
Author: <a href="http://www.craq.it" title="Craq Design Studio">Craq Design Studio</a>
Author url: http://www.craq.it
*/

/***********************************************************************************************************************
// STRUCTURE AND GLOBAL STYLE
/**********************************************************************************************************************/
/* Globals & Editor Rules
-------------------------------------------------------------- */
@font-face {
    font-family: 'Museo';
    src: url('font/Museo-300.woff2') format('woff2'),
        url('font/Museo-300.woff') format('woff'),
        url('font/Museo-300.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 1.4em;
	color: #59595E;
	position: relative;
	z-index: 99999;
    font-weight: normal;
    font-style: normal;
}
h1{font-size: 40px;}
h2{font-size: 36px;}
h3{font-size: 30px;}
h4{font-size: 26px;}
h5{font-size: 22px;}
h6{font-size: 20px;}
h1,h2,h3,h4,h5,h6{
	line-height: 1em;
	font-family:'Museo';
	color:#2D4561;
}
b, strong{font-weight: bold;}
em{font-style: italic;}
sup{vertical-align: text-top; font-size: 9px;}
sub{font-size: 9px;}
ul li{list-style: disc inside none;}
ul li{list-style: disc outside none;}
ul{margin-left: 15px;}
li{margin: 3px;}
p{margin: 10px 0;}
table{width: 100%;}
td{padding: 10px;}
a{color:#598AC2; text-decoration: none; transition: 0.5s ease;}
a:hover{color: #2D4561;}
blockquote {
    display: block;
    margin: 30px 0;
    padding: 30px;
    background-color: #DEE8F3;
    font-style: italic;
}
blockquote:before {
    content: open-quote;
    font-size:30px
}
blockquote:after {
    content: close-quote;
}
.material-icons{
	vertical-align:middle;
}
video {
    width: 100%;
    height: auto;
}
/* Structure & Globals
-------------------------------------------------------------- */
body, #page{
    margin: 0;
    min-width: 1366px;
    overflow-x: hidden;
}
#page{
	overflow-y:hidden;
}
body:before{
    content: '1400';
    display: none;
}
#menuOverlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background: rgba(0,0,0,0.8);
    display: none;
    cursor: pointer;
}
.centralWrapper{
    display: block;
    margin: auto;
    width: 1266px;
    padding: 0 50px;
}
#main{
    margin-top: 50px;
    display: block;
}
#loadingWrapper{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
#loadingWrapper img{
    width: 70px;
    height: auto;
}
.col1{width:100%;}
.col12{width:48%;}
.col13{width:30.6%;}
.col14{width:22%;}
.col23{width:65.4%;}
.col34{width:74%;}
.col1f {
    width: 100%;
}


.clear{
	clear:both;
}
.absoluteLink{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* Entry Content
------------------*/
.entryContent h1, .entryContent h2, .entryContent h3,
.entryContent h4, .entryContent h5, .entryContent h6 {
    margin: 40px 0 20px;
}
.entryContent p{
    margin: 15px 0;
}
.entryContent p:first-of-type{
    margin-top: 0;
}
.entryContent img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}
.entryContent img.alignleft{
    float: left;
    margin-right: 20px;
}
.entryContent img.alignright{
    float: right;
    margin-left: 20px;
}
.entryContent ol, .entryContent ul{
    margin-left: 20px;
}
.entryContent ul li{
    list-style: disc;
}
.entryContent ol li{
    list-style: decimal;
}
.entryContent .gallery-item{
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
}
.entryContent .gallery-item img{
    border:none!important;
}

/* Global Element
------------------*/
.coverBg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
}
.gradient{
    background: rgba(255,255,255,0.3);
    background: -moz-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
}
.hidden{
    display: none;
}
.shadow{
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.shadowHover:hover{
    box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    color: inherit!important;
    transition: 0.3s ease;
}
.round{
    width: 55px;
    height: 55px;
    -webkit-border-radius: 55px 55px 55px 55px;
    border-radius: 55px 55px 55px 55px;
}
.imgMaxWidth{
    max-width: 100%;
    height: auto;
}

/* Button & Material Design
------------------*/

.buttonsContainer a i {
    padding-left: 10px;
    font-weight: bold;
	color:#598AC2;
}
.button{
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #598AC2;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    background: none;
    border: none;
    padding: 0;
	align-items:center;
}
.stripe.centerJustify .button{
	justify-content:center;
}
.button:hover{
    color: #2D4561;
}
.arrowButton{
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    padding-left: 25px;
    display: inline-block;
    position: relative;
    transition: 0.5s ease;
    text-transform: uppercase;
}
.arrowButton:before{
    font-family: "Material Icons";
    content: "\e5cc";
    position: absolute;
    left: 0;
    color: #000000;
    transition: 0.5s ease;
}
.arrowButton:hover, .arrowButton:hover:before{
    color: #2D4561;
}
.materialButton{
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.materialButton:hover{
    box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
}
.rippleButton{
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.rippleButton .ink {
    display: block;
    position: absolute;
    background:rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}
.rippleButton .ink.animate {
    -webkit-animation:ripple 0.65s linear;
    -moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
    -o-animation:ripple 0.65s linear;
    animation:ripple 0.65s linear;
}
@-webkit-keyframes ripple {100% {opacity: 0; -webkit-transform: scale(2.5);}}
@-moz-keyframes ripple {100% {opacity: 0; -moz-transform: scale(2.5);} }
@-o-keyframes ripple {100% {opacity: 0; -o-transform: scale(2.5);} }
@keyframes ripple {100% {opacity: 0; transform: scale(2.5);}}
.parentPageButton{
	margin:60px 0;
}

/* Align
------------------*/
.flexContainer{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


/***********************************************************************************************************************
// COOKIES POLICY
/**********************************************************************************************************************/
#cookieBanner{
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    font-size: 14px;
    line-height: 1.4em;
}
#cookieBanner .text{
    padding: 0 10%;
}
#cookieBanner .actionsButton{
    margin-top: 10px;
}
#cookieBanner .actionsButton a{
    text-transform: uppercase;
    margin: 0 15px;
}

/***********************************************************************************************************************
// HEADER STYLE
/**********************************************************************************************************************/
/* Header
-------------------------------------------------------------- */
/* Main Menu Desktop
------------------*/
#pageHeader{
	border-bottom:1px solid #DEE8F3;
}
#mainNav {
    width: 100%;
    background-color: rgba(0,0,0,0);
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -ms-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 9999;

    /*-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);*/
}
#mainNav.navUp{
    top: -100px;
}
#mainNav.navDown{
    top: 0;
}
#mainNavContainer{
    height: 70px;
    margin: 15px auto;
    position: relative;
    display: flex;
}
#mainNavContainer .flexContainer{
    align-items: center;
	justify-content: space-between;
}
#mainLogo {
    /*flex-basis: 300px;*/
	display:none;
}
#mainMenu {
    text-align: right;
    padding-left: 40px;
    flex-grow: 1;
}
#mainLogo img{
    max-width: 100%;
    max-height: 70px;
    display: block;
}
.menu li{
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
.menu li a{
    color: #000000;
}
.menu li a:hover{
    color: #2D4561;
}
div#headerStandard .highlightCaptionContainer {
    height: 300px;
}

div#headerStandard .captionContainer {
	width: calc(50% - 75px);
}

div#headerStandard .highlightImage {
	width: calc(50% + 75px);
}

.highlightImage.sliceDirectionup:after {}

div#headerStandard .highlightImage.sliceDirectionup:after {
    border-top: 320px solid #fff;
    border-right: 150px solid transparent;
}
#headerStandard .content img{
	height: 115px;
	margin: 150px 0 45px 0;
}
/* Mobile Menu
------------------*/
.inside.siteNav {
    background-color: #2D4561;
	background-image: url('img/logo-menu-vv.png');
	position:relative;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
}
.siteNav .flexContainer {
    align-items: center;
	justify-content: flex-end;
}
.inside.siteNav:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 200px solid #2D4561;
    border-left: 400px solid transparent;
    bottom: -200px;
    position: absolute;
    box-sizing: border-box;
    right: 0;
	z-index: -1;
}
#mobNav i {
	color:#fff;
	font-size:46px;
}
#mobNav .search {
    font-size: 46px;
    cursor: pointer;
    vertical-align: middle;
}
.menuLogo img {
    width: 40px;
    height: 40px;
}

#mobLink{
    flex-grow: 1;
    text-align: right;
	display: flex;
	align-items: center
}
#mobLink span {
    margin-left: 16px;
	font-family:'Museo';
	color:#2D4561;
}
#mobLink i{
    color: #2D4561;
    font-size: 48px;
    cursor: pointer;
}
#mobNav{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.3);
    z-index: 99999;
    width: 400px;
    text-align: left;
    box-sizing: border-box;
    overflow-y: scroll;
    display: none;
}
#mobNav .inside{
    display: inline-block;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
}
#mobNav .inside.institutionalNav {
    margin-top: 70px;
}
#mobNav .close{
    font-size: 46px;
    cursor: pointer;
    margin: 20px 0;
}
#mobNav .close:hover{
    color: #fff;
}
#mobNav ul{
    margin: 0;
}
#mobNav li{
    display: block;
    margin: 35px 0;
    font-size: 21px;
	font-family: 'Museo';
}
#mobNav li a{
    color: #000000;
}
#mobNav li a:hover{
    color: #2D4561;
}
#menu{
	background-color:#fff;
}
.menuSearch {
    flex-grow: 2;
    text-align: right;
}
#mobNav .siteNav li a {
    color: #fff;
}
#menuLinks, #langSelectorMenu{
	display:none;
}
div#headerLinks ul {
    margin: 0;
}

div#headerLinks ul li {
    margin: 0;
    display: inline-block;
    list-style: none;

    margin:0 12px;
}

div#headerLinks {
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #B2B2BB;
    height: 46px;
    line-height: 46px;
	border-right: 1px solid #B2B2BB;
    margin-right: 25px;
    padding-right: 25px;
}

div#headerLinks ul li a, div#headerLinks ul li i {
    color: #B2B2BB;
	vertical-align: middle;
}
div#headerLinks ul li a:hover, div#headerLinks ul li i:hover {
    color: #2D4561;
}

div#langSelector {
    font-family: 'Museo';
    color: #B2B2BB;
}

span.separator {
    margin: 05px;
}

div#langSelector a {
    color: #B2B2BB;
}

div#langSelector a.active, div#langSelector a:hover {
    color: #2D4561;
}

/***********************************************************************************************************************
// QTHEME GALLERY
/**********************************************************************************************************************/
.galleryContainer {
    position: relative;
	margin: 30px 0;
}
.qthemeWpGallery.default{
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.qthemeWpGallery.default .imageWpWrapper{
    margin-bottom: 50px;
}
.qthemeWpGallery.default.col1 .imageWpWrapper{width: 100%;}
.qthemeWpGallery.default.col2 .imageWpWrapper{width: 48%; margin-right: 4%;}
.qthemeWpGallery.default.col3 .imageWpWrapper{width: 32%; margin-right: 2%;}
.qthemeWpGallery.default.col4 .imageWpWrapper{width: 23.5%; margin-right: 2%;}
.qthemeWpGallery.default.col5 .imageWpWrapper{width: 18.8%; margin-right: 1.5%;}
.qthemeWpGallery.default.col6 .imageWpWrapper{width: 15.83%; margin-right: 1%;}
.qthemeWpGallery.default .imageWpWrapper.last{margin-right: 0;}
.qthemeWpGallery.slider{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 40px;
}
.qthemeWpGallery.slider .imageWpWrapper {
    display: inline-block;
    margin-right: 25px;
}
.qthemeWpGallery .imageCover{
    height: 0;
    padding: 30% 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.qthemeWpGallery .caption{
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.1em;
}
.qthemeSlickNavigator{
    position: relative;
    display: flex;
    align-items: center;
}
.qthemeSlickNavigator .slick-next, .qthemeSlickNavigator .slick-prev{
    width: inherit;
    height: inherit;
    top: inherit;
    position: relative;
    left: inherit;
    right: inherit;
}
.qthemeSlickNavigator .slick-next:before, .qthemeSlickNavigator .slick-prev:before{
    font-family: 'Material Icons';
    content: '\e314';
    font-size: 24px;
    color: #212121;
    transform: none;
}
.qthemeSlickNavigator .slick-next:before{
    content: '\e315';
}
/* Search form
-------------------------------------------------------------- */
#searchformHeader{
	display:inline-block;
	width:0;
}
input#searchInputHeader {
    border: 0;
    border-bottom: 1px solid #B2B2BB;
    width: 0;
    padding: 5px 0;
}
#searchformMenu{
	display:inline-block;
	width:0;
}
input#searchInputMenu {
    border: 0;
    border-bottom: 1px solid #B2B2BB;
    width: 0;
    padding: 5px 0;
}
/***********************************************************************************************************************
// QTHEME FORM
/**********************************************************************************************************************/
.qthemeForm input[type=text],
.qthemeForm input[type=password],
.qthemeForm input[type=email],
.qthemeForm input[type=tel],
.qthemeForm input[type=url],
.qthemeForm textarea,
.simpleselect .placeholder{
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    cursor: text;
}
.qthemeForm input.required,
.qthemeForm input.wpcf7-validates-as-required,
.qthemeForm .simpleSelect.required{
    background-image: url(img/required.png);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: 5px 5px;
}
.qthemeForm input:not([type=submit]):focus,
.qthemeForm textarea:focus{
    border-bottom: 1px solid #2D4561;
}
.qthemeForm .qthemeFieldCheckbox input,
input[type=checkbox].qthemeFormCheckbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.qthemeForm .qthemeFieldCheckbox input + label,
input[type=checkbox].qthemeFormCheckbox + label.qthemeFormCheckboxLabel {
    padding-left: 25px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}
.qthemeForm .qthemeFieldCheckbox input:checked + label,
input[type=checkbox].qthemeFormCheckbox:checked + label.qthemeFormCheckboxLabel {
    background-position: 0 -20px;
}
.qthemeForm .qthemeFieldCheckbox label,
label.qthemeFormCheckboxLabel {
    background-image: url(img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.qthemeForm .qthemeCheckboxWrapper{
    border: none;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    cursor: text;
    color: #cccccc;
}
.qthemeForm .qthemeCheckboxWrapper label{
    margin-right: 20px;
}
.qthemeForm .qthemeCheckboxHidden .wpcf7-list-item{
    display: none;
}
.simpleselect{
    width: 100%;
}
.simpleselect .placeholder{
    color: #cccccc;
    cursor: pointer;
}
.simpleselect .placeholder::after{
    background-image: url(img/select.png);
    background-repeat: no-repeat;
    width: 15px;
    right: 5px;
    cursor: pointer;
}
.simpleselect .placeholder:hover{
    background: none;
}
.simpleselect .options{
    width: 100%;
}
.simpleselect .option:hover{
    background: #2D4561!important;
}
::-webkit-input-placeholder {
	color: #598AC2;
    font-size:14px
}
:-moz-placeholder {
	color: #598AC2;
    font-size:14px
}
::-moz-placeholder {
	color: #598AC2;
    font-size:14px
}
:-ms-input-placeholder {
	color: #598AC2;
    font-size:14px
}
a.formPrivacyLink {
    display: block;
    margin: 20px 0;
    font-size: 16px;
}
/* Form Fields
-------------------------------------------------------------- */
.qthemeFormMessage{
    color: #d02d26;
    margin: 10px 0;
}
.qthemeFormMessage.success{
    color: green;
}
.qthemeField{
    margin: 10px 0;
}

/* Contact Form 7
-------------------------------------------------------------- */
span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 3px;
    color: #d02d26;
}
div.wpcf7-response-output {
    margin: 25px 0;
    padding: 0;
}
div.wpcf7-validation-errors{
    border: none;
    color: #d02d26;
}
div.wpcf7-mail-sent-ok{
    border:none;
    color: green;
}
.wpcf7-submit{
    margin-top: 40px;
}

/***********************************************************************************************************************
/* STRIPE CSS
/**********************************************************************************************************************/
/* Globals
------------------------------------------*/
.stripe{
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #59595E;
}
.stripe.mobileView{
    display: none;
}
.stripe .overlay{
    z-index: 1;
}
.stripe.topBorder{
    border-top: 1px solid #cccccc;
}
.stripe.bottomBorder{
    border-bottom: 1px solid #cccccc;
}
.stripe.allBorder{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.stripe .centralWrapper{
    position: relative;
    z-index: 3;
}
.stripe .stripeTitle{
    margin-top: 0;
    margin-bottom: 50px;
}
.stripe .stripeTitle h2{
	font-size:48px;
    font-size: 48px;
    -ms-word-break: keep-all;
    word-break: keep-all;
	overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.stripe.whiteText, .stripe.whiteText .button{
    color: #ffffff;
}

/* Stripe Content Grid
------------------------------------------*/
.stripe.noPadding{
    padding: 0;
}
/* .stripe .boxesContainer{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
} */
.stripe.leftStripeTitleHorizontalAlign .stripeTitle,.stripe.singleLeftStripeTitleHorizontalAlign .stripeTitle{text-align: left;}
.stripe.centerStripeTitleHorizontalAlign .stripeTitle,.stripe.singleCenterStripeTitleHorizontalAlign .stripeTitle{text-align: center;}
.stripe.rightStripeTitleHorizontalAlign .stripeTitle,.stripe.singleRightStripeTitleHorizontalAlign .stripeTitle{text-align: right;}
.stripe.stripeSingle.singleLeftStripeTitleHorizontalAlign .stripeTitle,
.stripe.stripeSingle.singleCenterStripeTitleHorizontalAlign .stripeTitle,
.stripe.stripeSingle.singleRightStripeTitleHorizontalAlign .stripeTitle{
    display: flex;
}
.stripe.stripeSingle.leftHorizontalAlign .stripeTitle,
.stripe.leftHorizontalAlign .boxesContainer{
    justify-content: flex-start;
}
.stripe.stripeSingle.centerHorizontalAlign .stripeTitle,
.stripe.centerHorizontalAlign .boxesContainer{
    justify-content: center;
}
.stripe.stripeSingle.rightHorizontalAlign .stripeTitle,
.stripe.rightHorizontalAlign .boxesContainer{
    justify-content: flex-end;
}
.stripe.stripeMultiple.adaptiveHorizontalAlign .boxesContainer {
    justify-content: space-between;
}
.stripe.topVerticalAlign .boxesContainer{
    align-items: flex-start;
}
.stripe.middleVerticalAlign .boxesContainer{
    align-items: center;
}
.stripe.bottomVerticalAlign .boxesContainer{
    align-items: flex-end;
}
.stripe.leftJustify .box .icon,
.stripe.leftJustify .box .title,
.stripe.leftJustify .box .content,
.stripe.leftJustify .box .buttonsContainer,
.stripe.leftJustify .box .upperTitle{
    text-align: left;
}
.stripe.centerJustify .box .icon,
.stripe.centerJustify .box .title,
.stripe.centerJustify .box .content,
.stripe.centerJustify .box .buttonsContainer,
.stripe.centerJustify .box .upperTitle{
    text-align: center;
}
.stripe.rightJustify .box .icon,
.stripe.rightJustify .box .title,
.stripe.rightJustify .box .content,
.stripe.rightJustify .box .buttonsContainer,
.stripe.rightJustify .box .upperTitle{
    text-align: right;
}
.boxesContainer .box.col1,.stripe.stripeSingle .stripeTitle .col1{width:100%;}
.boxesContainer .box.col12,.stripe.stripeSingle .stripeTitle .col12{width:48%;}
.boxesContainer .box.col13,.stripe.stripeSingle .stripeTitle .col13{width:30.6%;}
.boxesContainer .box.col14,.stripe.stripeSingle .stripeTitle .col14{width:22%;}
.boxesContainer .box.col23,.stripe.stripeSingle .stripeTitle .col23{width:65.4%;}
.boxesContainer .box.col34,.stripe.stripeSingle .stripeTitle .col34{width:74%;}

/* Stripe Content Boxes
------------------------------------------*/
.stripe.stripeNoPaddingBottom{
    padding-bottom: 30px;
}
.stripeContent .box{
    margin-bottom: 50px;
    margin-left: 4%;
}
.stripeContent .boxesContainerBox1 .box{
    margin-bottom: 0;
}
.stripeContent .box.openLine, .stripeContent.adaptiveHorizontalAlign .box{
    margin-left: 0;
}
.boxesContainer .box > *:not(:last-child){
    margin: 30px 0;
}
.boxesContainer .box > *:first-child{
    margin-top: 0;
}
.boxesContainer .box .icon i{
    font-size: 48px;
}
.boxesContainer .box img{
    max-width: 100%;
    height: auto;
}
.boxesContainer > .buttonsContainer{
	margin-top:30px;
}
.boxesContainer > .buttonsContainer a.button.buttonLink {
    display: inline-block;
    background-color: #598AC2;
    color: #fff;
    padding: 18px 27px;
    border-radius: 5px;
}

.boxesContainer > .buttonsContainer a.button.buttonLink i {
    display: none;
}
/* Image Box
--------------------*/
.tile{
    display: block;
    width: 100%;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.tile a{
    color: #000000;
}
.tile .tileImage {
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
}
.tile .tileTitle  {
    flex-basis: auto;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-shadow: 0px -5px 3px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -5px 3px -5px rgba(0,0,0,0.3);
    box-shadow: 0px -5px 3px -5px rgba(0,0,0,0.3);
    padding: 20px;
    background: #ffffff;
}
.imageWrapper .inside{
    flex-direction: column;
    height: 100%;
}
.imageWrapper.normal{
    position: relative;
}
.imageWrapper.normal .lightboxOpen{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}
.lightboxOpen{
    text-align: center;
    font-size: 48px;
    flex-basis: auto;

}
.lightboxOpen i{
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    opacity: 0.8;
    padding: 16px;
    border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
}
.lightboxOpen i,
.box:hover .lightboxOpen.dark i{
    color: #000000;
    background: #cccccc;
}
.lightboxOpen.dark i,
.box:hover .lightboxOpen i{
    background: #000000;
    color: #cccccc;
}

/* Stripe Slideshow
------------------------------------------*/
.stripeSlide{
    padding: 0;
}
.slideWrapper {
    height: 500px;
}
.slideWrapper.slick-dotted.slick-slider{
    margin: 0;
}
.slideWrapper .slideItem{
    height: 500px;
    width: 100%;
    display: inline-block;
}
.slideWrapper .slick-prev{
    left: 3%;
    z-index: 9;
}
.slideWrapper .slick-next{
    right: 2%;
    z-index: 9;
}
.slideWrapper .slick-prev,
.slideWrapper .slick-next {
    transition: 0.5s ease;
    opacity: 0;
    transform: none;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
}
.slideWrapper .slick-prev svg,
.slideWrapper .slick-next svg{
    fill: #2D4561;
    width: 30px;
    height: 30px;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    transition: 0.5s ease;
}
.slideWrapper:hover .slick-prev,
.slideWrapper:hover .slick-next{
    opacity: 1;
}
.slideWrapper:hover .slick-prev:hover svg,
.slideWrapper:hover .slick-next:hover svg{
    background: #000000;
}
.slideWrapper .slick-prev::before,
.slideWrapper .slick-next::before{
    display: none;
}
.slideWrapper .caption{
    background: rgba(0,0,0,0);
    color: #2D4561;
    padding: 40px 0;
    position: absolute;
	width:100%;
}
.slideWrapper .caption .title{
    color: #2D4561;
    font-size: 36px;
	font-family:'Museo';
	line-height: 1.5;
}
.slideWrapper .caption .content{
    font-size: 18px;
    line-height: 1.4em;
    margin: 20px 0;
}
.slideWrapper .caption .button{
    color: #598AC2;
}
.slideWrapper .caption .button:hover{
    color: #2D4561;
}
.slideWrapper .slick-dots{
	position: relative;
    bottom: 0;

    width: auto;
    height: auto;
    line-height: 0;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    text-align: left;
    padding: 20px 0;
	margin:0;
}
.slideWrapper .slick-dots li{
    width: auto;
    height: auto;
    margin: 0 3px;
	list-style:none;
	display:inline-block;
}
.slideWrapper .slick-dots li button{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #fff;
    cursor: pointer;
    transition: 0.3s ease;
    line-height: 1em;
	border: 1px solid #598AC2;
	text-indent:-9999px;
	color: transparent;

}
.slideWrapper .slick-dots li button:hover,
.slideWrapper .slick-dots li.slick-active button{
    background-color: #598AC2;
}
.slideWrapper .slick-dots li button::before{
    display: none;
}
.sliderHighlight  .slideWrapper, .sliderHighlight  .slideWrapper .slideItem {
    height: 400px;
}
.sliderHighlight  .slideWrapper .slideCaptionContainer {
    display: flex;
    align-items: center;
	position:relative;
}
.sliderHighlight  .slideWrapper .slideContainer{
	display:inline-block;
	height:800px;
}


.sliderHighlight  .slideWrapper .slideItem.hasCaption {
    width: calc(50% + 225px);
    position: relative;
}

.sliderHighlight  .slideWrapper .slideItem.hasCaption:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 800px solid #fff;
    border-right: 450px solid transparent;
    position: absolute;
	    left: -1px;
}
.sliderHighlight  .slideWrapper .caption .logo img{
	width:400px;
}
.sliderHighlight  .slideWrapper .caption .logo {
	margin-bottom:100px;
}

.sliderHighlight .dotContainer {
    position: absolute;
    width: 100%;
    bottom: 5px;
}
/* Stripe highlight
-------------------------------------------------------------- */
.highlightCaptionContainer {
    display: flex;
    align-items: center;
    position: relative;
    height: 450px;
}
.highlightImage{
	height: 100%;
	position:relative;
}
.highlightImage.box1 {
    width: calc(50% + 125px);
}
.highlightImage.box2{
	width:30%;

}
.highlightImage.box0{
	width:90%;

}
.captionContainer.box1{
	width:calc(50% - 125px);
}

.captionContainer.box2{
	width:70%;
}
.captionContainer.box0{
	width:10%;
}
.caption {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
	left:0;
}

.stripeHighLight .icon{
	margin-bottom:25px;
}
.stripeHighLight {
    padding: 0;
}

.highlightImage.sliceDirectionup:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 450px solid #fff;
    border-right: 250px solid transparent;
    position: absolute;
	left: -1px;
	bottom: 0px;
}
.highlightImage.sliceDirectiondown:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 450px solid #fff;
    border-right: 250px solid transparent;
    position: absolute;
	left: -1px;
	bottom: 0px;
}
.stripeHighLight .title {
    margin-bottom: 30px;
}

.stripeHighLight .content {
    margin-bottom: 30px;
}

.stripeHighLight a.button.buttonLink {
    display: inline-block;
	font-size:16px;
}

/* Stripe stream post
-------------------------------------------------------------- */
.postImage.coverBg {
    background-size: contain;
	background-repeat:no-repeat;
}

.newsTitle h3{
	font-size:36px;
    -ms-word-break: keep-all;
    word-break: keep-all;
	overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.newsContainer {
    width: 30%;
	padding-right:3%;
}
.newsContainer  .date {
    font-weight: lighter;
}

.newsTitle {
    margin: 20px 0 60px;
}
.newsTag a {
    color: #59595E;
    /* margin-bottom: 25px; */
}
.postImage {
    height: 240px;
    width: 100%;
    margin: 40px 0;
}
.newsTag {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #59595E;
}
/* Post carousel
-------------------------------------------------------------- */
i.slick-arrow {
    position: absolute;
    right: 0;
    top: -92px;
    color: #598AC2;
    font-size: 36px;
    cursor: pointer;
}
i.prevArrow.slick-arrow {
    right: 36px;
}
.newsContainer.slick-slide {
    padding-right: 60px;
}
/* Stripe stream events
-------------------------------------------------------------- */
.eventContainer {
    width: 30%;
    padding-right: 3%;
    margin-bottom: 60px;
}
.carousel .eventContainer {
	padding-right:1%;
}
.eventTitle {
    margin-bottom: 30px;
}
.title h3 {
    -ms-word-break: keep-all;
    word-break: keep-all;
	overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.title h3 a, .newsTitle h3 a{
	color:#2D4561;
}
.eventImage {
    width: 100%;
    height: 210px;
    margin-bottom: 30px;
}

.eventDetails {
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #E5EDF5;
    border-bottom: 1px solid #E5EDF5;
}

.eventDetails ul {
    margin: 0;
	color:#598AC2;
}

.eventDetails ul li {
    margin: 0;
    list-style:none;
	margin-bottom:16px;
}
.eventDetails ul li i{
	vertical-align:middle;
	margin-right:15px;
	font-size: 20px;
}
/* Stripe stream project
-------------------------------------------------------------- */
.projectContainer {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 90px;
}

.projectImage.coverBg {
    height: 305px;
    margin-bottom: 50px;
}
.projectExcerpt {
    margin-top: 35px;
    margin-bottom: 25px;
}
/* Stripe stream press release
-------------------------------------------------------------- */
.pressReleaseContainer {
    display: flex;
    justify-content: space-between;
    text-align: left;
    border-top: 1px solid;
    margin-top: 20px;
    padding: 20px 20px 0;
	position:relative;
}

.pressReleaseTitle {
    flex-grow: 2;
	padding: 0 70px;
}
.pressReleaseContainer:last-child {
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pressReleaseActions a {
    color: #2D4561;
    margin-left: 10px;
}

.pressReleaseActions i {
    font-size: 30px;
}
/* Stripe stream press release
-------------------------------------------------------------- */
.publicationContainer {
    display: flex;
    justify-content: space-between;
    text-align: left;
    border-top: 1px solid #DEE8F3;
    margin-top: 20px;
    padding: 20px 20px 0;
}
.publicationContainer:last-child {
    border-bottom: 1px solid #DEE8F3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.publicationTitle {
    flex-grow: 2;
}

.publicationDeatils i {
    vertical-align: middle;
    margin-left: 45px;
}

.publicationDeatils {
    text-align: right;
}
/* Stripe stream video
-------------------------------------------------------------- */
.videoStreamWrapper.flexContainer .wideBlock{
    display: none;
}
.videoStreamWrapper.wideBlockContainer .flexBlock{
    display: none;
}
.videoStreamWrapper.flexContainer {
    justify-content: flex-start;
}
span.viewSelector {
    margin-left: 0.3rem;
    color: #DEE8F3;
    transition: all 0.3s;
    cursor:pointer;
}

span.viewSelector:hover,  span.viewSelector.active{
    color: #598AC2;
}
.videoImage.coverBg {
    width: 100%;
    height: 200px;
    position: relative;
}
.videoTitle.title {
    margin: 20px 0 10px;
}
.videoContainer {
    width: 22%;
    margin-right: 3%;
    margin-bottom: 5rem;
    position: relative;
}

.videoImage.coverBg a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.2);
}
.videoImage.coverBg a {
    color: #fff;
}

.videoImage.coverBg a i {
    font-size: 3rem;
}

.videoImage.coverBg a:hover {
    color: #598AC2;
    background-color: rgba(255,255,255,0.2);
}
.videoRelated .wideBlock{
    display:none;
}
.videoRelated .videoStreamWrapper{
    display: flex;
}
.wideBlock.flexContainer {
    width: 100%;
}

.wideBlock.flexContainer .videoImage {
    width: 30%;
    margin-right: 3%;
}

.wideBlockContainer .videoContainer {
    width: 100%;
}

.wideBlockContainer .videoDetails {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wideBlock .readMore.buttonsContainer {
    margin-top: 1rem;
}
/***********************************************************************************************************************
// PAGES STANDARD STYLE
/**********************************************************************************************************************/
/* Page / Single Standard
-------------------------------------------------------------- */
.pagePadding{
    padding: 50px 0;
}
.pageTitle {
    margin: 30px auto;
    display: inline-block;
    width: 100%;
}
.pageSubtitle{
	margin-top: 2rem;
}
.pageCover img{
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}
video.videoNetwork {
    height: 300px;
    object-fit: contain;
}
/* Page Login
-------------------------------------------------------------- */
.qthemeLogin.recoverPwd,
.qthemeLogin.editPwd{
    display: none;
}
.qthemeLogin .actionUILogin {
    cursor: pointer;
}
.qthemeLogin #loginMessage{
    color: red;
}
.qthemeLogin #loginMessage.success{
    color: green;
}
.mailChimpResponse img {
    width: 100px;
}
.mailChimpResponse {
	display:none;
}
/* Page 404
-------------------------------------------------------------- */
.content404{
    text-align: center;
    padding: 30px 0;
}
.content404 h1{
    font-size: 90px;
    font-weight: bold;
    margin-bottom: 5px;
}
.content404 .pageNotFound{
    font-size: 30px;
    font-weight: bold;
}
.content404 .disclaimer{
    margin-top: 30px;
    font-size: 22px;
}
/***********************************************************************************************************************
// PAGES STYLE
/**********************************************************************************************************************/
.pageStandardWrapper .buttonsContainer a i.back {
    padding-left: 0;
    padding-right: 10px;
}
/* Home
-------------------------------------------------------------- */
.home .slideWrapper, .home .slideWrapper .slideItem {
    height: 800px;
}
.home .slideWrapper .slideCaptionContainer {
    display: flex;
    align-items: center;
	position:relative;
}
.home .slideWrapper .slideContainer{
	display:inline-block;
	height:800px;
}
.captionContainer {
    width: calc(60% - 225px);
}

.home .slideWrapper .slideItem.hasCaption {
    width: calc(50% + 225px);
    position: relative;
	z-index:999;
}

.home .slideWrapper .slideItem.hasCaption:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 800px solid #fff;
    border-right: 450px solid transparent;
    position: absolute;
	    left: -1px;
}
.home .slideWrapper .caption .logo img{
	width:400px;
}
.home .slideWrapper .caption .logo {
	margin-bottom:100px;
}
.captionInner {
    width: 35%;
	position:relative;
	padding-right: 3%;
}
#Testimonials .captionInner {
    width: 60%;
}
.home .dotContainer {
    position: absolute;
    width: 100%;
    bottom: 55px;
}
#popupMailingList{
	display: block;
	position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 99999;
}
.innerPopup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;

}
.popupClose {
    display: block;
    padding: 10px;
    text-align: right;

}
.popupClose i{
	font-size: 38px;
	cursor:pointer;
}
.containerPopup{
	padding: 80px 100px 100px 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.containerPopup h3 {
    margin-top: 40px;
}
/* Single news
-------------------------------------------------------------- */
.single-post .entryContainer {
    padding-bottom: 100px;
    margin-bottom: 50px;
}
.entryContainer.pageBottomBorder{
    border-bottom: 1px solid #E5EDF5;

}
#pageSingleWrapper .flexContainer {
    justify-content: space-between;
}
.single h1.pageTitle{
	font-size:36px;
	margin-bottom:80px;
}
.postDetails ul li {
    list-style: none;
    margin: 10px 0;
}

.postDetails ul {
    margin: 0 0 70px 0;
}

.postDetails ul li i {
    vertical-align: middle;
    margin-right: 15px;
    color: #598AC2;
    font-size: 20px;
}


.col14.sidebar h3 {
    margin-bottom: 40px;
}
.sidebarBoxContent {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #598AC2;
}
.sidebarBoxContent i {
    vertical-align: middle;
    margin-right: 15px;
    color: #598AC2;
}

.sidebarBoxContent a {
    color: inherit;
}
p.infoContent {
    color: #598AC2;
    margin-bottom: 40px;

}
.infoContent img{
    max-width: 100%;
}
.downloadsStreamWrapper .pressReleaseContainer{
	border-color:#E5EDF5;
}
.col1.postRelated {
    padding: 60px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5EDF5;
}
.col1.postRelated:last-child {
    border: none;
}
.relatedNews{
	background-color:#DEE8F3;
}
/* Single event
-------------------------------------------------------------- */
#placeMap{
	display:none;
}
#eventPlaceMap {
    width: 700px;
    height: 500px;
}
.coverBg.projectImg {
    height: 180px;
    margin-bottom: 25px;
}

.eventThumb.coverBg {
    width: 100%;
    height: 380px;
    margin-bottom: 80px;
	position:relative;
}
img.designedVv {
    width: 200px;
    margin: 15px 0;
}
.yearBox img {
    max-width: 100%;
    display: block;
    margin-bottom: 40px;
}
.eventDetails h3 {
    color: #598AC2;
    margin-bottom: 40px;
}

.eventDetailsInner.flexContainer {
    background-color: #DEE8F3;
    padding: 25px 45px;
    border-left: 10px solid #598AC2;
}
.entryFee{
	display:none;
}
.single .eventDetails {
    border: none;
}

.single-event h1.pageTitle {
    margin-bottom: 20px;
}

.single-event .subtitle {
    margin-bottom: 80px;
}
.noPaddingTop{
	padding-top:0;
}
.noPaddingBottom{
	padding-bottom:0;
}
.programStreamWrapper{
    margin-top: 20px;
}
.programContainer {
    border-top: 1px solid #E5EDF5;
}

.programContainer:first-child {
    border-top: 1px solid #E5EDF5;
}

.programHeader {
    display: flex;
    padding: 20px 20px;

}
.programContainer:last-child {
    border-bottom: 1px solid #E5EDF5;
}
.programTitle, .programTimeDescription {
    padding-left: 60px;
}
.programDay i {
    vertical-align: middle;
    margin-right: 15px;
}

.programDay, .programTime {
    color: #598AC2;
}
.hourlyProgramContainer {
    display: flex;
	justify-content: flex-start;
    width: calc(100% - 70px);
    float: right;
	border-bottom: 1px solid #E5EDF5;
	padding: 20px 0;
}
.hourlyProgramContainer:last-child {
    border: none;
}
.programTime {
	width: 95px;
	text-align: right;
}
.postRelated .eventStreamWrapper.carousel i.slick-arrow{
	top:-36px;
}
/* Single project
-------------------------------------------------------------- */
.single-project h1.pageTitle {
    margin-bottom: 20px;
}
.single-project .subtitle {
    margin-bottom: 80px;
}
.projectThumb{
	width:100%;
	height:450px;
	margin-bottom:80px;
}
/* Archive
-------------------------------------------------------------- */
#archiveWrapper {
    flex-wrap: wrap;
}
#archiveWrapper .newsContainer{
	margin-bottom:100px;
}
.filtersWrapper{
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
	margin-top:90px;
}
.filterTitle{
    margin-right: 50px;
}
.filterTitle i{
    margin-right: 10px;
}
.filterSelected{
    margin-right: 50px;
    position: relative;
}
.filterSelected .filterValue{
    color: #598AC2;
    margin-left: 10px;
    cursor: pointer;
}
.filterOptions{
    position: absolute;
    background: #333333;
    color: #ffffff;
    top: 100%;
    padding: 25px;
    width: 200px;
    display: none;
    left: 0;
    z-index: 9;
    max-height: 255px;
    overflow: auto;
}
.filterOption{
    cursor: pointer;
    transition: 0.5s;
    margin: 5px 0;
}
.filterOption.active, .filterOption:hover{
    color: #598AC2;
}
.filterOption.allOption{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}



/***********************************************************************************************************************
// FOOTER STYLE
/**********************************************************************************************************************/
/* Footer
-------------------------------------------------------------- */
#pageFooter{
    background-color: #fff;
    padding: 20px 0;
	border-top:1px solid #DEE8F3;
}
#pageFooter .inside{
    justify-content: flex-start;
    align-items: center;
}
.logoFooterVv img {
    width: 80px;
    height: auto;
}
#pageFooter .logoFooter{
    opacity: 0.5;
    display: inline-block;
    line-height: 1;
	display:none;
}
#pageFooter .logoFooter:hover{
    opacity: 1;
}

.footerSocial {
    flex-grow: 2;
}

.footerSocial ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}

.footerSocial ul li svg {
    font-size: 25px;
}
#pageFooter a {
    color: #2D4561;
}
footer#pageFooter a {
    color: #2D4561;
}

.logoFooterVv {
    margin-right: 50px;
}

.footerMenu {
    margin-right: 35px;
}

.footerMenu ul li {
    margin: 15px;
	font-family: 'Museo';
}

/***********************************************************************************************************************
// WORDPRESS CLEAN
/**********************************************************************************************************************/
#wp-admin-bar-wp-logo,
#wp-admin-bar-search,
#wp-admin-bar-customize{
    display: none;
}
/*
.admin-bar #mainNav:not(.navUp){
    top: 32px;
}
.admin-bar #main{
    margin-top: 132px;
}
*/

/***********************************************************************************************************************
// RESPONSIVE STYLE
/**********************************************************************************************************************/
@media only screen and (max-width: 1366px) {
    body, #page{min-width: inherit;}
    .centralWrapper{width: 1120px; padding: 0 40px; }
	
	
	
}

@media only screen and (max-width: 1210px) {
.home .slideWrapper .slideItem.hasCaption {
	z-index:0;
	}
}
	
@media only screen and (max-width: 1200px) {
    body, #page{min-width: inherit;}
    .centralWrapper{width: 980px; padding: 0 22px; }
	div#menu {
	    font-size: 0.8em;
	}
	
	
}
@media only screen and (max-width: 1024px) {
    .centralWrapper{width: 90%; padding: 0 5%;}
    #mainMenu{display: none;}
    #mobLink{display: block;}
    .stripe.desktopView{display: none;}
    .stripe.mobileView{display: block;}
    .boxesContainer{display: block;}
    .boxesContainer .box{display: block; width: 100%!important; margin: 30px 0!important;}
	
	
}
@media only screen and (max-width: 800px) {
	/* Globals
	-------------------------------------------------------------- */
	.flexContainer {
	    flex-direction: column;
	}
	#mainNavContainer .flexContainer, #mobNav .flexContainer,  .filtersWrapper .flexContainer , .filtersWrapper.flexContainer{
	    flex-direction: row;
	}
	.col12, .col13, .col14, .col23, .col34, .col1{
		width:100%;
	}
	video.videoNetwork {
	    height: auto;
	    object-fit: contain;
	}
	/* Header & menu
	-------------------------------------------------------------- */
	#mobNav .inside {
	    padding: 25px;
	}

	.inside.siteNav:after {
	    bottom: -98px;
	    border-top: 100px solid #2D4561;
	}

	#mobNav .inside.institutionalNav {
	    margin-top: 20px;
	}
	#langSelector, #headerLinks{
		display:none;
	}
	#langSelectorMenu, #menuLinks{
		display:block;
	}
	div#menuLinks ul {
	    margin: 0;
	}

	div#menuLinks ul li {
	    margin: 0;
	    display: inline-block;
	    list-style: none;

	    margin-right: 25px;
	}

	div#menuLinks {
	    height: 46px;
		margin-top:20px;
	    line-height: 46px;
	    margin-bottom: 25px;
	}

	div#menuLinks ul li a, div#menuLinks ul li i {
	    color: #B2B2BB;
		vertical-align: middle;
	}
	div#menuLinks ul li a:hover, div#menuLinks ul li i:hover {
	    color: #2D4561;
	}

	div#langSelectorMenu {
	    font-family: 'Museo';
	    color: #B2B2BB;
	}

	span.separator {
	    margin: 05px;
	}

	div#langSelectorMenu a {
	    color: #B2B2BB;
	}

	div#langSelectorMenu a.active, div#langSelectorMenu a:hover {
	    color: #2D4561;
	}
	/* Stripe
	-------------------------------------------------------------- */
	.stripe{
		padding:20px 0;
	}
	/* Stripe highlight
	-------------------------------------------------------------- */
	.captionContainer {
	    width: 65%;
	}
	.slideWrapper .caption {
	    max-width: 60%;
	}

	.captionInner {
	    width: 50%;
	}
	.captionContainer.box1{
		width:60%;
	}
	.caption {
	    max-width: 100%;
	}
	/* Stripe stream
	-------------------------------------------------------------- */
	.eventContainer, .projectContainer, .newsContainer {
	    width: 100%;
		padding-right:0;
	}
	/* Stripe stream
	-------------------------------------------------------------- */
	.pagePadding{
		padding:20px 0;
	}
	/* Publication
	-------------------------------------------------------------- */
	.publicationDeatils i{
		margin-left:0;
	}

/*
@media only screen and (max-width: ) {
    .boxesContainer .box{margin: 20px 0!important;}
    .qthemeWpGallery.default:not(.col1) .imageWpWrapper{width: 44%!important; margin-right: 3%!important; margin-left: 3%!important;}
}*/

	h1{font-size: 36px;}
	h2{font-size: 30px;}
	h3{font-size: 26px;}
	h4{font-size: 22px;}
	h5{font-size: 20px;}
	h6{font-size: 18px;}
    #mobNav{max-width: 95%}
    .boxesContainer .box{margin: 5px 0!important;}
    .qthemeWpGallery.default:not(.col1) .imageWpWrapper{width: 100%!important; margin-right: 0%!important; margin-left: 0%!important;}
	#main{
		margin-top: 30px;
	}
	/*  Slider
	-------------------------------------------------------------- */
	.home .slideWrapper .caption .logo {
	    display: none;
	}

	.captionContainer {
	    display: none;
	}

	.slideCaptionContainer {
	    flex-direction: column;
	}

	.home .slideWrapper .slideItem,  .slideWrapper .slideItem {
	    height: 400px;
	}

	.slideWrapper .caption {
	    position: relative;
	}

	.home .slideWrapper,  .slideWrapper, .home .slideWrapper .slideContainer {
	    height: auto;
	}
	.home .slideWrapper .slideItem.hasCaption{
		width:100%;
	}
	.home .slideWrapper .slideItem.hasCaption:after,  .slideWrapper .slideItem.hasCaption:after {
	    border-top: 400px solid #fff;
	    border-right: 200px solid transparent;
	}

	.slideWrapper .caption {
	    max-width: 100%;
	}

	.home .dotContainer {
		position:relative;
	}
	div#homeSlider {
	    margin-top: 90px;
	}
	i.slick-arrow{
		top:-36px;
	}
	/*  Header
	-------------------------------------------------------------- */
	div#mainNav {
	    background-color: #fff;
	}

	div#mainLogo {
	    display: block;
	}

	div#mainNavContainer {
	    height: auto;
	}
	#headerStandard .caption {
	    display: none;
	}

	div#headerStandard {
	    margin-top: 70px;
	}

	div#mainNav {
	    top: 0;
	}
	/*  event
	-------------------------------------------------------------- */
	.eventContainer{
		margin-top:40px;
	}
	/* Stripe Highlight
	-------------------------------------------------------------- */
	.highlightCaptionContainer {
	    flex-direction: column;
	    position: relative;
		height:auto;
	}
	.sliderHighlight .slideWrapper .slideContainer, .sliderHighlight .slideWrapper{
		height:auto;
	}
	.sliderHighlight .slideWrapper .slideItem.hasCaption:after{
		display:none;
	}
	.sliderHighlight .slideWrapper .slideItem.hasCaption{
		width:100%;
	}
	.highlightImage {
	    order: 1;
	    height: 300px !important;
	    width: 100% !important;
		margin-bottom:40px;
	}

	.captionContainer.box1 {
	    order: 2;
	    display: none;
	}

	.caption {
	    position: relative;
	    top: auto;
	    /* bottom: 0; */
	    transform: none;
	    order: 2;
	}


	.captionInner {
	    width: 100%;
	}
	.highlightImage.sliceDirectiondown:after {
	    border-bottom: 300px solid #fff;
	    border-right: 200px solid transparent;
	}
	.highlightImage.sliceDirectionup:after {
	    border-top: 300px solid #fff;
	    border-right: 200px solid transparent;
	}
	/* Publication stream
	-------------------------------------------------------------- */
	.publicationContainer {
	    flex-direction: column;
	    justify-content: flex-start;
	}

	.publicationDeatils {
	    text-align: left;
	    margin-top: 20px;
	}
	/* Filter
	-------------------------------------------------------------- */
	.filtersWrapper .flexContainer, .filtersWrapper.flexContainer{
		flex-direction:column;
	}
	.filterSelected.flexContainer{
	    flex-direction: row;
	}
	.filterTitle.flexContainer {
	    flex-direction: row;
	    margin-bottom: 5px;
	}
	.filterSelected {
	    margin: 5px 0;
	}
	/* Project
	-------------------------------------------------------------- */
	.projectThumb, .eventThumb.coverBg{
		height:300px;
		margin-bottom:40px;
	}
	.projectImage.coverBg, .projectThumb.coverBg, .eventThumb.coverBg {
	    background-size: contain;
		background-repeat:no-repeat;
	}
	/* Press release
	-------------------------------------------------------------- */

	.pressReleaseContainer {
	    flex-direction: column;
	}

	.pressReleaseTitle {
	    padding: 20px 0;
	}

	.pressReleaseActions {
	    text-align: right;
	}
	/* News
	-------------------------------------------------------------- */
	.boxesContainer .box img, .entryContent img{
		width:100%;
	}
	#pageFooter .flexContainer{
		align-items: flex-start;
	}
	#pageFooter .flexContainer ul{
		margin-left:0;
	}
	.footerMenu ul li:first-child{
		margin-left:0;
	}
	.footerMenu ul li{
		margin-bottom:20px;
	}
	.containerPopup img {
	    max-width: 200px;
	}

	.containerPopup {
	    padding: 40px 60px 60px;
	}
}

/* ita */

/*
.page-id-16263 #mobNav ul.sub-menu {
	margin-left:20px;	
}

.page-id-16263 #mobNav li {
    display: block;
    margin: 31px 0;
    font-size: 23px;
    font-family: 'Museo';
}
.page-id-16263 #mobNav ul.sub-menu li {
font-size: 18px;
margin: 13px 0;
}

.page-id-16263 #mobNav li a:hover{
  
   opacity:.6;
}
*/


/* eng */


/*
.page-id-16287 #mobNav ul.sub-menu {
	margin-left:20px;	
}

.page-id-16287 #mobNav li {
    display: block;
    margin: 31px 0;
    font-size: 23px;
    font-family: 'Museo';
}
.page-id-16287 #mobNav ul.sub-menu li {
font-size: 18px;
margin: 13px 0;
}

.page-id-16287 #mobNav li a:hover{
  
   opacity:.6;
}
*/

/* ted */

/*
.page-id-16288 #mobNav ul.sub-menu {
	margin-left:20px;	
}

.page-id-16288 #mobNav li {
    display: block;
    margin: 31px 0;
    font-size: 23px;
    font-family: 'Museo';
}
.page-id-16288 #mobNav ul.sub-menu li {
font-size: 18px;
margin: 13px 0;
}

.page-id-16288 #mobNav li a:hover{
  
   opacity:.6;
}
*/






/* ita */

#mobNav ul.sub-menu {
	margin-left:20px;	
}

#mobNav li {
    display: block;
    margin: 31px 0;
    font-size: 23px;
    font-family: 'Museo';
}
#mobNav ul.sub-menu li {
font-size: 18px;
margin: 13px 0;
}

#mobNav li a:hover{
  
   opacity:.6;
}


/* eng */


#mobNav ul.sub-menu {
	margin-left:20px;	
}

#mobNav li {
    display: block;
    margin: 31px 0;
    font-size: 23px;
    font-family: 'Museo';
}
#mobNav ul.sub-menu li {
font-size: 18px;
margin: 13px 0;
}

#mobNav li a:hover{
  
   opacity:.6;
}

/* ted */

#mobNav ul.sub-menu {
	margin-left:20px;	
}

#mobNav li {
    display: block;
    margin: 31px 0;
    font-size: 23px;
    font-family: 'Museo';
}
#mobNav ul.sub-menu li {
font-size: 18px;
margin: 13px 0;
}

#mobNav li a:hover{
  
   opacity:.6;
}



/*
#mobNav ul.sub-menu {
	margin-left:20px;	
}

#mobNav li {
    display: block;
    margin: 31px 0;
    font-size: 23px;
    font-family: 'Museo';
}
ul.sub-menu li {
font-size: 18px !Important;
margin: 13px 0 !Important;
}

#mobNav li a:hover{
  
   opacity:.6;
}*/



