@charset "UTF-8";

@font-face {
    font-family: Ballies;
    src: url(../fonts/ballies.eot);
    src: url(../fonts/balliesd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/ballies.woff2) format("woff2"), url(../fonts/ballies.woff) format("woff"), url(../fonts/ballies.ttf) format("truetype"), url(../fonts/ballies.svg#youworkforthem) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

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

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

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    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 {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

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

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

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

.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
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.html);
    src: url(fonts/slickd41d.html?#iefix) format("embedded-opentype"), url(fonts/slick-2.html) format("woff"), url(fonts/slick-3.html) format("truetype"), url(fonts/slick-4.html#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.entry-content img {
    margin: 0 0 1.5em 0
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased
}

body,
html {
    font-family: Arial;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    color: #666;
    font-size: 14px
}

body {
    padding-bottom: 1000px
}

a,
a:active,
a:visited {
    text-decoration: none
}

p {
    margin: 0
}

section {
    background-color: #fff;
    position: relative;
    width: 100%
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

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

a,
a:active,
a:visited {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.frame {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

@media (max-width:1925px) {
    .frame {
        max-width: 960px
    }
}

.inner-frame {
    width: 100%;
    max-width: 960px;
    margin: 0 auto
}

.clearfix {
    zoom: 1
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

#site {
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 14px 3px rgba(0, 0, 0, .09);
    box-shadow: 0 0 14px 3px rgba(0, 0, 0, .09);
    overflow: hidden
}

h1 {
    font-family: sofia-pro, sans-serif;
    font-size: 85px;
    color: black;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.27px;
    line-height: 77px;
    margin: 0
}

@media (max-width:1000px) and (min-width:766px) {
    h1 {
        font-size: 60px !important;
        line-height: 65px !important
    }
}

@media (max-width:750px) {
    h1 {
        font-size: 45px !important;
        line-height: 50px !important
    }
}

@media (max-width:360px) {
    h1 {
        font-size: 38px !important;
        line-height: 45px !important
    }
}

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

.link {
    font-family: sofia-pro, sans-serif;
    font-size: 19px;
    color: #6d6e71;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    display: inline;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.link:after {
    position: absolute;
    width: 100%;
    top: 100%;
    content: "";
    left: 0;
    border-top: 2px solid #e50e38;
}

.link:hover {
    color: #e50e38
}

.frame {
    max-width: 1160px;
    margin: 0 auto
}

.row {
    font-size: 0
}

h3 {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: black;
    letter-spacing: .55px;
    text-align: center;
    line-height: 43px
}

.flex-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.col-lg-5 {
    width: 41.6666%;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 24px;
    padding-left: 24px
}

@media (max-width:750px) {
    .col-lg-5 {
        width: 100%;
        padding: 0
    }
}

.col-lg-6 {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 24px;
    padding-left: 24px
}

@media (max-width:750px) {
    .col-lg-6 {
        width: 100%;
        padding: 0
    }
}

.col-lg-7 {
    width: 58.33333%;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 24px;
    padding-left: 24px
}

@media (max-width:750px) {
    .col-lg-7 {
        width: 100%;
        padding: 0
    }
}

.grid-row {
    max-width: 1448px;
    margin: 0 auto;
    font-size: 0
}

@media (max-width:750px) {
    .grid-row {
        max-width: 90%;
        margin: 0 auto
    }
}

.circle-icon {
    display: inline-block;
    width: 148px;
    height: 148px;
    background: #fff;
    border: 2px solid #f2f2f2;
    border-radius: 50%;
    padding-right: 30px;
    padding-left: 30px;
    position: relative
}

.circle-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.apply-link {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 10
}

@media (min-width:1800px) {
    .apply-link {
        right: calc((100vw - 1800px)/ 2)
    }
}

.apply-link,
.side-call-out {
    position: fixed;
    right: calc((100vw - 1800px)/ 2);
    background: #f9f9f9;
    padding-top: 21px;
    padding-left: 23px;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 18.51px;
    color: #6d6e71;
    letter-spacing: 0;
    line-height: 23.67px;
    width: 180px;
    padding-right: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 40%;
    z-index: 20;
    padding-bottom: 27px;
    cursor: pointer
}

.apply-link:after,
.side-call-out:after {
    display: inline-block;
    position: relative;
    margin-left: 6px;
    content: "";
    background-image: url(../imgs/icons/input-arrow.svg);
    width: 21px;
    height: 16px;
    top: 2px
}

@media (max-width:1800px) {

    .apply-link,
    .side-call-out {
        right: 0
    }
}

@media (max-width:1500px) {

    .apply-link,
    .side-call-out {
        top: auto;
        bottom: 0
    }
}

@media (max-width:750px) {

    .apply-link,
    .side-call-out {
        display: none
    }
}

.single-career .apply-link {
    background: #e50e38;
    color: #fff
}

.single-career .apply-link:after {
    background-image: url(../imgs/icons/input-arrow-white.svg)
}

.page-404 {
    background: black;
    padding-top: 360px;
    padding-bottom: 225px;
    text-align: center
}

.page-404 h1 {
    font-family: sofia-pro, sans-serif;
    font-size: 85px;
    color: #fff;
    letter-spacing: 1.27px;
    text-align: center;
    line-height: 77px;
    margin-bottom: 20px
}

.page-404 p {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 38px;
    margin-bottom: 40px
}

.page-404 a {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px
}

.single main .post-content .wp-block-pushblocks-header .post-meta .author,
.single main .post-content .wp-block-pushblocks-header .post-meta .date {
    vertical-align: top
}

.single main .post-content .wp-block-pushblocks-header .post-meta .author,
.single main .post-content .wp-block-pushblocks-header .post-meta .date {
    padding-top: 0
}

.single main .post-content .wp-block-pushblocks-header .post-meta .author .author__name,
.single main .post-content .wp-block-pushblocks-header .post-meta .author .post__date,
.single main .post-content .wp-block-pushblocks-header .post-meta .date .author__name,
.single main .post-content .wp-block-pushblocks-header .post-meta .date .post__date {
    vertical-align: top
}

.single main .post-content .wp-block-pushblocks-header .post-meta .author .author__name,
.single main .post-content .wp-block-pushblocks-header .post-meta .author .post__date,
.single main .post-content .wp-block-pushblocks-header .post-meta .date .author__name,
.single main .post-content .wp-block-pushblocks-header .post-meta .date .post__date {
    line-height: 25px
}

.single main .post-content ul li {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #6c6c6c;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 32px
}

.single main .post-content figure.alignleft {
    margin-right: 40px;
    margin-bottom: 40px
}

.single main .post-content figure.alignright {
    margin-left: 40px;
    margin-bottom: 40px
}

.single main .post-content figure.aligncenter img {
    margin: 0 auto;
    display: block
}

.single main .post-content .wp-block-pushblocks-header img {
    max-height: 550px;
    margin: 0 auto;
    display: block
}

@media (max-width:766px) {
    #video-modal {
        height: 300px
    }

    #video-modal .video-js {
        display: block
    }

    .single main .post-content .wp-block-image {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .wp-block-image .alignleft {
        display: block;
        float: none;
        margin: 0 auto
    }

    .single main .post-content figure.alignleft {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center
    }

    .single main .post-content figure.alignleft img {
        display: inline-block
    }

    .wp-block-image .alignright {
        display: block;
        float: none;
        margin: 0 auto
    }

    .single main .post-content figure.alignright {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center
    }

    .single main .post-content figure.alignright img {
        display: inline-block
    }
}

.single main .post-content h4,
.single main .post-content h5 {
    max-width: 1000px;
    margin: 0 auto;
    display: block
}

.single main .post-content h4 {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: black;
    letter-spacing: .2px;
    line-height: 25px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0
}

.single main .post-content h5 {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: black;
    letter-spacing: .2px;
    line-height: 25px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0
}

@media (max-height:1000px) {
    .single main .post-content .wp-block-pushblocks-header .frame {
        padding-top: 160px
    }
}

.single-page-content {
    padding-top: 200px;
    padding-bottom: 50px
}

.single-page-content .frame {
    max-width: 1000px
}

@media (max-width:1100px) {
    .single-page-content .frame {
        max-width: 90%
    }
}

.single-page-content .frame p {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #6c6c6c;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 32px
}

.single-page-content .frame ol li,
.single-page-content .frame ul li {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #6c6c6c;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 32px
}

.single-page-content .frame h3 {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: black;
    letter-spacing: .9px;
    line-height: 25px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
    margin-top: 60px
}

.gfield_visibility_hidden {
    display: none !important
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 40
}

header #logo-link {
    position: relative;
    width: 271px;
    display: inline-block;
    height: 100px
}

header #color-logo {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .75s;
    transition: all .75s
}

header #main-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .75s;
    transition: all .75s
}

header.scroll,
header.video-playing {
    padding-bottom: 20px
}

header.scroll .main-nav,
header.video-playing .main-nav {
    margin-top: 40px
}

header.scroll .phone,
header.video-playing .phone {
    margin-top: 28px
}

header.scroll #logo,
header.video-playing #logo {
    margin-top: 10px
}

header.scroll #main-logo,
header.video-playing #main-logo {
    opacity: 0
}

header.scroll #color-logo,
header.video-playing #color-logo {
    opacity: 1
}

header.scroll:after,
header.video-playing:after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#fff));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #fff 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .67)), to(#fff));
    background-image: linear-gradient(0deg, rgba(255, 255, 255, .67), #fff 100%);
    height: 100%;
    opacity: 1
}

header.scroll .main-nav li a,
header.video-playing .main-nav li a {
    color: black
}

header.scroll .main-nav li.menu-item-has-children:after,
header.video-playing .main-nav li.menu-item-has-children:after {
    background-image: url(../imgs/icons/menu-arrow-orange.svg)
}

header:after {
    opacity: .24;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #000 100%);
    height: 378px;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    z-index: 1;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:750px) {
    header {
        padding-bottom: 20px
    }

    header:after {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#fff));
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #fff 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .67)), to(#fff));
        background-image: linear-gradient(0deg, rgba(255, 255, 255, .67), #fff 100%);
        height: 100%;
        opacity: 1
    }
}

header .frame {
    max-width: 1690px
}

@media (max-width:1800px) {
    header .frame {
        max-width: 95%
    }
}

header #logo {
    position: relative;
    z-index: 2;
    margin-top: 25px;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s
}

header .header-align-right {
    float: right;
    z-index: 2;
    position: relative
}

@media (max-width:1400px) {
    header .header-align-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

header .main-nav,
header .menu-language-container {
    padding: 0;
    margin: 0;
    margin-top: 62px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all .5s;
    transition: all .5s
}

header .main-nav li,
header .menu-language-container li {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    position: relative
}

@media (max-width:1550px) {

    header .main-nav li,
    header .menu-language-container li {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (max-width:1370px) {

    header .main-nav li,
    header .menu-language-container li {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media (max-width:1170px) {

    header .main-nav li,
    header .menu-language-container li {
        padding-right: 12px
    }
}

header .main-nav li a,
header .menu-language-container li a {
    font-family: sofia-pro, sans-serif;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    text-align: right;
    font-weight: 500;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1600px) {

    header .main-nav li a,
    header .menu-language-container li a {
        font-size: 18px
    }
}

@media (max-width:1470px) {

    header .main-nav li a,
    header .menu-language-container li a {
        font-size: 17px
    }
}

@media (max-width:1400px) {

    header .main-nav li a,
    header .menu-language-container li a {
        font-size: 18px
    }
}

@media (max-width:1120px) {

    header .main-nav li a,
    header .menu-language-container li a {
        font-size: 16px
    }
}

@media (max-width:1060px) {

    header .main-nav li a,
    header .menu-language-container li a {
        font-size: 15px
    }
}

@media (max-width:1010px) {

    header .main-nav li a,
    header .menu-language-container li a {
        font-size: 14px
    }
}

@media (max-width:1000px) {

    header .main-nav li a,
    header .menu-language-container li a {
        color: black
    }
}

header .main-nav li:last-of-type,
header .menu-language-container li:last-of-type {
    padding-right: 0
}

header .main-nav li .sub-menu,
header .menu-language-container li .sub-menu {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    top: 100%;
    width: 154px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    background: #fff;
    border-top: 0 solid #e50e38;
    background: #fff;
    border-radius: 0 0 4px 4px;
    overflow: visible;
    border-top: 0 solid #e50e38;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1000px) {

    header .main-nav li .sub-menu,
    header .menu-language-container li .sub-menu {
        display: block;
        -webkit-transition: all .5s;
        transition: all .5s
    }
}

header .main-nav li .sub-menu:focus-within,
header .menu-language-container li .sub-menu:focus-within {
    border-top: 4px solid #e50e38;
    overflow: visible;
    max-height: 200px
}

header .main-nav li .sub-menu li,
header .menu-language-container li .sub-menu li {
    padding: 0;
    padding: 10px 0;
    opacity: .7;
    border-bottom: 1px solid rgba(229, 229, 255, .7);
    display: block;
    background: #fff
}

header .main-nav li .sub-menu li a,
header .menu-language-container li .sub-menu li a {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #6d6e71;
    letter-spacing: 0;
    text-align: center;
    line-height: 22.8px;
    -webkit-transition: .5s;
    transition: .5s
}

header .main-nav li .sub-menu li a:hover,
header .menu-language-container li .sub-menu li a:hover {
    color: #e50e38;
}

header .main-nav li.menu-item-has-children,
header .menu-language-container li.menu-item-has-children {
    padding-bottom: 20px
}

header .main-nav li.menu-item-has-children:before,
header .menu-language-container li.menu-item-has-children:before {
    height: 0;
    width: 0;
    border-bottom: 20px solid #e50e38;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
    position: absolute;
    top: calc(100% - 6px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 12px solid #e50e38;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

header .main-nav li.menu-item-has-children:after,
header .menu-language-container li.menu-item-has-children:after {
    width: 10px;
    height: 6px;
    background-image: url(../imgs/icons/menu-arrow.svg);
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-left: 2px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-size: contain;
    background-repeat: no-repeat
}

header .main-nav li:hover.menu-item-has-children:before,
header .menu-language-container li:hover.menu-item-has-children:before {
    opacity: 1
}

header .main-nav li:hover.menu-item-has-children:after,
header .menu-language-container li:hover.menu-item-has-children:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

header .main-nav li:hover .sub-menu,
header .menu-language-container li:hover .sub-menu {
    -webkit-box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, .06);
    box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, .06);
    border-top: 4px solid #e50e38;
    max-height: 200px
}

@media (max-width:1000px) {

    header .main-nav li:hover .sub-menu,
    header .menu-language-container li:hover .sub-menu {
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        max-height: 200px
    }
}

header .util-nav {
    display: inline-block
}

header .menu-language-container {
    display: none
}

@media (max-width:1400px) {
    header.scroll .phone {
        margin-top: 15px
    }

    header.scroll .main-nav {
        margin-top: 10px
    }

    header .menu-language-container {
        display: inline-block;
        vertical-align: top;
        margin-top: 15px;
        height: 35px
    }

    header .menu-language-container ul#menu-language {
        margin: 0;
        padding: 0
    }

    header .menu-language-container ul#menu-language li.menu-item-has-children.pll-parent-menu-item {
        height: 35px;
        margin-top: 0;
        padding-top: 0
    }
}

header #menu-language li.menu-item-has-children.pll-parent-menu-item,
header .main-nav li.menu-item-has-children.pll-parent-menu-item {
    display: inline-block;
    font-family: sofia-pro, sans-serif;
    font-size: 18px;
    color: #e50e38;
    letter-spacing: 0;
    text-align: center;
    line-height: 22.8px;
    height: 50px;
    background: #fff;
    vertical-align: top;
    margin-top: 50px;
    padding-top: 18px;
    padding-left: 23px;
    padding-right: 21.5px;
    margin-left: 35px;
    position: relative;
    padding-bottom: 0;
    margin: 0;
    margin-top: -12px;
    padding-top: 9px
}

header #menu-language li.menu-item-has-children.pll-parent-menu-item a,
header .main-nav li.menu-item-has-children.pll-parent-menu-item a {
    color: #e50e38
}

@media (max-width:1450px) {

    header #menu-language li.menu-item-has-children.pll-parent-menu-item,
    header .main-nav li.menu-item-has-children.pll-parent-menu-item {
        margin-left: 20px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:1250px) {

    header #menu-language li.menu-item-has-children.pll-parent-menu-item,
    header .main-nav li.menu-item-has-children.pll-parent-menu-item {
        margin-left: 20px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px
    }
}

@media (max-width:1130px) {

    header #menu-language li.menu-item-has-children.pll-parent-menu-item,
    header .main-nav li.menu-item-has-children.pll-parent-menu-item {
        font-size: 12px
    }
}

header #menu-language li.menu-item-has-children.pll-parent-menu-item:after,
header .main-nav li.menu-item-has-children.pll-parent-menu-item:after {
    position: relative;
    content: "";
    width: 9px;
    height: 5px;
    background-image: url(../imgs/icons/translation-arrow.svg);
    display: inline-block;
    vertical-align: top;
    margin-top: 16px
}

header #menu-language li.menu-item-has-children.pll-parent-menu-item .translation-dropdown,
header .main-nav li.menu-item-has-children.pll-parent-menu-item .translation-dropdown {
    position: absolute;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    width: 100%;
    top: 100%;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

header #menu-language li.menu-item-has-children.pll-parent-menu-item:hover .translation-dropdown,
header .main-nav li.menu-item-has-children.pll-parent-menu-item:hover .translation-dropdown {
    max-height: 200px
}

@media (max-width:1400px) {
    header .main-nav li.menu-item-has-children.pll-parent-menu-item {
        display: none
    }
}

header .phone {
    -webkit-transition: all .5s;
    transition: all .5s;
    display: inline-block;
    height: 50px;
    background: #fff;
    vertical-align: top;
    margin-top: 50px;
    padding-top: 18px;
    padding-left: 26px;
    padding-right: 21.5px;
    margin-left: 15px;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #6d6e71;
    letter-spacing: 0;
    text-align: center;
    line-height: 22.8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:1450px) {
    header .phone {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:1250px) {
    header .phone {
        margin-left: 20px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px
    }
}

@media (max-width:1130px) {
    header .phone {
        font-size: 12px
    }
}

header .phone a,
header .phone img,
header .phone span {
    display: inline-block;
    vertical-align: top;
    line-height: 14px;
    color: #6d6e71
}

@media (max-width:1400px) and (min-width:1000px) {

    header.scroll,
    header.video-playing {
        padding-bottom: 0
    }

    header #logo {
        margin-top: 20px
    }

    header .util-nav {
        text-align: right
    }

    header .phone,
    header .translation-select {
        margin-top: 15px;
        height: 35px;
        padding-top: 10px
    }

    header .translation-select {
        padding-top: 8px
    }

    header .main-nav {
        margin-top: 10px
    }
}

footer .top-footer {
    padding-top: 65px;
    background: rgba(229, 229, 229, .2)
}

footer .top-footer .frame {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 0
}

footer .top-footer .frame .footer-group {
    margin-bottom: 50px;
    font-family: sofia-pro, sans-serif;
    display: block;
    font-size: 14px;
    color: black;
    letter-spacing: 0;
    line-height: 26px
}

footer .top-footer .frame .footer-group:last-of-type {
    margin-bottom: 0
}

footer .top-footer .frame .col-4 {
    vertical-align: top;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: left
}

footer .top-footer .frame .col-4:first-of-type {
    padding-left: 74px
}

footer .top-footer .frame .col-4:nth-of-type(2) {
    padding-left: 35px
}

footer .top-footer .frame .col-4:nth-of-type(3) {
    padding-left: 75px
}

footer .top-footer .frame .col-4:nth-of-type(4) {
    padding-left: 65px;
    padding-top: 31px
}

footer .top-footer .frame .col-4 .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer .top-footer .frame .col-4 .social a {
    margin-right: 24px;
    font-size: 0
}

footer .top-footer .frame .col-4 .social a svg g {
    -webkit-transition: all .3s;
    transition: all .3s
}

footer .top-footer .frame .col-4 .social a:hover svg g {
    fill: #e50e38
}

footer .top-footer .frame a {
    font-family: sofia-pro, sans-serif;
    display: block;
    font-size: 14px;
    color: black;
    letter-spacing: 0;
    line-height: 26px;
    -webkit-transition: all .3s;
    transition: all .3s
}

footer .top-footer .frame a:hover {
    color: #e50e38
}

footer .top-footer .frame h3 {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: black;
    letter-spacing: .5px;
    line-height: 25px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
    margin-bottom: 6px
}

footer .bottom-footer {
    margin-top: 0;
    padding-bottom: 25px;
    position: relative
}

footer .bottom-footer:before {
    position: absolute;
    top: 0;
    border-top: 150px solid rgba(229, 229, 229, .2);
    content: "";
    left: 0;
    border-right: 1800px solid transparent
}

@media (max-width:1800px) {
    footer .bottom-footer:before {
        border-right: 100vw solid transparent
    }
}

footer .bottom-footer .frame {
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

footer .bottom-footer .frame hr {
    width: 1073px;
    border: 0;
    border-top: 1px solid #d5d5d5;
    z-index: 1
}

footer .bottom-footer .frame .footer-illustration {
    z-index: 3;
    position: relative;
    margin-left: -42px
}

footer .bottom-footer .frame .footer-info {
    z-index: 2;
    width: 400px;
    text-align: right;
    vertical-align: bottom;
    padding-bottom: 12px
}

footer .bottom-footer .frame .footer-info .disclaimers {
    margin-bottom: 20px
}

footer .bottom-footer .frame .footer-info .disclaimers:after {
    bottom: 56px;
    width: 1073px;
    position: absolute;
    left: -73px;
    content: "";
    border-top: 1px solid #d5d5d5;
    z-index: 1
}

footer .bottom-footer .frame .footer-info .disclaimers .hidden-policy {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    width: 500px;
    margin-left: -100px
}

footer .bottom-footer .frame .footer-info .disclaimers .hidden-policy p {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #6d6e71;
    letter-spacing: .3px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
    text-align: right
}

footer .bottom-footer .frame .footer-info .disclaimers .hidden-policy.active {
    max-height: 500px
}

footer .bottom-footer .frame .footer-info a {
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: black;
    letter-spacing: 0;
    text-align: right;
    line-height: 32px;
    margin-left: 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

footer .bottom-footer .frame .footer-info a.active {
    color: #e50e38
}

footer .bottom-footer .frame .footer-info a.active:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

footer .bottom-footer .frame .footer-info a:hover {
    color: #e50e38
}

footer .bottom-footer .frame .footer-info a:after {
    content: "";
    background-image: url(../imgs/icons/policy-arrow.svg);
    width: 3px;
    height: 5px;
    display: inline-block;
    margin-left: 6px;
    -webkit-transition: all .5s;
    transition: all .5s
}

footer .bottom-footer .frame .footer-info .copyright {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: black;
    letter-spacing: 0;
    text-align: right;
    line-height: 35px
}

.button {
    position: relative;
    font-family: Arial;
    font-size: .875pxem;
    background-color: #f1f1f2;
    border: 0;
    color: #a6a8ab;
    text-transform: uppercase;
    padding: 15px 30px;
    display: inline-block;
    white-space: nowrap;
    border-color: #f1f1f2
}

.button:before {
    content: ""
}

.button:active,
.button:focus,
.button:hover {
    text-decoration: none;
    border: 1px solid #f1f1f2;
    background: 0 0
}

.button:active:before,
.button:focus:before,
.button:hover:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 80%;
    height: 1px;
    top: -1px;
    left: 10%
}

.button:active:after,
.button:focus:after,
.button:hover:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 80%;
    height: 1px;
    bottom: -1px;
    left: 10%
}

#home-banner {
    height: 940px;
    background-size: cover;
    position: relative;
    background-position: center;
    max-height: 100vh;
    -webkit-transition: all .5s;
    transition: all .5s
}

#home-banner .vjs-poster {
    background-size: cover
}

@media (max-width:766px) {
    #home-banner .video-js video {
        display: none
    }

    #home-banner .video-js .vjs-poster {
        display: none
    }

    #home-banner .video-js.vjs-fullscreen video {
        display: block
    }
}

