﻿/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.6.2
*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

ol, ul {
    margin: 0px !important;
    padding-left: 1.1em !important;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

.vert-bar-container{ 
    display: flex;
    flex-flow: row-reverse wrap;
    flex-direction: row;
    flex-wrap: wrap;
    /* cross-browser compatibility for display: flex and align vertically/horizontally center image */
    /*
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row-reverse wrap;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    */
}

.vert-bar-item{
    margin-left: 16px;
    padding-left: 16px;
    justify-content: center;
    border-left: 1px solid black;
}

.vert-bar-item:first-child {
    border-left:0px;
    margin-left:0px;
    padding-left:0px;
}

@media screen and (max-width: 710px) {
    .vert-bar-container{
        -webkit-flex-direction: column;
        flex-direction: column;
        align-items: initial;
    }
    .vert-bar-item {
        border-left: 0px;
    }
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

.pad-this {
    padding: 2.63158vw 5.26316vw;
    overflow: hidden
}

@media screen and (min-width:1521px) {
    .pad-this {
        padding: 40px 80px;
        max-width: 1520px;
        margin: auto;
        overflow: hidden
    }
}

@media screen and (min-width:1521px) {
    .pad-this.confine-width,
    .pad-this .confine-width {
        padding-top: 0;
        padding-bottom: 0
    }
    .pad-this.confine-width.page-contact-us,
    .pad-this .confine-width.page-contact-us {
        padding-left: 0;
        padding-right: 0
    }
}

.pad-this.intro-copy {
    padding-left: 2.63158vw;
    padding-right: 5.26316vw
}

@media screen and (min-width:761px) {
    .pad-this.intro-copy {
        padding-left: 5.26316vw
    }
}

@media screen and (min-width:1521px) {
    .pad-this.intro-copy {
        padding-left: 80px
    }
}

@media screen and (min-width:761px) {
    .pad-this.intro-copy {
        padding-right: 0
    }
}

@media screen and (min-width:1521px) {
    .pad-this.intro-copy {
        padding-right: 0
    }
}

.pad-this.intro-copy+.intro-copy {
    padding-left: 0;
    padding-right: 0
}

@media screen and (min-width:761px) {
    .pad-this.intro-copy {
        padding-left: 5.26316vw;
        padding-right: 0
    }
}

.pad-this.split {
    padding: 0
}

@media screen and (min-width:761px) {
    .pad-this.split {
        padding: 2.63158vw 0 1.31579vw
    }
}

@media screen and (min-width:1521px) {
    .pad-this.split {
        padding: 40px 0 20px
    }
}

.pad-this .split-left {
    padding: 0 5.26316vw
}

@media screen and (min-width:761px) {
    .pad-this .split-left {
        padding: 0 2.63158vw 0 5.26316vw
    }
}

@media screen and (min-width:1521px) {
    .pad-this .split-left {
        padding: 0 40px 0 80px
    }
}

.article__content .pad-this .split-left,
.leader__content .pad-this .split-left,
.office__content .pad-this .split-left,
.term__teaser .pad-this .split-left {
    padding: 0 0 2.63158vw;
    min-height: 20em
}

@media screen and (min-width:761px) {
    .article__content .pad-this .split-left,
    .leader__content .pad-this .split-left,
    .office__content .pad-this .split-left,
    .term__teaser .pad-this .split-left {
        padding: 0 0 0 5.26316vw
    }
}

@media screen and (min-width:1521px) {
    .article__content .pad-this .split-left,
    .leader__content .pad-this .split-left,
    .office__content .pad-this .split-left,
    .term__teaser .pad-this .split-left {
        padding: 0 0 0 80px
    }
}

@media screen and (min-width:761px) {
    .article__content .pad-this .split-left,
    .leader__content .pad-this .split-left,
    .office__content .pad-this .split-left,
    .term__teaser .pad-this .split-left {
        background-position-x: 5.26316vw
    }
}

@media screen and (max-width:760px) {
    .article__content .pad-this .split-left.article__image--content,
    .leader__content .pad-this .split-left.article__image--content,
    .office__content .pad-this .split-left.article__image--content,
    .term__teaser .pad-this .split-left.article__image--content {
        padding-bottom: 0
    }
}

.pad-this .split-right {
    padding: 0 5.26316vw
}

@media screen and (min-width:761px) {
    .pad-this .split-right {
        padding: 0 5.26316vw 0 2.63158vw
    }
}

@media screen and (min-width:1521px) {
    .pad-this .split-right {
        padding: 0 80px 0 40px
    }
}

@media screen and (max-width:760px) {
    .pad-this .split-right.article__headline {
        padding-top: 5.26316vw
    }
}

@media screen and (min-width:1521px) {
    .confined {
        max-width: 1520px;
        margin: 0 auto;
        position: relative
    }
}

.chosen-container .chosen-results li.highlighted {
    background-color: #00b9f1;
    background-image: linear-gradient(#00b9f1 20%, #25ccff 90%);
    color: #fff
}

.slick-slider {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.row-child-theme {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.flex-direction__column,
.row-child-theme {
    display: -ms-flexbox;
    display: flex
}

.flex-direction__column {
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width:760px) {
    .flex-direction__column--small {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width:761px) {
    .flex-order__1--large {
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (min-width:761px) {
    .flex-order__2--large {
        -ms-flex-order: 2;
        order: 2
    }
}

.border-bottom__3px {
    border-bottom: 3px solid #fff
}

.item__1-1 {
    width: 100%
}

.item__1-4 {
    width: 25%
}

.item__1-5 {
    width: 20%
}

.item__1-3 {
    width: 33.33333%
}

.item__1-2 {
    width: 50%
}

.item__2-3 {
    width: 66.66667%
}

.item__1-6 {
    width: 16.66667%
}

.item__1-7 {
    width: 14.28571%
}

.item__3-4 {
    width: 75%
}

.item__1x1 {
    position: relative
}

.item__1x1:before {
    content: "";
    display: block;
    padding-top: 100%
}

.item__9x5 {
    position: relative
}

.item__9x5:before {
    content: "";
    display: block;
    padding-top: 55.55556%
}

.item__6x5 {
    position: relative
}

.item__6x5:before {
    content: "";
    display: block;
    padding-top: 83.33333%
}

.item__3x5 {
    position: relative
}

.item__3x5:before {
    content: "";
    display: block;
    padding-top: 166.66667%
}

.item__16x9 {
    position: relative
}

.item__16x9:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.item__24x7 {
    position: relative
}

.item__24x7:before {
    content: "";
    display: block;
    padding-top: 29.16667%
}

.item__24x17 {
    position: relative
}

.item__24x17:before {
    content: "";
    display: block;
    padding-top: 70.83333%
}

.item__25x11 {
    position: relative
}

.item__25x11:before {
    content: "";
    display: block;
    padding-top: 44%
}

.item__4x7 {
    position: relative
}

.item__4x7:before {
    content: "";
    display: block;
    padding-top: 175%
}

@media screen and (max-width:456px) {
    .item__1-1--x-small {
        width: 100%
    }
    .item__1-4--x-small {
        width: 25%
    }
    .item__1-5--x-small {
        width: 20%
    }
    .item__1-3--x-small {
        width: 33.33333%
    }
    .item__1-2--x-small {
        width: 50%
    }
    .item__2-3--x-small {
        width: 66.66667%
    }
    .item__1-6--x-small {
        width: 16.66667%
    }
    .item__1-7--x-small {
        width: 14.28571%
    }
    .item__3-4--x-small {
        width: 75%
    }
    .item__1x1--x-small {
        position: relative
    }
    .item__1x1--x-small:before {
        content: "";
        display: block;
        padding-top: 100%
    }
    .item__9x5--x-small {
        position: relative
    }
    .item__9x5--x-small:before {
        content: "";
        display: block;
        padding-top: 55.55556%
    }
    .item__6x5--x-small {
        position: relative
    }
    .item__6x5--x-small:before {
        content: "";
        display: block;
        padding-top: 83.33333%
    }
    .item__3x5--x-small {
        position: relative
    }
    .item__3x5--x-small:before {
        content: "";
        display: block;
        padding-top: 166.66667%
    }
    .item__16x9--x-small {
        position: relative
    }
    .item__16x9--x-small:before {
        content: "";
        display: block;
        padding-top: 56.25%
    }
    .item__24x7--x-small {
        position: relative
    }
    .item__24x7--x-small:before {
        content: "";
        display: block;
        padding-top: 29.16667%
    }
    .item__24x17--x-small {
        position: relative
    }
    .item__24x17--x-small:before {
        content: "";
        display: block;
        padding-top: 70.83333%
    }
    .item__25x11--x-small {
        position: relative
    }
    .item__25x11--x-small:before {
        content: "";
        display: block;
        padding-top: 44%
    }
    .item__4x7--x-small {
        position: relative
    }
    .item__4x7--x-small:before {
        content: "";
        display: block;
        padding-top: 175%
    }
}

@media screen and (max-width:760px) {
    .item__1-1--small {
        width: 100%
    }
    .item__1-4--small {
        width: 25%
    }
    .item__1-5--small {
        width: 20%
    }
    .item__1-3--small {
        width: 33.33333%
    }
    .item__1-2--small {
        width: 50%
    }
    .item__2-3--small {
        width: 66.66667%
    }
    .item__1-6--small {
        width: 16.66667%
    }
    .item__1-7--small {
        width: 14.28571%
    }
    .item__3-4--small {
        width: 75%
    }
    .item__1x1--small {
        position: relative
    }
    .item__1x1--small:before {
        content: "";
        display: block;
        padding-top: 100%
    }
    .item__9x5--small {
        position: relative
    }
    .item__9x5--small:before {
        content: "";
        display: block;
        padding-top: 55.55556%
    }
    .item__6x5--small {
        position: relative
    }
    .item__6x5--small:before {
        content: "";
        display: block;
        padding-top: 83.33333%
    }
    .item__3x5--small {
        position: relative
    }
    .item__3x5--small:before {
        content: "";
        display: block;
        padding-top: 166.66667%
    }
    .item__16x9--small {
        position: relative
    }
    .item__16x9--small:before {
        content: "";
        display: block;
        padding-top: 56.25%
    }
    .item__24x7--small {
        position: relative
    }
    .item__24x7--small:before {
        content: "";
        display: block;
        padding-top: 29.16667%
    }
    .item__24x17--small {
        position: relative
    }
    .item__24x17--small:before {
        content: "";
        display: block;
        padding-top: 70.83333%
    }
    .item__25x11--small {
        position: relative
    }
    .item__25x11--small:before {
        content: "";
        display: block;
        padding-top: 44%
    }
    .item__4x7--small {
        position: relative
    }
    .item__4x7--small:before {
        content: "";
        display: block;
        padding-top: 175%
    }
}

@media screen and (min-width:761px) {
    .item__1-1--large {
        width: 100%
    }
    .item__1-4--large {
        width: 25%
    }
    .item__1-5--large {
        width: 20%
    }
    .item__1-3--large {
        width: 33.33333%
    }
    .item__1-2--large {
        width: 50%
    }
    .item__2-3--large {
        width: 66.66667%
    }
    .item__1-6--large {
        width: 16.66667%
    }
    .item__1-7--large {
        width: 14.28571%
    }
    .item__3-4--large {
        width: 75%
    }
    .item__1x1--large {
        position: relative
    }
    .item__1x1--large:before {
        content: "";
        display: block;
        padding-top: 100%
    }
    .item__9x5--large {
        position: relative
    }
    .item__9x5--large:before {
        content: "";
        display: block;
        padding-top: 55.55556%
    }
    .item__6x5--large {
        position: relative
    }
    .item__6x5--large:before {
        content: "";
        display: block;
        padding-top: 83.33333%
    }
    .item__3x5--large {
        position: relative
    }
    .item__3x5--large:before {
        content: "";
        display: block;
        padding-top: 166.66667%
    }
    .item__16x9--large {
        position: relative
    }
    .item__16x9--large:before {
        content: "";
        display: block;
        padding-top: 56.25%
    }
    .item__24x7--large {
        position: relative
    }
    .item__24x7--large:before {
        content: "";
        display: block;
        padding-top: 29.16667%
    }
    .item__24x17--large {
        position: relative
    }
    .item__24x17--large:before {
        content: "";
        display: block;
        padding-top: 70.83333%
    }
    .item__25x11--large {
        position: relative
    }
    .item__25x11--large:before {
        content: "";
        display: block;
        padding-top: 44%
    }
    .item__4x7--large {
        position: relative
    }
    .item__4x7--large:before {
        content: "";
        display: block;
        padding-top: 175%
    }
}

@media screen and (min-width:1520px) {
    .item__1-1--x-large {
        width: 100%
    }
    .item__1-4--x-large {
        width: 25%
    }
    .item__1-5--x-large {
        width: 20%
    }
    .item__1-3--x-large {
        width: 33.33333%
    }
    .item__1-2--x-large {
        width: 50%
    }
    .item__2-3--x-large {
        width: 66.66667%
    }
    .item__1-6--x-large {
        width: 16.66667%
    }
    .item__1-7--x-large {
        width: 14.28571%
    }
    .item__3-4--x-large {
        width: 75%
    }
    .item__1x1--x-large {
        position: relative
    }
    .item__1x1--x-large:before {
        content: "";
        display: block;
        padding-top: 100%
    }
    .item__9x5--x-large {
        position: relative
    }
    .item__9x5--x-large:before {
        content: "";
        display: block;
        padding-top: 55.55556%
    }
    .item__6x5--x-large {
        position: relative
    }
    .item__6x5--x-large:before {
        content: "";
        display: block;
        padding-top: 83.33333%
    }
    .item__3x5--x-large {
        position: relative
    }
    .item__3x5--x-large:before {
        content: "";
        display: block;
        padding-top: 166.66667%
    }
    .item__16x9--x-large {
        position: relative
    }
    .item__16x9--x-large:before {
        content: "";
        display: block;
        padding-top: 56.25%
    }
    .item__24x7--x-large {
        position: relative
    }
    .item__24x7--x-large:before {
        content: "";
        display: block;
        padding-top: 29.16667%
    }
    .item__24x17--x-large {
        position: relative
    }
    .item__24x17--x-large:before {
        content: "";
        display: block;
        padding-top: 70.83333%
    }
    .item__25x11--x-large {
        position: relative
    }
    .item__25x11--x-large:before {
        content: "";
        display: block;
        padding-top: 44%
    }
    .item__4x7--x-large {
        position: relative
    }
    .item__4x7--x-large:before {
        content: "";
        display: block;
        padding-top: 175%
    }
}

@media screen and (min-width:761px) and (max-width:1140px) {
    .item__1-1--medium {
        width: 100%
    }
    .item__1-4--medium {
        width: 25%
    }
    .item__1-5--medium {
        width: 20%
    }
    .item__1-3--medium {
        width: 33.33333%
    }
    .item__1-2--medium {
        width: 50%
    }
    .item__2-3--medium {
        width: 66.66667%
    }
    .item__1-6--medium {
        width: 16.66667%
    }
    .item__1-7--medium {
        width: 14.28571%
    }
    .item__3-4--medium {
        width: 75%
    }
    .item__1x1--medium {
        position: relative
    }
    .item__1x1--medium:before {
        content: "";
        display: block;
        padding-top: 100%
    }
    .item__9x5--medium {
        position: relative
    }
    .item__9x5--medium:before {
        content: "";
        display: block;
        padding-top: 55.55556%
    }
    .item__6x5--medium {
        position: relative
    }
    .item__6x5--medium:before {
        content: "";
        display: block;
        padding-top: 83.33333%
    }
    .item__3x5--medium {
        position: relative
    }
    .item__3x5--medium:before {
        content: "";
        display: block;
        padding-top: 166.66667%
    }
    .item__16x9--medium {
        position: relative
    }
    .item__16x9--medium:before {
        content: "";
        display: block;
        padding-top: 56.25%
    }
    .item__24x7--medium {
        position: relative
    }
    .item__24x7--medium:before {
        content: "";
        display: block;
        padding-top: 29.16667%
    }
    .item__24x17--medium {
        position: relative
    }
    .item__24x17--medium:before {
        content: "";
        display: block;
        padding-top: 70.83333%
    }
    .item__25x11--medium {
        position: relative
    }
    .item__25x11--medium:before {
        content: "";
        display: block;
        padding-top: 44%
    }
    .item__4x7--medium {
        position: relative
    }
    .item__4x7--medium:before {
        content: "";
        display: block;
        padding-top: 175%
    }
}

@media screen and (max-width:760px) {
    .carousel {
        min-height: calc((100vh - 80px) / 2)
    }
    .tile__hero.carousel {
        height: 50vh
    }
}

@media screen and (max-width:760px) and (orientation:landscape) {
    .carousel {
        height: unset
    }
}

.carousel {
    position: relative;
    width: 100%
}

.carousel .slick-slide div {
    height: 100%
}

.nav-below .carousel.down-below {
    margin-bottom: 53px
}

.carousel.dark-bar {
    background-color: #222
}

.carousel__nav {
    position: absolute;
    bottom: .8125rem;
    width: 100%;
    z-index: 5
}

@media screen and (min-width:761px) {
    .carousel__nav {
        bottom: 3.125rem
    }
}

.carousel__nav--center {
    position: absolute;
    bottom: .8125rem;
    width: 100%;
    z-index: 99
}

@media screen and (min-width:761px) {
    .carousel__nav--center {
        bottom: 1.5625rem
    }
}

.nav-below .carousel__nav,
.nav-below .carousel__nav--center {
    position: absolute;
    bottom: -2.5rem;
    width: 100%;
    z-index: 5
}

.carousel__item {
    background: no-repeat 50%;
    background-size: cover;
    position: relative
}

.carousel--full-width {
    width: 100vw
}

.carousel__title {
    position: absolute;
    bottom: 3.4375rem;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2.75rem;
    z-index: 2
}

@media screen and (min-width:761px) {
    .carousel__title {
        bottom: 6.25rem;
        font-size: 6.5rem
    }
}

.carousel__slideshow {
    margin: 5.26316vw;
    border-top: 1px solid #9b9b9b;
    padding-top: 5.26316vw
}

.carousel__caption {
    text-align: center;
    padding-bottom: 1.25rem
}

.carousel__caption p {
    margin: 0
}

.carousel__caption img {
    display: inline-block
}

.carousel__holder--nav {
    padding: 2.5rem 0
}

.carousel__holder--nav img {
    padding: 0 .3125rem
}

.carousel__holder--nav img:focus {
    outline: none
}

.carousel__holder--center {
    z-index: 1
}

.carousel__thumbnail {
    height: 360px
}

@media screen and (min-width:761px) {
    .carousel__thumbnail {
        height: 500px
    }
}

.carousel__image--center {
    margin: 0 .9375rem
}

.carousel__video--open {
    background: url(assets/img/video-open.svg) 50% no-repeat;
    background-size: 5.625rem;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer
}

@media screen and (min-width:761px) {
    .carousel__video--open {
        background-size: 7.5rem
    }
}

.slick-arrow {
    color: transparent;
    background: transparent no-repeat 50%;
    background-size: 1rem;
    border: none;
    outline: none;
    font-size: 0;
    line-height: 0;
    width: 1rem;
    height: 1.5rem;
    padding: 1.25rem
}

@media screen and (min-width:761px) {
    .slick-arrow {
        background-size: 1rem;
        width: 1rem;
        height: 1.5rem
    }
}

.carousel .slick-prev {
    -ms-flex-order: 1;
    order: 1;
    background-image: url(assets/img/arrow-left-black.svg)
}

.carousel__slideshow .slick-prev {
    background-image: url(assets/img/arrow-left-black.svg)
}

.carousel .slick-next {
    -ms-flex-order: 3;
    order: 3;
    background-image: url(assets/img/arrow-right-black.svg)
}

.carousel__slideshow .slick-next {
    background-image: url(assets/img/arrow-right-black.svg)
}

.slick-dots {
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1.25rem
}

@media screen and (min-width:761px) {
    .slick-dots {
        margin: 0 1.25rem
    }
}

.slick-dots>li,
.slick-dots button {
    line-height: 0;
    font-size: 0
}

.slick-dots button {
    -ms-flex-order: 2;
    order: 2;
    color: transparent;
    background-color: transparent;
    border: none;
    outline: none;
    width: 1.5625rem;
    height: 1.5625rem;
    position: relative;
    margin: 0;
    padding: 0
}

.slick-dots button:after {
    content: "";
    border: 1px solid #9b9b9b;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.4375rem;
    margin-top: -.4375rem;
    display: block;
    width: .6875rem;
    height: .6875rem;
    border-radius: 100px
}

.slick-active button:after {
    content: "";
    border-color: #00b9f1;
    background-color: #00b9f1
}

.carousel .slick-track,
.slick-list {
    width: 100%;
    height: 100%
}

.video--holder {
    min-height: 500px;
    width: 100vw;
    position: relative
}

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

* {
    box-sizing: border-box
}

.field-collection-container {
    margin: 0;
    border: none
}

.field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none
}

body,
html {
    -webkit-overflow-scrolling: touch
}

body {
    font-family: Open Sans, sans-serif;
    color: #9b9b9b;
    word-wrap: break-word
}

body.menu-location--show,
body.overlay--open {
    overflow: hidden
}

body.page-user .no-hero__tabs {
    padding: 2.63158vw 5.26316vw 0
}

@media screen and (min-width:1521px) {
    body.page-user .no-hero__tabs {
        padding: 40px 80px 0
    }
}

a {
    color: #00b9f1;
    text-decoration: none;
}

a:hover, a.remove:hover, a.icon-circle:hover {
    color: #00b9f1;
    text-decoration: none;
}

body.no-hero.no-intro #region__content {
    padding-top: 5rem
}

@media screen and (min-width:761px) {
    body.no-hero.no-intro #region__content {
        padding-top: 7.5rem
    }
}

body.page-help #region__content,
body.page-node-track #region__content,
body.page-user #region__content {
    padding: 2.63158vw 5.26316vw;
    overflow: hidden
}

@media screen and (min-width:1521px) {
    body.page-help #region__content,
    body.page-node-track #region__content,
    body.page-user #region__content {
        padding: 40px 80px;
        max-width: 1520px;
        margin: auto;
        overflow: hidden
    }
}

@media screen and (min-width:1521px) {
    body.page-help #region__content.confine-width,
    body.page-help #region__content .confine-width,
    body.page-node-track #region__content.confine-width,
    body.page-node-track #region__content .confine-width,
    body.page-user #region__content.confine-width,
    body.page-user #region__content .confine-width {
        padding-top: 0;
        padding-bottom: 0
    }
    body.page-help #region__content.confine-width.page-contact-us,
    body.page-help #region__content .confine-width.page-contact-us,
    body.page-node-track #region__content.confine-width.page-contact-us,
    body.page-node-track #region__content .confine-width.page-contact-us,
    body.page-user #region__content.confine-width.page-contact-us,
    body.page-user #region__content .confine-width.page-contact-us {
        padding-left: 0;
        padding-right: 0
    }
}

body.page-help #region__content table,
body.page-node-track #region__content table,
body.page-user #region__content table {
    width: 100%
}

body.page-help #region__content table td,
body.page-help #region__content table th,
body.page-node-track #region__content table td,
body.page-node-track #region__content table th,
body.page-user #region__content table td,
body.page-user #region__content table th {
    padding: 5px 10px
}

body.page-help #region__content .item-list,
body.page-node-track #region__content .item-list,
body.page-user #region__content .item-list {
    width: 100%;
    padding-top: 10px
}

body.page-help #region__content .block.block-system,
body.page-node-track #region__content .block.block-system,
body.page-user #region__content .block.block-system {
    width: 100%;
    padding: 5.26316vw 0
}

