﻿.container {
    padding: 0 3%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}


/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-size: 1em;
}


/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}


/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}


/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* ==========================================================================
   Lists
   ========================================================================== */


/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}


/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}


/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* ==========================================================================
   Embedded content
   ========================================================================== */


/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}


/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}


/* ==========================================================================
   Figures
   ========================================================================== */


/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}


/* ==========================================================================
   Forms
   ========================================================================== */


/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}


/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}


/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}


/* ==========================================================================
   Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*
[Utility classes]
-------------------------------------------------------------------*/


/*
 * Quick floats
 *-------------------------*/

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*
 * Toggling content
 *-------------------------*/

.hide {
    display: none;
}

.show {
    display: block;
}


/*
 * Visibility
 *-------------------------*/

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}


/*
 * For Affix plugin
 *-------------------------*/

.affix {
    position: fixed;
}


/*
 * Clearing floats
 *-------------------------*/

.container:before,
.mfp-image-holder .mfp-content:before,
.home-hero .home-hero__content:before,
.home-listing:before,
.grid-row:before,
.page-sub-footer__table-row:before,
.form-row:before,
.faqs:before,
.work__header:before,
.contact-grid:before,
.filters:before,
.flex-grid__item:before,
.home-listing__item:before,
.list-grid:before,
.media-switcher__nav:before,
.media-listing__item:before,
.posts-3-col:before,
.related-posts__inner:before,
.field-button:before,
.page-template-jobs .page__content:before,
.page-template-internship .page__content:before,
.page-template-jobs .jobs__filters:before,
.page-template-internship .jobs__filters:before,
.single-location .info-blocks:before,
.office-grid:before,
.jobs-list li:before,
.container:after,
.mfp-image-holder .mfp-content:after,
.home-hero .home-hero__content:after,
.home-listing:after,
.grid-row:after,
.page-sub-footer__table-row:after,
.form-row:after,
.faqs:after,
.work__header:after,
.contact-grid:after,
.filters:after,
.flex-grid__item:after,
.home-listing__item:after,
.list-grid:after,
.media-switcher__nav:after,
.media-listing__item:after,
.posts-3-col:after,
.related-posts__inner:after,
.field-button:after,
.page-template-jobs .page__content:after,
.page-template-internship .page__content:after,
.page-template-jobs .jobs__filters:after,
.page-template-internship .jobs__filters:after,
.single-location .info-blocks:after,
.office-grid:after,
.jobs-list li:after,
.cf:before,
.cf:after {
    display: table;
    content: "";
    line-height: 0;
}

.container:after,
.mfp-image-holder .mfp-content:after,
.home-hero .home-hero__content:after,
.home-listing:after,
.grid-row:after,
.page-sub-footer__table-row:after,
.form-row:after,
.faqs:after,
.work__header:after,
.contact-grid:after,
.filters:after,
.flex-grid__item:after,
.home-listing__item:after,
.list-grid:after,
.media-switcher__nav:after,
.media-listing__item:after,
.posts-3-col:after,
.related-posts__inner:after,
.field-button:after,
.page-template-jobs .page__content:after,
.page-template-internship .page__content:after,
.page-template-jobs .jobs__filters:after,
.page-template-internship .jobs__filters:after,
.single-location .info-blocks:after,
.office-grid:after,
.jobs-list li:after,
.cf:after {
    clear: both;
}


/*
 * Accessible yet invisible text
 *-------------------------*/

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

ul,
.unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-list,
.panel.panel--bkgd,
.related-posts,
.strip {
    margin-right: -9999px;
    margin-left: -9999px;
    padding-right: 9999px;
    padding-left: 9999px;
}


/*
[Grid]
-------------------------------------------------------------------*/

.mfp-image-holder .mfp-content,
.home-hero .home-hero__content,
.home-listing {
    position: relative;
    width: 100%;
}


/*
[Base Styles]
-------------------------------------------------------------------*/

html {
    overflow-y: scroll;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: white;
    color: black;
    font-size: 14px;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
}

@media (min-width: 988px) {}

main {
    padding-top: 75px;
}

@media (min-width: 768px) {
    main {
        padding-top: 85px;
    }
}

@media (min-width: 988px) {
    main {
        padding-top: 115px;
    }
}

ul.unstyled,
ol.unstyled {
    list-style: none;
    margin-left: 0;
}

strong,
b {
    font-weight: normal;
}

img {
    display: block;
    max-width: 100%;
}


/*
[Animations]
-------------------------------------------------------------------*/

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*
[Fonts]
-------------------------------------------------------------------*/


/*
[Icons]
-------------------------------------------------------------------*/

.icon-arrow-right-white,
a .icon-arrow-right-white:before,
a .icon-arrow-right-white:after,
.icon-arrow-right-large-white,
a .icon-arrow-right-large-white:before,
a .icon-arrow-right-large-white:after,
.icon-arrow-left-large-white,
a .icon-arrow-left-large-white:before,
a .icon-arrow-left-large-white:after,
.page-footer__social a,
.page-footer__social a:before,
.page-footer__social a:after,
.field-button__button button:after,
.field-button__button .btn:after,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.post-nav__prev:before,
.post-nav__next:after,
.post-social a,
.work__social a,
.post-social__download span,
.contact-grid__tel i,
.contact-grid__email i,
.email-subscribe__submit button:after,
.filters__search-submit,
.home-hero__arrow,
.home-listing .home-listing__client:after,
.home-listing__item--news .home-listing__arrow,
.info-blocks__facebook,
.info-blocks__twitter,
.info-blocks__instagram,
.info-blocks__pinterest,
.info-blocks__wechat,
.info-blocks__linkedin,
.list-item--person .list-item__social a,
.page-overlay__back,
.page-overlay__close,
.related-posts__arrow,
.icon {
    display: inline-block;
    font-size: 0;
    text-indent: -9999px;
    vertical-align: middle;
}