#home-banner.playing {
    margin-bottom: 70px
}

#home-banner .video-js .vjs-big-play-button {
    display: none
}

#home-banner .video-js .vjs-control-bar {
    display: none;
    background: #fff
}

#home-banner .vjs-paused .vjs-poster {
    display: block
}

#home-banner .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
#home-banner .video-js .vjs-play-control .vjs-icon-placeholder:before,
#home-banner .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
#home-banner .vjs-icon-pause:before,
#home-banner .vjs-icon-play:before {
    color: #e50e38
}

#home-banner .video-js .vjs-mute-control .vjs-icon-placeholder:before,
#home-banner .vjs-icon-volume-high:before {
    color: #6d6e71
}

#home-banner .vjs-remaining-time-display {
    color: #6d6e71
}

#home-banner .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
#home-banner .vjs-icon-fullscreen-enter:before {
    color: #6d6e71
}

#home-banner .video-js .vjs-play-progress {
    background: #c2bfbf
}

#home-banner .video-js .vjs-play-progress:before,
#home-banner .video-js .vjs-volume-level:before,
#home-banner .vjs-icon-circle:before,
#home-banner .vjs-seek-to-live-control .vjs-icon-placeholder:before {
    color: #e50e38
}

#home-banner .vjs-tech {
    pointer-events: none
}

#home-banner .vjs-poster {
    background-color: transparent
}

#home-banner .video-close {
    position: absolute;
    width: 96px;
    height: 96px;
    border: 2px solid #fff;
    right: 100px;
    bottom: 125px;
    cursor: pointer;
    z-index: 10;
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-size: 27px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

#home-banner .video-close:hover {
    background: rgba(255, 255, 255, .5)
}

#home-banner .video-js {
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none
}

#home-banner.playing .video-js {
    pointer-events: all
}

#home-banner.playing .video-js.vjs-playing .vjs-control-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#home-banner.playing .video-close {
    opacity: 1
}

#home-banner.playing .container {
    opacity: 0
}

@media (max-width:767px) {
    #home-banner.playing .container {
        opacity: 1
    }

    #home-banner.playing .video-close {
        opacity: 0
    }
}

#home-banner .container {
    -webkit-transition: all .5s;
    transition: all .5s;
    max-width: 1400px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    text-align: left;
    width: 100%
}

@media (max-width:1500px) {
    #home-banner .container {
        max-width: 95%
    }
}

#home-banner .container .link {
    -webkit-transition: all .5s;
    transition: all .5s
}

#home-banner .container * {
    width: 646px;
    max-width: 90%
}

#home-banner .container h1 {
    margin-bottom: 17px;
    -webkit-transition: all .5s;
    transition: all .5s
}

#home-banner .container p {
    -webkit-transition: all .5s;
    transition: all .5s;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #6d6e71;
    letter-spacing: .3px;
    line-height: 34px;
    display: inline
}

#home-banner .container #play-video {
    position: relative;
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: black;
    letter-spacing: 0;
    text-align: center;
    line-height: 18.5px;
    background: #fff;
    -webkit-appearance: none;
    border: 0;
    display: block;
    width: 222px;
    padding-left: 67px;
    text-align: center;
    height: 65px;
    margin-top: 30px
}

#home-banner .container #play-video:before {
    display: inline-block;
    width: 67px;
    position: absolute;
    left: 0;
    top: 0;
    height: 65px;
    content: "";
    background: black;
    background-image: url(../imgs/icons/play.svg);
    background-position: center;
    background-repeat: no-repeat
}

#video-modal .video-js {
    width: 100%;
    height: 100%;
    background-color: transparent
}

.landing-pages .banner {
    height: 1100px;
    padding-top: 285px
}

.landing-pages .banner.solid-blue .grid-row {
    top: 40%
}

@media (max-width:1000px) and (min-width:766px) {
    .landing-pages .banner {
        padding-top: 160px;
        height: 70vh
    }
}

@media (max-width:750px) {
    .landing-pages .banner {
        height: auto;
        padding-top: 100px
    }
}

.osh-quiz .banner {
    height: 800px;
    padding-top: 220px
}

@media (max-width:1000px) and (min-width:766px) {
    .osh-quiz .banner {
        height: 100vh;
        padding-top: 300px
    }
}

@media (max-width:750px) {
    .osh-quiz .banner {
        height: 100vh;
        padding-top: 0
    }
}

.osh-quiz .banner:after {
    content: none
}

.banner {
    background: black;
    height: 870px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 300px;
    position: relative
}

.banner.banner-with-box-no-video,
.banner.banner-with-box-video {
    max-height: 100vh
}

.banner.solid-blue {
    max-height: 110vh;
    min-height: 750px;
    padding-top: 0
}

.banner.solid-blue .grid-row {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:1000px) and (min-width:766px) {
    .banner {
        height: 600px;
        padding-top: 140px
    }
}

@media (max-width:750px) {
    .banner {
        text-align: center;
        padding-top: 120px;
        height: auto;
        padding-bottom: 40px
    }

    .banner:after {
        content: none
    }

    .banner svg {
        max-width: 75%;
        height: 160px;
        display: block;
        margin: 0 auto
    }
}

.banner.solid-blue-with-picture {
    padding-top: 244px;
    height: 970px;
    font-size: 0;
    max-height: 100vh
}

@media (max-height:1000px) {
    .banner.solid-blue-with-picture {
        padding-top: 140px
    }
}

@media (max-width:1000px) and (min-width:766px) {
    .banner.solid-blue-with-picture {
        padding-top: 160px;
        height: 700px
    }
}

@media (max-width:750px) {
    .banner.solid-blue-with-picture {
        height: auto;
        text-align: center;
        padding-top: 100px;
        padding-bottom: 40px
    }
}

.banner.solid-blue-with-picture .details-banner-container {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    padding-left: 86px;
    width: 50%
}

@media (max-width:1000px) and (min-width:766px) {
    .banner.solid-blue-with-picture .details-banner-container {
        padding-top: 20px;
        padding-left: 40px
    }
}

@media (max-width:750px) {
    .banner.solid-blue-with-picture .details-banner-container {
        max-width: 90%;
        padding: 0;
        padding-top: 30px;
        width: 100%
    }
}

.banner.solid-blue-with-picture .details-banner-container h1 {
    font-family: sofia-pro, sans-serif;
    font-size: 85px;
    color: #fff;
    letter-spacing: 1.27px;
    line-height: 77px;
    width: 621px;
    max-width: 90%
}

@media (max-width:750px) {
    .banner.solid-blue-with-picture .details-banner-container h1 {
        max-width: 100%
    }
}

.banner.solid-blue-with-picture .details-banner-container .text p {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    width: 621px;
    max-width: 90%;
    font-size: 22px;
    color: #fff;
    letter-spacing: .3px;
    line-height: 34px;
    margin-top: 21px
}

@media (max-width:1000px) and (min-width:766px) {
    .banner.solid-blue-with-picture .details-banner-container .text p {
        margin-top: 0
    }
}

@media (max-width:750px) {
    .banner.solid-blue-with-picture .details-banner-container .text p {
        max-width: 100%;
        font-size: 18px;
        line-height: 24px
    }
}

.banner.solid-blue-with-picture .banner-picture-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    z-index: 3
}

.banner.solid-blue-with-picture .banner-picture-container .banner-picture-container-inner {
    position: relative;
    display: inline-block
}

.banner.solid-blue-with-picture .banner-picture-container .banner-picture-container-inner:after {
    border: 1px solid black;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 25px;
    z-index: 1;
    top: 25px
}

@media (max-width:1000px) and (min-width:766px) {
    .banner.solid-blue-with-picture .banner-picture-container .banner-picture-container-inner:after {
        top: 10px;
        left: 10px
    }
}

@media (max-width:750px) {
    .banner.solid-blue-with-picture .banner-picture-container .banner-picture-container-inner:after {
        left: 10px;
        top: 10px
    }
}

@media (max-width:1000px) and (min-width:766px) {
    .banner.solid-blue-with-picture .banner-picture-container {
        max-width: 50%
    }
}

@media (max-width:750px) {
    .banner.solid-blue-with-picture .banner-picture-container {
        max-width: 75%;
        display: block;
        margin: 0 auto;
        width: 100%
    }
}

.banner.solid-blue-with-picture .banner-picture-container img {
    z-index: 2;
    position: relative;
    width: 840px
}

.banner.faqs {
    background: #fafafa;
    height: 764px;
    padding-top: 280px
}

@media (max-width:1280px) {
    .banner.faqs {
        padding-top: 200px
    }
}

@media (max-width:1000px) and (min-width:766px) {
    .banner.faqs {
        height: 600px;
        padding-top: 180px
    }
}

@media (max-width:750px) {
    .banner.faqs {
        height: auto;
        padding-top: 100px
    }
}

.banner.faqs .frame .col-lg-6 h1 {
    font-family: sofia-pro, sans-serif;
    font-size: 85px;
    color: black;
    letter-spacing: 1.27px;
    line-height: 77px;
    font-weight: 400;
    margin-bottom: 40px
}

@media (max-width:1000px) and (min-width:766px) {
    .banner.faqs .frame .col-lg-6 h1 {
        margin-bottom: 20px
    }
}

@media (max-width:750px) {
    .banner.faqs .frame .col-lg-6 h1 {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.banner.faqs .col-lg-6 {
    position: relative;
    z-index: 5
}

.banner.faqs .col-lg-6:first-of-type {
    text-align: right;
    padding-right: 54px
}

@media (max-width:750px) {
    .banner.faqs .col-lg-6:first-of-type {
        text-align: left;
        padding: 0
    }

    .banner.faqs .col-lg-6:first-of-type svg {
        height: 200px
    }
}

@media (max-width:1000px) {
    .banner.faqs .col-lg-6 .faq-jumps {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.banner.faqs .col-lg-6 .link {
    margin-right: 50px;
    padding-bottom: 4px;
    margin-left: 15px;
    display: inline-block;
    margin-bottom: 20px
}

@media (max-width:1280px) {
    .banner.faqs .col-lg-6 .link {
        display: inline-block;
        margin-bottom: 15px
    }
}

@media (max-width:1024px) {
    .banner.faqs .col-lg-6 .link {
        margin: 0 25px
    }
}

@media (max-width:1000px) {
    .banner.faqs .col-lg-6 .link {
        margin-bottom: 20px
    }
}

.banner.faqs .col-lg-6 .link:after {
    width: calc(100% + 30px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.banner:after {
    border-right: 1800px solid transparent;
    border-bottom: 200px solid #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0
}

@media (max-width:1800px) {
    .banner:after {
        border-right: 100vw solid transparent
    }
}

@media (max-width:1000px) and (min-width:766px) {
    .banner:after {
        border-bottom-width: 100px
    }
}

@media (max-width:750px) {
    .banner:after {
        content: none
    }
}

.banner .frame .col-lg-5 {
    text-align: right
}

.banner .frame .col-lg-7 h1 {
    color: #fff;
    font-size: 85px;
    color: #fff;
    letter-spacing: 1.27px;
    line-height: 77px;
    padding-left: 11px
}

@media (max-width:750px) {
    .banner .frame .col-lg-7 h1 {
        padding: 0
    }
}

.banner .frame .col-lg-7 .text {
    margin-top: 21px;
    padding-left: 24px
}

@media (max-width:750px) {
    .banner .frame .col-lg-7 .text {
        padding: 0
    }
}

@media (max-width:360px) {
    .banner .frame .col-lg-7 .text {
        margin-top: 0
    }
}

.banner .frame .col-lg-7 .text p {
    font-family: sofia-pro, sans-serif;
    font-size: 25px;
    color: #fff;
    letter-spacing: 0;
    line-height: 38px;
    font-weight: 300;
    width: 652px;
    max-width: 100%
}

@media (max-width:750px) {
    .banner .frame .col-lg-7 .text p {
        padding: 0;
        font-size: 20px;
        line-height: 30px
    }
}

.banner.office-banner,
.banner.transparent-blue-with-image {
    height: 812px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 320px
}

@media (max-width:750px) {

    .banner.office-banner,
    .banner.transparent-blue-with-image {
        height: auto;
        padding-top: 160px;
        padding-bottom: 80px;
        background-position: center
    }
}

.banner.office-banner:after,
.banner.transparent-blue-with-image:after {
    border-bottom: 100px solid #fff
}

.banner.office-banner .frame,
.banner.transparent-blue-with-image .frame {
    width: 728px;
    margin: 0 auto;
    max-width: 90%;
    z-index: 2;
    position: relative
}

.banner.office-banner .overlay,
.banner.transparent-blue-with-image .overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity: .8;
    background: black
}

.banner.office-banner h1,
.banner.transparent-blue-with-image h1 {
    color: #fff
}

.banner.office-banner p,
.banner.transparent-blue-with-image p {
    font-family: sofia-pro, sans-serif;
    font-size: 25px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 38px;
    font-weight: 300;
    margin-top: 21px
}

@media (max-width:360px) {

    .banner.office-banner p,
    .banner.transparent-blue-with-image p {
        line-height: 28px
    }
}

.banner.office-banner {
    padding-top: 200px
}

@media (max-width:1050px) {
    .banner.office-banner {
        padding-top: 200px
    }
}

@media (max-width:750px) {
    .banner.office-banner {
        padding-top: 100px
    }
}

@media (max-width:360px) {
    .banner.office-banner {
        padding-top: 100px
    }
}

.banner.office-banner .frame {
    width: 940px
}

.banner.office-banner .frame h1 {
    line-height: 90px;
    font-weight: 400
}

.banner.office-banner .frame .office-info {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-size: 0;
    margin-top: 82px
}

@media (max-width:750px) {
    .banner.office-banner .frame .office-info {
        margin-top: 20px
    }
}

.banner.office-banner .frame .office-info .half-col {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    vertical-align: top
}

@media (max-width:750px) {
    .banner.office-banner .frame .office-info .half-col {
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.banner.office-banner .frame .office-info .half-col:first-of-type {
    padding-right: 40px;
    border-right: 1px solid black
}

@media (max-width:750px) {
    .banner.office-banner .frame .office-info .half-col:first-of-type {
        border-right: 0;
        border-bottom: 1px solid black;
        padding: 0;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.banner.office-banner .frame .office-info .half-col:last-of-type {
    padding-left: 40px
}

@media (max-width:750px) {
    .banner.office-banner .frame .office-info .half-col:last-of-type {
        padding: 0;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.banner.office-banner .frame .office-info .half-col h4 {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    margin: 0;
    font-size: 25px;
    color: #fff;
    letter-spacing: .9px;
    text-align: center;
    line-height: 25px
}

.banner.office-banner .frame .office-info .half-col div {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #fff !important;
    letter-spacing: .3px;
    text-align: center;
    line-height: 30px
}

.banner.office-banner .frame .office-info .half-col div a[href^=tel] {
    color: #fff
}

.banner.office-banner .frame .office-info .half-col div a[href^=mailto] {
    color: #fff
}

.banner.office-banner .frame .office-info .half-col .phone-number {
    color: #fff
}

.banner.office-banner .frame .office-info .half-col .phone-number a[href^=tel] {
    color: #fff
}

.banner .banner-box {
    background: #fff;
    position: absolute;
    width: 991px;
    left: 50%;
    bottom: -60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    text-align: center;
    padding: 100px 106px 50px;
    background: #fff;
    border: 1px solid black
}

@media (max-width:1024px) and (min-width:766px) {
    .banner .banner-box {
        max-width: 90%
    }
}

@media (max-width:750px) {
    .banner .banner-box {
        width: 100%;
        top: 45vh;
        padding: 20px;
        padding-top: 60px;
        height: 55vh;
        border-top: 0;
        border-left: 0;
        border-right: 0
    }
}

@media (max-width:360px) {
    .banner .banner-box {
        height: 65vh;
        top: 35vh
    }
}

.banner .banner-box .banner-box-icon {
    position: absolute;
    width: 168px;
    height: 168px;
    left: 50%;
    top: -62px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50%;
    padding-top: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.banner .banner-box h1 {
    position: relative
}

.banner .banner-box .text {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: black;
    letter-spacing: .3px;
    text-align: center;
    line-height: 34px;
    margin-top: 25px;
    margin-bottom: 21px
}

@media (max-width:750px) {
    .banner .banner-box .text {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.banner.banner-with-box-video {
    height: 922px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width:1024px) and (min-width:766px) {
    .banner.banner-with-box-video {
        background-position: center;
        height: 700px
    }
}

@media (max-width:750px) {
    .banner.banner-with-box-video {
        height: 45vh;
        margin-bottom: 55vh;
        background-position: center
    }
}

.banner.banner-with-box-no-video {
    height: 922px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:1024px) and (min-width:766px) {
    .banner.banner-with-box-no-video {
        background-position: center;
        height: 700px
    }
}

@media (max-width:750px) {
    .banner.banner-with-box-no-video {
        height: 55vh;
        margin-bottom: 45vh;
        background-position: center
    }
}

.banner.banner-with-box-no-video .banner-box {
    bottom: 14px
}

@media (max-width:750px) {
    .banner.banner-with-box-no-video .banner-box {
        width: 100%;
        top: 55vh;
        padding: 20px;
        padding-top: 70px;
        height: 45vh;
        bottom: auto
    }
}

.banner.banner-with-box-no-video .banner-box h1 {
    margin-bottom: 50px
}

.banner.banner-with-box-no-video .banner-box .banner-box-icon .location-icon {
    width: 116px;
    position: relative;
    height: 116px;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #d3d3d3
}

.banner.banner-with-box-no-video .banner-box .banner-box-icon .location-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.banner.locations-banner {
    background: #fff;
    padding-top: 220px;
    height: auto
}

.banner.locations-banner:after {
    content: none
}

.banner.locations-banner .banner-info {
    width: 610px;
    max-width: 100%
}

.banner.locations-banner .banner-info p {
    width: 500px;
    max-width: 100%
}

@media (max-width:1200px) and (min-width:1024px) {
    .banner.locations-banner {
        padding-top: 200px
    }
}

@media (max-width:1024px) and (min-width:766px) {
    .banner.locations-banner {
        padding-top: 150px;
        max-height: 100vh
    }

    .banner.locations-banner:after {
        display: none
    }
}

@media (max-width:1000px) and (min-width:766px) {
    .banner.locations-banner {
        padding-top: 120px
    }
}

@media (max-width:750px) {
    .banner.locations-banner {
        padding-top: 80px
    }
}

.banner.locations-banner .frame {
    max-width: 1160px;
    position: relative;
    padding-bottom: 250px;
    z-index: 5
}

@media (max-width:1200px) {
    .banner.locations-banner .frame {
        max-width: 90%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 10px;
        height: 100%
    }
}

.banner.locations-banner .frame h1 {
    font-family: sofia-pro, sans-serif;
    font-size: 85px;
    color: black;
    letter-spacing: 1.16px;
    margin-bottom: 22px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    z-index: 5
}

.banner.locations-banner .frame svg {
    position: absolute;
    right: 24px;
    top: 0;
    z-index: 4
}

@media (max-width:1200px) and (min-width:766px) {
    .banner.locations-banner .frame svg {
        max-width: 60%;
        top: auto;
        bottom: 20px
    }
}

@media (max-width:750px) {
    .banner.locations-banner .frame svg {
        position: relative;
        top: auto;
        right: auto;
        height: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.banner.locations-banner .frame .text {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #6d6e71;
    letter-spacing: .3px;
    line-height: 34px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.banner.locations-banner .location-search {
    font-size: 0;
    margin-top: 20px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.banner.locations-banner .location-search input[type=text] {
    background: #f6f6f6;
    height: 66px;
    width: 200px;
    border: 0;
    outline: 0;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 12.24px;
    color: #6d6e71;
    letter-spacing: .44px;
    text-align: left;
    line-height: 17px;
    padding-left: 20px;
    text-transform: uppercase;
    background-image: url(../imgs/icons/input-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 24px center;
    -webkit-appearance: none
}

.banner.locations-banner .location-search input[type=text]::-ms-clear {
    display: none
}

.banner.locations-banner .location-search input[type=submit] {
    background: #f6f6f6;
    height: 66px;
    width: 72px;
    border: 0;
    outline: 0;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 12.24px;
    color: #e50e38;
    letter-spacing: .44px;
    text-align: center;
    line-height: 17px;
    padding-left: 0;
    text-transform: uppercase;
    margin-left: 16px;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none
}

.banner.bright-blue-with-image {
    height: 812px;
    background-size: cover;
    padding-top: 325px
}

@media (max-width:1000px) and (min-width:766px) {
    .banner.bright-blue-with-image {
        height: 600px;
        padding-top: 200px
    }
}

@media (max-width:750px) {
    .banner.bright-blue-with-image {
        padding-top: 140px;
        height: 60vh;
        z-index: 10;
        position: relative
    }
}

.banner.bright-blue-with-image:after {
    border-bottom: 100px solid #fff
}

.banner.bright-blue-with-image:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: .8;
    background: black;
    background-blend-mode: multiply;
    z-index: 1
}

.banner.bright-blue-with-image:after {
    z-index: 2
}

.banner.bright-blue-with-image .frame {
    z-index: 3;
    position: relative
}

.banner.bright-blue-with-image h1 {
    position: relative;
    z-index: 5;
    font-family: sofia-pro, sans-serif;
    font-size: 85px;
    color: #fff;
    letter-spacing: 1.27px;
    text-align: center;
    line-height: 77px
}

.banner.team-banner {
    background: #f5f5f5;
    padding-top: 270px;
    max-height: 100vh
}

@media (max-height:1000px) {
    .banner.team-banner {
        padding-top: 180px
    }
}

@media (max-width:1200px) {
    .banner.team-banner {
        padding-top: 200px
    }
}

@media (max-width:1000px) and (min-width:766px) {
    .banner.team-banner {
        padding-top: 140px
    }
}

@media (max-width:1000px) {
    .banner.team-banner .row {
        max-width: 90%;
        margin: 0 auto
    }
}

@media (max-width:750px) {
    .banner.team-banner {
        padding-top: 100px
    }
}

.banner.team-banner .team-banner-img {
    position: relative;
    display: inline-block;
    max-width: 100%
}

.banner.team-banner .team-banner-img:after {
    border: 1px solid black;
    width: 100%;
    height: 100%;
    content: "";
    top: 35px;
    left: 26px;
    z-index: 2;
    position: absolute
}

@media (max-width:750px) {
    .banner.team-banner .team-banner-img:after {
        top: 10px;
        left: 10px
    }
}

.banner.team-banner .team-banner-img img {
    position: relative;
    z-index: 3;
    width: 850px
}

.banner.team-banner .team-banner-info {
    padding-left: 120px
}

@media (max-width:1300px) {
    .banner.team-banner .team-banner-info {
        padding-left: 80px;
        padding-right: 40px
    }
}

@media (max-width:1000px) and (min-width:766px) {
    .banner.team-banner .team-banner-info {
        padding-left: 40px
    }
}

@media (max-width:750px) {
    .banner.team-banner .team-banner-info {
        padding: 0
    }
}

.banner.team-banner .team-banner-info .position {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: rgba(155, 155, 155, .61);
    letter-spacing: .9px;
    line-height: 25px;
    margin-top: 40px;
    text-transform: uppercase
}

@media (max-width:750px) {
    .banner.team-banner .team-banner-info .position {
        margin-top: 10px;
        font-size: 20px
    }
}

.banner.team-banner .team-banner-info .link {
    margin-top: 30px;
    display: inline-block
}

@media (max-width:1000px) {
    .banner.team-banner .team-banner-info .link {
        margin-top: 10px
    }
}

.banner.team-banner .team-banner-info .email,
.banner.team-banner .team-banner-info .phone {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #6d6e71;
    letter-spacing: .3px;
    line-height: 34px
}

@media (max-width:1000px) {

    .banner.team-banner .team-banner-info .email,
    .banner.team-banner .team-banner-info .phone {
        font-size: 18px;
        line-height: 24px
    }
}

.banner.team-banner .col-half {
    z-index: 5;
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: top
}

@media (max-width:750px) {
    .banner.team-banner .col-half {
        width: 100%
    }
}

.banner.team-banner .col-half h1 {
    margin-top: 180px;
    font-family: sofia-pro, sans-serif;
    font-size: 85px;
    color: black;
    letter-spacing: 0;
    line-height: 65px
}

@media (max-width:1300px) {
    .banner.team-banner .col-half h1 {
        margin-top: 100px;
        line-height: 75px
    }
}

@media (max-width:1024px) {
    .banner.team-banner .col-half h1 {
        margin-top: 60px
    }
}

@media (max-width:1000px) and (min-width:766px) {
    .banner.team-banner .col-half h1 {
        margin-top: 40px
    }
}

@media (max-width:750px) {
    .banner.team-banner .col-half h1 {
        margin-top: 20px
    }
}

.modal-overlay {
    background: #000;
    opacity: .8;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 40;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 14px 3px rgba(0, 0, 0, .09);
    box-shadow: 0 0 14px 3px rgba(0, 0, 0, .09);
    display: none
}

#video-modal {
    display: none;
    position: fixed;
    width: 1200px;
    height: 676px;
    max-width: 90%;
    max-height: 85%;
    background: #fff;
    z-index: 50;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 14px 3px rgba(0, 0, 0, .09);
    box-shadow: 0 0 14px 3px rgba(0, 0, 0, .09)
}

#video-modal .video-js .vjs-big-play-button {
    display: none
}

#video-modal .video-close {
    position: absolute;
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    right: 40px;
    top: 40px;
    cursor: pointer;
    z-index: 10;
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-size: 27px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s
}

#video-modal .video-close:hover {
    background: rgba(255, 255, 255, .5)
}

svg.init path,
svg.init polygon,
svg.init polyline {
    stroke-dashoffset: 0
}

polygon,
polyline,
svg path {
    -webkit-transition: all .5s;
    transition: all .5s
}

.icon-ctas {
    margin-top: -38px;
    padding-bottom: 200px;
    position: relative
}

.icon-ctas .row.frame {
    max-width: 1232px
}

@media (max-width:1300px) {
    .icon-ctas .row.frame {
        max-width: 95%
    }
}

.icon-ctas .cta-item {
    width: 33.3333%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 32px
}

.icon-ctas .cta-item .icon {
    background: #fff;
    border: 2px solid #f2f2f2;
    display: inline-block;
    border-radius: 50%;
    width: 148px;
    height: 148px;
    position: relative
}

.icon-ctas .cta-item .icon img,
.icon-ctas .cta-item .icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.icon-ctas .cta-item h3 {
    font-family: sofia-pro, sans-serif;
    font-size: 40px;
    color: black;
    letter-spacing: 0;
    text-align: center;
    line-height: 45px;
    font-weight: 400;
    margin: 0;
    margin-top: 16px;
    margin-bottom: 20px
}

.icon-ctas .cta-item p {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #6d6e71;
    letter-spacing: .3px;
    text-align: center;
    line-height: 34px
}

.icon-ctas .cta-item .link {
    margin-top: 46px;
    display: inline-block
}

#find-an-office {
    padding-bottom: 120px;
    background: rgba(229, 229, 229, .2);
    position: relative
}

#find-an-office:before {
    content: "";
    top: 0;
    border-left: 1200px solid transparent;
    position: absolute;
    left: 33.3333%;
    border-top: 390px solid #fff
}

#find-an-office:after {
    content: "";
    bottom: 100%;
    border-right: 600px solid transparent;
    position: absolute;
    left: 0;
    border-bottom: 195px solid rgba(229, 229, 229, .2)
}

@media (max-width:1800px) {
    #find-an-office:before {
        border-left: 66.6666vw solid transparent
    }

    #find-an-office:after {
        border-right: 33.3333vw solid transparent
    }
}

#find-an-office .frame {
    max-width: 1022px;
    text-align: right;
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1050px) {
    #find-an-office .frame {
        max-width: 90%
    }
}

#find-an-office .frame .col-half {
    display: inline-block;
    vertical-align: top;
    text-align: left
}

#find-an-office .frame .col-half h2 {
    font-family: sofia-pro, sans-serif;
    font-size: 40px;
    color: black;
    font-weight: 400;
    margin: 0;
    letter-spacing: .55px;
    margin-bottom: 22px
}

#find-an-office .frame .col-half p {
    font-family: sofia-pro, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #6d6e71;
    letter-spacing: .3px;
    line-height: 34px;
    width: 450px;
    margin-bottom: 9px;
    margin-top: 0
}

#find-an-office .frame .col-half form {
    position: relative;
    display: inline-block;
    margin-top: 15px
}

#find-an-office .frame .col-half input[type=number] {
    outline: 0;
    font-family: sofia-pro, sans-serif;
    font-size: 12.24px;
    width: 200px;
    font-weight: 700;
    height: 66px;
    background: #fff;
    border: 0;
    -webkit-appearance: none;
    color: #6d6e71;
    letter-spacing: .44px;
    text-align: left;
    line-height: 17px;
    padding-left: 20px;
    text-transform: uppercase
}

#find-an-office .frame .col-half input[type=number]::-webkit-inner-spin-button,
#find-an-office .frame .col-half input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#find-an-office .frame .col-half ::-webkit-input-placeholder {
    color: rgba(109, 110, 113, .33)
}

#find-an-office .frame .col-half ::-moz-placeholder {
    color: rgba(109, 110, 113, .33)
}

