@font-face {
    font-family: 'Averta';
    src: url('fonts/averta-regular-webfont.woff2') format('woff2'),
        url('fonts/averta-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta';
    src: url('fonts/averta-semibold-webfont.woff2') format('woff2'),
        url('fonts/averta-semibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Averta', sans-serif;
}

header#main-header.et-fixed-header,
#main-header {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#page-container {
    padding-top: 49px !important;
}

@media (min-width: 981px) {
    #page-container {
        padding-top: 64px !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 1em;
    line-height: 1.2em;
    font-weight: bold;
}

.et_pb_text ul {
    margin-left: 0;
    padding-left: 0;
}

.et_pb_text ul li {
    position: relative;
    margin: 0 0 0 30px;
    list-style: none;
}

.et_pb_text ul li::before {
    content: '\2022';
    position: absolute;
    top: 0;
    left: -30px;
    font-size: 1.4em;
}

.et_pb_text ol {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    counter-reset: item;
}

.et_pb_text ol > li {
    position: relative;
    margin: 0 0 0 30px;
    padding: 0;
    list-style-type: none;
    counter-increment: item;
}

.et_pb_text ol > li:before {
    position: absolute;
    top: 0;
    left: -30px;
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) '.';
}

.video-container .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.video-container .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main-content .container {
    padding-top: 30px;
}

@media (min-width: 981px) {
    #main-content .container {
        padding-top: 50px;
    }
}

a.module-primary-button {
    padding: 10px 30px;
    background: #026cdf;
    border-radius: 2px;
    font-weight: bold;
    color: #ffffff;
    transition: all 0.3s;
}

a.module-primary-button:hover,
a.module-primary-button:focus,
a.module-primary-button:active {
    background: #0150a7;
}

a.primary-button:hover,
a.primary-button:focus,
a.primary-button:active {
    border-color: #0150a7 !important;
    background-color: #0150a7 !important;
}

body #page-container a.secondary-button:hover,
body #page-container a.secondary-button:focus,
body #page-container a.secondary-button:active {
    color: #026cdf !important;
    background-color: #ffffff !important;
}

a.module-white-button {
    padding: 10px 30px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    font-weight: bold;
    color: #ffffff;
    transition: all 0.3s;
}

a.module-white-button:hover,
a.module-white-button:focus,
a.module-white-button:active {
    background: #ffffff;
    color: #026cdf;
}

/*Forms*/

::-webkit-input-placeholder {
    font-weight: normal;
    opacity: 0.8;
}

:-ms-input-placeholder {
    font-weight: normal;
    opacity: 0.8;
}

::placeholder {
    font-weight: normal;
    opacity: 0.8;
}

.enterprise-form .styled-select svg {
    display: block;
}
.enterprise-form input[type='checkbox'] {
    margin-top: 25px;
    margin-bottom: 0;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

.enterprise-form input[type='checkbox'] + label {
    width: auto;
    display: inline-block;
    float: none;
}

.enterprise-form input,
.enterprise-form textarea,
.enterprise-form .form-required {
    float: left;
    width: 100%;
}

.enterprise-form input,
.search-page input,
.menu-overlay input {
    height: 36px;
    margin: 7px 5px 7px 0;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #999999;
    padding-left: 10px;
    padding-right: 10px;
    line-height: normal;
    font-size: 14px;
    color: #262626;
}

.enterprise-form textarea {
    height: 200px;
    margin: 7px 5px 7px 0;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #999999;
    padding-left: 10px;
    padding-right: 10px;
    line-height: normal;
    font-size: 14px;
    color: #262626;
}

.enterprise-form input::-webkit-input-placeholder,
.search-page input::-webkit-input-placeholder,
.menu-overlay input::-webkit-input-placeholder {
    color: #262626;
    opacity: 0.4;
}

.enterprise-form input::-moz-placeholder,
.search-page input::-moz-placeholder,
.menu-overlay input::-moz-placeholder {
    color: #262626;
    opacity: 0.4;
}

.enterprise-form input:-ms-input-placeholder,
.search-page input:-ms-input-placeholder,
.menu-overlay input:-ms-input-placeholder {
    color: #262626;
    opacity: 0.4;
}

.enterprise-form input::placeholder,
.search-page input::placeholder,
.menu-overlay input::placeholder {
    color: #262626;
    opacity: 0.4;
}

.enterprise-form input::-ms-input-placeholder,
.search-page input::-ms-input-placeholder,
.menu-overlay input::-ms-input-placeholder {
    color: #262626;
    opacity: 0.4;
}

.enterprise-form input:-ms-input-placeholder,
.search-page input:-ms-input-placeholder,
.menu-overlay input:-ms-input-placeholder {
    color: #262626;
    opacity: 0.4;
}

.enterprise-form input:focus,
.enterprise-form textarea:focus,
.search-page input:focus,
.menu-overlay input:focus {
    border: 1px solid #026cdf;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    box-shadow: 0 0 4px 0 inset #026cdf;
    background-color: rgba(255, 255, 255, 1);
    outline: none;
}

.enterprise-form input:hover,
.enterprise-form textarea:hover,
.search-page input:hover,
.menu-overlay input:hover {
    border: 2px solid #026cdf;
    padding-left: 9px;
    padding-right: 9px;
}

.enterprise-form [type='number']::-webkit-inner-spin-button {
    display: none;
}
.enterprise-form [type='date']::-webkit-inner-spin-button {
    display: none;
}
.enterprise-form [type='date']::-webkit-calendar-picker-indicator {
    display: none;
}

.enterprise-form select {
    font-size: 16px;
    padding: 0 16px;
    color: #475058;
    background: #fff;
    border: 1px solid #a3a8ac;
    border-radius: 1px;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 36px;
}

.enterprise-form select:hover {
    padding: 0 15px;
    border: 2px solid #026cdf;
}

.enterprise-form select:focus {
    padding: 0 16px;
    border: 1px solid #026cdf;
}

.enterprise-form .styled-select {
    float: left;
    width: 100%;
    position: relative;
}

.enterprise-form .styled-select svg {
    position: absolute;
    top: 11px;
    right: 16px;
}

.enterprise-form input.button,
.search-page input.button,
.search-page button {
    height: 38px;
    font-weight: 600;
    font-size: 16px;
    line-height: 2.43;
    padding: 0px 16px;
    margin-bottom: 7px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 2px;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    background-color: #026cdf;
    border: none;
    -webkit-transition: -webkit-transform 0.1s linear;
    -webkit-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
    -webkit-transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.search-page button:hover,
.search-page button:focus,
.search-page input.button:hover,
.search-page input.button:focus,
.enterprise-form input.button:hover,
.enterprise-form input.button:focus {
    cursor: pointer;
    background-color: #0150a7;
    border: none;
}

.contact-us h1 {
    padding-bottom: 20px;
}

.enterprise-form label,
.enterprise-form input,
.enterprise-form textarea,
.enterprise-form select {
    float: left;
    width: 100%;
}

.enterprise-form label {
    padding-top: 20px;
}

.enterprise-form label span {
    font-size: 12px;
}

.enterprise-form input.button {
    margin: 24px 0 7px;
}

.enterprise-form p.help {
    float: left;
    width: 100%;
    padding: 24px 0 7px;
}

.enterprise-form .error {
    border: 1px solid #d93a3a;
}

.enterprise-form .form-required {
    position: relative;
}

.enterprise-form .form-alert {
    display: none;
    position: absolute;
    bottom: -10px;
    left: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.25;
    color: #d93a3a;
}

@media (min-width: 981px) {
    .contact-us {
        float: left;
        padding: 32px;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    }

    .enterprise-form label {
        padding-top: 25px;
    }

    .enterprise-form input.button {
        width: auto;
        min-width: 200px;
    }

    .enterprise-form .left-side {
        float: left;
        width: 50%;
        padding-right: 12px;
    }

    .enterprise-form .right-side {
        float: right;
        width: 50%;
        padding-left: 12px;
    }
}

.enterprise-form.dark-mode {
    color: #ffffff;
}

.enterprise-form.dark-mode h1,
.enterprise-form.dark-mode h2,
.enterprise-form.dark-mode h3,
.enterprise-form.dark-mode h4,
.enterprise-form.dark-mode h5,
.enterprise-form.dark-mode h6 {
    color: #ffffff;
}

.enterprise-form.dark-mode input {
    background: none !important;
    border: 1px solid #80b5ef;
    color: #ffffff;
}

.enterprise-form.dark-mode textarea {
    background: none !important;
    border: 1px solid #80b5ef;
    color: #ffffff;
}

.enterprise-form.dark-mode input:focus,
.enterprise-form.dark-mode textarea:focus {
    border: 1px solid #ffffffs;
    box-shadow: 0 0 4px 0 inset #ffffff;
}

.enterprise-form.dark-mode input.button {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.enterprise-form.dark-mode input.button:hover,
.enterprise-form.dark-mode input.button:focus {
    background-color: #ffffff !important;
    color: #026cdf;
}

.enterprise-form.dark-mode .error {
    border: 1px solid #00ffff;
}

.enterprise-form.dark-mode .form-alert {
    color: #00ffff;
}

.enterprise-form.center-mode {
    text-align: center;
}

.enterprise-form.center-mode form {
    text-align: center;
}

.enterprise-form.center-mode input.button {
    float: none;
}

/*Top menu*/

#main-header {
    position: fixed !important;
    top: 0;
    z-index: 999;
}

.logo_container #logo {
    position: absolute;
    top: 7px;
    left: 0;
    width: 135px;
}

.logo_container #t-logo {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

@media (min-width: 981px) {
    .et_menu_container {
        height: 64px !important;
    }

    .logo_container {
        position: relative;
        height: 64px !important;
    }

    #et-top-navigation {
        padding-top: 25px !important;
    }

    .logo_container #logo {
        top: 20px;
    }
    .logo_container #t-logo {
        top: 10px;
    }
}