.icon-arrow-right-white {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

html.no-svg .icon-arrow-right-white {}

a .icon-arrow-right-white {
    position: relative;
    background-image: none;
}

a .icon-arrow-right-white:before,
a .icon-arrow-right-white:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

a .icon-arrow-right-white:before {
    opacity: 0;
}

a .icon-arrow-right-white:before {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

html.no-svg a .icon-arrow-right-white:before {}

a .icon-arrow-right-white:after {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

html.no-svg a .icon-arrow-right-white:after {}

a:hover .icon-arrow-right-white:before,
a:focus .icon-arrow-right-white:before {
    opacity: 1;
}

.icon-arrow-right-large-white {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

html.no-svg .icon-arrow-right-large-white {}

a .icon-arrow-right-large-white {
    position: relative;
    background-image: none;
}

a .icon-arrow-right-large-white:before,
a .icon-arrow-right-large-white:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

a .icon-arrow-right-large-white:before {
    opacity: 0;
}

a .icon-arrow-right-large-white:before {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

html.no-svg a .icon-arrow-right-large-white:before {}

a .icon-arrow-right-large-white:after {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

html.no-svg a .icon-arrow-right-large-white:after {}

a:hover .icon-arrow-right-large-white:before,
a:focus .icon-arrow-right-large-white:before {
    opacity: 1;
}

.icon-arrow-left-large-white {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

html.no-svg .icon-arrow-left-large-white {}

a .icon-arrow-left-large-white {
    position: relative;
    background-image: none;
}

a .icon-arrow-left-large-white:before,
a .icon-arrow-left-large-white:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

a .icon-arrow-left-large-white:before {
    opacity: 0;
}

a .icon-arrow-left-large-white:before {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

html.no-svg a .icon-arrow-left-large-white:before {}

a .icon-arrow-left-large-white:after {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

html.no-svg a .icon-arrow-left-large-white:after {}

a:hover .icon-arrow-left-large-white:before,
a:focus .icon-arrow-left-large-white:before {
    opacity: 1;
}


/*
[Typography]
-------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.post__title,
.page__title,
.archive__title,
.home-hero__title,
.home-listing__item--news .home-listing__title {
    font-size: 30px;
    line-height: 35px;
}

@media (min-width: 768px) {
    .post__title,
    .page__title,
    .archive__title,
    .home-hero__title,
    .home-listing__item--news .home-listing__title {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (min-width: 988px) {
    .post__title,
    .page__title,
    .archive__title,
    .home-hero__title,
    .home-listing__item--news .home-listing__title {
        font-size: 70px;
        line-height: 75px;
    }
}

.post__content h1,
.page__content h1,
.work__content h1,
.panel__content h1,
.home-listing__title {
    font-size: 26px;
    line-height: 28px;
}

@media (min-width: 988px) {
    .post__content h1,
    .page__content h1,
    .work__content h1,
    .panel__content h1,
    .home-listing__title {
        font-size: 45px;
        line-height: 45px;
    }
}

.page-sub-footer__title,
.search-query,
.post__content h2,
.page__content h2,
.work__content h2,
.panel__content h2,
.blog .posts-no-results,
.search .posts-no-results,
.category .posts-no-results,
.faqs dt,
.news-group__title,
.single-location .office__title,
.email-subscribe__title,
.featured-posts__title,
.featured-post__title,
.flex-grid__title,
.list-item__title,
.media-switcher__nav .media-switcher__nav-title,
.media-listing__content .media-listing__content-title,
.panel__title,
.posts-3-col__title,
.strip,
.jobs-list__title,
.job-form h2 {
    font-size: 25px;
    line-height: 30px;
}

@media (min-width: 988px) {
    .post__content h3,
    .page__content h3,
    .work__content h3,
    .panel__content h3 {
        font-size: 25px;
        line-height: 30px;
    }
}

.page-sub-footer__3col,
.control__label,
.contact-grid,
.jobs-list__location,
.jobs-list__department {
    font-size: 16px;
    line-height: 25px;
}

@media (min-width: 988px) {
    .page-sub-footer__3col,
    .control__label,
    .contact-grid,
    .jobs-list__location,
    .jobs-list__department {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (min-width: 988px) {
    .faqs dd,
    .featured-post p,
    .flex-grid__item p,
    .home-listing__item--news p,
    .media-switcher__nav .media-switcher__nav-content,
    .media-listing__content .media-listing__content-content,
    .posts-3-col__item p,
    .related-posts__post {
        font-size: 18px;
        line-height: 27px;
    }
}


/*
[Header]
-------------------------------------------------------------------*/


/* Color override for nav image */

.page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding-top: 25px;
    padding-bottom: 15px;
    -webkit-transition-property: background-color, padding-top, top;
    -webkit-transition-duration: 100ms, 100ms, 300ms;
    -webkit-transition-timing-function: linear, linear, ease-in-out;
    -moz-transition-property: background-color, padding-top, top;
    -moz-transition-duration: 100ms, 100ms, 300ms;
    -moz-transition-timing-function: linear, linear, ease-in-out;
    transition-property: background-color, padding-top, top;
    transition-duration: 100ms, 100ms, 300ms;
    transition-timing-function: linear, linear, ease-in-out;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (min-width: 768px) {
    .page-header {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

@media (min-width: 988px) {
    .page-header {
        padding-top: 44px;
        padding-bottom: 25px;
    }
}

.page-header--scrolling:not(.page-overlay--open) .page-header {
    padding-top: 17px;
}

@media (min-width: 768px) {
    .page-header--scrolling:not(.page-overlay--open) .page-header {
        padding-top: 23px;
    }
}

@media (min-width: 988px) {
    .page-header--scrolling:not(.page-overlay--open) .page-header {
        padding-top: 31px;
    }
}

.page-header--scrolling:not(.page-overlay--open) .page-header .brighter-logo {
    display: none;
}

.page-header--scrolling:not(.page-overlay--open) .page-header .darker-logo {
    display: block;
}

.page-header--hide:not(.page-overlay--open) .page-header {
    top: -100px;
}

.page-header__nav {
    float: right;
    margin-top: -1px;
    font-size: 0;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .page-header__nav {
        margin-top: 3px;
    }
}

@media (min-width: 988px) {
    .page-header__nav {
        margin-top: 11px;
    }
    .home .page-header__nav {
        margin-top: 6px;
    }
}

.page-header__nav>li:first-child {
    margin-left: 0;
}

.page-header__nav>li.page-header__nav-hidden-mobile {
    display: none;
}

@media (min-width: 768px) {
    .page-header__nav>li.page-header__nav-hidden-mobile {
        display: inline-block;
    }
}

.page-header__nav a {
    display: block;
}

.page-header__nav a.active {
    color: #003EFF !important;
}

.page-header--scrolling .page-header__nav {
    color: black;
}

.page-header__menu {
    position: relative;
    z-index: 9999;
    margin-top: 0;
    width: 28px;
    height: 10px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    vertical-align: middle;
}

.page-header__menu:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 7px;
    border-bottom: 2px solid black;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
    display: none;
}

.page-header--white .page-header__menu,
.page-header--white .page-header__menu:after,
.page-header--white .page-header__menu span:before,
.page-header--white .page-header__menu span:after {
    border-color: white;
}

.page-header--scrolling .page-header__menu,
.page-header--scrolling .page-header__menu:after,
.page-header--scrolling .page-header__menu span:before,
.page-header--scrolling .page-header__menu span:after {
    border-color: black;
}

.page-header__menu:hover,
.page-header__menu:hover:after,
.page-header__menu:hover span:before,
.page-header__menu:hover span:after {
    border-color: #003EFF;
}

.page-header__menu span {
    font-size: 0;
    text-indent: -9999px;
}

.page-header__menu span:before,
.page-header__menu span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -1px;
    border-top: 0 solid black;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

.page-overlay--open .page-header__menu {
    border-color: transparent !important;
}

.page-overlay--open .page-header__menu:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.page-overlay--open .page-header__menu span:before,
.page-overlay--open .page-header__menu span:after {
    border-width: 2px;
    border-color: white;
}

.page-overlay--open .page-header__menu span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-overlay--open .page-header__menu span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page-header__lang-switcher {
    position: relative;
}

.page-header__lang-switcher>a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 7px;
    border: 4px solid transparent;
    border-top-color: black;
    vertical-align: middle;
    -webkit-transition-property: all 200ms linear;
    -webkit-transition-duration: 100ms;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: all 200ms linear;
    -moz-transition-duration: 100ms;
    -moz-transition-timing-function: linear;
    transition-property: all 200ms linear;
    transition-duration: 100ms;
    transition-timing-function: linear;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}

.page-header--white .page-header__lang-switcher>a:after {
    border-top-color: white;
}

.page-header--scrolling .page-header__lang-switcher>a:after {
    border-top-color: black;
}

.page-header__lang-switcher>a:hover,
.page-header__lang-switcher>a:focus,
.page-header__lang-switcher>a.active {
    color: #003EFF;
}

.page-header__lang-switcher>a:hover:after,
.page-header__lang-switcher>a:focus:after,
.page-header__lang-switcher>a.active:after {
    border-top-color: #003EFF;
}

.page-header__lang-switcher>a.active:after {
    margin-top: -5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*
 * 3.1 Logo Text Replacement
 *-------------------------*/

.logo {
    position: relative;
    display: inline-block;
}

@media (min-width: 768px) {
    .logo {
        top: 0;
    }
}

@media (min-width: 988px) {
    .logo {
        z-index: 9999;
    }
}

.logo a {
    position: relative;
  display: flex;
  height: 40px;
  width: 200px;
  font-size: 0;
  text-indent: -9999px;
  color: white;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}

.logo a img {
    max-width: 100%;
    max-height: 35px;
}

.logo a img:not(.main-logo) {
    display: none;
}

@media (max-width: 768px) {
    .logo a {
        width: 160px;
    }
}

.logo__klamath {
    position: relative;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

.print-logo {
    display: none;
}

@media (min-width: 768px) {
    body:not(.home) .logo .main-logo {
        margin-top: -16px;
    }
}

.page-template-default main {
    padding-top: 0;
}

.has-yellow-header main {
    padding-top: 0;
}

.ja .page-header__nav>li.page-header__nav-hidden-mobile,
.zh-CN .page-header__nav>li.page-header__nav-hidden-mobile {
    display: none;
}

@media (min-width: 920px) {
    .ja .page-header__nav>li.page-header__nav-hidden-mobile,
    .zh-CN .page-header__nav>li.page-header__nav-hidden-mobile {
        display: inline-block;
    }
}

.ja .page-header .container.desktop {
    display: none;
}

@media (min-width: 920px) {
    .ja .page-header .container.desktop {
        display: block;
    }
}

@media (max-width: 1130px) {
    .ja .page-header .container.desktop ul li {
        margin-left: 10px;
        padding-left: 0;
    }
}

.ja .page-header .container.mobile {
    display: block;
}

@media (min-width: 920px) {
    .ja .page-header .container.mobile {
        display: none;
    }
}

.btn,
.control__button,
.post-nav__prev,
.post-nav__next,
.post-nav__all,
.list-grid__all {
    height: 45px;
    display: block;
    padding: 0 30px;
    border: 2px solid #efefee;
    background: white;
    color: black;
    font-size: 14px;
    line-height: 41px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

.btn:hover,
.btn:focus,
.control__button:hover,
.post-nav__prev:hover,
.post-nav__next:hover,
.post-nav__all:hover,
.list-grid__all:hover,
.control__button:focus,
.post-nav__prev:focus,
.post-nav__next:focus,
.post-nav__all:focus,
.list-grid__all:focus {
    border-color: #003EFF;
    background-color: #003EFF;
    color: black;
}

@media (min-width: 768px) {
    .btn,
    .control__button,
    .post-nav__prev,
    .post-nav__next,
    .post-nav__all,
    .list-grid__all {
        display: inline-block;
    }
}

@media (min-width: 988px) {
    .btn,
    .control__button,
    .post-nav__prev,
    .post-nav__next,
    .post-nav__all,
    .list-grid__all {
        height: 60px;
        font-size: 16px;
        line-height: 56px;
    }
}

.btn--no-border {
    border: none;
    line-height: 45px;
}

@media (min-width: 988px) {
    .btn--no-border {
        line-height: 60px;
    }
}

.btn--loading {
    position: relative;
    text-indent: -9999px;
    border-color: #003EFF;
    background-color: #003EFF;
    background-position: center center;
    background-size: auto;
}

.btn--loading:before {
    content: '';
    top: 50% !important;
    right: 0 !important;
    left: 0 !important;
}


/*
[Links]
-------------------------------------------------------------------*/

a {
    color: black;
    text-decoration: none;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

a:hover,
a:focus {
    color: #003EFF!important;
    text-decoration: none;
    outline: none;
}

a:active,
a:visited {
    outline: none;
}

.btn--loading:before,
.mfp-preloader:after,
.news-list--loading:before,
.filters--loading:before,
.jobs-list--loading:before,
.loader {
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 1000;
    display: block;
    width: 32px;
    height: 32px;
    background: url(https://hj.hyi.group/template/default/images/loader.gif) no-repeat center center;
    background-size: contain;
    margin: -16px auto 0;
}

.bottom.btn--loading:before,
.bottom.mfp-preloader:after,
.bottom.news-list--loading:before,
.bottom.filters--loading:before,
.bottom.jobs-list--loading:before,
.loader.bottom {
    top: auto;
    bottom: 0;
}


/*
[Navigation]

[Notes]
All navigations are structured as below unless stated otherwise 

[Example]
<nav class="nav-primary">
  <ul>
    <li><a href="#">Example</a></li>
    <li class="active"><a href="#">Active example</a></li>
  </ul>
</nav>

-------------------------------------------------------------------*/

nav a {
    display: block;
}

body.page-template.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a:hover,
body.page-template.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a:focus,
body.page-template.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a:active,
body.page-template.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a.active,
body.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a:hover,
body.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a:focus,
body.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a:active,
body.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a.active {
    color: white;
}

body.page-template.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a:hover:after,
body.page-template.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a:focus:after,
body.page-template.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a:active:after,
body.page-template.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a.active:after,
body.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a:hover:after,
body.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a:focus:after,
body.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a:active:after,
body.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a.active:after {
    border-top-color: white;
}

body.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a.page-header__menu:hover,
body.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a.page-header__menu:hover:after,
body.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a.page-header__menu:hover span:before,
body.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a.page-header__menu:hover span:after {
    border-color: white;
}

body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a:hover,
body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a:focus,
body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a:active,
body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a.active,
body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a:hover,
body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a:focus,
body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a:active,
body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a.active {
    color: white;
}

body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a:hover:after,
body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a:focus:after,
body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a:active:after,
body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a.active:after,
body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a:hover:after,
body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a:focus:after,
body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a:active:after,
body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a.active:after {
    border-top-color: white;
}

body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a.page-header__menu:hover,
body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a.page-header__menu:hover:after,
body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a.page-header__menu:hover span:before,
body.page-header-nav--white.page-template.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a.page-header__menu:hover span:after {
    border-color: #003EFF;
}

.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .menu-horizontal li.page-header__lang-switcher a,
.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .page-header__nav li.page-header__lang-switcher a {
    color: white;
}

.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .menu-horizontal li.page-header__lang-switcher a:after,
.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .page-header__nav li.page-header__lang-switcher a:after {
    border-top-color: white;
}

.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .menu-horizontal li.page-header__lang-switcher a:hover,
.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .menu-horizontal li.page-header__lang-switcher a:focus,
.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .menu-horizontal li.page-header__lang-switcher a:active,
.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .menu-horizontal li.page-header__lang-switcher a.active,
.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .page-header__nav li.page-header__lang-switcher a:hover,
.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .page-header__nav li.page-header__lang-switcher a:focus,
.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .page-header__nav li.page-header__lang-switcher a:active,
.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .page-header__nav li.page-header__lang-switcher a.active {
    color: #000;
}

.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .menu-horizontal li.page-header__lang-switcher a:hover:after,
.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .menu-horizontal li.page-header__lang-switcher a:focus:after,
.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .menu-horizontal li.page-header__lang-switcher a:active:after,
.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .menu-horizontal li.page-header__lang-switcher a.active:after,
.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .page-header__nav li.page-header__lang-switcher a:hover:after,
.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .page-header__nav li.page-header__lang-switcher a:focus:after,
.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .page-header__nav li.page-header__lang-switcher a:active:after,
.page-header-nav--white:not(.page-header--scrolling):not(.page-header-menu--black) .page-header__nav li.page-header__lang-switcher a.active:after {
    border-top-color: #000;
}


/* highlight options */

.page-header-highlight--black:not(.page-header--scrolling) .menu-horizontal li a:hover,
.page-header-highlight--black:not(.page-header--scrolling) .page-header__nav li a:hover {
    color: black;
}

.page-header-highlight--black:not(.page-header--scrolling) .menu-horizontal li a:hover:after,
.page-header-highlight--black:not(.page-header--scrolling) .page-header__nav li a:hover:after {
    border-top-color: black;
}

.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a:hover,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a:focus,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a:active,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li a.active,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a:hover,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a:focus,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a:active,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .page-header__nav li a.active {
    color: white;
}

.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li.page-header__lang-switcher a:hover,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li.page-header__lang-switcher a:focus,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li.page-header__lang-switcher a:active,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li.page-header__lang-switcher a.active,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .page-header__nav li.page-header__lang-switcher a:hover,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .page-header__nav li.page-header__lang-switcher a:focus,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .page-header__nav li.page-header__lang-switcher a:active,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .page-header__nav li.page-header__lang-switcher a.active {
    color: white;
}

.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li.page-header__lang-switcher a:hover:after,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li.page-header__lang-switcher a:focus:after,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li.page-header__lang-switcher a:active:after,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .menu-horizontal li.page-header__lang-switcher a.active:after,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .page-header__nav li.page-header__lang-switcher a:hover:after,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .page-header__nav li.page-header__lang-switcher a:focus:after,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .page-header__nav li.page-header__lang-switcher a:active:after,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .page-header__nav li.page-header__lang-switcher a.active:after {
    border-top-color: white;
}

.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .page-header__menu:hover,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .page-header__menu:hover:after,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .page-header__menu:hover span:before,
.page-header-menu--black.has-yellow-header:not(.page-header--scrolling) .page-header__menu:hover span:after {
    border-color: white;
}

.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .menu-horizontal li a,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .page-header__nav li a {
    color: white;
}

.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .menu-horizontal li a:hover,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .menu-horizontal li a:focus,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .menu-horizontal li a:active,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .menu-horizontal li a.active,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .page-header__nav li a:hover,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .page-header__nav li a:focus,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .page-header__nav li a:active,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .page-header__nav li a.active {
    color: #003EFF !important;
}

.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .menu-horizontal li.page-header__lang-switcher a:hover,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .menu-horizontal li.page-header__lang-switcher a:focus,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .menu-horizontal li.page-header__lang-switcher a:active,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .menu-horizontal li.page-header__lang-switcher a.active,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .page-header__nav li.page-header__lang-switcher a:hover,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .page-header__nav li.page-header__lang-switcher a:focus,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .page-header__nav li.page-header__lang-switcher a:active,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .page-header__nav li.page-header__lang-switcher a.active {
    color: #003EFF !important;
}

.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .menu-horizontal li.page-header__lang-switcher a:hover:after,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .menu-horizontal li.page-header__lang-switcher a:focus:after,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .menu-horizontal li.page-header__lang-switcher a:active:after,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .menu-horizontal li.page-header__lang-switcher a.active:after,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .page-header__nav li.page-header__lang-switcher a:hover:after,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .page-header__nav li.page-header__lang-switcher a:focus:after,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .page-header__nav li.page-header__lang-switcher a:active:after,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .page-header__nav li.page-header__lang-switcher a.active:after {
    border-top-color: #003EFF !important;
}

.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .page-header__menu:hover,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .page-header__menu:hover:after,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .page-header__menu:hover span:before,
.page-header-menu--white.page-header-menu--white:not(.page-header--scrolling) .page-header__menu:hover span:after {
    border-color: #003EFF;
}

.page-header-highlight--white:not(.page-header--scrolling):not(.page-header-menu--black) .menu-horizontal li a:hover,
.page-header-highlight--white:not(.page-header--scrolling):not(.page-header-menu--black) .page-header__nav li a:hover {
    color: white;
}

.page-header-highlight--white:not(.page-header--scrolling):not(.page-header-menu--black) .menu-horizontal li a:hover:after,
.page-header-highlight--white:not(.page-header--scrolling):not(.page-header-menu--black) .page-header__nav li a:hover:after {
    border-top-color: white;
}

.page-header-highlight--white:not(.page-header--scrolling):not(.page-header-menu--black) .page-header__menu:hover,
.page-header-highlight--white:not(.page-header--scrolling):not(.page-header-menu--black) .page-header__menu:hover:after,
.page-header-highlight--white:not(.page-header--scrolling):not(.page-header-menu--black) .page-header__menu:hover span:before,
.page-header-highlight--white:not(.page-header--scrolling):not(.page-header-menu--black) .page-header__menu:hover span:after {
    border-color: white;
}

.page-header-highlight--gold:not(.page-header--scrolling) .menu-horizontal li a:hover,
.page-header-highlight--gold:not(.page-header--scrolling) .page-header__nav li a:hover {
    color: #003EFF;
}

.page-header-highlight--gold:not(.page-header--scrolling) .menu-horizontal li a:hover:after,
.page-header-highlight--gold:not(.page-header--scrolling) .page-header__nav li a:hover:after {
    border-top-color: #fff;
}

.page-header-highlight--gold:not(.page-header--scrolling) .page-header__menu:hover,
.page-header-highlight--gold:not(.page-header--scrolling) .page-header__menu:hover:after,
.page-header-highlight--gold:not(.page-header--scrolling) .page-header__menu:hover span:before,
.page-header-highlight--gold:not(.page-header--scrolling) .page-header__menu:hover span:after {
    border-color: #003EFF;
}


/* hamburger highlight */

.page-header-menu--white:not(.page-header--scrolling) .page-header__menu,
.page-header-menu--white:not(.page-header--scrolling) .page-header__menu:after,
.page-header-menu--white:not(.page-header--scrolling) .page-header__menu span:before,
.page-header-menu--white:not(.page-header--scrolling) .page-header__menu span:after {
    border-color: white;
}


/* nav text color override - end */

.page-header-highlight--black:not(.page-header--scrolling) .menu-horizontal li a:hover,
.page-header-highlight--black:not(.page-header--scrolling) .page-header__nav li a:hover {
    color: black;
}

.page-header-highlight--black:not(.page-header--scrolling) .menu-horizontal li a:hover:after,
.page-header-highlight--black:not(.page-header--scrolling) .page-header__nav li a:hover:after {
    border-top-color: black;
}

.page-header-highlight--black:not(.page-header--scrolling) .page-header__menu:hover,
.page-header-highlight--black:not(.page-header--scrolling) .page-header__menu:hover:after,
.page-header-highlight--black:not(.page-header--scrolling) .page-header__menu:hover span:before,
.page-header-highlight--black:not(.page-header--scrolling) .page-header__menu:hover span:after {
    border-color: black;
}

.page-header .container.desktop {
    display: none;
}

@media (min-width: 768px) {
    .page-header .container.desktop {
        display: block;
    }
}

.page-header .container.mobile {
    display: block;
}

@media (min-width: 768px) {
    .page-header .container.mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    .page-header .container .logo {
        float: left;
    }
}

.page-header .container ul {
    float: right;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .page-header .container ul {
        float: left;
    }
}

.page-header .container ul.page-header__nav {
    float: right;
    margin-top: 0;
    margin-left: 30px;
}

.page-header .container ul.menu-horizontal {
    float: right;
}

.page-header .container .page-overlay--open .page-overlay__nav ul {
    float: left;
}

@media (max-width: 767px) {
    body:not(.home) .page-header .container ul.page-header__nav {
        margin-top: 9px;
    }
}

.page-header-secondary .container {
    /* margin-top: 40px; */
}

.page-header-secondary .container ul.page-header-secondary__nav {
    margin-top: 5px;
    margin-left: 30px;
}

.page-header-secondary-thinking .container {
    /* margin-top: 40px; */
}

.page-header-secondary-thinking .container ul li a .page-header-secondary-thinking__nav {
    margin-top: 5px;
    margin-left: 30px;
}

ul.menu-horizontal {
    float: left;
    margin-top: 10px;
}

ul.menu-horizontal li {
    float: left;
    display: inline-block;
    padding-left: 0rem;
    margin-left: 12px;
}

@media (min-width: 988px) {
    ul.menu-horizontal li {
        padding-left: 0.5rem;
        margin-left: 21px;
    }
}

@media (min-width: 1280px) {
    ul.menu-horizontal li {
        margin-left: 21px;
    }
}

ul.menu-horizontal li.page-header__lang-switcher div#header_language_list {
    background-color: black;
    left: 0%;
}

ul.menu-horizontal li.page-header__lang-switcher div#header_language_list ul li {
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
}

.popover {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    width: 290px;
    margin-top: 0;
    margin-left: -290px/2;
    padding: 20px 30px;
    background-color: black;
    color: white;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-property: margin-top, opacity, visibility;
    -webkit-transition-duration: 100ms, 200ms, 0ms;
    -webkit-transition-timing-function: ease-in-out, linear;
    -moz-transition-property: margin-top, opacity, visibility;
    -moz-transition-duration: 100ms, 200ms, 0ms;
    -moz-transition-timing-function: ease-in-out, linear;
    transition-property: margin-top, opacity, visibility;
    transition-duration: 100ms, 200ms, 0ms;
    transition-timing-function: ease-in-out, linear;
    -webkit-transition-delay: 0ms, 0ms, 200ms;
    -moz-transition-delay: 0ms, 0ms, 200ms;
    transition-delay: 0ms, 0ms, 200ms;
}

.page-header-secondary .popover {
    background-color: white;
}

.page-header-secondary-thinking .popover {
    background-color: white;
}

.popover.active {
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}

.popover a {
    color: inherit;
}

.popover a:hover,
.popover a:focus,
.popover a.active {
    color: #003EFF !important;
}

.popover li {
    display: block;
    padding: 8px 0;
}


/*
[Tables]
-------------------------------------------------------------------*/

.tooltip {
    position: relative;
}

.tooltip__tip {
    position: absolute;
    bottom: 100%;
    left: -10px;
    display: block;
    padding: 6px 15px;
    background: black;
    color: white;
    font-size: 16px;
    line-height: 25px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
}

.tooltip__tip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 12px;
    pointer-events: none;
    border: 5px solid transparent;
    border-top-color: black;
}

.tooltip.tooltip--active .tooltip__tip {
    opacity: 1;
}


/*
[Form Elements]
-------------------------------------------------------------------*/

label {
    display: inline-block;
    cursor: default;
}

 ::-webkit-input-placeholder {
    color: #000;
}

 :-moz-placeholder {
    color: #000;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=datetime],
input[type=date],
input[type=time],
input[type=tel],
input[type=url] {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 14px;
    border: 2px solid transparent;
    background: #f7f7f7;
    color: #000;
    font-size: 14px;
    line-height: 43px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 988px) {
    select,
    textarea,
    input[type=text],
    input[type=password],
    input[type=email],
    input[type=search],
    input[type=datetime],
    input[type=date],
    input[type=time],
    input[type=tel],
    input[type=url] {
        padding: 0 24px;
        height: 60px;
        font-size: 16px;
        line-height: 58px;
    }
}

select:hover,
select:focus,
textarea:hover,
textarea:focus,
input[type=text]:hover,
input[type=text]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=date]:hover,
input[type=date]:focus,
input[type=time]:hover,
input[type=time]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=url]:hover,
input[type=url]:focus {
    outline: none;
    border: 2px solid #efefee;
}

select:disabled,
textarea:disabled,
input[type=text]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=search]:disabled,
input[type=datetime]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled {
    opacity: 0.7;
}

textarea {
    resize: vertical;
    height: 150px;
}

@media (min-width: 988px) {
    textarea {
        height: 200px;
    }
}

select[multiple] {
    height: 150px;
    padding: 15px 0;
}

@media (min-width: 988px) {
    select[multiple] {
        height: 200px;
    }
}

select[multiple] option {
    padding: 0 24px;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button:focus,
input[type=submit]:focus {
    outline: none;
}

input[type=file] {
    visibility: hidden;
    position: absolute;
}

.form-row {
    clear: both;
}

@media (min-width: 988px) {
    .form-row--submit {
        margin-top: 48px;
    }
}

.control {
    position: relative;
    margin-bottom: 20px;
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .control {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .control {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .control {
        margin-bottom: 30px;
    }
}

@media (min-width: 988px) {
    .control {
        margin-bottom: 40px;
    }
}

@media (min-width: 988px) {
    .control {
        width: 66.6666666667%;
    }
}

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

.control__label {
    display: block;
    margin-bottom: 10px;
}

.control__label input[type="radio"],
.control__label input[type="checkbox"] {
    margin-right: 10px;
}

.control__button {
    padding: 0 53px;
}

.control__button:disabled {
    opacity: 0.7;
    pointer-events: none;
}

.control__button:disabled:hover {
    background-color: inherit;
    border-color: #efefee;
}

.control--error label {
    color: #ef4e74;
}

.control--error input,
.control--error input:hover,
.control--error input:focus,
.control--error .select__text,
.control--error .select__text:hover,
.control--error .select__text:focus {
    border-color: #ef4e74;
    color: #ef4e74;
}

.field-button__input {
    float: left;
    width: 79.1666666667%;
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .field-button__input {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .field-button__input {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 480px) {
    .field-button__input {
        float: left;
        width: 66.6666666667%;
    }
}

@media (min-width: 768px) {
    .field-button__input {
        width: 66.6666666667%;
    }
}

@media (min-width: 988px) {
    .field-button__input {
        width: 75%;
    }
}

.field-button__button {
    float: left;
    width: 20.8333333333%;
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .field-button__button {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .field-button__button {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 480px) {
    .field-button__button {
        float: left;
        width: 33.3333333333%;
    }
}

@media (min-width: 768px) {
    .field-button__button {
        width: 33.3333333333%;
    }
}

@media (min-width: 988px) {
    .field-button__button {
        width: 25%;
    }
}

.field-button__button button,
.field-button__button .btn {
    width: 100%;
    font-size: 0;
    padding: 0;
}

@media (min-width: 480px) {
    .field-button__button button,
    .field-button__button .btn {
        padding: 0;
        font-size: 14px;
    }
}

@media (min-width: 988px) {
    .field-button__button button,
    .field-button__button .btn {
        font-size: 16px;
    }
}

.field-button__button button:after,
.field-button__button .btn:after {
    content: '';
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

html.no-svg .field-button__button button:after,
html.no-svg .field-button__button .btn:after {}

@media (min-width: 480px) {
    .field-button__button button:after,
    .field-button__button .btn:after {
        display: none;
    }
}

.field-button__button button:hover:after,
.field-button__button .btn:hover:after {
    opacity: 1;
}

.select {
    position: relative;
    height: 45px;
    color: #000;
}

@media (min-width: 988px) {
    .select {
        height: 60px;
    }
}

.news-group__header .select {
    height: 45px;
}

@media (min-width: 988px) {
    .news-group__header .select {
        height: 60px;
    }
}

.select__text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 80px 0 24px;
    border: 2px solid #efefee;
    background-color: white;
    color: black;
    font-size: 16px;
    font-weight: normal;
    line-height: 41px;
    outline: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

@media (min-width: 988px) {
    .select__text {
        height: 60px;
        font-size: 16px;
        line-height: 56px;
    }
}

.news-group__header .select__text {
    border-color: transparent;
    line-height: 41px;
}

@media (min-width: 988px) {
    .news-group__header .select__text {
        line-height: 56px;
    }
}

.select__text:before {
    content: '';
    position: absolute;
    top: 14px;
    bottom: 14px;
    right: 60px;
    width: 0;
}

.select__text:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -2px;
    border: 6px solid transparent;
    border-top-color: black;
}

.select:hover,
.select:focus {
    color: black;
}

.select:disabled:hover,
.select:disabled:focus {
    color: #000;
}

.select select {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 45px;
    padding: 0 80px 0 24px;
    font-size: 16px;
}

@media (min-width: 988px) {
    .select select {
        height: 60px;
    }
}

.js .select select {
    padding-right: 80px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-appearance: none;
}

.js .select select:hover~.select__text,
.js .select select:focus~.select__text {
    border-color: #efefee;
}

.select select option {
    font: 14px/25px "DM Serif Display", Georgia, "Times New Roman", Times, serif normal;
}

.custom-file input[disabled]~.field-button__button .btn {
    pointer-events: none;
    cursor: default;
    opacity: 0.7;
}

.custom-file input[disabled]~.field-button__button .btn:hover {
    background-color: inherit;
}

.custom-file .btn:after {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

html.no-svg .custom-file .btn:after {}

.custom-file .btn:hover:after {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

html.no-svg .custom-file .btn:hover:after {}

.custom-file .btn:after,
.custom-file .btn:hover:after {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
}

html.no-svg .custom-file .btn:after,
html.no-svg .custom-file .btn:hover:after {}


/*
[Errors]
-------------------------------------------------------------------*/

.message {
    display: block;
    margin: 0 0 20px;
}

.message--error {
    color: #ef4e74;
}

.message--success {
    color: #a7b739;
}

.control .message {
    margin-top: 10px;
}


/*
[Search Form]
-------------------------------------------------------------------*/

input[type=search],
input[type=submit],
input[type=datetime],
input[type=date],
input[type=time] {
    -webkit-appearance: none;
}

.search-query {
    margin-bottom: 40px;
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: black;
    opacity: 0;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

.mfp-bg.mfp-ready {
    opacity: 1;
}

.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

.mfp-wrap.mfp-ready {
    opacity: 1;
}

.mfp-wrap.mfp-removing {
    opacity: 0;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .mfp-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: block;
    background-color: white;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    transform: translate3d(0, 0, 0);
    -webkit-transition-property: opacity 300ms linear;
    -webkit-transition-duration: 100ms;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: opacity 300ms linear;
    -moz-transition-duration: 100ms;
    -moz-transition-timing-function: linear;
    transition-property: opacity 300ms linear;
    transition-duration: 100ms;
    transition-timing-function: linear;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
    text-indent: -9999px;
}

.mfp-preloader:after {
    content: '';
    top: 50% !important;
    margin-top: -50px;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    position: absolute;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-transition: none 100ms linear 0ms;
    -moz-transition: none 100ms linear 0ms;
    transition: none 100ms linear 0ms;
}

html.no-svg .mfp-close {}

@media (min-width: 988px) {
    .mfp-close {
        top: 60px;
        right: 34px;
    }
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    position: relative;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}


/* 
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* 
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out 0ms;
    -moz-transition: height 500ms ease-in-out 0ms;
    transition: height 500ms ease-in-out 0ms;
}


/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/* 
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease 0ms;
    -moz-transition: opacity 400ms ease 0ms;
    transition: opacity 400ms ease 0ms;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -74px;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
    background-position: center center;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-prev:focus,
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:focus {
    background-color: #003EFF;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: auto;
}

html.no-svg .owl-carousel .owl-controls .owl-nav .owl-prev {}

.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: auto;
}

html.no-svg .owl-carousel .owl-controls .owl-nav .owl-next {}

.featured-posts .owl-carousel .owl-controls {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
}

.featured-posts .owl-carousel .owl-controls .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 2px;
}

.featured-posts .owl-carousel .owl-controls .owl-dot span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: white;
    opacity: 0.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.featured-posts .owl-carousel .owl-controls .owl-dot.active span {
    opacity: 1;
}

.sticky-container {
    position: relative;
}

.sticky-fixed {
    position: fixed;
    top: 120px;
    -webkit-transition: top 300ms ease-in-out 0ms;
    -moz-transition: top 300ms ease-in-out 0ms;
    transition: top 300ms ease-in-out 0ms;
}

@media (min-width: 988px) {
    .sticky-fixed {
        top: 150px;
    }
}

.page-header--hide .sticky-fixed {
    top: 40px;
}

.sticky-abs {
    position: absolute;
    bottom: 0;
}

.post__content,
.page__content,
.work__content,
.panel__content {
    padding-bottom: 33px;
    color: #000;
}

@media (min-width: 988px) {
    .post__content,
    .page__content,
    .work__content,
    .panel__content {
        padding-bottom: 43px;
        font-size: 18px;
        line-height: 28px;
    }
}

.post__content h1,
.page__content h1,
.work__content h1,
.panel__content h1,
.post__content h2,
.page__content h2,
.work__content h2,
.panel__content h2,
.post__content h3,
.page__content h3,
.work__content h3,
.panel__content h3,
.post__content h4,
.page__content h4,
.work__content h4,
.panel__content h4,
.post__content h5,
.page__content h5,
.work__content h5,
.panel__content h5,
.post__content h6,
.page__content h6,
.work__content h6,
.panel__content h6 {
    margin: 22px 0;
    color: black;
    font-weight: normal;
}

@media (min-width: 988px) {
    .post__content h1,
    .page__content h1,
    .work__content h1,
    .panel__content h1,
    .post__content h2,
    .page__content h2,
    .work__content h2,
    .panel__content h2,
    .post__content h3,
    .page__content h3,
    .work__content h3,
    .panel__content h3,
    .post__content h4,
    .page__content h4,
    .work__content h4,
    .panel__content h4,
    .post__content h5,
    .page__content h5,
    .work__content h5,
    .panel__content h5,
    .post__content h6,
    .page__content h6,
    .work__content h6,
    .panel__content h6 {
        margin: 30px 0;
    }
}

.post__content h1+figure,
.page__content h1+figure,
.work__content h1+figure,
.panel__content h1+figure,
.post__content h1+img,
.page__content h1+img,
.work__content h1+img,
.panel__content h1+img,
.post__content h2+figure,
.page__content h2+figure,
.work__content h2+figure,
.panel__content h2+figure,
.post__content h2+img,
.page__content h2+img,
.work__content h2+img,
.panel__content h2+img,
.post__content h3+figure,
.page__content h3+figure,
.work__content h3+figure,
.panel__content h3+figure,
.post__content h3+img,
.page__content h3+img,
.work__content h3+img,
.panel__content h3+img {
    margin-top: 28px;
}

@media (min-width: 988px) {
    .post__content h1+figure,
    .page__content h1+figure,
    .work__content h1+figure,
    .panel__content h1+figure,
    .post__content h1+img,
    .page__content h1+img,
    .work__content h1+img,
    .panel__content h1+img,
    .post__content h2+figure,
    .page__content h2+figure,
    .work__content h2+figure,
    .panel__content h2+figure,
    .post__content h2+img,
    .page__content h2+img,
    .work__content h2+img,
    .panel__content h2+img,
    .post__content h3+figure,
    .page__content h3+figure,
    .work__content h3+figure,
    .panel__content h3+figure,
    .post__content h3+img,
    .page__content h3+img,
    .work__content h3+img,
    .panel__content h3+img {
        margin-top: 36px;
    }
}

.post__content figure+h1,
.page__content figure+h1,
.work__content figure+h1,
.panel__content figure+h1,
.post__content figure+h2,
.page__content figure+h2,
.work__content figure+h2,
.panel__content figure+h2,
.post__content figure+h3,
.page__content figure+h3,
.work__content figure+h3,
.panel__content figure+h3,
.post__content img+h1,
.page__content img+h1,
.work__content img+h1,
.panel__content img+h1,
.post__content img+h2,
.page__content img+h2,
.work__content img+h2,
.panel__content img+h2,
.post__content img+h3,
.page__content img+h3,
.work__content img+h3,
.panel__content img+h3 {
    margin-top: 28px;
}

@media (min-width: 988px) {
    .post__content figure+h1,
    .page__content figure+h1,
    .work__content figure+h1,
    .panel__content figure+h1,
    .post__content figure+h2,
    .page__content figure+h2,
    .work__content figure+h2,
    .panel__content figure+h2,
    .post__content figure+h3,
    .page__content figure+h3,
    .work__content figure+h3,
    .panel__content figure+h3,
    .post__content img+h1,
    .page__content img+h1,
    .work__content img+h1,
    .panel__content img+h1,
    .post__content img+h2,
    .page__content img+h2,
    .work__content img+h2,
    .panel__content img+h2,
    .post__content img+h3,
    .page__content img+h3,
    .work__content img+h3,
    .panel__content img+h3 {
        margin-top: 37px;
    }
}

.post__content h4,
.page__content h4,
.work__content h4,
.panel__content h4,
.post__content h5,
.page__content h5,
.work__content h5,
.panel__content h5,
.post__content h6,
.page__content h6,
.work__content h6,
.panel__content h6 {
    margin: 19px 0;
    font-size: 14px;
}

@media (min-width: 988px) {
    .post__content h4,
    .page__content h4,
    .work__content h4,
    .panel__content h4,
    .post__content h5,
    .page__content h5,
    .work__content h5,
    .panel__content h5,
    .post__content h6,
    .page__content h6,
    .work__content h6,
    .panel__content h6 {
        font-size: 19px;
        line-height: 28px;
    }
}

.post__content h1,
.page__content h1,
.work__content h1,
.panel__content h1,
.post__content h2,
.page__content h2,
.work__content h2,
.panel__content h2,
.post__content h3,
.page__content h3,
.work__content h3,
.panel__content h3,
.post__content h4,
.page__content h4,
.work__content h4,
.panel__content h4,
.post__content h5,
.page__content h5,
.work__content h5,
.panel__content h5,
.post__content h6,
.page__content h6,
.work__content h6,
.panel__content h6,
.post__content p,
.page__content p,
.work__content p,
.panel__content p,
.post__content ul,
.page__content ul,
.work__content ul,
.panel__content ul,
.post__content ol,
.page__content ol,
.work__content ol,
.panel__content ol,
.post__content blockquote,
.page__content blockquote,
.work__content blockquote,
.panel__content blockquote,
.post__content figure,
.page__content figure,
.work__content figure,
.panel__content figure,
.post__content .audio-wrapper,
.page__content .audio-wrapper,
.work__content .audio-wrapper,
.panel__content .audio-wrapper {
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .post__content h1,
    .page__content h1,
    .work__content h1,
    .panel__content h1,
    .post__content h2,
    .page__content h2,
    .work__content h2,
    .panel__content h2,
    .post__content h3,
    .page__content h3,
    .work__content h3,
    .panel__content h3,
    .post__content h4,
    .page__content h4,
    .work__content h4,
    .panel__content h4,
    .post__content h5,
    .page__content h5,
    .work__content h5,
    .panel__content h5,
    .post__content h6,
    .page__content h6,
    .work__content h6,
    .panel__content h6,
    .post__content p,
    .page__content p,
    .work__content p,
    .panel__content p,
    .post__content ul,
    .page__content ul,
    .work__content ul,
    .panel__content ul,
    .post__content ol,
    .page__content ol,
    .work__content ol,
    .panel__content ol,
    .post__content blockquote,
    .page__content blockquote,
    .work__content blockquote,
    .panel__content blockquote,
    .post__content figure,
    .page__content figure,
    .work__content figure,
    .panel__content figure,
    .post__content .audio-wrapper,
    .page__content .audio-wrapper,
    .work__content .audio-wrapper,
    .panel__content .audio-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .post__content h1,
    .page__content h1,
    .work__content h1,
    .panel__content h1,
    .post__content h2,
    .page__content h2,
    .work__content h2,
    .panel__content h2,
    .post__content h3,
    .page__content h3,
    .work__content h3,
    .panel__content h3,
    .post__content h4,
    .page__content h4,
    .work__content h4,
    .panel__content h4,
    .post__content h5,
    .page__content h5,
    .work__content h5,
    .panel__content h5,
    .post__content h6,
    .page__content h6,
    .work__content h6,
    .panel__content h6,
    .post__content p,
    .page__content p,
    .work__content p,
    .panel__content p,
    .post__content ul,
    .page__content ul,
    .work__content ul,
    .panel__content ul,
    .post__content ol,
    .page__content ol,
    .work__content ol,
    .panel__content ol,
    .post__content blockquote,
    .page__content blockquote,
    .work__content blockquote,
    .panel__content blockquote,
    .post__content figure,
    .page__content figure,
    .work__content figure,
    .panel__content figure,
    .post__content .audio-wrapper,
    .page__content .audio-wrapper,
    .work__content .audio-wrapper,
    .panel__content .audio-wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .post__content h1,
    .page__content h1,
    .work__content h1,
    .panel__content h1,
    .post__content h2,
    .page__content h2,
    .work__content h2,
    .panel__content h2,
    .post__content h3,
    .page__content h3,
    .work__content h3,
    .panel__content h3,
    .post__content h4,
    .page__content h4,
    .work__content h4,
    .panel__content h4,
    .post__content h5,
    .page__content h5,
    .work__content h5,
    .panel__content h5,
    .post__content h6,
    .page__content h6,
    .work__content h6,
    .panel__content h6,
    .post__content p,
    .page__content p,
    .work__content p,
    .panel__content p,
    .post__content ul,
    .page__content ul,
    .work__content ul,
    .panel__content ul,
    .post__content ol,
    .page__content ol,
    .work__content ol,
    .panel__content ol,
    .post__content blockquote,
    .page__content blockquote,
    .work__content blockquote,
    .panel__content blockquote,
    .post__content figure,
    .page__content figure,
    .work__content figure,
    .panel__content figure,
    .post__content .audio-wrapper,
    .page__content .audio-wrapper,
    .work__content .audio-wrapper,
    .panel__content .audio-wrapper {
        width: 66.6666666667%;
    }
}

.post__content h1 a,
.page__content h1 a,
.work__content h1 a,
.panel__content h1 a,
.post__content h2 a,
.page__content h2 a,
.work__content h2 a,
.panel__content h2 a,
.post__content h3 a,
.page__content h3 a,
.work__content h3 a,
.panel__content h3 a,
.post__content h4 a,
.page__content h4 a,
.work__content h4 a,
.panel__content h4 a,
.post__content h5 a,
.page__content h5 a,
.work__content h5 a,
.panel__content h5 a,
.post__content h6 a,
.page__content h6 a,
.work__content h6 a,
.panel__content h6 a,
.post__content p a,
.page__content p a,
.work__content p a,
.panel__content p a,
.post__content ul a,
.page__content ul a,
.work__content ul a,
.panel__content ul a,
.post__content ol a,
.page__content ol a,
.work__content ol a,
.panel__content ol a,
.post__content blockquote a,
.page__content blockquote a,
.work__content blockquote a,
.panel__content blockquote a,
.post__content figure a,
.page__content figure a,
.work__content figure a,
.panel__content figure a,
.post__content .audio-wrapper a,
.page__content .audio-wrapper a,
.work__content .audio-wrapper a,
.panel__content .audio-wrapper a {
    display: inline-block;
    border-bottom: 1px solid #003EFF;
    color: inherit;
}

.post__content h1 a:hover,
.page__content h1 a:hover,
.work__content h1 a:hover,
.panel__content h1 a:hover,
.post__content h1 a:focus,
.page__content h1 a:focus,
.work__content h1 a:focus,
.panel__content h1 a:focus,
.post__content h2 a:hover,
.page__content h2 a:hover,
.work__content h2 a:hover,
.panel__content h2 a:hover,
.post__content h2 a:focus,
.page__content h2 a:focus,
.work__content h2 a:focus,
.panel__content h2 a:focus,
.post__content h3 a:hover,
.page__content h3 a:hover,
.work__content h3 a:hover,
.panel__content h3 a:hover,
.post__content h3 a:focus,
.page__content h3 a:focus,
.work__content h3 a:focus,
.panel__content h3 a:focus,
.post__content h4 a:hover,
.page__content h4 a:hover,
.work__content h4 a:hover,
.panel__content h4 a:hover,
.post__content h4 a:focus,
.page__content h4 a:focus,
.work__content h4 a:focus,
.panel__content h4 a:focus,
.post__content h5 a:hover,
.page__content h5 a:hover,
.work__content h5 a:hover,
.panel__content h5 a:hover,
.post__content h5 a:focus,
.page__content h5 a:focus,
.work__content h5 a:focus,
.panel__content h5 a:focus,
.post__content h6 a:hover,
.page__content h6 a:hover,
.work__content h6 a:hover,
.panel__content h6 a:hover,
.post__content h6 a:focus,
.page__content h6 a:focus,
.work__content h6 a:focus,
.panel__content h6 a:focus,
.post__content p a:hover,
.page__content p a:hover,
.work__content p a:hover,
.panel__content p a:hover,
.post__content p a:focus,
.page__content p a:focus,
.work__content p a:focus,
.panel__content p a:focus,
.post__content ul a:hover,
.page__content ul a:hover,
.work__content ul a:hover,
.panel__content ul a:hover,
.post__content ul a:focus,
.page__content ul a:focus,
.work__content ul a:focus,
.panel__content ul a:focus,
.post__content ol a:hover,
.page__content ol a:hover,
.work__content ol a:hover,
.panel__content ol a:hover,
.post__content ol a:focus,
.page__content ol a:focus,
.work__content ol a:focus,
.panel__content ol a:focus,
.post__content blockquote a:hover,
.page__content blockquote a:hover,
.work__content blockquote a:hover,
.panel__content blockquote a:hover,
.post__content blockquote a:focus,
.page__content blockquote a:focus,
.work__content blockquote a:focus,
.panel__content blockquote a:focus,
.post__content figure a:hover,
.page__content figure a:hover,
.work__content figure a:hover,
.panel__content figure a:hover,
.post__content figure a:focus,
.page__content figure a:focus,
.work__content figure a:focus,
.panel__content figure a:focus,
.post__content .audio-wrapper a:hover,
.page__content .audio-wrapper a:hover,
.work__content .audio-wrapper a:hover,
.panel__content .audio-wrapper a:hover,
.post__content .audio-wrapper a:focus,
.page__content .audio-wrapper a:focus,
.work__content .audio-wrapper a:focus,
.panel__content .audio-wrapper a:focus {
    color: #003EFF;
}

.post__content p,
.page__content p,
.work__content p,
.panel__content p,
.post__content img,
.page__content img,
.work__content img,
.panel__content img,
.post__content figure,
.page__content figure,
.work__content figure,
.panel__content figure,
.post__content blockquote,
.page__content blockquote,
.work__content blockquote,
.panel__content blockquote {
    margin: 12px 0;
}

@media (min-width: 768px) {
    .post__content p,
    .page__content p,
    .work__content p,
    .panel__content p,
    .post__content img,
    .page__content img,
    .work__content img,
    .panel__content img,
    .post__content figure,
    .page__content figure,
    .work__content figure,
    .panel__content figure,
    .post__content blockquote,
    .page__content blockquote,
    .work__content blockquote,
    .panel__content blockquote {
        margin: 18px 0;
    }
}

@media (min-width: 988px) {
    .post__content p,
    .page__content p,
    .work__content p,
    .panel__content p,
    .post__content img,
    .page__content img,
    .work__content img,
    .panel__content img,
    .post__content figure,
    .page__content figure,
    .work__content figure,
    .panel__content figure,
    .post__content blockquote,
    .page__content blockquote,
    .work__content blockquote,
    .panel__content blockquote {
        margin: 28px 0;
    }
}

.post__content strong,
.page__content strong,
.work__content strong,
.panel__content strong {
    color: black;
    font-weight: inherit;
}

.post__content img,
.page__content img,
.work__content img,
.panel__content img {
    width: auto;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
}

@media (min-width: 768px) {
    .post__content img,
    .page__content img,
    .work__content img,
    .panel__content img {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 988px) {
    .post__content img,
    .page__content img,
    .work__content img,
    .panel__content img {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 768px) {
    .post__content img,
    .page__content img,
    .work__content img,
    .panel__content img {
        max-width: 66.6666666667%;
    }
}

.post__content figure,
.page__content figure,
.work__content figure,
.panel__content figure {
    width: auto !important;
}

@media (min-width: 768px) {
    .post__content figure,
    .page__content figure,
    .work__content figure,
    .panel__content figure {
        width: 66.6666666667% !important;
    }
}

.post__content figure figcaption,
.page__content figure figcaption,
.work__content figure figcaption,
.panel__content figure figcaption {
    margin: 10px 0 0;
    font-weight: normal;
}

@media (min-width: 988px) {
    .post__content figure figcaption,
    .page__content figure figcaption,
    .work__content figure figcaption,
    .panel__content figure figcaption {
        font-size: 16px;
        line-height: 22px;
    }
}

.post__content figure img,
.page__content figure img,
.work__content figure img,
.panel__content figure img {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.post__content ol,
.page__content ol,
.work__content ol,
.panel__content ol,
.post__content ul,
.page__content ul,
.work__content ul,
.panel__content ul {
    margin: 19px 0;
}

.post__content ol,
.page__content ol,
.work__content ol,
.panel__content ol {
    margin-left: 17px;
}

.post__content ol li,
.page__content ol li,
.work__content ol li,
.panel__content ol li {
    padding-left: 10px;
}

.post__content ul,
.page__content ul,
.work__content ul,
.panel__content ul {
    margin-left: 20px;
}

.post__content ul li,
.page__content ul li,
.work__content ul li,
.panel__content ul li {
    padding-left: 7px;
    list-style: disc outside;
}

.post__content blockquote,
.page__content blockquote,
.work__content blockquote,
.panel__content blockquote {
    color: black;
    font-weight: normal;
}

.post__content blockquote p,
.page__content blockquote p,
.work__content blockquote p,
.panel__content blockquote p {
    margin: 15px 0;
    padding: 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
}

@media (min-width: 988px) {
    .post__content blockquote p,
    .page__content blockquote p,
    .work__content blockquote p,
    .panel__content blockquote p {
        font-size: 40px;
        line-height: 50px;
    }
}

.post__content blockquote cite,
.page__content blockquote cite,
.work__content blockquote cite,
.panel__content blockquote cite {
    display: block;
    color: #000;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
}

.post__content blockquote cite:before,
.page__content blockquote cite:before,
.work__content blockquote cite:before,
.panel__content blockquote cite:before {
    content: '\2014';
}

@media (min-width: 768px) {
    .post__content blockquote p,
    .page__content blockquote p,
    .work__content blockquote p,
    .panel__content blockquote p {
        width: auto;
    }
}

@media (min-width: 988px) {
    .post__content blockquote cite,
    .page__content blockquote cite,
    .work__content blockquote cite,
    .panel__content blockquote cite {
        font-size: 16px;
        line-height: 30px;
    }
}

.post-nav {
    position: relative;
    margin: 45px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .post-nav {
        margin-bottom: 50px;
    }
}

@media (min-width: 988px) {
    .post-nav {
        margin: 70px 0;
    }
}

.post-nav__prev,
.post-nav__next,
.post-nav__all {
    display: inline-block;
}

.post-nav__prev,
.post-nav__next {
    position: absolute;
    top: 0;
    width: 17.8571428571%;
    text-indent: -9999px;
}

@media (min-width: 768px) {
    .post-nav__prev,
    .post-nav__next {
        text-indent: 0;
        width: auto;
        min-width: 18.5714285714%;
    }
}

@media (min-width: 988px) {
    .post-nav__prev,
    .post-nav__next {
        min-width: 11.2359550562%;
    }
}

.post-nav__prev {
    left: 0;
}

.post-nav__prev:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -9px auto 0;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: auto;
}

@media (min-width: 768px) {
    .post-nav__prev:before {
        position: static;
        margin-top: -2px;
        margin-right: 10px;
    }
}

.post-nav__next {
    right: 0;
}

@media (min-width: 768px) {
    .post-nav__next:after {
        position: static;
        margin-top: -2px;
        margin-left: 10px;
    }
}

.post-nav__all {
    padding-right: 45px;
    padding-left: 45px;
}

@media (min-width: 988px) {
    .post-social,
    .work__social {
        margin-top: 27px;
    }
}

.post-social li,
.work__social li {
    display: inline-block;
    font-size: 16px;
    margin-right: 15px;
    width: 18px;
    height: 18px;
}

@media (min-width: 988px) {
    .post-social li,
    .work__social li {
        margin-right: 20px;
    }
}

.post-social a,
.work__social a {
    opacity: 1;
    display: block;
    width: 18px;
    height: 18px;
}

.post-social a:hover,
.work__social a:hover,
.post-social a:focus,
.work__social a:focus {
    opacity: 1;
}

.post-social__facebook a {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

html.no-svg .post-social__facebook a {}

.post-social__facebook a:hover,
.post-social__facebook a:focus {
    background-size: contain;
    background-repeat: no-repeat;
}

html.no-svg .post-social__facebook a:hover,
html.no-svg .post-social__facebook a:focus {}

.post-social__twitter a {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

.post-social__download {
    margin-top: 19px;
    margin-bottom: 5px;
    display: inline-block;
}

@media (min-width: 768px) {
    .post-social__download {
        margin-top: 15px;
        margin-left: 2px;
    }
}

@media (min-width: 988px) {
    .post-social__download {
        margin-top: 38px;
    }
}

blockquote.wp-caption-text p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.post__header,
.page__header {
    padding-top: 75px;
    position: relative;
    padding-bottom: 30px;
    background-color: #003EFF;
    color: white;
    overflow: hidden;
}

@media (min-width: 768px) {
    .post__header,
    .page__header {
        padding-top: 85px;
    }
}

@media (min-width: 988px) {
    .post__header,
    .page__header {
        padding-top: 115px;
    }
}

@media (min-width: 768px) {
    .post__header,
    .page__header {
        padding-bottom: 45px;
    }
}

@media (min-width: 988px) {
    .post__header,
    .page__header {
        padding-bottom: 70px;
    }
}

.has-hero-video .post__header,
.has-post-thumbnail .post__header,
.has-hero-video .page__header,
.has-post-thumbnail .page__header {
    padding-bottom: 45px;
    background-position: center center;
    background-size: cover;
}

.js .has-hero-video .post__header,
.js .has-post-thumbnail .post__header,
.js .has-hero-video .page__header,
.js .has-post-thumbnail .page__header {
    background-color: transparent;
}

@media (min-width: 480px) {
    .has-hero-video .post__header,
    .has-post-thumbnail .post__header,
    .has-hero-video .page__header,
    .has-post-thumbnail .page__header {
        position: relative;
    }
}

@media (min-width: 768px) {
    .has-hero-video .post__header,
    .has-post-thumbnail .post__header,
    .has-hero-video .page__header,
    .has-post-thumbnail .page__header {
        min-height: 350px;
    }
}

@media (min-width: 988px) {
    .has-hero-video .post__header,
    .has-post-thumbnail .post__header,
    .has-hero-video .page__header,
    .has-post-thumbnail .page__header {
        min-height: 550px;
    }
}

.post__header .container,
.page__header .container {
    z-index: 2;
}

.post__header-video,
.page__header-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 101%;
    min-height: 101%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.has-post-thumbnail .post__title,
.page-title--white .has-post-thumbnail .post__title,
.has-post-thumbnail .page__title,
.page-title--white .has-post-thumbnail .page__title {
    color: white;
}

.page-title--black .has-post-thumbnail .post__title,
.page-title--black .has-post-thumbnail .page__title {
    color: black;
}

@media (min-width: 768px) {
    .post__title,
    .page__title {
        width: 66.6666666667%;
    }
}

.post__aside,
.page__aside {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
    margin-top: 28px;
}

@media (min-width: 768px) {
    .post__aside,
    .page__aside {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .post__aside,
    .page__aside {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .post__aside,
    .page__aside {
        float: left;
        width: 33.3333333333%;
        float: right;
        margin-top: 32px;
    }
}

@media (min-width: 988px) {
    .post__aside,
    .page__aside {
        margin-top: 50px;
    }
}

.post__author,
.post__author-title,
.post__date,
.page__author,
.page__author-title,
.page__date {
    display: block;
    color: #000;
}

@media (min-width: 988px) {
    .post__author,
    .post__author-title,
    .post__date,
    .page__author,
    .page__author-title,
    .page__date {
        font-size: 20px;
        line-height: 28px;
    }
}

.post__author,
.page__author {
    color: black;
}

.post__author-list li,
.page__author-list li {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .post .post__content,
    .single-news-events .post__content {
        margin-top: 32px;
    }
}

@media (min-width: 988px) {
    .post .post__content,
    .single-news-events .post__content {
        margin-top: 50px;
    }
}

.archive__header {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .archive__header {
        margin: 20px 0 70px;
    }
}

@media (min-width: 988px) {
    .post-type-archive-people .archive__header {
        margin: 40px 0 95px;
    }
}

.archive__title {
    font-size: 25px;
}

@media (min-width: 768px) {
    .archive__title {
        font-size: 50px;
    }
}

@media (min-width: 988px) {
    .archive__title {
        font-size: 70px;
    }
}

.post-type-archive-people {
    background-color: #f7f7f7;
}

.post-type-archive-people .post-list {
    margin-bottom: 30px;
    background-color: white;
}

@media (min-width: 768px) {
    .post-type-archive-people .post-list {
        margin-bottom: 50px;
    }
}

@media (min-width: 988px) {
    .post-type-archive-people .post-list {
        margin-bottom: 70px;
    }
}

.blog .page__title,
.search .page__title,
.category .page__title {
    width: auto;
    color: white;
}

@media (min-width: 988px) {
    .blog .page__title,
    .search .page__title,
    .category .page__title {
        width: 75%;
    }
}

@media (min-width: 988px) {
    .page-template-contact .page__header {
        padding-top: 115px;
        padding-bottom: 70px;
    }
}

.page-template-contact .page__content {
    margin: 23px 0 19px;
    padding-bottom: 0;
}

@media (min-width: 988px) {
    .page-template-contact .page__content {
        margin-bottom: 29px;
    }
}

.page-template-contact .page__content h2 {
    margin: 0;
}

@media (min-width: 768px) {
    .page-template-contact .page__content h2 {
        width: auto;
    }
}

@media (min-width: 988px) {
    .page-template-contact .page__content h2 {
        width: 75%;
    }
}

.page-template-contact .contact-form {
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .page-template-contact .contact-form {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

@media (min-width: 988px) {
    .page-template-contact .contact-form {
        margin-top: 45px;
        margin-bottom: 35px;
    }
}

.error404 .page__title {
    width: auto;
}

@media (min-width: 988px) {
    .error404 .page__header {
        margin-bottom: 70px;
    }
}

@media (min-width: 988px) {
    .error404 .page__content {
        margin-bottom: 70px;
    }
}

.error404 .page__content h2 {
    margin-top: 0;
}

@media (min-width: 988px) {
    .error404 .page__content p {
        width: 50%;
        margin-top: 30px;
    }
}

@media (min-width: 988px) {
    .page-template-faqs .page__header {
        margin-bottom: 70px;
    }
}

.faqs {
    margin-bottom: 20px;
}

.faqs dt,
.faqs dd {
    margin: 0;
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .faqs dt,
    .faqs dd {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .faqs dt,
    .faqs dd {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.faqs dt {
    margin-bottom: 15px;
}

@media (min-width: 988px) {
    .faqs dt {
        width: 66.6666666667%;
        margin-bottom: 25px;
    }
}

.faqs dd {
    position: relative;
    color: #000;
    margin-bottom: 13px;
    padding-bottom: 13px;
}

@media (min-width: 768px) {
    .faqs dd {
        margin-bottom: 21px;
        padding-bottom: 28px;
    }
}

@media (min-width: 988px) {
    .faqs dd {
        margin-bottom: 41px;
        padding-bottom: 48px;
    }
}

.faqs dd:last-child {
    margin-bottom: 0;
}

.faqs dd:last-child:after {
    display: none;
}

.faqs dd:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 7px;
    right: 7px;
    border-bottom: 2px solid #efefee;
}

@media (min-width: 768px) {
    .faqs dd:after {
        left: 10px;
        right: 10px;
    }
}

@media (min-width: 988px) {
    .faqs dd:after {
        left: 20px;
        right: 20px;
    }
}

@media (min-width: 988px) {
    .faqs dd p {
        width: 66.6666666667%;
    }
}

.faqs dd a {
    border-bottom: 1px solid #003EFF;
    color: inherit;
}

.faqs dd a:hover,
.faqs dd a:focus {
    color: #003EFF;
}

.news-list {
    position: relative;
}

.news-list--loading {
    position: relative;
}

.news-list--loading:before {
    content: '';
    top: 60px;
}

.news-list--loading .list-item {
    opacity: 0.2;
}

.news-group {
    clear: both;
    margin-top: 20px;
    padding-top: 30px;
}

@media (min-width: 768px) {
    .news-group {
        margin-top: 30px;
        padding-top: 46px;
    }
}

@media (min-width: 988px) {
    .news-group {
        margin-top: 45px;
        padding-top: 62px;
    }
}

.news-group:first-child {
    margin-top: 0;
}

.news-group__header {
    position: relative;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .news-group__header {
        margin-bottom: 45px;
    }
}

@media (min-width: 988px) {
    .news-group__header {
        margin-bottom: 67px;
    }
}

.news-group__filters {
    margin-top: 15px;
    text-align: right;
}

@media (min-width: 768px) {
    .news-group__filters {
        position: absolute;
        top: -8px;
        right: 0;
        width: 66.6666666667%;
        margin-top: 0;
    }
}

@media (min-width: 988px) {
    .news-group__filters {
        width: auto;
    }
}

.news-group__filters .select {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .news-group__filters .select {
        display: inline-block;
        margin-bottom: 0;
        margin-left: 20px;
        width: 40%;
    }
}

@media (min-width: 768px) {
    .news-group__filters .select {
        width: auto;
    }
}

.single-location .post__header time {
    font-size: 16px;
}

@media (min-width: 988px) {
    .single-location .post__header time {
        font-size: 20px;
    }
}

.single-location .office__header {
    padding-right: 7px;
    padding-left: 7px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .single-location .office__header {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .single-location .office__header {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .single-location .office__header {
        margin-top: 45px;
        margin-bottom: 30px;
    }
}

@media (min-width: 988px) {
    .single-location .office__header {
        float: left;
        width: 50%;
        margin-top: 65px;
        margin-bottom: 60px;
    }
}

.single-location .office__header time {
    color: #000;
    font-size: 16px;
    line-height: 22px;
}

@media (min-width: 988px) {
    .single-location .office__header time {
        font-size: 20px;
        line-height: 27px;
    }
}

.single-location .title-our-work {
    margin-bottom: 80px;
}

.single-location .office__title {
    margin-bottom: 5px;
}

@media (min-width: 988px) {
    .single-location .office__title {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .single-location .panel.panel--clients {
        margin-top: 15px;
    }
}

@media (min-width: 988px) {
    .single-location .panel.panel--clients {
        margin-top: 30px;
    }
}

@media (min-width: 988px) {
    .single-location .panel.panel--clients .panel__header {
        margin-bottom: 67px;
    }
}

.page__header {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .page__header {
        margin-bottom: 35px;
        padding-bottom: 45px;
    }
}

@media (min-width: 988px) {
    .page__header {
        margin-bottom: 60px;
        padding-top: 130px;
        padding-bottom: 93px;
    }
}

.page .page__content .download-story {
    color: black;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

@media (min-width: 988px) {
    .page .page__content .download-story {
        font-size: 16px;
        line-height: 22px;
    }
    .page .page__content .download-story p {
        width: 41.6666666667%;
    }
}

.page-template-default .page__header {
    margin-bottom: 10px;
}

@media (min-width: 988px) {
    .page-template-default .page__header {
        margin-bottom: 22px;
        padding-top: 160px;
        padding-bottom: 136px;
    }
}

.page-template-default .page__content {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .page-template-default .page__content {
        margin-bottom: 50px;
    }
}

@media (min-width: 988px) {
    .page-template-default .page__content {
        margin-bottom: 70px;
    }
}

.page-template-default .page__content ol li,
.page-template-default .page__content ul li {
    margin: 0 0 15px;
}

.page-template-default .page__content h4 {
    margin-top: 28px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .page-template-default .page__content h4 {
        margin-top: 32px;
    }
}

@media (min-width: 988px) {
    .page-template-default .page__content h4 {
        margin-top: 50px;
    }
}

.page-template-default .page__content h4+p {
    margin-top: 0;
}

.page-template-story .page__content h1:first-child,
.page-template-story .page__content h2:first-child,
.page-template-story .page__content h3:first-child,
.page-template-story .page__content h4:first-child,
.page-template-story .page__content h5:first-child {
    margin-top: 0;
}

.page-template-press .page__header {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .page-template-press .page__header {
        margin-bottom: 50px;
    }
}

@media (min-width: 988px) {
    .page-template-press .page__header {
        margin-bottom: 70px;
    }
}

@media (min-width: 768px) {
    .page-template-press .panel__header {
        margin-bottom: 35px;
    }
}

.page-template-press .panel__content p:last-child {
    margin-bottom: 0;
}

.page-template-press .panel.panel--contacts {
    margin-bottom: 0;
}

.page-template-press .panel.panel--network {
    margin-top: 0;
}

.work__hero {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .work__hero {
        margin-bottom: 35px;
    }
}

@media (min-width: 988px) {
    .work__hero {
        margin-bottom: 46px;
    }
}

.work__title,
.work__subtitle {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
}

@media (min-width: 768px) {
    .work__title,
    .work__subtitle {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .work__title,
    .work__subtitle {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .work__title,
    .work__subtitle {
        float: left;
        width: 50%;
    }
}

@media (min-width: 988px) {
    .work__title,
    .work__subtitle {
        font-size: 35px;
        line-height: 43px;
    }
}

.work__subtitle {
    color: #000;
}

.work__aside {
    margin-top: 18px;
    font-size: 14px;
    line-height: 21px;
}

.work__aside a {
    color: #000;
}

@media (min-width: 768px) {
    .work__aside {
        margin-left: 50%;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .work__aside {
        margin-top: 37px;
        padding-left: 20px;
    }
}

.work__content img {
    max-width: 100%;
}

.work__content h3+ul {
    margin-top: -10px;
}

.work__content img,
.work__content figure {
    width: auto !important;
    margin: 20px 0;
}

@media (min-width: 768px) {
    .work__content img,
    .work__content figure {
        margin: 28px 0;
    }
}

@media (min-width: 988px) {
    .work__content img,
    .work__content figure {
        margin: 48px 0;
    }
}

.work__content figure img {
    margin: 0;
}

@media (min-width: 768px) {
    .work__content blockquote {
        width: 83.3333333333%;
    }
}

@media (min-width: 988px) {
    .page-template-jobs .page__header,
    .page-template-internship .page__header {
        padding-top: 115px;
        padding-bottom: 70px;
    }
}

.page-template-jobs .page__content,
.page-template-internship .page__content {
    margin-top: -5px;
    padding-bottom: 30px;
}

.page-template-jobs .page__content h2,
.page-template-internship .page__content h2 {
    margin-top: 10px;
    float: left;
}

.page-template-jobs .page,
.page-template-internship .page {
    border-bottom: 2px solid #efefee;
}

.page-template-jobs .select,
.page-template-internship .select {
    float: left;
}

.page-template-jobs .select:first-of-type,
.page-template-internship .select:first-of-type {
    margin: 15px 0 20px 0;
}

.page-template-jobs .select:last-of-type,
.page-template-internship .select:last-of-type {
    margin: 0px 0 8px 0;
}

@media (min-width: 768px) {
    .page-template-jobs .select:first-of-type,
    .page-template-jobs .select:last-of-type,
    .page-template-internship .select:first-of-type,
    .page-template-internship .select:last-of-type {
        margin: 0 20px 0 0;
    }
}

.page-template-jobs .jobs__filters,
.page-template-internship .jobs__filters {
    padding: 0 7px;
}

@media (min-width: 768px) {
    .page-template-jobs .jobs__filters,
    .page-template-internship .jobs__filters {
        padding: 0 0 33px 20px;
    }
}

.page-template-jobs .select,
.page-template-internship .select {
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .page-template-jobs .select,
    .page-template-internship .select {
        display: inline-block;
        width: 230px;
    }
}

.job-detail {
    border-bottom: 2px solid #efefee;
    padding-bottom: 30px;
}

@media (min-width: 988px) {
    .job-detail .jobs-list__meta {
        margin-right: 40px;
    }
}

.job-detail p strong+strong {
    display: block;
}

.blocks-our-people-offices {
    display: block;
    margin-top: 0px;
    padding-top: 75px;
    border-top: 2px solid #efefee;
    margin-bottom: 75px;
    padding-bottom: 75px;
    border-bottom: 2px solid #efefee;
}

.box-our-people-offices {
    display: flex;
    flex-wrap: wrap;
}

.our-people-offices {
    width: 50%;
    padding: 20px;
    margin-top: 35px;
    box-sizing: border-box;
}

.our-people-offices:nth-child(even) {
    padding-right: 0;
}

.our-people-offices:nth-child(odd) {
    padding-left: 0;
}

.our-people-offices .img {
    height: 390px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 20px;
}

.our-people-offices-title {
    font-size: 25px;
    font-weight: normal;
    color: #000;
    line-height: 120%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.our-people-offices-content p {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    margin-bottom: 20px;
}

.our-people-offices-phone {
    color: #000;
    font-size: 16px;
}

.our-people-offices-email {
    font-size: 16px;
    line-height: 22px;
    line-height: 120%;
    color: #000;
    font-weight: normal;
    border-bottom: 1px solid #fdce28;
    margin-right: 10px;
}

@media (max-width: 1200px) {
    .our-people-offices .img {
        height: 350px;
    }
}

@media (max-width: 1100px) {
    .our-people-offices .img {
        height: 320px;
    }
}

@media (max-width: 1000px) {
    .our-people-offices .img {
        height: 300px;
    }
}

@media (max-width: 900px) {
    .our-people-offices .img {
        height: 279px;
    }
}

@media (max-width: 800px) {
    .our-people-offices .img {
        height: 230px;
    }
}

@media (min-width: 601px) and (max-width: 700px) {
    .our-people-offices .img {
        height: 201px;
    }
}

@media (min-width: 501px) and (max-width: 600px) {
    .our-people-offices .img {
        height: 173px;
    }
}

@media (min-width: 450px) and (max-width: 500px) {
    .our-people-offices .img {
        height: 315px;
    }
}

@media (min-width: 400px) and (max-width: 449px) {
    .our-people-offices .img {
        height: 276px;
    }
}

@media (max-width: 992px) {
    .our-people-offices-title,
    .our-people-offices-email,
    .our-people-offices-content p {
        font-size: 16px;
        line-height: 22px;
    }
    .blocks-our-people-offices {
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
    .our-people-offices {
        padding: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

.contact-grid li {
    padding-right: 7px;
    padding-left: 7px;
    color: #000;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .contact-grid li {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .contact-grid li {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .contact-grid li {
        float: left;
        width: 33.3333333333%;
        margin-bottom: 65px;
    }
}

.contact-grid li p {
    margin-bottom: 5px;
}

.contact-grid__title {
    color: black;
}

.contact-grid__tel i,
.contact-grid__email i {
    opacity: 0.15;
}

.contact-grid__tel:hover i,
.contact-grid__tel:focus i,
.contact-grid__email:hover i,
.contact-grid__email:focus i {
    opacity: 1;
}

.contact-grid__email {
    margin-right: 10px;
}

.email-subscribe {
    padding-top: 35px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .email-subscribe {
        padding-top: 40px;
    }
}

@media (min-width: 988px) {
    .email-subscribe {
        padding-top: 63px;
        padding-bottom: 70px;
    }
}

@media (min-width: 768px) {
    .email-subscribe__inner {
        width: 75%;
    }
}

@media (min-width: 988px) {
    .email-subscribe__inner {
        width: 66.6666666667%;
    }
}

.email-subscribe__title {
    display: block;
    margin-bottom: 17px;
}

@media (min-width: 988px) {
    .email-subscribe__title {
        margin-bottom: 31px;
    }
}

.email-subscribe__input {
    float: left;
    width: 79.1666666667%;
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .email-subscribe__input {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .email-subscribe__input {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 480px) {
    .email-subscribe__input {
        float: left;
        width: 66.6666666667%;
    }
}

@media (min-width: 768px) {
    .email-subscribe__input {
        width: 66.6666666667%;
    }
}

@media (min-width: 988px) {
    .email-subscribe__input {
        width: 75%;
    }
}

.email-subscribe__submit {
    float: left;
    width: 20.8333333333%;
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .email-subscribe__submit {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .email-subscribe__submit {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 480px) {
    .email-subscribe__submit {
        float: left;
        width: 33.3333333333%;
    }
}

@media (min-width: 768px) {
    .email-subscribe__submit {
        width: 33.3333333333%;
    }
}

@media (min-width: 988px) {
    .email-subscribe__submit {
        width: 25%;
    }
}

.email-subscribe__submit button {
    width: 100%;
    font-size: 0;
    padding: 0;
}

@media (min-width: 480px) {
    .email-subscribe__submit button {
        padding: 0;
        font-size: 14px;
    }
}

@media (min-width: 988px) {
    .email-subscribe__submit button {
        font-size: 16px;
    }
}

@media (min-width: 480px) {
    .email-subscribe__submit button:after {
        display: none;
    }
}

.email-subscribe__submit button:hover:after {
    opacity: 1;
}

.featured-posts {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .featured-posts {
        margin-bottom: 30px;
    }
}

@media (min-width: 988px) {
    .featured-posts {
        margin-bottom: 40px;
    }
}

.featured-posts__header {
    position: relative;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .featured-posts__header {
        margin-bottom: 55px;
    }
}

.featured-post {
    padding: 20px;
}

@media (min-width: 768px) {
    .featured-post {
        min-height: 315px;
    }
}

@media (min-width: 988px) {
    .featured-post {
        padding: 40px;
        height: 653px;
    }
}

.featured-post__inner {
    padding: 20px;
    background-color: white;
}

@media (min-width: 768px) {
    .featured-post__inner {
        width: 50%;
    }
}

@media (min-width: 988px) {
    .featured-post__inner {
        width: 37.5%;
        padding: 40px;
    }
}

.featured-post__title {
    margin-bottom: 10px;
}

@media (min-width: 988px) {
    .featured-post__title {
        margin-bottom: 20px;
    }
}

.featured-post__cats {
    display: block;
    margin-bottom: 10px;
}

@media (min-width: 988px) {
    .featured-post__cats {
        margin-bottom: 20px;
    }
}

.featured-post p {
    color: #000;
}

.filters {
    margin-bottom: 20px;
}

@media (min-width: 988px) {
    .filters {
        margin-bottom: 40px;
    }
}

.filters--loading {
    position: relative;
}

.filters--loading:before {
    content: '';
}

.filters--loading .list-item {
    opacity: 0.2;
}

.filters__list {
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .filters__list {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .filters__list {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .filters__list {
        float: left;
        width: 58.3333333333%;
        margin-bottom: 0;
        padding-top: 12px;
    }
}

@media (min-width: 988px) {
    .filters__list {
        float: left;
        width: 75%;
        padding-top: 18px;
    }
}

.filters__list li {
    display: inline-block;
    margin-right: 20px;
}

.filters__list li:first-child {
    display: block;
}

@media (min-width: 768px) {
    .filters__list li:first-child {
        display: inline-block;
    }
}

.filters__list .filters--active {
    color: #003EFF;
}

.filters__search {
    position: relative;
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .filters__search {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .filters__search {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .filters__search {
        float: left;
        width: 41.6666666667%;
    }
}

@media (min-width: 988px) {
    .filters__search {
        float: left;
        width: 25%;
    }
}

.filters__search form {
    position: relative;
}

@media (min-width: 988px) {
    .filters__search-submit {
        right: 24px;
    }
}

.flex-grid {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .flex-grid {
        margin-bottom: 60px;
    }
}

.flex-grid__item {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .flex-grid__item {
        margin-bottom: 40px;
    }
}

@media (min-width: 988px) {
    .flex-grid__item {
        margin-bottom: 70px;
    }
}

.flex-grid__item p {
    color: #000;
}

.flex-grid__main,
.flex-grid__image {
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .flex-grid__main,
    .flex-grid__image {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .flex-grid__main,
    .flex-grid__image {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .flex-grid__main {
        width: 50%;
    }
}

.flex-grid__title {
    margin-bottom: 10px;
}

@media (min-width: 988px) {
    .flex-grid__title {
        margin-bottom: 20px;
        width: 75%;
    }
}

@media (min-width: 768px) {
    .flex-grid--img-text .flex-grid__main,
    .flex-grid--img-text .flex-grid__image {
        float: left;
        width: 50%;
    }
}

.flex-grid--img-text .flex-grid__image {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .flex-grid--img-text .flex-grid__image {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .flex-grid--img-right .flex-grid__image {
        float: right;
    }
}

.flex-grid--full-img .flex-grid__main {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .flex-grid--full-img .flex-grid__main {
        margin-top: 40px;
    }
}

@media (min-width: 988px) {
    .flex-grid--full-img .flex-grid__main {
        margin-top: 70px;
    }
}

.flex-grid--video {
    margin-right: 0;
    margin-left: 0;
}

.home-hero {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.no-js .home-hero {
    background-color: #003EFF;
}

@media (min-width: 768px) {
    .home-hero {
        height: 650px;
    }
}

.home-hero__title {
    color: white;
    font-size: 26px;
    line-height: 28px;
}

@media (min-width: 768px) {
    .home-hero__title {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (min-width: 988px) {
    .home-hero__title {
        width: 83.3333333333%;
        font-size: 70px;
        line-height: 75px;
    }
}

.home-hero .home-hero__content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    margin-top: 75px;
}

.home-hero .home-hero__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.home-hero .home-hero__image:first-child {
    opacity: 1;
}

.home-hero--running.home-hero--1 {
    height: 200vh;
}

.home-hero--running.home-hero--2 {
    height: 300vh;
}

.home-hero--running.home-hero--3 {
    height: 400vh;
}

.home-hero--running.home-hero--4 {
    height: 500vh;
}

.home-hero--running.home-hero--5 {
    height: 600vh;
}

.home-hero--running .home-hero__arrow {
    display: block;
}

.home-hero--running .home-hero__arrow,
.home-hero--running .home-hero__content {
    position: fixed;
}

.home-hero--running .home-hero__image {
    position: fixed;
    height: 100vh;
}

.home-hero--running.home-hero--stop .home-hero__arrow,
.home-hero--running.home-hero--stop .home-hero__content {
    position: absolute;
}

.home-hero--running.home-hero--stop .home-hero__image {
    position: static;
}

.home-listing__item {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .home-listing__item {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}

@media (min-width: 988px) {
    .home-listing__item {
        margin-top: 180px;
        margin-bottom: 180px;
    }
}

.home-listing__item:first-child {
    margin-top: 0;
}

.home-listing__title {
    margin: 10px 0 15px;
}

@media (min-width: 988px) {
    .home-listing__title {
        margin: 20px 0 25px;
    }
}

.home-listing__title a:hover,
.home-listing__title a:focus {
    color: #003EFF;
}

.home-listing .home-listing__client {
    color: #000;
}

.home-listing a {
    color: inherit;
}

.home-listing__item--news .home-listing__main {
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .home-listing__item--news .home-listing__main {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .home-listing__item--news .home-listing__main {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .home-listing__item--news .home-listing__main {
        width: 83.3333333333%;
        margin: 0 auto;
    }
}

.home-listing__item--news .home-listing__main-inner {
    padding: 14px 20px 20px;
    background-color: #003EFF;
}

@media (min-width: 768px) {
    .home-listing__item--news .home-listing__main-inner {
        min-height: 370px;
        padding: 25px 30px 45px;
    }
}

@media (min-width: 988px) {
    .home-listing__item--news .home-listing__main-inner {
        padding: 46px 51px;
        min-height: 610px;
    }
}

.home-listing__item--news .home-listing__title {
    color: white;
}

.home-listing__item--news .home-listing__title a:hover,
.home-listing__item--news .home-listing__title a:focus {
    color: black;
}

@media (min-width: 988px) {
    .home-listing__item--news .home-listing__title {
        line-height: 73px;
    }
}

@media (min-width: 768px) {
    .home-listing__item--news p {
        width: 55%;
    }
}

.home-listing__item--case-study {
    position: relative;
}

.home-listing__item--case-study .home-listing__main {
    padding-right: 7px;
    padding-left: 7px;
    min-height: 1px;
    margin-bottom: 30px;
    backface-visibility: hidden;
}

@media (min-width: 768px) {
    .home-listing__item--case-study .home-listing__main {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .home-listing__item--case-study .home-listing__main {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .home-listing__item--case-study .home-listing__main {
        float: left;
        width: 50%;
        margin-bottom: 0;
    }
}

@media (min-width: 988px) {
    .home-listing__item--case-study .home-listing__main {
        width: 41.6666666667%;
    }
}

.home-listing__item--case-study .home-listing__guide {
    height: 0;
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .home-listing__item--case-study .home-listing__guide {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .home-listing__item--case-study .home-listing__guide {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .home-listing__item--case-study .home-listing__guide {
        width: 50%;
    }
}

@media (min-width: 988px) {
    .home-listing__item--case-study .home-listing__guide {
        width: 41.6666666667%;
    }
}

.home-listing__item--case-study .home-listing__main-inner {
    background-color: white;
    padding: 14px 20px 20px;
}

@media (min-width: 988px) {
    .home-listing__item--case-study .home-listing__main-inner {
        padding: 37px 43px;
    }
}

.home-listing__item--case-study .home-listing__images {
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .home-listing__item--case-study .home-listing__images {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .home-listing__item--case-study .home-listing__images {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .home-listing__item--case-study .home-listing__images {
        float: left;
        width: 50%;
        float: right;
    }
}

@media (min-width: 988px) {
    .home-listing__item--case-study .home-listing__images {
        width: 58.3333333333%;
    }
}

.home-listing__item--case-study .home-listing__images a:first-child img {
    margin-top: 0;
}

.home-listing__item--case-study .home-listing__images img {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .home-listing__item--case-study .home-listing__images img {
        margin-top: 60px;
    }
}

@media (min-width: 988px) {
    .home-listing__item--case-study .home-listing__images img {
        margin-top: 95px;
    }
}

.home-listing--running img,
.home-listing--running .home-listing__item--case-study .home-listing__main {
    opacity: 0;
    will-change: transform, opacity;
}

.img-grid li {
    margin-bottom: 20px;
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .img-grid li {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .img-grid li {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 480px) {
    .img-grid li {
        float: left;
        width: 50%;
        margin-bottom: 3.85%;
    }
}

.img-grid--layout-1 .img-grid__item-0,
.img-grid--layout-2 .img-grid__item-0 {
    width: 100%;
}

.img-grid--layout-1 .img-grid__item-4,
.img-grid--layout-2 .img-grid__item-4 {
    clear: both;
}

.img-grid--layout-3 .img-grid__item-5,
.img-grid--layout-4 .img-grid__item-5 {
    width: 100%;
    clear: both;
}

.img-grid--layout-2 .img-grid__item-2 {
    float: right;
}

.img-grid--layout-3 .img-grid__item-5 {
    width: 100%;
    clear: both;
}

.img-grid--layout-4 .img-grid__item-3 {
    float: right;
}

.info-blocks {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .info-blocks {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 988px) {
    .info-blocks {
        margin-top: 70px;
        margin-bottom: 60px;
    }
}

@media (min-width: 988px) {
    .single-location .info-blocks {
        float: left;
        width: 50%;
    }
}

.info-blocks__column {
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .info-blocks__column {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .info-blocks__column {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .info-blocks__column {
        float: left;
        width: 33.3333333333%;
    }
}

@media (min-width: 768px) {
    .info-blocks__column {
        width: 25%;
    }
}

.single-location .info-blocks__column {
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .single-location .info-blocks__column {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .single-location .info-blocks__column {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .single-location .info-blocks__column {
        float: left;
        width: 66.6666666667%;
    }
}

@media (min-width: 768px) {
    .single-location .info-blocks__column {
        width: 50%;
    }
}

.info-blocks__list {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}

@media (min-width: 988px) {
    .info-blocks__list {
        font-size: 20px;
        line-height: 28px;
    }
}

.info-blocks__list dt,
.info-blocks__list dd {
    margin: 0;
    padding: 0;
}

.info-blocks__list dd {
    margin-bottom: 27px;
    color: #000;
}

.info-blocks__list dd a {
    color: inherit;
    border-bottom: 1px solid #003EFF;
}

.info-blocks__list dd a:hover,
.info-blocks__list dd a:focus {
    color: #003EFF;
}

.info-blocks__list dd a.info-blocks__facebook,
.info-blocks__list dd a.info-blocks__twitter,
.info-blocks__list dd a.info-blocks__instagram,
.info-blocks__list dd a.info-blocks__pinterest,
.info-blocks__list dd a.info-blocks__wechat,
.info-blocks__list dd a.info-blocks__linkedin {
    border: none;
}

.info-blocks__facebook,
.info-blocks__twitter,
.info-blocks__instagram,
.info-blocks__pinterest,
.info-blocks__wechat,
.info-blocks__linkedin {
    margin-top: 5px;
    margin-right: 10px;
    opacity: 0.5;
}

.info-blocks__facebook:hover,
.info-blocks__facebook:focus,
.info-blocks__twitter:hover,
.info-blocks__twitter:focus,
.info-blocks__instagram:hover,
.info-blocks__instagram:focus,
.info-blocks__pinterest:hover,
.info-blocks__pinterest:focus,
.info-blocks__wechat:hover,
.info-blocks__wechat:focus,
.info-blocks__linkedin:hover,
.info-blocks__linkedin:focus {
    opacity: 1;
}

.item-basic {
    margin-top: 35px;
}

.item-basic:first-child {
    margin-top: 0;
}

@media (min-width: 768px) {
    .item-basic {
        margin-top: 0;
    }
}

.item-basic__title,
.item-basic__subtitle {
    display: block;
    font-size: 16px;
    line-height: 22px;
}

@media (min-width: 988px) {
    .item-basic__title,
    .item-basic__subtitle {
        font-size: 19px;
        line-height: 28px;
    }
}

.item-basic__title {
    color: black;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

.item-basic__subtitle {
    color: #000;
}

.item-basic img {
    margin-bottom: 15px;
}

@media (min-width: 988px) {
    .item-basic img {
        margin-bottom: 20px;
    }
}

.panel--people .item-basic {
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .panel--people .item-basic {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .panel--people .item-basic {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .panel--people .item-basic {
        float: left;
        width: 33.3333333333%;
    }
}

@media (min-width: 988px) {
    .list-item {
        font-size: 18px;
        line-height: 27px;
    }
}

.list-item img {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .list-item img {
        margin-bottom: 27px;
    }
}

.list-item a:hover .list-item__title,
.list-item a:focus .list-item__title {
    color: #003EFF;
}

.list-item__title {
    color: black;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

.list-item .list-item__cats,
.list-item .list-item__read-more,
.list-item .list-item__author {
    display: block;
    margin-bottom: 10px;
    color: black;
    font-size: 14px;
    line-height: 21px;
}

@media (min-width: 988px) {
    .list-item .list-item__cats,
    .list-item .list-item__read-more,
    .list-item .list-item__author {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
    }
}

.list-item .list-item__cats {
    font-weight: normal;
}

.list-item .list-item__read-more,
.list-item .list-item__author {
    margin-top: 15px;
}

@media (min-width: 988px) {
    .list-item .list-item__read-more,
    .list-item .list-item__author {
        margin-top: 20px;
    }
}

.list-item .list-item__author {
    color: #000;
}

.list-item .list-item__title {
    margin-bottom: 15px;
}

@media (min-width: 988px) {
    .list-item .list-item__title {
        margin-bottom: 20px;
    }
}

.list-item .list-item__read-more {
    display: inline-block;
    margin-bottom: 0;
    border-bottom: 1px solid #003EFF;
    color: #000;
}

.list-item .list-item__read-more:hover,
.list-item .list-item__read-more:focus {
    color: #003EFF;
}

.list-item .list-item__external {
    position: relative;
}

.post-type-archive-work .list-item {
    margin-bottom: 38px;
}

@media (min-width: 768px) {
    .post-type-archive-work .list-item {
        float: left;
        width: 50%;
        margin-bottom: 78px;
    }
    .post-type-archive-work .list-item:nth-child(2n+1) {
        clear: both;
    }
}

.post-type-archive-location .list-item {
    margin-bottom: 40px;
}

@media (min-width: 480px) {
    .post-type-archive-location .list-item {
        float: left;
        width: 50%;
    }
    .post-type-archive-location .list-item:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width: 768px) {
    .post-type-archive-location .list-item {
        margin-bottom: 35px;
    }
}

@media (min-width: 988px) {
    .post-type-archive-location .list-item {
        width: 33.3333333333%;
        margin-bottom: 75px;
    }
    .post-type-archive-location .list-item:nth-child(2n+1) {
        clear: none;
    }
    .post-type-archive-location .list-item:nth-child(3n+1) {
        clear: both;
    }
}

.list-item--work .list-item__title {
    margin-bottom: 13px;
}

@media (min-width: 988px) {
    .list-item--work .list-item__title {
        margin-bottom: 19px;
    }
}

.list-item--location img {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .list-item--location img {
        margin-bottom: 20px;
    }
}

.list-item--person {
    padding: 20px;
    border-bottom: 2px solid #f7f7f7;
}

@media (min-width: 988px) {
    .list-item--person {
        padding: 35px 40px;
    }
}

.list-item--person .list-item__image {
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .list-item--person .list-item__image {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .list-item--person .list-item__image {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .list-item--person .list-item__image {
        float: left;
        width: 50%;
    }
    .list-item--person .list-item__image img {
        margin: 0;
    }
}

.list-item--person .list-item__main {
    position: relative;
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .list-item--person .list-item__main {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .list-item--person .list-item__main {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .list-item--person .list-item__main {
        float: left;
        width: 50%;
    }
}

.list-item--person .list-item__title {
    margin-bottom: 10px;
    padding-right: 80px;
}

@media (min-width: 988px) {
    .list-item--person .list-item__title {
        margin-bottom: 15px;
    }
}

.list-item--person .list-item__person-role {
    display: block;
    margin-bottom: 10px;
}

@media (min-width: 988px) {
    .list-item--person .list-item__person-role {
        margin-bottom: 20px;
        font-size: 16px;
    }
}

.list-item--person .list-item__social {
    margin-bottom: 13px;
}

@media (min-width: 768px) {
    .list-item--person .list-item__social {
        position: absolute;
        top: 3px;
        right: 0;
        margin: 0;
    }
}

.list-item--person .list-item__social li {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
}

@media (min-width: 768px) {
    .list-item--person .list-item__social li {
        float: right;
    }
}

.list-item--person .list-item__social a {
    opacity: 0.15;
}

.list-item--person .list-item__social a:hover,
.list-item--person .list-item__social a:focus {
    opacity: 1;
}

.list-item--post {
    margin-bottom: 35px;
    padding-right: 7px;
    padding-left: 7px;
    -webkit-transition: opacity 100ms linear 0ms;
    -moz-transition: opacity 100ms linear 0ms;
    transition: opacity 100ms linear 0ms;
}

@media (min-width: 768px) {
    .list-item--post {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .list-item--post {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .list-item--post {
        float: left;
        width: 50%;
    }
    .list-item--post:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width: 988px) {
    .list-item--post {
        float: left;
        width: 33.3333333333%;
    }
    .list-item--post:nth-child(2n+1) {
        clear: none;
    }
    .list-item--post:nth-child(3n+1) {
        clear: both;
    }
}

.list-item--post:before {
    content: '';
    display: block;
    margin-bottom: 10px;
    border-top: 2px solid #efefee;
}

.list-item--news {
    margin-top: 2px;
    padding: 20px;
    background-color: white;
}

@media (min-width: 988px) {
    .list-item--news {
        padding: 40px;
    }
}

.list-item--news p {
    margin-bottom: 20px;
}

.list-item--news .list-item__read-more {
    margin-top: 0;
}

.list-item--news .list-item__image {
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 20px;
    text-align: left;
}

@media (min-width: 768px) {
    .list-item--news .list-item__image {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .list-item--news .list-item__image {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .list-item--news .list-item__image {
        float: left;
        width: 50%;
        margin-bottom: 0;
        text-align: right;
    }
}

.list-item--news .list-item__image img {
    display: inline-block;
    margin: 0;
}

.list-item--news .list-item__main {
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .list-item--news .list-item__main {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .list-item--news .list-item__main {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .list-item--news .list-item__main {
        float: left;
        width: 50%;
    }
}

@media (min-width: 480px) {
    .list-cols {
        -webkit-columns: 300px 2;
        -moz-columns: 300px 2;
        columns: 300px 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (min-width: 768px) {
    .list-cols {
        -webkit-columns: 200px 3;
        -moz-columns: 200px 3;
        columns: 200px 3;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (min-width: 988px) {
    .list-cols {
        font-size: 18px;
        line-height: 27px;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

.list-cols li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.list-grid {
    margin-top: 22px;
    overflow: hidden;
    -webkit-transition: max-height 1000ms linear 0ms;
    -moz-transition: max-height 1000ms linear 0ms;
    transition: max-height 1000ms linear 0ms;
}

@media (min-width: 988px) {
    .list-grid {
        margin-top: 57px;
    }
}

.list-grid>li {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
    margin-top: 25px;
    color: #000;
    font: 14px/23px "Open Sans", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
    .list-grid>li {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .list-grid>li {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.list-grid>li:first-child {
    margin-top: 0;
}

@media (min-width: 480px) {
    .list-grid>li {
        float: left;
        width: 50%;
    }
    .list-grid>li:nth-child(2) {
        margin-top: 0;
    }
    .list-grid>li:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width: 988px) {
    .list-grid>li {
        width: 33.3333333333%;
        margin-top: 60px;
        font-size: 18px;
        line-height: 27px;
    }
    .list-grid>li:nth-child(3) {
        margin-top: 0;
    }
    .list-grid>li:nth-child(2n+1) {
        clear: none;
    }
    .list-grid>li:nth-child(3n+1) {
        clear: both;
    }
}

.list-grid__title {
    display: block;
    margin-bottom: 10px;
    color: black;
    font: 500 16px/24px "DM Serif Display", Georgia, "Times New Roman", Times, serif normal;
}

@media (min-width: 988px) {
    .list-grid__title {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 28px;
    }
}

.list-grid__all {
    width: 135px;
    margin: 25px auto 0;
    text-align: center;
}

@media (min-width: 768px) {
    .list-grid__all {
        display: none;
    }
}

.media-switcher__item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform 300ms, opacity 300ms, visibility 0s 300ms;
    transition: transform 300ms, opacity 300ms, visibility 0s 300ms;
}

.media-switcher__item--active {
    position: relative;
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 300ms, opacity 500ms;
    transition: transform 300ms, opacity 500ms;
}

.media-switcher__nav {
    margin-top: 20px;
}

@media (min-width: 988px) {
    .media-switcher__nav {
        margin-top: 45px;
    }
}

.media-switcher__nav li {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .media-switcher__nav li {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .media-switcher__nav li {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .media-switcher__nav li {
        float: left;
        width: 50%;
    }
}

.media-switcher__nav a {
    position: relative;
    display: block;
    padding: 15px 20px;
    border: 2px solid #efefee;
}

.media-switcher__nav a:hover,
.media-switcher__nav a:focus {
    border-color: #003EFF;
    background-color: #003EFF;
    color: black;
}

.media-switcher__nav a:hover .media-switcher__nav-content,
.media-switcher__nav a:focus .media-switcher__nav-content {
    color: white;
}

.media-switcher__nav a:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 auto -3px;
    border: 10px solid transparent;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

@media (min-width: 768px) {
    .media-switcher__nav a {
        min-height: 125px;
    }
}

@media (min-width: 988px) {
    .media-switcher__nav a {
        min-height: 200px;
        padding: 25px 30px;
    }
}

.media-switcher__nav .media-switcher__nav-title {
    display: block;
}

.media-switcher__nav .media-switcher__nav-content {
    display: block;
    margin-top: 10px;
    color: #000;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

@media (min-width: 988px) {
    .media-switcher__nav .media-switcher__nav-content {
        margin-top: 20px;
    }
}

.media-switcher__nav--active a {
    border-color: #003EFF;
    background-color: #003EFF;
}

@media (min-width: 768px) {
    .media-switcher__nav--active a:before {
        margin-bottom: 0;
        border-bottom-color: #003EFF;
    }
}

.media-switcher__nav--active .media-switcher__nav-content,
.media-switcher__nav--active a:hover .media-switcher__nav-content,
.media-switcher__nav--active a:focus .media-switcher__nav-content {
    color: black;
}

.media-listing__item {
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .media-listing__item {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) {
    .media-listing__item--left .media-listing__video {
        float: left;
    }
    .media-listing__item--right .media-listing__video {
        float: right;
    }
}

.media-listing__video,
.media-listing__content {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .media-listing__video,
    .media-listing__content {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .media-listing__video,
    .media-listing__content {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .media-listing__video {
        float: left;
        width: 66.6666666667%;
    }
}

@media (min-width: 768px) {
    .media-listing__content {
        float: left;
        width: 33.3333333333%;
    }
}

.media-listing__content {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .media-listing__content {
        margin-top: 0;
    }
}

.media-listing__content .media-listing__content-title {
    display: block;
}

.media-listing__content .media-listing__content-content {
    display: block;
    margin-top: 10px;
    color: #000;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

@media (min-width: 988px) {
    .media-listing__content .media-listing__content-content {
        margin-top: 20px;
    }
}

.office-grid li {
    float: left;
    width: 50%;
    border-top: 2px solid #f7f7f7;
    border-left: 2px solid #f7f7f7;
    color: #000;
    line-height: 30px;
}

.office-grid li:first-child,
.office-grid li:nth-child(2) {
    border-top: none;
}

.office-grid li:nth-child(2n+1) {
    clear: both;
    border-left: none;
}

@media (min-width: 768px) {
    .office-grid li {
        width: 33.3333333333%;
    }
    .office-grid li:nth-child(3) {
        border-top: none;
    }
    .office-grid li:nth-child(2n+1) {
        clear: none;
        border-left: 2px solid #f7f7f7;
    }
    .office-grid li:nth-child(3n+1) {
        clear: both;
        border-left: none;
    }
}

@media (min-width: 988px) {
    .office-grid li {
        width: 25%;
    }
    .office-grid li:nth-child(4) {
        border-top: none;
    }
    .office-grid li:nth-child(3n+1) {
        clear: none;
        border-left: 2px solid #f7f7f7;
    }
    .office-grid li:nth-child(4n+1) {
        clear: both;
        border-left: none;
    }
}

.office-grid a {
    position: relative;
    display: block;
    min-height: 120px;
    padding: 11px 15px 35px;
    background-color: white;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out 0ms;
    -moz-transition: opacity 300ms ease-in-out 0ms;
    transition: opacity 300ms ease-in-out 0ms;
}

@media (min-width: 768px) {
    .office-grid a {
        min-height: 200px;
        padding: 21px 25px;
    }
}

.office-grid a:hover,
.office-grid a:focus {
    opacity: 0;
}

.office-grid__title {
    display: block;
    margin-bottom: 4px;
    color: black;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

@media (min-width: 768px) {
    .office-grid__title {
        font-size: 25px;
        line-height: 25px;
    }
}

@media (min-width: 988px) {
    .office-grid__title {
        font-size: 35px;
        line-height: 35px;
    }
}

.office-grid time {
    color: #000;
}

.page-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    background-color: black;
    color: white;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 200ms, visibility 0s 200ms;
    transition: opacity 200ms, visibility 0s 200ms;
    backface-visibility: hidden;
}

.language-overlay-open .page-overlay {
    z-index: 99999;
}

@media (min-width: 768px) {
    .page-overlay {
        padding-top: 50px;
    }
}

@media (min-width: 988px) {
    .page-overlay {
        padding-top: 120px;
    }
}

.page-overlay.page-overlay--open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
}

.page-overlay.page-overlay--open .page-overlay__inner {
    opacity: 1;
}

.page-overlay .page-overlay {
    padding-top: 55px;
}

.page-overlay .page-overlay .page-overlay__inner {
    top: 55px;
}

.page-overlay a {
    color: inherit;
}

.page-overlay a:hover,
.page-overlay a:focus {
    color: #003EFF;
}

.page-overlay__inner {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 30px;
    opacity: 0;
    -webkit-transition: opacity 200ms ease 200ms;
    -moz-transition: opacity 200ms ease 200ms;
    transition: opacity 200ms ease 200ms;
}

@media (min-width: 768px) {
    .page-overlay__inner {
        top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 988px) {
    .page-overlay__inner {
        top: 120px;
    }
}

@media (min-width: 768px) {
    .page-overlay__back,
    .page-overlay__close {
        top: -20px;
        right: 34px;
    }
}

@media (min-width: 988px) {
    .page-overlay__back,
    .page-overlay__close {
        top: -65px;
    }
}

.page-overlay__back:hover,
.page-overlay__close:hover {
    color: #003EFF;
}

.page-overlay__back:before,
.page-overlay__close:before {
    content: "\e601";
}

.page-overlay__nav {
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
}

@media (min-width: 768px) {
    .page-overlay__nav {
        float: left;
        width: 50%;
        padding-right: 7px;
        padding-left: 7px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .page-overlay__nav {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) and (min-width: 988px) {
    .page-overlay__nav {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 988px) {
    .page-overlay__nav {
        font-size: 70px;
        line-height: 85px;
    }
}

@media (min-width: 768px) and (max-height: 801px) {
    .page-overlay__nav {
        font-size: 55px;
        line-height: 70px;
    }
}

.page-overlay__case-studies {
    display: none;
    line-height: 32px;
}

@media (min-width: 768px) {
    .page-overlay__case-studies {
        display: block;
        float: left;
        width: 50%;
        padding-right: 7px;
        padding-left: 7px;
        padding-top: 10px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .page-overlay__case-studies {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) and (min-width: 988px) {
    .page-overlay__case-studies {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.page-overlay__case-studies-img {
    display: none;
}

@media (min-width: 988px) {
    .page-overlay__case-studies-img {
        display: block;
        float: left;
        width: 41.6666666667%;
        margin-bottom: 16px;
        text-align: right;
    }
    .page-overlay__case-studies-img img {
        position: relative;
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .page-overlay__case-studies-list {
        position: relative;
        height: 100%;
        overflow: hidden;
        padding-bottom: 40px;
    }
}

@media (min-width: 988px) {
    .page-overlay__case-studies-list {
        float: left;
        width: 58.3333333333%;
        padding-left: 20px;
    }
}

.page-overlay__case-studies-list:before,
.page-overlay__case-studies-list:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-property: opacity, visibility;
    -webkit-transition-duration: 100ms, 0ms;
    -webkit-transition-timing-function: ease-in-out, linear;
    -moz-transition-property: opacity, visibility;
    -moz-transition-duration: 100ms, 0ms;
    -moz-transition-timing-function: ease-in-out, linear;
    transition-property: opacity, visibility;
    transition-duration: 100ms, 0ms;
    transition-timing-function: ease-in-out, linear;
    -webkit-transition-delay: 0ms, 100ms;
    -moz-transition-delay: 0ms, 100ms;
    transition-delay: 0ms, 100ms;
}

.page-overlay__case-studies-list:before {
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, black, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, black, rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(top, black, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, black, rgba(0, 0, 0, 0));
    background-image: linear-gradient(top, black, rgba(0, 0, 0, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='$fromColor', EndColorStr='$toColor');
}

.page-overlay__case-studies-list:after {
    bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), black);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), black);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='$fromColor', EndColorStr='$toColor');
}

@media (min-width: 768px) {
    .page-overlay__case-studies-list-inner {
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: 100%;
        margin-right: -200px;
        padding-right: 200px;
    }
}

.page-overlay__case-studies-list a {
    display: block;
}

.page-overlay__case-studies-list.is-scrolling--top:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}

.page-overlay__case-studies-list.is-scrolling--bottom:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}

.page-overlay__case-studies-list-nav {
    position: absolute;
    bottom: 0;
    z-index: 10;
}

@media (min-width: 768px) {
    .page-overlay__case-studies-list-nav {
        left: 10px;
    }
}

@media (min-width: 768px) {
    .page-overlay__case-studies-list-nav {
        left: 20px;
    }
}

.page-overlay__case-studies-list-nav a {
    display: inline-block;
    margin-right: 15px;
    text-indent: -9999px;
}

.page-overlay__lang-switcher li {
    color: #003EFF;
}

.page-overlay__lang-switcher li a {
    color: white;
}

.page-overlay__lang-switcher li a:hover,
.page-overlay__lang-switcher li a:focus {
    color: #003EFF;
}

@media (min-width: 768px) {
    .page-overlay__lang-switcher {
        display: none;
    }
}

.panel {
    margin-top: 25px;
    margin-bottom: 45px;
}

.page-template-press .panel:first-child {
    margin-top: 0;
}

@media (min-width: 768px) {
    .panel {
        margin-bottom: 50px;
    }
}

@media (min-width: 988px) {
    .panel {
        margin-bottom: 70px;
    }
    .panel.panel--featured-posts {
        margin-bottom: 58px;
    }
}

.panel.panel--bkgd {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #f7f7f7;
}

@media (min-width: 768px) {
    .panel.panel--bkgd {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 988px) {
    .panel.panel--bkgd {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.panel.panel--divider {
    margin-top: 20px;
    padding-top: 35px;
    border-top: 2px solid #efefee;
}

@media (min-width: 768px) {
    .panel.panel--divider {
        margin-top: 35px;
        padding-top: 35px;
    }
}

@media (min-width: 988px) {
    .panel.panel--divider {
        margin-top: 70px;
        padding-top: 70px;
    }
}

.panel.panel--jobs {
    margin-top: -8px;
}

.panel__header {
    position: relative;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .panel__header {
        margin: 0 0 25px;
    }
}

@media (min-width: 988px) {
    .panel--video .panel__header,
    .panel--awards .panel__header,
    .panel--offices .panel__header,
    .panel--jobs .panel__header {
        margin-bottom: 67px;
    }
    .panel--people .panel__header {
        margin-bottom: 36px;
    }
    .panel--slideshow .panel__header {
        margin-bottom: 55px;
    }
}

.panel__more-link {
    display: inline-block;
    margin-top: 13px;
    border-bottom: 1px solid #003EFF;
}

@media (min-width: 768px) {
    .panel__more-link {
        position: absolute;
        top: 5px;
        right: 0;
        margin-top: 0;
    }
}

.panel__content {
    padding-bottom: 0;
}

.panel__content img {
    max-width: 100%;
}

.panel--switcher .panel__content {
    margin-bottom: 26px;
}

@media (min-width: 768px) {
    .panel--switcher .panel__content {
        margin-bottom: 31px;
    }
}

@media (min-width: 988px) {
    .panel--switcher .panel__content {
        margin-bottom: 63px;
    }
}

.panel__content .panel__read-more {
    border-bottom: 1px solid #003EFF;
    color: black;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
}

@media (min-width: 988px) {
    .panel__content .panel__read-more {
        font-size: 16px;
        line-height: 22px;
    }
}

.panel__content h1,
.panel__content h2,
.panel__content h3,
.panel__content h4,
.panel__content h5,
.panel__content h6,
.panel__content p,
.panel__content ul,
.panel__content ol,
.panel__content blockquote,
.panel__content figure {
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .panel__content h1,
    .panel__content h2,
    .panel__content h3,
    .panel__content h4,
    .panel__content h5,
    .panel__content h6,
    .panel__content p,
    .panel__content ul,
    .panel__content ol,
    .panel__content blockquote,
    .panel__content figure {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .panel__content h1,
    .panel__content h2,
    .panel__content h3,
    .panel__content h4,
    .panel__content h5,
    .panel__content h6,
    .panel__content p,
    .panel__content ul,
    .panel__content ol,
    .panel__content blockquote,
    .panel__content figure {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .panel__content h1,
    .panel__content h2,
    .panel__content h3,
    .panel__content h4,
    .panel__content h5,
    .panel__content h6,
    .panel__content p,
    .panel__content ul,
    .panel__content ol,
    .panel__content blockquote,
    .panel__content figure {
        width: 58.3333333333%;
    }
}

.panel__content p,
.panel__content img,
.panel__content figure,
.panel__content blockquote {
    margin-top: 0;
}

.panel__content p:last-child,
.panel__content img:last-child,
.panel__content figure:last-child,
.panel__content blockquote:last-child {
    margin-bottom: 0;
}

.panel__content ul {
    margin-top: 0;
    margin-left: 0;
}

@media (min-width: 768px) {
    .panel__content ul {
        -webkit-columns: 100px 2;
        -moz-columns: 100px 2;
        columns: 100px 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

.panel__content ul li {
    margin-left: 19px;
    padding-left: 5px;
}

.panel__content .unstyled {
    margin-left: 0;
}

@media (min-width: 768px) {
    .panel__content .unstyled {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}

.panel__content .unstyled li {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.panel--story .panel__content img {
    margin-bottom: 0;
}

.post-type-archive-location .post-list {
    margin-bottom: 15px;
}

.posts-3-col {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .posts-3-col {
        margin-bottom: 50px;
    }
}

@media (min-width: 988px) {
    .posts-3-col {
        margin-top: 7px;
        margin-bottom: 70px;
    }
}

.posts-3-col__item {
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .posts-3-col__item {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .posts-3-col__item {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .posts-3-col__item {
        float: left;
        width: 33.3333333333%;
        margin-bottom: 0;
    }
}

.posts-3-col__item p {
    margin-bottom: 10px;
    color: #000;
}

@media (min-width: 988px) {
    .posts-3-col__item p {
        margin-bottom: 23px;
    }
}

.posts-3-col__item a {
    border-bottom: 1px solid #003EFF;
    color: #000;
}

.posts-3-col__item a:hover,
.posts-3-col__item a:focus {
    color: #003EFF;
}

.posts-3-col__title {
    margin-bottom: 10px;
}

@media (min-width: 988px) {
    .posts-3-col__title {
        margin-bottom: 23px;
    }
}

.yarpp-related {
    margin-top: 45px;
}

@media (min-width: 768px) {
    .yarpp-related {
        margin-top: 50px;
    }
}

@media (min-width: 988px) {
    .yarpp-related {
        margin-top: 70px;
    }
}

.related-posts {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f7f7f7;
}

@media (min-width: 768px) {
    .related-posts {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 988px) {
    .related-posts {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.related-posts__inner {
    position: relative;
}

.related-posts__header {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .related-posts__header {
        margin-bottom: 45px;
    }
}

@media (min-width: 988px) {
    .related-posts__header {
        margin-bottom: 65px;
    }
}

.related-posts__title {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
}

@media (min-width: 988px) {
    .related-posts__title {
        font-size: 35px;
        line-height: 45px;
    }
}

.related-posts__post {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .related-posts__post {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 988px) {
    .related-posts__post {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .related-posts__post {
        float: left;
        width: 50%;
        margin-bottom: 0;
    }
    .related-posts__post:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: calc(50% - 20px);
        background-color: #003EFF;
        z-index: 1;
    }
    .related-posts__post:first-child:after {
        left: 10px;
    }
    .related-posts__post:last-child:after {
        right: 10px;
    }
}

@media (min-width: 988px) {
    .related-posts__post:after {
        width: calc(50% - 40px);
    }
    .related-posts__post:first-child:after {
        left: 20px;
    }
    .related-posts__post:last-child:after {
        right: 20px;
    }
}

.related-posts__post>div {
    position: relative;
    z-index: 2;
    padding: 23px 25px 26px;
    background: #003EFF;
}

@media (min-width: 768px) {
    .related-posts__post>div {
        min-height: 300px;
    }
}

@media (min-width: 988px) {
    .related-posts__post>div {
        padding: 39px 43px;
        min-height: 415px;
    }
}

.related-posts__type {
    font-size: 14px;
    font-weight: normal;
}

@media (min-width: 988px) {
    .related-posts__type {
        font-size: 16px;
    }
}

.related-posts__post-title {
    margin: 7px 0 12px;
    color: white;
    font-size: 26px;
    font-weight: normal;
    line-height: 28px;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

@media (min-width: 988px) {
    .related-posts__post-title {
        margin: 17px 0 23px;
        font-size: 35px;
        line-height: 37px;
    }
}

.related-posts__post-title a {
    color: inherit;
}

.related-posts__post-title a:hover,
.related-posts__post-title a:focus {
    color: black;
}

.slideshow {
    position: relative;
}

.slideshow__main {
    position: relative;
}

.slideshow__content {
    margin-top: 25px;
    color: #000;
    font-size: 14px;
    line-height: 21px;
}

@media (min-width: 768px) {
    .slideshow__content {
        margin-top: 25px;
    }
}

@media (min-width: 988px) {
    .slideshow__content {
        width: 50%;
        font-size: 16px;
        line-height: 22px;
    }
}

.slideshow__content strong,
.slideshow__content b {
    color: black;
}

.slideshow__title {
    color: black;
}

.slideshow__counter {
    position: absolute;
    top: -9999px;
    right: 3px;
}

.strip {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #003EFF;
    color: white;
}

@media (min-width: 988px) {
    .strip {
        margin-top: 70px;
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.strip a {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 2px solid white;
    color: inherit;
}

.strip a:hover {
    border-bottom-color: white;
}

@media (min-width: 768px) {
    .strip a.strip--tablet-break:before {
        content: '';
        display: block;
    }
}

@media (min-width: 988px) {
    .strip a.strip--tablet-break:before {
        display: none;
    }
}

@media (min-width: 988px) {
    .strip__inner {
        width: 60%;
    }
}

.video-module,
.video-embed {
    position: relative;
}

.video-module iframe,
.video-embed iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
}

.video-module {
    position: relative;
}

.video-module.video-module--has-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video-module a {
    position: relative;
    display: block;
}

.video-module a:before,
.video-module a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.video-module a:before {
    z-index: 10;
    width: 60px;
    height: 60px;
    margin-top: -34px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

.jobs-list--loading {
    position: relative;
}

.jobs-list--loading:before {
    content: '';
    top: 60px;
}

.jobs-list--loading li {
    opacity: 0.2;
}

.jobs-list li {
    position: relative;
    padding: 45px 0 40px;
    border-top: 2px solid #efefee;
}

.jobs-list__title {
    float: left;
    display: block;
    width: 100%;
}

.post-password-form input[name="Submit"] {
    background: #003EFF;
    border: 0;
    padding: 19px 19px;
}

@media (min-width: 988px) {
    .jobs-list__title {
        width: 690px;
    }
}

@media (min-width: 1280px) {
    .jobs-list__title {
        width: 860px;
    }
}

li:hover .jobs-list__title {
    color: #003EFF;
}

.jobs-list__meta {
    padding-top: 10px;
}

@media (min-width: 988px) {
    .jobs-list__meta {
        width: 22%;
        padding-top: 0px;
        display: inline-block;
    }
}

@media (min-width: 1280px) {
    .jobs-list__meta {
        width: 260px;
    }
}

.jobs-list__department {
    color: #000;
}

.jobs-list__location,
.jobs-list__department {
    display: block;
}

.job-form {
    border-top: 2px solid #efefee;
}

.job-form h2 {
    margin: 70px 0 75px;
}

@media (min-width: 768px) {
    .job-form .grid-row {
        margin-left: -20px;
    }
    .person-c {
        display: flex;
        align-items: center;
    }
    .person-a {
        display: inline-block;
        position: relative;
    }
}

.job-form .grid-row .btn {
    text-align: center;
}

.video-module--has-video a,
.post__content .video-module--has-video img {
    width: 100%;
}

@media (min-width: 768px) {
    .half-img {
        width: 33% !important;
        float: left;
    }
}

@media (max-width: 767px) {
    .half-img {
        width: 50% !important;
        float: left;
    }
    .home-hero__image {
        position: relative !important;
        height: auto;
    }
    .home-hero--2 {
        height: 100vh !important;
    }
    .home-hero--running .home-hero__image {
        position: relative !important;
        height: 100vh !important;
        background-size: 330% !important;
        background-position: 66% 50% !important;
    }
}


/*# sourceMappingURL=application.css.map */

@font-face {
    font-family: 'ttr';
    src: url('../font/TTRuiHeiJ-W2.ttf');
}

@font-face {
    font-family: 'ab';
    src: url('https://hj.hyi.group/template/default/css/Alibaba-PuHuiTi-Medium.otf');
}

@font-face {
    font-family: 'al';
    src: url('https://hj.hyi.group/template/default/css/Alibaba-PuHuiTi-Light.otf');
}

.page-header {
    padding-top: 45px;
}

.page-header__nav li:last-child {
    display: none;
}

.logo__klamath {
/*    font-size: 27px;*/
    font-size: 22px;
    line-height: 40px;
    margin-right: 30px;
    float: left;
    font-family: 'ttr';
}

.logo__klamath:last-child {
    margin-right: 0;
}

.home-hero .home-hero__content {
    margin-top: 40%;
}

.i-d1 .home-hero__title {
    font-size: 68px;
    font-family: 'ab';
}

.i-d1 .home-hero__title2 {
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 300px;
    text-align: center;
    color: #333;
    font-family: 'al';
    background: #fff;
}

.i-d2 {
    background: #fff;
    height: 780px;
    padding-top: 65px;
    color: #000000;
}

.i-d2 .t1 {
    font-size: 37px;
    margin-bottom: 17px;
    font-family: 'ab';
}

.i-d2 .t1 span {
    font-family: 'ttr';
}

.i-d2 .t2 {
    font-size: 37px;
    margin-bottom: 37px;
    font-family: 'ab';
}

.i-d2 .t3 {
    font-size: 16px;
    line-height: 32px;
}

.i-d2 .t6 {
    color: #999;
    font-family: 'al';
}

.i-d2 .t4 {
    font-size: 60px;
    margin-top: 80px;
    margin-bottom: 100px;
    text-align: center;
    font-family: 'al';
}

.i-d2 .t5 {
    font-size: 16px;
    text-align: center;
    font-family: 'al';
}

.s-t {
    width: 260px;
    height: 100px;
    background: url(../image/t-bg1.png) center no-repeat;
    background-size: 100%;
    margin: 0 auto;
    padding-top: 12px;
}

.s-t p {
    margin-bottom: 10px;
    font-size: 44px;
    text-transform: capitalize;
    color: #000;
    font-family: 'ab';
}

.s-t span {
    color: #4D4D4D;
    font-size: 18px;
    padding-left: 60px;
    font-family: 'al';
}

.i-d2 .s-t {
    margin-bottom: 55px;
}

.i-d2 .s-t p {
    position: relative;
    left: -17px;
    font-size: 37px;
}

.i-d5 .s-t p {
    position: relative;
    left: -30px;
}

.i-d3 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 35px;
}

.i-d3 ul {
    position: relative;
    column-count: 2;
    column-gap: 0;
}

.i-d3 li {
    background: #000;
}

.i-d3 li .img {
    width: 100%;
    overflow: hidden;
}

.i-d3 li .img img {
    width: 100%;
    transition: .3s;
}

.i-d3 li:hover .img img {
    opacity: 0.6;
    /* transform: scale(1.05); */
}

.i-d3 .s-t {
    margin-top: 65px;
}

.i-d3 .s-t p {
    width: 210px;
    text-align: center;
    font-size: 40px;
}

.i-d3 .s-t span {
    width: 180px;
    text-align: center;
    display: block;
}

.i-d3 .s-t span img {
    display: inline-block;
}

.i-d4 {
    width: 100%;
    height: 1080px;
    background: url(../image/4-bg.png) center no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 57px;
}

.i-d4 .t1 {
    font-family: 'ab';
}

.i-d4 .t2 {
    height: 120px;
    line-height: 120px;
}

.i-d4 .t3 {
    margin-bottom: 100px;
    font-family: 'al';
}

.i-d4 .s-t {
/*
    width: 370px;
    height: 72px;
    line-height: 72px;
    padding-top: 0px;
    background: none;
    font-family: 'al';
*/
width: 350px;
    height: 57px;
    line-height: 57px;
    padding-top: 0px;
    background: none;
    font-family: 'al';
}

.i-d4 .s-t::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;z-index: 1;
    background: url(../image/t-bg2.png) center no-repeat;
    background-size: 100% 100%;
    transition: .25s;
}

.i-d4 .s-t p {
    font-size: 14px;
    font-family: 'al';
    text-align: center;
    width: 276px;
    transition: .25s;
    position: relative;
    z-index: 10;
}
.i-d4 .s-t p span{;padding-left: 0;
    font-size: 12px;}
.i-d4 .s-t p span i {font-family: 'ttr';padding-right: 5px;font-style: normal;color: #4D4D4D;
    font-size: 16px;}
.i-d4 .s-t p img {
    display: inline-block;
    width: 24px;
    position: relative;
    top: -2px;
    margin-left: 10px;
    transition: .25s;
}
.i-d4 .s-t p .img2 {display: none;}


.i-d4 .s-t:hover::after {
/*   opacity: 0;*/
    background-image: url(../image/t-ggbg2.png);
}
.das2r {
    display: inline-block;
    width: 27px;
    height: 8px;
    transition: .25s;
    position: relative;
    background-image: url(../image/arr-r.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 7px;
    left: 7px;
}
.i-d4 .s-t:hover .das2r {
    background-image: url(../image/arr-r2.png);
    left: 17px;
}
.i-d4 .s-t:hover i {
    color: #fff;
}
.i-d4 .s-t:hover p {
    color: #fff;
}
.i-d4 .s-t:hover p span{
    color: #fff;
}

.i-d4 .s-t:hover p img {
    margin-left: 20px;
    filter: grayscale(100%) brightness(200%);
}
.i-d4 .s-t:hover p .img1 {display: none;}
.i-d4 .s-t:hover p .img2 {display: inline-block;}

.i-d5 {
    padding-top: 90px;
    margin-bottom: 200px;
}

.i-d5 .box1 {
    overflow: hidden;
    margin-bottom: 5px;
}

.i-d5 .box1 .left {
    width: 39%;
    float: left;
    font-size: 67px;
    font-family: 'ab';
}

.i-d5 .box1 .right {
    width: 61%;
    float: right;
}

.i-d5 .box1 .right a {
    float: left;
    width: 48%;
    margin-bottom: 50px;
    font-size: 18px;
    font-family: 'al';
}

.i-d5 .box1 .right a .d1 {
    color: #4D4D4D;
    font-family: 'al';
}

.i-d5 .box1 .right a .d1::after {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background: #003EFF;
    margin: 10px 0;
    max-width: 90%;
      transition: .35s;
}

.i-d5 .box1 .right a .d2 {
    color: #7d7d7d;
    height: 60px;
    font-family: 'ab';
}

.i-d5 .box1 .right a:nth-child(2n) {
    float: right;
}

.i-d5 .box2 {
    margin-bottom: 120px;
    font-size: 37px;
    font-family: 'ab';
}

.i-d5 .s-t {
    width: 210px;
    height: 82px;
    padding-top: 5px;
}

.i-d5 .s-t p {
    width: 210px;
    font-size: 38px;
    margin-bottom: 10px;
    left: -14px;
}

.i-d5 .s-t span {
    width: 180px;
    text-align: center;
    display: block;
    padding-left: 10px;
}

.i-d5 .s-t span img {
    display: inline-block;
    position: relative;
    left: 2px;
    transition: .25s;
}

.i-d5 .s-t:hover span img {
    left: 10px;
}

.i-d5 .box1 .right a:hover .d1::after{
    width: 220px;
    background: #000;
}
.i-d5 .box1 .right a:hover .d2 {
    color: #000000;
}
.s-footer {
    width: 100%;
    height: auto;
    background: #000;
    padding-top: 65px;
    color: #fff;
    padding-bottom: 20px;
}

.s-footer .box1 {
    float: left;
    width: 37%;
}

.s-footer .box1 .d1 {
    font-size: 52px;
    font-family: 'ab';
    margin-bottom: 60px;
}

.s-footer .box1 .d2 li {
    overflow: hidden;
    font-size: 16px;
    color: #999;
    line-height: 30px;
    font-family: 'al';
}

.s-footer .box1 .d2 li span {
    float: left;
    width: 200px;
}

.s-footer .box1 .d2 li p {
    float: right;
    width: calc(100% - 200px);
}

.s-footer .box2 {
    float: right;
    width: 63%;
}

.s-footer .box2 li {
    float: left;
    width: 33.333%;
    min-height: 210px;
}
.s-footer .box2 li.wx img{
	width: 150px;
}

.s-footer .box2 li .d1 {
    color: #F2F2F2;
    font-size: 22px;
    font-family: 'ab';
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s-footer .box2 li .d1 span {
    font-size: 16px;
}

.s-footer .box2 li .d2 {
    font-size: 16px;
    color: #999;
    margin-bottom: 15px;
    font-family: 'ab';
}

.s-footer .box2 li .d3 {
    font-size: 13px;
    color: #999;
    margin-bottom: 32px;
    font-family: 'al';
}

.s-footer .box2 li .d3:last-child {
    margin-bottom: 0;
}

.s-footer .box2 li img {
    max-width: 100%;
}

.s-footer .box2 li:nth-child(-n+3) {
    margin-bottom: 100px;
}

.s-footer .box3 {
    margin-top: 50px;
}

.s-footer .box3 .d1 {
    padding-left: 3%;
    margin-bottom: 30px;
    font-size: 24px;
    font-family: 'ab';
}

.s-footer .box3 .d2 {
    margin-bottom: 80px;
    width: 768px;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    background: #F2F2F2;
    padding-left: 3%;
    font-size: 22px;
    color: #000;
    font-family: 'ab';
}

.s-footer .box3 .d3 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 3%;
    font-family: 'ab';
}

.s-footer .box3 .d4 {
    color: #808080;
    font-size: 15px;
    padding-left: 3%;
    font-family: 'al';
}

@media (max-width: 1520px) {
    .i-d5 .box1 .left {
        font-size: 41px;
    }
    .i-d5 .box1 .right a {
        margin-bottom: 40px;
    }
    .i-d5 .box1 .right a .d1 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .i-d5 .box1 .right a .d2 {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
    .i-d5 .box2 {
        font-size: 32px;
    }
    .s-footer .box1 .d1 {
        font-size: 41px;
        margin-bottom: 50px;
    }
    .s-footer .box1 .d2 li {
        font-size: 16px;
        line-height: 30px;
    }
    .s-footer .box1 .d2 li span {
        width: 100px;
    }
    .s-footer .box1 .d2 li p {
        width: calc(100% - 100px);
    }
}

@media (min-width: 768px) {
html {
/*    zoom: .9*/
}
    .home-hero--running .home-hero__image {
/*    zoom: 1.11;*/
}
}
@media (max-width: 1440px) {
/*
    html {
        zoom: .9
    }
*/
    .logo__klamath {
        font-size: 22px;
        line-height: 25px;
        margin-right: 20px;
    }
    .logo a {
        width: 150px;
    }
    .home-hero .home-hero__content {
        margin-top: 42%;
    }
}

@media (max-width: 1220px) {
    .i-d1 .home-hero__title {
        font-size: 60px;
        margin-bottom: 4px;
    }
    .i-d1 .home-hero__title2 {
        font-size: 16px;
    }
    .i-d2 {
        height: auto;
        padding-bottom: 30px;
    }
    .i-d2 .t1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .i-d2 .t2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .i-d2 .t3 {
        font-size: 18px;
        line-height: 30px;
    }
    .i-d2 .t4 {
        font-size: 40px;
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .s-t {
        width: 240px;
        height: 95px;
    }
    .s-t p {
        font-size: 40px;
    }
    .i-d2 .s-t p {
        left: -38px;
    }
    .i-d5 .s-t p {
        left: -38px;
    }
    .s-t span {
        font-size: 14px;
        padding-left: 45px;
    }
    .i-d2 .s-t {
        margin-bottom: 40px;
    }
    .i-d2 .t5 {
        font-size: 16px;
        text-align: center;
    }
    .i-d4 {
        height: 800px;
        font-size: 46px;
    }
    .i-d5 .box2 {
        margin-bottom: 50px;
        font-size: 22px;
    }
    .i-d5 {
        padding-top: 50px;
        margin-bottom: 60px;
    }
    .s-footer .box1 {
        width: 32%;
    }
    .s-footer .box2 {
        width: 68%;
    }
    .s-footer .box2 li {
        padding-right: 5px !important;
    }
    .s-footer .box2 li .d1 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .s-footer .box2 li .d2 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .s-footer .box2 li .d3 {
        font-size: 12px;
        margin-bottom: 20px;
        line-height: 20px;
    }
    .s-footer .box2 li:nth-child(-n+3) {
        margin-bottom: 30px;
    }
    .s-footer .box2 li {
        float: left;
        width: 33.333%;
        min-height: 170px;
    }
    .s-footer .box3 .d1 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .s-footer .box3 .d2 {
        margin-bottom: 30px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
    }
}

.ggts {
    display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 70%;
  padding: 24px 0 10px;
  border-bottom: 2px solid #333333;
}
.ggts i {
    display: block;
    font-size: 20px;
    line-height: 1;
}
.ggts img {
    display: block;
    margin-left: 7px;
    transition: all 0.25s;
}
.ne2a .ne2aimg i {
    font-weight: bold;
}
.ne2a .ne2aimg span {
    font-weight: bold;
}
.ne2a:hover .ggts img {
    margin-left: 15px;
}
@media (max-width: 988px) {
    .i-d1 .container{
        display: none;
    }
    .logo__klamath {
        font-size: 26px;
        line-height: 30px;
    }
    .page-header {
        padding-top: 30px;
    }
    .i-d5 .box1 .right a .d1 {
        font-size: 20px;
    }
    .s-footer .box1 {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .s-footer .box2 {
        width: 100%;
    }
}

.kzlist img {
    width: 100%;
    height: 100%;
}
.dropload-down {
      display: block;
  text-align: center;
  padding: 5% 0;
    font-size: 18px;
     font-family: 'ab';
}
@media (max-width: 767px) {
    .logo__klamath {
        display: none;
    }
    .page-header__nav li:last-child {
        display: block;
        margin-top: 4px;
    }
    .i-d2 {
        padding: 25px 0;
    }
    .i-d2 .s-t {
        margin-bottom: 30px;
    }
    .i-d2 .t1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .i-d2 .t2 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    .i-d2 .t3 {
        font-size: 14px;
        line-height: 30px;
    }
    .i-d2 .t4 {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .i-d2 .t5 {
        font-size: 14px;
    }
    .s-t {
        width: 160px;
        height: 64px;
        padding-top: 10px;
    }
    .i-d5 .s-t {
        width: 150px;
        height: 60px;
        padding-top: 6px;
    }
    .s-t p {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .i-d2 .s-t p {
        font-size: 24px;
        left: -10px;
        margin-bottom: 5px;
    }
   
    .s-t span {
        font-size: 14px;
        padding-left: 35px;
    }
    .i-d3 ul {
        position: relative;
        column-count: 1;
        column-gap: 0;
    }
    .i-d3 .s-t {
        margin-top: 20px;
    }
    .i-d3 .s-t p {
        width: 100px;
        font-size: 18px;
    }
    .i-d3 .s-t span {
        width: 120px;
        padding-left: 0px;
    }
    .i-d3 .s-t span img {
        width: 20px;
    }
    .i-d4 {
        height: 500px;
        font-size: 30px;
    }
    .i-d4 .t2 {
        height: 60px;
        line-height: 60px;
    }
    .i-d4 .t3 {
        margin-bottom: 60px;
    }
    .i-d4 .s-t {
        width: 280px;
        height: 58px;
        padding-top: 0px;
        line-height: 58px;
        font-size: 12px;
        transition: .25s;
    }
    .i-d4 .s-t p {
        font-size: 13px;
        width: 82%;
        text-align: center;
    }
    .i-d4 .s-t p img {
        top: 0;

    }
    .i-d5 .box1 .left {
        width: 100%;
        font-size: 30px;
        float: none;
        margin-bottom: 20px;
    }
    .i-d5 .box1 .right {
        width: 100%;
        float: none;
    }
    .i-d5 .box1 .right a {
        margin-bottom: 20px;
    }
    .i-d5 .box1 .right a .d1 {
        font-size: 16px;
    }
    .i-d5 .box1 .right a .d1::after {
        width: 20%;
        height: 4px;
        background: #000;
        margin: 15px 0 15px;
    }
.i-d5 .box1 .right a:hover .d1::after{
    width: 20%;
}
    .i-d5 .box1 .right a .d2 {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
    .i-d5 .box2 {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .i-d5 .s-t p {
        width: 160px;
        font-size: 24px;
        margin-bottom: 10px;
        left: -1px;
    }
    .i-d5 .s-t span {
        width: 130px;
        padding-left: 0;
    }
  
    .i-d5 .s-t span img {
        width: 20px;
    }
    .s-footer {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .s-footer .box1 .d1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .s-footer .box1 .d2 li {
        font-size: 14px;
        line-height: 30px;
    }
    .s-footer .box2 li {
        width: 50%;
        margin-bottom: 0px !important;
        min-height: 190px;
    }
    .s-footer .box2 li .d1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .s-footer .box2 li .d2 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .s-footer .box2 li .d3 {
        font-size: 12px;
        margin-bottom: 0px;
        line-height: 25px;
        height: 50px;
    }
    .s-footer .box3 {
        margin-top: 0px;
    }
    .s-footer .box3 .d1 {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .s-footer .box3 .d2 {
        margin-bottom: 20px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .s-footer .box3 .d3 {
        margin-bottom: 15px;
    }
    .s-footer .box3 .d4 {
        font-size: 12px;
        padding-left: 3%;
    }
    .portfolio-container.portfolio-animation .portfolio-item .item-inner {
        transform: translateX(0%) !important;
    }
}


.small-header {
    
}