body {
    font-family: 'Nunito sans', 'Arimo', sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, textarea:focus {
    box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.2) inset;
    outline: 0 none;
}

h1 {
    font-size: 100px;
    font-weight: 800;
}

h2 {
    font-size: 82px;
    font-weight: 800;
}

h3 {
    /*font-size: 18px;*/
    /*letter-spacing: 7px;*/
    /*font-weight: 600;*/
    font-size: 16px;
    letter-spacing: 0.164em;
    font-weight: 900;
    color: #666666;
}

h4 {
    font-size: 14px;
    font-weight: 900;
}

@keyframes arrow-up-down {
    0%,100% {
        transform: none;
    }

    33% {
        transform: translateY(-20%);
    }

    66% {
        transform: translateY(20%);
    }
}

/**** Header ****/
header {
    width: 100%;
    height: 86px;
    position: fixed;
    top: 0;
    z-index: 20;
    background: rgba(45, 67, 58, 0.78);
    background: linear-gradient(45deg, rgba(45,62,55,1) 0%,rgba(45,67,58,1) 100%);
    transition: all 0.3s ease-out 0.1s;
    /* border-bottom: 1px solid rgb(60, 90, 79); */
    background: transparent;
}

header .logo img {
    width: 96px;
    margin-top: 2px;
    margin-left: 15px;
    height: auto;
    transition: all 0.3s ease-out;
    transform-origin: 0 0;
}

body.home header .logo img {
    transform: scale(2);
}

body.home.not-big-logo header .logo img {
    transform: none;
}

header .logo-blue {
    display: none;
}

header .logo-white {
    display: block;
}

header .toggle_menu {
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    text-align: right;
}

header .nav-right {
    /* padding-right: 32px; */
    display: block;
    padding-top: 32px;
}

header .nav-right li a {
    display: inline-block;
    padding: 0 4px;
    color: #fff;
    transition: all 0.1s ease-out;
}

header .nav-right a {
    color: #fff;
}


.toggle_menu.navbar-toggle .hamburger span, .sticky-nav .toggle_menu.navbar-toggle.collapsed .hamburger span{
    background: #0051A7;;
}

.toggle_menu.navbar-toggle.collapsed .hamburger span {
    background: #fff;
}

header .toggle_menu {
    color: #fff;
    position: relative;
    height: 34px;
    width: 40px;
    margin-top: 13px;
    margin-right: 0;
}

header .pull-left {
    transition: all 0.3s ease-out;
    transform: translateY(18px) translateX(16px) scale(1.2);
}

header ul li a,header ul li a:hover {
    color: white;
    background: none
}

header ul li a::before {
    width: 0;
    opacity: 0;
    content: '';
    position: absolute;
    bottom: -3px;
    height: 1px;
    background: #fff;
    transition: all 0.3s;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 10px 0px white;
}

header ul li a:hover::before {
    width: 100%;
    opacity: 1;
    text-align: center;
}

header.stuck ul li a:hover::before {
    background: #7e7e7e;
}

header ul li.last:after {
    border-left: none
}

header ul li:after,header ul li.current-menu-item:after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 10px;
    position: relative;
    left: 6px;
    top: 1px;
}

header.stuck ul li:after {
    border-left: 1px solid #7e7e7e;
}

header ul li:last-child::after {
    content: inherit;
    display: none;
}

.hamburger {
    position: relative;
    width: 15px;
    height: 15px;
    transition: all 0.3s ease-out;
    display: block;
}

.hamburger span {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: all 0.3s ease-out;
    transform-origin: 50% 50%;
    opacity: 1;
}

body.sticky-header .fixed-header .hamburger span {
    background-color: #0051A7;
}

.hamburger span:nth-child(1) {
    /* transform-origin: top right; */
}

.hamburger span:nth-child(2) {
    top: 33%;
}

.hamburger span:nth-child(3) {
    top: 66%;
    /* transform-origin: bottom right; */
}

.no-scroll .hamburger span:nth-child(1) {
    transform: rotate(-45deg);
}

.no-scroll .hamburger span:nth-child(2) {
    transform: translateX(7px);
    opacity: 0;
}

.no-scroll .hamburger span:nth-child(3) {
    transform: rotate(45deg);
}

.sticky-header header {
    height: 86px;
    color: #7C7C7C;
    background: #2d423a;
    border-bottom: solid 1px #EEEEEE;
    background: rgb(255, 255, 255);
    transition: all 0.3s ease-out 0.3s;
    /* border-bottom: 1px solid rgb(60, 90, 79); */
}

.sticky-header header .pull-left {
    transform: translateY(1px) scale(1);
}

.sticky-header .logo-blue {
    display: block;
}

.sticky-header header .logo-white {
    display: none;
}

.sticky-header .nav-right li a {
    color: #ffffff;
}

.sticky-header .toggle_menu {
    color: #0051A7;
    position: absolute;
    right: 6px;
    top: 6px;
}

.nav-right li {
    font-family: "Nunito sans", sans-serif;
    
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
    height: 100%;
    display: inline-block;
    transition: all 0.3s ease-out 0.1s;
}

.nav-right li:not(:first-child) {
    margin-left: 2px;
}

.praktik-credit {
    /* position: absolute; */
    display: block;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.15);
    text-align: center;
}

.praktik-credit a {
    color: rgba(255, 255, 255, 0.25);
    fill: rgba(255, 255, 255, 0.25);
    transition: all 0.3s;
    display: block;
    
    font-weight: 600;
    letter-spacing: 0.1em;
}

.praktik-credit a svg {
    width: 18px;
    transform: translateY(4px);
}

.praktik-credit a:hover {
    color: #fff;
    fill: #fff;
}

@media (max-height: 800px) {
    .praktik-credit {
        position: relative;
        top: 0px;
        margin-bottom: 40px;
    }
}

footer {
    background: linear-gradient(45deg, rgba(0, 81, 167,1) 0%,rgba(0, 81, 160,1) 100%);
    font-weight: 400;
}

footer a,footer a:hover,footer a:focus,footer a:active {
    text-decoration: none;
    /* font-weight: 600; */
}

footer ul li,footer ul {
    list-style: none;
    padding: 0;
}

.page h1 {
    font-size: 82px;
    text-align: center;
    color: #666;
    width: 800px;
    margin: 35px auto 35px;
}

.cover {
    position: relative;
    min-height: 291px;
    max-height: 490px;
    height: 50vh;
    width: 100%;
    padding: 0;
}

.cover.cover_overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

html.mobile .cover {
    min-height: 280px;
}

.cover.vertical {
    min-height: 380px;
    max-height: 620px;
    height: 65vh;
}

.cover.vertical .cover-img {
    min-height: 380px;
    max-height: 620px;
    height: 65vh;
}

html.mobile .cover.vertical .cover-img {
    min-height: 280px;
}

html.mobile .cover.vertical {
    min-height: 280px;
}

.cover.vertical h1 {
    text-align: left;
}

.cover .cover-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
}

.cover .cover-text *::selection {
    background-color: rgba(255, 255, 255, 0.3);
}

.cover .cover-text h2 {
    font-size: 64px;
    font-weight: 900;
}

.cover .cover-text h2.subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    line-height: 54px;
    letter-spacing: 0.33px;
}

html.mobile .cover .cover-text h2 {
    font-size: 10vw;
    line-height: 1.2;
}