h1,
h2,
h3,
h4,
h6 {
    color: #4a4a4a
}

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

.hide {
    display: none
}

@media screen and (max-width:760px) {
    .hide--small {
        display: none
    }
}

@media screen and (min-width:761px) {
    .hide--large {
        display: none
    }
}

.material-icons.md-light {
    color: #fff
}

.material-icons.md-32 {
    font-size: 32px
}

.center--vert {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:761px) {
    .center--vert--large {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

.justify--right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width:761px) {
    .justify--right--large {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.space-between {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width:761px) {
    .space-between--large {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.center--horz {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:760px) {
    .center--horz--small {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width:1521px) {
    .confine-width {
        padding: 2.63158vw 5.26316vw;
        overflow: hidden
    }
}

@media screen and (min-width:1521px) and (min-width:1521px) {
    .confine-width {
        padding: 40px 80px;
        max-width: 1520px;
        margin: auto;
        overflow: hidden
    }
}

/* force content to left most */
@media screen and (min-width:1521px) and (min-width:1521px) {
    .confine-width-leftmost {
        margin-left: 0 !important;
    }
}

@media screen and (min-width:1521px) and (min-width:1521px) {
    .confine-width.confine-width,
    .confine-width .confine-width {
        padding-top: 0;
        padding-bottom: 0
    }
    .confine-width.confine-width.page-contact-us,
    .confine-width .confine-width.page-contact-us {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:1521px) {
    .confined {
        max-width: 1520px;
        margin: 0 auto;
        position: relative
    }
}

.clearfix:after {
    content: ""
}

.flex-direction__column {
    -ms-flex-direction: column;
    flex-direction: column
}

.content__image {
    background-position: 50%;
    transition: all .5s
}

.content__image,
.content__image--hero {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1
}

.content__image--hero {
    background-position: bottom
}

.content__image--hero.small {
    display: block
}

@media screen and (min-width:761px) {
    .content__image--hero.small {
        display: none
    }
}

.content__image--hero.large {
    display: none
}

@media screen and (min-width:761px) {
    .content__image--hero.large {
        display: block
    }
}

.content__image--center {
    padding: 15% 20%
}

.content__image--logo-container {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.content--fill {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.content--fill,
.content--fill.slick-slider {
    position: absolute
}

.content--image-zoom:hover+.content__image {
    transform: scale(1.05) translate(5px, 5px)
}

.content--image-zoom--no-translate:hover+.content__image {
    transform: scale(1.05)
}

.content__video--background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.content__video--background iframe {
    box-sizing: border-box;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    z-index: 1
}

.content__video--filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-image: url(assets/img/bg-content-video.jpeg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: cover;
    opacity: .8
}

.icon {
    display: block
}

.icon__down--small {
    width: 1.375rem;
    height: 1rem;
    background-image: url(assets/img/arrow-copy.svg)
}

.icon__down--small,
.icon__grid {
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain
}

.icon__grid {
    width: .9375rem;
    height: .9375rem;
    background-image: url(assets/img/grid-btn.svg)
}

.icon__menu--close {
    color: #000;
    transform: scale(2)
}

.icon__new-window {
    width: .92105vw;
    height: .92105vw;
    background-image: url(assets/img/icon-new-window.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    display: block;
    margin-left: .75rem
}

.icon__twitter--gray {
    background-image: url(assets/img/social-twitter-grey.svg)
}

.icon__twitter--blue,
.icon__twitter--gray {
    width: 1.5625rem;
    height: 1.5625rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin: .5rem .5rem 0 0
}

.icon__twitter--blue {
    background-image: url(assets/img/social-twitter-blue.svg)
}

.icon__linkedin--white {
    background-image: url(assets/img/social-linkedin-white.svg)
}

.icon__linkedin--black,
.icon__linkedin--white {
    width: 1.5625rem;
    height: 1.5625rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin: 0 .5rem 0 0
}

.icon__linkedin--black {
    background-image: url(assets/img/social-linkedin-circle-black.svg)
}

.color--white,
.color--white a {
    color: #fff
}

.color--blue,
.color--blue a {
    color: #00b9f1
}

.address--location {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 800
}

.address--phone {
    margin-top: .9375rem
}

.background__color--dark-gray {
    background-color: #2c2c2c
}

.background__color--blue {
    background-color: #00b9f1
}

.overlay__holder {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: #000;
    left: 0;
    top: 0;
    overflow: hidden;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.overlay-show .overlay__holder {
    display: -ms-flexbox;
    display: flex
}

.overlay__close {
    background-image: url(assets/img/close-white.svg);
    width: 1.5625rem;
    height: 1.5625rem;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain;
    position: absolute;
    right: 1.31579vw;
    top: 1.31579vw;
    cursor: pointer
}

.overlay__target {
    width: 100vw;
    height: 80vh;
    position: relative
}

.overlay__target iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pager--infinite-scroll {
    width: 100vw;
    margin: 0;
    padding: 0;
    list-style: none
}

.pager--infinite-scroll li {
    margin: 0;
    padding: 0
}

.pager--infinite-scroll a {
    display: block;
    text-align: center;
    line-height: 9.86842vw;
    background: #fff;
    color: #4a4a4a;
    font-size: 3.28947vw;
    text-transform: uppercase;
    width: 100%;
    height: 9.86842vw;
    font-weight: 600
}

@media screen and (min-width:761px) {
    .pager--infinite-scroll a {
        line-height: 5.92105vw;
        font-size: 1.31579vw;
        height: 5.92105vw
    }
}

.pager--infinite-scroll a:after {
    content: "";
    background: url(assets/img/arrow-down-black.svg);
    height: 1.97368vw;
    width: 2.63158vw;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-left: 1.64474vw;
    position: relative;
    top: -.32895vw
}

@media screen and (min-width:761px) {
    .pager--infinite-scroll a:after {
        height: .98684vw;
        width: 1.31579vw;
        margin-left: .98684vw;
        top: -.06579vw
    }
}

#views_infinite_scroll-ajax-loader {
    background: #fff
}

.country-CN .state {
    display: none
}

.overlay__animate--enter .overlay-content__background {
    opacity: 1
}

.overlay__animate--enter .overlay-content__btn {
    bottom: 0
}

@media screen and (min-width:761px) {
    .overlay__animate--enter .overlay-content__btn {
        bottom: auto
    }
}

.overlay__animate--enter .overlay-content__content {
    top: 5rem
}

@media screen and (min-width:761px) {
    .overlay__animate--enter .overlay-content__content {
        top: 3.75rem
    }
}

.overlay__animate--enter .overlay-content__btn--prev {
    left: .625rem
}

@media screen and (min-width:761px) {
    .overlay__animate--enter .overlay-content__btn--prev {
        left: 1.25rem
    }
}

@media screen and (min-width:1521px) {
    .overlay__animate--enter .overlay-content__btn--prev {
        left: calc(50% - 630px)
    }
}

.overlay__animate--enter .overlay-content__btn--next {
    right: .625rem
}

@media screen and (min-width:761px) {
    .overlay__animate--enter .overlay-content__btn--next {
        right: 1.25rem
    }
}

@media screen and (min-width:1521px) {
    .overlay__animate--enter .overlay-content__btn--next {
        right: calc(50% - 630px)
    }
}

.overlay__animate--leave .overlay-content__background,
.overlay__animate--leave .overlay-content__btn,
.overlay__animate--leave .overlay-content__content {
    opacity: 0
}

.overlay-content__background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    z-index: 98;
    transition: opacity .5s;
    opacity: 0
}

.overlay-content__content {
    height: calc(100vh - 8rem);
    position: fixed;
    left: .625rem;
    right: .625rem;
    top: 100vh;
    background: #fff;
    z-index: 99;
    padding: 3.4375rem 4.16667vw;
    overflow-y: scroll;
    transition: top .5s, opacity .5s
}

@media screen and (min-width:761px) {
    .overlay-content__content {
        height: calc(100vh - 3.75rem);
        top: 100vh;
        left: 3.125rem;
        right: 3.125rem;
        padding: 4.16667vw
    }
}

@media screen and (min-width:1521px) {
    .overlay-content__content {
        left: 50vw;
        right: auto;
        transform: translate(-37.5rem);
        width: 75rem
    }
}

.overlay-content__close--black {
    position: absolute;
    top: 3.94737vw;
    right: 3.94737vw;
    width: 1.375rem;
    height: 1.3125rem;
    background-image: url(assets/img/close-black.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    cursor: pointer;
    z-index: 1
}

.overlay-content__btn {
    position: fixed;
    top: auto;
    bottom: calc(0 - (100vh - 8rem));
    z-index: 99;
    width: calc(50vw - .625rem);
    transition: opacity .5s, left .5s, right .5s, bottom .5s;
    height: 3rem;
    background-repeat: no-repeat;
    background-size: 1rem;
    background-color: #00b9f1;
    border: 1px solid #fff
}

@media screen and (min-width:761px) {
    .overlay-content__btn {
        top: 40vh;
        bottom: auto;
        background-color: transparent;
        width: 1.875rem;
        height: 1.875rem;
        background-size: contain;
        border: none
    }
}

.overlay-content__btn:focus {
    outline: none
}

.overlay-content__btn--prev {
    background-image: url(assets/img/arrow-left-white.svg);
    background-position: 50%
}

@media screen and (min-width:761px) {
    .overlay-content__btn--prev {
        left: -1.875rem;
        background-position: 0
    }
}

.overlay-content__btn--next {
    background-image: url(assets/img/arrow-right-white.svg);
    background-position: 50%
}

@media screen and (min-width:761px) {
    .overlay-content__btn--next {
        right: -1.875rem;
        background-position: 100%
    }
}

#base {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #707071 url(assets/img/base-bg-arrow-black.jpeg) 0 0 repeat
}

#level-1,
#level-1--content {
    transition: all .5s
}

#level-1--content {
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
    height: auto;
    z-index: 1
}

.menu-location--show #level-1--content {
    overflow-y: hidden;
    transform: translate3d(0, 75%, 0) scale3d(.85, .85, 1)
}

#off-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 101;
    display: none;
    cursor: pointer;
    transition: all .5s
}

.menu-location--show #off-layer {
    display: block;
    transform: translate3d(0, 75%, 0) scale3d(.85, .85, 1)
}

.edit-rel {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 20;
    background-color: #00b9f1;
    border-width: 1px 0 1px 1px;
    border-style: solid none solid solid;
    border-color: #007ea5;
    border-radius: 5px 0 0 5px;
    shadow: 1px 1px 2pc #000
}

.edit-rel a {
    color: #fff!important;
    display: block;
    padding: 2px 5px
}

.edit-rel a:hover {
    color: #fff!important;
    text-shadow: 1px 1px 2px #000
}

.view {
    width: 100%
}

.linkbox {
    display: block
}

.linkbox__container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #59524a;
    padding: 1.97368vw;
    overflow: hidden
}

@media screen and (min-width:761px) {
    .linkbox__container {
        padding: .98684vw
    }
}

@media screen and (min-width:1521px) {
    .linkbox__container {
        padding: 15px
    }
}

.linkbox__graphic {
    width: 100%;
    background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMiIgYmFzZVByb2ZpbGU9InRpbnkiIGlkPSJWTUxCT1giIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNTguNSAyNTguNSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnIGlkPSJWTUxib3hfYmx1ZSI+Cgk8cG9seWdvbiBmaWxsPSIjRkZGIiBwb2ludHM9IjIwMywwIDE2Ni4xLDAgMTI5LjMsMzYuOCA5Mi41LDAgNTUuNSwwIDEyOS4zLDczLjggCSIvPgoJPHBvbHlnb24gZmlsbD0iI0ZGRiIgcG9pbnRzPSIxMTAuOCwyMDMuMiA1NS41LDI1OC41IDkyLjUsMjU4LjUgMTI5LjMsMjIxLjcgMTY2LjEsMjU4LjUgMjAzLDI1OC41IDEyOS4zLDE4NC43IAkiLz4KCTxwb2x5Z29uIGZpbGw9IiNGRkYiIHBvaW50cz0iMjU4LjUsMjAzIDI1OC41LDE2NiAyMjEuNywxMjkuMyAyNTguNSw5Mi41IDI1OC41LDU1LjUgMTg0LjcsMTI5LjMgCSIvPgoJPHBvbHlnb24gZmlsbD0iI0ZGRiIgcG9pbnRzPSIwLDU1LjUgMCw5Mi41IDM2LjgsMTI5LjMgMCwxNjYuMSAwLDIwMyA3My44LDEyOS4zIAkiLz4KCTxwb2x5Z29uIGZpbGw9IiNGRkYiIHBvaW50cz0iMTI5LjMsMTEwLjggMTguNSwwIDAsMCAwLDE4LjUgMTEwLjgsMTI5LjMgMCwyNDAgMCwyNTguNSAxOC41LDI1OC41IDEyOS4zLDE0Ny44IDI0MCwyNTguNQoJCTI1OC41LDI1OC41IDI1OC41LDI0MCAxNDcuOCwxMjkuMyAyNTguNSwxOC41IDI1OC41LDAgMjQwLDAgCSIvPgo8L2c+Cjwvc3ZnPgo=) top no-repeat;
    background-size: contain
}

@media screen and (min-width:761px) {
    .linkbox__graphic {
        width: 25%
    }
}

@media screen and (max-width:760px) {
    .linkbox__graphic {
        height: 100px;
        overflow: hidden;
        margin-bottom: 10px
    }
    .linkbox__graphic img {
        width: 100%;
        height: auto;
        margin: -30px auto
    }
}

.linkbox__content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width:761px) {
    .linkbox__content {
        width: 75%;
        padding-left: 2.63158vw
    }
}

@media screen and (min-width:761px) and (min-width:761px) {
    .linkbox__content {
        padding-left: 1.31579vw
    }
}

@media screen and (min-width:761px) and (min-width:1521px) {
    .linkbox__content {
        padding-left: 20px
    }
}

.linkbox__title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    padding-bottom: 1.31579vw
}

@media screen and (min-width:761px) {
    .linkbox__title {
        font-size: 1.57895vw
    }
}

@media screen and (min-width:1521px) {
    .linkbox__title {
        font-size: 1.5rem
    }
}

@media screen and (min-width:761px) {
    .linkbox__title {
        padding-bottom: .65789vw
    }
}

@media screen and (min-width:1521px) {
    .linkbox__title {
        padding-bottom: 10px
    }
}

.linkbox__text {
    font-size: .875rem
}

@media screen and (min-width:761px) {
    .linkbox__text {
        font-size: .92105vw
    }
}

@media screen and (min-width:1521px) {
    .linkbox__text {
        font-size: .875rem
    }
}

.linkbox__link {
    background-color: #00b9f1;
    display: inherit;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding: .92105vw 1.31579vw
}

@media screen and (min-width:761px) {
    .linkbox__link {
        padding: .65789vw .98684vw
    }
}

@media screen and (min-width:1521px) {
    .linkbox__link {
        padding: 10px 15px
    }
}

.linkbox__link:hover {
    cursor: pointer;
    background-color: #25ccff
}

.linkbox__links {
    padding: 1.97368vw 0 0;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width:1521px) {
    .linkbox__links {
        padding: 30px 0 0
    }
}

.media_overlay--open {
    cursor: pointer
}

@media screen and (max-width:760px) {
    .tile--full-vh--small {
        height: calc(100vh - 80px)
    }
    .tile__hero.tile--full-vh--small {
        height: 100vh
    }
}

@media screen and (max-width:760px) and (orientation:landscape) {
    .tile--full-vh--small {
        height: unset
    }
}

@media screen and (max-width:760px) {
    .tile--half-vh--small {
        min-height: calc((100vh - 80px) / 2)
    }
    .tile__hero.tile--half-vh--small {
        height: 50vh
    }
}

@media screen and (max-width:760px) and (orientation:landscape) {
    .tile--half-vh--small {
        height: unset
    }
}

.tile {
    overflow: hidden;
    position: relative
}

.tile__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    text-decoration: none
}

.tile__content.center--vert {
    -ms-flex-align: center;
    align-items: center
}