.scale-out-left {
    -webkit-animation: scale-out-left 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: scale-out-left 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.scale-in-left {
    -webkit-animation: scale-in-left 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-left 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.nav li {
    position: inherit;
}

#top-menu {
    padding-right: 5px;
}

#top-menu a,
#top-menu a:hover,
#top-menu a:focus,
#top-menu a:active {
    opacity: 1 !important;
}

#top-menu li {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

#top-menu li a {
    padding-left: 16px;
    padding-right: 16px;
}

#top-menu li li {
    padding: 0;
}

#top-menu li.menu-item-has-children a {
    position: relative;
}

#et-secondary-nav .menu-item-has-children > a:first-child:after,
#top-menu .menu-item-has-children > a:first-child:after {
    content: '';
    top: auto;
}

#top-menu li.et-hover a::after,
#top-menu li.current-menu-item a::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0px;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    margin: 0 auto 0;
    background: #ffffff;
    -webkit-animation: scale-up-hor-center 0.3s ease-in both;
    animation: scale-up-hor-center 0.3s ease-in both;
}

#top-menu li.contact-link a::after,
#top-menu li.language-link a::after {
    display: none !important;
}

#top-menu li.language-link {
    font-size: 0;
    padding-left: 10px;
}

#top-menu li.language-link a {
    font-size: 0;
    text-indent: -9999px;
}

#top-menu li.language-link a:before {
    content: '';
    position: absolute;
    top: -13px;
    right: 0;
    height: 20px;
    width: 20px;
    text-indent: 0;
    background: url('img/nav_lang.svg') no-repeat center right;
}

#top-menu li.language-link li a {
    text-indent: 0;
}

#top-menu li.language-link li a:before {
    display: none;
}

#top-menu li.current-menu-item a::after {
    background: #00ffff;
    -webkit-animation: scale-up-hor-center 0s ease-in both;
    animation: scale-up-hor-center 0s ease-in both;
}

#top-menu .sub-menu {
    right: 0;
    width: auto;
    padding: 19px 16px 16px;
    border: none !important;
    background: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#top-menu .sub-menu::before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    vertical-align: top;
    border: none;
    border-radius: 4px;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
}

#top-menu li.menu-item-has-children.et-show-dropdown .sub-menu {
    -webkit-animation: slide-in-top 0.3s ease-in both;
    animation: slide-in-top 0.3s ease-in both;
}

#top-menu li .sub-menu li a {
    font-size: 16px;
    font-weight: normal;
    color: #262626 !important;
    border-radius: 2px;
}

#top-menu li .sub-menu li a::after {
    display: none;
}

#top-menu li .sub-menu li a:hover,
#top-menu li .sub-menu li a:focus,
#top-menu li .sub-menu li a:active {
    color: #ffffff !important;
    background: #026cdf;
}

#top-menu li .sub-menu li.current-menu-item a {
    color: #262626 !important;
}