html.mobile .cover .cover-text {
    width: auto !important;
    top: auto;
    bottom: 36px;
    bottom: 0;
    transform: none;
    left: auto;
    right: auto;
}

.cover::after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.5;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, #000000 100%);
}

.cover .cover_inner {
    z-index: 2;
    pointer-events: all;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    min-height: 370px;
}

@media (max-width: 1024px) {
    .cover .cover_inner {
        min-height: 280px;
    }
}

html.mobile .cover .cover_inner {
    text-align: start;
    padding: 0 12px;
}

html.tablet .cover .cover_inner {
    padding: 0 48px;
}

.cover .cover-img {
    position: relative;
    height: 100%;
    /* height: 50vh; */
    background-size: cover;
    background-position: center;
    transform: translateZ(0);
}

html.mobile .cover .cover-img {
    min-height: 280px;
}

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

.cover .cover-img.light::after {
    opacity: 0.65;
}

.cover.homepage-cover {
    height: 200vh;
    max-height: none;
}

html.tablet .cover.homepage-cover {
    height: 160vh;
}

html.tablet.portrait .cover.homepage-cover {
    height: 154vh;
}

.cover.homepage-cover .cover-text-header, .cover.homepage-cover .faded_content {
    min-height: 100vh;
    position: relative;
}

.cover.homepage-cover .cover-img {
    max-height: none;
}

.cover.homepage-cover h1, .cover.homepage-cover h2 {
    color: #fff;
}

.cover.homepage-cover h1 {
    font-size: 100px;
    line-height: 84px;
    text-align: left;
    /* margin-bottom: 28%; */
}

.cover.homepage-cover .arrow-down {
    position: absolute;
    bottom: 40vh;
}

@media (max-width: 1024px) {
    .cover.homepage-cover h1 {
        font-size: 13vw;
        line-height: 1;
    }
}

html.tablet .cover.homepage-cover h1 {
    font-size: 8vw;
}

.cover.homepage-cover h2 {
    text-transform: none;
}

.cover.homepage-cover .cover_inner {
    min-height: 0;
}

@media (max-width: 1024px) {
    .cover.homepage-cover .cover_inner {
        min-height: 280px;
    }
}

@media (max-width: 1024px) {
    .cover.homepage-cover .faded_content .cover_inner {
        top: 10vw;
        transform: none;
        text-align: center;
    }

    .cover.homepage-cover .faded_content .cover_inner .cover-text {
        bottom: auto;
    }

    .cover.homepage-cover .faded_content .cover_inner .cover-text h2, .cover.homepage-cover .faded_content .cover_inner .cover-text p {
        padding-right: 12px;
        width: 100%;
        color: #454545;
    }

    .cover.homepage-cover .faded_content .cover_inner .cover-text p {
        color: #7C7C7C;
    }

    html.mobile .cover.homepage-cover .faded_content .cover_inner .cover-text p {
        font-size: 6vw;
        line-height: 1.6;
    }
}

html.tablet .cover.homepage-cover .faded_content .cover_inner {
    top: 2vw;
}

html.tablet .cover.homepage-cover .faded_content .cover_inner .cover-text {
    padding: 5vw;
}

html.tablet.portrait .cover.homepage-cover .faded_content .cover_inner {
    top: 7vw;
}

html.tablet .cover.homepage-cover .faded_content {
    top: 5vh;
}

html.tablet .cover.homepage-cover .faded_content .cover .cover-text h2 {
    font-size: 8vw;
    line-height: 1;
}

html.landscape .cover.homepage-cover .faded_content .cover .cover-text h2 {
    font-size: 6.7vw;
}

html.landscape .cover.homepage-cover .faded_content .cover .cover-text p {
    font-size: 4vw;
    line-height: 1.5;
}

.cover.homepage-cover .cover-img {
    height: 100vh;
    width: auto;
    pointer-events: none;
}

.cover.homepage-cover .homepage_slider {
    position: relative;
    height: 100%;
    width: 100%;
    max-height: inherit;
    overflow: hidden;
}

.cover.homepage-cover .homepage_slider .nav_buttons {
    color: white;
    position: absolute;
    top: 25%;
    height: 50px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    pointer-events: none;
}

html.mobile .cover.homepage-cover .homepage_slider .nav_buttons {
    display: none;
}

html.tablet .cover.homepage-cover .homepage_slider .nav_buttons {
    top: 35%;
    z-index: 99;
}

.cover.homepage-cover .homepage_slider .nav_buttons a {
    pointer-events: all;
    display: block;
    position: absolute;
    opacity: 0.2;
    transition: all 0.3s ease-out;
}

.cover.homepage-cover .homepage_slider .nav_buttons a:hover {
    opacity: 0.7;
}

.cover.homepage-cover .homepage_slider .nav_buttons a.next {
    right: 60px;
    left: auto;
}

.cover.homepage-cover .homepage_slider .slider-content-container {
    height: 100%;
    height: 100vh;
    max-height: inherit;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    pointer-events: none;
}

.cover.homepage-cover .homepage_slider .slider {
    position: relative;
    height: 100%;
    width: 100%;
}

.cover.homepage-cover .homepage_slider .slider .sliderdata {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    pointer-events: none;
}

.cover.homepage-cover .homepage_slider .slider .sliderdata a {
    pointer-events: all;
}

@media (max-width: 1024px) {
    .cover.homepage-cover .homepage_slider .slider .sliderdata {
        z-index: 99;
    }
}

.cover.homepage-cover .homepage_slider .slider .darkblock {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .cover.homepage-cover .homepage_slider .slider .darkblock {
        display: none;
    }
}

.cover.homepage-cover .homepage_slider .slider ul {
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: left 1s;
    position: fixed;
    /*@include t-o-big {
      position: relative;

      &.not-fixed {
        position: relative;
        bottom: auto;
      }
    }*/
}

.cover.homepage-cover .homepage_slider .slider ul.not-fixed {
    position: absolute;
    bottom: 0;
}

@media (max-width: 1024px) {
    .cover.homepage-cover .homepage_slider .slider ul {
        position: relative;
    }

    .cover.homepage-cover .homepage_slider .slider ul.not-fixed {
        position: relative;
        bottom: auto;
    }
}

.cover.homepage-cover .homepage_slider .slider ul li {
    position: relative;
    height: 100%;
    height: 100vh;
    width: 100vw;
    float: left;
    margin: 0;
    display: inline-block;
    overflow: hidden;
}

.cover.homepage-cover .homepage_slider .slider ul li .bottom_link {
    position: absolute;
    z-index: 1;
    right: 22px;
    bottom: 22px;
    text-align: right;
    padding: 10px;
    margin: 0;
}

@media (max-width: 1024px) {
    .cover.homepage-cover .homepage_slider .slider ul li .bottom_link {
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        bottom: 38vh;
    }
}

html.tablet.landscape .cover.homepage-cover .homepage_slider .slider ul li .bottom_link {
    bottom: 31vh;
}

.cover.homepage-cover .homepage_slider .slider ul li .bottom_link p {
    font-weight: 900;
    font-style: italic;
    font-size: 24px;
    color: #fff;
    padding: 0;
    margin: 0;
    width: auto;
    letter-spacing: 0.24px;
}