.tile__align-content--end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.tile__align-content--beginning {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.tile__title {
    font-weight: 600;
    font-size: 3.4vw;
    padding: 7.57895vw 15.15789vw 3.78947vw 7.57895vw;
    text-transform: uppercase
}

.tile__copy {
    font-size: 6.5vw;
    font-weight: 300;
    line-height: 1.25;
    padding: 0 15.15789vw 0 7.57895vw
}

.tile__author,
.tile__source {
    font-size: 3.4vw;
    display: inline-block;
    font-style: italic;
    padding-top: 1.51579vw;
    font-weight: 300
}

.force_wrap_title{
    width: 4vw;
    margin-left: 1.25rem;
}


@media (min-width: 300px) and (max-width: 1024px) {
    .force_wrap_title{
        width: 0vw;
        margin-left: 0rem;
    }
}

.tile__icon--link {
    color: #fff;
    position: absolute;
    right: 7.57895vw;
    background: url(assets/img/arrow-right-white.svg) 0 0 no-repeat;
    background-size: contain;
    width: 4vw;
    height: 4vw;
    top: 50%
}

.tile__page-link {
    width: 100%;
    position: absolute;
    bottom: 3.28947vw;
    left: 0;
    z-index: 2
}

.tile__page-link--hide {
    display: none
}

.tile__page-link-link {
    display: none;
    width: 1.75vw;
    height: 1.75vw
}

.tile__page-link-link--left {
    margin-left: 6.57895vw;
    background: url(assets/img/arrow-left-white.svg) 0 0 no-repeat;
    background-size: contain
}

.tile__page-link-link--right {
    margin-right: 6.57895vw;
    background: url(assets/img/arrow-right-white.svg) 0 0 no-repeat;
    background-size: contain
}

@media screen and (min-width:761px) {
    .tile__page-link {
        bottom: 1.97368vw
    }
    .tile__page-link-link {
        display: block;
        visibility: hidden
    }
}

.tile__page-link-explore {
    text-transform: uppercase;
    text-align: center;
    cursor: pointer
}

.tile__page-link-explore--copy {
    margin: 0
}

.tile__page-link-explore--chevron {
    margin-top: 7px;
    display: block;
    background: url(assets/img/arrow-down-grey.svg) top no-repeat;
    width: 100%;
    height: .9375rem;
    background-size: contain
}

@media screen and (min-width:761px) {
    .tile__page-link-explore--chevron {
        height: 1.25rem
    }
}

.tile__banner--bottom {
    background: rgba(34, 34, 34, .75);
    color: #fff;
    text-transform: uppercase;
    height: 21%;
    width: 100%;
    padding: 0 1.5625rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.tile__banner--bottom .tile__icon--link {
    top: 50%;
    margin-top: 7px;
    display: none
}

@media screen and (min-width:761px) {
    .tile__banner--bottom {
        height: 30%
    }
    .tile__banner--bottom .tile__icon--link {
        margin-top: 2px;
        display: block
    }
}

.tile__banner--line-1 {
    height: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #9b9b9b;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 4.21053vw;
    padding-bottom: 5px
}

@media screen and (min-width:761px) {
    .tile__banner--line-1 {
        font-size: 1.05263vw
    }
}

@media screen and (min-width:1521px) {
    .tile__banner--line-1 {
        font-size: 1rem
    }
}

.tile__banner--line-1>.center--vert {
    width: 100%
}

.tile__type__article .tile__banner--line-1 {
    height: 37%
}

.tile__banner--line-2 {
    height: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.tile__banner--logo {
    display: inline-block;
    max-height: 7.5vw;
    max-width: 24vw;
    padding-right: .625em
}

@media screen and (min-width:761px) {
    .tile__banner--logo {
        max-height: 1.8vw;
        max-width: 6.78834vw
    }
}

.tile__banner--case-study {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 6.31579vw;
    line-height: 1;
    margin-top: 5px
}

@media screen and (min-width:761px) {
    .tile__banner--case-study {
        font-size: 1.57895vw
    }
}

@media screen and (min-width:1521px) {
    .tile__banner--case-study {
        font-size: 1.5rem
    }
}

@media screen and (min-width:761px) {
    .tile__banner--case-study {
        margin-top: 0
    }
}

.tile__banner--article {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 4.37579vw; /* mobile cause overlap issue with long text 6.31579vw;*/
    line-height: 1.1;/* mobile show a very small gap between lines text 1;*/
    margin-top: 5px
}

@media screen and (min-width:761px) {
    .tile__banner--article {
        font-size: 1.57895vw
    }
}

@media screen and (min-width:1521px) {
    .tile__banner--article {
        font-size: 1.5rem
    }
}

@media screen and (min-width:761px) {
    .tile__banner--article {
        margin-top: 0
    }
}

.tile__copy {
    color: #fff
}

.tile__copy--primary {
    font-size: 1.875rem
}

.tile__copy--secondary {
    font-size: 1.25rem
}

.tile__color--0 {
    background-color: rgba(0, 0, 0, .5)
}

.tile__color--1 {
    background-color: rgba(0, 185, 241, .5)
}

.tile__color--2 {
    background-color: hsla(0, 0%, 100%, .5)
}

.tile__color--2 .item__copy {
    color: #00b9f1
}

.tile__color--light-gray {
    background-color: #f9f9f9;
    color: #00b9f1;
    transition: all .5s
}

.tile__color--light-gray .tile__title {
    color: #9b9b9b
}

.tile__color--light-gray .tile__copy {
    color: #00b9f1
}

.tile__color--light-gray .tile__author,
.tile__color--light-gray .tile__source {
    border-top: 1px solid #00b9f1
}

.tile__color--light-gray .tile__icon--link {
    background-image: url(assets/img/arrow-right-black.svg)
}

.tile__color--light-gray:hover {
    background-color: #e7e6e6
}

.tile__color--dark-gray {
    background-color: #3d3833;
    color: #fff;
    transition: all .5s
}

.tile__color--dark-gray .tile__title {
    color: #fff
}

.tile__color--dark-gray .tile__author,
.tile__color--dark-gray .tile__source {
    color: #fff;
    border-top: 1px solid #fff
}

.tile__color--dark-gray:hover {
    background-color: #59524a
}

.tile__color--blue {
    background-color: #00b9f1;
    color: #fff;
    transition: all .5s
}

.tile__color--blue .tile__title {
    color: #fff
}

.tile__color--blue .tile__author,
.tile__color--blue .tile__source {
    color: #fff;
    border-top: 1px solid #fff
}

.tile__color--blue:hover {
    background-color: #25ccff
}

@media screen and (min-width:761px) {
    .tile--partial-vh--large {
        max-height: 90vh
    }
    .tile__icon--link {
        top: 3.94737vw;
        right: 3.94737vw;
        margin-top: 0;
        width: 1.2vw;
        height: 1.2vw
    }
    .tile__title {
        font-size: 1.39vw;
        padding: 3.94737vw 7.89474vw 1.97368vw 3.94737vw;
        line-height: 1
    }
    .tile__copy {
        font-size: 3.1vw;
        padding: 0 7.89474vw 0 3.94737vw;
        line-height: 1.18
    }
    .reveal .tile__copy {
        font-size: 2vw
    }
    .tile__author,
    .tile__source {
        font-size: 1.39vw;
        padding-top: .65789vw;
        line-height: 1
    }
}

.tile__diversity-inclusion,
.tile__who-we-are {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 100%;
    height: 42.76316vw
}

@media screen and (min-width:761px) {
    .tile__diversity-inclusion,
    .tile__who-we-are {
        min-width: 33.33333%;
        height: 25.32895vw
    }
}

.tile__diversity-inclusion:nth-child(3n+1),
.tile__diversity-inclusion:nth-child(3n+1) a,
.tile__who-we-are:nth-child(3n+1),
.tile__who-we-are:nth-child(3n+1) a {
    color: #fff
}

.tile__diversity-inclusion:nth-child(3n+1) .content__image,
.tile__who-we-are:nth-child(3n+1) .content__image {
    background-image: url(assets/img/tile-content-bg-black.png)
}

.tile__diversity-inclusion:nth-child(3n+2),
.tile__diversity-inclusion:nth-child(3n+2) a,
.tile__who-we-are:nth-child(3n+2),
.tile__who-we-are:nth-child(3n+2) a {
    color: #fff
}

.tile__diversity-inclusion:nth-child(3n+2) .content__image,
.tile__who-we-are:nth-child(3n+2) .content__image {
    background-image: url(assets/img/tile-content-bg-blue.png)
}

.tile__diversity-inclusion:nth-child(3n+3) .content__image,
.tile__who-we-are:nth-child(3n+3) .content__image {
    background-image: url(assets/img/tile-content-bg-grey.png)
}

.tile__diversity-inclusion:nth-child(3n+3) .tile__who-we-are--link,
.tile__who-we-are:nth-child(3n+3) .tile__who-we-are--link {
    background-image: url(assets/img/arrow-right-blue.svg)
}

.tile__diversity-inclusion--content,
.tile__who-we-are--content {
    padding: 0 .9375rem
}

@media screen and (min-width:761px) {
    .tile__diversity-inclusion--content,
    .tile__who-we-are--content {
        padding: 0 1.97368vw
    }
}

.tile__diversity-inclusion--title,
.tile__who-we-are--title {
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: .625rem
}

@media screen and (min-width:761px) {
    .tile__diversity-inclusion--title,
    .tile__who-we-are--title {
        font-size: 3.28947vw;
        margin-bottom: 1.31579vw
    }
}

.tile__diversity-inclusion--copy,
.tile__who-we-are--copy {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase
}

@media screen and (min-width:761px) {
    .tile__diversity-inclusion--copy,
    .tile__who-we-are--copy {
        font-size: 1.31579vw
    }
}

.tile__diversity-inclusion--link,
.tile__who-we-are--link {
    width: .75rem;
    height: 1.0625rem;
    background: url(assets/img/arrow-right-white.svg) no-repeat 50%;
    background-size: contain;
    margin-left: 1.25rem
}

.tile--inline-link {
    width: .75rem;
    height: 1.0625rem;
    background: url(assets/img/arrow-right-white.svg) no-repeat 50%;
    background-size: contain;
    margin-left: 1.25rem
}

@media screen and (min-width:761px) {
    .tile__home {
        width: 100vw;
        height: 111.11111vw
    }
    .tile__home--pod1 {
        -ms-flex-order: 1;
        order: 1
    }
    .tile__home--pod1:before {
        content: "";
        display: block;
        padding-top: 166.66667%
    }
    .tile__home--pod1 .tile__banner--bottom {
        height: 15%
    }
    .tile__home--pod2 {
        -ms-flex-order: 4;
        order: 4
    }
    .tile__home--pod3 {
        -ms-flex-order: 5;
        order: 5
    }
    .tile__home--pod4 {
        -ms-flex-order: 7;
        order: 7;
        margin-left: -33.33333%
    }
    .tile__home--pod5 {
        -ms-flex-order: 8;
        order: 8;
        margin-left: -33.33333%
    }
    .tile__home--pod6 {
        -ms-flex-order: 2;
        order: 2
    }
    .tile__home--pod7 {
        -ms-flex-order: 3;
        order: 3
    }
    .tile__home--pod8 {
        -ms-flex-order: 6;
        order: 6;
        width: 66.66666%
    }
    .tile__home--pod8 .tile__banner--bottom {
        height: 15%
    }
    .tile__hometest {
        width: 100%;
        height: 100vw
    }
    .tile__hometest--pod {
        width: 33.33333%;
        height: 33.33333vw
    }
    .tile__hometest--pod .tile__banner--bottom {
        height: 15%
    }
    .tile__hometest--pod.pod-1 {
        -ms-flex-order: 1;
        order: 1;
        height: 66.66667vw
    }
    .tile__hometest--pod.pod-2 {
        -ms-flex-order: 2;
        order: 2;
        margin-left: -33.33333%
    }
    .tile__hometest--pod.pod-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .tile__hometest--pod.pod-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .tile__hometest--pod.pod-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .tile__hometest--pod.pod-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .tile__hometest--pod.pod-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .tile__hometest--pod.pod-8 {
        -ms-flex-order: 8;
        order: 8;
        width: 66.66667vw;
        height: 66.66667vw
    }
}

.tile__grid .tile__mobile-jump-bar {
    width: 100%;
    height: 4.6875rem;
    background: #000
}

.tile__grid .tile__mobile-jump-bar .icon__down__holder,
.tile__grid .tile__mobile-jump-bar .icon__grid__holder {
    padding: 1.5625rem
}

.tile__grid .tile:last-child .tile__mobile-jump-bar {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tile__grid .tile:last-child .icon__down__holder {
    display: none
}

@media screen and (min-width:761px) {
    .tile__grid .tile {
        border-bottom: 3px solid #fff
    }
    .view-display-id-leaders .tile__grid .tile {
        border-bottom: none
    }
    .tile__grid .tile__mobile-jump-bar {
        display: none
    }
}

.pod-tiles__container {
    background-color: #222
}

.pod-tiles__header {
    background: #00b9f1;
    color: #fff;
    text-transform: uppercase;
    height: 4.1875rem;
    padding: 0 1.875rem
}

@media screen and (min-width:761px) {
    .pod-tiles__header {
        display: none
    }
}

.pod-tiles .tile__color--dark-gray {
    transition: all .5s
}

.pod-tiles .tile__color--dark-gray:nth-child(odd) {
    background-color: #333
}

.pod-tiles .tile__color--dark-gray:nth-child(2n) {
    background-color: #2c2c2c
}

@media screen and (min-width:761px) {
    .pod-tiles .tile__color--dark-gray:nth-child(2n) {
        background-color: #333
    }
}

.pod-tiles .tile__color--dark-gray:hover {
    background-color: #222
}

.grid__logos {
    border-bottom: 1px solid #4a4a4a;
    border-right: 1px solid #4a4a4a
}

@media screen and (min-width:761px) {
    .grid__logos:nth-child(-n+6) {
        border-top: 1px solid #4a4a4a
    }
    .grid__logos:nth-child(6n+0) {
        border-right: none
    }
}

@media screen and (max-width:760px) {
    .grid__logos:nth-child(-n+3) {
        border-top: 1px solid #4a4a4a
    }
    .grid__logos:nth-child(3n+0) {
        border-right: none
    }
}

.tile__hero {
    color: #fff
}

.hero__content {
    padding: 5rem 6.57895vw 0
}

@media screen and (min-width:761px) {
    .hero__content.hero__content--vert {
        padding-right: 5.26316vw
    }
}

.hero__column--1 {
    width: 100%
}

@media screen and (min-width:761px) {
    .hero__column--1 {
        padding-right: 25vw
    }
    .hero__content--vert .hero__column--1 {
        padding-right: 0;
        width: 56.57895vw;
        -ms-flex-order: 2;
        order: 2
    }
}

.hero__column--2 {
    width: 100%
}

@media screen and (min-width:761px) {
    .hero__column--2 {
        padding-right: 25vw
    }
    .hero__content--vert .hero__column--2 {
        padding-right: 3.28947vw;
        width: 23.68421vw;
        -ms-flex-order: 1;
        order: 1
    }
}

.hero__heading {
    font-size: 10.10526vw;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #fff
}

@media screen and (min-width:761px) {
    .hero__heading {
        font-size: 5.26316vw;
        letter-spacing: -1px;
        line-height: .9
    }
}

.hero__body {
    font-size: 5.02632vw;
    line-height: 1.25;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #fff
}

@media screen and (min-width:761px) {
    .hero__body {
        font-size: 1.97368vw;
        letter-spacing: -1px;
        line-height: 1.15
    }
}

.hero__image {
    height: 11.84211vw;
    display: block;
    margin: 7.89474vw auto 0
}

.hero__content--vert .hero__image {
    height: 46.05263vw
}

@media screen and (min-width:761px) {
    .hero__image {
        height: 3.94737vw;
        margin: 2.63158vw auto 0
    }
    .hero__content--vert .hero__image {
        height: auto;
        width: 100%;
        margin: 0
    }
}

.hero__link {
    color: #fff;
    font-size: 3.94737vw;
    font-weight: 400;
    text-transform: uppercase;
    margin: 6.57895vw 0;
    display: block
}

@media screen and (min-width:761px) {
    .hero__link {
        font-size: 1.31579vw;
        margin-top: 1.31579vw;
        margin-bottom: 1.31579vw
    }
}

.hero__link a {
    color: #fff
}

.hero__video--open {
    background: url(assets/img/video-open.svg) 50% no-repeat;
    background-size: contain;
    display: block;
    width: 11.84211vw;
    height: 11.84211vw;
    position: absolute;
    right: 6.57895vw;
    bottom: 16.44737vw;
    cursor: pointer
}

@media screen and (min-width:761px) {
    .hero__video--open {
        width: 3.94737vw;
        height: 3.94737vw;
        bottom: 6.57895vw
    }
}

.takeover__title {
    font-size: 10.10526vw;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #fff
}

@media screen and (min-width:761px) {
    .takeover__title {
        font-size: 5.26316vw;
        letter-spacing: -1px;
        line-height: .9
    }
}

.takeover__body {
    font-size: 5.05263vw;
    line-height: 1.25;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #fff
}

@media screen and (min-width:761px) {
    .takeover__body {
        font-size: 1.97368vw;
        letter-spacing: -1px;
        line-height: 1.15
    }
}

.takeover__link {
    color: #fff;
    font-size: 3.94737vw;
    font-weight: 400;
    text-transform: uppercase;
    margin: 6.57895vw 0;
    display: block
}

@media screen and (min-width:761px) {
    .takeover__link {
        font-size: 1.31579vw;
        margin-top: 1.31579vw;
        margin-bottom: 1.31579vw
    }
}

.takeover__link a {
    color: #fff
}

@media screen and (max-width:760px) {
    .takeover__image__left {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: normal;
        align-self: normal;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.takeover__image--hero {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: no-repeat 50%;
    background-size: cover;
    z-index: 1
}

.takeover__image__link .takeover__image--hero {
    background-size: auto 80%
}

@media screen and (min-width:761px) {
    .takeover__image__link .takeover__image--hero {
        background-size: contain
    }
}

.takeover__image--hero.small {
    display: block
}

@media screen and (min-width:761px) {
    .takeover__image--hero.small {
        display: none
    }
}

.takeover__image--hero.large {
    display: none
}

@media screen and (min-width:761px) {
    .takeover__image--hero.large {
        display: block
    }
}

.intro-copy {
    padding: 5.26316vw 0 5.26316vw 6.57895vw;
    color: #9b9b9b;
    font-size: 1em
}

@media screen and (min-width:1521px) {
    .intro-copy {
        padding-left: 0
    }
}

.intro-copy__heading {
    color: #4a4a4a;
    font-size: 2.5em;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 1.875rem;
    line-height: 1
}

@media screen and (max-width:760px) {
    .intro-copy {
        width: 100%;
        padding: 2.5rem 1.875rem
    }
}

.node-type-client .intro-copy {
    padding-top: 2.63158vw!important
}

.no-hero .intro-copy {
    padding-top: 13.15789vw
}

@media screen and (max-width:760px) {
    .no-hero .intro-copy {
        padding-top: 7.5rem
    }
}

.no-hero .intro-copy__heading {
    margin-bottom: 3.125rem;
    font-size: 3.4375rem;
    font-weight: 800
}

@media screen and (max-width:760px) {
    .no-hero .intro-copy__heading {
        margin-bottom: 1.875rem;
        font-size: 2.5rem
    }
}

.intro__logo {
    margin-left: 6.57895vw;
    background-color: #000;
    /* APPLIED TO 150x150 circle logo
    padding: .9375rem;
    width: 5.9375rem;
    height: 5.9375rem;
    */
    /* APPLIED TO 128x128 circle logo */
    width: 5rem;
    height: 5rem;
    /* END */
    border-radius: 9999999px;
    position: relative;
    margin-top: -2.9375rem;
    z-index: 25;
    display: none
}

.intro__logo--holder {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

@media screen and (min-width:761px) {
    .intro__logo {
        /* APPLIED TO 150x150
        padding: 1.875rem;
        width: 9.375rem;
        height: 9.375rem;
        */
        /* APPLIED TO 128x128 */
        width: 8rem;
        height: 8rem;
        /* END */
        margin-top: -4.625rem
    }
}

.node-type-capability .intro__logo,
.node-type-client .intro__logo {
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:760px) {
    .node-type-capability .intro__logo {
        display: none
    }
}

.carousel.down-below+.intro__logo {
    margin-top: -8rem
}

.page-itinerary .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.page-itinerary a {
    cursor: pointer
}

.page-itinerary p,
.page-itinerary ul li {
    line-height: 1.4
}

.page-itinerary .active-No {
    display: none
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary .main-itinerary-header {
        padding: 0 27px
    }
}

@media screen and (max-width:760px) {
    .page-itinerary .main-itinerary-header {
        padding: 34px 27px 24px
    }
}

.page-itinerary .main-itinerary-header h1 {
    font-size: 4.8em;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    color: #00b9f1;
    text-indent: -1px;
    margin-bottom: .5em
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary .main-itinerary-header h1 {
        font-size: 3.55em
    }
}

@media screen and (max-width:760px) {
    .page-itinerary .main-itinerary-header h1 {
        font-size: 3.125em;
        line-height: inherit;
        margin: 0
    }
}

.page-itinerary .main-itinerary-header h2 {
    font-weight: 400;
    color: #9b9b9b;
    font-size: 1em;
    margin-bottom: 1em;
    line-height: 1.5em
}

.page-itinerary #agendaCta {
    text-align: center;
    margin: 2em auto
}

.page-itinerary #agendaCta a {
    font-size: 1em;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    background-color: #00b9f1;
    color: #fff;
    padding: 1em 3em;
    transition: all .3s
}

.page-itinerary #agendaCta a:hover {
    background-color: #25ccff
}

@media screen and (max-width:760px) {
    .page-itinerary #agendaCta {
        margin: 0 auto 2em
    }
}

.page-itinerary #itinerary_cards {
    text-align: center
}

.page-itinerary #itinerary_cards.cardActive {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2
}

.page-itinerary #itinerary_cards.cardActive .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 3
}

.page-itinerary #itinerary_cards.cardActive .container .slick-list {
    padding: 0 10px!important
}

.page-itinerary #itinerary_cards.cardActive .container .slick-list,
.page-itinerary #itinerary_cards.cardActive .container .slick-list .slick-track {
    transform: none!important;
    overflow: auto;
    position: relative;
    height: inherit!important;
    width: 100%!important;
    transition: none!important
}

@media screen and (max-width:760px) {
    .page-itinerary #itinerary_cards.cardActive .item-card,
    .page-itinerary #itinerary_cards.cardActive .slick-dots {
        display: none
    }
    .page-itinerary #itinerary_cards.cardActive .item-card.prompted {
        width: 320px;
        min-height: 474px;
        display: block;
        background-color: #f3f3f3;
        padding: 147px 30px 0;
        vertical-align: top;
        position: absolute;
        top: 106px;
        left: 50%;
        transform: translateX(-51%);
        z-index: 4;
        float: none
    }
    .page-itinerary #itinerary_cards.cardActive .item-card.prompted .close-icon {
        display: block;
        z-index: 2;
        background-image: url(assets/img/close-black.svg);
        width: 1.5625rem;
        height: 1.5625rem;
        background-repeat: no-repeat;
        background-position: 100%;
        background-size: contain;
        position: absolute;
        right: 27px;
        top: 27px;
        cursor: pointer;
        text-indent: -9999px;
        opacity: .4
    }
    .page-itinerary #itinerary_cards.cardActive .item-card.prompted .card_text {
        display: block
    }
    .page-itinerary #itinerary_cards.cardActive .item-card.prompted .card_text>p:first-child {
        text-align: left
    }
}

.page-itinerary #itinerary_cards .slick-dots {
    display: block;
    text-align: center
}

.page-itinerary #itinerary_cards .slick-dots li {
    display: inline-block
}

.page-itinerary #itinerary_cards .slick-dots li.slick-active button:after {
    border-color: #9f9f9f;
    background-color: #9f9f9f
}

.page-itinerary #itinerary_cards .item-card {
    width: 390px;
    height: 534px;
    margin: 0 3px;
    display: inline-block;
    background-color: #f3f3f3;
    padding: 147px 70px 0;
    vertical-align: top;
    position: relative
}

.page-itinerary #itinerary_cards .item-card:after {
    opacity: .5
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #itinerary_cards .item-card {
        width: 30%;
        padding: 147px 30px
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #itinerary_cards .item-card {
        width: 180px;
        height: 223px;
        cursor: pointer;
        z-index: 0
    }
}

.page-itinerary #itinerary_cards .item-card .close-icon {
    display: none
}

.page-itinerary #itinerary_cards .item-card .card_text h2,
.page-itinerary #itinerary_cards .item-card .card_text h3 {
    font-size: 1em;
    color: #4a4a4a;
    text-transform: uppercase
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #itinerary_cards .item-card .card_text p {
        font-size: .875em
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #itinerary_cards .item-card .card_text {
        display: none
    }
    .page-itinerary #itinerary_cards .item-card .card_text>p:first-child {
        text-align: left
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #itinerary_cards .item-card.air-card.prompted:after {
        top: 33px
    }
}

.page-itinerary #itinerary_cards .item-card.air-card:after {
    content: "";
    display: block;
    width: 104px;
    height: 107px;
    background-image: url(assets/img/itinerary-air-card.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -52px
}

@media screen and (max-width:760px) {
    .page-itinerary #itinerary_cards .item-card.air-card:after {
        top: 60px
    }
}

.page-itinerary #itinerary_cards .item-card.car-card:after {
    content: "";
    display: block;
    width: 172px;
    height: 162px;
    background-image: url(assets/img/itinerary-car-card.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -86px
}

@media screen and (max-width:760px) {
    .page-itinerary #itinerary_cards .item-card.car-card:after {
        top: 75px
    }
}

.page-itinerary #itinerary_cards .item-card.hotel-card:after {
    content: "";
    display: block;
    width: 117px;
    height: 77px;
    background-image: url(assets/img/itinerary-hotel-card.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -58.5px
}

@media screen and (max-width:760px) {
    .page-itinerary #itinerary_cards .item-card.hotel-card:after {
        top: 65px
    }
}

.page-itinerary #dirInfo {
    position: relative;
    overflow: hidden;
    padding: 1.5em 0
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #dirInfo {
        padding: 1em 2em
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #dirInfo {
        text-align: center;
        padding: 1em
    }
}

.page-itinerary #dirInfo h3 {
    display: inline-block
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #dirInfo h3 {
        font-size: .875em
    }
}

.page-itinerary #dirInfo a {
    font-size: 1em;
    line-height: 1;
    font-weight: 800;
    display: inline-block;
    background-color: #00b9f1;
    color: #fff;
    padding: 1em 3em;
    transition: all .3s;
    float: right
}

.page-itinerary #dirInfo a:hover {
    background-color: #25ccff
}

@media screen and (max-width:760px) {
    .page-itinerary #dirInfo a {
        float: none;
        margin: 1em 0
    }
}

.page-itinerary #tipsForTheDay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #tipsForTheDay {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #tipsForTheDay {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-itinerary #tipsForTheDay .txt-side {
    background-color: #333;
    background-size: cover;
    background-position: 50%;
    float: left;
    width: 60%;
    padding: 36px 62px 0
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #tipsForTheDay .txt-side {
        float: none;
        width: 100%;
        clear: both;
        padding: 30px
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #tipsForTheDay .txt-side {
        float: none;
        width: 100%;
        clear: both;
        padding: 30px
    }
}

.page-itinerary #tipsForTheDay .txt-side h2 {
    color: #fff;
    font-weight: 800;
    font-size: 3.375em;
    margin: 0 0 20px
}

@media screen and (max-width:760px) {
    .page-itinerary #tipsForTheDay .txt-side h2 {
        font-size: 2.125em
    }
}

.page-itinerary #tipsForTheDay .txt-side p {
    font-size: .875em;
    color: #fff
}

.page-itinerary #tipsForTheDay .txt-side p:nth-child(2) {
    width: 60%;
    padding-right: 7%;
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #tipsForTheDay .txt-side p:nth-child(2) {
        float: none;
        width: 100%;
        clear: both;
        padding: 0
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #tipsForTheDay .txt-side p:nth-child(2) {
        width: 100%;
        display: block;
        padding: 0
    }
}

.page-itinerary #tipsForTheDay .txt-side p:nth-child(3) {
    width: 39%;
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width:760px) {
    .page-itinerary #tipsForTheDay .txt-side p:nth-child(3) {
        width: 100%;
        display: block;
        padding: 0
    }
}

.page-itinerary #tipsForTheDay .txt-side ul {
    padding: 0
}

.page-itinerary #tipsForTheDay .txt-side ul li {
    font-size: 1em;
    color: #fff;
    padding-bottom: 2.5%;
    vertical-align: top;
    margin-left: 2%
}

@media screen and (max-width:760px) {
    .page-itinerary #tipsForTheDay .txt-side ul li {
        width: 100%;
        padding: 0
    }
}

.page-itinerary #tipsForTheDay .img-side {
    width: 40%;
    float: right;
    background-image: url(assets/img/bg-tip-for-day.jpeg);
    background-size: cover;
    background-position: 50%
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #tipsForTheDay .img-side {
        height: 380px;
        width: 100%;
        float: none;
        clear: both
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #tipsForTheDay .img-side {
        height: 180px;
        width: 100%;
        float: none;
        clear: both
    }
}

.page-itinerary #adventureArround {
    min-height: 520px;
    overflow: hidden
}

.page-itinerary #adventureArround .txt-side {
    background-color: #00b9f1;
    background-size: cover;
    background-position: 50%;
    float: left;
    width: 60%;
    min-height: 520px;
    padding: 36px 62px 0
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #adventureArround .txt-side {
        float: none;
        width: 100%;
        clear: both;
        padding: 30px
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #adventureArround .txt-side {
        float: none;
        width: 100%;
        clear: both;
        padding: 30px
    }
}

.page-itinerary #adventureArround .txt-side h2 {
    color: #fff;
    font-weight: 800;
    font-size: 3.75em;
    margin: 0 0 20px
}

@media screen and (max-width:760px) {
    .page-itinerary #adventureArround .txt-side h2 {
        font-size: 2.375em
    }
}

.page-itinerary #adventureArround .txt-side p {
    font-size: .875em;
    color: #fff
}

.page-itinerary #adventureArround .txt-side p:nth-child(2) {
    width: 60%;
    padding-right: 7%;
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #adventureArround .txt-side p:nth-child(2) {
        float: none;
        width: 100%;
        clear: both;
        padding: 0
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #adventureArround .txt-side p:nth-child(2) {
        width: 100%;
        display: block;
        padding: 0
    }
}

.page-itinerary #adventureArround .txt-side p:nth-child(3) {
    width: 39%;
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width:760px) {
    .page-itinerary #adventureArround .txt-side p:nth-child(3) {
        width: 100%;
        display: block;
        padding: 0
    }
}

.page-itinerary #adventureArround .txt-side ul {
    padding: 0
}