#top-menu li .sub-menu li.current-menu-item a:hover,
#top-menu li .sub-menu li.current-menu-item a:focus,
#top-menu li .sub-menu li.current-menu-item a:active {
    color: #ffffff !important;
    background: #026cdf;
}

#top-menu .sub-menu .excerpt,
#top-menu .sub-menu p {
    display: none;
}

#top-menu .sub-menu li.nav-bordertop a {
    border-top: 1px solid #ebebeb;
}

#main-header {
    padding: 5px 0;
}

@media (min-width: 981px) {
    #main-header {
        padding: 0;
    }
}

#top-menu li.contact-link {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
}

#top-menu li.contact-link a {
    position: relative;
    transition: all 0.3s;
    padding-left: 0px;
    padding-right: 0px;
}

#top-menu li.contact-link a::before {
    content: '';
    position: absolute;
    top: -12px;
    right: -16px;
    bottom: 12px;
    left: -16px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    transition: all 0.3s;
    z-index: -10;
}

#top-menu li.contact-link a:hover,
#top-menu li.contact-link a:focus,
#top-menu li.contact-link a:active {
    color: #026cdf !important;
}

#top-menu li.contact-link a:hover::before,
#top-menu li.contact-link a:focus::before,
#top-menu li.contact-link a:active::before {
    background: #ffffff;
}

#top-menu li .sub-menu li.heading a {
    font-weight: bold;
    pointer-events: none;
}

#top-menu li .sub-menu li.heading ul li a {
    font-weight: normal;
    pointer-events: all;
}

.nav li ul {
    display: none !important;
    /*visibility:visible!important;
  opacity: 1!important;*/
}

.nav li.et-show-dropdown ul {
    display: block !important;
}

.nav li ul li ul {
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    top: 0;
    left: 0;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#top-menu li.meganav .sub-menu li.heading ul li a {
    padding-left: 20px;
    padding-right: 20px;
}

.nav li li ul::before {
    display: none;
}

#top-menu li.meganav .sub-menu li.heading {
    float: left;
    width: 260px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 1.5em;
}

#top-menu li.meganav .sub-menu {
    width: 850px;
    padding-bottom: 0;
}

#top-menu li.meganav.two .sub-menu {
    width: 580px;
}

#top-menu li.meganav .sub-menu .sub-menu {
    width: 260px;
    padding-bottom: 40px;
}

#top-menu li li a {
    width: 250px;
}

#top-menu li.meganav .sub-menu li.heading ul li a {
    width: 100%;
}

#top-menu li.meganav .sub-menu li.heading ul li {
    display: block;
}

.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
    padding-left: 0 !important;
}

/*Mobile menu*/

.mobile_menu_bar:before {
    color: #ffffff !important;
}

#et_top_search {
    display: none;
}

@media (min-width: 981px) {
    #et_top_search {
        display: block;
    }
}

@media (max-width: 980px) {
    .et_header_style_left #et-top-navigation,
    .et_header_style_left .et-fixed-header #et-top-navigation {
        display: block;
        padding-top: 10px;
    }
}

.menu-overlay {
    z-index: 9999;
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #1f262d;
    font-size: 16px;
}

.menu-overlay .container {
    float: left;
    width: 100%;
    background: #1f262d;
    padding: 10px 10% 35px;
}

@media (min-width: 767px) {
    .menu-overlay .container {
        padding: 10px 20% 35px;
    }
}

.menu-overlay ul {
    float: left;
    width: 100%;
    padding: 25px 0 25px;
    list-style: none;
}

.menu-overlay ul li a {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none !important;
}

.menu-overlay li.language-link a {
    margin-top: 16px;
    padding-left: 25px;
    border-top: 1px solid #bfbfbf;
}

.menu-overlay li.language-link a:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    height: 15px;
    width: 15px;
    text-indent: 0;
    background: url('img/nav_lang.svg') no-repeat center left;
}

.menu-overlay li.language-link li a {
    margin-top: 0;
    border-top: none;
}

.menu-overlay li.language-link li a:before {
    display: none;
}

.menu-overlay ul li.menu-item-has-children a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    bottom: 0;
    background: url('img/nav_chevron.svg') no-repeat center center;
}

.menu-overlay ul li.submenu-down a::after {
    -webkit-animation: rotate180 0.4s ease-in-out both;
    animation: rotate180 0.4s ease-in-out both;
}

.menu-overlay ul.sub-menu li a::after {
    display: none;
}

.menu-overlay ul li a:hover {
    text-decoration: underline;
}

.menu-overlay ul.sub-menu li a {
    font-weight: normal;
    color: #00ffff;
}

.menu-overlay .sub-menu {
    padding-top: 0;
    padding-bottom: 15px;
}

.menu-overlay p.excerpt {
    display: none;
}

.menu-overlay form {
    float: left;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #bfbfbf;
}

.menu-overlay label {
    font-size: 14px;
    color: #ffffff;
}

.menu-overlay input {
    width: 100%;
}

.menu-overlay ul.sub-menu li.heading a {
    font-weight: bold;
    pointer-events: none;
    color: #bfbfbf;
}

.menu-overlay ul.sub-menu li.heading ul li a {
    font-weight: normal;
    pointer-events: all;
    color: #00ffff;
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    border: none;
    outline: 0;
    background: none;
}

.hamburger-box {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: '';
    display: block;
}

.hamburger-inner::before {
    top: -6px;
}

.hamburger-inner::after {
    bottom: -6px;
}

/*
   * Spin
   */
.hamburger .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger-r .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

nav.fixed {
    position: fixed;
    top: 0;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 999;
}

nav.highlight {
    background: #ffffff;
}

nav.highlight .hamburger-inner,
nav.highlight .hamburger-inner::before,
nav.highlight .hamburger-inner::after {
    background-color: #026cdf;
}

nav.highlight .compact {
    display: none;
}

nav.highlight .compact-blue {
    display: block;
}

@media (min-width: 981px) {
    .hamburger {
        display: none;
    }
}

/*Footer*/

#main-footer {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    color: #ffffff;
}

#main-footer button {
    font-family: 'Averta', Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    text-decoration: none;
    padding: 0 22px 0 0;
    margin: 0;
    cursor: pointer;
    border: none !important;
    background: none;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    utline: none !important;
    outline: none !important;
}

#main-footer button:hover,
#main-footer button:focus {
    color: #ffffff;
    text-decoration: underline;
}

#footer-widgets {
    padding: 12% 0 0;
}