html.mobile .cover.homepage-cover .homepage_slider .slider ul li .bottom_link p {
    font-size: 4.5vw;
    line-height: 1.2;
    margin-bottom: 0.6em;
}

.cover.homepage-cover .homepage_slider .slider ul li .bottom_link .read_full {
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
    color: #0051A7;;
    letter-spacing: 0.18px;
    line-height: 12px;
    text-decoration: underline;
}

html.mobile .cover.homepage-cover .homepage_slider .slider ul li .bottom_link .read_full {
    font-size: 5vw;
}

@media (max-width: 1024px) {
    .cover.homepage-cover .homepage_slider .slider ul li .bottom_link .read_full {
        color: #fff;
    }
}

.cover.homepage-cover .homepage_slider .slider ul li .cover-img {
    width: 100%;
    height: 100%;
    position: fixed;
    background-size: cover;
    position: relative;
}

.cover.homepage-cover .homepage_slider .slider ul li .cover-img.not-fixed {
    position: relative;
    height: 50%;
    top: 50%;
}

.cover.homepage-cover .homepage_slider .slider ul::after {
    clear: both;
    display: block;
    content: '';
}

html.tablet body.tax-vertical .cover-text h1 {
    font-size: 8vw;
}

.dark .cover-img-grad {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.7;
}

.homepage_sections .inner-content {
    position: relative;
    height: 100%;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.homepage_sections .overlay-background {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.homepage_sections .overlay-background .background-image {
    height: 100%;
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
}

.homepage_sections .overlay-background .background-image img {
    width: 100%;
    height: auto;
}

.bottom_links ul li a {
    color: #0051A7;
    font-size: 14px;
    font-weight: 900;
    
    letter-spacing: 2.3px;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}

.bottom_links {
    margin-top: 40px;
}

section.entry-content h2 {
    font-size: 30px;
}

article {
    max-width: 781px;
    margin: 0 auto;
}

body.home.sticky-header header .logo img {
    transform: scale(1);
}

.bottom_links ul li a::after {
    content: "\27F6";
    position: absolute;
    padding-left: 0.6em;
    top: -2px;
    transition: all 0.3s ease-out;
}

.bottom_links ul li:hover a::after {
    padding-left: 0.9em;
}

.sticky-header .nav-right li a {
    color: #0051A7;
    transition: all 0.3s ease-out 0.3s;
}

.footer-links > ul > li {
    float: left;
    margin-right: 12%;
    margin-bottom: 13px;
}

.footer-links > ul > li > a {
    padding: 3px 0px;
    font-size: 16px;
    font-weight: 900;
    
}

.footer-right > ul > li > a {
    padding: 0;
    padding-bottom: 10px;
    font-size: 15px;
    
    font-weight: 900;
}

#map_canvas {
    height: 214px;
    width: 100%;
}

.footer_wrapper::after {
    background: url(../img/evogene-logo-03.png);
    background-position: 22px 142%;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 450px;
    height: 100%;
    opacity: 0.05;
    pointer-events: none;
    z-index: 0;
}

.footer_wrapper {
    position: relative;
    padding-top: 72px;
}

footer .first_row {
    margin-top: 44px;
}

span.acc_ind {
    background: #0051A7;
    height: 36px;
    width: 36px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    margin-top: -6px;
    position: relative;
    line-height: 36px;
    color: white;
}

span.acc_ind::after {
    content: '+';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.3s;
    font-size: 27px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0px;
    transform: rotate(45deg);
    color: #ffffff;
    transition: all 0.6s;
    text-align: center;
}

.collapsed span.acc_ind::after {
    transform: rotate(0deg);
    color: #0051A7;
}

.collapsed .acc_ind {
    background: #CFEFDF;
}

a.accordion_link {
    color: #0051A7;
    font-weight: 200;
    font-size: 30px;
    
}

a.accordion_link:hover {
    text-decoration: none;
}

a.collapsed.accordion_link {
    color: #666666;
}

.person-image img {
    height: auto;
    width: 100%;
}

.person-image + .content {
    margin-left: 83px;
}

@media (max-width: 767px) {
    div#main-menu-container-holder {
        position: fixed;
        top: 69px;
        left: 0;
        text-align: left;
        margin: 0 auto;
        float: none;
        width: 100%;
        background: white;
    }

    .sticky-nav div#main-menu-container-holder {
        top: 85px;
    }

    div#main-menu-container-holder ul {
        padding: 0;
        margin: 0;
        width: 100%;
        float: none;
    }

    div#main-menu-container-holder li {
        float: none;
        margin: 0 auto;
        display: block;
        position: relative;
        line-height: initial;
        width: 100%;
        height: auto;
    }

    div#main-menu-container-holder li a {
        padding: 15px 6px;
        background: white;
        width: 100%;
        margin: 0;
        height: 100%;
        display: block;
        color: #0051A7;;
        transition:all 0.3s;
    }
    div#main-menu-container-holder li a:hover,div#main-menu-container-holder li.current-menu-item a{
        color: #fff;background: #0051A7;;
    }

    header ul li a::before,header ul li:after,header ul li.current-menu-item::after{
        display: none;
    }
}
.admin-bar.sticky-nav .nav-standard{
    top:102px !important;
}
.sticky-nav .inner-nav {
    display: block;
}
.inner-nav-wrapper {
    margin-bottom: 41px;
    margin-top: 20px;
    height: 16px;
    text-align: center;
}
.sticky-nav .inner-nav {
    position: fixed;
    top: 86px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 11px;
    padding-top: 6px;
    padding-bottom: 4px;
    z-index: 20;
    background-color: white;
    border-bottom: solid 1px #eeeeee;
    transition: all 0.3s;
}
.sticky-nav .inner-nav li:not(:first-child) {
    margin-left: 22px;
}
.nav-standard {
    font-weight: 500;
    text-align: center;
}
.nav-standard li {
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.nav-standard li:not(:first-child) {
    margin-left: 28px;
}
.nav-standard li:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    opacity: 0;
    transition: all 0.3s;
}
.nav-standard li:hover:after {
    width: 2em;
    opacity: 1;
}
.nav-standard li.active {
    color: #0051A7;
    text-decoration: underline;
}
.nav-standard li.active:after {
    width: 100%;
    width: calc(100% - 1px);
    opacity: 1;
}