#find-an-office .frame .col-half :-ms-input-placeholder {
    color: rgba(109, 110, 113, .33)
}

#find-an-office .frame .col-half :-moz-placeholder {
    color: rgba(109, 110, 113, .33)
}

#find-an-office .frame .col-half input[type=submit] {
    position: absolute;
    background-color: transparent;
    width: 21px;
    height: 16px;
    background-image: url(../imgs/icons/input-arrow.svg);
    top: 50%;
    right: 0;
    outline: 0;
    border: none;
    -webkit-appearance: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px
}

#find-an-office #with-us-youre-home .frame-right .col-half,
#find-an-office #with-us-youre-home .frame-right .col-half:first-of-type {
    width: 100%;
    max-width: 100%;
    display: block
}

#with-us-youre-home {
    padding-bottom: 190px;
    background: rgba(229, 229, 229, .2);
    position: relative
}

#with-us-youre-home:after {
    content: "";
    bottom: 0;
    border-right: 1800px solid transparent;
    position: absolute;
    border-bottom: 370px solid #fff
}

@media (max-width:1800px) {
    #with-us-youre-home:after {
        border-right: 100vw solid transparent
    }
}

#with-us-youre-home .frame-right .col-half {
    width: 50%;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    z-index: 4
}

#with-us-youre-home .frame-right .col-half img {
    max-width: 100%;
    width: auto;
    position: relative;
    z-index: 2;
    display: inline-block
}

#with-us-youre-home .frame-right .col-half:last-of-type {
    padding-right: calc((1800px - 1240px)/ 2)
}

@media (max-width:1800px) {
    #with-us-youre-home .frame-right .col-half:last-of-type {
        padding-right: calc((100vw - 1240px)/ 2)
    }
}

@media (max-width:1300px) {
    #with-us-youre-home .frame-right .col-half:last-of-type {
        padding-right: 30px
    }
}

#with-us-youre-home .frame-right .col-half:last-of-type .fancy-script {
    opacity: .43;
    font-family: Ballies;
    font-size: 95.7px;
    color: #b7b5b5;
    width: 750px;
    padding-left: 70px
}

@media (max-width:1500px) {
    #with-us-youre-home .frame-right .col-half:last-of-type .fancy-script {
        font-size: 85px
    }
}

@media (max-width:1300px) {
    #with-us-youre-home .frame-right .col-half:last-of-type .fancy-script {
        font-size: 70px
    }
}

@media (max-width:1140px) {
    #with-us-youre-home .frame-right .col-half:last-of-type .fancy-script {
        font-size: 60px
    }
}

@media (max-width:370px) {
    #with-us-youre-home .frame-right .col-half:last-of-type .fancy-script {
        font-size: 45px
    }
}

#with-us-youre-home .frame-right .col-half:last-of-type .fancy-script span {
    margin-left: -20px
}

@media (max-width:1300px) {
    #with-us-youre-home .frame-right .col-half:last-of-type .fancy-script span:first-of-type {
        margin-left: 0
    }
}

#with-us-youre-home .frame-right .col-half:last-of-type .fancy-script span span {
    margin-left: 0;
    margin-right: -10px
}

#with-us-youre-home .frame-right .text {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: black;
    letter-spacing: .55px;
    line-height: 58px;
    margin-top: -70px;
    padding-left: 93px
}

@media (max-width:1300px) {
    #with-us-youre-home .frame-right .text {
        margin-top: -60px
    }
}

@media (max-width:1140px) {
    #with-us-youre-home .frame-right .text {
        margin-top: -55px
    }
}

#with-us-youre-home .frame-right .col-half:first-of-type {
    max-width: 50%;
    display: inline-block
}

#with-us-youre-home .frame-right .col-half:first-of-type a {
    height: 65px;
    position: absolute;
    bottom: 0;
    background: #fff;
    font-family: sofia-pro, sans-serif;
    font-size: 15px;
    color: #e50e38;
    letter-spacing: 0;
    text-align: center;
    z-index: 5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 210px;
    right: 0;
    text-align: center;
    padding-top: 18px;
    padding-left: 18px;
    line-height: 18px;
    padding-right: 66px;
    padding-left: 0;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#with-us-youre-home .frame-right .col-half:first-of-type a:after {
    position: absolute;
    height: 100%;
    width: 66px;
    right: 0;
    top: 0;
    content: "";
    background: #e50e38;
    background-image: url(../imgs/icons/button-arrow.svg);
    background-position: center;
    background-repeat: no-repeat
}

#with-us-youre-home .frame-right .col-half:first-of-type .img-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%
}

#with-us-youre-home .frame-right .col-half:first-of-type .img-wrap:after {
    z-index: 1;
    position: absolute;
    border: 1px solid #e50e38;
    width: 100%;
    height: 100%;
    left: 26px;
    top: 35px;
    content: ""
}

.partner-logos {
    position: relative;
    z-index: 2;
    padding-bottom: 107px
}

.partner-logos .frame {
    max-width: 1156px;
    margin: 0 auto
}

@media (max-width:1200px) {
    .partner-logos .frame {
        max-width: 90%
    }
}

.partner-logos .frame .logo-item {
    display: inline-block
}

.page-template-about .partner-logos {
    padding-top: 60px;
    padding-bottom: 140px
}

.partner-logos {
    position: relative;
    z-index: 2;
    padding-bottom: 107px
}

.partner-logos .frame {
    max-width: 1156px;
    margin: 0 auto
}

@media (max-width:1200px) {
    .partner-logos .frame {
        max-width: 90%
    }
}

.partner-logos .frame .logo-item {
    display: inline-block
}

.page-template-about .partner-logos {
    padding-top: 60px;
    padding-bottom: 140px
}

.testimonials {
    padding-top: 175px;
    padding-bottom: 250px;
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.testimonials .testimonial-slider {
    width: 741px;
    max-width: 95%;
    position: relative
}

.testimonials .testimonial-slider .slick-next {
    background-image: url(../imgs/icons/slider-arrow-right.svg);
    background-size: cover;
    width: 15px;
    height: 27px;
    right: 0
}

.testimonials .testimonial-slider .slick-next:before {
    content: none
}

.testimonials .testimonial-slider .slick-prev {
    background-image: url(../imgs/icons/slider-arrow-left.svg);
    background-size: cover;
    width: 15px;
    height: 27px;
    left: 0;
    z-index: 5
}

.testimonials .testimonial-slider .slick-prev:before {
    content: none
}

.testimonials .frame {
    max-width: 1320px
}

@media (max-width:1400px) {
    .testimonials .frame {
        max-width: 95%
    }
}

.testimonials .frame .testimonial-item {
    text-align: center;
    padding: 0 85px 30px;
    outline: 0
}

.testimonials .frame .testimonial-item img {
    display: inline-block;
    margin-bottom: 32px;
    min-height: 50px
}

.testimonials .frame .testimonial-item .quote {
    font-family: sofia-pro, sans-serif;
    font-size: 40px;
    color: black;
    letter-spacing: .55px;
    text-align: center;
    line-height: 58px;
    margin-bottom: 32px
}

.testimonials .frame .testimonial-item .attribution {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: black;
    letter-spacing: .3px;
    text-align: center;
    line-height: 34px
}

.banner-with-box-video+.icon-info-blocks {
    padding-top: 250px
}

@media (max-width:750px) {
    .banner-with-box-video+.icon-info-blocks {
        padding-top: 100px
    }
}

.icon-info-blocks {
    padding-top: 132px;
    padding-bottom: 120px
}

.icon-info-blocks .info-block-icon svg path {
    -webkit-transition: all .5s;
    transition: all .5s
}

.icon-info-blocks.init .info-block-icon svg path {
    stroke-dashoffset: 0 !important
}

@media (max-width:1000px) and (min-width:766px) {
    .icon-info-blocks {
        padding-bottom: 00px
    }
}

@media (max-width:1100px) and (min-width:766px) {
    .icon-info-blocks .grid-row {
        max-width: 90%
    }
}

@media (max-width:750px) {
    .icon-info-blocks {
        padding-top: 160px;
        PADDING-BOTTOM: 0PX;
        text-align: center
    }
}

.icon-info-blocks .info-block-icon {
    display: inline-block;
    width: 148px;
    height: 148px;
    background: #fff;
    border: 2px solid #f2f2f2;
    border-radius: 50%;
    padding-right: 30px;
    padding-left: 30px;
    position: relative
}

@media (max-width:750px) {
    .icon-info-blocks .info-block-icon {
        width: 120px;
        height: 120px;
        margin-bottom: 20px
    }
}

.icon-info-blocks .info-block-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.icon-info-blocks .info-block-item {
    margin-bottom: 65px;
    vertical-align: top
}

@media (max-width:1100px) and (min-width:766px) {
    .icon-info-blocks .info-block-item {
        width: 100%;
        padding: 0
    }
}

@media (max-width:750px) {
    .icon-info-blocks .info-block-item {
        margin-bottom: 40px
    }
}

.icon-info-blocks .info-block-item:nth-of-type(2n+1) .info-block-icon {
    margin-left: 28px;
    vertical-align: top
}

@media (max-width:1200px) and (min-width:1100px) {
    .icon-info-blocks .info-block-item:nth-of-type(2n+1) .info-block-icon {
        margin: 0
    }
}

@media (max-width:1100px) and (min-width:766px) {
    .icon-info-blocks .info-block-item:nth-of-type(2n+1) .info-block-icon {
        margin: 0
    }
}

@media (max-width:750px) {
    .icon-info-blocks .info-block-item:nth-of-type(2n+1) .info-block-icon {
        margin: 0;
        margin-bottom: 20px
    }
}

.icon-info-blocks .info-block-item:nth-of-type(2n) .info-block-icon {
    margin-left: -20px;
    vertical-align: top
}

@media (max-width:1200px) and (min-width:1100px) {
    .icon-info-blocks .info-block-item:nth-of-type(2n) .info-block-icon {
        margin: 0
    }
}

@media (max-width:1100px) and (min-width:766px) {
    .icon-info-blocks .info-block-item:nth-of-type(2n) .info-block-icon {
        margin: 0
    }
}

@media (max-width:750px) {
    .icon-info-blocks .info-block-item:nth-of-type(2n) .info-block-icon {
        margin: 0;
        margin-bottom: 20px
    }
}

.icon-info-blocks .info-block-item .info-block-inner {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 28px - 148px);
    padding-left: 48px;
    padding-right: 50px;
    position: relative
}

@media (max-width:1200px) and (min-width:1100px) {
    .icon-info-blocks .info-block-item .info-block-inner {
        padding: 0 25px;
        padding-right: 0
    }
}

@media (max-width:1024px) and (min-width:766px) {
    .icon-info-blocks .info-block-item .info-block-inner {
        padding-right: 0
    }
}

@media (max-width:750px) {
    .icon-info-blocks .info-block-item .info-block-inner {
        width: 100%;
        padding: 0
    }
}

.icon-info-blocks .info-block-item .info-block-inner .cursive {
    position: absolute;
    font-family: Ballies;
    font-size: 95.7px;
    color: #e5e5e5;
    letter-spacing: 1.08px;
    text-align: left;
    bottom: calc(100% - 45px);
    left: 40px;
    z-index: 1;
    width: 200%
}

@media (max-width:1450px) {
    .icon-info-blocks .info-block-item .info-block-inner .cursive {
        width: 1000px;
        text-align: left
    }
}

@media (max-width:1200px) and (min-width:1100px) {
    .icon-info-blocks .info-block-item .info-block-inner .cursive {
        left: 37px
    }
}

@media (max-width:750px) {
    .icon-info-blocks .info-block-item .info-block-inner .cursive {
        max-width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        line-height: 70px;
        bottom: calc(100% + 148px)
    }
}

.icon-info-blocks .info-block-item .info-block-inner .info-block-header {
    z-index: 2;
    position: relative;
    text-transform: uppercase;
    font-family: sofia-pro, sans-serif;
    font-size: 25px;
    color: black;
    letter-spacing: .9px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 25px
}

.icon-info-blocks .info-block-item .info-block-inner .info-block-text {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #6d6e71;
    letter-spacing: .3px;
    line-height: 34px
}

@media (max-width:750px) {
    .icon-info-blocks .info-block-item .info-block-inner .info-block-text {
        font-size: 18px;
        line-height: 24px
    }
}

.icon-info-blocks .info-block-item .info-block-inner .info-block-disc {
    font-family: sofia-pro, sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    color: #6d6e71;
    letter-spacing: .3px;
    line-height: 26px;
    margin-top: 10px
}

.image-cta {
    height: 830px;
    position: relative
}

@media (max-width:1300px) and (min-width:1100px) {
    .image-cta {
        background-position: center;
    }
}

@media (max-width:1100px) and (min-width:766px) {
    .image-cta {
        background-position: right
    }
}

@media (max-width:750px) {
    .image-cta {
        height: auto;
        background: #fff;
        background-image: none !important;
        margin-bottom: 80px
    }
}

.image-cta .frame {
    position: relative;
    height: 100%;
    max-width: 1400px
}

@media (max-width:750px) {
    .image-cta .frame {
        height: auto;
        max-width: 90%
    }
}

.image-cta .cta-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    width: 697px;
    max-width: 90%;
    left: 96px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 74px;
    padding-left: 93px;
    padding-right: 66px;
    padding-bottom: 100px
}