.footer-widget h4 {
    font-size: 14px;
}

#footer-logo,
.secondary-footer {
    float: left;
    width: 100%;
}

#footer-logo {
    border-top: 1px solid #bfbfbf;
}

#footer-logo,
#et-footer-nav,
#footer-bottom {
    padding: 30px 0 0px;
}

#menu-footer-menu {
    padding: 0;
    text-align: left;
}

#footer-bottom {
    font-size: 14px;
    line-height: 23px;
}

#footer-bottom p {
    display: none;
}

#footer-bottom .footer-credits {
    font-size: 14px;
}

#footer-info {
    float: left;
    width: 100%;
    padding-top: 20px;
    font-size: 12px;
    text-align: left;
}

.et-social-icons {
    text-align: left;
}

.et-social-icons li {
    margin: 30px 20px 0 0;
}

.et-social-google-plus a.icon:before {
    content: '\e09d' !important;
}

.bottom-nav a,
.bottom-nav li.current-menu-item a {
    font-weight: normal;
}

.bottom-nav a:hover,
.bottom-nav li.current-menu-item a:hover,
.et_pb_widget a:hover,
#footer-widgets .footer-widget li a:hover,
.bottom-nav a:focus,
.bottom-nav li.current-menu-item a:focus,
.et_pb_widget a:focus,
#footer-widgets .footer-widget li a:focus,
.bottom-nav a:active,
.bottom-nav li.current-menu-item a:active,
.et_pb_widget a:active,
#footer-widgets .footer-widget li a:active {
    opacity: 1;
    text-decoration: underline;
}

@media (min-width: 767px) {
    #footer-logo {
        width: 100%;
    }

    #footer-widgets {
        padding: 6% 0;
    }

    .secondary-footer {
        width: 100%;
        text-align: left;
    }

    #et-footer-nav,
    #footer-bottom,
    .footer-credits,
    .et-social-icons {
        display: inline-block;
    }

    .et-social-icons li {
        margin: 0 0 0 20px;
    }
}

@media (min-width: 981px) {
    #footer-logo {
        width: 30%;
    }

    #footer-widgets {
        padding: 6% 0 0;
    }

    .secondary-footer {
        width: 70%;
        text-align: right;
        border-top: 1px solid #bfbfbf;
    }

    #et-footer-nav,
    #footer-bottom,
    #footer-bottom p {
        display: inline-block;
    }

    #footer-logo,
    #et-footer-nav,
    #footer-bottom {
        padding: 30px 0 30px;
    }

    #footer-info {
        padding: 10px 0 30px;
    }
}

#ot-sdk-btn {
    display: none;
}

/*404*/

.page-404 p {
    font-size: 16px;
    color: #262626;
}

.page-404 p a {
    font-weight: bold;
}

.page-404 p a:hover {
    color: #0150a7 !important;
}

/*Search results*/

.search-page h1 {
    padding-bottom: 30px;
    font-size: 24px;
    line-height: 1.2em;
}

.search-page article {
    float: left;
    width: 100%;
    margin: 0;
}

.search-page .et_pb_post a {
    float: left;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    font-size: 14px;
    color: #262626;
    transition: box-shadow 0.2s;
}

.search-page .et_pb_post h2 {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.search-page form {
    float: left;
    width: 100%;
    margin: 30px 0 40px;
}

.search-page label,
.search-page input,
.search-page button {
    float: left;
    width: 100%;
}

.search-page label {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

@media (min-width: 981px) {
    .search-page #content-area {
        padding-bottom: 30px;
    }

    .search-page h1 {
        padding-bottom: 20px;
        font-size: 32px;
    }

    .search-page .et_pb_post a {
        margin-top: 2px;
        margin-bottom: 30px;
        padding: 24px;
    }

    .search-page .et_pb_post a:hover {
        margin-top: 0;
        margin-bottom: 32px;
        -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
    }

    .search-page form {
        margin-top: 0;
    }
}

/*Contact us*/

.enterprise-icon-links .et_pb_image_wrap {
    width: 65px;
}

.enterprise-icon-links .et_pb_module_header {
    padding-bottom: 10px;
}

.enterprise-icon-links .et_pb_module_header a:hover {
    color: #0150a7 !important;
}

@media (min-width: 981px) {
    .enterprise-icon-links .et_pb_image_wrap {
        width: 80px;
    }

    .enterprise-icon-links.et_pb_blurb_position_left .et_pb_blurb_container {
        padding-left: 24px;
    }
}

/*Global*/

.global-market {
    float: left;
    width: 100%;
    padding: 20px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
}

.global-market .et_pb_blurb {
    height: auto !important;
}

.global-market .et_pb_main_blurb_image {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
}

.global-market .et_pb_main_blurb_image img {
    width: auto;
    max-width: 290px;
    max-height: 45px;
    border: 1px solid #bfbfbf;
}

.global-market h4 {
    padding: 0;
    font-size: 18px !important;
    line-height: 1.5em !important;
}

.global-market .et_pb_blurb_description {
    font-size: 14px !important;
}

.global-market p {
    padding: 4px 0 0;
}

.global-market a:hover,
.global-market a:focus {
    text-decoration: underline;
}

.global-market .et_pb_column .et_pb_module {
    margin-bottom: 30px !important;
}

@media (max-width: 767px) {
    .global-market {
        margin-bottom: 20px !important;
    }
}

@media (min-width: 767px) {
    .global-market-container .et_pb_column {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .global-market {
        float: none;
        width: 48%;
        margin: 1% !important;
    }
}

@media (min-width: 1400px) {
    .global-market {
        width: 23%;
    }
}

/*Local team*/

@media (max-width: 980px) {
    .local-team-member {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
        flex-wrap: wrap;
    }

    .local-team-member__picture {
        -webkit-order: 1;
        order: 1;
    }

    .local-team-member__details {
        -webkit-order: 2;
        order: 2;
    }
}

.local-team-member__details h3 {
    padding-bottom: 0;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.video-bg::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(25, 52, 81, 1) 23%, rgba(25, 52, 81, 0.2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        rgba(25, 52, 81, 1) 23%,
        rgba(25, 52, 81, 0.2) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        rgba(25, 52, 81, 1) 23%,
        rgba(25, 52, 81, 0.2) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#193451', endColorstr='#80193451',GradientType=1 ); /* IE6-9 */
}

#videobcg {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(3);
}
@media (min-width: 768px) {
    #videobcg {
        transform: scale(2);
    }
}

@media (min-width: 980px) {
    #videobcg {
        transform: scale(1.5);
    }
}