footer input.wpcf7-form-control.wpcf7-submit {background: #0051A7;width: 100%;padding: 14px 2px;font-size: 16px;letter-spacing: 7px;font-weight: 600;line-height: 1;}

img.logo-white.footer-logo {
    max-width: 108px;
    margin-top: -10px;
}

footer hr {
    background: 2px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-right: -15px;
    margin-left: -15px;
}

.accordion
> ul > li {
    padding: 8px 0;
}

nav.nav-standard.inner-nav li a {
    font-size: 16px;
    font-weight: 900;
    color: #666666;
    letter-spacing: 2px;
}

.sticky-nav nav.nav-standard.inner-nav li a {
    color: #666666;
    font-size: 12px;
}

nav.nav-standard.inner-nav li a:hover {
    color: #0051A7;
}

.image_accordion .image_wrapper {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.image_accordion .image_wrapper a {
    font-size: 49px;
    color: white;
    display:block;
    height:100%;
    width:100%;
    padding: 65px 0;
    position: relative;
    font-weight: 200;
    letter-spacing: 9px;
    transition: all 0.5s;
}

.image_accordion .image_wrapper span.acc_ind {
    background: transparent;
    border: 3px solid white;
    height: 50px;
    width: 50px;
    padding:0;
    text-align:center;
    line-height: 36px;
}

.image_accordion .image_wrapper span.acc_ind::after {
    font-size:50px;
    margin:0 auto;
    text-align:center;
    margin-top: 3px;
    width: 24px;
    height: 30px;
    color:white;
    transform: rotate(0) translate(-2px,0px);
}
.image_accordion .image_wrapper span.acc_ind::after {
    transform: rotate(45deg) translate(1px,-1px) !important;
}
.image_accordion .image_wrapper .collapsed span.acc_ind::after {
    transform: rotate(0deg) translate(-2px,0px) !important;
}
.image_accordion .image_wrapper a::after {
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 75%);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.image_accordion .image_wrapper a.collapsed {padding: 50px 0;}

.acc_content {
    padding: 24px 0;
}

ul.accordion_children.list-unstyled li {
    padding: 5px 0;
}

.logomax img {
    max-width: 70%;
    max-height: 90px;
    /* width: auto; */
    height: 100%;
    float: left;
}


.acc_content p {
    font-size: 19px;
    line-height: 1.5;
}

.maxwidth_acc {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.accordion_children .content {
    padding-left: 50px;
    padding-left: 0;
}

.homepage_video_slider {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}

.sticky-header .homepage_video_slider,.sticky-header .homepage_video_slider .video2_container {
    position: absolute;
    top: calc(200vh);
}

.wrapper {
    position: relative;
}

.slider-content-container.cover video {
    /* width: 100%; */
    min-height: 100vh;
    display: none;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
    min-width: 100%;
    top: 0;
    overflow: hidden;
    position: absolute;
    object-fit: cover;
    /*translate):;*/
    /* transform: translateX(-50%); */
}

.vertical-line {
    height: calc(100vh + 100px);
    position: absolute;
    width: 2px;
    background: white;
    box-shadow: 0 0 7px 1px #61badc;
    left: 100%;
    z-index: 2;
    top: -50px;
    opacity: 1;
    transition: opacity 0.3s;
}

.homepage-cover .slider-content-container.cover {
    overflow: hidden;
    height: 100vh;
    max-height: inherit;
    background-size: cover !important;
    background-position: center top !important;
}

section.home-block {
    position: relative;
    min-height: 622px;
    margin-bottom: 8px;
}

.video2_container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.video2_container video {
    z-index: 2;
}

.sticky-header .vertical-line {
    opacity: 0;
}

.home .wrapper {
    margin-top: 100vh;
    margin-top: calc(100vh);
}

section.homepage_sections {
    position: relative;
}

.section_circle {
    display: inline-block;
    margin: 0 7%;
}

.top_circles {
    text-align: center;
}

.slogan h2 {
    font-size: 36px;
    font-weight: 200;
    text-align: center;
}

.slogan p.readmore {
    text-align: center;
    font-size: 12px;
    font-weight: 800;
}

.slogan {
    padding-bottom: 75px;
}

.homepage_top_section {
    padding: 50px 0;
}

.section_circle a span {
    display: block;
    text-align: center;
    padding-top: 17px;
    font-size: 24px;
    color: #242424;
}

span.arrow-down img {
    width: 80px;
}

.section_circle a span.arrow-down {
    padding-top: 0;
}

.inner-content-title h4 {
    font-size: 82px;
    max-width: 800px;
    margin: 90px auto 44px;
}

.content-holder {
    position: relative;
    /* top: 50%; */
    right: 0;
    left: 0;
    /* transform: translateY(-50%); */
    /* height: 100%; */
    padding: 25px 0;
}

.content-holder p {
    font-size: 22px;
    font-weight: 600;
    margin: 0 auto;
}

.inner-content a {
    font-size: 12px;
    letter-spacing: 5px;
    font-weight: 900;
    color: white;
    margin-top: 11px;
    display: block;
}

ul.inner-section-menu {
    margin-top: 40px;
}

ul.inner-section-menu.list-unstyled li {
    display: inline-block;
    margin: 0 15px;
}

ul.inner-section-menu.list-unstyled li a {
    font-size: 14px;
    letter-spacing: 3px;
    position: relative;
    padding: 19px 10px;
    transition: all 0.3s;
    text-decoration: none;
}

ul.inner-section-menu.list-unstyled li a::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
    /*transition-delay: 0.3s;*/
}

ul.inner-section-menu.list-unstyled li a::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #0051A7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
    transform: scaleX(0);
    z-index: 5;
    opacity: 0;
}

ul.inner-section-menu.list-unstyled li a:hover::before {
    transform: none;
    opacity: 1;
}

ul.inner-section-menu.list-unstyled li a:hover::after {
    background: #0051A7;
    /*opacity: 0;*/
    transition-delay: 0.3s;
}

ul.inner-section-menu.list-unstyled li a:hover {
    color: #0051A7;
}

.logos {
    background: rgba(255, 255, 255, 0.52);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    text-align: center;
    padding: 9px 0;
    vertical-align: middle;
}

.logos li {
    display: inline-block;
    margin: 0 2%;
    width: 125px;
    vertical-align: middle;
}

.logos li img {
    max-height: 70px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.main-title-container {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
    text-align: left;
    height: 100vh;
    top: 30%;
    padding: 0 75px;
}

.sticky-header .main-title-container {
    position: absolute;
    top: 30vh;
}


.map {}

.circular-image {
    width: 300px;
    height: 300px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    z-index: -1;
    left: -200px;
    top: -146px;
}

div#technology section {
    position: relative;
    margin-bottom: 266px;
}

div#technology section:last-child {
    margin-bottom: 90px;
}

.strip {
    position: absolute;
    z-index: -2;
    background-size: contain !important;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    max-width: 100vw;

    /*TEMPORARY*/
    display: none;
    display: block;
}

.strip.line-1 {left: -50%;top: -43%;width: 616px;height: 894px;}

.strip.line-1 {left: -50%;top: -35%;width: 616px;height: 894px;transform-origin: 200px;}

.strip.line-1-2 {display: none;}

.strip.line-2 {width: 183px;height: 1787px;top: -600px;left: 780px;}

.strip.line-2-3 {display: none;}

.strip.line-3 {width: 277px;height: 564px;top: -260px;left: -240px;}

.strip.line-3-4 {display: none;}

.strip.line-4 {width: 330px;height: 335px;top: 20px;left: 780px;}

.strip.strip1 {
    width: 66px;
    height: 272px;
    left: -42%;
    top: 36%;
}

.strip.strip2 {
    height: 1299px;
    width: 944px;
    top: 35%;
    left: -22%;
}

.strip.strip3 {
    left: 0;
    top: 23%;
    height: 991px;
    width: 630px;
}

#technology h2{
    font-size: 72px;
    color:#0051A7;
    font-weight:200;
}

#technology section:nth-child(1) .circular-image {
    height: 530px;
    width: 530px;
    left: -50%;
    top: -43%;
}

#technology section:nth-child(2) .circular-image {
    height: 640px;
    width: 640px;
    right: -50%;
    left:inherit;
    top: -35%;
}

#technology section:nth-child(3) .circular-image {
    height: 302px;
    width: 302px;
    left: -20%;
    top: -21%;
}