@media (max-width:1000px) and (min-width:766px) {
    .image-cta .cta-container {
        padding: 40px;
        padding-bottom: 100px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media (max-width:750px) {
    .image-cta .cta-container {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 100%;
        -webkit-transform: none;
        transform: none;
        padding: 40px 0 80px
    }
}

.image-cta .cta-container .cta-container-inner h3 {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: black;
    letter-spacing: .55px;
    line-height: 58px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left
}

.image-cta .cta-container .cta-container-inner a {
    height: 65px;
    position: absolute;
    bottom: 0;
    background: #e50e38;
    font-family: sofia-pro, sans-serif;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    z-index: 5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 210px;
    right: 0;
    text-align: center;
    padding-top: 18px;
    padding-left: 18px;
    line-height: 25.6px;
    padding-right: 66px;
    padding-left: 0;
    cursor: pointer
}

@media (max-width:750px) {
    .image-cta .cta-container .cta-container-inner a {
        height: 50px;
        padding-top: 12px
    }
}

.image-cta .cta-container .cta-container-inner a:after {
    position: absolute;
    height: 100%;
    width: 66px;
    right: 0;
    top: 0;
    content: "";
    background: #e50e38;
    background-image: url(../imgs/icons/button-arrow.svg);
    background-position: center;
    background-repeat: no-repeat
}

.image-cta .cta-container .cta-container-inner p {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #6d6e71;
    letter-spacing: .3px;
    line-height: 34px
}

@media (max-width:750px) {
    .image-cta .cta-container .cta-container-inner p {
        font-size: 18px;
        line-height: 24px
    }
}

.faded-cta {
    height: 698px;
    position: relative;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(41%, #fff), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, #fff 41%, rgba(255, 255, 255, 0) 100%)
}

@media (max-width:750px) {
    .faded-cta {
        background-image: none !important;
        height: auto;
        padding-bottom: 60px
    }
}

.faded-cta .frame {
    position: relative;
    height: 100%;
    max-width: 1400px
}

.faded-cta .cta-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 400px;
    max-width: 90%;
    left: calc(50% + 160px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:1150px) and (min-width:766px) {
    .faded-cta .cta-container {
        left: auto;
        right: 50px;
        width: 350px
    }
}

@media (max-width:1050px) and (min-width:766px) {
    .faded-cta .cta-container {
        left: auto;
        right: 20px;
        width: 350px
    }
}

@media (max-width:750px) {
    .faded-cta .cta-container {
        position: relative;
        width: 100%;
        max-width: 90%;
        left: auto;
        top: auto;
        -webkit-transform: none;
        transform: none;
        margin: 0 auto
    }
}

.faded-cta .cta-container .cta-icon {
    width: 148px;
    height: 148px;
    background: #fff;
    border: 2px solid #f2f2f2;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 15px
}

.faded-cta .cta-container .cta-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.faded-cta .cta-container .cta-container-inner {
    text-align: center
}

.faded-cta .cta-container .cta-container-inner h3 {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: black;
    letter-spacing: 0;
    line-height: 58px;
    margin-top: 0;
    margin-bottom: 15px
}

.faded-cta .cta-container .cta-container-inner p {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #6d6e71;
    letter-spacing: .3px;
    text-align: center;
    line-height: 34px;
    margin-bottom: 20px
}

.team-repeater {
    margin-top: -140px;
    background: 0 0
}

@media (max-width:750px) {
    .team-repeater {
        margin-top: -40px
    }
}

.team-repeater.office-team {
    margin-top: 0
}

.team-repeater.office-team .grid-row {
    max-width: 1000px
}

.team-repeater.office-team .grid-row .col-lg-6 {
    padding-right: 40px;
    padding-left: 40px
}

.team-repeater .fun-fact {
    margin-bottom: 107px;
    vertical-align: top;
    position: relative
}

@media (max-width:750px) {
    .team-repeater .fun-fact {
        margin-bottom: 37px
    }
}

@media (max-width:360px) {
    .team-repeater .fun-fact {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.team-repeater .fun-fact img {
    opacity: 0;
    visibility: hidden
}

.team-repeater .fun-fact:after {
    background: #fff;
    border: 1px solid black;
    width: calc(100% - 48px);
    height: 100%;
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: 0 0;
    pointer-events: none
}

@media (max-width:750px) {
    .team-repeater .fun-fact:after {
        width: 100%
    }
}

.team-repeater .fun-fact .fun-fact-inner {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center
}

@media (max-width:750px) {
    .team-repeater .fun-fact .fun-fact-inner {
        width: 90%
    }
}

.team-repeater .fun-fact .fun-fact-inner .cursive {
    opacity: .72;
    font-family: Ballies;
    font-size: 95.7px;
    color: #e5e5e5;
    letter-spacing: 1.08px;
    text-align: center;
    line-height: 134px
}

@media (max-width:1000px) and (min-width:766px) {
    .team-repeater .fun-fact .fun-fact-inner .cursive {
        font-size: 60px;
        line-height: 60px
    }
}

@media (max-width:750px) {
    .team-repeater .fun-fact .fun-fact-inner .cursive {
        font-size: 60px;
        line-height: 60px
    }
}

.team-repeater .fun-fact .fun-fact-inner .fact {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #6d6e71;
    letter-spacing: .3px;
    text-align: center;
    line-height: 24px
}

@media (max-width:1000px) and (min-width:766px) {
    .team-repeater .fun-fact .fun-fact-inner .fact {
        font-size: 18px
    }
}

@media (max-width:750px) {
    .team-repeater .fun-fact .fun-fact-inner .fact {
        font-size: 18px
    }
}

.team-repeater .fun-fact .fun-fact-inner .info-block-icon {
    height: 148px;
    width: 148px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #f2f2f2;
    position: relative;
    display: inline-block
}

@media (max-width:1000px) {
    .team-repeater .fun-fact .fun-fact-inner .info-block-icon {
        width: 120px;
        height: 120px
    }
}

.team-repeater .fun-fact .fun-fact-inner .info-block-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.team-repeater .team-item {
    margin-bottom: 107px
}

@media (max-width:1000px) and (min-width:766px) {
    .team-repeater .team-item {
        margin-bottom: 150px
    }
}

.team-repeater .team-item .team-item-inner {
    position: relative;
    cursor: pointer
}

.team-repeater .team-item .team-item-inner:hover .team-item-info-card .team-item-name {
    color: #e50e38
}

.team-repeater .team-item .team-item-inner img {
    max-width: 100%
}

.team-repeater .team-item .team-item-inner .team-item-info-card {
    font-size: 20px;
    position: absolute;
    background: #fff;
    left: 50%;
    /* bottom: -52px; */
    bottom: -170px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 50px);
    /* height: 211px; */
    height: 100px;
    text-align: center;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 90px;
    padding-right: 90px
}

@media (max-width:1000px) and (min-width:766px) {
    .team-repeater .team-item .team-item-inner .team-item-info-card {
        height: 100px;
        bottom: -170px;
        width: 100%;
    }
}

.team-repeater .team-item .team-item-inner .team-item-info-card .team-item-info-card-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

@media (max-width:750px) {
    .team-repeater .team-item .team-item-inner .team-item-info-card {
        padding: 0;
        width: 100%;
        bottom: -175px;
        height: 80px
    }

    .team-repeater .team-item .team-item-inner .team-item-info-card .team-item-info-card-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%
    }
}


@media (max-width:575px) {
    .team-repeater .team-item .team-item-inner .team-item-info-card {
        padding: 0;
        width: 100%;
        bottom: -310px;
        height: 80px
    }
}

@media (max-width:506px) {
    .team-repeater .team-item .team-item-inner .team-item-info-card {
        padding: 0;
        width: 100%;
        bottom: -220px;
        height: 80px
    }
}

@media (max-width:506px) {
    .team-repeater .team-item .team-item-inner .team-item-info-card {
        padding: 0;
        width: 100%;
        bottom: -220px;
        height: 80px
    }
}

.team-repeater .team-item .team-item-inner .team-item-info-card .team-item-name {
    font-family: sofia-pro, sans-serif;
    font-size: 14px;
    color: black;
    letter-spacing: 0;
    text-align: center;
    /* line-height: 65px; */
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer
}

/* @media (max-width:1000px) and (min-width:766px) {
    .team-repeater .team-item .team-item-inner .team-item-info-card .team-item-name {
        line-height: 40px
    }
} */

@media (max-width:750px) {
    .team-repeater .team-item .team-item-inner .team-item-info-card .team-item-name {
        font-size: 12px;
        line-height: 32px
    }
}

.team-repeater .team-item .team-item-inner .team-item-info-card .team-item-name:hover {
    color: #e50e38
}

.team-repeater .team-item .team-item-inner .team-item-info-card .team-item-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: rgba(155, 155, 155, .61);
    letter-spacing: .9px;
    text-align: center;
    /* line-height: 25px; */
    text-transform: uppercase
}

@media (max-width:750px) {
    .team-repeater .team-item .team-item-inner .team-item-info-card .team-item-title {
        font-size: 10px;
        /* line-height: 24px */
    }
}

.team-repeater .team-item .team-item-inner .team-item-info-card:before {
    border: 1px solid black;
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 14px);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none
}

.additional-team-members {
    margin-top: 204px
}

@media (max-width:1000px) {
    .additional-team-members {
        margin-top: 60px;
        padding-bottom: 40px
    }
}

.additional-team-members.office-team-members {
    margin-top: 0
}

.additional-team-members .frame {
    max-width: 1016px;
    font-size: 0
}

@media (max-width:1050px) {
    .additional-team-members .frame {
        max-width: 90%
    }
}

.additional-team-members .frame .employee-item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    margin-bottom: 107px
}

@media (max-width:750px) {
    .additional-team-members .frame .employee-item {
        width: 100%;
        margin-bottom: 40px
    }
}

.additional-team-members .frame .employee-item .employee-item-inner {
    display: inline-block;
    width: calc(100% - 116px);
    padding-left: 40px;
    vertical-align: middle;
    padding-right: 40px
}

@media (max-width:750px) {
    .additional-team-members .frame .employee-item .employee-item-inner {
        padding-left: 15px
    }
}

.additional-team-members .frame .employee-item .employee-item-inner .employee-item-name {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: black;
    letter-spacing: .9px;
    line-height: 25px;
    text-transform: uppercase
}

@media (max-width:750px) {
    .additional-team-members .frame .employee-item .employee-item-inner .employee-item-name {
        font-size: 20px;
        line-height: 20px
    }
}

.additional-team-members .frame .employee-item .employee-item-inner .employee-item-title {
    font-family: sofia-pro, sans-serif;
    font-size: 26px;
    color: #6d6e71;
    letter-spacing: .36px;
    line-height: 39px;
    font-weight: 300
}

@media (max-width:750px) {
    .additional-team-members .frame .employee-item .employee-item-inner .employee-item-title {
        font-size: 20px;
        line-height: 30px
    }
}

.additional-team-members .frame .employee-item .employee-item-icon {
    height: 116px;
    width: 116px;
    border-radius: 50%;
    background: white;
    border: 2px solid #e8505b;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.additional-team-members .frame .employee-item .employee-item-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 65%
}

.team-bio {
    padding-top: 200px;
    padding-bottom: 150px
}

@media (max-width:1200px) {
    .team-bio {
        padding-top: 100px
    }
}

@media (max-width:1024px) {
    .team-bio {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.team-bio .frame {
    max-width: 1400px;
    font-size: 0
}

@media (max-width:1000px) {
    .team-bio .frame {
        max-width: 90%
    }
}

.team-bio .frame .col-full,
.team-bio .frame .col-half {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    font-size: 20px
}

@media (max-width:750px) {

    .team-bio .frame .col-full,
    .team-bio .frame .col-half {
        width: 100%
    }
}

.team-bio .frame .col-full .team-member-bio,
.team-bio .frame .col-half .team-member-bio {
    margin-left: -24px;
    padding-right: 130px
}

@media (max-width:1000px) and (min-width:766px) {

    .team-bio .frame .col-full .team-member-bio,
    .team-bio .frame .col-half .team-member-bio {
        margin-left: 0;
        padding: 0
    }
}

.team-bio .frame .col-full .team-member-bio h3,
.team-bio .frame .col-half .team-member-bio h3 {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-align: left;
    color: black;
    letter-spacing: .9px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 0
}

.team-bio .frame .col-full .team-member-bio p,
.team-bio .frame .col-half .team-member-bio p {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #6d6e71;
    letter-spacing: .3px;
    line-height: 34px;
    margin-bottom: 34px
}

@media (max-width:750px) {

    .team-bio .frame .col-full .team-member-bio p,
    .team-bio .frame .col-half .team-member-bio p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 24px
    }
}

@media (max-width:750px) {

    .team-bio .frame .col-full .team-member-bio,
    .team-bio .frame .col-half .team-member-bio {
        margin: 0;
        padding: 0;
        margin-top: 100px
    }
}

.team-bio .frame .col-full.pull-quote,
.team-bio .frame .col-half.pull-quote {
    padding-left: 71px;
    padding-right: 146px;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: black;
    letter-spacing: .55px;
    text-align: center;
    line-height: 58px
}

.team-bio .frame .col-full.pull-quote .quote-icon:first-of-type,
.team-bio .frame .col-half.pull-quote .quote-icon:first-of-type {
    opacity: .8;
    font-family: ProximaNova-Regular;
    font-size: 120px;
    color: #e5e5e5;
    letter-spacing: 4.32px;
    text-align: center;
    line-height: 1
}

@media (max-width:1000px) and (min-width:766px) {

    .team-bio .frame .col-full.pull-quote .quote-icon:first-of-type,
    .team-bio .frame .col-half.pull-quote .quote-icon:first-of-type {
        line-height: 60px;
        margin-top: 0
    }
}

@media (max-width:750px) {

    .team-bio .frame .col-full.pull-quote .quote-icon:first-of-type,
    .team-bio .frame .col-half.pull-quote .quote-icon:first-of-type {
        line-height: 20px
    }
}

.team-bio .frame .col-full.pull-quote .pull-quote-inner,
.team-bio .frame .col-half.pull-quote .pull-quote-inner {
    margin-top: -70px
}

@media (max-width:750px) {

    .team-bio .frame .col-full.pull-quote .pull-quote-inner,
    .team-bio .frame .col-half.pull-quote .pull-quote-inner {
        margin-top: 0
    }
}

.team-bio .frame .col-full.pull-quote .quote-icon:last-of-type,
.team-bio .frame .col-half.pull-quote .quote-icon:last-of-type {
    opacity: .8;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    font-family: ProximaNova-Regular;
    font-size: 120px;
    color: #e5e5e5;
    letter-spacing: 4.32px;
    text-align: center;
    line-height: 20px
}

@media (max-width:1000px) and (min-width:766px) {

    .team-bio .frame .col-full.pull-quote .quote-icon:last-of-type,
    .team-bio .frame .col-half.pull-quote .quote-icon:last-of-type {
        line-height: 60px
    }
}

@media (max-width:750px) {

    .team-bio .frame .col-full.pull-quote .quote-icon:last-of-type,
    .team-bio .frame .col-half.pull-quote .quote-icon:last-of-type {
        line-height: 20px
    }
}

@media (max-width:1000px) and (min-width:766px) {

    .team-bio .frame .col-full.pull-quote,
    .team-bio .frame .col-half.pull-quote {
        padding: 0;
        padding-right: 40px;
        font-size: 30px;
        line-height: 40px;
        text-align: center
    }
}

@media (max-width:750px) {

    .team-bio .frame .col-full.pull-quote,
    .team-bio .frame .col-half.pull-quote {
        padding: 0;
        font-size: 24px;
        line-height: 30px
    }
}

.team-bio .frame .col-full {
    width: 100%
}

.team-bio .frame .col-full .team-member-bio {
    padding: 0 100px;
    margin: 0
}

.office-team-section .additional-team-members {
    padding-bottom: 20px
}

.office-team-section .additional-team-members .frame .employee-item {
    margin-bottom: 75px
}

@media (max-width:750px) {
    .office-team-section .additional-team-members .frame .employee-item {
        margin-bottom: 40px
    }
}

.office-team-section .office-employee-grid {
    background: #f5f5f5;
    padding-bottom: 0;
    margin-bottom: 130px
}

@media (max-width:750px) {
    .office-team-section .office-employee-grid {
        margin-bottom: 40px
    }
}

.office-team-section .office-employee-grid .frame {
    position: relative;
    z-index: 3
}

.office-team-section .office-employee-grid:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    content: "";
    background: #fff
}

.office-team-section .office-employee-grid:after {
    position: absolute;
    bottom: 160px;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    border-bottom: 125px solid #fff;
    border-right: 100vw solid transparent
}

@media (min-width:1800px) {
    .office-team-section .office-employee-grid:after {
        border-right: 1800px solid transparent
    }
}

.office-team-section .office-employee-grid .frame .office-employee-item {
    margin-bottom: 0
}

@media (max-width:750px) {
    .office-team-section .office-employee-grid .frame .office-employee-item {
        margin-bottom: 80px
    }

    .office-team-section .office-employee-grid .frame .office-employee-item:last-of-type {
        margin-bottom: 20px
    }
}

.office-team-section .office-employee-grid h2 {
    margin: 0;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: black;
    letter-spacing: .55px;
    text-align: center;
    line-height: 58px;
    margin-bottom: 91px
}

@media (max-width:750px) {
    .office-team-section .office-employee-grid h2 {
        font-size: 25px;
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 40px
    }
}

.office-employee-grid .frame .office-employee-item .office-employee-quote {
    opacity: 1
}

.accordion.faqs-accordion {
    padding-top: 160px;
    padding-bottom: 60px
}

@media (max-width:750px) {
    .accordion.faqs-accordion {
        padding-top: 100px
    }
}

.accordion.faqs-accordion .frame {
    max-width: 1018px
}

@media (max-width:1050px) {
    .accordion.faqs-accordion .frame {
        max-width: 90%
    }
}

.accordion .cursive {
    position: absolute;
    font-family: Ballies;
    font-size: 95.7px;
    color: #e5e5e5;
    letter-spacing: 1.08px;
    text-align: center;
    bottom: calc(100% - 65px);
    left: -10px;
    z-index: 1
}

.accordion .frame {
    position: relative
}

.accordion .accordion-header {
    z-index: 2;
    font-family: sofia-pro, sans-serif;
    font-size: 40px;
    color: black;
    letter-spacing: .55px;
    line-height: 58px;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    padding-bottom: 37px;
    margin-bottom: 65px;
    position: relative;
    padding-right: 60px
}

@media (max-width:750px) {
    .accordion .accordion-header {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 20px;
        margin-bottom: 40px
    }
}

@media (max-width:360px) {
    .accordion .accordion-header {
        font-size: 25px
    }
}

.accordion .accordion-header:after {
    content: "";
    position: absolute;
    background-image: url(../imgs/icons/accordion-arrow.svg);
    width: 27px;
    height: 15px;
    top: 24px;
    right: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:750px) {
    .accordion .accordion-header:after {
        top: 10px
    }
}

.accordion .accordion-header.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion .accordion-inner {
    display: block
}

.accordion .accordion-inner .faq-question,
.accordion .accordion-inner h3 {
    text-transform: uppercase;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: black;
    letter-spacing: .9px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 10px;
    text-align: left
}

.accordion .accordion-inner .faq-item {
    margin-bottom: 50px;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #6c6c6c;
    letter-spacing: 0;
    line-height: 32px
}

.accordion .accordion-inner .faq-item p {
    margin-bottom: 32px
}

@media (max-width:750px) {
    .accordion .accordion-inner .faq-item {
        font-size: 18px;
        line-height: 24px
    }

    .accordion .accordion-inner .faq-item p {
        margin-bottom: 24px
    }
}

.accordion .accordion-inner .faq-answer {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #6c6c6c;
    letter-spacing: 0;
    line-height: 32px
}

.accordion .accordion-inner .faq-answer p {
    margin-bottom: 32px
}

@media (max-width:750px) {
    .accordion .accordion-inner .faq-answer {
        font-size: 18px;
        line-height: 24px
    }

    .accordion .accordion-inner .faq-answer p {
        margin-bottom: 24px
    }
}

.side-by-side {
    padding-bottom: 124px
}

.side-by-side .side-by-side-item .large-img {
    position: relative;
    max-width: 100%;
    padding-right: 40px
}