@media (min-width: 1400px) {
    #videobcg {
        transform: scale(1);
    }
}

/*Image and text*/

@media (max-width: 980px) {
    .image-text-block {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
        flex-wrap: wrap;
    }

    .image-text-block__picture {
        -webkit-order: 1;
        order: 1;
    }

    .image-text-block__details {
        -webkit-order: 2;
        order: 2;
    }
}

@media (min-width: 981px) {
    .division-logo-left {
        float: left;
    }

    .division-logo-right {
        float: right;
    }
}

/* News */

.news-hero .et_pb_more_button.et_pb_button:hover {
    background-color: #0150a7 !important;
}

.news-hero h2 {
    padding-bottom: 10px !important;
}

@media (min-width: 767px) {
    .news-hero h2 {
        padding-bottom: 20px !important;
    }
}

.news-block .et_pb_ajax_pagination_container article,
.news-block .dp-dfg-items article {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 24px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.2s;
    cursor: pointer;
}

.news-block .et_pb_ajax_pagination_container article .entry-featured-image-url {
    order: 1;
    margin: 0;
}

.news-block .et_pb_ajax_pagination_container article .post-meta {
    order: 2;
    margin: 0;
    padding: 20px 16px 0px;
    font-size: 14px;
    color: #962d94;
}
.news-block .et_pb_ajax_pagination_container article .post-meta a {
    color: #962d94;
}

.news-block .et_pb_ajax_pagination_container article .post-meta a:hover,
.news-block .et_pb_ajax_pagination_container article .post-meta a:focus,
.news-block .et_pb_ajax_pagination_container article .post-meta a:active {
    color: #6d236c;
}

.news-block .et_pb_ajax_pagination_container article .entry-title {
    order: 3;
    margin: 0;
    padding: 16px 16px 0px;
}
.news-block .et_pb_ajax_pagination_container article .post-content {
    order: 4;
    margin: 0;
    padding: 22px 16px 0px;
}

.news-block div:last-child {
    width: 100%;
}

.news-block .wp-pagenavi {
    text-align: center;
}

.news-block .wp-pagenavi .pages,
.news-block .wp-pagenavi .first,
.news-block .wp-pagenavi .last,
.news-block .wp-pagenavi .page,
.news-block .wp-pagenavi .current,
.news-block .wp-pagenavi .extend {
    display: none;
}

.news-block .wp-pagenavi .previouspostslink {
    float: left;
    margin-left: 0;
    padding-left: 0;
}

.news-block .wp-pagenavi .nextpostslink {
    float: right;
    margin-right: 0;
    padding-right: 0;
}

.news-block .wp-pagenavi .previouspostslink,
.news-block .wp-pagenavi .nextpostslink {
    font-size: 16px !important;
    color: #026cdf !important;
}

.news-block .wp-pagenavi .previouspostslink:hover,
.news-block .wp-pagenavi .nextpostslink:hover {
    color: #0150a7 !important;
}

.news-block .dp-dfg-items article .entry-header {
    padding: 17px 0 0;
}

@media (min-width: 767px) {
    .news-block .et_pb_ajax_pagination_container {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .news-block .et_pb_ajax_pagination_container article {
        float: none;
        width: 48%;
        margin: 3px 1% 40px !important;
    }

    .news-block .et_pb_ajax_pagination_container article:hover,
    .news-block .dp-dfg-items article:hover {
        margin-top: 0 !important;
        margin-bottom: 43px !important;
        -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
    }

    .news-block .et_pb_ajax_pagination_container article:hover h2 a,
    .news-block .dp-dfg-items article:hover h2 a {
        color: #026cdf;
    }

    .news-block .wp-pagenavi {
        width: 100%;
        margin: 0 1%;
        text-align: right;
    }

    .news-block .wp-pagenavi .previouspostslink,
    .news-block .wp-pagenavi .nextpostslink {
        float: none;
    }

    .news-block .wp-pagenavi .previouspostslink {
        margin-right: 10px;
    }

    .news-block .wp-pagenavi .nextpostslink {
        margin-left: 10px;
    }
}

@media (min-width: 981px) {
    .news-block .dp-dfg-items {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .news-block .dp-dfg-items article {
        float: none;
        width: 31%;
        margin: 3px 1% 40px !important;
    }

    .news-block .et_pb_ajax_pagination_container article {
        width: 31%;
    }

    .news-block .wp-pagenavi {
        margin-right: 2%;
    }

    #news-block-4 .et_pb_ajax_pagination_container article {
        width: 23%;
    }

    /*.news-block .wp-pagenavi .first, .news-block .wp-pagenavi .last, .news-block .wp-pagenavi .page, .news-block .wp-pagenavi .current, .news-block .wp-pagenavi .extend {
    display: inline-block;
    font-size: 16px!important;
  }

  .news-block .wp-pagenavi .first{
    margin-right: 25px;
  }

  .news-block .wp-pagenavi .last{
    margin-left: 25px;
  }

  .news-block .wp-pagenavi .extend {
    font-weight: normal!important;
  }

  .news-block .wp-pagenavi .first, .news-block .wp-pagenavi .last{
    color: #026cdf!important;
  }

  .news-block .wp-pagenavi .page{
    width: 35px;
    border: 1px solid #026cdf!important;
    text-align: center;
  }*/
}

#news-block-4 .et_pb_ajax_pagination_container article .post-content {
    display: none;
}

/*top news post*/
.news-block#top-post .et_pb_ajax_pagination_container article {
    width: 100%;
    background: #ffffff;
}

.news-block#top-post a.more-link {
    padding-top: 5px;
    font-weight: bold;
    font-variant: normal;
}

.news-block .et_pb_ajax_pagination_container article:hover a.more-link,
.news-block .dp-dfg-items article:hover a.more-link {
    text-decoration: underline;
}