#technology section:nth-child(4) .circular-image {
    height: 450px;
    width: 450px;
    left: 70%;
    top: -20%;
}

.strip.strip4 {
    width: 827px;
    height: 656px;
    top: 0%;
}

.strip.strip5 {
    width: 800px;
    height: 710px;
    top: 5%;
}

.strip.strip7 {
    height: 200px;
    width: 200px;
    top: -37%;
    left: 7%;
}

.strip.strip6 {
    height: 800px;
    width: 100px;
    right: -24%;
    left: inherit;
    top: -100%;
}

.strip.strip8 {
    height: 200px;
    width: 100px;
    left: inherit;
    right: -47%;
    top: 28%;
}

.strip.strip10 {
    left: inherit;
    right: -21%;
    top: 24%;
    height: 824px;
}

.strip.strip9 {
    height: 1500px;
    width: 400px;
    top: -155%;
    left: 75%;
}

.strip.strip11 {
    width: 500px;
    height: 440px;
    left: 15%;
    top: -46%;
}

div#technology {
}

.small_title {
    color: #666666;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 3px;
}
.inner-nav-icons li a{
    padding:20px;
    display:block;
    border-radius: 13px;
    transition: all 0.3s;
    min-height: 112px;
    vertical-align: middle;
    font-weight: bold;
    max-width: 165px;
    display: table-cell;
}
.inner-nav-icons li.active a, .inner-nav-icons li:hover a {
    background: #0051A7;
}

.inner-nav-icons li.active a ,.inner-nav-icons li:hover a {
    color: white;
}

.inner-nav-icons li:hover svg g, .inner-nav-icons li.active svg g{
    stroke: white;
}

.inner-nav-icons li a svg {
    display: block;
    margin: 0 auto;
    margin-bottom: 13px;
    vertical-align: middle;
    height: 42px;
    width: auto;
}

.inner-nav-icons li {
    display: inline-block;
    vertical-align: middle;
}

.navbar ul.list-unstyled {
    text-align: center;
}

a.backlink {
    display: block;
    text-align: center;
    color: #333;
    margin-bottom: 50px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
}

a.backlink:before {
    content: '\27F5';
    margin-right: 0.2em;
    transition: all 0.3s ease-out;
    display: inline-block;
}

a.backlink:hover:before {
    transform: translateX(-0.4em);
}

.inner-nav-icons li a span {
    min-height: 50px;
    display: block;
    /*noinspection CssInvalidPropertyValue*/
    word-break: break-word;
}

.page-template-investors .bottom_links ul li a {
    color: #333;
    font-size: 12px;
}

.page-template-investors .bottom_links {
    margin-top: 0;
    margin-bottom: 30px;
}

.content-holder h3.small_title {
    color: white;
    letter-spacing: 10px;
}

section#in_the_media {
    background: #F0F0F0;
    /* padding: 21px 15px; */
}

.report img {
    width: 20px;
    margin-right: 8px;
}

section.entry-content.cf {
    margin: 0 auto;
}

.report {
    text-align: left;
    margin: 10px 0 16px;
}

.report.presentation {
    text-align: left;
}

.logos li a {
    display: block;
    height: 100%;
    width: auto;
}

.logo-inner {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.entry-content p,
.entry-content li {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 200;
    letter-spacing: -0.02em;
    margin-top: 0.6em;
    list-style-position: inside;
}

.content p,
.content li {
    margin-top: 0.6em;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: -0.03em;
    list-style-position: inside;
}

.content p:empty {
    display: none;
}

.content p:empty ~ p:nth-child(2) {
    margin-top:0;
}

.col-md-6 ~br {
    display: none;
}

table {
    width: 100%;
    font-size: 20px;
    margin: 25px 0;
}

.notes p {
    font-size: 13px;
    margin-top: 20px;
    color: #828282;
    letter-spacing: 0.02em;
    font-weight: 400;
}

.page-template-investors-inner h4 {
    font-size:34px;
}

.footer-title {
    font-size: 20px;
    font-weight: bold;
    
}

.recent-news h3 {
    font-size: 72px;
    margin: 0 auto;
    text-align: center;
    margin: 33px 0;
    letter-spacing: 0;
    font-weight: 200;
}

.recent-news h4 {
    font-size: 16px;
    letter-spacing: 5px;
    
}

.recent-news {
    margin: 30px 0;
    padding-bottom: 69px;
}

.page-template-investors h4.contact {
    /*font-size: 23px;*/
    margin-top: 48px;
}

.green {
    font-weight: 800;
    color: #0051A7;
}

#about {
    margin-bottom: 48px;
}

.content h3 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-transform: none;
}

.person-image {
    margin-top: 20px;
}

.content h4 {
    font-size: 24px;
    font-weight: 100;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.75em;
}

.people-accordion .content h4 {
    margin-top: 0.3em;
}

.entry-content h4, .content h4 {
    margin-top: 1.6em;
}

.accordion .row {
    margin: 0;
}


.content a[href^="mailto"] {
    font-size: 14px;
    letter-spacing: 0.02em;
    font-weight: 700;
}

.acc-title {
    display: inline-block;
    width: 90%;
    width: calc(100% - 50px);
    margin-left: 5px;
    vertical-align: top;
    letter-spacing: -0.015em;
}

#technology {
    margin-top: 120px;
}

.navbar a:hover,
.section_circle a:hover,
.readmore:hover,
.bottom_links:hover a {
    text-decoration: none;
}

.section_circle img {
    transition: all 0.3s ease-out;
}

.section_circle:hover img {
    transform: translateY(-6px);
}

.section_circle:hover span img {
    transform: translateY(4px);
}


.portfolio-block {
    position: relative;
    min-height: 400px;
}
.single-partner .portfolio-block, .single-person .portfolio-block {
    margin-top: 36px;
}
.portfolio-block div#noResultsContainer {
    min-height: 230px;
}
.press_release h4,
#news .first h4 {
    font-size: 28px;
    font-weight: 200;
}

#news h4 {
    font-weight: 300;
    font-size: 18px;
}

.press_release .post-date,
#news .first .post-date {
    font-size: 16px;
    font-weight: 400;
    
    color: #666666;
}

.press_release a,
#news a {
    margin: 10px 0 32px;
    display: block;
    font-weight: 900;
}

.press_release p a,
#news p a {
    display: inline-block;
}

.portfolio-grid {
    margin-top: 32px;
    transition: all 0.3s ease-out;
    overflow-y: hidden;
}
.single-partner .portfolio-grid, .single-person .portfolio-grid {
    margin-top: 12px;
}
.portfolio-grid.portfolio-with-sidebar {
    width: 818px;
    display: inline-block;
}
@media (max-width: 1024px) {
    .portfolio-grid.portfolio-with-sidebar {
        width: 100%;
    }
}
.portfolio-grid::after {
    clear: both;
    display: block;
    content: '';
}
.portfolio-grid .portfolio-item {
    position: relative;
    text-align: center;
    float: left;
    background: #eaeaea;
    border: 1px solid white;
    font-size: 20px;
    width: 100%;
    height: 237px;
    overflow: hidden;
    margin-bottom: 8px;
    margin: 0 15px 0 0;
}
.portfolio-grid .portfolio-item:nth-child(3n) {
    margin-right: 0;
}