.page-itinerary #adventureArround .txt-side ul li {
    font-size: .875em;
    display: inline-block;
    color: #fff;
    width: 60%;
    padding-right: 7%;
    vertical-align: top
}

@media screen and (max-width:760px) {
    .page-itinerary #adventureArround .txt-side ul li {
        width: 100%;
        display: block;
        padding: 0
    }
}

.page-itinerary #adventureArround .txt-side ul li:nth-child(2n) {
    width: 39%;
    padding-right: 0
}

@media screen and (max-width:760px) {
    .page-itinerary #adventureArround .txt-side ul li:nth-child(2n) {
        width: 100%;
        display: block;
        padding: 0
    }
}

.page-itinerary #adventureArround .txt-side ul li a {
    color: #fff;
    line-height: 2
}

.page-itinerary #adventureArround .txt-side ul li a:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin-right: 10px
}

.page-itinerary #adventureArround .txt-side ul li a:hover {
    font-weight: 700
}

.page-itinerary #adventureArround .img-side {
    width: 40%;
    float: right;
    height: 520px;
    background-size: cover;
    background-position: 50%
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #adventureArround .img-side {
        height: 380px;
        width: 100%;
        float: none;
        clear: both
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #adventureArround .img-side {
        height: 180px;
        width: 100%;
        float: none;
        clear: both
    }
}

.page-itinerary #pte {
    min-height: 520px;
    background-color: #333;
    overflow: hidden
}

.page-itinerary #pte .img-side {
    width: 45%;
    float: left
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #pte .img-side {
        margin: 3%
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #pte .img-side {
        float: none;
        width: 100%;
        clear: both
    }
}

.page-itinerary #pte .img-side ul {
    overflow: hidden;
    margin: 0
}

.page-itinerary #pte .img-side ul li {
    text-indent: -999999px;
    background-size: cover;
    background-position: 50%;
    float: left;
    width: 47%;
    list-style: none
}

.page-itinerary #pte .img-side ul li:first-child {
    height: 366px;
    margin: 0 10px 20px 0
}

@media screen and (max-width:760px) {
    .page-itinerary #pte .img-side ul li:first-child {
        height: 212px
    }
}

.page-itinerary #pte .img-side ul li:nth-child(2) {
    height: 173px;
    margin: 0 0 20px 10px
}

@media screen and (max-width:760px) {
    .page-itinerary #pte .img-side ul li:nth-child(2) {
        height: 98px
    }
}

.page-itinerary #pte .img-side ul li:nth-child(3) {
    height: 173px;
    margin: 0 0 20px 10px
}

@media screen and (max-width:760px) {
    .page-itinerary #pte .img-side ul li:nth-child(3) {
        height: 98px
    }
}

.page-itinerary #pte .img-side ul li:nth-child(4) {
    height: 262px;
    margin: 0
}

@media screen and (max-width:760px) {
    .page-itinerary #pte .img-side ul li:nth-child(4) {
        display: none
    }
}

.page-itinerary #pte .img-side ul li:nth-child(5) {
    height: 262px;
    margin: 0 0 0 20px
}

@media screen and (max-width:760px) {
    .page-itinerary #pte .img-side ul li:nth-child(5) {
        display: none
    }
}

.page-itinerary #pte .img-side ul li .field-name-field-description-place {
    display: none
}

.page-itinerary #pte .txt-side {
    width: 55%;
    float: left;
    color: #fff;
    overflow: hidden;
    padding: 60px 60px 0
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #pte .txt-side {
        padding: 30px 20px 0;
        width: 49%
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #pte .txt-side {
        float: none;
        width: 100%;
        clear: both;
        padding: 30px
    }
}

.page-itinerary #pte .txt-side p {
    font-size: .875em;
    padding-bottom: 2em
}

.page-itinerary #pte .txt-side h2 {
    color: #fff;
    font-weight: 800;
    font-size: 3.75em;
    margin: 0 0 20px;
    text-transform: uppercase
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #pte .txt-side h2 {
        font-size: 2.5em
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #pte .txt-side h2 {
        font-size: 2.375em
    }
}

.page-itinerary #pte .txt-side h3 {
    color: #fff;
    margin: 0 0 10px
}

.page-itinerary #pte .txt-side .item-list>ul {
    padding: 0;
    margin: 0
}

.page-itinerary #pte .txt-side .item-list>ul>li {
    width: 49%;
    display: inline-block;
    color: #fff;
    list-style: none;
    vertical-align: top;
    margin: 0 0 30px
}

.page-itinerary #pte .txt-side .item-list>ul>li a {
    color: #fff
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #pte .txt-side .item-list>ul>li a {
        font-size: .875em
    }
}

.page-itinerary #pte .txt-side .item-list>ul>li a:hover {
    font-weight: 700;
    color: #00b9f1
}

.page-itinerary #pte .txt-side .item-list>ul>li ul li {
    list-style: disc
}

.page-itinerary #pte .txt-side .item-list>ul>li ul.field-collection-view-links {
    display: none
}

@media screen and (max-width:760px) {
    .page-itinerary #pte .txt-side .item-list>ul>li {
        width: 100%
    }
}

.page-itinerary #videoCard {
    background-color: #00b9f1;
    background-size: cover;
    background-position: top;
    min-height: 439px;
    overflow: hidden
}

.page-itinerary #videoCard .img-side {
    width: 44%;
    float: left;
    background-size: cover;
    background-position: 50%
}

@media screen and (max-width:760px) {
    .page-itinerary #videoCard .img-side {
        width: 100%;
        float: none;
        clear: both
    }
}

.page-itinerary #videoCard .img-side .video-holder {
    max-width: 600px;
    width: 90%;
    height: 330px;
    margin: 43px 0 0 auto;
    background-image: url(assets/img/video-card-immersion.jpeg);
    background-size: cover;
    background-position: 50%;
    cursor: pointer
}

@media screen and (max-width:760px) {
    .page-itinerary #videoCard .img-side .video-holder {
        width: 100%;
        max-width: 327px;
        height: 185px;
        float: none;
        margin: 30px auto
    }
}

.page-itinerary #videoCard .img-side .overlay__holder .overlay_close {
    z-index: 2;
    background-image: url(assets/img/close-white.svg);
    width: 1.5625rem;
    height: 1.5625rem;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain;
    position: absolute;
    right: 1.31579vw;
    top: 1.31579vw;
    cursor: pointer
}

.page-itinerary #videoCard .txt-side {
    width: 56%;
    float: left;
    padding: 36px 176px 0 80px
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #videoCard .txt-side {
        padding: 36px
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #videoCard .txt-side {
        width: 100%;
        float: none;
        clear: both;
        padding: 0 34px 34px
    }
}

.page-itinerary #videoCard .txt-side h2 {
    color: #fff;
    font-size: 3.375em;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #videoCard .txt-side h2 {
        font-size: 2.5em
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #videoCard .txt-side h2 {
        font-weight: 800;
        font-size: 2.375em
    }
}

.page-itinerary #videoCard .txt-side h3 {
    color: #fff;
    font-weight: 800;
    font-size: 5em;
    margin: 0 0 30px
}

@media screen and (max-width:1282px) and (min-width:1025px) {
    .page-itinerary #videoCard .txt-side h3 {
        font-size: 5em
    }
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #videoCard .txt-side h3 {
        font-size: 3.75em
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #videoCard .txt-side h3 {
        font-weight: 800;
        font-size: 2.375em
    }
}

.page-itinerary #videoCard .txt-side p {
    font-size: .875em;
    color: #fff
}

.page-itinerary #fullBanner {
    min-height: 540px;
    background-image: url(assets/img/banner-full.jpeg);
    background-size: cover;
    background-position: 50%
}

.page-itinerary #fullBanner .txt-side {
    width: 100%;
    max-width: 564px;
    padding: 36px 80px
}

@media screen and (max-width:760px) {
    .page-itinerary #fullBanner .txt-side {
        width: 100%;
        float: none;
        clear: both;
        padding: 34px
    }
}

.page-itinerary #fullBanner .txt-side h2 {
    color: #fff;
    font-size: 3.125em;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase
}

@media screen and (max-width:760px) {
    .page-itinerary #fullBanner .txt-side h2 {
        font-weight: 800;
        font-size: 2.375em
    }
}

.page-itinerary #fullBanner .txt-side h3 {
    color: #fff;
    font-weight: 800;
    font-size: 4.75em;
    margin: 0 0 30px;
    text-transform: uppercase
}

@media screen and (max-width:760px) {
    .page-itinerary #fullBanner .txt-side h3 {
        font-weight: 800;
        font-size: 2.375em
    }
}

.page-itinerary #fullBanner .txt-side p {
    font-size: .875em;
    color: #fff
}

.page-itinerary #fullBanner .txt-side ul {
    margin: 0
}

.page-itinerary #fullBanner .txt-side ul li {
    color: #fff;
    vertical-align: top;
    margin: 0 0 10px;
    font-size: .875em
}

.page-itinerary #partners {
    min-height: 466px;
    overflow: hidden
}

.page-itinerary #partners .txt-side {
    float: left;
    width: 44%;
    padding: 80px 25px 0 60px
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #partners .txt-side {
        width: 100%;
        float: none;
        clear: both;
        padding: 25px
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #partners .txt-side {
        width: 100%;
        float: none;
        clear: both;
        padding: 34px
    }
}

.page-itinerary #partners .txt-side h2 {
    color: #00b9f1;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 6.25em;
    margin: 0
}

@media screen and (max-width:760px) {
    .page-itinerary #partners .txt-side h2 {
        font-weight: 800;
        font-size: 2.375em
    }
}

.page-itinerary #partners .txt-side h3 {
    color: #00b9f1;
    font-weight: 800;
    font-size: 3.3125em;
    margin: 0 0 30px;
    text-transform: uppercase
}

@media screen and (max-width:760px) {
    .page-itinerary #partners .txt-side h3 {
        font-weight: 800;
        font-size: 2.375em
    }
}

.page-itinerary #partners .txt-side p {
    font-size: .875em
}

.page-itinerary #partners .img-side {
    float: right;
    width: 56%
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #partners .img-side {
        width: 100%;
        float: none;
        clear: both
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #partners .img-side {
        width: 100%;
        float: none;
        clear: both;
        display: none
    }
}

.page-itinerary #partners .img-side.mobile-show {
    display: none
}

@media screen and (max-width:760px) {
    .page-itinerary #partners .img-side.mobile-show {
        display: block
    }
}

.page-itinerary #partners .img-side ul {
    padding: 0;
    margin: 0;
    overflow: hidden
}

.page-itinerary #partners .img-side ul.list-logos li {
    display: block;
    margin: .2%;
    float: left;
    width: 32.9%;
    height: 160px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    text-indent: -999999px;
    list-style: none
}

@media screen and (max-width:760px) {
    .page-itinerary #partners .img-side ul.list-logos li {
        width: 50%;
        height: 125px;
        margin: 0
    }
}

.page-itinerary #partners .img-side ul.list-logos li.ford {
    background-image: url(assets/img/partner-ford.jpeg)
}

.page-itinerary #partners .img-side ul.list-logos li.gatorade {
    background-image: url(assets/img/partner-gatorade.jpeg)
}

.page-itinerary #partners .img-side ul.list-logos li.kelloggs {
    background-image: url(assets/img/partner-kelloggs.jpeg)
}

.page-itinerary #partners .img-side ul.list-logos li.motorola {
    background-image: url(assets/img/partner-motorola.jpeg)
}

.page-itinerary #partners .img-side ul.list-logos li.napa {
    background-image: url(assets/img/partner-napa.jpeg)
}

.page-itinerary #partners .img-side ul.list-logos li.tenn {
    background-image: url(assets/img/partner-tenn.jpeg)
}

.page-itinerary #partners .img-side ul.list-logos li.tropicana {
    background-image: url(assets/img/partner-tropicana.jpeg)
}

.page-itinerary #partners .img-side ul.list-logos li.wendys {
    background-image: url(assets/img/partner-wendys.jpeg)
}

.page-itinerary #partners .img-side ul.list-logos li.kimb {
    background-image: url(assets/img/partner-kimb.jpeg)
}

.page-itinerary #partners .img-side ul.list-logos li.electrolux {
    background-image: url(assets/img/partner-electrolux.jpeg)
}

.page-itinerary #partners .img-side ul.list-logos li.new-balance {
    background-image: url(assets/img/partner-newbalance.jpeg)
}

.page-itinerary #awardList {
    background-color: #464646;
    padding: 20px 0
}

.page-itinerary #awardList ul.list-logos {
    padding: 0;
    text-align: center
}

.page-itinerary #awardList ul.list-logos li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    text-indent: -999999px;
    list-style: none
}

@media screen and (max-width:760px) {
    .page-itinerary #awardList ul.list-logos li {
        margin: 20px
    }
}

.page-itinerary #awardList ul.list-logos li.cannes {
    background-image: url(assets/img/award-cannes.png);
    width: 246px;
    height: 126px
}

@media screen and (max-width:760px) {
    .page-itinerary #awardList ul.list-logos li.cannes {
        width: 30%;
        height: 72px
    }
}

.page-itinerary #awardList ul.list-logos li.alist {
    background-image: url(assets/img/ad-age-2017-agencylist.png);
    width: 61px;
    height: 162px
}

@media screen and (max-width:760px) {
    .page-itinerary #awardList ul.list-logos li.alist {
        width: 30%;
        height: 72px
    }
}

.page-itinerary #awardList ul.list-logos li.clio {
    background-image: url(assets/img/award-clio.png);
    width: 212px;
    height: 113px
}

@media screen and (max-width:760px) {
    .page-itinerary #awardList ul.list-logos li.clio {
        width: 30%;
        height: 72px
    }
}

.page-itinerary #awardList ul.list-logos li.oneshow {
    background-image: url(assets/img/award-oneshow.png);
    width: 170px;
    height: 130px
}

@media screen and (max-width:760px) {
    .page-itinerary #awardList ul.list-logos li.oneshow {
        width: 30%;
        height: 72px
    }
}

.page-itinerary #awardList ul.list-logos li.london {
    background-image: url(assets/img/award-london.png);
    width: 244px;
    height: 44px
}

@media screen and (max-width:760px) {
    .page-itinerary #awardList ul.list-logos li.london {
        width: 30%;
        height: 72px
    }
}

.page-itinerary #awardList ul.list-logos li.webby {
    background-image: url(assets/img/award-webby.png);
    width: 200px;
    height: 120px
}

@media screen and (max-width:760px) {
    .page-itinerary #awardList ul.list-logos li.webby {
        width: 30%;
        height: 72px
    }
}

.page-itinerary #map {
    width: 100%;
    min-height: 753px;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(assets/img/map-bg-branch.jpeg);
    background-color: #333;
    position: relative
}

@media screen and (max-width:1025px) and (min-width:760px) {
    .page-itinerary #map {
        min-height: 500px
    }
}

@media screen and (max-width:760px) {
    .page-itinerary #map {
        min-height: 345px
    }
}

.page-itinerary #map .txtMap {
    position: absolute;
    left: 60px;
    bottom: 80px
}

.page-itinerary #map .txtMap h2 {
    color: #00b9f1;
    margin: 0
}

.page-itinerary #map .txtMap h3 {
    margin: 0;
    color: #fff
}

.page-itinerary #ctaSurvey {
    min-height: 550px;
    position: relative;
    background-image: url(assets/img/bg-ctasurvey.jpeg);
    background-size: cover;
    background-position: 100% 0
}

@media screen and (max-width:760px) {
    .page-itinerary #ctaSurvey {
        min-height: 402px
    }
}

.page-itinerary #ctaSurvey:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6)
}

.page-itinerary #ctaSurvey .survet-txt {
    position: relative;
    z-index: 2
}

.page-itinerary #ctaSurvey .survet-txt h2 {
    color: #fff;
    font-weight: 800;
    font-size: 6.25em;
    text-align: center;
    margin: 0;
    padding: 70px 34px 50px;
    text-transform: uppercase
}

@media screen and (max-width:760px) {
    .page-itinerary #ctaSurvey .survet-txt h2 {
        font-size: 2.375em;
        padding: 34px
    }
}

.page-itinerary #ctaSurvey .survet-txt p {
    max-width: 480px;
    display: block;
    color: #fff;
    margin: 0 auto;
    font-size: 1em
}

@media screen and (max-width:760px) {
    .page-itinerary #ctaSurvey .survet-txt p {
        font-size: .875em;
        margin: 0 34px;
        width: 70%
    }
}

.page-itinerary #ctaSurvey .survey-link {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 50px 0
}

.page-itinerary #ctaSurvey .survey-link a {
    font-size: 1em;
    line-height: 1;
    font-weight: 800;
    display: inline-block;
    background-color: #00b9f1;
    color: #fff;
    padding: 1em 3em;
    transition: all .3s
}

.page-itinerary #ctaSurvey .survey-link a:hover {
    background-color: #25ccff
}

.page-itinerary.immersion #videoCard .img-side .video-holder {
    background-image: url(assets/img/video-card.jpeg)
}

.page-itinerary.immersion #videoCard .txt-side h3 {
    margin: 0 0 15px
}

.nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 80px;
    padding: 0 6.57895%;
    transition: bottom .5s, background .5s, height .5s, top .5s
}

.nav-bar>* {
    transition: all .5s
}

.nav-bar.nav-bar--blue {
    background: #00b9f1
}

@media screen and (min-width:761px) {
    .nav-bar.nav-bar--blue {
        height: 3.75rem
    }
    .nav-bar.nav-bar--blue>* {
        transform: scale(.7);
        transform-origin: right
    }
    .nav-bar.nav-bar--blue>:first-child {
        transform-origin: left
    }
}

.nav-bar.nav-bar--blue-large {
    background: #00b9f1
}

.nav-bar--hide {
    bottom: 100vh
}

.nav-bar__curr-page {
    margin-left: .625rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}
/*
.front .nav-bar__curr-page {
    display: none
}
*/

@media screen and (min-width:761px) {
    .nav-bar__curr-page {
        font-weight: 400;
        width: calc(100% - 120px);
        line-height: 2.875rem;
        margin-left: .9375rem;
        padding-left: .9375rem;
        border-left: 1px solid #fff
    }
}

.nav-bar__menus {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center
}

.nav-bar__menus>* {
    padding-left: .5rem
}

.nav-bar__menus>:first-child {
    padding-left: 0
}

@media screen and (min-width:761px) {
    .nav-bar__menus>* {
        padding-left: .9375rem
    }
}

.nav-bar__menus .locations__toggle__icon {
    margin-right: 0
}

@media screen and (min-width:761px) {
    .nav-bar {
        height: 120px
    }
    .nav-bar--hide {
        bottom: 100vh
    }
    .nav-bar__curr-page {
        height: 2.875rem
    }
}

.icon__logo {
    width: 5.8125rem;
    height: 1.875rem;
    background: no-repeat 50%;
    background-size: contain;
    background-image: url(assets/img/logo-white.png)
}

.icon__logo_cirle{
    border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    width: 3.75rem !important;
    height: 3.75rem !important;
    background: #eee no-repeat center;
    background-size: contain;
}

.icon__logo_footer {
    width: 5.8125rem;
    height: 1.875rem;
    background: no-repeat 50%;
    background-size: contain;
    background-image: url(assets/img/logo-white.png)
}

.icon__menu-location--copy {
    color: #fff;
    font-size: .8125rem;
    margin-right: 7px;
    display: none
}

@media screen and (min-width:761px) {
    .icon__menu-location--copy {
        font-size: 1rem;
        display: block
    }
}

.icon__menu-search {
    text-align: center
}

.icon__menu-search--holder {
    width: 2.625rem;
    height: 1.875rem;
    background: url(assets/img/icon-menu-search-holder.svg) no-repeat 100%;
    background-size: contain
}

.menu-location--show .icon__menu-search--holder {
    width: 2.1875rem;
    height: 1.875rem;
    background: url(assets/img/arrow-up-white.svg) no-repeat 50%
}

.icon__menu-search--copy {
    color: #fff;
    font-size: .8125rem;
    margin-right: 7px;
    display: none
}

.menu-location--show .icon__menu-search--copy {
    display: none
}

@media screen and (min-width:761px) {
    .icon__menu-search--copy {
        font-size: 1rem;
        display: block
    }
}

.icon__menu-search--return {
    color: #fff;
    text-transform: uppercase;
    font-size: .8125rem;
    display: none
}

.menu-location--show .icon__menu-search--return {
    display: block
}

@media screen and (min-width:761px) {
    .icon__menu-search--return {
        font-size: 1rem
    }
}

.icon__close-overlay--black {
    display: none;
    width: 1.375rem;
    height: 1.3125rem;
    background: url(assets/img/close-black.svg) no-repeat 100%;
    background-size: contain
}

.language-switcher-locale-url {
    list-style: none;
    padding: 2px 0 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: calc(50% - 11px);
    right: .3125rem
}

.language-switcher-locale-url li {
    padding: 0
}

.language-switcher-locale-url li:not(.active) {
    display: none;
    opacity: .8;
    -ms-flex-order: 2;
    order: 2
}

.language-switcher-locale-url a {
    color: #fff;
    font-size: 1rem
}

.language-switcher-locale-url a.active {
    color: #fff;
    padding-right: 1.125rem;
    background: url(assets/img/arrow-copy.svg) no-repeat 100%
}