@media (min-width: 1100px) {
    .news-block#top-post .et_pb_ajax_pagination_container article {
        display: block;
        position: relative;
        padding-bottom: 0;
    }

    .news-block#top-post .et_pb_ajax_pagination_container article a.entry-featured-image-url {
        display: inline-block;
        float: left;
        width: 50%;
    }

    .news-block#top-post .et_pb_ajax_pagination_container article .et_main_video_container {
        display: inline-block;
        float: left;
        width: 50%;
        margin-bottom: 0px;
    }

    .news-block#top-post .et_pb_ajax_pagination_container article h2.entry-title,
    .news-block#top-post .et_pb_ajax_pagination_container article .post-content {
        display: inline-block;
        float: left;
        width: 50%;
    }

    .news-block#top-post .et_pb_ajax_pagination_container article h2.entry-title {
        padding-top: 22px;
    }

    .news-block.with-meta#top-post .et_pb_ajax_pagination_container article h2.entry-title {
        padding-top: 50px;
    }

    .news-block#top-post .et_pb_ajax_pagination_container article .post-content {
        padding-top: 13px;
        padding-bottom: 16px;
    }

    .news-block#top-post .et_pb_ajax_pagination_container article p.post-meta {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
    }
}

/* news highlight*/

.news-highlights {
    padding: 0 4px;
}

.news-highlights .et_pb_column {
    margin-bottom: 30px !important;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.2s;
    cursor: pointer;
}

.news-highlights .et_pb_ajax_pagination_container article {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.news-highlights .et_pb_ajax_pagination_container article .entry-featured-image-url {
    order: 1;
    margin: 0;
}

.news-highlights .et_pb_ajax_pagination_container article .post-meta {
    order: 2;
    margin: 0;
    padding: 20px 16px 0px;
    font-size: 14px;
    color: #962d94;
}
.news-highlights .et_pb_ajax_pagination_container article .post-meta a {
    color: #962d94;
}

.news-highlights .et_pb_ajax_pagination_container article .entry-title {
    order: 3;
    margin: 0;
    padding: 16px 16px 24px;
}

.news-highlights .et_pb_ajax_pagination_container article .post-content {
    display: none;
}

@media (min-width: 767px) {
    .news-highlights {
        padding: 0;
    }

    .news-highlights .et_pb_column {
        margin-top: 3px !important;
    }

    .news-highlights .et_pb_column:hover {
        margin-top: 0 !important;
        margin-bottom: 33px !important;
        -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
    }
}

/*news category*/
.category #main-content .container:before {
    display: none;
}

.category h1 {
    display: block;
    width: 100%;
    clear: both;
}

.category #left-area {
    padding-bottom: 50px;
}

.category #left-area article {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.2s;
    cursor: pointer;
}

.category #left-area article .entry-featured-image-url {
    order: 1;
    margin: 0;
}

.category #left-area article .post-meta {
    display: none;
}

.category #left-area article .entry-title {
    order: 2;
    margin: 0;
    padding: 16px;
    font-size: 18px !important;
    line-height: 1.5em !important;
}
.category #left-area article .post-content {
    order: 3;
    margin: 0;
    padding: 0px 16px 24px;
}

.category .wp-pagenavi {
    text-align: center;
}

.category .wp-pagenavi .pages,
.category .wp-pagenavi .first,
.category .wp-pagenavi .last,
.category .wp-pagenavi .page,
.category .wp-pagenavi .current,
.category .wp-pagenavi .extend {
    display: none;
}

.category .wp-pagenavi .previouspostslink {
    float: left;
    margin-left: 0;
    padding-left: 0;
}

.category .wp-pagenavi .nextpostslink {
    float: right;
    margin-right: 0;
    padding-right: 0;
}

.category .wp-pagenavi .previouspostslink,
.category .wp-pagenavi .nextpostslink {
    font-weight: bold !important;
    font-size: 16px !important;
    color: #026cdf !important;
}

.category .wp-pagenavi .previouspostslink:hover,
.category .wp-pagenavi .nextpostslink:hover {
    color: #0150a7 !important;
}

@media (min-width: 767px) {
    .category h1 {
        margin-left: 1%;
        margin-right: 1%;
    }

    .category #left-area {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .category #left-area article {
        float: none;
        width: 48%;
        margin: 3px 1% 40px !important;
    }

    .category #left-area article:hover {
        margin-top: 0 !important;
        margin-bottom: 43px !important;
        -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
    }

    .category .wp-pagenavi {
        width: 100%;
        margin: 0 1%;
        text-align: right;
    }

    .category .wp-pagenavi .previouspostslink,
    .category .wp-pagenavi .nextpostslink {
        float: none;
    }

    .category .wp-pagenavi .previouspostslink {
        margin-right: 10px;
    }

    .category .wp-pagenavi .nextpostslink {
        margin-left: 10px;
    }
}

@media (min-width: 981px) {
    .category #left-area {
        width: 100%;
        margin: 0 auto;
        float: none !important;
        padding-bottom: 70px;
    }

    .category #left-area article {
        width: 31%;
    }

    .category .wp-pagenavi {
        margin-right: 2%;
    }
}

/*case studies*/

.case-studies article.dp-dfg-item {
    margin-bottom: 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.2s;
    cursor: pointer;
}

.case-studies article.dp-dfg-item .entry-title {
    order: 3;
    margin: 0;
    padding: 16px 0 0;
}

.case-studies article.dp-dfg-item .entry-summary {
    margin: 0;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

@media (min-width: 767px) {
    .case-studies article.dp-dfg-item {
        float: left;
        width: 100%;
        margin-top: 3px !important;
        margin-bottom: 40px !important;
    }

    .case-studies article.dp-dfg-item:hover {
        margin-top: 0 !important;
        margin-bottom: 43px !important;
        -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
    }
    .case-studies article.dp-dfg-item:hover h2 a {
        color: #026cdf;
    }
}

@media (min-width: 981px) {
    .case-studies article.dp-dfg-item {
        padding: 0;
    }

    .case-studies article.dp-dfg-item .dp-dfg-image {
        float: left;
        width: 50%;
        margin: 0;
    }

    .case-studies article.dp-dfg-item .dp-dfg-header,
    .case-studies article.dp-dfg-item .dp-dfg-content,
    .case-studies article.dp-dfg-item .dp-dfg-meta {
        float: left;
        width: 50%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .case-studies article.dp-dfg-item .dp-dfg-meta .terms a {
        font-weight: bold;
        color: #6d236c;
    }
}

@media (min-width: 1400px) {
    .case-studies article.dp-dfg-item .dp-dfg-image {
        width: 30%;
    }

    .case-studies article.dp-dfg-item .dp-dfg-header,
    .case-studies article.dp-dfg-item .dp-dfg-content,
    .case-studies article.dp-dfg-item .dp-dfg-meta {
        width: 70%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .case-studies article.dp-dfg-item .dp-dfg-header {
        padding-top: 14px;
    }

    .case-studies article.dp-dfg-item .dp-dfg-content {
        padding-bottom: 30px;
    }
}

/*case studies loader*/

.dp-dfg-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

.my_custom_loader {
    margin: 20px auto 40px;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2s infinite linear;
    animation: sk-rotate 2s infinite linear;
}
.my_custom_loader .dot1,
.my_custom_loader .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #026cdf;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}
.my_custom_loader .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*case studies category*/

/*news tax-project_category*/
.tax-project_category #main-content .container:before,
.tax-project_tag #main-content .container:before {
    display: none;
}

.tax-project_category h1,
.tax-project_tag h1 {
    display: block;
    width: 100%;
    clear: both;
}

.tax-project_category #left-area,
.tax-project_tag #left-area {
    padding-bottom: 50px;
    width: 100%;
}

.tax-project_category #left-area article,
.tax-project_tag #left-area article {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.2s;
    cursor: pointer;
}