.single-partner .portfolio-grid .portfolio-item, .single-person .portfolio-grid .portfolio-item, .tax-vertical .portfolio-grid .portfolio-item {
    width: 314px;
    margin-right: 0;
}
@media (max-width: 1024px) {
    .single-partner .portfolio-grid .portfolio-item, .single-person .portfolio-grid .portfolio-item, .tax-vertical .portfolio-grid .portfolio-item {
        width: 100%;
        margin-bottom: 12px !important;
    }
}
@media (max-width: 1024px) {
    .portfolio-grid .portfolio-item {
        height: auto;
        min-height: 160px;
        padding: 24px;
    }
}
html.tablet .portfolio-grid .portfolio-item {
    width: 31%;
    width: calc(33% - 21px);
    padding: 12px;
}
.portfolio-grid .portfolio-item html.tablet.android.portrait {
    width: 30% !important;
}
.portfolio-grid .portfolio-item:nth-child(even) {
    background-color: #d7d7d7;
}
html.tablet .portfolio-grid .portfolio-item:nth-child(even) {
    background-color: #eaeaea;
}
.portfolio-grid .portfolio-item:nth-child(3n) {
    margin-right: 0;
}
.portfolio-grid .portfolio-item .portfolio-item-logo {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.portfolio-grid .portfolio-item .portfolio-item-logo img {
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 100px;
}
@media (max-width: 1024px) {
    .portfolio-grid .portfolio-item .portfolio-item-logo {
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
    }
}
.portfolio-grid .portfolio-item .portfolio-item-description-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    /* transform: scale(0.97); */
    /* opacity: 0; */
    transition: all 0.3s ease-out;
}
@media (max-width: 1024px) {
    .portfolio-grid .portfolio-item .portfolio-item-description-wrapper {
        position: relative;
        transform: none;
        opacity: 1;
        color: #454545;
    }
}
.portfolio-grid .portfolio-item .portfolio-item-description-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    height: 120%;
    width: 120%;
    top: -10%;
    left: -10%;
    background: #FCFCFC;
    opacity: 1;
}
@media (max-width: 1024px) {
    .portfolio-grid .portfolio-item .portfolio-item-description-wrapper::after {
        display: none;
    }
}
.portfolio-grid .portfolio-item .portfolio-item-description-wrapper .portfolio-item-description {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 86%;
}
.portfolio-grid .portfolio-item .portfolio-item-logo img{
    transition:all 0.3s;
}
.portfolio-grid .portfolio-item:hover .portfolio-item-logo img{
    transform:translateY(-100%);
}
@media (max-width: 1024px) {
    .portfolio-grid .portfolio-item .portfolio-item-description-wrapper .portfolio-item-description {
        position: relative;
        transform: translateX(-50%);
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.portfolio-grid .portfolio-item .portfolio-item-description-wrapper img{
    /* opacity:0; */
    /* transition:all 1s; */
    max-height: 100px;
}

.portfolio-grid .portfolio-item:hover .portfolio-item-description-wrapper img{
    opacity:1;
}
.portfolio-grid .portfolio-item:hover .portfolio-item-description-wrapper {
    transform: none;
    opacity: 1;
}
.portfolio-grid .portfolio-item p, .portfolio-grid .portfolio-item a {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.07px;
}
.portfolio-grid .portfolio-item p strong{
    font-size:16px;
    color:#666;
    
}
.portfolio-grid .portfolio-item a {
    padding-top: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
@media (max-width: 1024px) {
    .portfolio-grid .portfolio-item {
        width: 100%;
    }
}
.portfolio-grid.no-margin .portfolio-item {
    margin: 0 0 32px 0;
}
html.mobile .portfolio-grid.no-margin .portfolio-item {
    margin-bottom: 12px;
}
@media (max-width: 1024px) {
    .portfolio-grid {
        margin-top: 0;
    }
}

@media(max-width:767px){
    .sticky-header .homepage_video_slider, .sticky-header .homepage_video_slider .video2_container, .main-title-container{
        position:relative;
        height: auto;
        top: inherit;
    }
    .cover.homepage-cover{
        height:auto;
        width: 100%;
    }
    .home .wrapper{
        margin-top:0;
    }
    .sticky-nav nav.nav-standard.inner-nav li a{
        font-size: 16px;
    }
    .sticky-nav .inner-nav li:not(:first-child){
        margin-left:7%;
    }
    .sticky-nav .inner-nav .container{
        margin:0;
        padding:0;
    }

    nav.nav-standard.inner-nav ul {
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }
    .inner-content-title h4{
        font-size:38px
    }
    .logos li{
        margin: 5px 3vw;
        width: 35%;
    }
    .footer_wrapper{
        margin:20px 20px;
        text-align: center;
        font-size: 20px;
    }

    .footer_wrapper{
        margin:20px 20px;
        text-align: center;

    }
    .afooter{
        font-size: 80px !important;
    }

    .footer-links > ul > li{
        width:100%;
        margin:20px 0px;
        text-align:center;
    }
    .footer-right > ul > li > a{
        text-align:center;
    }
    footer form{
        margin:20px 10px
    }
    body.home.sticky-header header .logo img{
        height: 66px;
        margin-top:8px;
    }
    .inner-nav-icons {
        text-align:center;
    }
    .inner-nav-icons li {
        width: 100%;
        margin:0 0 !important;
    }
    .inner-nav-icons li a{
        padding:10px 2%;
        width:100%;
        display: block;
        max-width: inherit;
        font-size: 14px;
        vertical-align:middle;
        min-height: inherit;
        text-align: left;
        padding: 4px 10px;
        margin: 1px 0;
    }
    .inner-nav-icons li a svg{
        width:20px;
        display:inline-block;
        height: auto;
        margin-right:10px;
        padding-top: 12px;
    }
    .inner-nav-icons li a span{
        display: inline-block;
        max-width: 80%;
        vertical-align: middle;
        min-height: 0;
    }
    table{
        font-size:12px;
    }
    table td{
        padding:1px 10px;
    }
    p{
        font-size:16px
    }
    .page h1{
        font-size:50px;
        text-align:center;
        width:auto;
        margin:20px auto;
    }
    .sticky-nav .inner-nav{
        position:relative;
        top: inherit !important;
        left:inherit;
        right:inherit;
        z-index: 1;
    }
    html .admin-bar.sticky-nav .nav-standard{
        top:inherit !important;
    }
    .logos{
        position:relative;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        background-color: rgba(255, 255, 255, 0.82);
    }
    #section_clients:after {
        content: '';
        pointer-events: none;
        height: 76px;
        width: 60px;
        background-image: linear-gradient(to left, rgba(255,255,255,0.95),rgba(255,255,255,0));
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 3;
    }
    .logos ul{
        width:auto;
        text-align: left;
    }
    .logos li{
        width: 33vw;
    }

}

.single-news-line {
    padding: 11px 0;
    font-size: 20px;
    position:relative;
}
.single-news-line::after{
    content:'';
    display:block;
    position:absolute;
    bottom: 0;
    width:100%;
    height:1px;
    background:linear-gradient(90deg, rgba(102, 102, 102, 0.24) 0%, rgba(102, 102, 102, 0.24) 72.31%, #FFFFFF 100%);
}
.single-news-line:last-of-type::after{
    display:none;
}
.single-news-line a {
    color: #242424;
}

.post-date {
    
    font-size: 12px;
    color: #666;
}

a.readmore {
    font-size: 14px;
    
    font-weight: 800;
    letter-spacing: 3px;
}

.join a.readmore {
    font-size: 12px;
}


.drop-field {
    position: relative;
    text-align: center;
    vertical-align: middle;
    height: 150px;
    transition: all 0.3s;
}

.drop-field .browse {
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s
}

.drop-field .drop-area {
    display: block;
    border: 1px dashed #0051A7;
    position: relative;
    width: 100%;
    background-color: #F4FFFA;

}

.drop-field .drop-area input[type="file"] {
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    z-index: 3;
    top: 0;
    left: 0;
    opacity: 0.000001;
    cursor: pointer
}

.drop-field.loaded .drop-area {
    border: 1px solid #0051A7;
    background: #cfefdf;
}

.drop-field.loaded .browse {
    opacity: 1;
    transform: translateY(0);
    color: #585858;
    font-weight: 400;
    font-size: 14px;
    bottom: 9px;
}

.drop-field.loaded .remove {
    opacity: 1;
    transform: translateY(0)
}

.drop-field .file-list {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    color: #0051A7;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.drop-field .file-list li {
    list-style-type: none
}

.drop-field .file-list li.no-items {
    text-align: center;
}

.drop-field .remove {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 4;
    transition: all 0.3s;
    opacity: 0;
    transform: translateY(-100%);
    cursor: pointer
}

.drop-field .remove:hover {
    /* color: #cfefdf; */
}

.drop-field.hover .drop-area {
    border: 1px solid #454545
}

.drop-area {
    height: 150px;
    width: 300px;
    transition: all 0.3s
}

.wpcf7-not-valid {
    border: solid 1px #ff0b0b !important
}

.wpcf7-not-valid-tip {
    color: #ff0b0b !important;
    font-size: 0.6em !important;
    padding-top: 9px;
}

.page-template-default .opening-text,.page-template-default .single-case-study .case-content p,.single-case-study .case-content .page-template-default p,.page-template-default .four-oh-four-top p,.four-oh-four-top .page-template-default p,.page-template-default body.tax-vertical section.content p,body.tax-vertical section.content .page-template-default p {
    margin-top: 64px
}

@media (max-width: 1024px) {
    .page-template-default .opening-text,.page-template-default .single-case-study .case-content p,.single-case-study .case-content .page-template-default p,.page-template-default .four-oh-four-top p,.four-oh-four-top .page-template-default p,.page-template-default body.tax-vertical section.content p,body.tax-vertical section.content .page-template-default p {
        margin-top:24px
    }
}

.post-type-archive .wrapper {
    margin: 64px 0
}

@media (max-width: 1024px) {
    .post-type-archive .wrapper {
        margin:12px 0
    }
}

.post-type-archive .item-image {
    margin-bottom: 4px
}

.staged_visible {
    margin-top: 64px
}

.staged_visible h3 {
    font-family: "Gotham SSm A","Gotham SSm B","Open Sans",sans-serif;
    font-weight: 100;
    font-size: 110px;
    color: #7C7C7C;
    letter-spacing: 1.65px;
    transform: translateX(-0.15em)
}

@media (max-width: 1024px) {
    .staged_visible h3 {
        transform:translateX(-0.1em)
    }
}

.staged_visible h4 {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 0.2
}

@media (max-width: 1024px) {
    .staged_visible h4 {
        line-height:1.2
    }
}

.staged_visible p {
    margin-top: 0 !important
}

.staged_visible .row {
    width: 100%
}

.staged_visible .col-half {
    width: 47.7%;
    width: calc(50% - 12px)
}

@media (max-width: 1024px) {
    .staged_visible .col-half {
        width:100%
    }
}

.staged_visible .col-half:nth-child(2n-1) {
    margin-right: 24px
}

@media (max-width: 1024px) {
    .staged_visible .col-half:nth-child(2n-1) {
        margin-right:0
    }
}

.staged_visible .wpcf7-list-item {
    display: block;
    margin: 0
}

.staged_visible .wpcf7-list-item .iradio {
    display: inline-block;
    transition: all 0.3s ease-out
}

.staged_visible .wpcf7-list-item .iradio:after {
    transition: all 0.3s ease-out
}

.staged_visible .wpcf7-list-item .iradio.checked::after {
    width: 100%;
    height: 100%;
    margin: 0
}

.staged_visible .wpcf7-list-item .checked+.wpcf7-list-item-label {
    color: #ff0b0b
}

.staged_visible .wpcf7-recaptcha {
    margin-left: 190px;
    margin-top: 24px
}

@media (max-width: 1024px) {
    .staged_visible .wpcf7-recaptcha {
        margin-left:0
    }
}

.staged_visible input,.staged_visible textarea {
    width: 100%;
    border: 1px solid #d7d7d7;
    font-size: 18px;
    color: #7C7C7C;
    letter-spacing: 0.3px;
    line-height: 1.3;
    padding: 8px;
    margin-top: 24px;
    transition: all 0.3s ease-out
}

.staged_visible input:focus,.staged_visible textarea:focus {
    border-left-color: #ff0b0b
}

.staged_visible input:not(:placeholder-shown):not(:focus):not(.wpcf7-submit),.staged_visible textarea:not(:placeholder-shown):not(:focus):not(.wpcf7-submit) {
    border-color: #eee;
    border-left-color: #ff0b0b;
    color: #454545
}

.staged_visible input:not(:placeholder-shown):not(:focus):not(.wpcf7-submit)[type="email"]:valid,.staged_visible textarea:not(:placeholder-shown):not(:focus):not(.wpcf7-submit)[type="email"]:valid {
    border-left-color: #ff0b0b
}

.staged_visible input:not(:placeholder-shown):not(:focus):not(.wpcf7-submit)[type="email"]:invalid,.staged_visible textarea:not(:placeholder-shown):not(:focus):not(.wpcf7-submit)[type="email"]:invalid {
    border-left-color: #dd0005
}

.staged_visible input.wpcf7-submit {
    padding: 24px 0;
    border: none;
    background-color: #ff0b0b;
    color: #fff;
    font-family: "Gotham SSm A","Gotham SSm B","Open Sans",sans-serif;
    font-weight: 700;
    letter-spacing: 0.4em;
    cursor: pointer;
    transition: all 0.3s ease-out
}

.staged_visible input.wpcf7-submit:hover {
    background-color: #ff0b0b
}

.staged_visible span.wpcf7-list-item-label {
    cursor: pointer
}

@media (max-width: 1024px) {
    .staged_visible span.wpcf7-list-item-label {
        font-size:24px;
        line-height: 2
    }
}

.staged_visible span.wpcf7-list-item-label::before {
    content: '';
    width: 0.7em;
    display: inline-block
}

.staged_visible .iradio {
    background: #F1F1F1;
    border: 1px solid #E8E8E8;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.staged_visible .iradio.checked {
    border: none
}

.staged_visible .icheckbox {
    position: relative;
    background: #c2c2c2;
    width: 16px;
    height: 16px
}

.staged_visible .iradio::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #ff0b0b;
    border-radius: 50%;
    margin: 3px 3px;
    position: absolute;
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.3s ease-out
}

.staged_visible .iradio.checked::after {
    transform: scale(1);
    opacity: 1
}

.staged_visible .select-field .explanation {
    font-size: 14px;
    line-height: 1.4;
    color: #454545
}

.staged_visible .select-field span {
    display: inline-block;
    margin-top: 0.6em
}

.staged_visible .select-field span ~ br {
    display: none
}

.staged_visible select {
    color: #7C7C7C;
    letter-spacing: 0.3px;
    padding: 8px;
    font-size: 18px;
    width: 680px;
    border: 1px solid #eaeaea;
    font-family: "Open Sans",sans-serif
}

.staged_visible select[name="country"] {
    margin-top: 24px
}

@media (max-width: 1024px) {
    .staged_visible select {
        margin-left:0;
        width: 100%;
        max-width: 80vw
    }
}

div.wpcf7-response-output {
    border: none !important;
    margin: 1em 0 0 !important;
    font-weight: 600 !important;
    padding: 0 !important;
    color: #e41111;
    font-size: 18px;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #0051A7 !important;
    font-size: 30px;
}

div.wpcf7-response-output.wpcf7-validation-errors {
    color: #ff0b0b !important
}

.ajax-loader {
    /*margin: 0 0 0 48% !important*/
}


.career-accordion input.wpcf7-form-control.wpcf7-submit {
    border: 1px solid #0051A7;
    border-radius: 4px;
    color: #0051A7;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 16px;
    text-align: center;
    padding: 11px 2px;
}

li.no-items {
    color: #0051A7;
    font-weight: bold;
    font-size: 16px;
    
    letter-spacing: 3px;
}

.drop-field .file-list li {
    color: #2e3532;
    font-weight: bold;
    font-size: 13px;
}

.career-header.noselect {
    margin: 18px 0;
}

.cv_submit {
    max-width: 637px;
    margin: 27px auto;
    text-align: center;
    padding:0 20px;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin:0 auto;
    display:inline-block;
    margin-top: 20px;
    text-align:center;
    width:auto;
}

.job_id {
    color: #666;
    font-size: 16px;
}

.career-content p,.career-content li {
    font-size: 20px;
}

.events {

}

.events .event-title {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.event-link {

}

.event-logo {
    max-width: 192px;
}

.article-headline {
    font-size: 36px;
    color: #0051A7;
    letter-spacing: 1.16px;
    line-height: 40px;
    font-weight: 200;
    max-width: 781px;
    margin: 48px auto 24px;
}

.article-bottom-links {
    max-width: 781px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}

.single .entry-content p,
.single .entry-content li {
    margin-top: 0.6em;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.media-post {
    margin-bottom: 26px;
}

.media-post.first {
    margin-bottom: 48px;
}

.media-post.first h4 {
    font-size: 36px;
    font-weight: 200;
}

.media-post h4 {
    font-size: 18px;
    font-weight: 400;
}

.media-post img {
    margin: 20px 0;
    max-width: 100%;
}

.media-post a {
    position: relative;
    font-weight: 600;
}

.media-post a:after {
    content: "\2197";
    position: absolute;
    padding-left: 0.6em;
    /*transition: all 0.3s ease-out;*/
}

.bottom-link {
    
    letter-spacing: 0.24em;
}

.investors-intro p {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.25px;
    line-height: 24px;
}

.page-template-investors .cf {
    max-width: 976px;
}

.event {
    margin-bottom: 12px;
}

.report a {
    font-weight: 700;
}

.join {
    position: relative;
    font-weight: 700;
}

a.readmore::after {
    content: "\27F6";
    position: absolute;
    padding-left: 0.6em;
    /*top: -2px;*/
    transition: all 0.3s ease-out;
}

a.readmore:hover {
    color: #0051A7 !important;
}

a.readmore:hover::after {
    padding-left: 0.9em;
}

.page-template-events .event {
    margin-bottom: 48px;
}

.portfolio-item {
    position: relative;
}

.portfolio-item img {
    max-width: 100%;
}

.portfolio-item:hover img {
    /*transform: translateY(-30%);*/
}

.portfolio-item .texts {
    transform: translateY(30%);
    opacity: 0;
    max-height: 0;
    transition: all 0.3s ease-out 0.1s;
}

.portfolio-item:hover .texts {
    transform: none;
    opacity: 1;
    max-height: 70px;
}

.portfolio-item p:empty {
    display: none;
}

.report span {
    display: inline-block;
    max-width: 80%;
    vertical-align: middle;
}

.inner-container {
    padding: 10px 0;
}

.maxwidth_acc span.acc-title {
    width: calc(100% - 90px);
}

article.press_release p,
article.press_release li {
    text-align: justify;
}


@media (max-width: 767px) {
    .portfolio-item .texts {
        max-height: none;
        opacity: 1;
    }

    .portfolio-item img {
        max-width: 80%;
    }

    .top_circles {
        display: none;
    }

    .main-title-container {
        padding-left: 10vw;
        top: 16vh !important;
    }

    .cover.homepage-cover .arrow-down {
        bottom: 13vh;
    }

    .home-block ul.inner-section-menu.list-unstyled li {
        display: block;
    }

    nav.nav-standard.inner-nav li {
        display: block !important;
    }

    nav.nav-standard.inner-nav li a {
        font-size: 16px;
    }

    .inner-nav-wrapper {
        height: auto;
    }

    .bottom_links ul li a::after {
        content: none;
    }

    .content p {
        display: block;
        clear: both;
    }

    #technology h2 {
        font-size: 30px;
        font-weight: 600;
    }

    div#technology section {
        margin-bottom: 60px;
    }

    .circular-image, .strip {
        display: none;
    }
    .press_release h4, #news h4{
        font-size:20px;
    }
    .inner-container{
        padding: 16px 20px;
    }
    .homepage-cover .slider-content-container.cover{
        height:72vh;
    }
    .cover.homepage-cover h1{
        font-size:16vw;
    }
    .arrow-down{
        display:none;
    }
    .slogan h2{
        font-size:9vw;
    }
    .slogan h2 br{
        display: none;
        clear:none;
        width: 0;
    }
    .recent-news h3{
        font-size:48px;
        text-align:left;
    }
    .acc-title{
        vertical-align:middle;
        font-size:30px;
        padding:0 20px;
        font-weight:600;
    }
    .career-header .acc-title {
        font-weight: 200;
        font-size: 24px;
    }
    .image_accordion .image_wrapper span.acc_ind{
        left:20px;
    }
    li {
        list-style-position: inside;
    }
    .sticky-header .toggle_menu {
        right: 15px;
        top: 15px;
    }
}

@media print {
    .cover,
    footer,
    .menu-main-menu,
    .logo,
    .article-bottom-links {
        display: none;
    }
}

.four-oh-four-top {
    margin: 100px;
}

.year-row {
    margin-top: 10px;
}

label.year-label {
    width: 160px;
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
    vertical-align: text-top;
    padding-right: 0.6em;
}

.tablet .slider-content-container.cover {height: 100%;}

.tablet .homepage_video_slider {
    top: 0;
    overflow: hidden;
    min-height: inherit;
    height: 324px;
}

.tablet .wrapper{
    margin-top:0;
}

html.tablet.portrait .cover.homepage-cover{
    height:auto !important;
}

.tablet .sticky-header .main-title-container{
    top: 104px;
}