@media (max-width:1600px) {
    .side-by-side .side-by-side-item .large-img {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.side-by-side .side-by-side-item .large-img:before {
    border: 1px solid black;
    width: calc(100% - 50px);
    height: calc(100% - 10px);
    content: "";
    background: 0 0;
    position: absolute;
    top: 27px;
    left: 27px;
    z-index: 2
}

@media (max-width:1200px) {
    .side-by-side .side-by-side-item .large-img:before {
        left: 10px;
        top: 10px
    }
}

.side-by-side .side-by-side-item .large-img img {
    z-index: 3;
    position: relative
}

.side-by-side .side-by-side-item .small-img {
    z-index: 4;
    margin-top: 185px;
    position: relative;
    max-width: 100%;
    padding-left: 40px
}

@media (max-width:1600px) {
    .side-by-side .side-by-side-item .small-img {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media (max-width:750px) {
    .side-by-side .side-by-side-item .small-img {
        margin-top: 50px
    }
}

.side-by-side .side-by-side-item .small-img:before {
    border: 1px solid black;
    width: calc(100% - 50px);
    height: calc(100% - 10px);
    content: "";
    background: 0 0;
    position: absolute;
    top: 27px;
    left: 57px;
    z-index: 2
}

@media (max-width:1200px) {
    .side-by-side .side-by-side-item .small-img:before {
        left: 10px;
        top: 10px
    }
}

.side-by-side .side-by-side-item .small-img img {
    z-index: 3;
    position: relative
}

.side-by-side .side-by-side-item .small-img .cursive {
    font-family: Ballies;
    font-size: 150px;
    color: #e5e5e5;
    letter-spacing: 1.69px;
    text-align: center;
    line-height: 134px;
    position: absolute;
    left: -230px;
    top: -92px;
    z-index: 5
}

@media (max-width:750px) {
    .side-by-side .side-by-side-item .small-img .cursive {
        left: 50%;
        top: -100px;
        line-height: 80px;
        font-size: 100px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.side-by-side .side-by-side-item .side-by-side-quote {
    padding-top: 50px;
    padding-bottom: 121px;
    width: 968px;
    max-width: 90%;
    margin: 0 auto;
    font-family: sofia-pro, sans-serif;
    font-size: 30px;
    color: black;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0;
    line-height: 45px
}

@media (max-width:1000px) and (min-width:766px) {
    .side-by-side .side-by-side-item .side-by-side-quote {
        padding-top: 25px;
        padding-bottom: 50px
    }
}

@media (max-width:750px) {
    .side-by-side .side-by-side-item .side-by-side-quote {
        font-size: 25px;
        text-align: center;
        line-height: 30px
    }
}

.side-by-side .side-by-side-item:nth-of-type(2n) .side-by-side-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (max-width:750px) {
    .side-by-side .side-by-side-item:nth-of-type(2n) .side-by-side-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 90%;
        margin: 0 auto
    }
}

.side-by-side .side-by-side-item:nth-of-type(2n) .side-by-side-row .large-img {
    padding-right: 0;
    padding-left: 40px
}

.side-by-side .side-by-side-item:nth-of-type(2n) .side-by-side-row .small-img {
    padding-left: 0;
    padding-right: 40px
}

.side-by-side .side-by-side-item:nth-of-type(2n) .side-by-side-row .small-img .cursive {
    left: auto;
    right: -133px
}

@media (max-width:750px) {
    .side-by-side .side-by-side-item:nth-of-type(2n) .side-by-side-row .small-img .cursive {
        left: 50%;
        top: -100px;
        line-height: 80px;
        font-size: 100px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.side-by-side .side-by-side-item:nth-of-type(2n) .side-by-side-row .small-img:before {
    left: 38px;
    top: 27px
}

@media (max-width:1200px) {
    .side-by-side .side-by-side-item:nth-of-type(2n) .side-by-side-row .small-img:before {
        left: 10px;
        top: 10px
    }
}

.side-by-side .side-by-side-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:750px) {
    .side-by-side .side-by-side-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 90%;
        margin: 0 auto
    }
}

.open-job-locations {
    padding-top: 94px
}

@media (max-width:750px) {
    .open-job-locations {
        padding-top: 0
    }
}

.open-job-locations .frame {
    max-width: 1108px;
    font-size: 0
}

@media (max-width:1000px) {
    .open-job-locations .frame {
        max-width: 90%
    }
}

.open-job-locations .frame h2 {
    text-align: center;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: black;
    letter-spacing: 0;
    text-align: center;
    line-height: 65px
}

.open-job-locations .frame .job-locations {
    margin-top: 80px;
    text-align: center
}

@media (max-width:750px) {
    .open-job-locations .frame .job-locations {
        margin-top: 0
    }
}

.open-job-locations .frame .job-location-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 58px
}

@media (max-width:750px) {
    .open-job-locations .frame .job-location-item {
        width: 100%;
        margin-bottom: 30px
    }
}

.open-job-locations .frame .job-location-item .location-city {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: black;
    letter-spacing: .9px;
    text-align: center;
    line-height: 25px;
    display: block
}

.open-job-locations .frame .job-location-item .location-state {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #6d6e71;
    letter-spacing: .3px;
    text-align: center;
    line-height: 39px
}

.open-job-locations .frame .job-location-item .job-location-icon {
    width: 116px;
    height: 116px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #d3d3d3;
    position: relative;
    margin-bottom: 30px
}

.open-job-locations .frame .job-location-item .job-location-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.instagram-section {
    padding-top: 209px;
    background: rgba(229, 229, 229, .2)
}

@media (max-width:1000px) {
    .instagram-section {
        padding-top: 100px
    }
}

.instagram-section:after {
    border-left: 1800px solid transparent;
    border-top: 200px solid #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width:1800px) {
    .instagram-section:after {
        border-left: 100vw solid transparent
    }
}

@media (max-width:1000px) {
    .instagram-section:after {
        border-top-width: 100px
    }
}

.instagram-section h2 {
    text-align: center;
    font-family: sofia-pro, sans-serif;
    font-size: 40px;
    color: black;
    letter-spacing: 0;
    text-align: center;
    line-height: 65px;
    font-weight: 400;
    margin-bottom: 75px
}

.job-listings {
    margin-top: 74px;
    padding-bottom: 50px
}

.job-listings .frame {
    max-width: 1040px;
    font-size: 0
}

@media (max-width:1000px) {
    .job-listings .frame {
        max-width: 90%
    }
}

.job-listings .frame h2 {
    font-family: sofia-pro, sans-serif;
    font-size: 40px;
    color: black;
    letter-spacing: .55px;
    text-align: center;
    line-height: 58px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 65px
}

@media (max-width:1000px) and (min-width:766px) {
    .job-listings .frame h2 {
        margin-bottom: 30px
    }
}

.job-listings .frame .position-item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    margin-bottom: 107px
}

.job-listings .frame .position-item:nth-of-type(even) {
    padding-left: 35px
}

.job-listings .frame .position-item:nth-of-type(even) .position-item-inner {
    padding-right: 0
}

@media (max-width:1000px) {
    .job-listings .frame .position-item {
        width: 100%;
        margin-bottom: 40px
    }
}

@media (max-width:750px) {
    .job-listings .frame .position-item {
        width: 100%;
        text-align: center;
        margin-bottom: 40px
    }
}

.job-listings .frame .position-item .position-item-inner {
    display: inline-block;
    width: calc(100% - 148px);
    padding-left: 46px;
    vertical-align: middle;
    padding-right: 35px
}

.job-listings .frame .position-item .position-item-inner .link {
    margin-top: 10px;
    display: inline-block
}

@media (max-width:750px) {
    .job-listings .frame .position-item .position-item-inner {
        width: 100%;
        padding: 0
    }
}

.job-listings .frame .position-item .position-item-inner .position-item-name {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: black;
    letter-spacing: .9px;
    line-height: 25px;
    text-transform: uppercase
}

.job-listings .frame .position-item .position-item-inner .position-item-title {
    font-family: sofia-pro, sans-serif;
    font-size: 20px;
    color: #6c6c6c;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 300;
    margin-top: 6px
}

.job-listings .frame .position-item .position-item-icon {
    height: 148px;
    width: 148px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #f2f2f2;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:750px) {
    .job-listings .frame .position-item .position-item-icon {
        margin-bottom: 20px
    }
}

.job-listings .frame .position-item .position-item-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.services-grid {
    margin-top: -300px;
    background: 0 0;
    position: relative
}

@media (max-width:1000px) and (min-width:766px) {
    .services-grid {
        margin-top: -180px
    }
}

@media (max-width:750px) {
    .services-grid {
        margin-top: 0;
        padding-top: 40px
    }
}

.services-grid .frame {
    max-width: 1208px
}

@media (max-width:750px) {
    .services-grid .frame {
        max-width: 80%
    }
}

.services-grid .frame .service-item {
    display: inline-block;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 24px;
    padding-left: 24px;
    margin-bottom: 80px;
    cursor: pointer
}

.services-grid .frame .service-item:hover .service-link {
    color: #e50e38
}

.services-grid .frame .service-item:hover .service-img:after {
    right: -25px;
    bottom: -25px
}

.services-grid .frame .service-item:hover .service-img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

@media (max-width:750px) {
    .services-grid .frame .service-item {
        width: 100%;
        padding: 0;
        margin-bottom: 50px
    }
}

.services-grid .frame .service-item .service-img {
    margin-bottom: 65px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    max-width: 100%
}

@media (max-width:1000px) and (min-width:766px) {
    .services-grid .frame .service-item .service-img {
        margin-bottom: 20px
    }
}

@media (max-width:750px) {
    .services-grid .frame .service-item .service-img {
        margin-bottom: 15px
    }
}

.services-grid .frame .service-item .service-img img {
    z-index: 2;
    position: relative;
    display: inline-block
}

.services-grid .frame .service-item .service-img:after {
    border: 1px solid black;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -17px;
    bottom: -21px;
    content: "";
    z-index: 1;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:750px) {
    .services-grid .frame .service-item .service-img:after {
        right: -10px;
        bottom: -10px
    }
}

.services-grid .frame .service-item .service-link {
    font-family: sofia-pro, sans-serif;
    font-size: 40px;
    color: black;
    letter-spacing: 0;
    text-align: center;
    line-height: 65px;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:750px) {
    .services-grid .frame .service-item .service-link {
        font-size: 30px;
        line-height: 40px
    }
}

.careers-grid,
.office-employee-grid {
    margin-top: -300px;
    background: 0 0;
    position: relative;
    padding-bottom: 80px
}

@media (max-width:1000px) and (min-width:766px) {

    .careers-grid,
    .office-employee-grid {
        margin-top: -180px
    }
}

@media (max-width:750px) {

    .careers-grid,
    .office-employee-grid {
        margin-top: 0;
        padding-top: 40px
    }
}

.careers-grid .frame,
.office-employee-grid .frame {
    max-width: 1470px;
    text-align: center
}

@media (max-width:1024px) and (min-width:766px) {

    .careers-grid .frame,
    .office-employee-grid .frame {
        max-width: 95%
    }
}

.careers-grid .frame .career-item,
.careers-grid .frame .office-employee-item,
.office-employee-grid .frame .career-item,
.office-employee-grid .frame .office-employee-item {
    display: inline-block;
    width: 50%;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    margin-bottom: 80px;
    vertical-align: top;
    position: relative
}

@media (max-width:1100px) {

    .careers-grid .frame .career-item,
    .careers-grid .frame .office-employee-item,
    .office-employee-grid .frame .career-item,
    .office-employee-grid .frame .office-employee-item {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width:1024px) and (min-width:766px) {

    .careers-grid .frame .career-item,
    .careers-grid .frame .office-employee-item,
    .office-employee-grid .frame .career-item,
    .office-employee-grid .frame .office-employee-item {
        padding: 10px
    }
}

@media (max-width:750px) {

    .careers-grid .frame .career-item,
    .careers-grid .frame .office-employee-item,
    .office-employee-grid .frame .career-item,
    .office-employee-grid .frame .office-employee-item {
        width: 100%
    }
}

.careers-grid .frame .career-item .career-quote,
.careers-grid .frame .career-item .office-employee-quote,
.careers-grid .frame .office-employee-item .career-quote,
.careers-grid .frame .office-employee-item .office-employee-quote,
.office-employee-grid .frame .career-item .career-quote,
.office-employee-grid .frame .career-item .office-employee-quote,
.office-employee-grid .frame .office-employee-item .career-quote,
.office-employee-grid .frame .office-employee-item .office-employee-quote {
    background: #fff;
    border: 1px solid black;
    z-index: 4;
    position: absolute;
    top: 0
}

.careers-grid .frame .career-item .career-quote .career-quote-inner,
.careers-grid .frame .career-item .career-quote .office-employee-quote-inner,
.careers-grid .frame .career-item .office-employee-quote .career-quote-inner,
.careers-grid .frame .career-item .office-employee-quote .office-employee-quote-inner,
.careers-grid .frame .office-employee-item .career-quote .career-quote-inner,
.careers-grid .frame .office-employee-item .career-quote .office-employee-quote-inner,
.careers-grid .frame .office-employee-item .office-employee-quote .career-quote-inner,
.careers-grid .frame .office-employee-item .office-employee-quote .office-employee-quote-inner,
.office-employee-grid .frame .career-item .career-quote .career-quote-inner,
.office-employee-grid .frame .career-item .career-quote .office-employee-quote-inner,
.office-employee-grid .frame .career-item .office-employee-quote .career-quote-inner,
.office-employee-grid .frame .career-item .office-employee-quote .office-employee-quote-inner,
.office-employee-grid .frame .office-employee-item .career-quote .career-quote-inner,
.office-employee-grid .frame .office-employee-item .career-quote .office-employee-quote-inner,
.office-employee-grid .frame .office-employee-item .office-employee-quote .career-quote-inner,
.office-employee-grid .frame .office-employee-item .office-employee-quote .office-employee-quote-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 80px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5
}

.careers-grid .frame .career-item .career-quote .quote-icon,
.careers-grid .frame .career-item .office-employee-quote .quote-icon,
.careers-grid .frame .office-employee-item .career-quote .quote-icon,
.careers-grid .frame .office-employee-item .office-employee-quote .quote-icon,
.office-employee-grid .frame .career-item .career-quote .quote-icon,
.office-employee-grid .frame .career-item .office-employee-quote .quote-icon,
.office-employee-grid .frame .office-employee-item .career-quote .quote-icon,
.office-employee-grid .frame .office-employee-item .office-employee-quote .quote-icon {
    opacity: .8;
    font-family: ProximaNova-Regular;
    font-size: 120px;
    color: #e5e5e5;
    letter-spacing: 4.32px;
    text-align: center;
    line-height: 40px
}

.careers-grid .frame .career-item .career-quote .quote,
.careers-grid .frame .career-item .office-employee-quote .quote,
.careers-grid .frame .office-employee-item .career-quote .quote,
.careers-grid .frame .office-employee-item .office-employee-quote .quote,
.office-employee-grid .frame .career-item .career-quote .quote,
.office-employee-grid .frame .career-item .office-employee-quote .quote,
.office-employee-grid .frame .office-employee-item .career-quote .quote,
.office-employee-grid .frame .office-employee-item .office-employee-quote .quote {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 26px;
    color: black;
    letter-spacing: .41px;
    text-align: center;
    line-height: 34px;
    margin-top: -25px
}

@media (max-width:1400px) {

    .careers-grid .frame .career-item .career-quote .quote,
    .careers-grid .frame .career-item .office-employee-quote .quote,
    .careers-grid .frame .office-employee-item .career-quote .quote,
    .careers-grid .frame .office-employee-item .office-employee-quote .quote,
    .office-employee-grid .frame .career-item .career-quote .quote,
    .office-employee-grid .frame .career-item .office-employee-quote .quote,
    .office-employee-grid .frame .office-employee-item .career-quote .quote,
    .office-employee-grid .frame .office-employee-item .office-employee-quote .quote {
        font-size: 22px;
        line-height: 28px
    }
}

@media (max-width:1200px) {

    .careers-grid .frame .career-item .career-quote .quote,
    .careers-grid .frame .career-item .office-employee-quote .quote,
    .careers-grid .frame .office-employee-item .career-quote .quote,
    .careers-grid .frame .office-employee-item .office-employee-quote .quote,
    .office-employee-grid .frame .career-item .career-quote .quote,
    .office-employee-grid .frame .career-item .office-employee-quote .quote,
    .office-employee-grid .frame .office-employee-item .career-quote .quote,
    .office-employee-grid .frame .office-employee-item .office-employee-quote .quote {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width:1100px) {

    .careers-grid .frame .career-item .career-quote .quote,
    .careers-grid .frame .career-item .office-employee-quote .quote,
    .careers-grid .frame .office-employee-item .career-quote .quote,
    .careers-grid .frame .office-employee-item .office-employee-quote .quote,
    .office-employee-grid .frame .career-item .career-quote .quote,
    .office-employee-grid .frame .career-item .office-employee-quote .quote,
    .office-employee-grid .frame .office-employee-item .career-quote .quote,
    .office-employee-grid .frame .office-employee-item .office-employee-quote .quote {
        font-size: 16px;
        line-height: 20px
    }
}

.careers-grid .frame .career-item .career-quote .attrib,
.careers-grid .frame .career-item .office-employee-quote .attrib,
.careers-grid .frame .office-employee-item .career-quote .attrib,
.careers-grid .frame .office-employee-item .office-employee-quote .attrib,
.office-employee-grid .frame .career-item .career-quote .attrib,
.office-employee-grid .frame .career-item .office-employee-quote .attrib,
.office-employee-grid .frame .office-employee-item .career-quote .attrib,
.office-employee-grid .frame .office-employee-item .office-employee-quote .attrib {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: black;
    letter-spacing: .27px;
    text-align: center;
    line-height: 34px;
    margin-top: 22px
}

.careers-grid .frame .career-item .career-quote:before,
.careers-grid .frame .career-item .office-employee-quote:before,
.careers-grid .frame .office-employee-item .career-quote:before,
.careers-grid .frame .office-employee-item .office-employee-quote:before,
.office-employee-grid .frame .career-item .career-quote:before,
.office-employee-grid .frame .career-item .office-employee-quote:before,
.office-employee-grid .frame .office-employee-item .career-quote:before,
.office-employee-grid .frame .office-employee-item .office-employee-quote:before {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 4;
    background: #fff
}

.careers-grid .frame .career-item .career-img,
.careers-grid .frame .career-item .career-quote,
.careers-grid .frame .career-item .office-employee-img,
.careers-grid .frame .office-employee-item .career-img,
.careers-grid .frame .office-employee-item .career-quote,
.careers-grid .frame .office-employee-item .office-employee-img,
.office-employee-grid .frame .career-item .career-img,
.office-employee-grid .frame .career-item .career-quote,
.office-employee-grid .frame .career-item .office-employee-img,
.office-employee-grid .frame .office-employee-item .career-img,
.office-employee-grid .frame .office-employee-item .career-quote,
.office-employee-grid .frame .office-employee-item .office-employee-img {
    margin-bottom: 65px;
    height: auto;
    position: relative;
    display: inline-block;
    width: 100%
}

@media (max-width:1024px) and (min-width:766px) {

    .careers-grid .frame .career-item .career-img,
    .careers-grid .frame .career-item .career-quote,
    .careers-grid .frame .career-item .office-employee-img,
    .careers-grid .frame .office-employee-item .career-img,
    .careers-grid .frame .office-employee-item .career-quote,
    .careers-grid .frame .office-employee-item .office-employee-img,
    .office-employee-grid .frame .career-item .career-img,
    .office-employee-grid .frame .career-item .career-quote,
    .office-employee-grid .frame .career-item .office-employee-img,
    .office-employee-grid .frame .office-employee-item .career-img,
    .office-employee-grid .frame .office-employee-item .career-quote,
    .office-employee-grid .frame .office-employee-item .office-employee-img {
        height: auto;
        margin-bottom: 20px
    }
}

@media (max-width:750px) {

    .careers-grid .frame .career-item .career-img,
    .careers-grid .frame .career-item .career-quote,
    .careers-grid .frame .career-item .office-employee-img,
    .careers-grid .frame .office-employee-item .career-img,
    .careers-grid .frame .office-employee-item .career-quote,
    .careers-grid .frame .office-employee-item .office-employee-img,
    .office-employee-grid .frame .career-item .career-img,
    .office-employee-grid .frame .career-item .career-quote,
    .office-employee-grid .frame .career-item .office-employee-img,
    .office-employee-grid .frame .office-employee-item .career-img,
    .office-employee-grid .frame .office-employee-item .career-quote,
    .office-employee-grid .frame .office-employee-item .office-employee-img {
        height: auto;
        margin-bottom: 20px
    }
}

.careers-grid .frame .career-item .career-img img,
.careers-grid .frame .career-item .career-quote img,
.careers-grid .frame .career-item .office-employee-img img,
.careers-grid .frame .office-employee-item .career-img img,
.careers-grid .frame .office-employee-item .career-quote img,
.careers-grid .frame .office-employee-item .office-employee-img img,
.office-employee-grid .frame .career-item .career-img img,
.office-employee-grid .frame .career-item .career-quote img,
.office-employee-grid .frame .career-item .office-employee-img img,
.office-employee-grid .frame .office-employee-item .career-img img,
.office-employee-grid .frame .office-employee-item .career-quote img,
.office-employee-grid .frame .office-employee-item .office-employee-img img {
    z-index: 2;
    position: relative;
    display: inline-block
}

.careers-grid .frame .career-item .career-img:after,
.careers-grid .frame .career-item .career-quote:after,
.careers-grid .frame .career-item .office-employee-img:after,
.careers-grid .frame .office-employee-item .career-img:after,
.careers-grid .frame .office-employee-item .career-quote:after,
.careers-grid .frame .office-employee-item .office-employee-img:after,
.office-employee-grid .frame .career-item .career-img:after,
.office-employee-grid .frame .career-item .career-quote:after,
.office-employee-grid .frame .career-item .office-employee-img:after,
.office-employee-grid .frame .office-employee-item .career-img:after,
.office-employee-grid .frame .office-employee-item .career-quote:after,
.office-employee-grid .frame .office-employee-item .office-employee-img:after {
    border: 1px solid black;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -17px;
    bottom: -21px;
    content: "";
    z-index: 1
}

@media (max-width:1024px) {

    .careers-grid .frame .career-item .career-img:after,
    .careers-grid .frame .career-item .career-quote:after,
    .careers-grid .frame .career-item .office-employee-img:after,
    .careers-grid .frame .office-employee-item .career-img:after,
    .careers-grid .frame .office-employee-item .career-quote:after,
    .careers-grid .frame .office-employee-item .office-employee-img:after,
    .office-employee-grid .frame .career-item .career-img:after,
    .office-employee-grid .frame .career-item .career-quote:after,
    .office-employee-grid .frame .career-item .office-employee-img:after,
    .office-employee-grid .frame .office-employee-item .career-img:after,
    .office-employee-grid .frame .office-employee-item .career-quote:after,
    .office-employee-grid .frame .office-employee-item .office-employee-img:after {
        right: -10px;
        bottom: -10px
    }
}

.careers-grid .frame .career-item .office-employee-img,
.careers-grid .frame .office-employee-item .office-employee-img,
.office-employee-grid .frame .career-item .office-employee-img,
.office-employee-grid .frame .office-employee-item .office-employee-img {
    margin-bottom: 55px
}

@media (max-width:750px) {

    .careers-grid .frame .career-item .office-employee-img,
    .careers-grid .frame .office-employee-item .office-employee-img,
    .office-employee-grid .frame .career-item .office-employee-img,
    .office-employee-grid .frame .office-employee-item .office-employee-img {
        margin-bottom: 20px
    }
}

.careers-grid .frame .career-item .career-link,
.careers-grid .frame .career-item .office-employee-link,
.careers-grid .frame .office-employee-item .career-link,
.careers-grid .frame .office-employee-item .office-employee-link,
.office-employee-grid .frame .career-item .career-link,
.office-employee-grid .frame .career-item .office-employee-link,
.office-employee-grid .frame .office-employee-item .career-link,
.office-employee-grid .frame .office-employee-item .office-employee-link {
    font-family: sofia-pro, sans-serif;
    font-size: 40px;
    color: black;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s
}

.careers-grid .frame .career-item .career-link:hover,
.careers-grid .frame .career-item .office-employee-link:hover,
.careers-grid .frame .office-employee-item .career-link:hover,
.careers-grid .frame .office-employee-item .office-employee-link:hover,
.office-employee-grid .frame .career-item .career-link:hover,
.office-employee-grid .frame .career-item .office-employee-link:hover,
.office-employee-grid .frame .office-employee-item .career-link:hover,
.office-employee-grid .frame .office-employee-item .office-employee-link:hover {
    color: #e50e38
}

@media (max-width:750px) {

    .careers-grid .frame .career-item .career-link,
    .careers-grid .frame .career-item .office-employee-link,
    .careers-grid .frame .office-employee-item .career-link,
    .careers-grid .frame .office-employee-item .office-employee-link,
    .office-employee-grid .frame .career-item .career-link,
    .office-employee-grid .frame .career-item .office-employee-link,
    .office-employee-grid .frame .office-employee-item .career-link,
    .office-employee-grid .frame .office-employee-item .office-employee-link {
        font-size: 30px;
        line-height: 35px
    }
}

.careers-grid .frame .career-item .office-employee-link:hover,
.careers-grid .frame .office-employee-item .office-employee-link:hover,
.office-employee-grid .frame .career-item .office-employee-link:hover,
.office-employee-grid .frame .office-employee-item .office-employee-link:hover {
    color: black
}

.careers-grid .frame .career-item .career-quote,
.careers-grid .frame .career-item .office-employee-quote,
.careers-grid .frame .office-employee-item .career-quote,
.careers-grid .frame .office-employee-item .office-employee-quote,
.office-employee-grid .frame .career-item .career-quote,
.office-employee-grid .frame .career-item .office-employee-quote,
.office-employee-grid .frame .office-employee-item .career-quote,
.office-employee-grid .frame .office-employee-item .office-employee-quote {
    position: absolute;
    top: 0;
    width: 100%;
    left: 00px;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.careers-grid .frame .career-item:hover .career-quote,
.careers-grid .frame .career-item:hover .office-employee-quote,
.careers-grid .frame .office-employee-item:hover .career-quote,
.careers-grid .frame .office-employee-item:hover .office-employee-quote,
.office-employee-grid .frame .career-item:hover .career-quote,
.office-employee-grid .frame .career-item:hover .office-employee-quote,
.office-employee-grid .frame .office-employee-item:hover .career-quote,
.office-employee-grid .frame .office-employee-item:hover .office-employee-quote {
    opacity: 1
}

.careers-grid .frame .career-item .office-employee-quote,
.careers-grid .frame .office-employee-item .office-employee-quote,
.office-employee-grid .frame .career-item .office-employee-quote,
.office-employee-grid .frame .office-employee-item .office-employee-quote {
    opacity: 1;
    position: relative;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px
}

.careers-grid .frame .career-item .office-employee-quote .quote-icon,
.careers-grid .frame .office-employee-item .office-employee-quote .quote-icon,
.office-employee-grid .frame .career-item .office-employee-quote .quote-icon,
.office-employee-grid .frame .office-employee-item .office-employee-quote .quote-icon {
    line-height: 1
}

.careers-grid .frame .career-item .office-employee-quote .office-employee-quote-inner,
.careers-grid .frame .office-employee-item .office-employee-quote .office-employee-quote-inner,
.office-employee-grid .frame .career-item .office-employee-quote .office-employee-quote-inner,
.office-employee-grid .frame .office-employee-item .office-employee-quote .office-employee-quote-inner {
    position: relative;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    left: auto;
    top: auto;
    margin: 0 auto
}

.careers-grid .frame .career-item .office-employee-quote .office-employee-quote-inner .quote,
.careers-grid .frame .office-employee-item .office-employee-quote .office-employee-quote-inner .quote,
.office-employee-grid .frame .career-item .office-employee-quote .office-employee-quote-inner .quote,
.office-employee-grid .frame .office-employee-item .office-employee-quote .office-employee-quote-inner .quote {
    margin-top: -70px
}

.office-employee-grid {
    margin: 0
}

.office-employee-grid .office-employee-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 25px;
    color: rgba(155, 155, 155, .61);
    letter-spacing: .9px;
    text-align: center;
    line-height: 28px
}

.map-section {
    height: 880px;
    position: relative;
    counter-reset: section
}

.map-section #map-anchor {
    position: absolute;
    top: -112px
}

@media (max-width:750px) {
    .map-section {
        height: auto
    }
}

@media (max-width:750px) {
    .map-section .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.map-section .row .locations {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 490px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    background: #fff;
    -webkit-box-shadow: 4px 2px 8px 5px rgba(0, 0, 0, .04);
    box-shadow: 4px 2px 8px 5px rgba(0, 0, 0, .04);
    height: 880px;
    z-index: 3;
    overflow: auto;
    padding-left: 100px;
    padding-right: 72px;
    padding-top: 48px;
    padding-bottom: 96px;
    left: -500px;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:1024px) and (min-width:766px) {
    .map-section .row .locations {
        width: 400px
    }
}

@media (max-width:1000px) and (min-width:766px) {
    .map-section .row .locations {
        width: 300px;
        padding-left: 60px;
        padding-top: 20px;
        padding-right: 50px
    }
}

@media (max-width:750px) {
    .map-section .row .locations {
        position: relative;
        width: 100%;
        max-height: none;
        top: auto;
        left: auto;
        padding: 40px 60px;
        height: auto
    }
}

.map-section .row .locations.active {
    left: 0
}

@media (max-width:750px) {
    .map-section .row .locations.active {
        left: auto
    }
}

.map-section .row .locations .location-item {
    position: relative;
    padding-bottom: 48px;
    padding-top: 48px;
    border-bottom: 1px solid #e5e5e5
}

@media (max-width:750px) {
    .map-section .row .locations .location-item {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.map-section .row .locations .location-item .link {
    margin-top: 14px;
    display: inline-block
}

.map-section .row .locations .location-item .link:after {
    width: 120%
}

.map-section .row .locations .location-item:before {
    opacity: .64;
    font-family: Ballies;
    font-size: 95.7px;
    color: #e5e5e5;
    letter-spacing: 1.08px;
    text-align: center;
    position: absolute;
    top: 48px;
    right: 97%;
    line-height: 75px;
    z-index: 1;
    counter-increment: section;
    content: counter(section)
}

.map-section .row .locations .location-item .location-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: black;
    letter-spacing: .9px;
    line-height: 25px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 12px
}

.map-section .row .locations .location-item .location-title a {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: black;
    letter-spacing: .9px;
    line-height: 25px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
    cursor: pointer
}

.map-section .row .locations .location-item .location-address {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #6d6e71;
    letter-spacing: .25px;
    line-height: 25px;
    max-width: 242px
}

@media (max-width:750px) {
    .map-section .row .locations .location-item .location-address {
        max-width: 100%
    }
}

.map-section .row .locations .location-item .location-meta {
    margin-top: 10px
}

.map-section .row .locations .location-item .location-meta .location-county {
    opacity: .33;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12.24px;
    color: #6d6e71;
    letter-spacing: .44px;
    line-height: 17px;
    margin-left: 15px
}

.map-section .row .locations .location-item .location-meta .location-distance {
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #939393;
    letter-spacing: .25px;
    line-height: 25px
}

.map-section .row #map {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    height: 100%;
    height: 880px;
    position: relative;
    z-index: 2
}

@media (max-width:750px) {
    .map-section .row #map {
        height: 300px;
        display: none
    }
}

.map-section.active .row #map {
    width: calc(100% - 490px);
    left: 490px
}

@media (max-width:1024px) and (min-width:766px) {
    .map-section.active .row #map {
        left: 400px;
        width: calc(100% - 400px)
    }
}

@media (max-width:1000px) and (min-width:766px) {
    .map-section.active .row #map {
        width: calc(100% - 300px);
        left: 300px
    }
}