.tax-project_category #left-area article .entry-featured-image-url,
.tax-project_tag #left-area article .entry-featured-image-url {
    order: 1;
    margin: 0;
}

.tax-project_category #left-area article .post-meta,
.tax-project_tag #left-area article .post-meta {
    display: none;
}

.tax-project_category #left-area article .entry-title,
.tax-project_tag #left-area article .entry-title {
    margin: 0;
    padding: 16px;
    font-size: 18px !important;
    line-height: 1.5em !important;
}
.tax-project_category #left-area article .post-content,
.tax-project_tag #left-area article .post-content {
    margin: 0;
    padding: 0px 16px 24px;
}

.tax-project_category .wp-pagenavi,
.tax-project_tag .wp-pagenavi {
    text-align: center;
}

.tax-project_category .wp-pagenavi .pages,
.tax-project_category .wp-pagenavi .first,
.tax-project_category .wp-pagenavi .last,
.tax-project_category .wp-pagenavi .page,
.tax-project_category .wp-pagenavi .current,
.tax-project_category .wp-pagenavi .extend,
.tax-project_tag .wp-pagenavi .pages,
.tax-project_tag .wp-pagenavi .first,
.tax-project_tag .wp-pagenavi .last,
.tax-project_tag .wp-pagenavi .page,
.tax-project_tag .wp-pagenavi .current,
.tax-project_tag .wp-pagenavi .extend {
    display: none;
}

.tax-project_category .wp-pagenavi .previouspostslink,
.tax-project_tag .wp-pagenavi .previouspostslink {
    float: left;
    margin-left: 0;
    padding-left: 0;
}

.tax-project_category .wp-pagenavi .nextpostslink,
.tax-project_tag .wp-pagenavi .nextpostslink {
    float: right;
    margin-right: 0;
    padding-right: 0;
}

.tax-project_category .wp-pagenavi .previouspostslink,
.tax-project_category .wp-pagenavi .nextpostslink,
.tax-project_tag .wp-pagenavi .previouspostslink,
.tax-project_tag .wp-pagenavi .nextpostslink {
    font-weight: bold !important;
    font-size: 16px !important;
    color: #026cdf !important;
}

.tax-project_category .wp-pagenavi .previouspostslink:hover,
.tax-project_category .wp-pagenavi .nextpostslink:hover,
.tax-project_tag .wp-pagenavi .previouspostslink:hover,
.tax-project_tag .wp-pagenavi .nextpostslink:hover {
    color: #0150a7 !important;
}

@media (min-width: 981px) {
    .tax-project_category h1,
    .tax-project_tag h1 {
        margin-left: 1%;
        margin-right: 1%;
    }

    .tax-project_category #left-area article,
    .tax-project_tag #left-area article {
        float: none;
        width: 100%;
        margin: 3px 1% 40px !important;
    }

    .tax-project_category #left-area article:hover,
    .tax-project_tag #left-area article:hover {
        margin-top: 0 !important;
        margin-bottom: 43px !important;
        -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
    }

    .tax-project_category article,
    .tax-project_tag article {
        padding: 0;
    }

    .tax-project_category article .entry-featured-image-url,
    .tax-project_tag article .entry-featured-image-url {
        float: left;
        width: 50%;
        margin: 0;
    }

    .tax-project_category article .entry-title,
    .tax-project_category article .post-content,
    .tax-project_tag article .entry-title,
    .tax-project_tag article .post-content {
        float: left;
        width: 50%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .tax-project_category .wp-pagenavi,
    .tax-project_tag .wp-pagenavi {
        width: 100%;
        margin: 0 1%;
        text-align: right;
    }

    .tax-project_category .wp-pagenavi .previouspostslink,
    .tax-project_category .wp-pagenavi .nextpostslink,
    .tax-project_tag .wp-pagenavi .previouspostslink,
    .tax-project_tag .wp-pagenavi .nextpostslink {
        float: none;
    }

    .tax-project_category .wp-pagenavi .previouspostslink,
    .tax-project_tag .wp-pagenavi .previouspostslink {
        margin-right: 10px;
    }

    .tax-project_category .wp-pagenavi .nextpostslink,
    .tax-project_tag .wp-pagenavi .nextpostslink {
        margin-left: 10px;
    }
}

@media (min-width: 1400px) {
    .tax-project_category article .entry-featured-image-url,
    .tax-project_tag article .entry-featured-image-url {
        width: 30%;
    }

    .tax-project_category article .entry-title,
    .tax-project_category article .post-content,
    .tax-project_tag article .entry-title,
    .tax-project__tag article .post-content {
        width: 70%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .tax-project_category article .entry-title,
    .tax-project_tag article .entry-title {
        padding-top: 14px;
    }

    .tax-project_category article .post-content,
    .tax-project_tag article .post-content {
        padding-bottom: 30px;
    }
}

/*news and case studies article*/

.single .et_pb_post,
.single .project {
    max-width: 700px;
    margin: 0 auto 27px;
}

.single-post #main-content .container:before,
.single-project #main-content .container:before {
    display: none;
}

.single-post article,
.single-project article {
    font-size: 16px;
    line-height: 1.6em;
    color: #262626;
}

.single-post article p.excerpt {
    margin-bottom: 12px;
}

.single-project article p.excerpt {
    font-size: 19px;
    line-height: 25px;
}

.single-post article .post-meta a,
.single-project article .post-meta a {
    color: #962d94 !important;
}

.single-post article .post-meta a:hover,
.single-post article .post-meta a:focus,
.single-post article .post-meta a:active,
.single-project article .post-meta a:hover,
.single-project article .post-meta a:focus,
.single-project article .post-meta a:active {
    color: #6d236c !important;
}

