/* ------------------------------------------------------------------------- */
/* ------ Fonts ------------------------------------------------------------ */
/* ------------------------------------------------------------------------- */
@font-face {
    font-family: 'Calibre';
    src: url('../fonts/Calibre-Regular.eot');
    src: local('☺'), url('../fonts/Calibre-Regular.woff') format('woff'),
    url('../fonts/Calibre-Regular.ttf') format('truetype'),
    url('../fonts/Calibre-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Calibre';
    src: url('../fonts/Calibre-Medium.eot');
    src: local('☺'), url('../fonts/Calibre-Medium.woff') format('woff'),
    url('../fonts/Calibre-Medium.ttf') format('truetype'),
    url('../fonts/Calibre-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Calibre';
    src: url('../fonts/Calibre-Semibold.eot');
    src: local('☺'), url('../fonts/Calibre-Semibold.woff') format('woff'),
    url('../fonts/Calibre-Semibold.ttf') format('truetype'),
    url('../fonts/Calibre-Semibold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Calibre';
    src: url('../fonts/Calibre-Bold.eot');
    src: local('☺'), url('../fonts/Calibre-Bold.woff') format('woff'),
    url('../fonts/Calibre-Bold.ttf') format('truetype'),
    url('../fonts/Calibre-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i');


.f12-w400 { font-size: 12px; font-weight: 400; }
.f14-w400 { font-size: 14px; font-weight: 400; }
.f16-w400 { font-size: 16px; font-weight: 400; }
.f18-w400 { font-size: 18px; font-weight: 400; }
.f20-w400 { font-size: 20px; font-weight: 400; }
.f20-w600 { font-size: 20px; font-weight: 600; }
.f24-w400 { font-size: 24px; font-weight: 400; }
.f36-w400 { font-size: 36px; font-weight: 400; }


.f14-w500 { font-size: 14px; font-weight: 500; }
.f16-w500 { font-size: 16px; font-weight: 500; }
.f24-w500 { font-size: 24px; font-weight: 500; }
.f32-w500 { font-size: 32px; font-weight: 500; }
.f36-w500 { font-size: 36px; font-weight: 500; }
.f48-w500 { font-size: 48px; font-weight: 500; }
.f60-w500 { font-size: 60px; font-weight: 500; }

.f8-w600  { font-size: 8px;  font-weight: 600; }
.f10-w600 { font-size: 10px; font-weight: 600; }
.f12-w600 { font-size: 12px; font-weight: 600; }
.f16-w600 { font-size: 16px; font-weight: 600; }
.f18-w600 { font-size: 18px; font-weight: 600; }
.f24-w600 { font-size: 24px; font-weight: 600; }
.f36-w600 { font-size: 36px; font-weight: 600; }

.f12-w700 { font-size: 12px; font-weight: 700; }
.f24-w700 { font-size: 24px; font-weight: 700; }
.f28-w700 { font-size: 28px; font-weight: 700; }

.t_lower { text-transform: lowercase; }
.t_upper { text-transform: uppercase; }

.a_left { text-align: left; }
.a_center { text-align: center; }

@media(max-width:992px) {
    .a_center:first-child {margin-left: -15%;}
    .bottom-buttons {padding-bottom: 0px !important;}
    .bottom-buttons div {padding: 0px !important;margin-top: 25px;}
}

@media(max-width:560px) {
    .a_center:first-child {display: none;}
}



.a_right { text-align: right; }

.d-none {display:none !important;}

body {
    font-family: 'Calibre', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p iframe {
    width: 100%;
}
/* ------------------------------------------------------------------------- */
/* ------ Pre- & Resets ---------------------------------------------------- */
/* ------------------------------------------------------------------------- */

html, body { width: 100%; height: 100%; -webkit-overflow-scrolling: touch; }
html { overflow-x: hidden; }
body { border: 10px solid #fff; }

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure, form, input, label { padding: 0; margin: 0; }
html, body, h1, h2, h3, h4, h5, h6, p, div, a, ul, li, section, form, input, button, label, nav, footer, header, figure, figcaption, span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a, a:link, a:visited, a:hover, a:active { text-decoration: none; outline: none; }
/* ul, ol { list-style: none; } */
ul { list-style: none; }
img { border: none; }

textarea, input, button {
    outline: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
}

/* ------------------------------------------------------------------------- */
/* ------ Colors ----------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.og_bg { background-color: #9d9d2a; }
.rb_bg { background-color: #003e68; }
.gr_bg { background-color: #f6f6f6;}
.w_bg { background-color: #fff; }

.b_txt { color: #000000; }
.og_txt { color: #9d9d2a; }
.rb_txt { color: #003e68; }
.w_txt { color: #fff; }

/* ------------------------------------------------------------------------- */
/* ------ General ---------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.bg-img {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.txt-r { text-align: right; }
.t-up { text-transform: uppercase; }
.overflow-limit { overflow: hidden; }

.col,
.col-12,
.col-14,
.col-20,
.col-25,
.col-30,
.col-33,
.col-35,
.col-40,
.col-50,
.col-60,
.col-65,
.col-66,
.col-70,
.col-100 {
    position: relative;
    float: left;
    min-height: 1px;
}

.col-12 { width: 12.5%; }
.col-14 { width: 14.28%; }
.col-20 { width: 20%; }
.col-25 { width: 25%; }
.col-30 { width: 30%; }
.col-33 { width: 33.33333%; }
.col-35 { width: 35%; }
.col-40 { width: 40%; }
.col-50 { width: 50%; }
.col-60 { width: 60%; }
.col-65 { width: 65%; }
.col-66 { width: 66.66666%; }
.col-70 { width: 70%; }
.col-100 { width: 100%; }

.col.right { float: right; }

.content {
    position: relative;
    /*min-height: 100%;*/
    /*height: 100%;*/
    z-index: 5;
    margin-top: 55px;
}

.content.home {
    display:none;
}

.max-w-1100 { max-width: 1100px; margin: 0 auto; }
.max-w-1210 { max-width: 1210px; margin: 0 auto; }
.max-w-1320 { max-width: 1320px; margin: 0 auto; }
.max-w-1430 { max-width: 1430px; margin: 0 auto; }
.max-w-600 { max-width: 600px; margin: 0 auto; }

.btn {
    position: relative;
    display: inline-block;
    color: #fff;
    height: 30px;
    line-height: 32px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    cursor: pointer;
}

.btn.green { background-color: #9d9d2a; }
.no-touchevents .btn.green:hover:after { border-color: #9d9d2a; }
.btn.blue { background-color: #003e68; }
.no-touchevents .btn.blue:hover:after { border-color: #003e68; }
.btn.white { background-color: #fff; color: #9d9d2a; }
.no-touchevents .btn.white:hover:after { border-color: #fff; }

.btn:after { width: 0; }

.home-links-grid .link-item h3:after,
.btn:after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    display: block;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    -webkit-transition: height .2s ease-in-out .2s, width .2s ease-in-out .4s, border .1s ease-in-out .6s;
    -moz-transition: height .2s ease-in-out .2s, width .2s ease-in-out .4s, border .1s ease-in-out .6s;
    -ms-transition: height .2s ease-in-out .2s, width .2s ease-in-out .4s, border .1s ease-in-out .6s;
    -o-transition: height .2s ease-in-out .2s, width .2s ease-in-out .4s, border .1s ease-in-out .6s;
    transition: height .2s ease-in-out .2s, width .2s ease-in-out .4s, border .1s ease-in-out .6s;
}

.btn.only-bot:after {
    -webkit-transition: width .2s ease-in-out, border .1s ease-in-out .2s;
    -moz-transition: width .2s ease-in-out, border .1s ease-in-out .2s;
    -ms-transition: width .2s ease-in-out, border .1s ease-in-out .2s;
    -o-transition: width .2s ease-in-out, border .1s ease-in-out .2s;
    transition: width .2s ease-in-out, border .1s ease-in-out .2s;
}

.no-touchevents .btn:hover:after { width: calc(100% + 6px); }
.no-touchevents .btn:not(.only-bot):hover:after { height: calc(100% + 6px); }

.no-touchevents .home-links-grid .link-item:hover h3:after,
.no-touchevents .btn:hover:after {
    -webkit-transition: width .2s ease-in-out, height .2s ease-in-out .2s;
    -moz-transition: width .2s ease-in-out, height .2s ease-in-out .2s;
    -ms-transition: width .2s ease-in-out, height .2s ease-in-out .2s;
    -o-transition: width .2s ease-in-out, height .2s ease-in-out .2s;
    transition: width .2s ease-in-out, height .2s ease-in-out .2s;
}


.btn .btn-topline {
    position: absolute;
    top: -4px;
    left: -4px;
    height: 1px;
    width: calc(100% + 8px);
}

.btn.green .btn-topline:before,
.btn.green .btn-topline:after {
    background-color: #9d9d2a;
    height: 1px;
}

.btn.blue .btn-topline:before,
.btn.blue .btn-topline:after {
    background-color: #003e68;
    height: 1px;
}

.btn.white .btn-topline:before,
.btn.white .btn-topline:after {
    background-color: #fff;
    height: 1px;
}

.home-links-grid .link-item .topline:before,
.home-links-grid .link-item .topline:after,
.btn .btn-topline:before,
.btn .btn-topline:after {
    position: absolute;
    top: 0;
    content: '';
    display: block;
    width: 0;
    -webkit-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    -ms-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}

.home-links-grid .link-item .topline:before,
.btn .btn-topline:before
    { left: 0; }

.home-links-grid .link-item .topline:after,
.btn .btn-topline:after
    { right: 0; }

.no-touchevents .home-links-grid .link-item:hover .topline:before,
.no-touchevents .home-links-grid .link-item:hover .topline:after,
.no-touchevents .btn:not(.only-bot):hover .btn-topline:before,
.no-touchevents .btn:not(.only-bot):hover .btn-topline:after {
    width: 50%;
    -webkit-transition: width .2s ease-in-out .4s;
    -moz-transition: width .2s ease-in-out .4s;
    -ms-transition: width .2s ease-in-out .4s;
    -o-transition: width .2s ease-in-out .4s;
    transition: width .2s ease-in-out .4s;
}

/* ------------------------------------------------------------------------- */
/* ------ Menu ------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.menu {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 130px);
    height: 120px;
    /*background-color: rgba(0, 62, 104, 0.8);*/
    z-index: 100;
}

.menu .menu-logo { z-index: 15; }

.menu .main-menu {
    position: relative;
    padding: 0 25px 0 55px;
    height: 100%;
    width: calc(100% - 55px);
    z-index: 10;
    background-color: #003E68;
}

.menu .main-menu > .col { height: 100%; display: table; }

.menu .main-menu > .col ul li { padding: 40px 15px 0 15px; }

.menu .logo,
.menu .main-menu > .col ul
    { display: table-cell; vertical-align: middle; }

.menu .main-menu > .col.nav-menu {
    float: none !important;
    margin: 0 auto;
}
.menu .main-menu a {
    color: #ffffff !important;
}

.menu .logo figure { overflow: hidden; width: 100%; }

.menu .logo img {
    height: 50px;
    width: auto;
    vertical-align: middle;
}

.menu ul li a { position: relative; letter-spacing: 1px; }

.menu ul li a .line {
    position: absolute;
    left: 50%;
    top: 5px;
    width: 0;
    height: 1px;
    background-color: #9d9d2a;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.menu ul li a:not(.active):hover .line
    { width: calc(100% + 15px); }

.menu ul li a.active .line {
    width: calc(100% + 15px);
    top: 100%;
}

.menu .lg-switch {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    background-color: transparent;
}

.menu .switch-trigger {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 100%;
    text-align: center;
    padding: 35px 0 0 0;
    cursor: pointer;
    background-color: #4C7998 !important;
}

.menu .switch-menu {
    position: absolute;
    right: 0;
    top: 100%;
    height: auto;
    max-height: 0;
    width: calc(305px - 55px);
    text-align: right;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    padding: 25px 55px 25px 25px;
    opacity: 0;
    display: none;
}

@media(max-width:992px) {
    .menu .switch-menu  {
        top: 56%;
    }
}

nav.menu .lg-switch.open .switch-menu,
.no-touchevents nav.menu .lg-switch:hover .switch-menu {
    max-height: 210px;
    width: 250px;
    padding: 25px;
    padding-right: 55px;
    opacity: 1;
    display: block;
}

@media(max-width:992px) {
    nav.menu .lg-switch.open .switch-menu,
    .no-touchevents nav.menu .lg-switch:hover .switch-menu  {
        margin-top: 13px;
    }
}

.menu .lg-switch .profile_col,
.menu .lg-switch .language_col {
    opacity: 1;
}

.menu .lg-switch .profile_col {
    text-align: left;
    padding-left: 100px;
    opacity: 0;
}

.menu .lg-switch .lg-icon img,
.menu .lg-switch .lg-arrow img {
    display: block;
    margin: 0 auto;
    width: auto;
}

.menu .lg-switch .lg-icon img { height: 15px; margin-bottom: 10px; }
.menu .lg-switch .lg-arrow img { height: 6px; margin-top: 20px; }

.menu .lg-switch .indicators { display: table; margin: 15px auto 0;  }

@media (max-width:992px) {
    .menu .lg-switch .indicators {
        margin: 5px auto 0;
    }
}


.menu .lg-switch .indicators .country-ind,
.menu .lg-switch .indicators .lg-ind {
    display: table-cell;
    vertical-align: middle;
    line-height: 0.75em;
}

.menu .lg-switch .indicators .country-ind { padding-right: 3px; }

.menu .switch-menu .col-33 { padding-right: 30px; letter-spacing: 1px; }

.menu .switch-menu h4 { position: relative; margin-bottom: 20px; }
.menu .switch-menu h4.has-arrow:after {
    position: absolute;
    top: 0;
    right: -30px;
    content: '';
    display: block;
    height: 10px;
    width: 6px;
    background-image: url(../img/lg_arrow_right.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.disclaimer-overlay .menu .switch-menu h4.has-arrow:after {
    right: -52px;
}

.menu .switch-menu .selected h4.has-arrow:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.menu .switch-menu ul li { padding: 3px 0; }

.menu .switch-menu ul li.selected span { border-bottom: 1px solid #9d9d2a; font-weight: 600; }
.menu .switch-menu ul li span:not(.line) { position: relative; z-index: 1; cursor: pointer; }

.menu .switch-menu ul li .line {
    position: absolute;
    top: 4px;
    left: 50%;
    width: 0;
    height: 1px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #9d9d2a;
    z-index: -1;
}

.no-touchevents .menu .switch-menu ul li:not(.selected) span:hover .line { width: 120%; }

.nav-burger {
    display: none;
    position: absolute;
    right: 20px;
    top: 24.5px;
    width: 30px;
    height: 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 100;
}

.nav-burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.nav-burger span:nth-child(1) { top: 0; }

.nav-burger span:nth-child(2),
.nav-burger span:nth-child(3)
{ top: 6px; }

.nav-burger span:nth-child(4) { top: 12px; }

.menu.open .nav-burger span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.menu.open .nav-burger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu.open .nav-burger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu.open .nav-burger span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

.menu.small { height: 64px; }
.menu.small .main-menu > .col ul li { padding-top: 8px; }
.menu.small .switch-trigger { padding-top: 15px; }
.menu.small .lg-switch .lg-icon img { margin-bottom: 5px; }
.menu.small .lg-switch .lg-arrow img { margin-top: 5px; }
.menu.small .logo figure { width: 35px; }
.menu.small .logo img { height: 40px; }

.menu-tabs-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 55px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    z-index: -1;
}



.menu-tabs-bg.has-bg { background-color: rgba(157, 157, 42, 0.8); }
.menu-tabs-bg.has-border { border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
.menu-tabs-bg.has-bg.has-border { border-color: transparent; }


/* ------------------------------------------------------------------------- */
/* ------ Header ----------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.page-header {
    position: relative;
    /*overflow: hidden;*/
}

.video-viewport {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.video-viewport .bg-img {
    position: absolute;
    opacity: 1;
}

.page-header .header-img { height: 500px; padding: 0 10px; }
.page-header.home { height: 100%; }
.page-header.home .header-img { height: 100%; }
/*.page-header.insights.page .header-img { height: 220px; }*/

.page-header.home .insights-block-title {
    text-align: left;
    padding-bottom: 10px;
}

.page-header.home .insights-block-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 42px;
    display: block;
    height: 3px;
    width: 55px;
    background-color: #9d9d2a;
}


.page-header .products-block {
    margin-top: 15px;
}

.page-header.home .products-block-title {
    text-align: left;
    padding-bottom: 10px;
}

.page-header.home .products-block-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    display: block;
    height: 3px;
    width: 55px;
    background-color: #9d9d2a;
}
.page-header .home-insights {
    padding-bottom: 10px;
}
@media(max-width:992px) {
    .page-header .home-insights {
        padding-bottom: 25px;
    }
}
.page-header .home-insights:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    display: block;
    height: 1px;
    width: 30px;
    background-color: #ffffff;
}

@media(max-width:992px) {
    .page-header .home-insights:after {
        display: none;
    }
}

.page-header.expertise .header-img {
    max-height: 500px;
}


.filter{
    background-color: rgba(49, 49, 20, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.page-header.expertise .header-img .filter {
    background-color: rgba(49, 49, 20, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.page-header.page .header-img .filter {
    background-color: rgba(49, 49, 20, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.page-header .header-img .left-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40%;
}

.page-header .header-img .right-block {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60%;
}

.page-header .blue {
    background-color: #244155;
    opacity: 0.9;
}

.page-header .green {
    background-color: #313114;
    opacity: 0.85;
}


.page-header .header-place-helper {
    display: table;
    max-width: 1430px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.page-header .header-place-helper .header-content {
    display: table-cell;
    vertical-align: middle;
}

.page-header .header-place-helper .header-content p {
    position: relative;
    width: 100%;
    padding: 7% 0 0 0;
    line-height: 30px;
}

.page-header .header-place-helper .header-content p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    height: 3px;
    width: 55px;
    background-color: #9d9d2a;
}

.page-header .header-content.white-block {
    background-color: rgba(255, 255, 255, 0.6);
    display: table-cell;
    vertical-align: middle;
    top: 20%;
    width: 32%;
    padding: 2%;
    height: 55%;
    position: absolute;
    margin-left: 6%;
}

.page-header .header-right-content {
    height: auto;
    width: 45%;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 15%;
    padding: 3%;
    margin-right: 5%;
    right:0;
    padding-top:0;
}

.page-header .discover-place {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.page-header .discover-products {
    position: relative;
    left: 0;
    height: 120px;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(0, 62, 104, 0.8);
}

.page-header .discover-products .discover-topline { display: table; margin: 0 auto; line-height: 32px; }
.page-header .discover-products .discover-topline .btn { margin-left: 10px; }
.page-header .discover-products img {
    position: absolute;
    bottom: 25px;
    left: 50%;
    height: auto;
    width: 11px;
    margin-left: -5.5px;
}

header.funds .tabs-bottom { top: auto; bottom: 4px; z-index: 10; }
header.funds .tabs-bottom.sticky { position: fixed; top: 64px; bottom: auto; background-color: rgba(255, 255, 255, 0.8); }

.discover-topline .btn { font-size: 14px; line-height: 34px; }

/* ------------------------------------------------------------------------- */
/* ------ Footer ----------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.page-footer {
    position:relative;
    margin-top: -80px;
    z-index: 5;
    padding: 0 55px;
}

@media(max-width:992px) {
    .page-footer {
        margin-top: -25px;
    }
}

.page-footer:not(.funds).single-post { margin-top: 0; padding-bottom: 10px; }

.page-footer .footer-links { padding: 45px 30px; }
.page-footer .footer-links .links { display: table; width: 100%; }

.page-footer .socials { position: relative; height: 330px; padding: 25px 110px; }
.page-footer .socials .social-links {
    position: relative;
    top: calc(100% - 30px);
}


.page-footer .socials .social-links ul { display: table; padding-top: 4px; }
.page-footer .socials .social-links ul li { display: table-cell; vertical-align: middle; padding: 0 15px; }
.page-footer .socials .social-links ul li a {
    position: relative;
    display: block;
    height: 22px;
    width: 20px;
}

.page-footer .socials .social-links ul li a img {
    position: absolute;
    top: 0;
    left: 0;
}
.page-footer .socials .social-links ul li a:hover img.hover,
.page-footer .socials .social-links ul li a img.normal
    { opacity: 1; }

.page-footer .socials .social-links ul li a:hover img.normal:not(.no-hover),
.page-footer .socials .social-links ul li a img.hover
    { opacity: 0; }

.page-footer .socials .social-links ul li.t-up { padding-top: 5px; letter-spacing: 1px; }
.page-footer .socials .social-links ul li .twitter-icon { top: 1px; }


.page-footer .socials .social-links img {
    width: 20px;
    height: auto;
}

.page-footer .socials .social-links .btn {
    padding: 0 45px;
    font-weight: 700;
}

.page-footer .socials .footer-logo {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 330px;
    height: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page-footer .socials .footer-logo-small {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 30px;
    height: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page-footer .footer-links li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    letter-spacing: 1px;
}

.page-footer .footer-links li:first-of-type { padding-left: 0; text-align: left; }
.page-footer .footer-links li:last-of-type { padding-right: 0; text-align: right; }

.page-footer .footer-links ul li a { position: relative; color: #fff }
.page-footer .footer-links ul li a .line {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #9d9d2a;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page-footer .footer-links ul li a:hover .line { width: calc(100% + 10px); }

.page-footer .footer-links p { padding-top: 5px; }

.page-footer .mikado-logo {
    position: absolute;
    float: right;
    height: 7px;
    width: auto;
    right: 0;
}

.page-footer .add-block-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -55px;
    height: 100%;
    width: 55px;
    z-index: -1;
    background-color: #003e68;
}

.page-footer:not(.home) .socials { height: 80px; }
.page-footer:not(.home) .socials .footer-logo,
.page-footer.home .socials .footer-logo-small
    { display: none; }
.page-footer:not(.home) .socials .footer-logo-small { display: block; }

/* ------------------------------------------------------------------------- */
/* ------ Home Links Grid -------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.home-links-grid { margin-top: 95px; }
.home-links-grid .links-title { text-align: center; padding: 60px 15px 35px 15px; }
.home-links-grid .links-title h2 { margin-top: 45px; }
.home-links-grid .links-title img { height: 80px; width: auto; }

.home-links-grid .link-item { padding: 125px 15px; text-align: center; cursor: pointer; position: relative; overflow: hidden; }
.home-links-grid .link-item .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.no-touchevents .home-links-grid .link-item:hover .bg-img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.home-links-grid .link-item h3 {
    position: relative;
    line-height: 0.75em;
    padding-top: 5px;
    display: table;
    margin: 0 auto;
}

.home-links-grid .link-item h3:after {
    bottom: -15px;
    width: 50px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}

.no-touchevents .home-links-grid .link-item:hover h3:after {
    border-color: #fff;
    height: calc(100% + 30px);
    width: calc(100% + 30px);
}

.home-links-grid .link-item .topline {
    position: absolute;
    top: -17px;
    left: -15px;
    height: 2px;
    width: calc(100% + 30px);
}

.home-links-grid .link-item .topline:before,
.home-links-grid .link-item .topline:after {
    background-color: #fff;
    height: 2px;
}


/* ------------------------------------------------------------------------- */
/* ------ Home - Our expertise --------------------------------------------- */
/* ------------------------------------------------------------------------- */

.expertise-block { text-align: center; }
.expertise-block .expertise-item { padding: 0 25px; }

.expertise-block .expertise-item .item-content {
    position: relative;
    padding: 45px 40px 70px 40px;
}

.expertise .products-title .place-help {
    background-color: #ffffff;
    padding-top: 30px;
    margin-top: -4%;
    width: 80%;
    margin: -3% auto 3%;
}
.expertise .products-title-1 .place-help {
    background-color: #ffffff;
    padding-top: 30px;
    margin-top: -4%;
    width: 84.2%;
    margin: -3% auto 0%;
}

.expertise-block .expertise-cols { margin: 70px -25px 90px -25px; }

.expertise-block .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.expertise-block .expertise-item h3 {
    margin-bottom: 30px;
    line-height: 1;
    letter-spacing: 1px;
}
.expertise-block .expertise-item p { line-height: 30px; }

.expertise-icon {
    position: absolute;
    bottom: 100%;
    left: 50%;
    max-height: 90px;
    max-width: 85px;
    -webkit-transform: translate(-50%, 15px);
    -moz-transform: translate(-50%, 15px);
    -ms-transform: translate(-50%, 15px);
    -o-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
}


/* ------------------------------------------------------------------------- */
/* ------ About - Us ------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
.intro-block { margin-top: -110px; margin-bottom: 110px; padding: 55px 55px 0px 55px;}

#our-values .content-block {
    padding-bottom: 35px;
}
#our-values .content-block p {
    padding: 5px 0 5px 0;
    /* line-height: 20px; */
}
#our-values .content-block ul {
    padding: 5px 0 5px 0;
    /* line-height: 20px; */
}
#our-values .content-block ul {
    /* padding-top: 5px; */
    padding-bottom: 10px;
    padding-left: 20px;
}
#our-values .content-block ul>li, #our-values .content-block ol>li {
    padding-left: 20px;
    position: relative;
}
#our-values .content-block ul>li::before, #our-values .content-block ol>li::before {
    content: "•";
    color: rgb(130, 188, 67);
    font-size: 20px;
    margin-right: 5px;
    position: absolute;
    left: 0;
}

@media (max-width:992px) {
    .content-values {
        padding: 55px 55px 75px 55px;
    }

}

@media (max-width:640px) {
    .content-values {
        padding: 55px 10px 25px 10px;
    }

}




/* ------------------------------------------------------------------------- */
/* ------ Our expertise ---------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.philosophy-block { margin-top: -110px; padding: 55px 55px 75px 55px; }

.philosophy-block .philo-title { padding: 0 35px 0 0; }
.philosophy-block .philo-title img { display: block; width: 85px; height: auto; }
.philosophy-block .philo-title h2 { line-height: 48px; padding-top: 35px; }
.philosophy-block .philo-title p { position: relative; letter-spacing: 1px; padding-top: 20px; }
.philosophy-block .philo-title p:after { bottom: -20px; }


.philosophy-block .philo-content { padding: 65px 0 0 35px; }
.philosophy-block .philo-content .content-block { padding-bottom: 35px; }
.philosophy-block .philo-content h3 { letter-spacing: 2px; }
.philosophy-block .philo-content p { padding: 10px 0 15px 0; line-height: 30px; }
.philosophy-block .philo-content .show-video { margin: 0 0 20px 0; }
.philosophy-block .philo-content .expl-video { width: 100%; height: auto; display: none; background-color: #ccc; }

.team-block { margin-bottom: 300px; }
.team-block .team-member { height: 385px; cursor: pointer; }
.team-block .team-title { padding: 50px 45px 0 30px; }

.team-block .team-title img {
    display: block;
    width: auto;
    height: 65px;
}

.team-block .team-title h2 { padding: 35px 0 15px 0; }
.team-block .team-title p { position: relative; letter-spacing: 1px; line-height: 24px; }
.team-block .team-title p:after { bottom: -30px; }
.team-block .team-grid {
    padding: 0 25px;
    float: left;
    position: relative;
    top: 55px;
    margin-top: -55px;
    margin-bottom: 55px;
    width: 100%;
}

.team-block .team-member { position: relative; color: #fff; text-align: center; }
.team-block .team-member .team-member-content {
    position: relative;
    height: 100%;
    padding-top: 230px;
}

.team-block .team-member .team-member-content p { padding-top: 5px; letter-spacing: 1px; }

.team-block .team-member .team-member-content .btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.team-block .team-member .bottom-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
}

.team-block .team-member:hover { color: #003e68; }

.team-block .team-member:hover .btn.white { color: #fff; background-color: #9d9d2a; }
.team-block .team-member:hover .btn.white { color: #fff; background-color: #9d9d2a; }
.team-block .team-member:hover .btn.white:hover:after { border-color: #9d9d2a; }
.team-block .team-member:hover .btn.white .btn-topline:before,
.team-block .team-member:hover .btn.white .btn-topline:after {
    background-color: #9d9d2a;
    height: 1px;
}

.team-block .team-member:hover .bottom-overlay { height: 180px; background-color: rgba(255, 255, 255, 0.9); }

.team-block .team-member .member-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 50% ;
    /*margin-top: -5% !important;*/
    margin-left: 0% !important;
    background-position: top center !important;
}

@media (max-width:992px) {
    .team-block .team-member .member-img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 100% !important;
        width: 100% !important;
        margin-top: -5% !important;
        margin-left: 0% !important;
    }
}

.team-block .team-member .member-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(157, 157, 42, 0.5);
    opacity: 1;
}

.team-block .team-member:hover .member-img .overlay { opacity: 0; }


/* ------------------------------------------------------------------------- */
/* ------ Our product range ------------------------------------------------ */
/* ------------------------------------------------------------------------- */

.products-block { padding: 0 0 55px 0; }

.products-block .products-title {
    text-align: center;
    margin-top: -75px;
    margin-bottom: 75px;
    float: left;
    width: 100%;
}
.products-block .products-title-1 {
    text-align: center;
    margin-top: -75px;
    margin-bottom: 75px;
    float: left;
    width: 100%;
}
.products-block .products-title img { height: 90px; width: auto; }
.products-block .products-title h2 { padding: 15px; }
.products-block .products-title p { position: relative; }
.products-block .products-title p:after {
    left: 50% !important;
    margin-left: -25px;
    bottom: -25px;
}


.products-block .products-title-1 img { height: 90px; width: auto; }
.products-block .products-title-1 h2 { padding: 15px; }
.products-block .products-title-1 p { position: relative;max-width: 380px;margin: 0 auto; }

@media (max-width:576px) {
    .products-block .products-title-1 p {
        padding: 5px 15px;
    }
}
.products-block .products-title-1 p:after {
    left: 50% !important;
    margin-left: -25px;
    bottom: 55px;
}
@media (max-width: 320px) {
    .products-block .products-title-1 p:after {
        bottom: 75px;
    }
}

.page-id-27001 .content {
    margin-top: 125px;
}

.page-id-27001 .w_bg {
    background-color: transparent;
}

.page-id-27001 .team-block .team-grid {
    top: 55px;
}


.products-block .products-tabs { padding: 0 5px; }

.products-block .table-container table:not(:first-of-type){ display: none; }

.products-block .products-tabs .tab {
    border: 2px solid #f6f6f6;
    background-color: #fff;
    padding: 15px 10px 10px 10px;
    color: #9d9d2a;
    cursor: pointer;
}

.products-block .products-tabs .tab.active {
    border-color: #9d9d2a;
    background-color: #9d9d2a;
    font-weight: 600;
    color: #fff;
}

.table-container {
    position: relative;
    border-top: 2px solid #9d9d2a;
    padding: 0 5px;
}

.products {
    margin-bottom: 10%;
}

.products th a { text-decoration: underline; }
.products th a.toplink,
.products td a.toplink { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; text-decoration: none;}
.toplink-1 {
height: 100%;
width: 100%;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
padding-top: 27px;
padding-bottom: 22px;


}


.products td { position: relative; }

.table-container:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #9d9d2a;
}

.funds-table {
    width: 100%;
    border-collapse: collapse;
}

.funds-table .t-up { letter-spacing: 1px; }
.funds-table .funds-dl-icon {
    display: table;
    margin: 0 auto 5px auto;
    height: 15px;
    width: auto;
}

.funds-table tbody tr:nth-of-type(even) { background-color: #fff; }
.funds-table tbody tr:nth-of-type(odd) { background-color: #f6f6f6; }

.funds-table th,
.funds-table td {
    padding: 25px 0 20px 0;
    text-align: center;
    width: 1%;
}

.funds-table thead { letter-spacing: 1px; border-bottom: 1px solid #9d9d2a; }

.no-touchevents .funds-table tbody .total { border-top: 1px solid #9d9d2a; }

.no-touchevents .funds-table tbody tr:hover { color: #fff; background-color: #9d9d2a !important; }
.no-touchevents .funds-table tbody tr:hover .dl-cell:hover { color: #003e68; }

.no-touchevents .funds-table tbody tr:hover th a { color: #fff; }
.no-touchevents .funds-table tbody tr:hover td a { color: #fff; }

.no-touchevents .funds-table tr:hover .dl-cell a{color: #fff; }


.funds-table tr .dl-cell { position: relative; padding: 35px 0 10px 0; width: 2%; }


.funds-table tr .dl-cell a {
    color: #9d9d2a;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 26px;
    text-transform: none !important;
    letter-spacing: 0px !important;
    text-decoration: underline;
}



.funds-table tr .dl-cell img {
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.funds-table tr .dl-cell .normal,
.no-touchevents .funds-table tr:hover .dl-cell .semi-hover,
.no-touchevents .funds-table tr:hover .dl-cell:hover .hover
    { opacity: 1; }

.no-touchevents .funds-table tr:hover .dl-cell:hover .normal,
.funds-table tr .dl-cell .semi-hover,
.funds-table tr .dl-cell .hover
    { opacity: 0; }

.bottom-buttons { text-align: center; padding-top: 40px; padding-bottom: 40px; background-color: #f6f6f6;}
.bottom-buttons .btn { width: 165px; }


/* ------------------------------------------------------------------------- */
/* ------ Team LightBox ---------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.team-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    opacity: 0;
    background-color: rgba(0, 62, 104, 0.7);
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.team-overlay .overlay-center {
    display: table-cell;
    vertical-align: top;
    padding-top: 175px;
}

.team-overlay .overlay-content { padding-bottom: 120px; }
.team-overlay .overlay-content .act-content { position: relative; }

.team-overlay .close-overlay {
    position: absolute;
    right: 25px;
    top: 205px;
    height: 35px;
    width: auto;
    z-index: 10;
    cursor: pointer;
}

.team-overlay .overlay-img { height: 465px; }
.team-overlay .overlay-text { padding: 90px 145px 0 30px; }
.team-overlay .overlay-text .overlay-jobs { letter-spacing: 1px; line-height: .75em; }
.team-overlay .overlay-text h3 { line-height: .75em; padding-bottom: 5px; }
.team-overlay .overlay-text p { position: relative; line-height: 24px; padding-top: 15px; letter-spacing: 1px; }
.team-overlay .overlay-text p:after { background-color: #003e68 !important; bottom: -55px; }

/* ------------------------------------------------------------------------- */
/* ------ Insights --------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.insight-txt p {
    padding-bottom: 10px;
}
.insight-txt h1 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.insight-txt h2,
.insight-txt h3,
.insight-txt h4 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.insight-txt ol,.insight-txt ul {
    /* padding-top: 5px; */
    padding-bottom: 10px;
}
.insight-txt ol {
    padding-left: 15px;
}
.insight-txt ul>li {
/* .insight-txt ol>li { */
    padding-left: 20px;
    position: relative;
}
.insight-txt ol>li {
/* .insight-txt ol>li { */
    padding-left: 5px;
    position: relative;
}
.insight-txt ul>li::before {
/* .insight-txt ol>li::before { */
    content: "•";
    color: #9d9d2a;
    font-size: 20px;
    margin-right: 5px;
    position: absolute;
    left: 0;
}

.expertise-block .expertise-block-title { padding: 70px 0 25px 0; text-align: center; }
.insights-block h2 { padding: 25px 0 25px 0; text-align: center; }
.home-body .insights-block h2 { padding-top: 0 }

.expertise-block .expertise-page-link,
.insights-block .insights-page-link {
    display: block;
    text-align: center;
    text-decoration: underline;
    letter-spacing: 1px;
}

.insights-content { margin-top: -110px; }
.insights-grid { max-width: 1150px; margin: 25px auto 0 auto; }
.insights-sizer { width: 33.33333%; }

.insight-item {
    display: block;
    float: left;
    width: 33.333333%;
    padding: 25px;
}

.insight-item .insight-date { letter-spacing: 1px; z-index: 5; }

.insight-item .insight-item-content {
    position: relative;
    height: 330px;
    width: 100%;
    padding: 45px 55px;
    background-color: #f6f6f6;
    display: block;
}

.home .insight-item .insight-item-content { overflow: hidden; }

.insight-item.w2_h1,
.insight-item.w2_h2
    { width: 66.66666%; }

.insight-item.highlight { width: 100%; float: none; }

.insight-item.w1_h2 .insight-item-content,
.insight-item.w2_h2 .insight-item-content
    { height: 710px; }

.insight-item .btn {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.home .insight-item .btn {
    top: auto;
    bottom: -4px;
}

.insight-item .item-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.legal-block .legal-title p:first-of-type:after {
    display: none;
}

.insight-block .insight-title h2:after,
.fund-content.adm_info .fund_adm_info h2:before,
.fund-content .fund-perform-tables h2:before,
.fund-content .chart-block h2:before,
.team-overlay .overlay-text p:after,
.team-block .team-title p:after,
.philosophy-block .philo-title p:after,
.contact-block .contact-title p:after,
.glossary-block .glossary-title p:after,
.legal-block .legal-title p:nth-child(3):after,
.products-block .products-title p:after,
.insight-item .insight-item-content .insight-title:after,
.contact-block .details:after,
.glossary-element-container:after {
    position: absolute;
    left: 0;
    content: ' ';
    display: block;
    height: 2px;
    width: 50px;
    margin-top: 10px;
    background-color: #9d9d2a;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.products-block .products-title-1 p:before {
    position: absolute;
    left: 50%;
    content: ' ';
    display: block;
    height: 2px;
    width: 50px;
    margin-top: 0;
    background-color: #9d9d2a;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: -25px;
    top:-30%;
}

.insights-grid .insight-item .insight-item-content .insight-title { position: relative; }
.insights-main-grid .insight-item .insight-item-content .insight-title:after { left: 25px; }

.insight-item.highlight .overflow-limit {
    height: 120px;
    max-height: 120px;
}
.insight-item:not(.highlight) .overflow-limit {
    height: 60px;
    max-height: 57px;
}
.insights-main-grid { padding: 0 0 200px 0; }

.content-tabs {
    display: table;
    margin: 0 auto;
    text-align: center;
    height: 55px;
}

.content-tabs li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px 0 15px;
    letter-spacing: 1px;
}

.content-tabs li .filter-name { padding: 7px 5px 0 5px; cursor: pointer;  display: block; }

.content-tabs li a.filter-name  { color: #fff; }

.fund-tabs li:after,
.content-tabs li .filter-name:after {
    display:block;
    content:attr(title);
    font-weight: 600;
    height:1px;
    color:transparent;
    overflow:hidden;
    visibility:hidden;
    margin-bottom:-1px;
}


.content-tabs li:hover .filter-name { background-color: #fff; color: #003e68; font-weight: 600; }
.content-tabs li.active .filter-name { background-color: #fff; color: #003e68; font-weight: 600; }




/*.content-tabs li .line {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 1px;
    margin-top: 1px;
    background-color: #003e68;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}*/

.content-tabs li:not(.active):hover .line { width: calc(100% - 50px); }
.insight-item.highlight { padding: 0 55px; overflow: hidden; }
.insight-item.highlight .insight-item-content { position: relative; padding: 55px; height: auto; }

.insight-item.highlight.hidden {
    opacity: 0;
    height: 0 !important;
    -webkit-transform: scale(0.001);
    -moz-transform: scale(0.001);
    -ms-transform: scale(0.001);
    -o-transform: scale(0.001);
    transform: scale(0.001);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.insight-item.highlight .item-content-panel {
    float: right;
    position: relative;
    width: 330px;
}

.insight-item.highlight .item-content-panel .panel-title { padding: 30px 25px 15px 25px; }
.insight-item.highlight .item-content-panel .panel-title h3:after { display: none; }
.insight-item.highlight .item-content-panel .panel-text { padding: 55px 25px 120px 25px; line-height: 24px; margin-top: 2px; }
.insights-main-grid .smaller-grid { max-width: 1150px; margin: 0 auto; position: relative; }
.insights-main-grid .larger-grid { position: relative; }
.insights-main-grid .insight-item .insight-item-content { height: auto; }
.insights-main-grid .insight-item:not(.highlight) .insight-item-content { padding: 0; }
.insights-main-grid .insight-item:not(.highlight) .item-content-panel { padding: 30px 25px 75px 25px; color: #003e68; }
.insights-main-grid .insight-item:not(.highlight) .item-content-panel1 {height: 300px !important; }
.insights-main-grid .insight-item:not(.highlight) .item-content-panel:not(.gr_bg) { background-color: rgba(255, 255, 255, 0.9); }
.insights-main-grid .insight-item:not(.highlight) .item-content-panel:hover { background-color:  rgba(0, 62, 104, 0.9); color: #fff; }
.insights-main-grid .insight-item:not(.highlight) .item-content-panel:hover .insight-title:after { width: 100%; left: 0; }
.insights-main-grid .insight-item:not(.highlight) .panel-text { padding-top: 30px; }

.insights-main-grid .insight-item:not(.highlight) .item-content-panel a {color: #003e68}
.insights-main-grid .insight-item:not(.highlight) .item-content-panel:hover a {color: #fff !important;}

.insights-main-grid .insight-item:not(.highlight) .item-content-panel a:hover {text-decoration: underline !important;}




.insights-grid .insight-item .insight-item-content .insight-title span { position: relative; z-index: 5; }

.insights-grid .insight-item .insight-item-content .insight-title:after {
    z-index: 1;
    bottom: -10px;
    -webkit-transition: height .25s ease-in-out, width .25s ease-in-out .25s, left .25s ease-in-out .25s, background-color .5s ease-in-out;
    -moz-transition: height .25s ease-in-out, width .25s ease-in-out .25s, left .25s ease-in-out .25s, background-color .5s ease-in-out;
    -ms-transition: height .25s ease-in-out, width .25s ease-in-out .25s, left .25s ease-in-out .25s, background-color .5s ease-in-out;
    -o-transition: height .25s ease-in-out, width .25s ease-in-out .25s, left .25s ease-in-out .25s, background-color .5s ease-in-out;
    transition: height .25s ease-in-out, width .25s ease-in-out .25s, left .25s ease-in-out .25s, background-color .5s ease-in-out;
}

.insights-grid .insight-item .insight-item-content:hover .insight-title { color: #003e68; }

.insight-item .insight-item-content .smaller.insight-title {
    font-size: 25px !important;
}

.insights-grid .insight-item .insight-item-content .item-bg {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.insights-grid .insight-item .insight-item-content:hover .item-bg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.insights-grid .insight-item .insight-item-content:hover .insight-title:after {
    left: -55px;
    width: calc(100% + 110px);
    height: calc(100% + 74px);
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-transition: left .25s ease-in-out, width .25s ease-in-out, height .25s ease-in-out .25s, background-color .5s ease-in-out;
    -moz-transition: left .25s ease-in-out, width .25s ease-in-out, height .25s ease-in-out .25s, background-color .5s ease-in-out;
    -ms-transition: left .25s ease-in-out, width .25s ease-in-out, height .25s ease-in-out .25s, background-color .5s ease-in-out;
    -o-transition: left .25s ease-in-out, width .25s ease-in-out, height .25s ease-in-out .25s, background-color .5s ease-in-out;
    transition: left .25s ease-in-out, width .25s ease-in-out, height .25s ease-in-out .25s, background-color .5s ease-in-out;
}


/* ------------------------------------------------------------------------- */
/* ------ Single Insight --------------------------------------------------- */
/* ------------------------------------------------------------------------- */


@media (max-width:992px) {
    .insights {
        margin-top:100px;
    }
}

.insight-block { margin-top: -110px; padding: 55px 55px 75px 55px; }
.insight-block .back-to-insights { margin-bottom: 50px; }
.insight-block .back-to-insights a { text-decoration: underline; }
.insight-block .insight-title h2 { position: relative; }
.insight-block .insight-title h2:after { background-color: #003e68; }
.insight-block .insight-title h3 { letter-spacing: 2px; }
.insight-block .insight-main-img { height: 250px; width: 100%; margin-bottom: 35px; }

.insight-block .insight-title { padding: 0 35px 0 0; }
.insight-block .insight-content { padding: 0 0 0 35px; }
.insight-block .insight-content .insight-txt { line-height: 30px; }

.insight-block .insight-title .download-doc { text-align: center; }

.insight-block .insight-title .download-doc a {
    position: relative;
    margin: 115px auto 0 auto;
    display: inline-block;
    padding-top: 10px;
    letter-spacing: 1px;
}

.insight-block .insight-title .download-doc .insight-dl-doc {
    position: absolute;
    left: 50%;
    top: 0;
    width: 32px;
    height: auto;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.insight-block .insight-title .download-doc .insight-dl-doc.normal { opacity: 1; }
.insight-block .insight-title .download-doc .insight-dl-doc.hover { opacity: 0; }

.insight-block .insight-title .download-doc a:hover .insight-dl-doc.normal { opacity: 0; }
.insight-block .insight-title .download-doc a:hover .insight-dl-doc.hover { opacity: 1; }


.insight-block .insight-content .insight-gallery .gallery-item {
    position:relative;
    height: 125px;
    padding: 0 10px;
    outline: 0;
}

.insight-block .insight-content .insight-gallery .gallery-item .bg-img { height: 100%; }
.insight-block .insight-content .insight-txt { margin-bottom: 65px; }

.insight-block .insight-content .gallery-title { letter-spacing: 2px; margin-bottom: 20px; }

.insight-gallery.slick-slider .slick-track,
.insight-gallery.slick-slider .slick-list
    { margin: 0 -13px 0 -5px; }


.slick-prev,
.slick-next {
    height: 19px;
    width: 11px;
}

.slick-prev { left: -20px; }
.slick-next { right: -20px; }

.slick-prev:before { background-image: url(../img/prev_slide.png); }
.slick-next:before { background-image: url(../img/next_slide.png); }

.slick-prev:before, .slick-next:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.insight-block .slick-slide img { display: inline-block; }
.insight-block .insight-content .actual-gallery { display: none; }

.insight-block .insight-content .insight-gallery .gallery-item .img-overlay {
    position: absolute;
    top: 0;
    left: 10px;
    right: 0;
    bottom: 0;
    height: 100%;
    width: calc(100% - 20px);
    background-color: rgba(157, 157, 42, 0.7);
    opacity: 0;
}

.insight-block .insight-content .insight-gallery .gallery-item:hover .img-overlay { opacity: 1; }

.insight-block .insight-content .insight-gallery .gallery-item .img-overlay .place-help {
    display: table;
    width: 100%;
    height: 100%;
}

.insight-block .insight-content .insight-gallery .gallery-item .img-overlay .place-help .zoom,
.insight-block .insight-content .insight-gallery .gallery-item .img-overlay .place-help .download {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center;
}

.insight-block .insight-content .insight-gallery .gallery-item .img-overlay .place-help .zoom img {
    height: 24px;
    width: auto;
    display: inline;
    margin-top: 10px;
    cursor: pointer;
}

.insight-block .insight-content .insight-gallery .gallery-item .img-overlay .place-help .download a {
    display: block;
    height: 40px;
}

.insight-block .insight-content .insight-gallery .gallery-item .img-overlay .place-help .download img {
    height: 40px;
    width: auto;
    display: inline;
}

.insight-block .insight-content .insight-gallery .gallery-item .div-line {
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 50%;
    height: 50%;
    width: 1px;
    background-color: rgba(255,255,255,0.5);
}

.back-btn {
    position: relative;
    display: table;
    padding: 5px 10px 0 20px;
    margin-left: 12px;
}

.back-btn:before {
    position: absolute;
    left: -12px;
    top: 0;
    display: table;
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.back-btn:hover {
    color: #fff;
    background-color: #9d9d2a;
}

.back-btn:hover:before { border-right-color: #9d9d2a; }

.back-btn .arrow-img {
    position: absolute;
    left: -12px;
    top: 0;
    height: 24px;
    width: auto;
}


/* ------------------------------------------------------------------------- */
/* ------ Funds Details ---------------------------------------------------- */
/* ------------------------------------------------------------------------- */


.page-header .header-place-helper .header-content.funds p { padding-left: 0px; letter-spacing: 1px; }
.page-header .header-place-helper .header-content.funds p:before { background-color: #fff; top: 15px; }

.fund-container { margin-top: -115px; }

.fund-tabs { display: table; margin: 0 auto; letter-spacing: 1px; padding-top: 10px; }
.fund-tabs li { display: table-cell; vertical-align: middle; padding: 15px 18px 10px 18px; cursor: pointer; text-align: center; white-space: nowrap; }
.fund-tabs li.active { background-color: #9d9d2a; color: #fff; font-weight: 600; }

.tabs-placeholder { opacity: 0; z-index: -1; border-bottom: 2px solid transparent; }

.tabs-bottom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.tabs-bottom .tabs-border-bottom { border-bottom: 2px solid #9d9d2a; }

.fund-content { margin-top: 60px; }
.fund-content:not(.overview) { display: none; }

.fund-content .col-70 { padding-right: 20px; }
.fund-content .col-30 { padding-left: 20px; }

.fund-content .overview-top { letter-spacing: 1px; padding-right: 40px; line-height: 24px; }
.fund-content .overview-top ul { font-weight: 400; padding-top: 20px; }
.fund-content .overview-top ul li {
    position: relative;
    padding-left: 25px;
}

.fund-content .overview-top ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    top: 8px;
    height: 4px;
    width: 4px;
    background-color: #9d9d2a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.fund-content .fund-characteristics { line-height: 24px; letter-spacing: 1px; }
.fund-content .fund-characteristics li { padding-bottom: 13px; }

.fund-content .chart-block { margin-top: 90px; }
.fund-content.performance .chart-block { margin-top: 80px; }

.fund-content h2 { position: relative; letter-spacing: 1px; padding: 0 12px 0 0; line-height: 1; }
.fund-content p { padding: 0 12px; margin-bottom: 25px; }

.fund-content.overview .chart-block h2:before { top: -45px; margin-top: 0; }

.fund-content.adm_info .fund_adm_info h2:before,
.fund-content .fund-perform-tables h2:before
    { top: -35px; margin-top: 0; }

.fund-content.performance .chart-block h2:before { display: none; }

.fund-content.overview .chart { margin: 35px 0 0 -57px; }

.chart { margin: 35px 0 0 -34px; height: 315px; }

.fund-content.performance .chart { margin: 35px -25px 0 -34px; }

.fund-content .chart-block .fund-characteristics { padding-top: 9px; }
.fund-content .chart-block .fund-characteristics li { padding: 0 15px; text-align: right; }
.fund-content .chart-block .fund-characteristics li p { padding: 0 0 0 12px; }

.fund-content .fund-perform-tables { margin-top: 85px; }

.fund-perform-tables .col-33 { padding: 0 30px; }

.fund-perform-tables .table-row { margin: 0 -30px; }

.fund-disclaimer { line-height: 24px;margin-bottom: 150px; }

/* ----------------- FUNDS 'Portfolio Review' ----------------- */

/* .fund-content.portfolio .bar-block .w_txt { color: #003e68 !important; } */

.fund-content.portfolio .d0 { padding: 0 25px 0 0; }
.fund-content.portfolio .d1 { padding: 0 25px; }
.fund-content.portfolio .d2 { padding: 0 0 0 25px; }

.fund-content.portfolio h2 { margin-bottom: 15px; }

.fund-content .horizontal-bars .bar {
    position: relative;
    height: 36px;
    background-color:  rgba(0, 62, 104, 0.06);
}

.fund-content .horizontal-bars .bar-block { margin-top: 15px; }

.fund-content .horizontal-bars .bar .bar-txt {
    position: absolute;
    top: 57.5%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.fund-content .horizontal-bars .bar .color-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 5;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9d9d2a+0,b2b253+100 */
    background: rgb(157,157,42); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkOWQyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMmIyNTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(157,157,42,1) 0%, rgba(178,178,83,1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,157,42,1)), color-stop(100%,rgba(178,178,83,1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, rgba(157,157,42,1) 0%,rgba(178,178,83,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(157,157,42,1) 0%,rgba(178,178,83,1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, rgba(157,157,42,1) 0%,rgba(178,178,83,1) 100%); /* IE10 preview */
    background: linear-gradient(to bottom, rgba(157,157,42,1) 0%,rgba(178,178,83,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9d2a', endColorstr='#b2b253',GradientType=0 ); /* IE6-8 */
}

.fund-content .horizontal-bars .bar-block h3 { padding-left: 12px; margin-bottom: 5px; }


/* ----------------- FUNDS 'Team' ----------------- */

.fund-content.team h2 { margin-bottom: 15px; }
.fund-content-tabs .team .team-grid { padding: 0; width: 100%; }

.fund-content.team .team-block {
    margin-bottom: 0;
}

/* ----------------- FUNDS 'Administrative Info' ----------------- */

.fund-content .overview-top.adm_info { padding-left: 12px; }

.fund-content.adm_info .fund_adm_info { margin-top: 85px; }

.risks { margin-bottom: 30px; }
.risks > p { line-height: 26px; margin: 5px 0 20px 0; }

.small-risks { position: relative; }

.risks .risk {
    height: 100px;
    line-height: 112px;
    padding: 0 5px;
}

.risks .clear > div:first-of-type,
.small-risks > div:first-of-type
    { padding: 0 5px 0 0; }

.risks .clear > div:last-of-type,
.small-risks  > div:last-of-type
    { padding: 0 0 0 5px; }

.risks > p:last-of-type,
.small-risks  > p:last-of-type
    { padding-right: 0; }

.risks .risk .risk-number {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
}

.small-risks { position: relative; margin-top: 5px; }

.small-risks .risk { padding-bottom: 14.28% !important; }

.small-risks .risk .risk-number {
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    text-align: center;
    line-height: 40px;
}


.fund-content.adm_info .fund_adm_info .fund_adm-characteristics {
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.fund-content.adm_info .fund_adm_info .fund_adm-characteristics li { padding: 0 25px; }
.fund-content.adm_info .fund_adm_info .fund_adm-characteristics li p { padding: 0; }

.fund-fee {
    padding: 25px 15px;
    margin-top: 20px;
}

.fund-content .fund-fee h2 { padding: 0; }
.fund-content .fund-fee p { padding: 0; margin-bottom: 15px; }


/* ----------------- FUNDS 'Documents' ----------------- */

.fund_adm-characteristics { margin-top: 25px; }
.fund_adm-characteristics li { line-height: 24px; }

.fund-content.documents h2 { margin-bottom: 20px; }

.documents .dl { padding: 0 6px; }

.documents > div:first-of-type { padding-left: 0; }
.documents > div:last-of-type { padding-right: 0; }

.documents .dl-doc {
    position: relative;
    display: block;
    height: 125px;
    text-align: center;
    padding: 25px 25px 0 25px;
    color: #003e68;
    line-height: normal;
}

.documents .dl-doc.btn { white-space: normal; }

.documents .dl-doc.btn:hover:after { border-color: #9d9d2a; }

.documents .dl-doc.btn .btn-topline:before,
.documents .dl-doc.btn .btn-topline:after {
    background-color: #9d9d2a;
    height: 1px;
}

.documents .dl-doc .dl-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px;
    width: 100%;
}

.documents .dl-doc .dl-img img {
    position: absolute;
    left: 50%;
    top: -18px;
    height: 15px;
    width: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.documents .dl-doc:hover { background-color: #9d9d2a; }

.documents .dl-doc .dl-img img.normal { opacity: 1; }
.documents .dl-doc .dl-img img.hover { opacity: 0; }

.documents .dl-doc:hover .dl-img img.normal { opacity: 0; }
.documents .dl-doc:hover .dl-img img.hover { opacity: 1; }

/* ------------------------------------------------------------------------- */
/* ------ Legal --------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.legal-block { margin-top: -110px; padding: 55px 55px 75px 55px; }

.legal-block .legal-title { padding: 0 35px 0 0; }
.legal-block .legal-title img { display: block; width: 250px; height: auto; }
.legal-block .legal-title h2 { max-width: 250px;line-height: 48px; }
.legal-block .legal-title p { position: relative; letter-spacing: 1px;padding-top: 20px; line-height: 24px; }
.legal-block .legal-title p:after { bottom: -20px; }


/* ------------------------------------------------------------------------- */
/* ------ Glossary --------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.glossary-block { margin-top: -110px; padding: 55px 55px 75px 55px; }

.glossary-block .glossary-title { padding: 0 35px 0 0; }
.glossary-block .glossary-title img { display: block; width: 250px; height: auto; }
.glossary-block .glossary-title h2 { max-width: 250px;line-height: 48px; }
.glossary-block .glossary-title p { position: relative; letter-spacing: 1px;padding-top: 20px; line-height: 24px; }
.glossary-block .glossary-title p:after { bottom: -20px; }


.glossary-block .glossary-content { padding: 0px 0 0 35px; }
.glossary-block .glossary-content h3 { letter-spacing: 2px; }
.glossary-block .glossary-content h4 { letter-spacing: 2px; margin-top: 30px; }
.glossary-block .glossary-content p { line-height: 24px;}
.glossary-block .glossary-content p a { color: #9ba031; text-decoration: underline; }
.glossary-block .glossary-content p a:hover { text-decoration: none; }

#alphabet { position: relative; overflow: hidden; width: 100%; height: 40px;}
#alphabet ul { position: absolute; }
#alphabet ul li {
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #dddddd;
  line-height: 45px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  cursor: pointer;
  margin-right: 14px;
}

#alphabet ul li.selected {
  border-color: #9d9d2a;
  background-color: #9d9d2a;
  color: #FFFFFF;
  font-weight: 600;
}

#alphabet_container {
  position: relative;
}
#alphabet_container .before {
  content: " ";
  position: absolute;
  left: -29px;
  width: 11px;
  height: 100%;
  background-size: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/gl_arrow_left_green.png);
  top: 0px;
  cursor: pointer;
  display: none;
}
#alphabet_container .after {
  content: " ";
  position: absolute;
  right: -29px;
  width: 11px;
  height: 100%;
  background-size: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/gl_arrow_right_green.png);
  cursor: pointer;
  top: 0px;
}

#glossary-content-container {width: 100%;padding-top: 35px;}
.glossary-element-container {margin-top: 40px;padding-bottom: 40px; position: relative;}
.glossary-element-container::after {bottom: 0px;}
.glossary-element-container h2 { margin-top: 30px; margin-bottom: 10px; text-transform: uppercase;}
.glossary-element-container p { margin: 0px; padding: 0px;}

/* ------------------------------------------------------------------------- */
/* ------ Contact ---------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.contact-block { margin-top: -110px; padding: 55px 55px 75px 55px; }

.contact-block .contact-title { padding: 0 35px 0 0; }
.contact-block .contact-title img { display: block; width: 250px; height: auto; }
.contact-block .contact-title p { position: relative; letter-spacing: 1px; padding-top: 50px; line-height: 24px;}
.contact-block .contact-title p:after { bottom: -20px; }


.contact-block .contact-content { padding: 0px 0 0 35px; }
.contact-block .contact-content h3 { letter-spacing: 2px; }
.contact-block .contact-content h4 { letter-spacing: 2px; margin-top: 30px; }
.contact-block .contact-content p { padding: 10px 0 35px 0;line-height: 24px;}
.contact-block .contact-content p a { color: #9ba031; text-decoration: underline; }
.contact-block .contact-content p a:hover { text-decoration: none; }

#map_container {
  width: 100%;
  padding-bottom: 70%;
  margin-bottom: 40px;
  position: relative;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#contect-form > div > div:first-of-type { padding: 0 10px 0 0; }
#contect-form > div > div:nth-of-type(2) { padding: 0 0 0 10px; }


.contact-block input[type="text"] {max-width: 335px; }
.contact-block input[type="email"] {max-width: 335px; }
.contact-block input[type="tel"] {max-width: 335px; }

input[type="text"] {font-size: 20px;font-weight: 400; }
input[type="email"] {font-size: 20px;font-weight: 400; }
input[type="tel"] {font-size: 20px;font-weight: 400; }


.contact-block textarea {margin-top: 35px;}

.contact-block .contact-content p.details {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.contact-block .details:after {
  bottom: -1px;
}

.contact-block .btn {
  margin-top: 20px;
  padding: 0px;
  margin-bottom: 150px;
}

.btn.green.error {
  background-color: #ffa1a1;
}
.btn.green.success {
  background-color: #ffffff;
}

.btn.green.success input {
  color: #9d9d2a;
}

/* ------------------------------------------------------------------------- */
/* ------ FORM ------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

input[type="text"] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  background: none;
  text-align: left;
  border: 0px;
  border-bottom: 1px solid #9ba031;
  font-family: 'Calibre', sans-serif;
}
input[type="text"].error { border-bottom: 1px solid #ffa1a1; }

input[type="email"] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    background: none;
    text-align: left;
    border: 0px;
    border-bottom: 1px solid #9ba031;
    font-family: 'Calibre', sans-serif;
  }
input[type="email"].error { border-bottom: 1px solid #ffa1a1; }

input[type="tel"] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    background: none;
    text-align: left;
    border: 0px;
    border-bottom: 1px solid #9ba031;
    font-family: 'Calibre', sans-serif;
    margin-bottom: 25px;
  }
input[type="tel"].error { border-bottom: 1px solid #ffa1a1; }

textarea {
  padding: 10px;
  font-family: 'Calibre', sans-serif;
  background-color: #e9e9e9;
  width: 100%;
  height: 350px;
  resize: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #003e68;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #003e68;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #003e68;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #003e68;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #003e68;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #003e68;
}

.btn input[type="submit"] {
  background: transparent;
  border: 0px;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 1;
  position: relative;
  height: 100%;
  display: block;
  padding: 0px 20px;
  cursor: pointer;
}
.newsletter-body .btn input[type="submit"] {
background: transparent;
  border: 0px;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 1;
  position: relative;
  height: 100%;
  display: block;
  padding: 0px 20px;
  cursor: pointer;
  margin-top: -33px;
}

.wpcf7-not-valid-tip{
    color: red;
}
.wpcf7-response-output{
  margin-top: 150px;
  font-weight: bold;
  padding-top: 220px;
  font-size: 20px;
  color: #9ba031;
}
.screen-reader-response{
    display: none;
}

/* ------------------------------------------------------------------------- */
/* ------ BREADCRUMP ------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.breadcrump {
  margin-top: 75px;
  overflow: hidden;
}
.breadcrump li {
  float: left;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 30px;
  position: relative;
  line-height: 23px;
  height: 18px;
}
.breadcrump li:first-child {margin-left: 0px;padding-left: 0px;}
.breadcrump li:hover {
  text-decoration: none;
}

.breadcrump li:after {
  content: ' ';
  position: absolute;
  width: 11px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  right: -20px;
  background-image: url(../img/bc_arrow_right.png);
  background-size: 100%;
}

.breadcrump li.active {
  background-color: #9d9d2a;
  text-decoration: none;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 20px;
}
.breadcrump li.active:after {
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #9d9d2a;
}
#timeline {
  position: relative;
  width: 100%;
  top: 0px;
  padding-bottom: 60px;
}

#timeline>div.line {
  width: 4px;
  left: 50%;
  margin-left: -2px;
  background-color: #9d9d2a;
  position: absolute;
  height: 100%;
  top: 0px;
  padding: 0px;
}

#timeline .line_cover_1 {
  width: 4px;
  position: absolute;
  background-color: #fff;
  bottom: 20px;
  height: 20px;
}
#timeline .line_cover_2 {
  width: 4px;
  position: absolute;
  background-color: #fff;
  bottom: 60px;
  height: 20px;
}

#timeline>div {
  padding: 60px 0px;
}

#timeline>div.first {
  padding-top: 0px;
  top: -25px;
  position: relative;
}

#timeline .timeline_content_container {
  width: 50%;
  padding-right: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}

#timeline .right .timeline_content_container {
  left: 50%;
  padding-right: 0px;
  padding-left: 40px;
}

#timeline .timeline_content_container:after {
  content: " ";
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  right: -5px;
  background-color: #003e68;
  position: absolute;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

#timeline .right .timeline_content_container:after {
  right: auto;
  left: -5px;
}

#timeline .timeline_content_table {
  min-height: 150px;
  color: #fff;
  display: table;
  width: 100%;
  position: relative;
  font-size: 16px;
  line-height: 22px;
}
#timeline .timeline_content_table:after {
  content: " ";
  position: absolute;
  width: 18px;
  height: 35px;
  right: -18px;
  top: 50%;
  margin-top: -18px;
  background-position: left;
  background-size: 100%;
  background-image: url(../img/arrow-right.png);
}

#timeline .right .timeline_content_table:after {
  background-image: url(../img/arrow-left.png);
  right: auto;
  left: -18px;
}


#timeline .timeline_content_table strong {
  text-transform: uppercase;
}

#timeline .timeline_content_table a {
  color: #9d9d2a;
  text-decoration: underline;
}
#timeline .timeline_content_table a:hover {
  text-decoration: none;
}

#timeline .timeline_content {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  background-color: #003e68;
}

#timeline .date {
  font-size: 25px;
  position: absolute;
  right: -100px;
  width: 100px;
  padding-left: 40px;
  margin-top: -11px;
  top: 50%;
  color: #003e68;
  line-height: 28px;
  font-weight: 600;
}
#timeline .right .date {
  right: auto;
  left: -100px;
  padding-left: 0px;
  padding-right: 40px;
}

#shareholderpercentage {
  text-align: left;
  margin: 0 auto;
  width: 180px;
  position: relative;
  color: #575656;
}

#shareholderpercentage>div.left {
    font-size: 21px;
    line-height: 35px;
    position: absolute;
    text-align: left;
    left: -305px;
    top: 50%;
    margin-top: -36px;
}
#shareholderpercentage>div.left {
    left: -405px;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}

#shareholderpercentage>div.left.active {
  left: -305px;
  opacity: 1;
}
@media (max-width:992px) {
    #shareholderpercentage .left {
        left: -85px !important;
        top: 100px !important;
    }
    #shareholderpercentage .right {
       right: -85px !important;
       top: 100px !important;
    }
    #shareholderpercentage .left img {
        width: 40% !important;
    }
    #shareholderpercentage .right img {
        width: 40% !important;
    }
}


@media (max-width:992px) {
    #shareholderpercentage>div.left.active {
        left: -275px;
    }
}
@media (max-width:640px) {
    #shareholderpercentage>div.left.active {
        left: -75px;
        top: 100px;
    }
}

#shareholderpercentage>div.right {
    font-size: 21px;
    line-height: 35px;
    position: absolute;
    text-align: right;
    right: -305px;
    top: 50%;
    margin-top: -36px;
}

#shareholderpercentage>div.right {
    right: -405px;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}

#shareholderpercentage>div.right.active {
    right: -305px;
    opacity: 1;
}
@media (max-width:992px) {
    #shareholderpercentage>div.right.active {
        right: -275px;
    }
}
@media (max-width:640px) {
    #shareholderpercentage>div.right.active {
        right: -60px;
        top: 190px;
    }
}

#leftPart {
    position: relative;
    right: 100px;
    opacity: 0;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#leftPart.active {
    right: 0px;
    opacity: 1;
}
@media (max-width:640px) {
    #leftPart.active {
        /*transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);*/
        right: -35px;
        width: 30%;
        top: 30px;
    }
}
#rightPart {
    position: relative;
    left: 100px;
    opacity: 0;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#rightPart.active {
    left: 0px;
    opacity: 1;
}

@media (max-width:640px) {
    #rightPart.active {
        /*transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        margin-top: 115px;*/
        left: 30px;
        width: 20%;
        top: 30px;
    }
}
@media (max-width:640px) {
    .baseline {
        position: relative;
        top: 30px;
    }
    .download-doc h3 {
        left: 0 !important;
    }
    .download-doc .tree {
        left: auto !important;
    }
}


/* SHARE */
.share-insight {
    margin-top: 40px;
}
.share-image {
    display: flex;
}

.twitter-widget {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    margin-right: 10px
}
.twitter-share-button:hover  {
    background-color: #277db3;
}
.twitter-btn-o {
    width: 61px;
    max-width: 100%;

    display: inline-block;
    vertical-align: top;
    zoom: 1;
}
.twitter-share-button {
    position: relative;
    height: 20px;
    box-sizing: border-box;
    padding: 2px 6px 2px 6px;
    background-color: #1b95e0;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}
.twitter-share-button i {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent 0 0 no-repeat;
    font-size: 12px;
}
.twitter-label {
    margin-left: 3px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    zoom: 1;

    font-weight: 900 !important;
    margin: 0;
    padding: 0;
    font: normal normal normal 9px/18px 'Helvetica Neue', Arial, sans-serif;
    /* color: #333; */
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}



/* DISCLAIMER */
#disclaimer-block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh !important;
    overflow: auto;
    z-index: 111;
    box-sizing: border-box;
    text-align: center;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.75);

    display: flex;
    justify-content: center;
    align-items: center;
}
#disclaimer-box {
    /* display: none; */
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: left;
    z-index: 112;

    background-size: cover;
    background-position: center;
    border: 10px solid #939448;

}
.disclaimer-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 37, 117, 0.48);
}

.disclaimer-overlay .menu .switch-menu {
    opacity: 1;
}
.disclaimer-body {
    max-width: 1320px;
    width: calc(100% - 130px);
    margin: 0 auto;

    display: flex;
    align-items: center;
    height: 100%;

    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.disclaimer .header-banner {
    max-width: 1320px;
    width: calc(100% - 130px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

    height: 120px;
    margin: 0 auto;
    background: rgb(0, 62, 104);
    z-index: 99999999999;
    top: -10px;
    background-color: rgba(0, 62, 104, 0.9);
    padding: 0 55px;
    align-self: flex-start;
}
.disclaimer .menu-logo {
    display: table;
    height: 100%;
}
.disclaimer .logo {
    display: table-cell;
    vertical-align: middle;
}
.disclaimer .logo {
    display: table-cell;
    vertical-align: middle;
}
.disclaimer .logo figure {
    overflow: hidden;
    width: 100%;
}
.disclaimer .logo img {
    height: 50px;
    width: auto;
    vertical-align: middle;
}

.disclaimer .menu {
    position: relative;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    left: 5px;
    top: 0;
    height: auto;
    width: 100%;
    /* padding: 30px; */
    background-color: #fff;
}
.disclaimer .menu .user-icon {
    padding-top: 35px;
}
.disclaimer .menu .user-icon img {
    height: 30px;
}
.disclaimer .lg-switch {
    background-color: #fff;
    width: 100%;

    position: relative;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    left: 0;
    top: 0;
    height: auto;
}
.disclaimer .lg-switch:hover  .switch-menu {
    max-height: none !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.disclaimer .switch-menu {
    position: relative;
    right: 0;
    top: 0;
    height: auto;
    max-height: none;
    width: 100%;
    padding: 30px 100px 30px 0;
}

.disclaimer .switch-menu h4 {
    margin-bottom: 10px;
}
.disclaimer-acceptance {
    background-color: #fff;
    top:0;
    left:0;
    position: relative;
}
@media(max-width:560px) {
    .disclaimer-acceptance {
        top:25%;
    }
}
.disclaimer-message {
    max-height: 280px;
    overflow-y: scroll;
    padding: 0 30px;
    color: #003e68;
}
.disclaimer-message p:not(:last-of-type) {
    padding-bottom: 10px;
    color: #003e68;
}
.disclaimer-message ul {
    padding-top: 5px;
}
.disclaimer-message ul>li {
    padding-left: 10px;
}
.disclaimer-message ul>li::before {
    content: "•";
    color: #82bc43;
    font-size: 15px;
    margin-right: 5px;
}
.disclaimer-buttons {
    width: 100%;
    margin: 20px 0px;
    text-align: center;
}
.disclaimer-btn {
    margin: 0 5px;
}


.disclaimer-footer {
    max-width: 1320px;
    width: calc(100% - 130px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 40px;
    margin: 0 auto;
    background: rgb(0, 62, 104);
    z-index: 99999999999;
    bottom: -10px;
    background-color: rgba(0, 62, 104, 0.9);
    padding: 0 55px;
    align-self: flex-end;
}
.disclaimer-footer-content {
    display: table;
    height: 100%;
    width: 100%;
}
.disclaimer-footer span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

/* RESPONSIVE DISCLAIMER */
@media (max-width: 768px) {
    .disclaimer-body,
    .disclaimer .header-banner,
    .disclaimer-footer {
        width: 100%;
    }
    .disclaimer .header-banner,
    .disclaimer-footer {
        padding: 0 10px;
    }
    .disclaimer .header-banner {
        height: 64px;
    }
    .disclaimer .header-banner .col.menu-logo {
        float: none;
        margin: 0 auto;
    }
    .disclaimer .header-banner .logo img {
        height: 40px;
    }
    .disclaimer .menu .lg-switch {
        height: auto;
    }
    .disclaimer .lg-icon, .disclaimer .menu .lg-switch .indicators, .disclaimer .lg-arrow {
        float: none;
        padding: 0;
    }

    /* .disclaimer-acceptance {
        position: absolute;
        z-index: 99999;
        padding: 30px 0;
    } */
}

@media (max-height: 900px) {
    .disclaimer .header-banner {
        height: 64px;
    }
    .disclaimer .header-banner .col.menu-logo {
        float: none;
        margin: 0 auto;
    }
    .disclaimer .header-banner .logo img {
        height: 40px;
    }

    .undo-disclaimer {
        display: inline-block !important;
    }
    .disclaimer-acceptance {
        position: absolute;
        z-index: 99999;
        /* padding: 30px 0 10px; */
        padding: 15px 0 0;
    }

    .disclaimer-buttons {
        margin: 15px 0;
    }
}
@media (max-height: 600px) {
    .disclaimer .header-banner {
        height: 40px;
    }
    .disclaimer .header-banner .logo img {
        height: 35px;
    }

    .disclaimer-acceptance {
        position: absolute;
        z-index: 99999;
        padding: 30px 0 10px;
        max-height: 300px;
    }
}


@media (max-width: 768px) and (max-height: 900px) {
    .undo-disclaimer {
        display: inline-block !important;
    }
    .disclaimer-acceptance {
        position: absolute;
        z-index: 99999;
        /* padding: 30px 0 10px; */
        padding: 15px 0 0;
    }


}


#toTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999999999;
}
#toTop a.btn {
    height: 40px;
    line-height: 50px;
    font-size: 25px;
    padding: 0 10px;
}


/* Make it better */

.Rectangle_6 {
    position: relative;
    overflow: visible;
    width: 60%;
    height: 40px;
    stroke: #ffffff;
    fill: none;
}

.Trac__26 {
    overflow: visible;
    position: absolute;
    top: 55%;
    right: 44%;
    width: 19.032px;
    height: 11.45px;
    stroke: #ffffff;
    fill: none;
}

#Select_a_product_ {
    opacity: 1;
    position: absolute;
    left: 3%;
    top: 49%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow: visible;
    width: 330px;
    white-space: nowrap;
    line-height: 50px;
    margin-top: -5px;
    text-align: left;
    font-family: Calibre;
    font-style: normal;
    font-weight: 500;
    color: rgba(255,255,255,1);
}


.accordion_head {
    background-color: #fff;
    font-family: 'Calibre', sans-serif;
    color: #003e68;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0px 0 -2px 0;
    padding: 15px 10px;
    border-top: 2px solid #9d9d2a;
    border-bottom: 2px solid #9d9d2a;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
}
.accordion_body {
   background: lightgray;
}
.accordion_body p{
   padding: 18px 5px;
   margin: 0px;
}
.plusminus{
    float: right;
    color: #fff;
    background-color: #003e68;
    height: 22px;
    width: 22px;
    margin: 0 auto;
    text-align: center;
    font-weight: 200;
}
.place-help-accordion{
    background-color: #ffffff;
    padding-top: 50px;
    margin-top: -4%;
    width: 80%;
    margin: -3% auto 10%;
}

.fond-blanc{
    background-color: #fff;
    border-top: 2px solid #9d9d2a;
}


.t-copyright{
max-width: 150px;
}


.dropdown {
    width: 60%;
    position: relative;
    margin-top: 15px;
  }

  .dropdown select {
    display: none;
  }
  .dropdown > span {
    cursor: pointer;
    padding: 14px 16px;
    border-radius: 8px;
    display: block;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    transition: all 0.3s ease;
  }
  .dropdown > span:before, .dropdown > span:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 2px;
    border-radius: 1px;
    top: 50%;
    right: 15px;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .dropdown > span:before {
    margin-right: 4px;
    -webkit-transform: scale(0.96, 0.8) rotate(50deg);
            transform: scale(0.96, 0.8) rotate(50deg);
  }
  .dropdown > span:after {
    -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
            transform: scale(0.96, 0.8) rotate(-50deg);
  }
  .dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background: #f5f9ff;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    -webkit-transform: scale(0.8) translate(0, 4px);
            transform: scale(0.8) translate(0, 4px);
    border: 1px solid none;
  }
  .dropdown ul li {
    opacity: 0;
    -webkit-transform: translate(6px, 0);
            transform: translate(6px, 0);
    transition: all 0.3s ease;
  }
  .dropdown ul li a {
    cursor: pointer;
    display: block;
    padding: 10px 16px;
    color: #003e68;
    text-decoration: none;
    outline: none;
    position: relative;
    transition: all 0.3s ease;
  }
  .dropdown ul li a:hover {
    color: #003e68;
  }
  .dropdown ul li.active a {
    color: #fff;
    background: #003e68;
  }
  .dropdown ul li.active a:before, .dropdown ul li.active a:after {
    --scale: 0.6;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    right: 17px;
    top: 50%;
    opacity: 0;
    background: #99a3ba;
    transition: all 0.2s ease;
  }
  .dropdown ul li.active a:before {
    -webkit-transform: rotate(45deg) scale(var(--scale));
            transform: rotate(45deg) scale(var(--scale));
  }
  .dropdown ul li.active a:after {
    -webkit-transform: rotate(-45deg) scale(var(--scale));
            transform: rotate(-45deg) scale(var(--scale));
  }
  .dropdown ul li.active a:hover:before, .dropdown ul li.active a:hover:after {
    --scale: 0.9;
    opacity: 1;
  }
  .dropdown ul li:first-child a {
    border-radius: 6px 6px 0 0;
  }
  .dropdown ul li:last-child a {
    border-radius: 0 0 6px 6px;
  }
  .dropdown.filled > span {
    color: #fff;
  }
  .dropdown.open > span {
    border-color: #003e68;
  }
  .dropdown.open > span:before, .dropdown.open > span:after {
    background: #e4ecfa;
  }
  .dropdown.open > span:before {
    -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
            transform: scale(0.96, 0.8) rotate(-50deg);
  }
  .dropdown.open > span:after {
    -webkit-transform: scale(0.96, 0.8) rotate(50deg);
            transform: scale(0.96, 0.8) rotate(50deg);
  }
  .dropdown.open ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translate(0, 12px);
            transform: scale(1) translate(0, 12px);
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    z-index: 99;
  }
  .dropdown.open ul li {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .dropdown.open ul li:nth-child(1) {
    transition-delay: 80ms;
  }
  .dropdown.open ul li:nth-child(2) {
    transition-delay: 160ms;
  }
  .dropdown.open ul li:nth-child(3) {
    transition-delay: 240ms;
  }
  .dropdown.open ul li:nth-child(4) {
    transition-delay: 320ms;
  }
  .dropdown.open ul li:nth-child(5) {
    transition-delay: 400ms;
  }
  .dropdown.open ul li:nth-child(6) {
    transition-delay: 480ms;
  }
  .dropdown.open ul li:nth-child(7) {
    transition-delay: 560ms;
  }
  .dropdown.open ul li:nth-child(8) {
    transition-delay: 640ms;
  }
  .dropdown.open ul li:nth-child(9) {
    transition-delay: 720ms;
  }
  .dropdown.open ul li:nth-child(10) {
    transition-delay: 800ms;
  }

  select {
    --text: #3f4656;
    --border: #2f3545;
    --background: #151924;
  }
  select.dropdown {
    padding: 9px 16px;
    border-radius: 6px;
    color: #3f4656;
    border: #2f3545;
    background: #151924;
    line-height: 22px;
    font-size: 16px;
    font-family: inherit;
    -webkit-appearance: none;
  }

  .top-titre-contact{
      margin-top: 54px !important;
  }

.quote{
    font-style: italic;
    font-family: 'Noto Serif', serif;

}
.author{
    float:right;
    margin-top: 15px;
}

.bottom-text-home{
    margin-bottom: 25px;
}
.active .left-span{
    margin-left: -25px;
}
.page h1{
    text-transform: uppercase;
}
.active .tab_open {
    margin-left: -25px;
}
.more-link{
    color: #9d9d2a;
    font-weight: bold;
    text-decoration: underline !important;
}

.text-product{
    max-width: 450px;
}

.quote-rotate {
    position: absolute;
    opacity: 0;
    overflow: visible;
    visibility: hidden;
    -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
    padding-bottom: 10px;
    margin-top: -25px;
  }
.quote-dots {
    margin: 0 auto;
    text-align: center;
  }

.quotes {
    position: relative;
    margin: 100px auto 0px;
}
.show {
    opacity: 1;
    visibility: visible;
  }
.top-h1-header{
    padding-top: 160px;
}
.picto-linkedin{
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-bottom: -5px;
}



/*[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}*/
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #003e68;
    position: absolute;
    top: 6px;
    left: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.top-checkbox{
    padding: 55px 0;
}
[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
}
.wpcf7-list-item {
    margin-top: 25px !important;
}



.submit_newsletter{margin-top: 25px;}

#checkbox3{margin: 50px 0px;}
#newsletter-form{margin-bottom: 250px;}
#newsletter-form > div > div:first-of-type { padding: 0 10px 0 0; }
#newsletter-form > div > div:nth-of-type(2) { padding: 0 0 0 10px; }
#newsletter-form > div > div:nth-of-type(3) { padding: 0 0 0 20px; }
#newsletter-form > div > div:nth-of-type(4) { padding: 0 10px 0 0;margin: 30px 0px; }
#newsletter-form > div > div:nth-of-type(5) { padding: 0 0 0 10px;margin: 30px 0px; }
#newsletter-form > div > div:nth-of-type(6) { padding: 0 0 0 20px;margin: 30px 0px; }




.home-body video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
   /* background: url('https://europeancapitalpartners.lu/admin/wp-content/uploads/2019/04/preview_video_header.jpg') no-repeat;*/
    background-size: cover;
    transition: 1s opacity;
  }



 .description {
     margin-top: 50px;
 }


 /* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
}

.column-50 {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

@media(max-width :992px) {
    .column {
        float: left;
        width: 100%;
    }
    .column-50 {
        float: left;
        width: 100%;
        padding: 10px;
    }
}

.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

@media (max-width: 992px){
    .col-height {
        display: block !important;
    }
}

.col-middle {
    vertical-align: middle;
}

.align-center {
    text-align: center;
}

@media (min-width: 768px){
    .col-sm-6 {
        width: 50%;
    }
}

@media (max-width: 992px){
    .col-sm-6 {
        width: 100%;
    }
}

.col-sm-6{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.ml-44 .img-responsive {
    border-radius: 0px;
}

.display-inline {
    display: inline-block !important;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

@media (max-width: 992px){
    .img-responsive {
        margin-bottom: 50px;
    }
}

img {
    vertical-align: middle;
}




.home-buttons {width: 50%;margin: 20px 0px;text-align: center;}
.home-buttons a {background-color: #9d9d2a !important;font-size: 20px;padding: 10px 50px 35px 50px;font-weight: bold;text-transform: uppercase;letter-spacing: .5px;}


#services h3 {text-transform: uppercase;margin-top: 50px;}

#services .content-block p {
    padding: 5px 0 5px 0;
    /* line-height: 20px; */}

#services .content-block {
    padding-bottom: 35px;
}
#servicess .content-block p {
    padding: 5px 0 5px 0;
    /* line-height: 20px; */
}
#servicess .content-block ul {
    padding: 5px 0 5px 0;
    /* line-height: 20px; */
}
#services .content-block ul {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}
#services .content-block ul>li, #services .content-block ol>li {
    padding-left: 20px;
    position: relative;
}
#services .content-block ul>li::before, #services .content-block ol>li::before {
    content: "•";
    color: rgb(130, 188, 67);
    font-size: 20px;
    margin-right: 5px;
    position: absolute;
    left: 0;
}

.how-to-invest .col-100 a {
    color: #9d9d2a !important;
    font-weight: bold !important;
    text-decoration: underline;
}

#wealth-management .team-member .member-img {
    margin-top: 0 !important;
}




.transition, p, ul li i:before, ul li i:after {
    transition: all 0.25s ease-in-out;
  }

  .flipIn, h1, ul li {
    animation: flipdown 0.5s ease both;
  }

  .no-select, h2 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .title-services {
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
  }

    @media(max-width:1440px) {
        .title-services {
            font-size: 30px;
            line-height: 30px;
        }
    }

    @media(max-width:575px) {
        .title-services {
            font-size: 20px;
            line-height: 26px;
        }
    }

  .ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
    width: 70%;
    position: absolute;
    left: 0;
    top: -40px;
  }

  @media(max-width:1440px) {
      .ul {
        top: -60px;
      }
  }

  @media(max-width:992px) {
    .ul {
      top: 0;
      width: 100%;
      left: -5px;
    }
}
  .ul .li {
    position: relative;
    padding: 20px 0 0 0 !important;
    margin: 0;
    border-bottom: 4px solid #9D9D2A;
    margin-top: 50px;
  }
  .ul .li a{
    position: absolute;
    background-color: #9D9D2A;
    color: #fff;
    display: block;
    top: 93px;
    right: 0;
    padding: 10px 15px;
    font-size: 20px;
  }

  @media(max-width:1440px) {
    .ul .li a{
        top: 76px;
      }
  }

  .ul .li:last-child a{
    top: 125px;
  }

  @media(max-width:1440px) {
    .ul .li:last-child a{
        top: 105px;
      }
  }
  .ul .li .p {
      color: #9D9D2A;
      font-size: 28px;
      line-height: 34px;
  }

  @media(max-width:1440px) {
    .ul .li .p {
        font-size: 20px;
        line-height: 24px;
    }
  }
  .ul .li:nth-of-type(1) {
    animation-delay: 0.5s;
  }
  .ul .li:nth-of-type(2) {
    animation-delay: 0.75s;
  }
  .ul .li:nth-of-type(3) {
    animation-delay: 1s;
  }
  .ul .li:last-of-type {
    padding-bottom: 0;
  }
  .ul .li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 0;
  }
  .ul .li i:before, .ul .li i:after {
    content: "";
    position: absolute;
    background-color: #9D9D2A;
    width: 3px;
    height: 9px;
  }
  @media(max-width:575px) {
    .ul .li i:before, .ul .li i:after {
        top: -10px;
    }
}
  .ul .li i:before {
    transform: translate(-2px, 0) rotate(45deg);
  }
  .ul .li i:after {
    transform: translate(2px, 0) rotate(-45deg);
  }
  .ul .li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    opacity: 0;
  }
  .ul .li input[type=checkbox]:checked ~ p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
  }
  .ul .li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
  }
  .ul .li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
  }
  .ul .li input[type=checkbox]:checked ~ a {
    display: none;
  }

  @keyframes flipdown {
    0% {
      opacity: 0;
      transform-origin: top center;
      transform: rotateX(-90deg);
    }
    5% {
      opacity: 1;
    }
    80% {
      transform: rotateX(8deg);
    }
    83% {
      transform: rotateX(6deg);
    }
    92% {
      transform: rotateX(-3deg);
    }
    100% {
      transform-origin: top center;
      transform: rotateX(0deg);
    }
}


#services img {
    max-width: 100%;
    height: auto;
    margin: 30px 0;
}

#services .alignright {
    float: right;
    margin-top: -400px;
}

#services .legend {
    width: 50%;
    margin-top: 20px;
}

@media(max-width:1200px) {
    #services .alignright {
        width: 45%;
    }
}


@media(max-width:992px) {
    #services .legend {
        width: 100%;
    }

    #services .alignright {
        margin-top: 0px;
        width: 70%;
        float: left;
    }
}


@media(max-width:575px) {

    #services .alignright {
        width: 100%;
    }
}

.page-id-17 .content-tabs li:last-child {
    display: none !important;
}



@media(max-width:575px) {
    .page-header .header-place-helper .header-content h1 {
        font-size: 33px !important;
    }
}

.contact-block .aName input[type="text"],
.contact-block .subject input[type="text"] {
    max-width: 100%;
}

h1 {
    line-height: 1.1;
}

/* Popup box BEGIN */
.hover_ecp_pop{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
    display: none !important;
}
.hover_ecp_pop .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_ecp_pop > div {
    background-color: #007298;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    color: #ffffff !important;
    border: 7px solid #ffff
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.hover_ecp_pop a {
    color: #ffffff;
}
.hover_ecp_pop a:hover {
    text-decoration: underline;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */


.page-id-45340 .col-33 {
    width: 100% !important;
}