@media (max-width:750px) {
    .map-section.active .row #map {
        left: auto;
        width: 100%
    }
}

.banner.bright-blue-with-image {
    text-align: center
}

.banner .alm-filters {
    text-align: center;
    display: inline-block;
    margin-top: 52px
}

@media (max-width:1000px) and (min-width:766px) {
    .banner .alm-filters {
        margin-top: 20px
    }
}

.banner .alm-filters:hover ul {
    max-height: 140px;
    overflow: auto
}

.banner .alm-filters:hover .alm-filter--title:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.banner .alm-filters .alm-filter--title {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    height: 66px;
    width: 222px;
    font-size: 12.24px;
    color: #6d6e71;
    letter-spacing: .44px;
    line-height: 17px;
    display: inline-block;
    background: #fff;
    padding-top: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding-left: 24px
}

.banner .alm-filters .alm-filter--title:after {
    background-image: url(../imgs/icons/menu-arrow-orange.svg);
    background-size: cover;
    width: 16px;
    height: 10px;
    content: "";
    position: absolute;
    top: 31px;
    right: 31px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.banner .alm-filters .alm-filter--title h3 {
    color: #6d6e71;
    text-transform: uppercase;
    margin: 0;
    font-size: 12.24px;
    line-height: 17px;
    text-align: left
}

.banner .alm-filters ul {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #fff;
    position: absolute;
    width: 222px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 5px;
    padding-bottom: 5px
}

.banner .alm-filters ul .alm-filter--radio {
    text-align: left;
    padding-left: 24px;
    padding-top: 5px;
    padding-bottom: 5px
}

.banner .alm-filters ul .alm-filter--radio a:after,
.banner .alm-filters ul .alm-filter--radio a:before {
    display: none
}

.banner .alm-filters ul .alm-filter--radio a {
    text-align: left;
    padding: 0;
    font-size: 12.24px;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.banner .alm-filters ul .alm-filter--radio a:hover {
    color: #e50e38
}

.landing-archive {
    max-width: 1330px;
    margin-top: -130px;
    position: relative;
    z-index: 8;
    padding-bottom: 60px
}

@media (max-width:1100px) and (min-width:766px) {
    .landing-archive {
        max-width: 95%;
        margin-top: -130px
    }
}

@media (max-width:750px) {
    .landing-archive {
        margin: 0;
        max-width: 90%;
        margin: 0 auto;
        padding-top: 30px
    }
}

.landing-archive .post-item {
    padding-left: 45px;
    padding-right: 45px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: auto;
    margin-bottom: 80px;
    position: relative
}

@media (max-width:1100px) and (min-width:1000px) {
    .landing-archive .post-item {
        padding: 0;
        height: auto;
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .landing-archive .post-item:nth-of-type(2n) {
        padding-left: 10px;
        padding-right: 10px
    }

    .landing-archive .post-item:nth-of-type(2n+1) {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (max-width:1000px) and (min-width:766px) {
    .landing-archive .post-item {
        padding: 0;
        height: auto;
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .landing-archive .post-item:nth-of-type(2n) {
        padding-left: 5px
    }

    .landing-archive .post-item:nth-of-type(2n+1) {
        padding-right: 5px
    }
}

@media (max-width:750px) {
    .landing-archive .post-item {
        width: 100%;
        padding: 0;
        height: auto;
        padding-bottom: 0
    }
}

.landing-archive .post-item:after {
    border: 1px solid black;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 145px);
    height: calc(100% - 29px);
    top: 29px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    pointer-events: none
}

@media (max-width:1100px) and (min-width:1000px) {
    .landing-archive .post-item:after {
        width: calc(100% - 40px);
        height: calc(100% - 20px)
    }
}

@media (max-width:1000px) and (min-width:766px) {
    .landing-archive .post-item:after {
        width: calc(100% - 20px);
        height: calc(100% - 20px)
    }
}

@media (max-width:750px) {
    .landing-archive .post-item:after {
        top: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 10px)
    }
}

.landing-archive .post-item .post-item-inner {
    text-align: center;
    max-width: 405px;
    margin: 0 auto;
    padding-bottom: 35px
}

@media (max-width:1000px) {
    .landing-archive .post-item .post-item-inner {
        max-width: 85%
    }
}

.landing-archive .post-item .post-item-inner .post-item-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: black;
    letter-spacing: 1.72px;
    text-align: center;
    line-height: 26px;
    margin: 0 auto;
    margin-top: 53px;
    margin-bottom: 22px;
    max-width: 360px;
    display: block;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer
}

.landing-archive .post-item .post-item-inner .post-item-title:hover {
    color: #e50e38
}

@media (max-width:750px) {
    .landing-archive .post-item .post-item-inner .post-item-title {
        margin-top: 20px
    }
}

.landing-archive .post-item .post-item-inner .post-item-teaser {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #6d6d6d;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    margin-bottom: 22px
}

.landing-archive .post-item .post-item-inner .link:after {
    width: 120%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.related-resources h2 {
    font-family: sofia-pro, sans-serif;
    font-size: 40px;
    color: black;
    letter-spacing: .55px;
    text-align: center;
    text-align: center;
    font-weight: 400;
    margin: 0
}

@media (max-width:750px) {
    .related-resources h2 {
        font-size: 30px
    }
}

.related-resources .landing-archive {
    margin-top: 80px
}

@media (max-width:750px) {
    .related-resources .landing-archive {
        margin-top: 10px
    }
}

.osh-quiz {
    position: relative;
    -webkit-transition: all .75s;
    transition: all .75s;
    overflow: hidden
}

.osh-quiz .banner {
    -webkit-transition: all .75s;
    transition: all .75s
}

.osh-quiz.quiz-active {
    pointer-events: all
}

@media (max-width:750px) {
    .osh-quiz.quiz-active {
        height: 100vh
    }
}

.osh-quiz.quiz-active .banner {
    opacity: 0
}

.osh-quiz.quiz-active .quiz-section {
    opacity: 1
}

.osh-quiz.question-1 .quiz-section .quiz-question-1 {
    opacity: 1;
    pointer-events: all
}

.osh-quiz.question-2 .quiz-section .path.active .quiz-question-2 {
    opacity: 1;
    pointer-events: all
}

.osh-quiz.question-3 .quiz-section .path.active .quiz-question-3 {
    opacity: 1;
    pointer-events: all
}

.osh-quiz.question-4 .quiz-section .path.active .quiz-question-4 {
    opacity: 1;
    pointer-events: all
}

.osh-quiz.question-5 .quiz-section .path.active .quiz-question-5 {
    opacity: 1;
    pointer-events: all
}

.osh-quiz .quiz-section .path-in-need-of-care .quiz-question-2 .answers .answer {
    width: 264px;
    margin: 0 18px;
    margin-bottom: 36px
}

@media (max-width:1000px) and (min-width:766px) {
    .osh-quiz .quiz-section .path-in-need-of-care .quiz-question-2 .answers .answer {
        margin: 10px
    }
}

@media (max-width:750px) {
    .osh-quiz .quiz-section .path-in-need-of-care .quiz-question-2 .answers .answer {
        max-width: 100%;
        margin: 0;
        margin-bottom: 10px
    }
}

.osh-quiz .quiz-section .path-in-need-of-care .quiz-question-3 .answers {
    margin-top: 70px
}

@media (max-width:750px) {
    .osh-quiz .quiz-section .path-in-need-of-care .quiz-question-3 .answers {
        margin-top: 20px
    }
}

@media (max-width:360px) {
    .osh-quiz .quiz-section .path-in-need-of-care .quiz-question-3 .answers {
        margin-top: 10px
    }
}

.osh-quiz .quiz-section .path-in-need-of-care .quiz-question-3 .answers .result {
    width: 450px;
    margin: 0 25px;
    margin-bottom: 47px;
    padding: 42px 46px 0
}

@media (max-width:1100px) and (min-width:766px) {
    .osh-quiz .quiz-section .path-in-need-of-care .quiz-question-3 .answers .result {
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 10px;
        padding: 32px 36px 0;
        width: 45%
    }
}

@media (max-width:750px) {
    .osh-quiz .quiz-section .path-in-need-of-care .quiz-question-3 .answers .result {
        max-width: 100%;
        margin: 0;
        margin-bottom: 2px
    }
}

@media (max-width:750px) {
    .osh-quiz .quiz-section .path-in-need-of-care .quiz-question-3 .answers .result {
        height: auto;
        padding: 10px;
        font-size: 20px;
        line-height: 22px
    }

    .osh-quiz .quiz-section .path-in-need-of-care .quiz-question-3 .answers .result:last-of-type {
        margin-bottom: 0
    }
}

@media (max-width:360px) {
    .osh-quiz .quiz-section .path-in-need-of-care .quiz-question-3 .answers .result {
        height: auto;
        padding: 10px;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 0
    }

    .osh-quiz .quiz-section .path-in-need-of-care .quiz-question-3 .answers .result:last-of-type {
        margin-bottom: 0
    }
}

.osh-quiz .quiz-section {
    opacity: 0;
    -webkit-transition: all .75s;
    transition: all .75s;
    pointer-events: none
}

.osh-quiz .quiz-section .frame {
    max-width: 1400px
}

@media (max-width:1450px) {
    .osh-quiz .quiz-section .frame {
        max-width: 95%
    }
}

.osh-quiz .quiz-section .quiz-question {
    -webkit-transition: all .75s;
    transition: all .75s;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: auto;
    pointer-events: none;
    padding-bottom: 300px;
    background: black
}

.osh-quiz .quiz-section .path {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .5s;
    transition: all .5s
}

.osh-quiz .quiz-section .path.active {
    opacity: 1
}

.osh-quiz .quiz-section .frame {
    text-align: center;
    position: relative;
    padding-top: 300px;
    z-index: 5
}

.osh-quiz .quiz-section .frame .reset {
    display: inline-table;
    font-family: sofia-pro, sans-serif;
    font-size: 28px;
    color: #6d6e71;
    letter-spacing: 0;
    text-align: center;
    width: 400px;
    background: #fff;
    height: auto;
    background: #fff;
    border: 1px solid black;
    padding-top: 16px;
    margin: 0 24px;
    line-height: 32px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 48px;
    vertical-align: top;
    padding-bottom: 20px;
    padding: 16px 15px 20px
}

.osh-quiz .quiz-section .frame .reset:hover {
    background: #f5f5f5;
    color: #e50e38
}

.osh-quiz .quiz-section .frame .question {
    font-family: sofia-pro, sans-serif;
    font-size: 40px;
    color: black;
    letter-spacing: .55px;
    text-align: center
}

.osh-quiz .quiz-section .frame .question a {
    color: #e50e38;
    cursor: pointer
}

@media (max-width:750px) {
    .osh-quiz .quiz-section .frame .question {
        font-size: 28px;
        line-height: 32px
    }
}

@media (max-width:360px) {
    .osh-quiz .quiz-section .frame .question {
        font-size: 24px;
        line-height: 28px
    }
}

.osh-quiz .quiz-section .frame .answers {
    margin-top: 95px
}

.osh-quiz .quiz-section .frame .answers .form-container {
    padding: 60px;
    margin-bottom: 40px
}

.osh-quiz .quiz-section .frame .answers .form-container form .gform_body .gfield {
    margin-bottom: 0
}

.osh-quiz .quiz-section .frame .answers .form-container form .gform_body .gfield input {
    margin-bottom: 10px
}

@media (max-width:1050px) and (min-width:1000px) {
    .osh-quiz .quiz-section .frame .answers {
        margin-top: 20px
    }
}

@media (max-width:1000px) {
    .osh-quiz .quiz-section .frame .answers {
        margin-top: 20px
    }
}

.osh-quiz .quiz-section .frame .answers .answer,
.osh-quiz .quiz-section .frame .answers .result {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: sofia-pro, sans-serif;
    font-size: 28px;
    color: #6d6e71;
    letter-spacing: 0;
    text-align: center;
    width: 28%;
    background: #fff;
    height: auto;
    background: #fff;
    border: 1px solid black;
    padding-top: 16px;
    margin: 0 24px;
    line-height: 32px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 48px;
    vertical-align: top;
    padding-bottom: 20px;
    padding: 16px 15px 20px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.osh-quiz .quiz-section .frame .answers .answer:hover,
.osh-quiz .quiz-section .frame .answers .result:hover {
    color: #e50e38
}

@media (max-width:1000px) {

    .osh-quiz .quiz-section .frame .answers .answer,
    .osh-quiz .quiz-section .frame .answers .result {
        max-width: 100%;
        margin: 0;
        margin-bottom: 10px
    }
}

.osh-quiz .quiz-section .frame .answers .answer p,
.osh-quiz .quiz-section .frame .answers .result p {
    margin-top: 10px;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #6d6e71;
    letter-spacing: .25px;
    text-align: center;
    line-height: 30px
}

@media (max-width:750px) {

    .osh-quiz .quiz-section .frame .answers .answer p,
    .osh-quiz .quiz-section .frame .answers .result p {
        line-height: 20px;
        font-size: 16px;
        margin-top: 0
    }
}

@media (max-width:360px) {

    .osh-quiz .quiz-section .frame .answers .answer p,
    .osh-quiz .quiz-section .frame .answers .result p {
        line-height: 14px;
        font-size: 14px;
        margin-top: 0
    }
}

.osh-quiz .quiz-section .frame .answers .result {
    height: 219px;
    padding: 42px 36px 0;
    vertical-align: top
}

@media (max-width:1050px) and (min-width:1000px) {
    .osh-quiz .quiz-section .frame .answers .result {
        margin-bottom: 20px
    }
}

@media (max-width:1000px) and (min-width:766px) {
    .osh-quiz .quiz-section .frame .answers .result {
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 10px;
        width: 45%
    }
}

@media (max-width:750px) {
    .osh-quiz .quiz-section .frame .answers .result {
        height: auto;
        padding: 10px;
        font-size: 24px;
        line-height: 28px
    }
}

.osh-quiz .quiz-section .frame .answers .result p {
    margin-top: 10px;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #6d6e71;
    letter-spacing: .25px;
    text-align: center;
    line-height: 30px
}

@media (max-width:750px) {
    .osh-quiz .quiz-section .frame .answers .result p {
        line-height: 20px;
        font-size: 16px;
        margin-top: 0
    }
}

@media (max-width:360px) {
    .osh-quiz .quiz-section .frame .answers .result p {
        line-height: 14px;
        font-size: 14px;
        margin-top: 0
    }
}

.osh-quiz .banner .link {
    margin-left: 24px;
    font-family: sofia-pro, sans-serif;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    padding-bottom: 4px;
    margin-top: 25px;
    display: inline-block
}

@media (max-width:750px) {
    .osh-quiz .banner .link {
        margin-left: 0
    }
}

.osh-quiz .banner .link:after {
    width: 120%
}

.osh-quiz .quiz-section {
    width: 100%;
    top: 0;
    position: absolute
}

@media (max-width:1000px) {
    .osh-quiz .quiz-section {
        height: 100vh
    }
}

.osh-quiz .quiz-section img {
    position: absolute;
    bottom: 0
}

@media (max-width:1100px) {

    .osh-quiz .quiz-section .frame .answers .answer,
    .osh-quiz .quiz-section .frame .answers .result {
        width: 43%
    }

    .osh-quiz .quiz-section .frame {
        padding-top: 200px
    }

    .osh-quiz .quiz-section .frame .question {
        margin-bottom: 30px
    }
}

.overview-locations {
    padding-top: 132px;
    padding-bottom: 200px
}

@media (max-width:1050px) and (min-width:766px) {
    .overview-locations .grid-row {
        max-width: 90%
    }
}

@media (max-width:1000px) and (min-width:766px) {
    .overview-locations {
        padding-top: 60px
    }
}

@media (max-width:750px) {
    .overview-locations {
        padding-top: 20px;
        padding-bottom: 100px
    }
}

.overview-locations .overview {
    vertical-align: top;
    text-align: left
}

@media (max-width:1000px) and (min-width:766px) {
    .overview-locations .overview {
        width: 100%;
        display: block;
        padding: 0
    }
}

@media (max-width:750px) {
    .overview-locations .overview {
        margin-top: 40px
    }
}

.overview-locations .overview h3 {
    font-family: sofia-pro, sans-serif;
    font-size: 40px;
    color: black;
    letter-spacing: 0;
    line-height: 65px;
    text-align: left;
    margin: 0
}

.overview-locations .overview p {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #6d6e71;
    letter-spacing: .3px;
    line-height: 34px;
    margin-bottom: 34px
}

@media (max-width:750px) {
    .overview-locations .overview p {
        font-size: 18px;
        line-height: 24px
    }
}

.overview-locations .overview ul {
    margin: 0;
    padding-left: 20px
}

.overview-locations .overview ul li {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #6d6e71;
    letter-spacing: .3px;
    line-height: 34px
}

@media (max-width:750px) {
    .overview-locations .overview ul li {
        font-size: 18px;
        line-height: 24px
    }
}

.overview-locations .associated-locations {
    text-align: right;
    padding-right: 67px
}

@media (max-width:1000px) and (min-width:766px) {
    .overview-locations .associated-locations {
        padding: 0;
        float: left;
        width: 40%;
        margin-right: 60px;
        margin-bottom: 60px
    }
}

@media (max-width:750px) {
    .overview-locations .associated-locations {
        padding: 0;
        text-align: center
    }
}

.overview-locations .associated-locations .locations-inner {
    text-align: center;
    background: #f5f5f5;
    width: 516px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding-bottom: 60px;
    padding-top: 70px;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 100%
}

@media (max-width:1000px) and (min-width:766px) {
    .overview-locations .associated-locations .locations-inner {
        width: 100%;
        padding: 40px 20px;
        float: left
    }
}

@media (max-width:750px) {
    .overview-locations .associated-locations .locations-inner {
        width: 100%;
        padding: 40px 20px
    }
}

.overview-locations .associated-locations .locations-inner h3 {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: black;
    letter-spacing: .9px;
    text-align: center;
    line-height: 29px;
    margin: 0;
    margin-bottom: 35px;
    text-transform: uppercase;
    margin-top: 40px
}

.overview-locations .associated-locations .locations-inner a {
    display: block;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #6d6e71;
    letter-spacing: .27px;
    text-align: center;
    line-height: 19px;
    margin-bottom: 19px
}

.overview-locations .associated-locations .locations-inner p {
    display: block;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #6d6e71;
    letter-spacing: .27px;
    text-align: center;
    line-height: 16px;
    margin-bottom: 16px
}

#get-started {
    padding-bottom: 120px;
    background: rgba(229, 229, 229, .2);
    position: relative
}

#get-started.no-icon-teasers {
    padding-top: 100px;
    margin-top: -100px;
    padding-bottom: 180px
}

#get-started .frame {
    z-index: 3
}

#get-started.form-inside {
    padding-bottom: 491px
}

#get-started:before {
    content: "";
    top: 0;
    border-left: 1800px solid transparent;
    position: absolute;
    left: 0;
    border-top: 15px solid #fff
}