.language-switcher-locale-url.language--show li:not(.active) {
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.block-locale {
    display: block;
    position: relative;
    width: 5rem;
    height: auto
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .menu-location--show .nav-bar {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

@media screen and (min-width:761px) {
    .menu-location {
        z-index: 997
    }
}

.search__holder {
    position: absolute;
    left: 1.25rem;
    top: 1.25rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #3d3833;
    width: calc(100vw - 2.5rem)
}

@media screen and (min-width:761px) {
    .search__holder {
        left: 3.125rem;
        top: 3.125rem;
        width: 24vw
    }
}

.search__icon {
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    background-size: contain;
    margin-right: 10px;
    background: transparent url(assets/img/bg-search.svg) no-repeat 0;
    border: none
}

.search__input {
    box-shadow: none !important;
    color: #fff !important;
    background: transparent !important;
    border: none !important;
    width: 60% !important;
}

.search__input::-webkit-input-placeholder {
    color: #fff !important;
}

.search__input:-ms-input-placeholder {
    color: #fff !important;
}

.search__input::placeholder {
    color: #fff !important;
}

@media screen and (min-width:761px) {
    .search__input {
        width: 100%
    }
}

.search__input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.location-toggle__holder {
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
    color: #fff;
    cursor: pointer
}

@media screen and (min-width:761px) {
    .location-toggle__holder {
        left: auto;
        bottom: auto;
        right: 3.125rem;
        top: 3.125rem
    }
}

.location-toggle__icon {
    display: block;
    width: 1.375rem;
    height: 1.875rem;
    background: url(assets/img/icon-pin-white.svg) no-repeat 0;
    background-size: contain;
    margin-right: 10px
}

.main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 210vw;
    height: 52.63158vw
}

.main-menu__holder {
    width: 100vw;
    overflow-x: scroll;
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    transition: left .5s
}

@media screen and (min-width:761px) {
    .main-menu__holder {
        top: 50%;
        transform: translateY(-55%);
        -ms-overflow-style: none;
        overflow-x: auto
    }
}

.locations--show .main-menu__holder {
    left: -100vw
}

@media screen and (min-width:761px) {
    .main-menu {
        width: 100vw;
        height: 23.02632vw
    }
}

.main-menu__tile {
    position: relative;
    overflow: hidden;
    display: block;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.main-menu__tile:first-child:nth-last-child(8) a .main-menu__title,
.main-menu__tile:first-child:nth-last-child(8)~.main-menu__tile a .main-menu__title {
    font-size: 4vw
}

@media screen and (min-width:761px) {
    .main-menu__tile:first-child:nth-last-child(8) a .main-menu__title,
    .main-menu__tile:first-child:nth-last-child(8)~.main-menu__tile a .main-menu__title {
        font-size: 1.9vw
    }
}

.main-menu__title {
    font-size: 4.8vw;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1em;
    padding: 0 10%;
    height: 2em
}

.i18n-pt-br .main-menu__title {
    font-size: 4.2vw
}

.i18n-es .main-menu__title {
    font-size: 3.2vw
}

@media screen and (min-width:761px) {
    .main-menu__title {
        font-size: 2.2vw
    }
    .i18n-pt-br .main-menu__title {
        font-size: 2vw
    }
    .i18n-es .main-menu__title {
        font-size: 1.6vw
    }
}

.main-menu a {
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    background-color: rgba(0, 185, 241, 0);
    transition: background-color .5s;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    /*justify-content: flex-start*/
    justify-content: center;
}

.locations {
    margin: 0;
    padding: 0;
    list-style: none
}

.locations--show .locations__holder {
    left: 0
}

.locations__holder {
    width: 100vw;
    left: 100vw;
    position: absolute;
    transition: left .5s;
    top: 5rem;
    overflow-y: scroll;
    height: calc(100vh - 5rem - 2.5rem - 20%);
    background-color: #575657
}

@media screen and (min-width:761px) {
    .locations__holder {
        height: calc(100vh - 7.5rem - 7.8125rem - 7vh);
        overflow-x: auto;
        top: auto;
        bottom: calc(7vh + 7.5rem)
    }
}

.locations__tile {
    background-color: #575657;
    color: #fff;
    transition: background .5s;
    border-bottom: 1px solid #707071;
    min-height: 8.125rem
}

.locations__tile:hover {
    background-color: #333
}

@media screen and (min-width:761px) {
    .locations__tile {
        border-right: 1px solid #707071;
        min-height: 0;
        height: 14.0625rem
    }
    .locations__tile:nth-child(5n+0) {
        border-right: none
    }
}

@media screen and (min-width:761px) and (max-width:1140px) {
    .locations__tile:nth-child(5n+0) {
        border-right: 1px solid #707071
    }
    .locations__tile:nth-child(3n+0) {
        border-right: none
    }
}

.locations__link {
    padding: 1.875rem;
    color: #fff!important;
    text-decoration: none;
    display: block
}

@media screen and (max-width:760px) {
    .locations__link {
        position: static
    }
}

@media screen and (min-width:761px) {
    .locations__link {
        padding: .9375rem 1.25rem
    }
}

.locations__region {
    display: block;
    font-size: 1.5625rem;
    font-weight: 700
}

@media screen and (min-width:761px) {
    .locations__region {
        font-size: 1.375rem
    }
}

.locations__city {
    display: block;
    font-size: 1rem;
    color: #9b9b9b
}

@media screen and (min-width:761px) {
    .locations__city {
        font-size: .875rem
    }
}

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

.locations__city ul li {
    margin: 0;
    padding: 0
}

.locations__toggle__holder {
    position: absolute;
    right: 1.25rem;
    top: 1em;
    color: #fff;
    cursor: pointer
}

@media screen and (min-width:761px) {
    .locations__toggle__holder {
        left: auto;
        bottom: auto;
        right: 3.125rem;
        top: 3.125rem
    }
}

.locations__toggle__icon {
    display: block;
    width: 1.25rem;
    height: 1.875rem;
    background: url(assets/img/icon-pin-white.svg) no-repeat 0;
    background-size: contain;
    margin-right: 10px
}
/*
.js .block-search {
    visibility: hidden
}
*/
.block-search {
    visibility: hidden
}

.footer {
    background: #000;
    color: #fff;
    font-size: .875rem;
    padding: 1.875rem;
    display: block
}

@media screen and (min-width:761px) {
    .footer {
        padding: 3.125rem
    }
}

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

.footer ul.center--vert--large {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.footer .item__1-2 {
    width: 100%
}

.footer ul.center--vert {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2em
}

@media (min-width:761px) {
    .footer ul.center--vert--large {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer__link {
    margin-top: .3125rem;
    white-space: nowrap
}

@media screen and (min-width:761px) {
    .footer__link {
        margin-top: 0;
        margin-right: .625rem;
        padding-left: .625rem;
        border-left: 1px solid #4a4a4a
    }
    .footer__link:first-child {
        border-left: none;
        padding-left: 0
    }
}

@media screen and (max-width:340px) {
    .footer__social ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer__icon {
    display: block;
    margin-left: .625rem;
    width: 1.5625rem;
    height: 1.5625rem;
    background: no-repeat 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjIiIGJhc2VQcm9maWxlPSJ0aW55IiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKCSB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1OC41IDI1OC41IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHRpdGxlPkljb246IFZNTCBCb3ggQmx1ZTwvdGl0bGU+CjxnIGZpbGw9IiMwMGI5RjEiPgoJPHBvbHlnb24gcG9pbnRzPSIyMDMsMCAxNjYuMSwwIDEyOS4zLDM2LjggOTIuNSwwIDU1LjUsMCAxMjkuMyw3My44ICIvPgoJPHBvbHlnb24gcG9pbnRzPSIxMTAuOCwyMDMuMiA1NS41LDI1OC41IDkyLjUsMjU4LjUgMTI5LjMsMjIxLjcgMTY2LjEsMjU4LjUgMjAzLDI1OC41IDEyOS4zLDE4NC43ICIvPgoJPHBvbHlnb24gcG9pbnRzPSIyNTguNSwyMDMgMjU4LjUsMTY2IDIyMS43LDEyOS4zIDI1OC41LDkyLjUgMjU4LjUsNTUuNSAxODQuNywxMjkuMyAiLz4KCTxwb2x5Z29uIHBvaW50cz0iMCw1NS41IDAsOTIuNSAzNi44LDEyOS4zIDAsMTY2LjEgMCwyMDMgNzMuOCwxMjkuMyAiLz4KCTxwb2x5Z29uIHBvaW50cz0iMTI5LjMsMTEwLjggMTguNSwwIDAsMCAwLDE4LjUgMTEwLjgsMTI5LjMgMCwyNDAgMCwyNTguNSAxOC41LDI1OC41IDEyOS4zLDE0Ny44IDI0MCwyNTguNSAyNTguNSwyNTguNSAyNTguNSwyNDAgMTQ3LjgsMTI5LjMgMjU4LjUsMTguNSAyNTguNSwwIDI0MCwwICIvPgo8L2c+Cjwvc3ZnPgo=);
    background-size: contain
}

@media screen and (min-width:761px) {
    .footer__icon {
        margin-left: .9375rem
    }
}

.footer__icon.instagram {
    background-image: url(assets/img/social-instagram.svg)
}

.footer__icon.facebook {
    background-image: url(assets/img/social-facebook-blue.svg)
}

.footer__icon.twitter {
    background-image: url(assets/img/social-twitter-blue.svg)
}

.footer__icon.linkedin {
    background-image: url(assets/img/social-linkedin-blue.svg)
}

.footer__icon.youtube {
    background-image: url(assets/img/youtube-blue.svg)
}

.footer__icon.slideshare {
    background-image: url(assets/img/icon-slideshare-blue.svg)
}

.buttons,
ul.links {
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media screen and (max-width:456px) {
    .buttons,
    ul.links {
        font-size: .875rem
    }
}

.view .buttons,
.view ul.links {
    padding-bottom: 5.26316vw!important
}

.buttons a,
ul.links a {
    padding: .9375rem;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:761px) {
    .buttons a,
    ul.links a {
        padding: 1.31579vw 1.64474vw
    }
}

@media screen and (max-width:456px) {
    .buttons a,
    ul.links a {
        width: 50%;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.buttons a:nth-child(odd),
ul.links a:nth-child(odd) {
    background-color: #00b9f1;
    color: #fff
}

.buttons a:nth-child(odd) .chevron,
.buttons a:nth-child(odd):after,
ul.links a:nth-child(odd) .chevron,
ul.links a:nth-child(odd):after {
    background-image: url(assets/img/arrow-right-white.svg)
}

.buttons a:nth-child(2n),
ul.links a:nth-child(2n) {
    background-color: #fff;
    color: #00b9f1
}

.buttons a:nth-child(2n) .chevron,
.buttons a:nth-child(2n):after,
ul.links a:nth-child(2n) .chevron,
ul.links a:nth-child(2n):after {
    background-image: url(assets/img/arrow-right-blue.svg)
}

.buttons.inline,
ul.links.inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.buttons.inline li,
ul.links.inline li {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.buttons.inline li>a,
.buttons.inline li>span,
ul.links.inline li>a,
ul.links.inline li>span {
    padding: .9375rem;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:761px) {
    .buttons.inline li>a,
    .buttons.inline li>span,
    ul.links.inline li>a,
    ul.links.inline li>span {
        padding: 1.31579vw 1.64474vw
    }
}

@media screen and (max-width:456px) {
    .buttons.inline li,
    .buttons.inline li>a,
    .buttons.inline li>span,
    ul.links.inline li,
    ul.links.inline li>a,
    ul.links.inline li>span {
        width: 50%;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .buttons.inline li a,
    ul.links.inline li a {
        width: 100%
    }
}

.chevron,
ul.links a:after {
    content: "";
    background: no-repeat 0;
    background-size: contain;
    width: .625rem;
    height: .625rem;
    margin-left: .625rem
}

@media screen and (min-width:761px) {
    .chevron,
    ul.links a:after {
        width: .9375rem;
        height: .9375rem;
        margin-left: .9375rem
    }
}

.node-case-study .nav-below {
    margin-bottom: 2rem
}

.case-study {
    border-bottom: 1px solid #dddbdb;
    padding: 2.63158vw 5.26316vw;
    overflow: hidden
}

@media screen and (min-width:1521px) {
    .case-study {
        padding: 40px 80px;
        max-width: 1520px;
        margin: auto;
        overflow: hidden
    }
}

@media screen and (min-width:1521px) {
    .case-study.confine-width,
    .case-study .confine-width {
        padding-top: 0;
        padding-bottom: 0
    }
    .case-study.confine-width.page-contact-us,
    .case-study .confine-width.page-contact-us {
        padding-left: 0;
        padding-right: 0
    }
}

.case-study:last-child {
    border-bottom: none
}

.case-study__holder .field-collection-container {
    width: 100%
}

@media screen and (min-width:761px) {
    .case-study__icr {
        padding-right: 4.6875rem
    }
}

.case-study__title--section {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    display: none
}

.case-study__title--intro {
    font-weight: 800;
    font-size: 1.875rem;
    color: #4a4a4a;
    margin-bottom: .5rem;
    margin-top: .75rem
}

.case-study__title--icr {
    font-weight: 700;
    font-size: 1.875rem;
    color: #4a4a4a;
    margin: 0
}

.case-study__body--icr,
.case-study__body--intro {
    font-size: 1.125rem
}

.case-study__awards {
    padding: 0
}

.case-study__award {
    padding: 5.26316vw;
    margin: 0;
    border-right: 1px solid #dddbdb;
    border-bottom: 1px solid #dddbdb
}

@media screen and (min-width:761px) {
    .case-study__award {
        padding: 5.26316vw 2.63158vw 5.26316vw 2.56579vw
    }
}

@media screen and (min-width:1521px) {
    .case-study__award {
        padding: 80px 40px 80px 39px
    }
}

@media screen and (max-width:760px) {
    .case-study__award:nth-child(2n+0) {
        border-right: none
    }
}

@media screen and (min-width:761px) {
    .case-study__award:nth-child(4n+0) {
        border-right: none
    }
}

@media screen and (min-width:1521px) {
    .case-study__award:nth-child(4n+0) {
        border-right: 1px solid #dddbdb
    }
}

@media screen and (min-width:1521px) {
    .case-study__grid {
        border-left: 1px solid #dddbdb
    }
}

.reveal {
    transition: margin .5s
}

.reveal__container {
    background-color: #222
}

@media screen and (max-width:760px) {
    .reveal .content__image {
        display: none
    }
}

.reveal .tile__banner--bottom {
    height: 100%;
    background: #4a4a4a;
    border-bottom: 1px solid #9b9b9b;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:761px) {
    .reveal .tile__banner--bottom {
        height: 30%;
        background: rgba(34, 34, 34, .75)
    }
    .reveal .tile__banner--bottom--news {
        height: 35%;
        text-transform: none
    }
}

.reveal .tile__banner--bottom .tile--inline-link {
    width: .6875rem;
    height: .6875rem
}

.reveal .tile__banner--line-1 {
    font-size: 1.5625rem;
    font-weight: 800;
    color: #fff;
    padding: 0
}

.reveal .tile__banner--line-1--news {
    font-size: 1.05263vw;
    font-weight: 600;
    color: #9b9b9b;
    height: auto;
    padding: .85526vw 0 .32895vw
}

.reveal .tile__banner--line-2 {
    font-size: 1rem;
    font-weight: 600
}

.reveal .tile__banner--line-2--news {
    font-size: 1.31579vw;
    font-weight: 700;
    height: auto
}

.reveal--curr .tile__banner--bottom .tile--inline-link {
    background-image: url(assets/img/arrow-copy.svg);
    width: .75rem;
    height: .75rem
}

@media screen and (max-width:760px) {
    .reveal {
        height: 6.25rem
    }
    .page__news--home .reveal {
        height: auto
    }
}

.reveal__content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    visibility: hidden
}

.reveal__content--close {
    position: absolute;
    top: 3.94737vw;
    right: 3.94737vw;
    width: 1.375rem;
    height: 1.3125rem;
    background: url(assets/img/close-black.svg) no-repeat 50%;
    background-size: contain;
    cursor: pointer;
    z-index: 1
}

.reveal__content--holder {
    position: absolute;
    left: 0;
    width: 100vw;
    transition: height .5s;
    overflow: hidden;
    background-color: #fff
}

.reveal__content__image {
    background-position: 50%;
    background-size: cover
}

@media screen and (min-width:761px) {
    .reveal__content__image {
        display: none
    }
}

@media screen and (max-width:760px) {
    .reveal__content--target+.reveal__content--close {
        display: none
    }
}

.reveal-no-image {
    border-bottom: none;
    height: 8.125rem
}

@media screen and (min-width:761px) {
    .reveal-no-image {
        height: 13.15789vw
    }
    .reveal-no-image:nth-child(3n+0) .reveal-no-image__link {
        border-right: none
    }
}

.reveal-no-image__link {
    background: #333;
    color: #fff;
    height: 100%;
    font-weight: 300;
    border-bottom: 1px solid #4a4a4a;
    transition: all .5s
}

.reveal-no-image__link:hover {
    background-color: #59524a
}

@media screen and (min-width:761px) {
    .reveal-no-image__link {
        border-right: 1px solid #4a4a4a
    }
}

.reveal-no-image__loc {
    padding-left: 2.125rem
}

@media screen and (min-width:761px) {
    .reveal-no-image__loc {
        padding-left: 3.94737vw
    }
}

.reveal-no-image__loc--city {
    font-size: 1.5625rem
}

@media screen and (min-width:761px) {
    .reveal-no-image__loc--city {
        font-size: 2.69737vw;
        line-height: 1.25
    }
}

.reveal-no-image__loc--state {
    font-size: .875rem;
    color: #9b9b9b
}

@media screen and (min-width:761px) {
    .reveal-no-image__loc--state {
        font-size: 1.31579vw;
        font-weight: 400;
        color: #9b9b9b
    }
}

.reveal-no-image__arrow {
    padding-right: 2rem
}

@media screen and (min-width:761px) {
    .reveal-no-image__arrow {
        padding-right: 3.94737vw
    }
}

.reveal-no-image__arrow--icon {
    width: 1.125rem;
    height: 1.125rem;
    background: url(assets/img/arrow-right-white.svg) no-repeat 50%;
    background-size: contain;
    display: block
}

.reveal--curr .reveal-no-image__arrow--icon {
    background-image: url(assets/img/arrow-up-white.svg)
}

.reveal-no-image__content--copy {
    padding: 2.25rem;
    font-size: 1.125rem
}

@media screen and (min-width:761px) {
    .reveal-no-image__content--copy {
        padding: 3.28947vw 2.63158vw
    }
}

.reveal-no-image__content--copy h3 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1.75rem;
    line-height: 1
}

@media screen and (min-width:761px) {
    .reveal-no-image__content--copy h3 {
        font-size: 3.48684vw;
        font-weight: 800;
        margin-bottom: 2.5vw;
        margin-right: 4.5vw
    }
}

.reveal-no-image__content--copy .addressfield-container-inline.name-block {
    font-size: 1.25rem;
    font-weight: 800;
    color: #4a4a4a;
    text-transform: uppercase
}

@media screen and (min-width:761px) {
    .reveal-no-image__content--copy .addressfield-container-inline.name-block {
        font-size: 1.31579vw
    }
}

.reveal-no-image__content--address {
    margin-top: 2.375rem
}

.reveal-no-image__content--phone {
    margin-top: .3125rem
}

@media screen and (min-width:761px) {
    .reveal-no-image__content .carousel__title {
        text-align: left;
        padding-left: 3.28947vw
    }
}

@media screen and (min-width:761px) {
    .reveal-no-image__content .carousel__nav {
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 2.63158vw
    }
}

.reveal--list-items {
    background-color: transparent;
    color: #fff
}

.reveal--list-items .item-list {
    width: 100%
}

.reveal--list-items ul {
    padding: 2.125rem;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.reveal--list-items ul li {
    margin: 0 0 2.125rem;
    width: 100%;
    border-bottom: 1px solid #4a4a4a;
    padding-bottom: 2.125rem
}

.reveal--list-items ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

@media screen and (min-width:761px) {
    .reveal--list-items ul li {
        padding-left: 3.94737vw;
        width: 33%;
        border-bottom: none
    }
}

.reveal--list-items ul li .row-child-theme {
    display: block
}

.reveal--list-items .reveal__content--close {
    display: none
}

@media screen and (min-width:761px) {
    .reveal__social {
        padding-left: 1.5625rem;
        padding-top: 1.375rem
    }
}

.reveal__social p {
    margin: 0 0 .3125rem;
    padding: 0;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 600
}

.view__container {
    background-color: #222
}

.news__intro {
    padding: 3.94737vw 0
}

.news__intro h3 {
    font-size: 1.97368vw;
    font-weight: 800
}

.news__intro--date {
    font-size: 1.05263vw;
    font-weight: 600;
    text-transform: uppercase;
    color: #4a4a4a
}

.news__intro .item__2-3--large {
    padding-left: 3.94737vw
}

@media screen and (min-width:761px) {
    .news__intro .item__2-3--large {
        border-right: 1px solid #9b9b9b;
        padding-right: 1.5625rem
    }
}

.site-china .locality {
    display: none
}

.offices-career-link {
    margin-top: 1.25rem
}

.offices-career-link .tile--inline-link {
    background-image: url(assets/img/arrow-right-blue.svg)
}

@media screen and (min-width:761px) {
    .offices-career-link .tile--inline-link {
        width: .625rem;
        height: .625rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width:760px) {
    .article__image--content {
        min-height: calc((100vh - 80px) / 2)
    }
    .tile__hero.article__image--content {
        height: 50vh
    }
}

@media screen and (max-width:760px) and (orientation:landscape) {
    .article__image--content {
        height: unset
    }
}

.article__contain {
    max-width: 100%
}

.article__content {
    padding: 0 0 5.26316vw
}

@media screen and (min-width:761px) {
    .article__content {
        padding: 1.31579vw 0 2.63158vw
    }
}

@media screen and (min-width:1521px) {
    .article__content {
        padding: 20px 0 40px
    }
}

.article__topper.no-image {
    padding-bottom: 0
}

.article__image {
    min-height: 15em;
    background-position: 50%;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 2
}

.article__image.show-large {
    display: none
}

@media screen and (min-width:761px) {
    .article__image.show-large {
        display: block
    }
}

.article__image.show-small {
    display: block
}

@media screen and (min-width:761px) {
    .article__image.show-small {
        display: none
    }
}

@media screen and (min-width:761px) {
    .article__image.has-source {
        height: calc(100% - 45px)
    }
}

.article__image--content {
    position: relative
}

@media screen and (min-width:761px) {
    .article__image--content+.article__headline .head {
        min-height: 13.4375em
    }
}

.article__image--content .file-image {
    height: 100%
}

.article__image--source {
    font-size: .875rem;
    padding: 1.97368vw 5.26316vw;
    position: absolute;
    z-index: 5
}

@media screen and (min-width:761px) {
    .article__image--source {
        font-size: .92105vw
    }
}

@media screen and (min-width:1521px) {
    .article__image--source {
        font-size: .875rem
    }
}

@media screen and (min-width:761px) {
    .article__image--source {
        padding: .98684vw 0
    }
}

@media screen and (min-width:1521px) {
    .article__image--source {
        padding: 15px 0
    }
}

@media screen and (min-width:761px) {
    .article__image--source {
        position: relative
    }
}

@media screen and (max-width:760px) {
    .article__image--source {
        bottom: 1.5625em;
        left: 0;
        right: 0;
        background-color: hsla(0, 0%, 98%, .8)
    }
}

.article__image--source .title {
    font-weight: 700;
    font-style: normal;
    padding-right: .3125em
}

.article__image--source .copy {
    font-style: italic
}

.article__headline {
    font-size: 1rem
}

@media screen and (min-width:761px) {
    .article__headline {
        font-size: 1.57895vw
    }
}

@media screen and (min-width:1521px) {
    .article__headline {
        font-size: 1.5rem
    }
}

@media screen and (min-width:761px) {
    .article__headline {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.article__headline .head {
    display: block;
    padding: 0 0 5.26316vw
}

@media screen and (min-width:1521px) {
    .article__headline .head {
        padding: 0 0 80px
    }
}

.article__headline .head .date {
    color: #9b9b9b;
    text-transform: uppercase;
    padding: .625em 0
}

.article__headline .head h2.title {
    font-size: 3rem;
    padding: 1.31579vw 0;
    color: #4a4a4a;
    font-weight: 300;
    margin: 0;
    line-height: 1.25
}

@media screen and (min-width:761px) {
    .article__headline .head h2.title {
        font-size: 3.94737vw
    }
}

@media screen and (min-width:1521px) {
    .article__headline .head h2.title {
        font-size: 3.75rem
    }
}

@media screen and (min-width:761px) {
    .article__headline .head h2.title {
        padding: 0
    }
}

@media screen and (min-width:1521px) {
    .article__headline .head h2.title {
        padding: 0
    }
}

.article__headline .lower {
    padding: 2.63158vw 0 0
}

.article__headline .lower-left {
    width: 100%;
    padding: 1.31579vw 0
}

@media screen and (min-width:761px) {
    .article__headline .lower-left {
        width: calc(100% - 13.15789vw);
        padding: .65789vw 1.31579vw 1.31579vw 0
    }
}

.article__headline .lower-right {
    width: 100%;
    padding: 0 0 1.31579vw
}

@media screen and (min-width:761px) {
    .article__headline .lower-right {
        width: 13.15789vw;
        padding: .65789vw 0 1.31579vw 1.31579vw
    }
}

.article__headline .lower-split {
    border-top: 1px solid #4a4a4a
}

.article__byline {
    text-transform: uppercase;
    padding: 0 0 1.31579vw;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.article__byline .title {
    padding-right: .3125rem
}

.article__byline .content {
    padding-right: 1.25rem
}

.article__byline .content .author+.author-title:before {
    content: " - "
}

.article__tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.article__tags .title {
    padding-right: .3125rem
}

.article__tags .content {
    padding-right: 1.25rem
}

.article__icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: .4375em;
    width: 3.15789vw;
    height: 3.15789vw;
    background: none no-repeat 50%;
    background-size: contain
}

@media screen and (min-width:761px) {
    .article__icon {
        width: 1.57895vw
    }
}

@media screen and (min-width:1521px) {
    .article__icon {
        width: 24px
    }
}

@media screen and (min-width:761px) {
    .article__icon {
        height: 1.57895vw
    }
}

@media screen and (min-width:1521px) {
    .article__icon {
        height: 24px
    }
}

@media screen and (min-width:761px) {
    .article__icon {
        margin-left: .625em
    }
}

.article__icon--back-arrow {
    width: 3.15789vw;
    height: 3.15789vw;
    background-size: contain;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 10px;
    background: url(assets/img/arrow-right-blue.svg) no-repeat 50%
}

@media screen and (min-width:761px) {
    .article__icon--back-arrow {
        width: 1.57895vw
    }
}

@media screen and (min-width:1521px) {
    .article__icon--back-arrow {
        width: 24px
    }
}

@media screen and (min-width:761px) {
    .article__icon--back-arrow {
        height: 1.57895vw
    }
}

@media screen and (min-width:1521px) {
    .article__icon--back-arrow {
        height: 24px
    }
}

.article__back-container {
    font-size: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    line-height: 25px;
    padding: .65789vw 0
}

@media screen and (min-width:761px) {
    .article__back-container {
        font-size: 1.57895vw
    }
}

@media screen and (min-width:1521px) {
    .article__back-container {
        font-size: 1.5rem
    }
}

.article__back-container a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.article__copy p {
    margin: 0 0 1em
}

.article__addition {
    padding: 2.63158vw 0 5.26316vw
}

@media screen and (min-width:761px) {
    .article__addition {
        padding: 0 2.63158vw 0 0
    }
}

@media screen and (min-width:1521px) {
    .article__addition {
        padding: 0 40px 0 0
    }
}

.article__additional {
    padding-top: 1.31579vw;
    border-top: 1px solid #2c2c2c;
    width: 100%
}

.article__additions {
    width: 100%
}

.article__addition .date {
    font-weight: 300
}

.article__addition .title {
    display: block;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 0 0 3.94737vw
}

@media screen and (min-width:761px) {
    .article__addition .title {
        font-size: 1.97368vw
    }
}

@media screen and (min-width:1521px) {
    .article__addition .title {
        font-size: 1.875rem
    }
}

@media screen and (min-width:761px) {
    .article__addition .title {
        padding: 0 0 .98684vw
    }
}

@media screen and (min-width:1521px) {
    .article__addition .title {
        padding: 0 0 15px
    }
}

.article__addition .byline .author .author-title:before {
    content: " - "
}

.article__source {
    padding: 1.31579vw 0 0;
    border-top: 1px solid #e7e6e6
}

@media screen and (min-width:761px) {
    .article__source {
        margin: 1.31579vw 0 0;
        padding: 1.31579vw 0
    }
}

.article__sourceal {
    padding-top: 1.31579vw;
    border-top: 1px solid #2c2c2c;
    width: 100%
}

.article__carousel,
.article__sources {
    width: 100%
}

@media screen and (min-width:1521px) {
    .article__carousel {
        padding: 2.63158vw 5.26316vw;
        overflow: hidden;
        margin: auto
    }
}

@media screen and (min-width:1521px) and (min-width:1521px) {
    .article__carousel {
        padding: 40px 80px;
        max-width: 1520px;
        margin: auto;
        overflow: hidden
    }
}

@media screen and (min-width:1521px) and (min-width:1521px) {
    .article__carousel.confine-width,
    .article__carousel .confine-width {
        padding-top: 0;
        padding-bottom: 0
    }
    .article__carousel.confine-width.page-contact-us,
    .article__carousel .confine-width.page-contact-us {
        padding-left: 0;
        padding-right: 0
    }
}

.article__carousel--container {
    position: relative
}

.nav-below .article__carousel--container.down-below {
    margin-bottom: 53px
}

.article__carousel--container.dark-bar {
    background-color: #222
}

.article__carousel--item {
    background: no-repeat 50%;
    background-size: cover;
    position: relative
}

.article__carousel--item a.colorbox {
    display: block;
    text-align: center;
    background-color: #fff
}

.article__carousel--image.carousel__thumbnail {
    height: auto
}

@media screen and (min-width:761px) {
    .article__carousel--image.carousel__thumbnail {
        height: auto
    }
}

.article__carousel--nav {
    position: absolute;
    bottom: .8125rem;
    width: 100%;
    z-index: 99
}

@media screen and (min-width:761px) {
    .article__carousel--nav {
        bottom: 1.5625rem
    }
}

.nav-below .article__carousel--nav {
    position: absolute;
    bottom: -3.125rem;
    width: 100%;
    z-index: 5
}

.article__carousel--caption {
    position: relative;
    padding-bottom: 1.5625rem
}

.article__carousel--caption p {
    margin: 0
}

.article__carousel--caption img {
    display: inline-block
}

.article__carousel--caption .caption {
    font-size: 1rem;
    line-height: 1.25;
    padding: 2.63158vw 5.26316vw
}

@media screen and (min-width:761px) {
    .article__carousel--caption .caption {
        font-size: 1.05263vw
    }
}

@media screen and (min-width:1521px) {
    .article__carousel--caption .caption {
        font-size: 1rem
    }
}

@media screen and (min-width:761px) {
    .article__carousel--caption .caption {
        padding: 0 1.97368vw
    }
}

.article__carousel--caption .media-source {
    font-size: .625rem;
    padding: 10px 5.26316vw;
    text-align: right
}

@media screen and (min-width:761px) {
    .article__carousel--caption .media-source {
        font-size: .65789vw
    }
}

@media screen and (min-width:1521px) {
    .article__carousel--caption .media-source {
        font-size: .625rem
    }
}

@media screen and (min-width:761px) {
    .article__carousel--caption .media-source {
        padding: .32895vw 1.97368vw
    }
}

.article__carousel--caption .media-source .title {
    font-weight: 900
}

.article__carousel--caption.slick-slide {
    display: none
}

.article__carousel--caption.slick-slide.slick-active {
    display: block
}

.article__carousel .slick-prev {
    -ms-flex-order: 1;
    order: 1;
    background-image: url(assets/img/arrow-left-black.svg)
}

.article__carousel .slick-next {
    -ms-flex-order: 3;
    order: 3;
    background-image: url(assets/img/arrow-right-black.svg)
}

.article__carousel .slick-slide {
    margin: 0 .9375rem
}

@media screen and (max-width:760px) {
    .article__carousel .slick-slide {
        width: 100vw!important;
        margin: 0
    }
}

.has-media .media img {
    width: 100%;
    background-color: #fff;
    padding: 4%
}

.has-media .media .caption {
    font-size: .75rem;
    line-height: 1.25;
    padding: 1.5vw 2vw;
    background-color: #e7e6e6
}

.has-media .media .media-source {
    text-align: right;
    font-size: .625rem;
    padding: 1% 3%
}

@media screen and (min-width:761px) {
    .has-media .media .media-source {
        font-size: .65789vw
    }
}

@media screen and (min-width:1521px) {
    .has-media .media .media-source {
        font-size: .625rem
    }
}

.has-media .media .media-source .title {
    font-weight: 900
}

.has-media .media .carousel__video--open {
    background-size: 6.25rem
}

@media screen and (min-width:761px) {
    .has-media .media .carousel__video--open {
        background-size: 3.125rem
    }
}

@media screen and (max-width:760px) {
    .has-media .media .file-audio-oembed iframe {
        max-width: 89.47368vw;
        max-height: 54.32331vw
    }
}

.has-media .article__contain .media,
.has-media.media_none .article__contain .media {
    display: none
}

.has-media.media_blocks .article__contain .media {
    display: block
}

@media screen and (min-width:761px) {
    .has-media.media_blocks .article__contain .media {
        display: block
    }
}

.has-media.media_inline .article__contain .media {
    display: block
}

@media screen and (min-width:761px) {
    .has-media.media_inline .article__contain .media {
        width: 33%
    }
    .has-media.media_inline .article__contain .media:nth-of-type(odd) {
        float: left;
        padding: 15px 15px 15px 0
    }
    .has-media.media_inline .article__contain .media:nth-of-type(2n) {
        float: right;
        padding: 15px 0 15px 15px
    }
}

.has-media.media_inline .article__contain .media .caption {
    background-color: #f9f9f9
}

.has-media.media_inline .article__carousel--image {
    margin: 0
}

.has-media.media_inline .article__carousel--image.carousel__thumbnail {
    height: auto
}

@media screen and (min-width:761px) {
    .has-media.media_inline .article__carousel--image.carousel__thumbnail {
        height: auto
    }
}

.has-media.media_inline .article__carousel--caption {
    display: block;
    text-align: inherit;
    margin: 0
}

.has-media.media_inline .article__carousel--item .carousel__video--open {
    background-size: 5rem
}

@media screen and (min-width:761px) {
    .has-media.media_inline .article__carousel--item .carousel__video--open {
        background-size: 3.125rem
    }
}

@media screen and (min-width:761px) {
    .has-media.media_figures .article__contain {
        padding-right: 2.63158vw
    }
}

.has-media.media_figures .article__contain .media {
    display: block
}

@media screen and (min-width:761px) {
    .has-media.media_figures .article__contain .media {
        display: none
    }
}

.has-media.media_figures .article__contain .figure__link {
    display: none
}

@media screen and (min-width:761px) {
    .has-media.media_figures .article__contain .figure__link {
        display: block
    }
}

.has-media.media_figures .article__media {
    display: none
}

@media screen and (min-width:761px) {
    .has-media.media_figures .article__media {
        display: block;
        padding: 0 2.63158vw 2.63158vw;
        background-color: #f9f9f9
    }
}

.has-media.media_figures .article__media .media {
    position: relative
}

.has-media.media_figures .article__media .media a[name^=figure-] {
    position: absolute;
    top: -75px
}

.logged-in .has-media.media_figures .article__media .media a[name^=figure-] {
    top: -100px
}

.has-media.media_figures .article__carousel--image {
    margin: 0
}

.has-media.media_figures .article__carousel__thumbnail {
    height: auto
}

@media screen and (min-width:761px) {
    .has-media.media_figures .article__carousel__thumbnail {
        height: auto
    }
}

.has-media.media_figures .article__carousel__caption {
    text-align: inherit;
    padding-bottom: 0
}

.has-media.media_figures .article__carousel__video--open {
    background-size: 5rem
}

.has-media.media_carousel .article__contain .media {
    display: block
}

@media screen and (min-width:761px) {
    .has-media.media_carousel .article__contain .media {
        display: block
    }
}

.term__content {
    padding: 0
}

@media screen and (min-width:761px) {
    .term__content {
        padding: 2.63158vw 0
    }
}

.term__title {
    font-size: 10vw;
    margin: 0;
    line-height: 1.25
}

@media screen and (min-width:761px) {
    .term__title {
        font-size: 5.26316vw
    }
}

.term__teaser:hover {
    background-color: #e7e6e6
}

@media screen and (min-width:761px) {
    .term__teaser:nth-child(2n) .split-left {
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (min-width:761px) {
    .term__teaser:nth-child(2n) .split-right {
        -ms-flex-order: 2;
        order: 2
    }
}

.term__teaser:nth-child(odd) {
    background-color: #f9f9f9
}

.term__teaser:nth-child(odd):hover {
    background-color: #e7e6e6
}

@media screen and (min-width:761px) {
    .term__teaser:nth-child(odd) .split-left {
        padding: 0 5.26316vw 0 2.63158vw;
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (min-width:761px) {
    .term__teaser:nth-child(odd) .split-right {
        padding: 0 2.63158vw 0 5.26316vw;
        -ms-flex-order: 1;
        order: 1
    }
}

.term__teaser .split {
    padding: 0 0 2.63158vw
}

@media screen and (min-width:761px) {
    .term__teaser .split {
        padding: 2.63158vw 0
    }
}

.term__teaser .article__tags {
    padding: 1.31579vw 0
}

.term__teaser .article__tags p {
    margin: 0
}

@media screen and (min-width:761px) {
    .term__teaser .share__container .title {
        font-size: 1.31579vw
    }
}

@media screen and (min-width:761px) {
    .term__teaser .share__container .share__icon {
        width: 1.25rem;
        height: 1.25rem
    }
}

.term__image--content {
    position: relative
}

.term__image--content .file-image {
    height: 100%
}

.term__image--content .article__image {
    position: relative;
    z-index: 2
}

.term__headline {
    color: #4a4a4a
}

.term__headline .teaser-title {
    font-weight: 100;
    font-size: 2.25rem;
    color: #00b9f1;
    line-height: 1.25;
    margin: 0;
    padding-bottom: 1.97368vw
}

.term__headline .teaser-title a {
    color: #00b9f1
}

@media screen and (min-width:761px) {
    .term__headline .teaser-title {
        font-size: 2.5rem;
        padding: 0
    }
}

.term__byline {
    text-transform: uppercase;
    padding: 1.31579vw 0;
    -ms-flex-align: center;
    align-items: center;
    display: block
}

@media screen and (min-width:761px) {
    .term__byline {
        font-size: 1.31579vw
    }
}

.term__byline .byline {
    max-width: calc(100% - 180px);
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 1.31579vw;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.term__byline .byline p {
    margin: 0
}

.term__byline .byline+.date {
    border-left: 1px solid #4a4a4a;
    padding-left: 1.31579vw;
    height: 100%;
    -ms-flex-align: center;
    align-items: center
}

.term__byline--author {
    padding-bottom: 1rem;
    font-weight: 600
}

.term__byline .date {
    color: #9b9b9b;
    font-size: 1rem;
    max-width: 180px;
    white-space: nowrap
}

.term__copy {
    padding: 1.31579vw 0;
    display: block
}

.term__copy p {
    margin: 0 0 1em
}

.page-taxonomy .feed-icon {
    display: none
}

.capabilities__container {
    background: #00b9f1;
    color: #fff;
    width: 100%
}

@media screen and (min-width:1521px) {
    .capabilities__section {
        max-width: 1520px;
        margin: 0 auto;
        position: relative;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff
    }
}

.capabilities__pod {
    padding: 0;
    margin: 0;
    border: none;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width:761px) {
    .capabilities__pod {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff
    }
    .capabilities__pod.last-row {
        border-bottom: 0 solid transparent
    }
    .capabilities__pod:nth-child(3n+0) {
        border-right: 0 solid transparent
    }
}

.capabilities__pod.capabilities__pod--show-body {
    background-color: #25ccff
}

@media screen and (min-width:761px) {
    .capabilities__pod.capabilities__pod--show-body {
        background-color: transparent
    }
}

.capabilities__pod a {
    color: #fff
}

.capabilities__content {
    padding: 0 5.26316vw;
    border-bottom: 1px solid #fff;
    float: none!important;
    width: 100%
}

@media screen and (min-width:761px) {
    .capabilities__content {
        padding: 2.63158vw 5.26316vw
    }
}

@media screen and (min-width:1521px) {
    .capabilities__content {
        padding: 40px 80px
    }
}

@media screen and (min-width:761px) {
    .capabilities__content {
        border-bottom: 0 solid transparent
    }
}

.capabilities__title {
    margin: 0;
    font-size: 3.125rem;
    color: #fff;
    line-height: 1;
    font-weight: 300
}

@media screen and (max-width:760px) {
    .capabilities__title {
        font-size: 2.5rem
    }
}

@media screen and (min-width:761px) and (max-width:1140px) {
    .capabilities__title {
        font-size: 1.875rem
    }
}

.capabilities__title--holder {
    height: 8rem
}

@media screen and (min-width:761px) {
    .capabilities__title--holder {
        height: auto;
        margin-bottom: 1.5625rem
    }
}

.capabilities__body {
    font-size: 1.125rem;
    font-weight: 300;
    overflow: hidden;
    display: none
}

@media screen and (min-width:761px) {
    .capabilities__body {
        display: block;
        font-weight: 400
    }
}

.capabilities__pod--show-body .capabilities__body {
    display: block
}

.capabilities__body p {
    margin-top: 0
}

.capabilities__body p:last-child {
    padding-bottom: 1rem
}

@media screen and (min-width:761px) {
    .capabilities__body p:last-child {
        padding-bottom: 0
    }
}

.capabilities__arrow {
    width: 1.125rem;
    height: 1.125rem;
    background: url(assets/img/arrow-copy.svg) no-repeat 50%;
    background-size: contain
}

@media screen and (min-width:761px) {
    .capabilities__arrow {
        display: none
    }
}

.capabilities__pod--show-body .capabilities__arrow {
    background: url(assets/img/arrow-up-white.svg) no-repeat 50%
}

.careers-map {
    background-color: #313131;
    padding: 5.26316vw
}

.careers-map__title {
    color: #fff;
    font-size: 1.5625rem;
    font-weight: 700;
    margin: 0 0 1.875rem
}

@media screen and (min-width:761px) {
    .careers-map__title {
        font-size: 3.48684vw;
        margin-bottom: 0;
        margin-right: 3.75rem
    }
}

.careers-map__map {
    padding-top: 1.875rem
}

.careers-map__map img {
    max-width: 100%
}

.careers-map select {
    margin: 0;
    padding: .625rem;
    width: 100%;
    border: 1px solid #4a4a4a;
    border-radius: 0;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #333 url(assets/img/arrow-copy.svg) no-repeat calc(100% - 15px) 50%;
    background-size: 15px
}

@media screen and (min-width:761px) {
    .careers-map select {
        width: 150%
    }
}

.careers-map select option {
    padding: .3125rem
}

.career-region {
    background-color: #00b9f1;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.career-region__title {
    font-size: 2.5rem;
    margin: 0;
    font-weight: 300;
    color: #fff
}

@media screen and (min-width:761px) {
    .career-region__title {
        font-size: 3.4375rem
    }
}

.career-region__body {
    font-size: 1.125rem
}

.career-region__copy {
    padding: 2.63158vw 5.26316vw
}

@media screen and (min-width:761px) {
    .career-region__copy {
        padding: 2.63158vw 1.31579vw 2.63158vw 5.26316vw
    }
}

@media screen and (min-width:1521px) {
    .career-region__copy {
        padding: 40px 20px 40px 80px;
        padding-left: 0
    }
}

.career-region__link {
    display: -ms-flexbox;
    display: flex;
    padding: 2.63158vw 5.26316vw 5.26316vw
}

@media screen and (min-width:761px) {
    .career-region__link {
        padding: 2.63158vw 5.26316vw 2.63158vw 1.31579vw
    }
}

@media screen and (min-width:1521px) {
    .career-region__link {
        padding: 40px 80px 40px 20px
    }
}

@media screen and (min-width:761px) {
    .career-region__link {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (max-width:760px) {
    .career-region__link {
        width: 100%
    }
}

@media screen and (min-width:1521px) {
    .career-region__link {
        padding-right: 0
    }
}

.career-region__link a {
    padding: 2.63158vw 3.15789vw;
    margin: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #25ccff
}

@media screen and (min-width:761px) {
    .career-region__link a {
        padding: 1.31579vw 1.64474vw
    }
}

@media screen and (min-width:1521px) {
    .career-region__link a {
        padding: 20px 25px
    }
}

@media screen and (max-width:760px) {
    .career-region__link a {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.career-region a {
    color: #fff
}

.career-region .tile--inline-link {
    background-image: url(assets/img/arrow-right-white.svg);
    width: .625rem;
    height: .625rem
}

@media screen and (min-width:761px) {
    .career-region .tile--inline-link {
        width: .625rem;
        height: .625rem;
        margin-left: .9375rem
    }
}

.career-global-link {
    padding: 1.25rem 1.5625rem;
    display: none;
    background-color: #00b9f1;
    color: #fff;
    margin-top: 1.25rem
}

.site-global .career-global-link {
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media screen and (min-width:761px) {
    .career-global-link {
        padding: 1.31579vw 1.64474vw;
        margin-top: 2.5rem
    }
}

.career-global-link .tile--inline-link {
    background-image: url(assets/img/arrow-right-white.svg);
    width: .625rem;
    height: .625rem
}

@media screen and (min-width:761px) {
    .career-global-link .tile--inline-link {
        width: .625rem;
        height: .625rem;
        margin-left: .9375rem
    }
}

.career-global-link__view-more {
    display: block;
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1
}

@media screen and (min-width:761px) {
    .career-global-link__view-more {
        font-size: 2.8125rem
    }
}

.career-global-link__region {
    display: block;
    font-size: 1rem;
    color: #9b9b9b
}

@media screen and (min-width:761px) {
    .career-global-link__region {
        font-size: 1.25rem
    }
}

.careers__title {
    font-size: 2.5rem;
    margin: 0;
    line-height: 1.25
}

@media screen and (min-width:761px) {
    .careers__title {
        font-size: 5.26316vw
    }
}

@media screen and (min-width:1521px) {
    .careers__title {
        font-size: 5rem
    }
}

.job__content {
    padding: 0 0 2.63158vw
}

@media screen and (min-width:761px) {
    .job__content {
        padding: 1.31579vw 0 2.63158vw
    }
}

@media screen and (min-width:1521px) {
    .job__content {
        padding: 20px 0 40px
    }
}

.job__content.view {
    padding: 2.63158vw 0 0
}

@media screen and (min-width:1521px) {
    .job__content.view {
        padding: 40px 0 0
    }
}

.job__content .pad-this {
    padding: 1.31579vw 5.26316vw
}

@media screen and (min-width:1521px) {
    .job__content .pad-this {
        padding: 20px 80px;
        padding-left: 0;
        padding-right: 0
    }
}

.job__content .pad-this.split {
    padding: 0
}

@media screen and (min-width:1521px) {
    .job__content .pad-this.split {
        padding: 0
    }
}

.job__header--title {
    -ms-flex-order: 2;
    order: 2
}

@media screen and (min-width:761px) {
    .job__header--title {
        -ms-flex-order: 1;
        order: 1
    }
}

.job__header--title .title {
    margin: 0;
    color: inherit;
    font-size: 4.375rem;
    font-weight: 300;
    line-height: 1.25;
    padding-bottom: 1.31579vw
}

@media screen and (min-width:761px) {
    .job__header--title .title {
        font-size: 3.94737vw
    }
}

@media screen and (min-width:1521px) {
    .job__header--title .title {
        font-size: 3.75rem
    }
}

@media screen and (min-width:761px) {
    .job__header--title .title {
        padding: 0
    }
}

.job__header--title .heading {
    color: #4a4a4a;
    font-size: 4.375rem;
    font-weight: 300;
    margin: 0;
    padding: 3.28947vw 0 2.63158vw;
    line-height: 1.25
}

@media screen and (min-width:761px) {
    .job__header--title .heading {
        font-size: 3.94737vw
    }
}

@media screen and (min-width:1521px) {
    .job__header--title .heading {
        font-size: 3.75rem;
        padding: 0
    }
}

@media screen and (min-width:761px) {
    .job__header--title .heading {
        padding: 0
    }
}

.job__header--title .office-name {
    font-size: 2.5rem;
    font-weight: 300
}

@media screen and (min-width:761px) {
    .job__header--title .office-name {
        font-size: 2.10526vw
    }
}

@media screen and (min-width:1521px) {
    .job__header--title .office-name {
        font-size: 2rem
    }
}

.job__header--tracking {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 1.31579vw 0 2.63158vw;
    -ms-flex-order: 1;
    order: 1
}

@media screen and (min-width:761px) {
    .job__header--tracking {
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 1.31579vw 0 0;
        -ms-flex-order: 2;
        order: 2
    }
}

.job__header--tracking .title {
    margin: 0;
    text-transform: uppercase
}

.job__header--tracking .title:after {
    content: ":";
    padding-right: 5px
}

@media screen and (min-width:761px) {
    .job__header--tracking .title:after {
        content: "";
        padding-right: 0
    }
}

.job__header--tracking .track__content {
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width:761px) {
    .job__header--tracking .track__content {
        display: block
    }
}

.job__description .summary {
    font-size: 1.875rem;
    font-weight: 100;
    line-height: 1.25;
    padding-bottom: 1.31579vw
}

@media screen and (min-width:761px) {
    .job__description .summary {
        font-size: 2.5rem
    }
}

.office__content {
    padding: 0 0 5.26316vw
}

@media screen and (min-width:761px) {
    .office__content {
        padding: 1.31579vw 0 5.26316vw
    }
}

@media screen and (min-width:1521px) {
    .office__content {
        padding: 20px 0 80px
    }
}

.office__content.view-mode-contact_us {
    padding: 0 0 5.26316vw
}

@media screen and (min-width:761px) {
    .office__content.view-mode-contact_us {
        padding: 2.63158vw 0
    }
}

@media screen and (min-width:1521px) {
    .office__content.view-mode-contact_us {
        padding: 40px 0
    }
}

.office__image {
    background-size: cover;
    background: no-repeat 50%
}

@media screen and (max-width:760px) {
    .office__image {
        margin: 0 0 2em;
        min-height: 20em
    }
}

.office__detail h3 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1.75rem;
    line-height: 1
}

@media screen and (min-width:761px) {
    .office__detail h3 {
        font-size: 3.48684vw;
        font-weight: 800;
        margin-bottom: 2.5vw;
        margin-right: 4.5vw
    }
}

.office__detail .addressfield-container-inline.name-block {
    font-size: 1.25rem;
    font-weight: 800;
    color: #4a4a4a;
    text-transform: uppercase
}

.office__detail--address {
    margin-top: 2.375rem
}

.office__detail--phone {
    margin-top: .3125rem
}

.office__person {
    width: 100%
}

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

.office__person ul li {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (min-width:761px) {
    .office__person ul li {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.office__person__image {
    display: block;
    width: 90px;
    min-height: 90px
}

.office__person__image img {
    border-radius: 9999px
}

.office__person__detail {
    display: -ms-flexbox;
    display: flex;
    padding: .9375rem;
    -ms-flex-align: center;
    align-items: center
}

.office__person__detail .name-block {
    display: none
}

.office__person__detail .thoroughfare {
    display: inline-block
}

.office__person__detail .premise {
    display: inline-block;
    padding-left: .3125rem
}

.office__person__detail .addressfield-container-inline.locality-block {
    display: inline-block
}

.office__person__detail .addressfield-container-inline.locality-block:after {
    display: none
}

.office__person__detail .country {
    display: inline-block;
    padding-left: .3125rem
}

.office__person__detail h2 {
    font-size: 2.5rem;
    margin-top: 0
}

.office__person__detail h3 {
    margin: 0;
    text-transform: uppercase
}

.office__person__detail h3 a {
    color: #4a4a4a
}

.office__person__detail--person-info {
    padding-left: .9375rem
}

@media screen and (min-width:1521px) {
    .search__container {
        max-width: 1520px;
        margin: 0 auto;
        position: relative
    }
}

.search__container .block.block-system {
    width: 100%
}

.search__container #search-form {
    visibility: hidden;
    position: absolute;
    left: -9999px
}

.search__container h2 {
    font-size: 2.5rem;
    line-height: 1;
    padding: 5.26316vw 0;
    margin: 0 5.26316vw
}

@media screen and (min-width:761px) {
    .search__container h2 {
        font-size: 3.94737vw
    }
}

@media screen and (min-width:1521px) {
    .search__container h2 {
        font-size: 3.75rem
    }
}

@media screen and (min-width:761px) {
    .search__container h2 {
        padding: 1.31579vw 0
    }
}

@media screen and (min-width:1521px) {
    .search__container h2 {
        padding: 20px 0;
        margin: 0 80px;
        margin: 0
    }
}

.search__container h3.title {
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 1.97368vw
}

@media screen and (min-width:761px) {
    .search__container h3.title {
        font-size: 2.63158vw
    }
}

@media screen and (min-width:1521px) {
    .search__container h3.title {
        font-size: 2.5rem
    }
}

@media screen and (min-width:761px) {
    .search__container h3.title {
        margin: 0 0 1.31579vw
    }
}

@media screen and (min-width:1521px) {
    .search__container h3.title {
        margin: 0 0 20px
    }
}

.search__container .ds-search-extra,
.search__container .item-list {
    padding: 2.63158vw 5.26316vw;
    overflow: hidden
}

@media screen and (min-width:1521px) {
    .search__container .ds-search-extra,
    .search__container .item-list {
        padding: 40px 80px;
        max-width: 1520px;
        margin: auto;
        overflow: hidden
    }
}

@media screen and (min-width:1521px) {
    .search__container .ds-search-extra.confine-width,
    .search__container .ds-search-extra .confine-width,
    .search__container .item-list.confine-width,
    .search__container .item-list .confine-width {
        padding-top: 0;
        padding-bottom: 0
    }
    .search__container .ds-search-extra.confine-width.page-contact-us,
    .search__container .ds-search-extra .confine-width.page-contact-us,
    .search__container .item-list.confine-width.page-contact-us,
    .search__container .item-list .confine-width.page-contact-us {
        padding-left: 0;
        padding-right: 0
    }
}

.search__holder--results {
    border-bottom: 1px solid #4a4a4a;
    padding: 2.63158vw 0 1.31579vw;
    margin: 2.63158vw 5.26316vw
}

@media screen and (min-width:761px) {
    .search__holder--results {
        padding: 1.31579vw 0 .32895vw
    }
}

@media screen and (min-width:1521px) {
    .search__holder--results {
        padding: 20px 0 5px
    }
}

@media screen and (min-width:761px) {
    .search__holder--results {
        margin: 2.63158vw 5.26316vw 1.31579vw
    }
}

@media screen and (min-width:1521px) {
    .search__holder--results {
        margin: 40px 80px 20px
    }
}

@media screen and (min-width:761px) {
    .search__holder--results {
        width: 25%
    }
}

@media screen and (min-width:1521px) {
    .search__holder--results {
        margin: 0
    }
}

.search__icon--results {
    display: block;
    width: 1.4375rem;
    height: 1.4375rem;
    background-image: url(assets/img/icon-search-white.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    margin-right: 10px;
    background-color: transparent;
    border: none
}

.search__input--results {
    color: #4a4a4a;
    background: transparent;
    border: none;
    width: 100%
}

.search__input--results:focus {
    outline: none
}

.search__result {
    font-size: 1rem;
    margin: 0;
    border-bottom: 3px solid #fff
}

@media screen and (min-width:761px) {
    .search__result {
        font-size: 1.31579vw
    }
}

@media screen and (min-width:1521px) {
    .search__result {
        font-size: 1.25rem
    }
}

.search__result:hover {
    background-color: #e7e6e6
}

.search__result .split {
    padding: 0;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width:1521px) {
    .search__result .split {
        padding: 0
    }
}

.search__result .split-right {
    width: 100%;
    padding: 5.26316vw
}

@media screen and (min-width:761px) {
    .search__result .split-right {
        padding: 2.63158vw 5.26316vw
    }
}

@media screen and (min-width:1521px) {
    .search__result .split-right {
        padding: 40px 80px
    }
}

.search__result .split-left {
    width: 100%;
    padding: 0
}

@media screen and (min-width:1521px) {
    .search__result .split-left {
        padding: 0
    }
}

@media screen and (min-width:761px) {
    .search__result .split-left {
        width: 33.33333%;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (min-width:761px) {
    .search__result .split-left+.split-right {
        width: 66.66666%;
        -ms-flex-order: 2;
        order: 2
    }
}

.search__result:nth-child(2n) {
    background-color: #f9f9f9
}

.search__result:nth-child(2n):hover {
    background-color: #e7e6e6
}

@media screen and (min-width:761px) {
    .search__result:nth-child(2n) .split-left {
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (min-width:761px) {
    .search__result:nth-child(2n) .split-left+.split-right {
        -ms-flex-order: 1;
        order: 1
    }
}

.search__page {
    font-weight: 300;
    font-size: 1.25rem;
    padding: 1.31579vw 0 0;
    margin: 0 0 2.63158vw;
    border-bottom: 1px solid #3d3833
}

@media screen and (min-width:761px) {
    .search__page {
        font-size: 1.57895vw
    }
}

@media screen and (min-width:1521px) {
    .search__page {
        font-size: 1.5rem
    }
}

@media screen and (min-width:761px) {
    .search__page {
        padding: 0
    }
}

@media screen and (min-width:1521px) {
    .search__page {
        padding: 0
    }
}

@media screen and (min-width:761px) {
    .search__page {
        margin: 0 0 .98684vw
    }
}

@media screen and (min-width:1521px) {
    .search__page {
        margin: 0 0 15px
    }
}

.search__page span {
    font-weight: 600;
    color: #59524a
}

.search__title {
    font-size: 2.25rem;
    padding: 1.31579vw 0 2.63158vw;
    font-weight: 300;
    margin: 0;
    line-height: 1
}

@media screen and (min-width:761px) {
    .search__title {
        font-size: 3.28947vw
    }
}

@media screen and (min-width:1521px) {
    .search__title {
        font-size: 3.125rem
    }
}

@media screen and (min-width:761px) {
    .search__title {
        padding: 0 0 .65789vw
    }
}

@media screen and (min-width:1521px) {
    .search__title {
        padding: 0 0 10px
    }
}

@media screen and (min-width:761px) {
    .search__title {
        line-height: 1.25
    }
}

.search__subhead {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
    padding: 1.31579vw 0
}

@media screen and (min-width:761px) {
    .search__subhead {
        font-size: 1.84211vw
    }
}

@media screen and (min-width:1521px) {
    .search__subhead {
        font-size: 1.75rem;
        padding: 20px 0
    }
}

.search__image {
    width: 100%;
    height: auto
}

.search__image.small {
    display: block
}

@media screen and (min-width:761px) {
    .search__image.small {
        display: none
    }
}

.search__image.large {
    display: none
}

@media screen and (min-width:761px) {
    .search__image.large {
        display: block;
        background: no-repeat 50%;
        background-size: cover;
        height: 100%
    }
}

.search__images {
    padding: 0
}

@media screen and (min-width:761px) {
    .search__images {
        padding: 2.63158vw 0
    }
}

@media screen and (min-width:1521px) {
    .search__images {
        padding: 40px 0
    }
}

.search__detail {
    color: #4a4a4a;
    font-size: 1rem
}

@media screen and (min-width:761px) {
    .search__detail {
        font-size: 1.44737vw
    }
}

@media screen and (min-width:1521px) {
    .search__detail {
        font-size: 1.375rem
    }
}

.search__date {
    padding: 1.31579vw 0;
    text-transform: uppercase
}

@media screen and (min-width:761px) {
    .search__date {
        padding: 0 0 1.31579vw
    }
}

@media screen and (min-width:1521px) {
    .search__date {
        padding: 0 0 20px
    }
}

.search__position {
    text-transform: uppercase;
    padding: 0 0 2.63158vw;
    font-weight: 400
}

@media screen and (min-width:761px) {
    .search__position {
        padding: 0 0 1.31579vw
    }
}

@media screen and (min-width:1521px) {
    .search__position {
        padding: 0 0 20px
    }
}

.search__byline {
    text-transform: uppercase;
    padding: 1.31579vw 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media screen and (min-width:1521px) {
    .search__byline {
        padding: 20px 0
    }
}

.search__byline .title {
    padding-right: .3125rem
}

.search__byline .content {
    padding-right: 1.25rem
}

.search__byline .content .author+.author-title:before {
    content: " - "
}

.search__copy {
    padding: 1.31579vw 0;
    display: block
}

@media screen and (min-width:1521px) {
    .search__copy {
        padding: 20px 0
    }
}

.search__copy p {
    margin: 0 0 2.10526vw
}

@media screen and (min-width:761px) {
    .search__copy p {
        margin: 0 0 1.05263vw
    }
}

@media screen and (min-width:1521px) {
    .search__copy p {
        margin: 0 0 16px
    }
}

.search__copy p:last-child {
    margin: 0
}

.search__copy blockquote {
    background-color: #ececec;
    border: 1px solid #c6c6c6;
    margin: 2.63158vw 0;
    padding: 2.63158vw
}

@media screen and (min-width:761px) {
    .search__copy blockquote {
        margin: 0 0 1.31579vw
    }
}

@media screen and (min-width:1521px) {
    .search__copy blockquote {
        margin: 0 0 20px
    }
}

@media screen and (min-width:761px) {
    .search__copy blockquote {
        padding: 1.31579vw 2.63158vw
    }
}

@media screen and (min-width:1521px) {
    .search__copy blockquote {
        padding: 20px 40px
    }
}

.search__more {
    padding: 1.31579vw 0
}

@media screen and (min-width:761px) {
    .search__more {
        padding: 0
    }
}

@media screen and (min-width:1521px) {
    .search__more {
        padding: 0
    }
}

.search__share {
    padding: 1.31579vw 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width:761px) {
    .search__share {
        padding: 1.31579vw 0 0
    }
}

@media screen and (min-width:1521px) {
    .search__share {
        padding: 20px 0 0
    }
}

.search__share .article__tags {
    width: auto
}

.share__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-size: 1rem;
    padding: 1.31579vw 0
}

@media screen and (min-width:761px) {
    .share__container {
        font-size: 1.57895vw
    }
}

@media screen and (min-width:1521px) {
    .share__container {
        font-size: 1.5rem
    }
}

@media screen and (min-width:761px) {
    .share__container {
        padding: .65789vw 0
    }
}

@media screen and (min-width:1521px) {
    .share__container {
        padding: 10px 0
    }
}

.share__container .title {
    text-transform: uppercase;
    display: block;
    white-space: nowrap
}

.share__icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: .5em;
    width: 3.15789vw;
    padding: 0;
    padding-bottom: 3.15789vw;
    background-image: url(assets/img/icon-vml-black.svg);
    background: no-repeat 50%;
    background-size: contain
}

@media screen and (min-width:761px) {
    .share__icon {
        width: 1.57895vw
    }
}

@media screen and (min-width:1521px) {
    .share__icon {
        width: 24px
    }
}

@media screen and (min-width:761px) {
    .share__icon {
        padding-bottom: 1.57895vw
    }
}

@media screen and (min-width:1521px) {
    .share__icon {
        padding-bottom: 24px
    }
}

.share__icon:hover {
    background-image: url(assets/img/icon-vml-grey.svg)
}

@media screen and (min-width:761px) {
    .share__icon {
        height: 0
    }
}

.share__icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.share__icon.instagram {
    background-image: url(assets/img/social-instagram-black.svg)
}

.share__icon.instagram:hover {
    background-image: url(assets/img/social-icon-set-christophekerebel.svg)
}

.share__icon.facebook {
    background-image: url(assets/img/social-facebook-black.svg)
}

.share__icon.facebook:hover {
    background-image: url(assets/img/social-facebook-grey.svg)
}

.share__icon.twitter {
    background-image: url(assets/img/social-twitter-black.svg)
}

.share__icon.twitter:hover {
    background-image: url(assets/img/social-twitter-grey.svg)
}

.share__icon.linkedin {
    background-image: url(assets/img/social-linkedin-black.svg)
}

.share__icon.linkedin:hover {
    background-image: url(assets/img/social-linkedin.svg)
}

.page-contact-us .item__1-3 {
    background-color: #00b9f1;
    color: #fff;
    padding: 2.5rem;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width:761px) {
    .page-contact-us .item__1-3 {
        width: 66.66666%
    }
}

.page-contact-us .item__1-3 .webform__content h2 {
    color: #fff;
    font-size: 2.5rem;
    margin-top: 0;
    font-weight: 300;
    width: 100%;
    text-align: center
}

.page-contact-us .item__1-3 .webform__content .content {
    width: 100%
}

.page-contact-us .item__1-3.region__detail {
    background-color: transparent;
    color: inherit
}

.page-contact-us .item__1-3.region__detail a {
    color: #00b9f1;
    text-decoration: none
}

.page-contact-us .item__1-3.region__detail .item__1-3 {
    background-color: transparent;
    color: inherit;
    padding: 0
}

@media screen and (max-width:760px) {
    .page-contact-us .item__1-3.region__detail {
        width: 100%;
        padding: 6.57895%
    }
}

.page-contact-us .item__1-3 .webform-component--message .grippie {
    display: none
}

.page-contact-us .item__1-3 .webform-component--footer {
    position: relative
}

.page-contact-us .item__1-3 .webform-component--footer p {
    margin-bottom: 0
}

.page-contact-us .item__1-3 label {
    font-weight: 400
}

.page-contact-us .item__1-3 a {
    color: #fff;
    text-decoration: underline
}

.page-contact-us .item__1-3 input {
    width: 100%;
    color: #9b9b9b
}

.page-contact-us .item__1-3 input[type=submit] {
    background-color: #0092be;
    border: none;
    padding: .9375rem;
    color: #fff;
    max-width: 100%
}

.page-contact-us .item__1-3 select,
.page-contact-us .item__1-3 textarea {
    color: #9b9b9b;
    background-color: #fff;
    resize: none
}

.page-contact-us .item__1-3 .chosen-container {
    color: #9b9b9b
}

.page-contact-us .item__1-3 .chosen-container a {
    color: #9b9b9b;
    text-decoration: none
}

@media screen and (min-width:761px) {
    .page-contact-us .item__1-3 form .form-item {
        margin-top: 0
    }
    .page-contact-us .item__1-3 form .webform-component--company {
        margin-bottom: 3em
    }
}

@media screen and (min-width:761px) {
    .page-contact-us .item__2-3 {
        width: 33.33333%;
        padding-right: 5.26316vw
    }
}

@media screen and (min-width:761px) {
    .page-contact-us-region .item__1-3 {
        width: 33.33333%
    }
    .page-contact-us-region .item__2-3 {
        width: 66.6666%;
        padding-right: 0
    }
}

.region {
    border-top: 1px solid #9b9b9b
}

.region__image {
    background-size: cover;
    background: no-repeat 50%
}

.region__image--round {
    border-radius: 9999px;
    width: 100%;
    max-width: 5em
}

@media screen and (max-width:760px) {
    .region__image {
        margin: 0 2em 2em;
        min-height: 20em
    }
}

.region__detail {
    display: -ms-flexbox;
    display: flex
}

.region__detail .name-block {
    display: none
}

.region__detail .thoroughfare {
    display: inline-block
}

.region__detail .premise {
    display: inline-block;
    padding-left: .3125rem
}

.region__detail .addressfield-container-inline.locality-block {
    display: inline-block
}

.region__detail .addressfield-container-inline.locality-block:after {
    display: none
}

.region__detail .country {
    display: inline-block;
    padding-left: .3125rem
}

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

.region__detail ul li {
    padding: 0;
    margin: 0
}

.region__detail h2 {
    font-size: 2.5rem;
    margin-top: 0
}

.region__detail h3 {
    margin: 0;
    text-transform: uppercase
}

.region__detail--person-info {
    padding-left: .625rem;
    padding-bottom: 1.25rem
}

.view-display-id-contactus_regional_page h1 {
    font-size: 3.125rem;
    padding-left: 6.57895%
}

.view-display-id-contactus .odd {
    background-color: #333
}

.view-display-id-contactus .even {
    background-color: #2c2c2c
}

.contact-us__offices {
    color: #fff
}

.contact-us__offices h2 {
    color: #fff;
    font-weight: 300;
    font-size: 1.5625rem;
    padding: 1.25rem 1.25rem 0;
    margin: 0
}

@media screen and (min-width:761px) {
    .contact-us__offices h2 {
        font-size: 3.125vw;
        padding: 2.5rem 3.125rem
    }
}

.contact-us__offices--grid {
    height: 100%;
    padding: 1.25rem
}

@media screen and (min-width:761px) {
    .contact-us__offices--grid {
        padding: 2.5rem 0
    }
}

.contact-us__offices--grid ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.contact-us__offices--grid ul li {
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25rem 0
}

.contact-us__offices--grid .item-list,
.contact-us__offices--grid ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%
}

.contact-us__offices--grid li {
    overflow: hidden;
    position: relative;
    width: 100%
}

@media screen and (min-width:761px) {
    .contact-us__offices--grid li {
        width: 33.33333%
    }
}

.contact-us__offices--office {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact-us__offices--office a {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 800
}

.contact-us__offices--office .phone,
.contact-us__offices--office a:hover {
    color: #fff
}

.contact-us__offices--office .phone a {
    color: #fff;
    font-size: inherit;
    font-weight: inherit
}

@media screen and (min-width:761px) {
    #webform-client-form-10806>div {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-column-gap: 2.5rem;
        column-gap: 2.5rem;
        margin-right: -2.5rem;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    #webform-client-form-10806>div .webform-component--name {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
        grid-column: 1/span 2
    }
    #webform-client-form-10806>div .webform-component--email {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
        grid-column: 1/span 2
    }
    #webform-client-form-10806>div .webform-component--telephone {
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
        grid-column: 1/span 2
    }
    #webform-client-form-10806>div .webform-component--company {
        -ms-grid-row: 4;
        grid-row: 4;
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
        grid-column: 1/span 2
    }
    #webform-client-form-10806>div .webform-component--subject {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column-span: 2;
        -ms-grid-column: 3;
        grid-column: 3/span 2
    }
    #webform-client-form-10806>div .webform-component--message {
        -ms-grid-row-span: 3;
        -ms-grid-row: 2;
        grid-row: 2/span 3;
        -ms-grid-column-span: 2;
        -ms-grid-column: 3;
        grid-column: 3/span 2
    }
    #webform-client-form-10806>div .webform-component--message #edit-submitted-message {
        height: 140px
    }
    #webform-client-form-10806>div .captcha {
        -ms-grid-row: 5;
        grid-row: 5;
        -ms-grid-column-span: all;
        -ms-grid-column: 1;
        grid-column: 1/span all;
        justify-self: center
    }
    #webform-client-form-10806>div .form-actions {
        -ms-grid-row: 6;
        grid-row: 6;
        -ms-grid-column-span: all;
        -ms-grid-column: 1;
        grid-column: 1/span all;
        width: 304px;
        justify-self: center
    }
}

@media screen and (max-width:760px) {
    #webform-client-form-10806>div {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    #webform-client-form-10806>div .form-item {
        width: 304px;
        justify-self: center
    }
    #webform-client-form-10806>div .webform-component--name {
        -ms-grid-row: 1;
        grid-row: 1
    }
    #webform-client-form-10806>div .webform-component--email {
        -ms-grid-row: 2;
        grid-row: 2
    }
    #webform-client-form-10806>div .webform-component--telephone {
        -ms-grid-row: 3;
        grid-row: 3
    }
    #webform-client-form-10806>div .webform-component--company {
        -ms-grid-row: 4;
        grid-row: 4
    }
    #webform-client-form-10806>div .webform-component--subject {
        -ms-grid-row: 5;
        grid-row: 5
    }
    #webform-client-form-10806>div .webform-component--message {
        -ms-grid-row: 6;
        grid-row: 6
    }
    #webform-client-form-10806>div .captcha {
        -ms-grid-row: 7;
        grid-row: 7;
        justify-self: center
    }
    #webform-client-form-10806>div .form-actions {
        -ms-grid-row: 8;
        grid-row: 8;
        width: 304px;
        justify-self: center
    }
}

.leader {
    transition: margin .5s
}

.leader__container {
    background-color: #222
}

.leader__content {
    padding: 0 0 1.875rem
}

@media screen and (min-width:761px) {
    .leader__content {
        padding: 3.125rem 0
    }
}

.leader .tile__banner--bottom {
    height: 100%;
    background: #4a4a4a;
    border-bottom: 1px solid #9b9b9b;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width:761px) {
    .leader .tile__banner--bottom {
        height: 30%;
        background: rgba(34, 34, 34, .75)
    }
}

.leader .tile__banner--bottom .tile--inline-link {
    width: .6875rem;
    height: .6875rem
}

@media screen and (min-width:761px) {
    .leader .tile__banner--bottom .tile--inline-link {
        width: .72368vw;
        height: .72368vw
    }
}

.leader .tile__banner--line-1 {
    font-size: 1.5625rem;
    font-weight: 800;
    color: #fff;
    padding: 0
}

@media screen and (min-width:761px) {
    .leader .tile__banner--line-1 {
        font-size: 1.64474vw
    }
}

.leader .tile__banner--line-2 {
    font-size: 1rem;
    font-weight: 600
}

@media screen and (min-width:761px) {
    .leader .tile__banner--line-2 {
        font-size: 1.05263vw
    }
}

@media screen and (max-width:760px) {
    .leader {
        height: 6.25rem
    }
}

.leader__image {
    min-height: 15em;
    background-position: 50%;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 2
}

.leader__name {
    color: #4a4a4a;
    font-weight: 800;
    font-size: 2.1875rem;
    padding: 0 0 .98684vw;
    margin: 0
}

@media screen and (min-width:761px) {
    .leader__name {
        font-size: 3.61842vw
    }
}

@media screen and (min-width:1521px) {
    .leader__name {
        font-size: 3.4375rem;
        padding: 0 0 15px
    }
}

@media screen and (min-width:761px) {
    .leader__name {
        margin: 0 0 0 3.28947vw
    }
}

@media screen and (min-width:1521px) {
    .leader__name {
        margin: 0 0 0 50px
    }
}

@media screen and (min-width:761px) {
    .leader__name {
        line-height: 1
    }
}

.leader__title {
    font-size: 1rem;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0
}

@media screen and (min-width:761px) {
    .leader__title {
        font-size: 1.31579vw
    }
}

@media screen and (min-width:1521px) {
    .leader__title {
        font-size: 1.25rem
    }
}

@media screen and (min-width:761px) {
    .leader__title {
        margin: 0 0 0 3.28947vw
    }
}

@media screen and (min-width:1521px) {
    .leader__title {
        margin: 0 0 0 50px
    }
}

@media screen and (min-width:761px) {
    .leader__title {
        line-height: 1
    }
}

@media screen and (min-width:761px) {
    .leader__bio {
        border-right: 1px solid #9b9b9b;
        padding-top: .9375rem;
        padding-right: 3.125rem;
        padding-bottom: .9375rem
    }
}

@media screen and (min-width:761px) {
    .leader__contact {
        padding-top: .9375rem;
        padding-left: 3.125rem;
        font-size: 1.125rem
    }
}

.leader__contact .address {
    margin: 1rem 0 1.25rem
}

.leader__contact .address .name-block {
    display: none
}

@media screen and (max-width:760px) {
    .news__item.image__full,
    .news__item.image__full .news__contain,
    .news__item.image__full .news__image,
    .news__item.image__full_bg,
    .news__item.image__full_bg .news__contain,
    .news__item.image__full_bg .news__image {
        height: calc(100vh - 80px)
    }
    .news__item.image__full .tile__hero.news__contain,
    .news__item.image__full .tile__hero.news__image,
    .news__item.image__full_bg .tile__hero.news__contain,
    .news__item.image__full_bg .tile__hero.news__image,
    .tile__hero.news__item.image__full,
    .tile__hero.news__item.image__full_bg {
        height: 100vh
    }
}

@media screen and (max-width:760px) and (orientation:landscape) {
    .news__item.image__full,
    .news__item.image__full .news__contain,
    .news__item.image__full .news__image,
    .news__item.image__full_bg,
    .news__item.image__full_bg .news__contain,
    .news__item.image__full_bg .news__image {
        height: unset
    }
}

@media screen and (max-width:760px) {
    .news__item.image__left .news__contain,
    .news__item.image__left .news__image,
    .news__item.image__none .news__contain,
    .news__item.image__right .news__contain,
    .news__item.image__right .news__image {
        min-height: calc((100vh - 80px) / 2)
    }
    .news__item.image__left .tile__hero.news__contain,
    .news__item.image__left .tile__hero.news__image,
    .news__item.image__none .tile__hero.news__contain,
    .news__item.image__right .tile__hero.news__contain,
    .news__item.image__right .tile__hero.news__image {
        height: 50vh
    }
}

@media screen and (max-width:760px) and (orientation:landscape) {
    .news__item.image__left .news__contain,
    .news__item.image__left .news__image,
    .news__item.image__none .news__contain,
    .news__item.image__right .news__contain,
    .news__item.image__right .news__image {
        height: unset
    }
}

.content__news-landing {
    position: relative;
    padding: 7.57895vw 15.15789vw 3.78947vw 7.57895vw
}

@media screen and (min-width:761px) {
    .content__news-landing {
        position: absolute;
        padding: 3.94737vw 7.89474vw 1.97368vw 3.94737vw
    }
}

.content__news-landing div[class^=tile__] {
    padding: 0 0 3.78947vw
}

@media screen and (min-width:761px) {
    .content__news-landing div[class^=tile__] {
        padding: 0 0 1.97368vw
    }
}

.content__news-landing .tile__author {
    padding-top: 1.51579vw!important
}

@media screen and (min-width:761px) {
    .content__news-landing .tile__author {
        padding-top: .65789vw!important
    }
}

.content__news-landing .tile__source {
    padding-top: 1.51579vw!important
}

@media screen and (min-width:761px) {
    .content__news-landing .tile__source {
        padding-top: .65789vw!important
    }
}

@media screen and (min-width:761px) {
    .content__news-landing.no-image {
        position: relative!important
    }
}

.content__news-landing.full-image div {
    color: #fff;
    max-width: 60vw
}

.content__news-landing.full-image .tile__source {
    border-top: 1px solid #fff
}

.page__news--home .tile {
    border-bottom: 2px solid #fff
}

.page__news--home .tile__title {
    color: #fff
}

.page__news--home .tile:nth-child(odd) {
    background: #2c2c2c
}

.page__news--home .tile:nth-child(2n) {
    background: #00b9f1
}

.page__news--home .tile:nth-child(4n+3) {
    background: #9b9b9b
}

.page__news--home .tile:nth-child(4n) {
    background: #f9f9f9
}

.page__news--home .tile:nth-child(4n) .tile__copy,
.page__news--home .tile:nth-child(4n) .tile__title {
    color: #00b9f1
}

.page__news--home .tile:nth-child(4n) .tile__icon--link {
    background-image: url(assets/img/arrow-right-blue.svg)
}

@media screen and (min-width:761px) {
    .page__news--home .tile {
        border-right: 2px solid #fff
    }
    .page__news--home .tile:nth-child(3n+0) {
        border-right: none
    }
}

.linkedin__link--black {
    color: #000!important
}

.linkedin__link--black:hover {
    color: #007baa
}

.linkedin__link--black:hover .icon__linkedin--black {
    background-image: url(assets/img/social-linkedin-circle-blue.svg)
}

.news-item,
.news__content a.row-child-theme {
    position: relative
}

.news-item {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

@media screen and (min-width:761px) {
    .news-item {
        max-height: 35.19737vw
    }
}

.news__contain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 5.26316vw
}

@media screen and (min-width:761px) {
    .news__contain {
        padding: 1.97368vw 5.26316vw 3.28947vw
    }
}

@media screen and (min-width:1521px) {
    .news__contain {
        padding: 30px 80px 50px;
        max-width: 1520px;
        margin: 0 auto;
        position: relative
    }
}

.news__image {
    background: no-repeat 50%;
    background-size: cover
}

@media screen and (max-width:760px) {
    .news__image {
        height: 50vh;
        width: 100%
    }
}

.news__image.show-full,
.news__image.show-half,
.news__image.show-small {
    display: none
}

.news__date {
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.25;
    padding: 1.31579vw 0
}

@media screen and (min-width:761px) {
    .news__date {
        font-size: 1.31579vw
    }
}

@media screen and (min-width:1521px) {
    .news__date {
        font-size: 1.25rem;
        padding: 20px 0
    }
}

.news__title {
    font-size: 2.5rem;
    line-height: 1.25;
    padding: 1.31579vw 0 3.28947vw
}

@media screen and (min-width:761px) {
    .news__title {
        font-size: 3.28947vw
    }
}

@media screen and (min-width:1521px) {
    .news__title {
        font-size: 3.125rem
    }
}

@media screen and (min-width:761px) {
    .news__title {
        padding: 0 0 2.63158vw
    }
}

@media screen and (min-width:1521px) {
    .news__title {
        padding: 0 0 40px
    }
}

@media screen and (min-width:761px) {
    .news__title {
        min-height: 18.42105vw
    }
}

.news__byline,
.news__head {
    display: block
}

.news__author {
    font-size: 1rem;
    display: block;
    padding: 1.31579vw 0
}

@media screen and (min-width:761px) {
    .news__author {
        font-size: 1.31579vw
    }
}

@media screen and (min-width:1521px) {
    .news__author {
        font-size: 1.25rem;
        padding: 20px 0
    }
}

@media screen and (min-width:761px) {
    .news__author {
        line-height: 1
    }
}

.news__source {
    border-top: 1px solid;
    display: block;
    font-size: .875rem;
    padding: 1.31579vw 0
}

@media screen and (min-width:761px) {
    .news__source {
        font-size: 1.31579vw
    }
}

@media screen and (min-width:1521px) {
    .news__source {
        font-size: 1.25rem;
        padding: 20px 0
    }
}

@media screen and (min-width:761px) {
    .news__source {
        line-height: 1
    }
}

.news__item {
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #fff;
    transition: all .5s;
    font-weight: 300
}

@media screen and (min-width:761px) {
    .news__item {
        max-height: 35.19737vw
    }
}

.news__item:hover {
    background-color: #59524a
}

.news__item:nth-of-type(4n+1) {
    background-color: #3d3833;
    color: #fff
}

.news__item:nth-of-type(4n+1):hover {
    background-color: #2f2b27
}

.news__item:nth-of-type(4n+1).image__full_bg .news__contain {
    background-color: rgba(61, 56, 51, .5)
}

@media screen and (min-width:761px) {
    .news__item:nth-of-type(4n+1).image__full_bg .news__contain {
        background-color: transparent;
        background-image: linear-gradient(90deg, rgba(61, 56, 51, .6) 70%, rgba(61, 56, 51, 0) 99%)
    }
}

.news__item:nth-of-type(4n+2) {
    background-color: #fff;
    color: #9b9b9b
}

.news__item:nth-of-type(4n+2):hover {
    background-color: #f2f2f2
}

.news__item:nth-of-type(4n+2).image__full_bg .news__contain {
    background-color: hsla(0, 0%, 100%, .5)
}

@media screen and (min-width:761px) {
    .news__item:nth-of-type(4n+2).image__full_bg .news__contain {
        background-color: transparent;
        background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6) 70%, hsla(0, 0%, 100%, 0) 99%)
    }
}

.news__item:nth-of-type(4n+3) {
    background-color: #00b9f1;
    color: #fff
}

.news__item:nth-of-type(4n+3):hover {
    background-color: #00a5d8
}

.news__item:nth-of-type(4n+3).image__full_bg .news__contain {
    background-color: rgba(0, 185, 241, .5)
}

@media screen and (min-width:761px) {
    .news__item:nth-of-type(4n+3).image__full_bg .news__contain {
        background-color: transparent;
        background-image: linear-gradient(90deg, rgba(0, 185, 241, .6) 70%, rgba(0, 185, 241, 0) 99%)
    }
}

.news__item:nth-of-type(4n+3) a {
    color: #3d3833
}

.news__item:nth-of-type(4n+4) {
    background-color: #f9f9f9;
    color: #9b9b9b
}

.news__item:nth-of-type(4n+4):hover {
    background-color: #ececec
}

.news__item:nth-of-type(4n+4).image__full_bg .news__contain {
    background-color: hsla(0, 0%, 98%, .5)
}

@media screen and (min-width:761px) {
    .news__item:nth-of-type(4n+4).image__full_bg .news__contain {
        background-color: transparent;
        background-image: linear-gradient(90deg, hsla(0, 0%, 98%, .6) 70%, hsla(0, 0%, 98%, 0) 99%)
    }
}

.news__item.image__none .news__contain {
    width: 100%
}

@media screen and (min-width:1521px) {
    .news__item.image__none .news__contain {
        max-width: 1520px;
        margin: 0 auto;
        position: relative
    }
}

@media screen and (min-width:761px) {
    .news__item.image__none .news__byline {
        border-top: 1px solid;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width:761px) {
    .news__item.image__none .news__author,
    .news__item.image__none .news__source {
        border-top: none;
        padding: .65789vw 0 0
    }
}

@media screen and (min-width:761px) {
    .news__item.image__none .news__title {
        min-height: inherit
    }
}

.news__item.image__none .news__image {
    display: none
}

.news__item.image__left {
    display: block
}

@media screen and (min-width:761px) {
    .news__item.image__left {
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:761px) and (min-width:761px) {
    .news__item.image__left [class*=__image] {
        background-size: 120% 100%
    }
    .news__item.image__left:hover [class*=__image] {
        background-size: 132% 110%;
        transition: background-size .5s ease
    }
}

.news__item.image__left .news__contain {
    width: 100%
}

@media screen and (min-width:761px) {
    .news__item.image__left .news__contain {
        width: 50%
    }
}

.news__item.image__left .news__image {
    width: 100%
}

.news__item.image__left .news__image.show-full {
    display: block
}

@media screen and (min-width:761px) {
    .news__item.image__left .news__image {
        width: 50%
    }
    .news__item.image__left .news__image.show-half {
        display: block
    }
    .news__item.image__left .news__image.show-full {
        display: none
    }
}

.news__item.image__right {
    display: block
}

@media screen and (min-width:761px) {
    .news__item.image__right {
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:761px) and (min-width:761px) {
    .news__item.image__right [class*=__image] {
        background-size: 120% 100%
    }
    .news__item.image__right:hover [class*=__image] {
        background-size: 132% 110%;
        transition: background-size .5s ease
    }
}

.news__item.image__right .news__contain {
    width: 100%
}

@media screen and (min-width:761px) {
    .news__item.image__right .news__contain {
        width: 50%;
        -ms-flex-order: 1;
        order: 1
    }
}

.news__item.image__right .news__image {
    width: 100%
}

.news__item.image__right .news__image.show-full {
    display: block
}

@media screen and (min-width:761px) {
    .news__item.image__right .news__image {
        width: 50%;
        -ms-flex-order: 2;
        order: 2
    }
    .news__item.image__right .news__image.show-half {
        display: block
    }
    .news__item.image__right .news__image.show-full {
        display: none
    }
}

.news__item.image__full:hover [class*=__image],
.news__item.image__full_bg:hover [class*=__image] {
    transform: scale(1.1) translate(5px, 5px)
}

.news__item.image__full .news__contain,
.news__item.image__full_bg .news__contain {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-right: 25%
}

@media screen and (min-width:761px) {
    .news__item.image__full .news__contain,
    .news__item.image__full_bg .news__contain {
        width: 70%
    }
}

.news__item.image__full .news__image,
.news__item.image__full_bg .news__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.news__item.image__full .news__image.show-small,
.news__item.image__full_bg .news__image.show-small {
    display: block
}

@media screen and (min-width:761px) {
    .news__item.image__full .news__image.show-full,
    .news__item.image__full_bg .news__image.show-full {
        display: block
    }
    .news__item.image__full .news__image.show-small,
    .news__item.image__full_bg .news__image.show-small {
        display: none
    }
}

@media screen and (min-width:761px) {
    .tile__grid .tile {
        border-bottom: none
    }
}

.podcast {
    transition: margin .5s
}

.podcast__container {
    background-color: #222
}

.podcast__content {
    padding: 0 0 1.875rem
}

@media screen and (min-width:761px) {
    .podcast__content {
        padding: 3.125rem 0
    }
}

.podcast .soundcloud-button {
    background-color: #00b9f1;
    display: inline-block;
    text-align: center;
    padding: 0 .5em
}

@media screen and (max-width:760px) {
    .podcast .soundcloud-button {
        padding: 1vw;
        margin-right: 10em
    }
}

.podcast .soundcloud-button a {
    color: #fff;
    padding: 0;
    text-decoration: none;
    margin: auto;
    font-size: 1.15em;
    font-weight: 300
}

.podcast .tile__banner--bottom {
    height: 30%
}

@media screen and (min-width:761px) {
    .podcast .tile__banner--bottom {
        height: 30%;
        background: rgba(34, 34, 34, .75)
    }
}

.podcast .tile__banner--bottom .tile--inline-link {
    width: .6875rem;
    height: .6875rem
}

@media screen and (min-width:761px) {
    .podcast .tile__banner--bottom .tile--inline-link {
        width: .72368vw;
        height: .72368vw
    }
}

.podcast .tile__banner--line-1 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    padding: 0
}

@media screen and (min-width:761px) {
    .podcast .tile__banner--line-1 {
        font-size: 1.64474vw
    }
}

.podcast .tile__banner--line-2 {
    font-size: 1rem;
    font-weight: 600
}

@media screen and (min-width:761px) {
    .podcast .tile__banner--line-2 {
        font-size: 1.05263vw
    }
}

@media screen and (max-width:760px) {
    .podcast {
        height: 50vh
    }
}

.podcast__image {
    min-height: 15em;
    background-position: 50%;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 2
}

.podcast__copy {
    font-size: .875rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    padding: 2rem;
    line-height: 1.5;
    background-color: rgba(0, 0, 0, .8);
    overflow: scroll;
    display: none;
    font-weight: 300
}

@media screen and (min-width:761px) {
    .podcast__copy {
        font-size: 1.05263vw
    }
}

@media screen and (min-width:1521px) {
    .podcast__copy {
        font-size: 1rem
    }
}

@media screen and (max-width:760px) {
    .podcast__copy {
        line-height: 1.15
    }
}

@media screen and (max-width:760px) {
    .podcast__copy .field-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.podcast__copy .field-content:first-child {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    padding: 0
}

@media screen and (min-width:761px) {
    .podcast__copy .field-content:first-child {
        font-size: 1.64474vw
    }
}

.podcast__copy .field-content:nth-child(2) {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600
}

@media screen and (min-width:761px) {
    .podcast__copy .field-content:nth-child(2) {
        font-size: 1.05263vw
    }
}

.podcast__title {
    font-size: 1rem;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0
}

@media screen and (min-width:761px) {
    .podcast__title {
        font-size: 1.31579vw
    }
}

@media screen and (min-width:1521px) {
    .podcast__title {
        font-size: 1.25rem
    }
}

@media screen and (min-width:761px) {
    .podcast__title {
        margin: 0 0 0 3.28947vw
    }
}

@media screen and (min-width:1521px) {
    .podcast__title {
        margin: 0 0 0 50px
    }
}

@media screen and (min-width:761px) {
    .podcast__title {
        line-height: 1
    }
}

.podcast-link {
    position: relative;
    background-color: #3d3833;
    width: 100%;
    display: block
}

.podcast-link,
a.podcast-link {
    color: transparent
}

.podcast-link__content {
    position: relative;
    text-align: center;
    height: 13.15789vw;
    background-size: 70% 70%;
    background: url(assets/img/podcast-bg.svg) no-repeat 50%
}

@media screen and (min-width:761px) {
    .podcast-link__content {
        height: 6.57895vw
    }
}

@media screen and (min-width:1521px) {
    .podcast-link__content {
        height: 100px
    }
}

.podcast-link .rounded {
    display: none
}

@media screen and (min-width:761px) {
    .podcast-link {
        position: absolute;
        z-index: 90;
        width: auto;
        right: 0;
        top: 72.36842vw;
        padding: 0
    }
}

@media screen and (min-width:761px) and (min-width:761px) {
    .podcast-link {
        top: 36.18421vw
    }
}

@media screen and (min-width:761px) and (min-width:1521px) {
    .podcast-link {
        top: 550px
    }
}

@media screen and (min-width:761px) {
    .podcast-link__content {
        text-align: left;
        background-position: 0;
        width: 39.47368vw
    }
}

@media screen and (min-width:761px) and (min-width:761px) {
    .podcast-link__content {
        width: 19.73684vw
    }
}

@media screen and (min-width:761px) and (min-width:1521px) {
    .podcast-link__content {
        width: 300px
    }
}

@media screen and (min-width:761px) {
    .podcast-link .rounded {
        position: absolute;
        display: block;
        background-color: #3d3833;
        left: -6.84211vw;
        top: 0;
        width: 13.15789vw;
        height: 13.15789vw;
        border-radius: 50% 0 0 50%;
        z-index: -1
    }
}

@media screen and (min-width:761px) and (min-width:761px) {
    .podcast-link .rounded {
        left: -3.42105vw
    }
}

@media screen and (min-width:761px) and (min-width:1521px) {
    .podcast-link .rounded {
        left: -52px
    }
}

@media screen and (min-width:761px) and (min-width:761px) {
    .podcast-link .rounded {
        width: 6.57895vw
    }
}

@media screen and (min-width:761px) and (min-width:1521px) {
    .podcast-link .rounded {
        width: 100px
    }
}

@media screen and (min-width:761px) and (min-width:761px) {
    .podcast-link .rounded {
        height: 6.57895vw
    }
}

@media screen and (min-width:761px) and (min-width:1521px) {
    .podcast-link .rounded {
        height: 100px
    }
}

.page--title--podcasts .hero__heading {
    background: transparent url(assets/img/podcast-bg.svg) no-repeat 50%;
    color: transparent;
    height: 31.57895vw;
    width: 100%
}

@media screen and (min-width:761px) {
    .page--title--podcasts .hero__heading {
        background-position: 0;
        height: 7.89474vw
    }
}

@media screen and (orientation:portrait) {
    .page--title--podcasts .content__image--hero {
        background-position-x: 85%
    }
}

@media screen and (orientation:landscape) {
    .page--title--podcasts .hero__heading {
        width: unset
    }
}

.messages {
    width: 100%
}

.messages__container {
    padding: .375rem auto
}

/* CUSTOM CSS */
/*
.tile__page-link-explore--copy { 
    display: none;
}
*/

.takeover__image--hero { 
    background-size: cover !important;
}

.item__9x5:before { 
    padding-top: 46.55556%; 
}

.tile--partial-vh--large { 
    max-height: inherit !important; 
}

/*
.row-child-theme.tile__page-link.space-between--large.center--horz--small { 
    display: none 
}

.tile__type__case_study  a[href="/our-work/people-against-suffering-oppression-and-poverty"] + div {
    background-image: url(<?php echo get_theme_directory_uri();?>/assets/img/cs/twitter-covers-sa_0.png) !important;
    background-size: 160%;
    background-position: right;
}
.tile__type__case_study  a[href="/our-work/goodwill-industries-international-inc-ad-council"] + div {
    background-image: url(<?php echo get_theme_directory_uri();?>/assets/img/cs/goodwill_print_16x9_52.jpeg) !important;
    background-size: 160%;
    background-position: left;
}
*/