.single-post article p:not(.has-background):last-of-type,
.single-project article p:not(.has-background):last-of-type {
    padding-bottom: 10px;
}

.single-post article cite,
.single-project article cite {
    color: #666666 !important;
}

.single-post article figure,
.single-project article figure {
    margin-left: 0;
    margin-right: 0;
}

.single-post article figure figcaption,
.single-project article figure figcaption {
    text-align: left;
    font-style: italic;
    color: #666666 !important;
}

.single-post article a,
.single-project article a {
    color: #026cdf;
}

.single-post article a:hover,
.single-post article a:focus,
.single-project article a:hover,
.single-project article a:focus {
    color: #0150a7;
}

.single-post article h1,
.single-project article h1 {
    font-size: 23px;
    line-height: 1.4em;
}

.single-post article h2,
.single-project article h2 {
    padding-bottom: 1em;
    font-size: 18px;
    line-height: 1.4em;
}

.single-post article h3,
.single-post article h4,
.single-post article h5 .single-post article h6,
.single-project article h3,
.single-project article h4,
.single-project article h5 .single-project article h6 {
    font-size: 16px;
    line-height: 1.4em;
}

.single-post article .entry-content,
.single-project article .entry-content {
    padding-top: 20px;
}

.single-post .below-post,
.single-project .below-post {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #f6f6f6;
}

.single-post .below-post h3,
.single-project .below-post h3 {
    font-size: 22px;
}

.single-post .below-post ul,
.single-project .below-post ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.single-post .below-post li,
.single-project .below-post li {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 15px;
}

.single-post .below-post li a,
.single-project .below-post li a {
    float: left;
    width: 100%;
    height: 100%;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #026cdf !important;
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.2s;
}

.single-project #left-area .et_pb_gutters1 {
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (min-width: 767px) {
    .single-post article h1,
    .single-project article h1 {
        font-size: 30px;
    }

    .single-post article h2,
    .single-project article h2 {
        font-size: 24px;
    }

    .single-post article h3,
    .single-post article h4,
    .single-post article h5 .single-post article h6,
    .single-project article h3,
    .single-project article h4,
    .single-project article h5 .single-project article h6 {
        font-size: 20px;
    }
}

@media (min-width: 981px) {
    .single.et_right_sidebar #left-area {
        padding-right: 0;
    }

    .single-post #left-area,
    .single-post .widget_recent_entries,
    .single-project #left-area,
    .single-project .widget_recent_entries {
        width: 100%;
        margin: 0 auto;
        float: none !important;
    }

    .single-post #left-area,
    .single-project #left-area {
        max-width: 1100px;
    }

    .single-post .below-post,
    .single-project .below-post {
        padding-top: 20px;
        padding-bottom: 70px;
    }

    .single-post .below-post li,
    .single-project .below-post li {
        width: 50%;
        margin-bottom: 15px;
    }

    .single-post .below-post li:nth-child(even),
    .single-project .below-post li:nth-child(even) {
        padding-left: 7px;
    }
    .single-post .below-post li:nth-child(odd) .single-project .below-post li:nth-child(odd) {
        padding-right: 7px;
    }

    .single-post .below-post li:hover,
    .single-project .below-post li:hover {
        margin-top: 0;
        margin-bottom: 17px;
    }

    .single-post .below-post li:hover a,
    .single-project .below-post li:hover a {
        -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
    }
}

/*news gallery ul*/

#left-area ul.blocks-gallery-grid,
.comment-content ul.blocks-gallery-grid,
.entry-content ul.blocks-gallery-grid,
body.et-pb-preview #main-content .container ul.blocks-gallery-grid {
    padding-left: 0;
}

.social-share {
    width: 100%;
}

.social-share ul {
    display: inline-block;
    margin: 0;
    padding: 20px 0 !important;
    text-indent: 0;
    list-style-type: none;
}

.social-share.social-share-project ul {
    padding: 10px 0 20px !important;
}

.social-share li {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 0 6px;
}
.social-share li:first-child {
    padding-left: 0;
}

.social-share a {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.social-share a img {
    max-width: 23px;
}
.social-share a:hover img,
.social-share a:focus img {
    opacity: 0.6;
}

@media (min-width: 768px) {
    .social-share ul {
        padding: 30px 0 !important;
    }
    .social-share.social-share-project ul {
        padding: 20px 0 30px !important;
    }
    .social-share a img {
        max-width: 27px;
    }
}

.tooltip {
    position: absolute;
    visibility: hidden;
    top: 27px;
    left: 17px;
    width: 160px;
    padding: 7px 5px;
    text-align: center;
    opacity: 0;
    color: #262626;
    border: 1px solid #999999;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin-top: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.tooltip::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #777;
    border-width: 0 1px 1px 0;
    background-color: #fff;
    top: -7px;
    left: 50%;
    margin-left: -6px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.tooltip.visible {
    visibility: visible;
    opacity: 1;
}
@media (min-width: 768px) {
    .tooltip {
        top: 30px;
        left: 18px;
    }
}

/*clubs page*/

@media (min-width: 1400px) {
    .clubs-text-1 {
        padding-top: 100px;
        padding-right: 40px;
    }
    .clubs-text-2 {
        padding-top: 50px;
        padding-left: 40px;
    }
    .clubs-text-3 {
        padding-top: 100px;
        padding-right: 40px;
    }
    .clubs-text-4 {
        padding-top: 40px;
        padding-left: 40px;
    }
    .clubs-text h1,
    .clubs-text h2 {
        font-size: 42px !important;
        line-height: 1.4em !important;
    }
}

/*Wordpress styles*/

.wp-block-button {
}

.wp-block-button__link {
    background-color: #026cdf !important;
    color: #ffffff !important;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 2px;
    transition: all 0.3s;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active {
    background: #0150a7 !important;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-5-23 16:38:14
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-out-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-out-left {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }
}
@keyframes scale-out-left {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }
}

@-webkit-keyframes scale-in-left {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }
}
@keyframes scale-in-left {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }
}

@-webkit-keyframes scale-up-hor-center {
    0% {
        -webkit-transform: scaleX(0.1);
        transform: scaleX(0.1);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes scale-up-hor-center {
    0% {
        -webkit-transform: scaleX(0.1);
        transform: scaleX(0.1);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes rotate180 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}
@keyframes rotate180 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}