@media (max-width:1000px) {
    #get-started:before {
        content: none
    }
}

#get-started:after {
    content: "";
    bottom: 0;
    border-right: 1800px solid transparent;
    position: absolute;
    left: 0;
    border-bottom: 185px solid #fff
}

@media (max-width:1050px) {
    #get-started:after {
        border-bottom: 100px solid #fff
    }
}

@media (max-width:1000px) {
    #get-started:after {
        content: none
    }
}

#get-started .teasers {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 0;
    text-align: center;
    -webkit-transform: translateY(-74px);
    transform: translateY(-74px)
}

@media (max-width:1000px) and (min-width:766px) {
    #get-started .teasers {
        max-width: 90%
    }
}

@media (max-width:750px) {
    #get-started .teasers {
        margin-bottom: -74px;
        text-align: center
    }
}

#get-started .teasers .teaser-item {
    display: inline-block;
    width: 33.3333%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 60px
}

@media (max-width:1000px) and (min-width:766px) {
    #get-started .teasers .teaser-item {
        padding: 0 10px
    }
}

@media (max-width:750px) {
    #get-started .teasers .teaser-item {
        width: 100%;
        margin-bottom: 30px;
        max-width: 90%
    }
}

#get-started .teasers .teaser-item .teaser-item-name {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: black;
    letter-spacing: .9px;
    text-align: center;
    line-height: 25px;
    margin-top: 40px;
    margin-bottom: 10px
}

@media (max-width:750px) {
    #get-started .teasers .teaser-item .teaser-item-name {
        margin-top: 10px
    }
}

@media (max-width:750px) {
    #get-started .teasers .teaser-item .teaser-item-name {
        font-size: 22px
    }
}

#get-started .teasers .teaser-item .teaser-item-text {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #6d6e71;
    letter-spacing: .3px;
    text-align: center;
    line-height: 34px;
    max-width: 80%;
    margin: 0 auto
}

@media (max-width:750px) {
    #get-started .teasers .teaser-item .teaser-item-text {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width:1800px) {
    #get-started:before {
        border-left: 100vw solid transparent
    }

    #get-started:after {
        border-right: 100vw solid transparent
    }
}

#get-started .frame {
    max-width: 1022px;
    text-align: right;
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    #get-started .frame {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #get-started .frame .col-half:first-of-type {
        z-index: 5
    }
}

@media (max-width:1050px) {
    #get-started .frame {
        max-width: 90%
    }
}

#get-started .frame .col-half {
    display: inline-block;
    vertical-align: top;
    text-align: left
}

#get-started .frame .col-half svg {
    max-width: 100%;
    height: auto
}

@media (max-width:750px) {
    #get-started .frame .col-half {
        width: 100%
    }
}

#get-started .frame .col-half h2 {
    font-family: sofia-pro, sans-serif;
    font-size: 40px;
    color: black;
    font-weight: 400;
    margin: 0;
    letter-spacing: .55px;
    margin-bottom: 22px
}

#get-started .frame .col-half p {
    font-family: sofia-pro, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #6d6e71;
    letter-spacing: .3px;
    line-height: 34px;
    width: 450px;
    margin-bottom: 9px;
    margin-top: 0
}

@media (max-width:750px) {
    #get-started .frame .col-half p {
        max-width: 100%
    }
}

#get-started .frame .col-half form {
    position: relative;
    display: inline-block;
    margin-top: 15px
}

#get-started .frame .col-half form.ready .link-button {
    opacity: 1;
    visibility: visible
}

#get-started .frame .col-half .dropdown-select {
    outline: 0;
    font-family: sofia-pro, sans-serif;
    font-size: 12.24px;
    width: 200px;
    font-weight: 700;
    height: 66px;
    background: #fff;
    border: 0;
    -webkit-appearance: none;
    color: #6d6e71;
    letter-spacing: .44px;
    text-align: left;
    line-height: 17px;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 24px;
    vertical-align: top;
    background-image: url(../imgs/icons/menu-arrow-orange.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px 10px
}

#get-started .frame .col-half .dropdown-select .dropdown {
    position: absolute;
    width: 100%;
    top: 100%;
    max-height: 0;
    overflow: hidden;
    left: 0;
    background: #fff;
    padding-left: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-bottom: 20px;
    padding-bottom: 0
}

#get-started .frame .col-half .dropdown-select .dropdown .option {
    padding-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s
}

#get-started .frame .col-half .dropdown-select .dropdown .option:hover {
    color: #e50e38
}

#get-started .frame .col-half .dropdown-select:hover .dropdown {
    padding-bottom: 20px;
    overflow: auto;
    max-height: 150px
}

#get-started .frame .col-half input[type=number]::-webkit-inner-spin-button,
#get-started .frame .col-half input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#get-started .frame .col-half ::-webkit-input-placeholder {
    color: rgba(109, 110, 113, .33)
}

#get-started .frame .col-half ::-moz-placeholder {
    color: rgba(109, 110, 113, .33)
}

#get-started .frame .col-half :-ms-input-placeholder {
    color: rgba(109, 110, 113, .33)
}

#get-started .frame .col-half :-moz-placeholder {
    color: rgba(109, 110, 113, .33)
}

#get-started .frame .col-half .link-button {
    vertical-align: top;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    height: 66px;
    width: 72px;
    border: 0;
    display: inline-block;
    outline: 0;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 12.24px;
    color: #e50e38;
    letter-spacing: .44px;
    text-align: center;
    line-height: 17px;
    padding-top: 24px;
    text-transform: uppercase;
    margin-left: 16px;
    cursor: pointer
}

#get-started #with-us-youre-home .frame-right .col-half,
#get-started #with-us-youre-home .frame-right .col-half:first-of-type {
    width: 100%;
    max-width: 100%;
    display: block
}

.page-template-apply #get-started {
    padding-top: 400px;
    padding-bottom: 300px
}

.page-template-apply #get-started:after {
    content: none
}

#get-started+.referral-form {
    margin-top: -390px;
    background: 0 0
}

.single-office .referral-form {
    background: #f5f5f5;
    padding-bottom: 154px
}

@media (max-width:750px) {
    .single-office .referral-form {
        padding-bottom: 20px
    }
}

.single-office .referral-form:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 185px;
    content: "";
    background: #fff
}

.single-office .referral-form:after {
    position: absolute;
    top: 185px;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    border-top: 125px solid #fff;
    border-left: 100vw solid transparent
}

@media (min-width:1800px) {
    .single-office .referral-form:after {
        border-left: 1800px solid transparent
    }
}

.answers .form-container,
.referral-form .form-container {
    background: #fff;
    border: 8px solid #f4f4f4;
    width: 940px;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 75px;
    padding-left: 130px;
    padding-right: 130px;
    padding-bottom: 100px;
    position: relative;
    z-index: 3
}

.answers .form-container .gform_anchor,
.referral-form .form-container .gform_anchor {
    top: -153px;
    position: absolute
}

@media (max-width:1000px) and (min-width:766px) {

    .answers .form-container,
    .referral-form .form-container {
        padding: 60px;
        margin-bottom: 40px
    }
}

@media (max-width:750px) {

    .answers .form-container,
    .referral-form .form-container {
        padding: 20px
    }
}

.answers .form-container h2,
.referral-form .form-container h2 {
    font-family: sofia-pro, sans-serif;
    font-size: 40px;
    color: black;
    letter-spacing: 0;
    text-align: center;
    line-height: 65px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 50px
}

@media (max-width:750px) {

    .answers .form-container h2,
    .referral-form .form-container h2 {
        margin-bottom: 25px;
        font-size: 35px
    }
}

@media (max-width:360px) {

    .answers .form-container h2,
    .referral-form .form-container h2 {
        margin-bottom: 25px;
        font-size: 30px;
        line-height: 35px
    }
}

.answers .form-container .gform_confirmation_message,
.referral-form .form-container .gform_confirmation_message {
    font-size: 20px;
    text-align: center;
    font-family: sofia-pro, sans-serif;
    font-weight: 700
}

.answers .form-container form h3 {
    display: none
}

/* .answers .form-container form h3,
.referral-form .form-container form h3 {
    display: none
} */

.answers .form-container form label {
    display: none
}

/* .answers .form-container form label,
.referral-form .form-container form label {
    display: none
} */

.answers .form-container form .gform_fields,
.referral-form .form-container form .gform_fields {
    font-size: 0;
    margin: 0;
    padding: 0
}

.answers .form-container form input[type=submit],
.referral-form .form-container form input[type=submit] {
    -webkit-appearance: none;
    background: 0 0;
    text-transform: capitalize;
    display: block;
    margin: 0 auto;
    width: 107px;
    border-bottom: 1px solid #e50e38;
    text-align: center;
    padding: 0;
    padding-bottom: 8px;
    margin-top: 40px;
    outline: 0;
    cursor: pointer
}

.answers .form-container form input[type=submit]:hover,
.referral-form .form-container form input[type=submit]:hover {
    border: 0;
    border-bottom: 1px solid #e50e38
}

.answers .form-container form .validation_error,
.referral-form .form-container form .validation_error {
    color: #e50e38;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    font-family: sofia-pro, sans-serif;
    font-weight: 400
}

.answers .form-container form .gfield_description.validation_message,
.referral-form .form-container form .gfield_description.validation_message {
    color: #e50e38;
    margin-bottom: 0;
    text-align: left;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-size: 14px
}

.answers .form-container form .gform_body .gfield,
.referral-form .form-container form .gform_body .gfield {
    display: inline-block;
    width: 100%;
    margin-bottom: 17px
}

.answers .form-container form .gform_body .gfield.gform_validation_container,
.referral-form .form-container form .gform_body .gfield.gform_validation_container {
    display: none
}

.answers .form-container form .gform_body .gfield.left-half,
.answers .form-container form .gform_body .gfield.right-half,
.referral-form .form-container form .gform_body .gfield.left-half,
.referral-form .form-container form .gform_body .gfield.right-half {
    width: 50%
}

@media (max-width:750px) {

    .answers .form-container form .gform_body .gfield.left-half,
    .answers .form-container form .gform_body .gfield.right-half,
    .referral-form .form-container form .gform_body .gfield.left-half,
    .referral-form .form-container form .gform_body .gfield.right-half {
        width: 100%
    }
}

.answers .form-container form .gform_body .gfield.right-half,
.referral-form .form-container form .gform_body .gfield.right-half {
    padding-left: 9px
}

@media (max-width:750px) {

    .answers .form-container form .gform_body .gfield.right-half,
    .referral-form .form-container form .gform_body .gfield.right-half {
        padding-left: 0
    }
}

.answers .form-container form .gform_body .gfield.left-half,
.referral-form .form-container form .gform_body .gfield.left-half {
    padding-right: 9px
}

@media (max-width:750px) {

    .answers .form-container form .gform_body .gfield.left-half,
    .referral-form .form-container form .gform_body .gfield.left-half {
        padding-right: 0
    }
}

/* .answers .form-container form .gform_body .gfield input,
.answers .form-container form .gform_body .gfield select,
.referral-form .form-container form .gform_body .gfield input,
.referral-form .form-container form .gform_body .gfield select {
    height: 60px;
    width: 100%;
    background: #f5f5f5;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 12.24px;
    color: #6d6e71;
    letter-spacing: .44px;
    line-height: 17px;
    padding-left: 25px;
    border-radius: 4px;
    text-transform: uppercase
} */

.answers .form-container form .gform_body .gfield select,
.referral-form .form-container form .gform_body .gfield select {
    background-image: url(../imgs/icons/menu-arrow-orange.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px 10px
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes wheelChairRotate {
    from {
        -webkit-transform: translate(228px, 202px) rotate(0);
        transform: translate(228px, 202px) rotate(0)
    }

    to {
        -webkit-transform: translate(228px, 202px) rotate(360deg);
        transform: translate(228px, 202px) rotate(360deg)
    }
}

@keyframes wheelChairRotate {
    from {
        -webkit-transform: translate(228px, 202px) rotate(0);
        transform: translate(228px, 202px) rotate(0)
    }

    to {
        -webkit-transform: translate(228px, 202px) rotate(360deg);
        transform: translate(228px, 202px) rotate(360deg)
    }
}

.gear-icon {
    -webkit-animation: rotate 5s infinite;
    animation: rotate 5s infinite
}

@-webkit-keyframes movement {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes movement {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes movement2 {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes movement2 {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes movement2 {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes coffee {
    from {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 100%
    }
}

@keyframes coffee {
    from {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 100%
    }
}

@-webkit-keyframes coffee2 {
    from {
        stroke-dashoffset: 100%
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes coffee2 {
    from {
        stroke-dashoffset: 100%
    }

    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes heartbeat {
    from {
        stroke-dashoffset: 103.256px
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes heartbeat {
    from {
        stroke-dashoffset: 103.256px
    }

    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes devLine {
    0% {
        stroke-dashoffset: 119px
    }

    60% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 240px
    }
}

@keyframes devLine {
    0% {
        stroke-dashoffset: 119px
    }

    60% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 240px
    }
}

@-webkit-keyframes arrow {
    0% {
        stroke-dashoffset: 15.5322px
    }

    60% {
        stroke-dashoffset: 15.5322px
    }

    80% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes arrow {
    0% {
        stroke-dashoffset: 15.5322px
    }

    60% {
        stroke-dashoffset: 15.5322px
    }

    80% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes shine {
    from {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 100%
    }
}

@keyframes shine {
    from {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 100%
    }
}

.init #diamond-shine path {
    -webkit-animation: shine 2.5s infinite linear;
    animation: shine 2.5s infinite linear;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.init #steam path:first-of-type {
    -webkit-animation: coffee 2.5s infinite linear;
    animation: coffee 2.5s infinite linear
}

.init #steam path:last-of-type {
    -webkit-animation: coffee2 1.5s infinite linear;
    animation: coffee2 1.5s infinite linear
}

.init.heartbeat #beat-line {
    -webkit-animation: heartbeat 1s infinite linear;
    animation: heartbeat 1s infinite linear;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.init #dev-line {
    -webkit-animation: devLine 2.5s infinite linear;
    animation: devLine 2.5s infinite linear;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.init #arrow {
    -webkit-animation: arrow 2.5s infinite linear;
    animation: arrow 2.5s infinite linear;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.info-block-item:hover .init #arrow,
.info-block-item:hover .init #dev-line,
.info-block-item:hover .init #diamond-shine path,
.info-block-item:hover .init.heartbeat #beat-line {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

#inner-wheelchair {
    -webkit-transform: translate(228px, 202px);
    transform: translate(228px, 202px)
}

@media (max-width:1000px) and (min-width:766px) {

    header .main-nav li.menu-item-has-children:before,
    header .menu-language-container li.menu-item-has-children:before {
        content: none
    }

    #site {
        overflow: hidden
    }

    #home-banner .vjs-poster {
        background-size: cover
    }

    header #logo {
        margin-top: 0;
        margin-left: 20px
    }

    #home-banner.playing .video-close {
        bottom: 80px;
        right: 25px
    }

    header .frame {
        max-width: 100%
    }

    header.scroll {
        padding-bottom: 0
    }

    header.scroll #logo {
        margin-top: 0
    }

    header {
        -webkit-transition: all .5s;
        transition: all .5s;
        padding-bottom: 20px
    }

    header:after {
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0)), to(#fff));
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #fff 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .67)), to(#fff));
        background-image: linear-gradient(0deg, rgba(255, 255, 255, .67), #fff 100%);
        height: 100%;
        opacity: 1
    }

    header #logo-link #color-logo {
        opacity: 1
    }

    header #logo-link #main-logo {
        opacity: 0
    }

    header #menu-toggle {
        margin-top: 25px;
        width: 45px;
        height: 45px;
        position: relative;
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 15px;
        cursor: pointer;
        z-index: 10
    }

    header #menu-toggle .top-bar {
        height: 4px;
        width: 25px;
        margin-top: 11px;
        background: #e50e38;
        -webkit-transition: all .5s;
        transition: all .5s;
        cursor: pointer;
        position: relative;
        margin: 11px auto 0
    }

    header #menu-toggle:before {
        height: 4px;
        width: 30px;
        background: #fff;
        content: " ";
        position: absolute;
        top: 10px;
        background: #e50e38;
        -webkit-transition: all .5s;
        transition: all .5s;
        height: 4px;
        width: 25px;
        top: 20px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    header #menu-toggle:after {
        height: 4px;
        width: 25px;
        top: 29px;
        content: " ";
        position: absolute;
        background: #e50e38;
        -webkit-transition: all .5s;
        transition: all .5s;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    header.open #menu-toggle .top-bar {
        height: 0
    }

    header.open #menu-toggle:before {
        top: 21px;
        -webkit-transform: rotate(45deg) translateX(-50%);
        transform: rotate(45deg) translateX(-50%);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    header.open #menu-toggle:after {
        top: 21px;
        position: absolute;
        -webkit-transform: rotate(-45deg) translateX(-50%);
        transform: rotate(-45deg) translateX(-50%);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    header .header-align-right {
        position: fixed;
        border-top: 2px solid #f5f5f5;
        left: 100%;
        top: 96px;
        -webkit-transition: all .5s;
        transition: all .5s;
        background: #fff;
        height: calc(100vh - 96px);
        width: 100%;
        margin: 0;
        padding: 30px;
        padding-top: 70px;
        text-align: center;
        float: none;
        display: block
    }

    header .header-align-right .main-nav {
        margin-top: 0
    }

    header .header-align-right li {
        display: block;
        padding-bottom: 25px;
        padding-right: 0
    }

    header .header-align-right li.menu-item-has-children {
        padding-bottom: 20px
    }

    header .header-align-right li.menu-item-has-children:after {
        content: none
    }

    header .header-align-right li a {
        font-size: 24px;
        color: black
    }

    header .header-align-right li .sub-menu {
        margin-top: 5px;
        max-height: none;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: 0;
        width: 250px
    }

    header .header-align-right li .sub-menu li a {
        font-size: 18px
    }

    header .util-nav {
        -webkit-transition: all .5s;
        transition: all .5s;
        width: 100%;
        left: 100%;
        margin-top: 0;
        text-align: center
    }

    header .util-nav .phone,
    header .util-nav .translation-select {
        margin-top: 0;
        margin: 0 10px;
        font-size: 20px
    }

    header.open .util-nav {
        left: 0
    }

    header.open {
        background: #fff
    }

    header.open .header-align-right {
        left: 0
    }

    footer .bottom-footer .frame .footer-info {
        width: auto
    }

    #home-banner {
        height: 550px;
        background-position: 25% 50%
    }

    #home-banner .container {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 116px
    }

    #home-banner .container h1 {
        font-size: 45px;
        line-height: 50px
    }

    #home-banner .container * {
        max-width: 55%
    }

    #home-banner .container #play-video {
        height: 50px;
        margin-top: 20px
    }

    #home-banner .container #play-video:before {
        height: 50px
    }

    .icon-ctas .cta-item {
        padding: 0 10px
    }

    #with-us-youre-home .frame-right .col-half:first-of-type {
        max-width: 80%;
        display: block;
        margin: 0 auto
    }

    #with-us-youre-home .frame-right .col-half:last-of-type {
        display: block;
        max-width: 90%;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        z-index: 3
    }

    #with-us-youre-home {
        padding-bottom: 60px
    }

    #with-us-youre-home .frame-right {
        position: relative;
        z-index: 2
    }

    #with-us-youre-home:after {
        border-bottom-width: 100px
    }

    #find-an-office {
        padding-bottom: 40px
    }

    .testimonials .frame .testimonial-item .quote {
        font-size: 30px;
        line-height: 50px
    }

    .partner-logos .frame {
        max-width: 95%
    }

    footer .top-footer .frame .col-4 .social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer .top-footer .frame .col-4 .social a {
        margin-bottom: 10px
    }

    .testimonials {
        background-position: 50% 50%;
        padding-top: 50px;
        background-repeat: no-repeat
    }

    .testimonials .testimonial-slider {
        max-width: 75%
    }

    footer .top-footer .frame {
        max-width: 95%
    }

    footer .top-footer .frame .col-4:first-of-type {
        padding-left: 10px;
        padding-right: 10px
    }

    footer .top-footer .frame .col-4:nth-of-type(2) {
        padding-left: 10px;
        padding-right: 10px
    }

    footer .top-footer .frame .col-4:nth-of-type(3) {
        padding-left: 10px;
        padding-right: 10px
    }

    footer .top-footer .frame .col-4:nth-of-type(4) {
        padding-left: 10px;
        padding-right: 10px
    }

    footer .bottom-footer {
        margin-top: -10px
    }

    footer .bottom-footer:before {
        top: 10px
    }

    footer .bottom-footer .frame {
        max-width: 95%;
        display: block
    }

    footer .bottom-footer .frame:before {
        top: 10px
    }

    footer .bottom-footer .frame .footer-illustration {
        margin-left: 0;
        display: inline-block;
        width: 300px
    }

    footer .bottom-footer .frame .footer-info {
        display: inline-block
    }

    footer .bottom-footer .frame .footer-info:after {
        content: none
    }

    footer .bottom-footer .frame .footer-info .copyright {
        line-height: 1
    }

    footer .bottom-footer .frame .footer-info .copyright p {
        line-height: 1
    }

    footer .bottom-footer .frame .footer-info .disclaimers {
        max-width: 100%
    }

    footer .bottom-footer .frame .footer-info .disclaimers a {
        display: inline-block
    }

    footer .bottom-footer .frame .footer-info .disclaimers:after {
        content: none
    }

    footer .bottom-footer .frame .footer-info .disclaimers .copyright {
        line-height: 1
    }

    footer .bottom-footer .frame .footer-info .disclaimers .copyright p {
        line-height: 1
    }

    footer .bottom-footer .frame .footer-info .disclaimers .hidden-policy {
        max-width: 100%;
        margin-left: 0;
        width: 100%
    }

    footer .bottom-footer .frame .footer-info .disclaimers .hidden-policy.active {
        max-height: 1000px
    }
}

@media (max-width:766px) {
    header .header-align-right li.menu-item-has-children a:hover {
        color: #e50e38
    }

    header .main-nav li.menu-item-has-children:before,
    header .menu-language-container li.menu-item-has-children:before {
        content: none
    }

    .banner.team-banner {
        height: auto;
        padding-bottom: 60px
    }

    .open-job-locations .frame .job-location-item .job-location-icon {
        margin-bottom: 10px
    }

    .side-by-side .side-by-side-row {
        display: block
    }

    .banner .banner-box-icon svg {
        height: auto
    }

    .banner.locations-banner {
        height: auto;
        padding-bottom: 80px
    }

    .banner.locations-banner .frame svg {
        height: 200px
    }

    .map-section .row .locations {
        display: block
    }

    header.open .header-align-right {
        display: block
    }

    header .main-nav li .sub-menu {
        width: 100%
    }

    .careers-grid .frame .career-item .career-quote .career-quote-inner {
        width: calc(100% - 40px)
    }

    .careers-grid .frame .career-item .career-quote .quote,
    .careers-grid .frame .career-item .office-employee-quote .quote,
    .careers-grid .frame .office-employee-item .career-quote .quote,
    .careers-grid .frame .office-employee-item .office-employee-quote .quote,
    .office-employee-grid .frame .career-item .career-quote .quote,
    .office-employee-grid .frame .career-item .office-employee-quote .quote,
    .office-employee-grid .frame .office-employee-item .career-quote .quote,
    .office-employee-grid .frame .office-employee-item .office-employee-quote .quote {
        font-size: 20px;
        line-height: 35px
    }

    .accordion .accordion-header {
        z-index: 4
    }

    .accordion.faqs-accordion {
        padding-top: 120px
    }

    .video-js {
        display: none
    }

    #home-banner.playing .video-js {
        display: block
    }

    header .menu-language-container {
        height: auto
    }

    header .menu-language-container ul#menu-language li.menu-item-has-children.pll-parent-menu-item {
        height: auto
    }

    header #menu-language li.menu-item-has-children.pll-parent-menu-item,
    header .main-nav li.menu-item-has-children.pll-parent-menu-item {
        height: auto;
        margin: 0 auto;
        padding: 0
    }

    header #menu-language li.menu-item-has-children.pll-parent-menu-item:after,
    header .main-nav li.menu-item-has-children.pll-parent-menu-item:after {
        content: none
    }

    #site {
        overflow: hidden
    }

    header .main-nav li.menu-item-has-children:before {
        content: none
    }

    header #logo {
        margin-top: 20px;
        margin-left: 20px
    }

    header .frame {
        max-width: 100%
    }

    header .header-align-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    header.scroll {
        padding-bottom: 0
    }

    header.scroll #logo {
        margin-top: 0
    }

    .banner.solid-blue {
        padding-top: 100px
    }

    header {
        -webkit-transition: all .5s;
        transition: all .5s
    }

    header #logo-link {
        width: 200px;
        height: 66px
    }

    header #logo-link #color-logo {
        opacity: 1
    }

    header #logo-link #main-logo {
        opacity: 0
    }

    header #menu-toggle {
        margin-top: 15px;
        width: 45px;
        height: 45px;
        position: relative;
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 15px;
        cursor: pointer;
        z-index: 10
    }

    header #menu-toggle .top-bar {
        height: 4px;
        width: 25px;
        margin-top: 11px;
        background: #e50e38;
        -webkit-transition: all .5s;
        transition: all .5s;
        cursor: pointer;
        position: relative;
        margin: 11px auto 0
    }

    header #menu-toggle:before {
        height: 4px;
        width: 30px;
        background: #fff;
        content: " ";
        position: absolute;
        top: 10px;
        background: #e50e38;
        -webkit-transition: all .5s;
        transition: all .5s;
        height: 4px;
        width: 25px;
        top: 20px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    header #menu-toggle:after {
        height: 4px;
        width: 25px;
        top: 29px;
        content: " ";
        position: absolute;
        background: #e50e38;
        -webkit-transition: all .5s;
        transition: all .5s;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    header.open #menu-toggle .top-bar {
        height: 0
    }

    header.open #menu-toggle:before {
        top: 21px;
        -webkit-transform: rotate(45deg) translateX(-50%);
        transform: rotate(45deg) translateX(-50%);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    header.open #menu-toggle:after {
        top: 21px;
        position: absolute;
        -webkit-transform: rotate(-45deg) translateX(-50%);
        transform: rotate(-45deg) translateX(-50%);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    header .header-align-right {
        position: fixed;
        left: 100%;
        top: 81px;
        border-top: 2px solid #f5f5f5;
        -webkit-transition: all .5s;
        transition: all .5s;
        background: #fff;
        height: calc(100vh - 81px);
        width: 100%;
        margin: 0;
        padding: 20px;
        text-align: center;
        overflow: auto
    }

    header .header-align-right .main-nav {
        margin-top: 0
    }

    header .header-align-right li {
        display: block;
        padding-bottom: 10px;
        padding-right: 0;
        padding-left: 0
    }

    header .header-align-right li.menu-item-has-children {
        padding-bottom: 10px
    }

    header .header-align-right li.menu-item-has-children:after {
        content: none
    }

    header .header-align-right li a {
        font-size: 24px
    }

    header .header-align-right li .sub-menu {
        margin-top: 5px;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative
    }

    header .header-align-right li .sub-menu li a {
        font-size: 18px
    }

    header .util-nav {
        -webkit-transition: all .5s;
        transition: all .5s;
        width: 100%;
        left: 100%;
        margin-top: 0;
        text-align: center
    }

    header .util-nav .phone,
    header .util-nav .translation-select {
        margin-top: 0;
        margin: 0 10px;
        font-size: 20px
    }

    header.open .util-nav {
        left: 0
    }

    header.open {
        background: #fff
    }

    header.open .header-align-right {
        left: 0
    }

    footer .bottom-footer .frame .footer-info {
        display: block
    }

    footer .bottom-footer .frame .footer-illustration {
        display: block
    }

    footer .bottom-footer .frame {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    h1 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 auto
    }

    #home-banner {
        background-color: #f6f6f5;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        height: 560px
    }

    #home-banner .container {
        margin: 0 auto;
        text-align: center;
        padding-top: 100px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        left: auto;
        top: auto;
        width: 100%;
        position: relative
    }

    #home-banner .container #play-video {
        max-width: 100%;
        width: 240px;
        padding-left: 70px;
        height: 60px
    }

    #home-banner .container #play-video:before {
        width: 60px;
        height: 60px
    }

    #home-banner .container p {
        font-size: 18px;
        line-height: 24px
    }

    #home-banner .container * {
        margin: 0 auto
    }

    .icon-ctas {
        padding-bottom: 80px
    }

    .icon-ctas .side-call-out {
        width: 100%;
        left: 0
    }

    .icon-ctas .cta-item {
        display: block;
        width: 100%;
        margin-bottom: 40px
    }

    .icon-ctas .cta-item h3 {
        font-size: 24px;
        line-height: 32px
    }

    .icon-ctas .cta-item p {
        font-size: 18px;
        line-height: 24px
    }

    .icon-ctas .cta-item .link {
        margin-top: 20px
    }

    #find-an-office:before {
        border-top-width: 80px
    }

    #find-an-office:after {
        border-bottom-width: 40px
    }

    #find-an-office .frame {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #find-an-office .frame .col-half {
        max-width: 100%
    }

    #find-an-office .frame .col-half p {
        max-width: 100%;
        font-size: 18px;
        line-height: 24px
    }

    #find-an-office .frame .col-half h2 {
        font-size: 28px;
        line-height: 36px
    }

    #with-us-youre-home {
        padding-bottom: 120px
    }

    #with-us-youre-home:after {
        border-bottom-width: 100px
    }

    #with-us-youre-home .frame-right {
        max-width: 90%;
        margin: 0 auto
    }

    #with-us-youre-home .frame-right .text {
        margin-top: -40px;
        font-size: 24px;
        line-height: 32px;
        padding-left: 0
    }
}

@media (max-width:766px) and (max-width:360px) {
    #with-us-youre-home .frame-right .text {
        margin-top: -30px
    }
}

@media (max-width:766px) {
    #with-us-youre-home .frame-right .col-half:last-of-type {
        margin-top: 20px;
        padding: 0
    }

    #with-us-youre-home .frame-right .col-half:last-of-type .fancy-script {
        font-size: 50px;
        padding-left: 0
    }
}

@media (max-width:766px) and (max-width:360px) {
    #with-us-youre-home .frame-right .col-half:last-of-type .fancy-script {
        font-size: 42px
    }
}

@media (max-width:766px) {
    #with-us-youre-home .frame-right .col-half:last-of-type .fancy-script span {
        margin-left: -13px
    }

    #with-us-youre-home .frame-right .col-half:first-of-type .img-wrap:after {
        left: 10px;
        top: 10px
    }

    #with-us-youre-home .frame-right .col-half,
    #with-us-youre-home .frame-right .col-half:first-of-type {
        width: 100%;
        max-width: 100%;
        display: block
    }

    .partner-logos {
        padding-bottom: 20px
    }

    .partner-logos h3 {
        font-size: 24px;
        line-height: 32px
    }

    .partner-logos .flex-align {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .partner-logos .flex-align .logo-item {
        margin-bottom: 20px
    }

    .testimonials {
        padding: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        background-color: #f5f5f5;
        position: relative;
        padding-bottom: 60px;
        padding-top: 40px;
        background-image: none !important
    }

    .testimonials .frame {
        max-width: 90%;
        margin: 0 auto
    }

    .testimonials .frame .testimonial-item {
        padding: 0
    }

    .testimonials .frame .testimonial-item .quote {
        font-size: 22px;
        line-height: 28px
    }

    .testimonials .testimonial-slider {
        width: 100%;
        max-width: 100%
    }

    .testimonials .testimonial-slider .slick-next,
    .testimonials .testimonial-slider .slick-prev {
        top: 73px;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .testimonials .testimonial-slider .slick-next {
        right: 30px
    }

    .testimonials .testimonial-slider .slick-prev {
        left: 30px
    }

    footer .bottom-footer {
        margin-top: -10px
    }

    footer .bottom-footer:before {
        top: 10px
    }

    footer .bottom-footer .frame {
        max-width: 90%
    }

    footer .bottom-footer .frame .footer-illustration {
        margin: 0
    }

    footer .bottom-footer .frame .footer-info {
        max-width: 100%;
        text-align: left;
        margin-top: 25px
    }

    footer .bottom-footer .frame .footer-info .copyright {
        line-height: 20px;
        font-size: 12px;
        text-align: left
    }

    footer .bottom-footer .frame .footer-info a {
        margin-left: 0;
        margin-right: 20px
    }
}

@media (max-width:766px) and (max-width:360px) {
    footer .bottom-footer .frame .footer-info a {
        margin-right: 5px
    }
}

@media (max-width:766px) {
    footer .bottom-footer .frame .footer-info .disclaimers {
        margin-bottom: 10px
    }

    footer .bottom-footer .frame .footer-info .disclaimers .hidden-policy {
        max-width: 100%;
        margin-left: 0;
        text-align: left
    }

    footer .bottom-footer .frame .footer-info .disclaimers .hidden-policy p {
        text-align: left;
        font-size: 16px
    }

    footer .bottom-footer .frame .footer-info .disclaimers:after {
        max-width: 100%;
        left: 0;
        content: none
    }

    footer .top-footer .frame {
        max-width: 90%
    }

    footer .top-footer .frame .col-4 {
        width: 50%;
        margin-bottom: 20px
    }

    footer .top-footer .frame .col-4 .social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer .top-footer .frame .col-4 .social a {
        margin-bottom: 12px
    }

    footer .top-footer .frame .col-4:first-of-type {
        padding: 0;
        padding-right: 40px
    }

    footer .top-footer .frame .col-4:nth-of-type(2) {
        padding: 0
    }

    footer .top-footer .frame .col-4:nth-of-type(3) {
        padding: 0
    }

    footer .top-footer .frame .col-4:nth-of-type(4) {
        padding: 0;
        padding-top: 31px
    }

    .osh-quiz .banner {
        padding-top: 150px
    }

    .osh-quiz .quiz-section .frame {
        padding-top: 150px
    }

    .osh-quiz .quiz-section .frame .question {
        font-size: 24px;
        line-height: 28px
    }

    .osh-quiz .quiz-section .frame .answers .answer,
    .osh-quiz .quiz-section .frame .answers .result {
        width: 100%;
        height: auto;
        font-size: 20px;
        line-height: 26px
    }

    .osh-quiz .quiz-section .quiz-question {
        padding-bottom: 200px
    }

    .osh-quiz .quiz-section .frame .answers .form-container {
        padding: 20px
    }

    .osh-quiz .quiz-section .frame .reset {
        max-width: 80%;
        width: 100%;
        margin: 0 auto
    }
}

.no-touch .link:hover {
    color: #e50e38
}

.no-touch header .main-nav li .sub-menu li a:hover,
.no-touch header .menu-language-container li .sub-menu li a:hover {
    color: #e50e38
}

.no-touch header #menu-language li.menu-item-has-children.pll-parent-menu-item:hover .translation-dropdown,
.no-touch header .main-nav li.menu-item-has-children.pll-parent-menu-item:hover .translation-dropdown {
    max-height: 200px
}

.no-touch footer .top-footer .frame .col-4 .social a:hover svg g {
    fill: #e50e38
}

.no-touch footer .top-footer .frame a:hover {
    color: #e50e38
}

.no-touch footer .bottom-footer .frame .footer-info a:hover {
    color: #e50e38
}

.no-touch #home-banner .video-close:hover {
    background: rgba(255, 255, 255, .5)
}

.no-touch #video-modal .video-close:hover {
    background: rgba(255, 255, 255, .5)
}

.no-touch .team-repeater .team-item .team-item-inner:hover .team-item-info-card .team-item-name {
    color: #e50e38
}

.no-touch .team-repeater .team-item .team-item-inner .team-item-info-card .team-item-name:hover {
    color: #e50e38
}

/* html[lang=es-ES] #find-an-office .frame .col-half input[type=number],
html[lang=es-ES] .banner.locations-banner .location-search input[type=text] {
    width: 300px
} */

html[lang=es-ES] #home-banner .container #play-video {
    width: 260px
}

html[lang=es-ES] header .main-nav li a,
html[lang=es-ES] header .menu-language-container li a {
    font-size: 16px
}

html[lang=es-ES] header .main-nav li,
html[lang=es-ES] header .menu-language-container li {
    padding-right: 10px;
    padding-left: 10px
}

html[lang=es-ES] #with-us-youre-home .frame-right .col-half:last-of-type .fancy-script {
    width: 200%;
    padding-left: 0
}

html[lang=es-ES] #with-us-youre-home .frame-right .col-half:last-of-type {
    padding-right: calc(((1800px - 1240px)/ 2) - 50px)
}

@media (max-width:1800px) {
    html[lang=es-ES] #with-us-youre-home .frame-right .col-half:last-of-type {
        padding-right: calc((100vw - 1240px)/ 2)
    }
}

@media (max-width:1300px) {
    html[lang=es-ES] #with-us-youre-home .frame-right .col-half:last-of-type {
        padding-right: 30px
    }
}

html[lang=es-ES] .icon-ctas .cta-item {
    padding: 0 25px
}

@media (max-width:1700px) {
    html[lang=es-ES] header .menu-language-container ul#menu-language li.menu-item-has-children.pll-parent-menu-item {
        height: 35px;
        margin-top: 0;
        padding-top: 0
    }

    html[lang=es-ES] header .header-align-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    html[lang=es-ES] header .main-nav {
        margin-top: 10px
    }

    html[lang=es-ES] header .util-nav {
        text-align: right
    }

    html[lang=es-ES] header .menu-language-container {
        display: inline-block;
        vertical-align: top;
        margin-top: 15px;
        height: 35px
    }

    html[lang=es-ES] header .phone,
    html[lang=es-ES] header .translation-select {
        margin-top: 15px;
        height: 35px;
        padding-top: 10px
    }

    html[lang=es-ES] header .main-nav li.menu-item-has-children.pll-parent-menu-item {
        display: none
    }

    html[lang=es-ES] header .menu-language-container ul#menu-language {
        margin: 0;
        padding: 0
    }
}

@media (max-width:1300px) {

    html[lang=es-ES] header .main-nav li a,
    html[lang=es-ES] header .menu-language-container li a {
        font-size: 14px
    }

    html[lang=es-ES] header .main-nav li,
    html[lang=es-ES] header .menu-language-container li {
        padding-right: 0;
        padding-left: 10px
    }
}

@media (max-width:1140px) {

    html[lang=es-ES] header .main-nav li a,
    html[lang=es-ES] header .menu-language-container li a {
        font-size: 12px
    }

    html[lang=es-ES] header .main-nav li,
    html[lang=es-ES] header .menu-language-container li {
        padding-right: 0;
        padding-left: 10px
    }
}

@media (max-width:1040px) and (min-width:1000px) {
    html[lang=es-ES] header #logo-link {
        width: 230px
    }
}


/* Css for donate button */
.donate-btn {
    color: #e50e38 !important;
}


/* css for service page */

.service-text {
    text-align: center;
    font-size: 22px;
    padding: 0 0 70px 0;
}


.referal-form input {
    display: block;
    width: 100% !important;
}


.location-scrolling {
    height: 150px;
    overflow-y: auto;
}


.service-text2 {
    margin: 2%;
    color: #ffffff;
    padding: 0 10%;
}


@media (max-width:750px) {
    .service-text2 {
        font-size: 12px;
    }
}

@media (max-width:285px) {
    .service-text2 {
        font-size: 10px;
    }
}




.post-item iframe {
    width: 100% !important;

}



a:hover {
    text-decoration: none;
}




.additional-team-members {
    margin-top: 40px !important;
}





.card {
    border: none !important;
}

.card-body {
    padding-left: 2px;
    padding-right: 2px;
}


.card-title {
    font-family: sofia-pro, sans-serif !important;
    font-weight: 700 !important;
    font-size: 25px !important;
    color: #e50e38 !important;
    letter-spacing: .9px !important;
    line-height: 25px !important;
    text-transform: uppercase !important;

}


@media (max-width:750px) {
    .card-title {
        font-size: 20px !important;
        line-height: 20px !important;
    }
}

.card-title-name {
    font-family: sofia-pro, sans-serif !important;
    font-size: 22px !important;
    color: #6d6e71 !important;
    letter-spacing: .36px !important;
    line-height: 39px !important;
    font-weight: 300 !important;
}

@media (max-width:750px) {
    .card-title-name {
        font-size: 16px !important;
        line-height: 30px !important;
    }
}