@charset "UTF-8";
html {
    box-sizing: border-box;
    height: auto;
    min-height: 100%
}

*,
*:before,
*:after {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
    margin: 0;
    padding: 0
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.hidden {
    display: none !important
}

.critical-invisible {
    opacity: 0
}

.hide-m {
    display: none
}

@media only screen and (min-width:1024px) {
    .hide-m {
        display: block
    }
}

span.hide-m,
a.hide-m {
    display: none
}

@media only screen and (min-width:1024px) {
    span.hide-m,
    a.hide-m {
        display: inherit;
        display: initial
    }
}

@media only screen and (min-width:1024px) {
    .show-m {
        display: none
    }
}

.critical-invisible {
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 1 !important
}

.animate,
.critical-invisible.animate {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.font-mega-1 {
    font-size: 34px;
    line-height: 36px
}

@media only screen and (min-width:768px) {
    .font-mega-1 {
        font-size: 64px;
        line-height: 70px
    }
}

@media only screen and (min-width:1024px) {
    .font-mega-1 {
        font-size: 64px;
        line-height: 70px
    }
}

@media only screen and (min-width:1281px) {
    .font-mega-1 {
        font-size: 64px;
        line-height: 70px
    }
}

@media only screen and (min-width:1440px) {
    .font-mega-1 {
        font-size: 64px;
        line-height: 70px
    }
}

.font-title-1 {
    font-size: 26px;
    line-height: 32px;
    font-weight: normal
}

@media only screen and (min-width:768px) {
    .font-title-1 {
        font-size: 38px;
        line-height: 44px;
        font-weight: normal
    }
}

@media only screen and (min-width:1024px) {
    .font-title-1 {
        font-size: 48px;
        line-height: 58px;
        font-weight: normal
    }
}

@media only screen and (min-width:1281px) {
    .font-title-1 {
        font-size: 48px;
        line-height: 66px;
        font-weight: normal
    }
}

.font-title-2 {
    font-size: 26px;
    line-height: 36px
}

@media only screen and (min-width:1024px) {
    .font-title-2 {
        font-size: 32px;
        line-height: 42px
    }
}

@media only screen and (min-width:1281px) {
    .font-title-2 {
        font-size: 34px;
        line-height: 42px
    }
}

@media only screen and (min-width:1440px) {
    .font-title-2 {
        font-size: 44px;
        line-height: 50px
    }
}

.contact__title {
    font-size: 26px;
    line-height: 36px
}

@media only screen and (min-width:1024px) {
    .contact__title {
        font-size: 32px;
        line-height: 42px
    }
}

@media only screen and (min-width:1281px) {
    .contact__title {
        font-size: 34px;
        line-height: 42px
    }
}

@media only screen and (min-width:1440px) {
    .contact__title {
        font-size: 44px;
        line-height: 50px
    }
}

.font-intro-1 {
    font-size: 26px;
    line-height: 32px
}

@media only screen and (min-width:1024px) {
    .font-intro-1 {
        font-size: 28px;
        line-height: 32px
    }
}

@media only screen and (min-width:1440px) {
    .font-intro-1 {
        font-size: 30px;
        line-height: 34px
    }
}

.font-body-1,
p,
li {
    font-size: 16px;
    line-height: 26px
}

@media only screen and (min-width:768px) {
    .font-body-1,
    p,
    li {
        font-size: 20px;
        line-height: 30px
    }
}

@media only screen and (min-width:1024px) {
    .font-body-1,
    p,
    li {
        font-size: 22px;
        line-height: 34px
    }
}

.font-body-6 {
    font-size: 16px;
    line-height: 28px
}

@media only screen and (min-width:1024px) {
    .font-body-6 {
        font-size: 18px;
        line-height: 30px
    }
}

@media only screen and (min-width:1440px) {
    .font-body-6 {
        font-size: 20px;
        line-height: 28px
    }
}

.font-body-2 {
    font-size: 16px;
    line-height: 28px
}

@media only screen and (min-width:1440px) {
    .font-body-2 {
        font-size: 18px;
        line-height: 28px
    }
}

.font-body-3 {
    font-size: 14px;
    line-height: 22px
}

@media only screen and (min-width:1024px) {
    .font-body-3 {
        font-size: 16px;
        line-height: 24px
    }
}

.font-label-1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase
}

@media only screen and (min-width:1024px) {
    .font-label-1 {
        font-size: 16px;
        line-height: 20px
    }
}

.font-body-4 {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold
}

@media only screen and (min-width:1024px) {
    .font-body-4 {
        font-size: 14px;
        line-height: 20px;
        font-weight: bold
    }
}

.font-body-5 {
    font-size: 13px;
    line-height: 18px
}

@media only screen and (min-width:1024px) {
    .font-body-5 {
        font-size: 14px;
        line-height: 20px
    }
}

.font-nav-item-1 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600
}

@media only screen and (min-width:768px) {
    .font-nav-item-1 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500
    }
}

.navigation__list-link {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600
}

@media only screen and (min-width:768px) {
    .navigation__list-link {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500
    }
}

.font-nav-item-2 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500
}

@media only screen and (min-width:1024px) {
    .font-nav-item-2 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500
    }
}

.font-form-text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500
}

@media only screen and (min-width:768px) {
    .font-form-text {
        font-size: 14px;
        line-height: 18px
    }
}

.contact__select,
.contact__text,
.contact__area,
.contact__file-label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500
}

@media only screen and (min-width:768px) {
    .contact__select,
    .contact__text,
    .contact__area,
    .contact__file-label {
        font-size: 14px;
        line-height: 18px
    }
}

body,
textarea {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    color: #2a2a2a;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.body {
    overflow: hidden
}

.body:not(.under-header) {
    padding-top: 39px
}

@media only screen and (min-width:768px) {
    .body:not(.under-header) {
        padding-top: 56px
    }
}

@media only screen and (min-width:1024px) {
    .body:not(.under-header) {
        padding-top: 60px
    }
}

.container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto
}

.container-inner {
    padding: 0 22px
}

@media only screen and (min-width:768px) {
    .container-inner {
        padding: 0 32px
    }
}

@media only screen and (min-width:1024px) {
    .container-inner {
        padding: 0 67px
    }
}

@media only screen and (min-width:1281px) {
    .container-inner {
        padding: 0 123px
    }
}

.wysiwyg ul {
    list-style-type: none
}

.continuous-img {
    background-position: 50% top;
    background-size: cover;
    background-color: #f2f2f2
}

.wysiwyg li {
    margin: 0;
    padding-right: 5px;
    padding-left: 1.5em;
    text-indent: -1.5em
}

.wysiwyg li:before {
    content: "— "
}

.sr-only {
    position: absolute;
    left: -10000em
}

.banner:not(.hero) {
    height: 130px
}

@media only screen and (min-width:768px) {
    .banner:not(.hero) {
        height: 220px
    }
}

.banner,
.banner__critical {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100%
}

.banner__critical {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: opacity .6s ease, scale .1s ease;
    transition: opacity .6s ease, scale .1s ease;
    z-index: -5
}

.loaded .banner__critical {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.banner .whiteleft {
    height: 0
}

.banner .whitebottom {
    width: 0
}

.banner .whiteright {
    height: 0
}

.banner .whitetop {
    width: 0
}

.banner__box {
    position: absolute;
    z-index: 50;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 276px
}

@media only screen and (min-width:768px) {
    .banner__box {
        width: 434px
    }
}

@media only screen and (min-width:1281px) {
    .banner__box {
        width: 535px
    }
}

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

.banner__title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #fff;
    text-align: center
}

.banner.hero {
    background-color: #f2f2f2;
    height: 100vh;
    max-height: 860px;
    min-height: 560px;
    position: fixed;
    top: 70px;
    width: 100vw;
    z-index: -1
}

.banner.hero video {
    position: absolute;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    bottom: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -10
}

.banner.hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.6), transparent);
    background: radial-gradient(rgba(0, 0, 0, 0.6), transparent);
    width: 100vw;
    height: 860px;
    z-index: -9
}

.banner .border {
    position: absolute;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0.98, 0.02, 0, 0.95);
    transition-timing-function: cubic-bezier(0.98, 0.02, 0, 0.95)
}

.banner .border.whiteleft {
    left: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    top: 38.13084%;
    transition-delay: 0s;
    height: 61.86916%;
    transition-delay: 0s;
    width: 2.99065%;
    transition-delay: 0s;
    -webkit-transition-property: height;
    transition-property: height;
    transition-delay: 0s
}

.banner .border.whitebottom {
    left: 0;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    width: 100%;
    transition-delay: .5s;
    bottom: 0;
    transition-delay: .5s;
    height: 2.99065%;
    transition-delay: .5s;
    -webkit-transition-property: width;
    transition-property: width;
    transition-delay: .5s
}

.banner .border.whiteright {
    bottom: 0;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    right: 0;
    transition-delay: 1s;
    width: 2.99065%;
    transition-delay: 1s;
    height: 100%;
    transition-delay: 1s;
    -webkit-transition-property: height;
    transition-property: height;
    transition-delay: 1s
}

.banner .border.whitetop {
    right: 0;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    top: 0;
    transition-delay: 1.5s;
    height: 2.99065%;
    transition-delay: 1.5s;
    width: 61.86916%;
    transition-delay: 1.5s;
    -webkit-transition-property: width;
    transition-property: width;
    transition-delay: 1.5s
}

.banner .border.greentop {
    -webkit-transform: translate(0, 500%) scale(0.8);
    -ms-transform: translate(0, 500%) scale(0.8);
    transform: translate(0, 500%) scale(0.8);
    top: 0;
    left: 0;
    width: 32.52336%;
    height: 2.99065%;
    -webkit-animation-timing-function: cubic-bezier(0, 0.15, 0, 0.87);
    animation-timing-function: cubic-bezier(0, 0.15, 0, 0.87);
    -webkit-animation: horzPlusMobile .5s;
    animation: horzPlusMobile .5s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@media only screen and (min-width:1024px) {
    .banner .border.greentop {
        -webkit-transform: translate(0, 450%) scale(0.8);
        -ms-transform: translate(0, 450%) scale(0.8);
        transform: translate(0, 450%) scale(0.8);
        -webkit-animation: horzPlus .5s;
        animation: horzPlus .5s;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

.banner .border.greenleft {
    -webkit-transform: translate(400%, 10px) scale(0.8);
    -ms-transform: translate(400%, 10px) scale(0.8);
    transform: translate(400%, 10px) scale(0.8);
    top: 0;
    left: 0;
    height: 32.52336%;
    width: 2.99065%;
    -webkit-animation-timing-function: cubic-bezier(0, 0.15, 0, 0.87);
    animation-timing-function: cubic-bezier(0, 0.15, 0, 0.87);
    -webkit-animation: vertPlusMobile .5s;
    animation: vertPlusMobile .5s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@media only screen and (min-width:1024px) {
    .banner .border.greenleft {
        -webkit-transform: translate(380%, 10px) scale(0.8);
        -ms-transform: translate(380%, 10px) scale(0.8);
        transform: translate(380%, 10px) scale(0.8);
        -webkit-animation: vertPlus .5s;
        animation: vertPlus .5s;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

.banner .border.white {
    background: #fff
}

.banner .border.green {
    background: #c1e73e
}

@-webkit-keyframes vertPlus {
    0% {
        -webkit-transform: translate(380%, 0) scale(0.8);
        transform: translate(380%, 0) scale(0.8)
    }
    100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
}

@keyframes vertPlus {
    0% {
        -webkit-transform: translate(380%, 0) scale(0.8);
        transform: translate(380%, 0) scale(0.8)
    }
    100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
}

@-webkit-keyframes horzPlus {
    0% {
        -webkit-transform: translate(0, 450%) scale(0.8);
        transform: translate(0, 450%) scale(0.8)
    }
    100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
}

@keyframes horzPlus {
    0% {
        -webkit-transform: translate(0, 450%) scale(0.8);
        transform: translate(0, 450%) scale(0.8)
    }
    100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
}

@-webkit-keyframes vertPlusMobile {
    0% {
        -webkit-transform: translate(380%, 0) scale(0.8);
        transform: translate(380%, 0) scale(0.8)
    }
    100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
}

@keyframes vertPlusMobile {
    0% {
        -webkit-transform: translate(380%, 0) scale(0.8);
        transform: translate(380%, 0) scale(0.8)
    }
    100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
}

@-webkit-keyframes horzPlusMobile {
    0% {
        -webkit-transform: translate(0, 450%) scale(0.8);
        transform: translate(0, 450%) scale(0.8)
    }
    100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
}

@keyframes horzPlusMobile {
    0% {
        -webkit-transform: translate(0, 450%) scale(0.8);
        transform: translate(0, 450%) scale(0.8)
    }
    100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
}

#hero-banner {
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    height: 930px;
    width: 100%;
    opacity: 0;
    z-index: 55
}

[data-component="boxed-content"] .content-box {
    position: relative;
    padding: 40px 5% 30px;
    background-color: rgba(19, 19, 19, 0.84);
    color: #fff;
    margin: 5% 0;
    padding: 7% 5%
}

@media only screen and (min-width:768px) {
    [data-component="boxed-content"] .content-box {
        padding: 9% 7%
    }
}

[data-component="boxed-content"] .content-box:nth-child(odd) {
    margin-left: 10%
}

@media only screen and (min-width:768px) {
    [data-component="boxed-content"] .content-box:nth-child(odd) {
        margin-left: 26%
    }
}

@media only screen and (min-width:1024px) {
    [data-component="boxed-content"] .content-box:nth-child(odd) {
        margin-left: 45%
    }
}

[data-component="boxed-content"] .content-box:nth-child(even) {
    margin-right: 10%
}

@media only screen and (min-width:768px) {
    [data-component="boxed-content"] .content-box:nth-child(even) {
        margin-right: 26%
    }
}

@media only screen and (min-width:1024px) {
    [data-component="boxed-content"] .content-box:nth-child(even) {
        margin-right: 45%
    }
}

[data-component="boxed-content"] .content-box:nth-child(1) {
    top: -30px;
    margin-top: 0
}

[data-component="boxed-content"] .content-box .font-title-1 {
    margin-bottom: 1em
}

@media only screen and (min-width:768px) {
    [data-component="boxed-content"] .content-box .font-title-1 {
        margin-bottom: .5em
    }
}

[data-component="boxed-content"] {
    padding-bottom: 3em;
    margin-top: 30px
}

@media only screen and (min-width:1024px) {
    [data-component="boxed-content"] {
        padding-bottom: 0;
        margin-top: 0
    }
}

[data-component="boxed-content"] .content-box {
    position: relative;
    padding: 40px 5% 30px;
    background-color: rgba(19, 19, 19, 0.84);
    color: #fff;
    margin: 5% 0;
    padding: 7% 5%
}

@media only screen and (min-width:768px) {
    [data-component="boxed-content"] .content-box {
        padding: 9% 7%
    }
}

[data-component="boxed-content"] .content-box .font-title-1 {
    margin-bottom: 1em
}

@media only screen and (min-width:768px) {
    [data-component="boxed-content"] .content-box .font-title-1 {
        margin-bottom: .5em
    }
}

[data-component="boxed-content"] .content-box:nth-child(1) {
    top: -30px;
    margin-top: 0
}

[data-component="boxed-content"] .content-box:nth-child(2) {
    top: 0
}

[data-component="boxed-content"] .content-box:nth-child(3) {
    top: 60px
}

[data-component="boxed-content"] .content-box:nth-child(4) {
    top: 100px
}

[data-component="boxed-content"] .content-box:last-child {
    margin-bottom: 0
}

[data-component="boxed-content"] .content-box .content-box__copy ul {
    list-style: none;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2
}

[data-component="boxed-content"] .content-box .content-box__copy li {
    text-indent: -0.9em;
    margin-left: -0.9em
}

[data-component="boxed-content"] .content-box .content-box__copy li:before {
    content: "+ ";
    color: #c1e73e
}

[data-component="boxed-content"] .content-box .vertbar,
[data-component="boxed-content"] .content-box .horizbar {
    background: #c1e73e;
    position: absolute
}

[data-component="boxed-content"] .content-box .vertbar {
    bottom: -1px;
    left: -10px;
    width: 10px;
    height: 174px;
    opacity: 0
}

@media only screen and (min-width:1024px) {
    [data-component="boxed-content"] .content-box .vertbar {
        left: -20px;
        width: 20px
    }
}

[data-component="boxed-content"] .content-box .horizbar {
    bottom: -10px;
    left: -10px;
    height: 10px;
    width: 184px;
    opacity: 0
}

@media only screen and (min-width:1024px) {
    [data-component="boxed-content"] .content-box .horizbar {
        bottom: -20px;
        left: -20px;
        height: 20px;
        width: 194px
    }
}

[data-component="boxed-content"] .content-box:nth-child(even) .vertbar {
    right: -10px;
    left: auto
}

@media only screen and (min-width:1024px) {
    [data-component="boxed-content"] .content-box:nth-child(even) .vertbar {
        right: -20px
    }
}

[data-component="boxed-content"] .content-box:nth-child(even) .horizbar {
    right: -10px;
    left: auto;
    -webkit-transform-origin: right 50% !important;
    -ms-transform-origin: right 50% !important;
    transform-origin: right 50% !important
}

@media only screen and (min-width:1024px) {
    [data-component="boxed-content"] .content-box:nth-child(even) .horizbar {
        right: -20px
    }
}

[data-component="boxed-content"] .content-box .in-view .vertbar {
    -webkit-animation: vertBar .4s;
    animation: vertBar .4s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: 50% bottom;
    -ms-transform-origin: 50% bottom;
    transform-origin: 50% bottom
}

[data-component="boxed-content"] .content-box .in-view .horizbar {
    -webkit-animation: horzBar .4s;
    animation: horzBar .4s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    transform-origin: left 50%
}

@-webkit-keyframes vertBar {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes vertBar {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-webkit-keyframes horzBar {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes horzBar {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

[data-component="boxed-content"] .content-box:nth-child(odd) {
    margin-left: 10%
}

@media only screen and (min-width:768px) {
    [data-component="boxed-content"] .content-box:nth-child(odd) {
        margin-left: 26%
    }
}

@media only screen and (min-width:1024px) {
    [data-component="boxed-content"] .content-box:nth-child(odd) {
        margin-left: 45%
    }
}

[data-component="boxed-content"] .content-box:nth-child(even) {
    margin-right: 10%
}

@media only screen and (min-width:768px) {
    [data-component="boxed-content"] .content-box:nth-child(even) {
        margin-right: 26%
    }
}

@media only screen and (min-width:1024px) {
    [data-component="boxed-content"] .content-box:nth-child(even) {
        margin-right: 45%
    }
}

.button {
    display: block;
    height: 54px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    background: #2a2a2a;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.button:hover {
    background: #c1e73e;
    color: #2a2a2a
}

.button:active {
    background: #525557
}

[data-component=career-list] {
    margin-bottom: 3em
}

[data-component=career-list] .title-wrapper {
    padding: 40px 24px 0
}

[data-component=career-list] .title-wrapper .section-title.font-title-1 {
    position: relative;
    margin-bottom: 6px;
    font-weight: 300;
    text-align: center
}

@media only screen and (min-width:768px) {
    [data-component=career-list] .title-wrapper {
        padding: 60px 60px 0
    }
    [data-component=career-list] .title-wrapper .section-title.font-title-1 {
        margin-bottom: 12px
    }
}

@media only screen and (min-width:1024px) {
    [data-component=career-list] .title-wrapper {
        padding: 70px 0 0
    }
    [data-component=career-list] .title-wrapper .section-title.font-title-1 {
        text-align: left
    }
}

@media only screen and (min-width:1281px) {
    [data-component=career-list] .title-wrapper {
        padding: 70px 102px 0
    }
    [data-component=career-list] .title-wrapper .section-title.font-title-1 {
        margin-bottom: 18px
    }
}

[data-component=career-list] .locations-box {
    padding-bottom: 34px;
    text-align: center
}

@media only screen and (min-width:768px) {
    [data-component=career-list] .locations-box {
        padding: 0 60px 60px
    }
}

@media only screen and (min-width:1024px) {
    [data-component=career-list] .locations-box {
        padding: 0 0 36px
    }
}

@media only screen and (min-width:1281px) {
    [data-component=career-list] .locations-box {
        padding: 0 102px 60px
    }
}

[data-component=career-list] .locations-box .font-intro-1 {
    font-weight: 300;
    margin-bottom: 20px
}

[data-component=career-list] .locations-box .location-area {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

@media only screen and (min-width:768px) {
    [data-component=career-list] .locations-box .location-area.font-body-6 li {
        font-size: 16px;
        line-height: 28px
    }
}

@media only screen and (min-width:1024px) {
    [data-component=career-list] .locations-box .location-area {
        text-align: left
    }
    [data-component=career-list] .locations-box .location-area.font-body-6 li {
        font-size: 18px;
        line-height: 30px
    }
}

@media only screen and (min-width:1281px) {
    [data-component=career-list] .locations-box .location-area.font-body-6 li {
        font-size: 16px;
        line-height: 28px
    }
}

[data-component=career-list] .locations-box .location-area span {
    color: #2a2a2a;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase
}

[data-component=career-list] .locations-box .location-area ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

@media only screen and (min-width:1024px) {
    [data-component=career-list] .locations-box .location-area ul {
        margin: 0
    }
}

[data-component=career-list] .locations-box .location-area ul li {
    display: inline-block;
    font-weight: 300;
    margin-bottom: 8px
}

[data-component=career-list] .locations-box .location-area ul li:focus {
    outline: 0
}

[data-component=career-list] .locations-box .location-area ul li::after {
    content: "·";
    display: inline-block;
    padding-left: 5px
}

[data-component=career-list] .locations-box .location-area ul li:first-child {
    display: block;
    padding-top: 14px;
    padding-bottom: 10px
}

@media only screen and (min-width:1024px) {
    [data-component=career-list] .locations-box .location-area ul li:first-child {
        display: inline-block;
        padding: 0 4px 0 0
    }
}

[data-component=career-list] .locations-box .location-area ul li:first-child::after {
    content: "";
    display: none
}

@media only screen and (min-width:1024px) {
    [data-component=career-list] .locations-box .location-area ul li:first-child::after {
        content: "|";
        display: inline-block;
        padding-right: 4px;
        padding-left: 9px
    }
}

[data-component=career-list] .locations-box .location-area ul li:last-child::after {
    content: ""
}

[data-component=career-list] .locations-box .location-area ul li a {
    text-decoration: none;
    color: #2a2a2a;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    border-bottom: 2px solid transparent;
    padding-bottom: 8px
}

[data-component=career-list] .locations-box .location-area ul li a[href="#0"] {
    opacity: .5;
    pointer-events: none
}

[data-component=career-list] .locations-box .location-area ul li a:not([href="#0"]):hover,
[data-component=career-list] .locations-box .location-area ul li a:not([href="#0"]):target {
    border-bottom: 2px solid #c1e73e
}

[data-component=career-list] .locations-box .location-area ul li a:focus {
    outline: 0
}

[data-component=career-list] .careers-list .careers-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 276px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 0
}

@media only screen and (min-width:768px) {
    [data-component=career-list] .careers-list .careers-title-wrapper {
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        padding: 21px 0;
        width: auto
    }
}

@media only screen and (min-width:1024px) {
    [data-component=career-list] .careers-list .careers-title-wrapper {
        padding: 19px 0
    }
}

@media only screen and (min-width:1281px) {
    [data-component=career-list] .careers-list .careers-title-wrapper {
        padding: 20px 102px
    }
}

[data-component=career-list] .careers-list .careers-title-wrapper .careers-list-title {
    color: #999fa5;
    text-transform: uppercase;
    font-weight: bold
}

[data-component=career-list] .careers-list .career-list-item {
    position: relative;
    margin-top: -1px;
    display: block
}

[data-component=career-list] .careers-list .career-list-item .single-career-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #2a2a2a;
    text-decoration: none
}

[data-component=career-list] .careers-list .career-list-item .single-career-link:hover {
    background: #c1e73e
}

[data-component=career-list] .careers-list .career-list-item .career-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0
}

[data-component=career-list] .careers-list .career-list-item .career-list-wrapper::before {
    content: "";
    position: relative;
    top: -24px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #dbdbdb
}

@media only screen and (min-width:768px) {
    [data-component=career-list] .careers-list .career-list-item .career-list-wrapper {
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        padding: 32px 0;
        width: auto
    }
    [data-component=career-list] .careers-list .career-list-item .career-list-wrapper::before {
        top: -32px
    }
}

@media only screen and (min-width:1281px) {
    [data-component=career-list] .careers-list .career-list-item .career-list-wrapper {
        padding: 30px 102px
    }
    [data-component=career-list] .careers-list .career-list-item .career-list-wrapper::before {
        top: -30px
    }
}

[data-component=career-list] .careers-list .career-list-item .career-list-wrapper .career-list-title {
    font-weight: 300;
    -webkit-box-flex: 1;
    -webkit-flex: 1 760px;
    -ms-flex: 1 760px;
    flex: 1 760px
}

@media only screen and (min-width:768px) {
    [data-component=career-list] .careers-list .career-list-item .career-list-wrapper .career-list-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1 300px;
        -ms-flex: 1 300px;
        flex: 1 300px
    }
}

@media only screen and (min-width:1024px) {
    [data-component=career-list] .careers-list .career-list-item .career-list-wrapper .career-list-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1 400px;
        -ms-flex: 1 400px;
        flex: 1 400px
    }
}

@media only screen and (min-width:1281px) {
    [data-component=career-list] .careers-list .career-list-item .career-list-wrapper .career-list-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1 500px;
        -ms-flex: 1 500px;
        flex: 1 500px
    }
}

[data-component=career-list] .careers-list .career-list-item .career-list-wrapper .career-list-location {
    margin-top: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 200px;
    -ms-flex: 1 200px;
    flex: 1 200px;
    text-align: left;
    text-transform: capitalize
}

@media only screen and (min-width:768px) {
    [data-component=career-list] .careers-list .career-list-item .career-list-wrapper .career-list-location {
        margin-top: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1 200px;
        -ms-flex: 1 200px;
        flex: 1 200px;
        text-align: right
    }
}

.contact {
    background-color: #f2f2f2;
    height: 100vh;
    padding-top: 60px;
    padding-bottom: 100px
}

.contact {
    background-color: #f2f2f2;
    height: auto !important;
    padding-top: 60px;
    padding-bottom: 100px
}

.ie-11 .contact,
.ie-10 .contact {
    padding-top: 120px
}

@media only screen and (min-width:768px) {
    .contact {
        padding-bottom: 74px
    }
}

.contact__title {
    margin-bottom: 30px;
    text-align: center
}

@media only screen and (min-width:768px) {
    .contact__title {
        margin-bottom: 50px
    }
}

.contact__title--success {
    margin-bottom: 20px
}

.contact__form {
    margin: 0 auto;
    max-width: 786px
}

.contact__row {
    margin-bottom: 35px;
    position: relative
}

@media only screen and (min-width:768px) {
    .contact__row {
        margin-bottom: 4%
    }
}

.contact__row--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:480px) {
    .contact__row--flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.contact__two-fields {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    position: relative
}

.contact__two-fields:first-child {
    margin-bottom: 35px
}

@media only screen and (min-width:480px) {
    .contact__two-fields:first-child {
        margin-right: 4%;
        margin-bottom: 0
    }
}

.contact__select {
    background-color: #dbdbdb;
    background-image: url("../images/shevron-down-black.svg");
    background-position: 96% center;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 3px;
    color: #2a2a2a;
    height: 56px;
    padding: 18px 0 20px 15px;
    position: relative;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    width: 100%
}

.contact__select:focus {
    box-shadow: 0 0 3px #dbdbdb;
    outline: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.contact__select::-ms-expand {
    display: none
}

.contact__text {
    background-color: #dbdbdb;
    border: 0;
    border-radius: 3px;
    font-family: inherit;
    height: 56px;
    padding: 18px 0 20px 15px;
    position: relative;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    width: 100%
}

.contact__text:focus {
    box-shadow: 0 0 3px #dbdbdb;
    outline: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.contact__text::-webkit-input-placeholder {
    color: #2a2a2a
}

.contact__text::-moz-placeholder {
    color: #2a2a2a
}

.contact__text:-ms-input-placeholder {
    color: #2a2a2a
}

.contact__text::-ms-input-placeholder {
    color: #2a2a2a
}

.contact__text::placeholder {
    color: #2a2a2a
}

.contact__file {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.contact__area {
    background-color: #dbdbdb;
    border: 0;
    border-radius: 3px;
    height: 112px;
    padding: 18px 30px 20px 15px;
    position: relative;
    text-transform: uppercase;
    -webkit-appearance: none;
    width: 100%
}

.contact__area:focus {
    box-shadow: 0 0 3px #dbdbdb;
    outline: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.contact__area::-webkit-input-placeholder {
    color: #2a2a2a
}

.contact__area::-moz-placeholder {
    color: #2a2a2a
}

.contact__area:-ms-input-placeholder {
    color: #2a2a2a
}

.contact__area::-ms-input-placeholder {
    color: #2a2a2a
}

.contact__area::placeholder {
    color: #2a2a2a
}

.contact__button {
    background-color: #2a2a2a;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 56px;
    padding: 18px 0;
    text-transform: uppercase;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    width: 100%
}

.contact__button:hover {
    background-color: #c1e73e;
    color: #2a2a2a
}

.contact__button:focus {
    background-color: #525557;
    color: #fff;
    outline: 0
}

.contact__label {
    color: #a8acb2;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    text-transform: uppercase;
    top: -20px;
    visibility: hidden
}

.contact__file-label {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 500 !important;
    background-color: #dbdbdb;
    border: 0;
    border-radius: 3px;
    color: #2a2a2a;
    cursor: pointer;
    display: inline-block;
    height: 56px;
    padding: 18px 0 20px 15px;
    position: relative;
    text-transform: uppercase;
    -webkit-appearance: none;
    width: 100%
}

.contact__file-label:focus {
    box-shadow: 0 0 3px #dbdbdb;
    outline: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.contact__file-label::-webkit-input-placeholder {
    color: #2a2a2a
}

.contact__file-label::-moz-placeholder {
    color: #2a2a2a
}

.contact__file-label:-ms-input-placeholder {
    color: #2a2a2a
}

.contact__file-label::-ms-input-placeholder {
    color: #2a2a2a
}

.contact__file-label::placeholder {
    color: #2a2a2a
}

.contact__success {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    height: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.contact__checkmark {
    margin-bottom: 58px
}

.contact__paragraph {
    font-size: 22px;
    line-height: 1.55;
    margin: 0 auto;
    max-width: 768px
}

.flyout {
    -webkit-animation: flyout .2s;
    animation: flyout .2s
}

@-webkit-keyframes flyin {
    0% {
        top: 5px;
        visibility: hidden
    }
    100% {
        top: -20px;
        visibility: visible
    }
}

@keyframes flyin {
    0% {
        top: 5px;
        visibility: hidden
    }
    100% {
        top: -20px;
        visibility: visible
    }
}

@-webkit-keyframes flyout {
    0% {
        top: -20px;
        visibility: visible
    }
    100% {
        top: -8px;
        visibility: hidden
    }
}

@keyframes flyout {
    0% {
        top: -20px;
        visibility: visible
    }
    100% {
        top: -8px;
        visibility: hidden
    }
}

#firstname {
    display: none
}

.visible {
    visibility: visible;
    -webkit-animation: flyin .2s;
    animation: flyin .2s
}

.show {
    display: block
}

.show-flex {
    height: 430px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .4s ease, -webkit-transform .8s ease;
    transition: opacity .4s ease, -webkit-transform .8s ease;
    transition: transform .8s ease, opacity .4s ease;
    transition: transform .8s ease, opacity .4s ease, -webkit-transform .8s ease
}

@media only screen and (min-width:768px) {
    .show-flex {
        height: 730px
    }
}

.hide {
    display: none
}

[data-component="copy"] .angle {
    position: absolute;
    top: -9px
}

@media only screen and (min-width:768px) {
    [data-component="copy"] .angle {
        width: 120px;
        height: 120px;
        top: -14px
    }
}

@media only screen and (min-width:1024px) {
    [data-component="copy"] .angle {
        width: 174px;
        height: 174px;
        top: -20px
    }
}

@media only screen and (min-width:1024px) {
    [data-component="copy"] {
        margin-bottom: 30px
    }
}

.copy-wrapper {
    background: white;
    margin-left: 9px;
    padding: 34px 24px
}

.copy-wrapper:after {
    content: '';
    background-color: white;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 50vw;
    z-index: -1
}

@media only screen and (min-width:768px) {
    .copy-wrapper {
        padding: 60px;
        margin-left: 13px
    }
}

@media only screen and (min-width:1024px) {
    .copy-wrapper {
        padding: 70px 76px;
        margin-left: 20px
    }
}

@media only screen and (min-width:1281px) {
    .copy-wrapper {
        padding: 70px 102px;
        margin-left: 20px
    }
}

@media only screen and (min-width:768px) {
    .copy-wrapper .font-title-1 {
        margin-bottom: 18px
    }
}

@media only screen and (min-width:1024px) {
    .copy-wrapper .font-title-1 {
        padding-bottom: 20px
    }
}

@media only screen and (min-width:1281px) {
    .copy-wrapper .font-title-1 {
        margin-bottom: 18px
    }
}

.copy-wrapper {
    position: relative
}

.copy-wrapper .font-title-1 {
    position: relative;
    margin-bottom: 16px;
    font-weight: 300
}

@media only screen and (min-width:768px) {
    .copy-wrapper .font-title-1 {
        margin-bottom: 18px
    }
}

@media only screen and (min-width:1024px) {
    .copy-wrapper .font-title-1 {
        padding-bottom: 20px
    }
}

@media only screen and (min-width:1281px) {
    .copy-wrapper .font-title-1 {
        margin-bottom: 18px
    }
}

.career-details .location-preheader {
    margin-bottom: 0;
    color: #999fa5;
    text-transform: uppercase;
    font-weight: bold
}

.career-details .font-title-1 {
    padding-bottom: 0
}

.career-details .font-title-1:before {
    display: none
}

.career-details p.font-body-1,
.career-details p {
    margin-bottom: 35px
}

.eyebrow,
.tile-eyebrow {
    text-transform: uppercase;
    font-size: .75rem;
    line-height: 1.2;
    font-weight: 500;
    display: block
}

@media only screen and (min-width:768px) {
    .eyebrow,
    .tile-eyebrow {
        font-size: .6875rem
    }
}

@media only screen and (min-width:1281px) {
    .eyebrow,
    .tile-eyebrow {
        font-size: .875rem
    }
}

footer[data-component=footer] {
    background-color: #fff
}

footer[data-component=footer] .container-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

@media only screen and (min-width:768px) {
    footer[data-component=footer] .container-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }
}

@media only screen and (min-width:768px) {
    footer[data-component=footer] .container-inner {
        height: 120px
    }
}

@media only screen and (min-width:1024px) {
    footer[data-component=footer] .container-inner {
        height: 131px
    }
}

@media only screen and (min-width:1281px) {
    footer[data-component=footer] .container-inner {
        height: 140px
    }
}

footer[data-component=footer] .container-inner .footer-social ul {
    margin: 0 0 10px;
    list-style: none
}

@media only screen and (min-width:768px) {
    footer[data-component=footer] .container-inner .footer-social ul {
        margin-bottom: 0
    }
}

footer[data-component=footer] .container-inner .footer-social ul li {
    display: inline-block;
    margin-right: 20px
}

footer[data-component=footer] .container-inner .footer-social ul li:last-child {
    margin-right: 0
}

@media only screen and (min-width:768px) {
    footer[data-component=footer] .container-inner .footer-social ul li:last-child {
        margin-right: 50px
    }
}

footer[data-component=footer] .container-inner .copyrights p:first-child {
    margin-bottom: 3px
}

footer[data-component=footer] .container-inner .copyrights a {
    color: #2a2a2a;
    text-decoration: none
}

.group-summary {
    background-color: #2a2a2a;
    color: #fff
}

.group-summary .our-group {
    display: block;
    width: 276px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center
}

@media only screen and (min-width:768px) {
    .group-summary .our-group {
        width: 584px;
        padding: 60px 0
    }
}

@media only screen and (min-width:1024px) {
    .group-summary .our-group {
        width: 738px;
        padding: 68px 0
    }
}

@media only screen and (min-width:1281px) {
    .group-summary .our-group {
        width: 786px;
        padding: 70px 0
    }
}

.group-summary .our-group h1 {
    margin-bottom: 16px;
    font-weight: 300
}

@media only screen and (min-width:768px) {
    .group-summary .our-group p.font-body-1,
    .group-summary .our-group p {
        font-size: 20px;
        line-height: 30px
    }
}

@media only screen and (min-width:1024px) {
    .group-summary .our-group p.font-body-1,
    .group-summary .our-group p {
        font-size: 22px;
        line-height: 34px
    }
}

.group-summary .our-group-members {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 40px
}

@media only screen and (min-width:768px) {
    .group-summary .our-group-members {
        padding-bottom: 0
    }
}

.group-summary .our-group-members .group-plus-separator {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    margin: 26px 0 18px;
    text-align: center
}

@media only screen and (min-width:768px) {
    .group-summary .our-group-members .group-plus-separator {
        margin: 24px 0 18px
    }
}

@media only screen and (min-width:1024px) {
    .group-summary .our-group-members .group-plus-separator {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        padding: 0 10px;
        margin: 28px 0 18px
    }
}

@media only screen and (min-width:1281px) {
    .group-summary .our-group-members .group-plus-separator {
        margin: 42px 0 18px
    }
}

.group-summary .our-group-members .group-member-box {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 720px;
    -ms-flex: 1 720px;
    flex: 1 720px;
    text-align: center;
    padding-bottom: 0
}

@media only screen and (min-width:768px) {
    .group-summary .our-group-members .group-member-box {
        -webkit-box-flex: 1;
        -webkit-flex: 1 220px;
        -ms-flex: 1 220px;
        flex: 1 220px;
        padding-bottom: 60px
    }
}

@media only screen and (min-width:1024px) {
    .group-summary .our-group-members .group-member-box {
        padding-bottom: 78px
    }
}

@media only screen and (min-width:1281px) {
    .group-summary .our-group-members .group-member-box {
        padding-bottom: 68px
    }
}

.group-summary .our-group-members .group-member-box .member-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-bottom: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.group-summary .our-group-members .group-member-box .member-logo img {
    max-height: 100%;
    width: auto
}

.group-summary .our-group-members .group-member-box .member-logo img.eg-plus-logo {
    height: 40px
}

.group-summary .our-group-members .group-member-box .member-logo img.designory-logo {
    height: 25px
}

@media only screen and (min-width:768px) {
    .group-summary .our-group-members .group-member-box .member-logo {
        height: 80px
    }
    .group-summary .our-group-members .group-member-box .member-logo img.eg-plus-logo {
        height: 40px
    }
    .group-summary .our-group-members .group-member-box .member-logo img.designory-logo {
        height: 25px
    }
}

@media only screen and (min-width:1024px) {
    .group-summary .our-group-members .group-member-box .member-logo {
        height: 75px
    }
    .group-summary .our-group-members .group-member-box .member-logo img.eg-plus-logo {
        height: 50px
    }
    .group-summary .our-group-members .group-member-box .member-logo img.designory-logo {
        height: 35px
    }
}

@media only screen and (min-width:1281px) {
    .group-summary .our-group-members .group-member-box .member-logo {
        height: 100px
    }
    .group-summary .our-group-members .group-member-box .member-logo img.eg-plus-logo {
        height: 60px
    }
    .group-summary .our-group-members .group-member-box .member-logo img.designory-logo {
        height: 40px
    }
}

.group-summary .our-group-members .group-member-box .company-link {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -9999em
}

.navigation {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: white
}

.container-inner {
    position: relative
}

.navigation__container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%
}

.navigation__hamburger {
    cursor: pointer;
    height: 30px;
    position: fixed;
    right: 28px;
    top: 20px;
    width: 30px;
    z-index: 100
}

@media only screen and (min-width:768px) {
    .navigation__hamburger {
        display: none
    }
}

.navigation__left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px
}

.navigation__logo {
    height: 64px;
    width: 202px
}

.navigation__logo-img {
    height: 54px;
    width: 54px
}

.navigation__list {
    background-color: #2a2a2a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 15vh;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    transform: translateX(100vw);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: 100vw;
    z-index: 50
}

.navigation__list--active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.navigation__list--resize {
    -webkit-transition: none;
    transition: none
}

@media only screen and (min-width:768px) {
    .navigation__list {
        background-color: transparent;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: auto;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        list-style: none;
        padding-top: 0;
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
        width: auto
    }
}

@media only screen and (min-width:768px) {
    .navigation__right {
        height: 46px
    }
}

.navigation__list-item {
    display: block;
    margin-bottom: 40px;
    margin-left: 20px
}

@media only screen and (min-width:768px) {
    .navigation__list-item {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 0;
        margin-left: 0;
        line-height: 14px;
        margin-right: 24px
    }
    .navigation__list-item__last-child {
        margin-right: 0
    }
}

.navigation__list-link {
    color: white;
    padding: 4px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

.navigation__list-link--active {
    border-bottom: 4px solid #c1e73e;
    font-weight: 600
}

@media only screen and (min-width:768px) {
    .navigation__list-link {
        border-bottom: 4px solid white;
        color: #525557;
        padding: 0 0 24px 0;
        font-weight: 600
    }
    .navigation__list-link:hover {
        color: #2a2a2a;
        outline: 0
    }
    .navigation__list-link:hover:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
    .navigation__list-link:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -4px;
        left: 0;
        height: 4px;
        background: #c1e73e;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0;
        -webkit-transition: all .17s cubic-bezier(0.42, 0, 0.73, 1.29);
        transition: all .17s cubic-bezier(0.42, 0, 0.73, 1.29);
        width: 100%
    }
    .navigation__list-link--active {
        font-weight: 600
    }
    .navigation__list-link--active:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -4px;
        left: 0;
        height: 4px;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
        background: #c1e73e;
        width: 100%
    }
}

.navigation__icon-bar {
    background-color: #2a2a2a;
    display: block;
    height: 3px;
    position: relative;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    position: fixed;
    right: 30px;
    top: 35px;
    width: 25px;
    z-index: 100
}

.navigation__icon-bar:before,
.navigation__icon-bar:after {
    content: '';
    background: #2a2a2a;
    display: block;
    height: 3px;
    position: absolute;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    width: 25px
}

.navigation__icon-bar:before {
    margin-top: -7px
}

.navigation__icon-bar:after {
    margin-top: 7px
}

.navigation__icon-bar--active {
    background: transparent
}

.navigation__icon-bar--active:before {
    background: #fff;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navigation__icon-bar--active:after {
    background: #fff;
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation__overflow-hidden {
    overflow-y: hidden;
    position: fixed
}

@media only screen and (min-width:768px) {
    .navigation__overflow-hidden {
        overflow: visible
    }
}

.key-message {
    padding: calc(2.25em + 2vw) 0;
    margin: 0 auto;
    max-width: 786px;
    text-align: center;
    width: 72.35294vw
}

@media only screen and (min-width:1281px) {
    .key-message {
        padding: 70px 0
    }
}

.key-message h1 {
    margin-bottom: 20px
}

.key-message__background {
    background-color: white;
    margin-top: 930px
}

.legal {
    margin-top: 40px
}

div[data-component=location-copy] .location-copy-wrapper .location-copy-header {
    padding: 34px 24px
}

div[data-component=location-copy] .location-copy-wrapper .location-copy-header .font-title-1::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -44px;
    left: -24px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzQiIGhlaWdodD0iMTc0IiB2aWV3Qm94PSIwIDAgMTc0IDE3NCI+ICAgIDxwYXRoIGZpbGw9IiNDMUU3M0UiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMGgxNzR2MjBIMFYwem0wIDIwaDIwdjE1NEgwVjIweiIvPjwvc3ZnPg==) no-repeat;
    background-size: contain;
    background-position: top left
}

div[data-component=location-copy] .location-copy-wrapper .location-copy-header .font-title-1 {
    position: relative;
    margin-bottom: 16px;
    font-weight: 300
}

@media only screen and (min-width:768px) {
    div[data-component=location-copy] .location-copy-wrapper .location-copy-header {
        padding: 60px
    }
    div[data-component=location-copy] .location-copy-wrapper .location-copy-header .font-title-1 {
        margin-bottom: 18px
    }
    div[data-component=location-copy] .location-copy-wrapper .location-copy-header .font-title-1::before {
        width: 120px;
        height: 120px;
        top: -74px;
        left: -60px
    }
}

@media only screen and (min-width:1024px) {
    div[data-component=location-copy] .location-copy-wrapper .location-copy-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 70px 0 70px 76px
    }
    div[data-component=location-copy] .location-copy-wrapper .location-copy-header .font-title-1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1084px;
        -ms-flex: 1 1084px;
        flex: 1 1084px;
        padding-bottom: 20px
    }
    div[data-component=location-copy] .location-copy-wrapper .location-copy-header .font-title-1::before {
        width: 174px;
        height: 174px;
        top: -90px;
        left: -76px
    }
    div[data-component=location-copy] .location-copy-wrapper .location-copy-header .location-header-text {
        -webkit-box-flex: 1;
        -webkit-flex: 1 580px;
        -ms-flex: 1 580px;
        flex: 1 580px;
        padding-right: 76px
    }
}

@media only screen and (min-width:1281px) {
    div[data-component=location-copy] .location-copy-wrapper .location-copy-header {
        padding: 70px 0 70px 102px
    }
    div[data-component=location-copy] .location-copy-wrapper .location-copy-header .font-title-1 {
        margin-bottom: 18px
    }
    div[data-component=location-copy] .location-copy-wrapper .location-copy-header .font-title-1::before {
        width: 174px;
        height: 174px;
        top: -90px;
        left: -102px
    }
    div[data-component=location-copy] .location-copy-wrapper .location-copy-header .location-header-text {
        -webkit-box-flex: 1;
        -webkit-flex: 1 681px;
        -ms-flex: 1 681px;
        flex: 1 681px;
        padding-right: 132px
    }
}

@media only screen and (min-width:1440px) {
    div[data-component=location-copy] .location-copy-wrapper .location-copy-header {
        padding: 70px 0 70px 102px
    }
    div[data-component=location-copy] .location-copy-wrapper .location-copy-header .font-title-1 {
        margin-bottom: 18px
    }
    div[data-component=location-copy] .location-copy-wrapper .location-copy-header .font-title-1::before {
        width: 174px;
        height: 174px;
        top: -90px;
        left: -102px
    }
    div[data-component=location-copy] .location-copy-wrapper .location-copy-header .location-header-text {
        -webkit-box-flex: 1;
        -webkit-flex: 1 811px;
        -ms-flex: 1 811px;
        flex: 1 811px;
        padding-right: 132px
    }
}

div[data-component=location-copy] .location-copy-wrapper .location-copy-details {
    margin-top: 26px
}

div[data-component=location-copy] .location-copy-wrapper .location-copy-details a {
    color: #2a2a2a;
    padding-bottom: 8px;
    text-decoration: none
}

div[data-component=location-copy] .location-copy-wrapper .location-copy-details a:hover {
    border-bottom: 2px solid #c1e73e
}

div[data-component=location-copy] .location-copy-wrapper .location-copy-details .location-copy-address {
    padding-bottom: 16px
}

@media only screen and (min-width:1024px) {
    div[data-component=location-copy] .location-copy-wrapper .location-copy-details {
        -webkit-box-flex: 1;
        -webkit-flex: 1 220px;
        -ms-flex: 1 220px;
        flex: 1 220px;
        margin-top: 0
    }
}

@media only screen and (min-width:1281px) {
    div[data-component=location-copy] .location-copy-wrapper .location-copy-details {
        -webkit-box-flex: 1;
        -webkit-flex: 1 250px;
        -ms-flex: 1 250px;
        flex: 1 250px
    }
}

@media only screen and (min-width:1440px) {
    div[data-component=location-copy] .location-copy-wrapper .location-copy-details {
        -webkit-box-flex: 1;
        -webkit-flex: 1 270px;
        -ms-flex: 1 270px;
        flex: 1 270px
    }
}

div[data-component=location-copy] .location-copy-contact {
    line-height: 35px
}

.top-locations {
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-left: 9px
}

.top-locations:after {
    content: '';
    background-color: white;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 50vw;
    z-index: -1
}

@media only screen and (min-width:768px) {
    .top-locations {
        margin-left: 13px
    }
}

@media only screen and (min-width:1024px) {
    .top-locations {
        margin-left: 20px
    }
}

@media only screen and (min-width:1281px) {
    .top-locations {
        margin-left: 20px
    }
}

div[data-component=location-list] {
    color: #2a2a2a
}

div[data-component=location-list] .angle {
    z-index: 2;
    position: absolute;
    top: -9px
}

@media only screen and (min-width:768px) {
    div[data-component=location-list] .angle {
        width: 120px;
        height: 120px;
        top: -14px
    }
}

@media only screen and (min-width:1024px) {
    div[data-component=location-list] .angle {
        width: 174px;
        height: 174px;
        top: -20px
    }
}

div[data-component=location-list] .top-locations {
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-left: 9px
}

div[data-component=location-list] .top-locations:after {
    content: '';
    background-color: white;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 50vw;
    z-index: -1
}

@media only screen and (min-width:768px) {
    div[data-component=location-list] .top-locations {
        margin-left: 13px
    }
}

@media only screen and (min-width:1024px) {
    div[data-component=location-list] .top-locations {
        margin-left: 20px
    }
}

@media only screen and (min-width:1281px) {
    div[data-component=location-list] .top-locations {
        margin-left: 20px
    }
}

div[data-component=location-list] .title-wrapper {
    padding: 34px 24px 0
}

div[data-component=location-list] .title-wrapper .main-title.font-title-1 {
    position: relative;
    margin-bottom: 16px;
    font-weight: 300;
    text-align: center
}

@media only screen and (min-width:768px) {
    div[data-component=location-list] .title-wrapper {
        padding: 60px 60px 0
    }
    div[data-component=location-list] .title-wrapper .main-title.font-title-1 {
        margin-bottom: 18px
    }
    div[data-component=location-list] .title-wrapper .main-title.font-title-1::before {
        width: 120px;
        height: 120px;
        top: -74px;
        left: -60px
    }
}

@media only screen and (min-width:1024px) {
    div[data-component=location-list] .title-wrapper {
        padding: 70px 65px 0
    }
    div[data-component=location-list] .title-wrapper .main-title.font-title-1 {
        text-align: left
    }
    div[data-component=location-list] .title-wrapper .main-title.font-title-1::before {
        width: 174px;
        height: 174px;
        top: -90px;
        left: -76px
    }
}

@media only screen and (min-width:1281px) {
    div[data-component=location-list] .title-wrapper {
        padding: 70px 102px 0
    }
    div[data-component=location-list] .title-wrapper .main-title.font-title-1 {
        margin-bottom: 18px
    }
    div[data-component=location-list] .title-wrapper .main-title.font-title-1::before {
        width: 174px;
        height: 174px;
        top: -90px;
        left: -102px
    }
}

div[data-component=location-list] .locations-box {
    padding-bottom: 34px;
    text-align: center
}

@media only screen and (min-width:768px) {
    div[data-component=location-list] .locations-box {
        padding-bottom: 60px
    }
}

@media only screen and (min-width:1024px) {
    div[data-component=location-list] .locations-box {
        padding-bottom: 60px
    }
}

@media only screen and (min-width:1281px) {
    div[data-component=location-list] .locations-box {
        padding-bottom: 60px
    }
}

div[data-component=location-list] .locations-box .font-intro-1 {
    font-weight: 300;
    margin-bottom: 20px
}

div[data-component=location-list] .locations-box .location-area {
    width: 277px;
    margin: 0 auto;
    text-align: center
}

@media only screen and (min-width:768px) {
    div[data-component=location-list] .locations-box .location-area {
        width: 704px;
        margin: 0 auto
    }
    div[data-component=location-list] .locations-box .location-area .font-body-6 {
        font-size: 16px;
        line-height: 28px
    }
}

@media only screen and (min-width:1024px) {
    div[data-component=location-list] .locations-box .location-area {
        text-align: left;
        width: 100%;
        margin-left: 70px
    }
    div[data-component=location-list] .locations-box .location-area .font-body-6 {
        font-size: 16px;
        line-height: 28px
    }
}

@media only screen and (min-width:1281px) {
    div[data-component=location-list] .locations-box .location-area {
        width: 100%;
        margin-left: 102px
    }
    div[data-component=location-list] .locations-box .location-area .font-body-6 {
        font-size: 16px;
        line-height: 28px
    }
}

div[data-component=location-list] .locations-box .location-area span {
    display: inline-block;
    color: #2a2a2a;
    text-transform: uppercase;
    font-weight: 600
}

div[data-component=location-list] .locations-box .location-area ul {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none
}

@media only screen and (min-width:1024px) {
    div[data-component=location-list] .locations-box .location-area ul {
        margin: 0
    }
}

div[data-component=location-list] .locations-box .location-area ul li {
    display: inline-block;
    font-weight: 300;
    font-size: 18px
}

div[data-component=location-list] .locations-box .location-area ul li::after {
    content: "·";
    display: inline-block;
    padding-left: 5px
}

div[data-component=location-list] .locations-box .location-area ul li:first-child {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px
}

@media only screen and (min-width:1024px) {
    div[data-component=location-list] .locations-box .location-area ul li:first-child {
        display: inline-block;
        padding-right: 4px;
        padding-bottom: 0;
        padding-left: 0
    }
}

div[data-component=location-list] .locations-box .location-area ul li:first-child::after {
    content: "";
    display: none
}

@media only screen and (min-width:1024px) {
    div[data-component=location-list] .locations-box .location-area ul li:first-child::after {
        content: "|";
        display: inline-block;
        padding-right: 4px;
        padding-left: 9px
    }
}

div[data-component=location-list] .locations-box .location-area ul li:last-child::after {
    content: ""
}

div[data-component=location-list] .locations-box .location-area ul li a {
    text-decoration: none;
    color: #2a2a2a;
    padding-bottom: 8px
}

div[data-component=location-list] .locations-box .location-area ul li a:hover {
    border-bottom: 2px solid #c1e73e
}

div[data-component=location-list] .locations-list .location-list-item {
    display: block;
    background-color: #2a2a2a;
    width: 100%;
    height: 200px;
    position: relative
}

div[data-component=location-list] .locations-list .location-list-item:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

div[data-component=location-list] .locations-list .location-list-item:hover:before {
    content: '';
    background-color: transparent
}

div[data-component=location-list] .locations-list .location-list-item .single-location-link {
    display: block;
    width: 100vw;
    height: 200px;
    color: #fff;
    text-decoration: none;
    position: absolute
}

div[data-component=location-list] .locations-list .location-list-item .single-location-link:hover {
    background: #c1e73e;
    color: #2a2a2a
}

div[data-component=location-list] .locations-list .location-list-item .location-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 277px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 0
}

@media only screen and (min-width:768px) {
    div[data-component=location-list] .locations-list .location-list-item .location-list-wrapper {
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        padding: 40px 0 40px 60px;
        width: auto
    }
}

@media only screen and (min-width:1024px) {
    div[data-component=location-list] .locations-list .location-list-item .location-list-wrapper {
        padding: 40px 0 40px 76px
    }
}

@media only screen and (min-width:1281px) {
    div[data-component=location-list] .locations-list .location-list-item .location-list-wrapper {
        padding: 42px 102px 42px 102px
    }
}

div[data-component=location-list] .locations-list .location-list-item .location-list-wrapper .location-list-title {
    font-weight: 300;
    -webkit-box-flex: 1;
    -webkit-flex: 1 200px;
    -ms-flex: 1 200px;
    flex: 1 200px
}

@media only screen and (min-width:768px) {
    div[data-component=location-list] .locations-list .location-list-item .location-list-wrapper .location-list-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1 300px;
        -ms-flex: 1 300px;
        flex: 1 300px
    }
}

@media only screen and (min-width:1024px) {
    div[data-component=location-list] .locations-list .location-list-item .location-list-wrapper .location-list-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1 400px;
        -ms-flex: 1 400px;
        flex: 1 400px
    }
}

@media only screen and (min-width:1281px) {
    div[data-component=location-list] .locations-list .location-list-item .location-list-wrapper .location-list-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1 500px;
        -ms-flex: 1 500px;
        flex: 1 500px
    }
}

div[data-component=location-list] .locations-list .location-list-item .location-list-wrapper .location-list-details {
    margin-top: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 200px;
    -ms-flex: 1 200px;
    flex: 1 200px
}

@media only screen and (min-width:768px) {
    div[data-component=location-list] .locations-list .location-list-item .location-list-wrapper .location-list-details {
        margin-top: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1 200px;
        -ms-flex: 1 200px;
        flex: 1 200px
    }
}

div[data-component=location-list] .locations-list .location-list-item .location-list-wrapper .location-list-details .location-list-address {
    padding-bottom: 4px
}

@media only screen and (min-width:768px) {
    div[data-component=location-list] .locations-list .location-list-item .location-list-wrapper .location-list-details .location-list-address {
        padding-bottom: 18px
    }
}

div[data-component=location-list] .locations-list #abu-dhabi {
    background: #2a2a2a url(../images/abu-dhabi-image.jpg) no-repeat center center;
    background-size: cover
}

div[data-component=location-list] .locations-list #chicago {
    background: #2a2a2a url(../images/chicago-image.jpg) no-repeat center center;
    background-size: cover
}

div[data-component=location-list] .locations-list #dalian {
    background: #2a2a2a url(../images/dalian-image.jpg) no-repeat center center;
    background-size: cover
}

div[data-component=location-list] .locations-list #delhi {
    background: #2a2a2a url(../images/delhi-image.jpg) no-repeat center center;
    background-size: cover
}

div[data-component=location-list] .locations-list #denver {
    background: #2a2a2a url(../images/denver-image.jpg) no-repeat center center;
    background-size: cover
}

div[data-component=location-list] .locations-list #duesseldorf {
    background: #2a2a2a url(../images/d-sseldorf-image.jpg) no-repeat center center;
    background-size: cover
}

div[data-component=location-list] .locations-list #johannesburg {
    background: #2a2a2a url(../images/johannesburg-image.jpg) no-repeat center center;
    background-size: cover
}

div[data-component=location-list] .locations-list #london {
    background: #2a2a2a url(../images/london-image.jpg) no-repeat center center;
    background-size: cover
}

div[data-component=location-list] .locations-list #los-angeles {
    background: #2a2a2a url(../images/los-angeles-image.jpg) no-repeat center center;
    background-size: cover
}

div[data-component=location-list] .locations-list #melbourne {
    background: #2a2a2a url(../images/melbourne-image.jpg) no-repeat center center;
    background-size: cover
}

div[data-component=location-list] .locations-list #mexico-city {
    background: #2a2a2a url(../images/mexico-image.jpg) no-repeat center center;
    background-size: cover
}

div[data-component=location-list] .locations-list #milan {
    background: #2a2a2a url(../images/milan-image.jpg) no-repeat center center;
    background-size: cover
}

div[data-component=location-list] .locations-list #new-york {
    background: #2a2a2a url(../images/new-york-image.jpg) no-repeat center center;
    background-size: cover
}

div[data-component=location-list] .locations-list #paris {
    background: #2a2a2a url(../images/paris-image.jpg) no-repeat center center;
    background-size: cover
}

div[data-component=location-list] .locations-list #shanghai {
    background: #2a2a2a url(../images/shanghai-image.jpg) no-repeat center center;
    background-size: cover
}

div[data-component=location-list] .locations-list #singapore {
    background: #2a2a2a url(../images/singapore-image.jpg) no-repeat center center;
    background-size: cover
}

div[data-component=location-list] .locations-list #tokyo {
    background: #2a2a2a url(../images/tokyo-image.jpg) no-repeat center center;
    background-size: cover
}

div[data-component=location-list] .locations-list #warsaw {
    background: #2a2a2a url(../images/warsaw-image.jpg) no-repeat center center;
    background-size: cover
}

div[data-component=locations-footer] {
    background-color: #f7f7f7;
    color: #2a2a2a
}

div[data-component=locations-footer] .locations-box {
    padding: 40px 0 50px;
    text-align: center
}

@media only screen and (min-width:768px) {
    div[data-component=locations-footer] .locations-box {
        padding: 60px 0 50px
    }
}

div[data-component=locations-footer] .locations-box .font-intro-1 {
    font-weight: 300;
    margin-bottom: 20px
}

div[data-component=locations-footer] .locations-box .location-area {
    width: 100%;
    margin: 0 auto;
    font-size: 18px
}

@media only screen and (min-width:768px) {
    div[data-component=locations-footer] .locations-box .location-area {
        width: 100%
    }
}

@media only screen and (min-width:1024px) {
    div[data-component=locations-footer] .locations-box .location-area {
        width: 738px
    }
}

@media only screen and (min-width:1281px) {
    div[data-component=locations-footer] .locations-box .location-area {
        width: 990px
    }
}

div[data-component=locations-footer] .locations-box .location-area span {
    display: inline-block;
    color: #2a2a2a;
    font-weight: 600;
    text-transform: uppercase
}

div[data-component=locations-footer] .locations-box .location-area ul {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
    display: block
}

div[data-component=locations-footer] .locations-box .location-area ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: 300
}

div[data-component=locations-footer] .locations-box .location-area ul li::after {
    content: "·";
    display: inline-block;
    padding-left: 5px
}

div[data-component=locations-footer] .locations-box .location-area ul li:first-child::after {
    content: "|";
    display: inline-block;
    padding-left: 9px;
    padding-right: 4px
}

div[data-component=locations-footer] .locations-box .location-area ul li:last-child::after {
    content: ""
}

div[data-component=locations-footer] .locations-box .location-area ul li a {
    color: #2a2a2a;
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 8px
}

div[data-component=locations-footer] .locations-box .location-area ul li a:hover {
    border-bottom: 2px solid #c1e73e
}

.services-list {
    background-color: #2a2a2a;
    color: #fff
}

@media only screen and (min-width:768px) {
    .services-list {
        background-color: rgba(0, 0, 0, 0.85);
        margin-top: -30px
    }
}

.services-list {
    position: relative;
    background-color: #2a2a2a;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    color: #fff
}

.services-list .services-list__capabilities-list p {
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .services-list {
        background-color: rgba(0, 0, 0, 0.85)
    }
}

.services-list__item .container-inner {
    padding-top: calc(4vw + 20px);
    padding-bottom: calc(4vw + 20px)
}

@media only screen and (min-width:768px) {
    .services-list__item .container-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (min-width:1281px) {
    .services-list__item .container-inner {
        padding-top: 65px;
        padding-bottom: 65px
    }
}

.services-list__svg-container {
    z-index: 5
}

.services-list__svg-container svg {
    z-index: 4
}

.services-list__headline {
    padding-bottom: .7em;
    font-weight: 300
}

.services-list__headline svg {
    cursor: pointer;
    display: block;
    height: auto;
    margin-bottom: 1em;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .17s cubic-bezier(0.42, 0, 0.73, 1.29);
    transition: -webkit-transform .17s cubic-bezier(0.42, 0, 0.73, 1.29);
    transition: transform .17s cubic-bezier(0.42, 0, 0.73, 1.29);
    transition: transform .17s cubic-bezier(0.42, 0, 0.73, 1.29), -webkit-transform .17s cubic-bezier(0.42, 0, 0.73, 1.29);
    width: 30px
}

.expanded .services-list__headline svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (min-width:768px) {
    .services-list__headline {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
    .services-list__headline svg {
        display: inline-block;
        margin: 0 5% 0 0;
        vertical-align: middle;
        margin-top: -5px
    }
}

@media only screen and (min-width:768px) {
    .services-list__copy {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

.services-list__capabilities-list {
    height: auto;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    text-align: center;
    background: #c1e73e;
    -webkit-transition: max-height .3s ease-in-out, opacity .4s linear;
    transition: max-height .3s ease-in-out, opacity .4s linear;
    color: #2a2a2a
}

@media only screen and (min-width:768px) {
    .services-list__capabilities-list {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }
}

.services-list__capabilities-list p {
    line-height: 26px !important
}

.services-list__capabilities-list strong {
    line-height: 28px
}

.services-list__capabilities-list .container-inner {
    padding: 10vw
}

@media only screen and (min-width:768px) {
    .services-list__capabilities-list .container-inner {
        padding: 7vw 15vw
    }
}

.expanded + .services-list__capabilities-list {
    max-height: 600px;
    opacity: 1
}

.services-list__capabilities {
    display: block
}

@media only screen and (min-width:768px) {
    .services-list__capabilities {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }
}

.services-list__capabilities-btn {
    position: relative;
    padding: 1em;
    margin-left: -1em;
    background: 0;
    border: 0;
    border-radius: 0;
    color: #c1e73e;
    cursor: pointer
}

.services-list__capabilities-btn:hover {
    outline: 0
}

.services-list__capabilities-btn:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.services-list__capabilities-btn:focus {
    outline: 0
}

.services-list__capabilities-btn:after {
    content: "";
    display: block;
    position: absolute;
    bottom: .72em;
    left: 1em;
    right: 1em;
    height: 2px;
    background: #c1e73e;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    -webkit-transition: all .17s cubic-bezier(0.42, 0, 0.73, 1.29);
    transition: all .17s cubic-bezier(0.42, 0, 0.73, 1.29)
}

.expanded .services-list__capabilities-btn:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.services-list .in-view {
    -webkit-animation: grow 2s;
    animation: grow 2s
}

@-webkit-keyframes grow {
    69% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes grow {
    69% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

div[data-component=services-meta-list] {
    background: #2a2a2a;
    color: #fff
}

div[data-component=services-meta-list] .services-box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media only screen and (max-width:767px) {
    div[data-component=services-meta-list] .services-box-wrapper {
        background: #2a2a2a !important
    }
}

@media only screen and (min-width:768px) {
    div[data-component=services-meta-list] .services-box-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media only screen and (min-width:1024px) {
    div[data-component=services-meta-list] .services-box-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

@media only screen and (min-width:1281px) {
    div[data-component=services-meta-list] .services-box-wrapper {
        background-position: center -100px
    }
}

div[data-component=services-meta-list] .services-box-wrapper .services-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 48px 22px;
    position: relative;
    text-align: center
}

@media only screen and (min-width:768px) {
    div[data-component=services-meta-list] .services-box-wrapper .services-box {
        -webkit-box-flex: 1;
        -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
        flex: 1 50%;
        padding: 44px 30px;
        background-image: none
    }
}

@media only screen and (min-width:1281px) {
    div[data-component=services-meta-list] .services-box-wrapper .services-box {
        -webkit-box-flex: 1;
        -webkit-flex: 1 25%;
        -ms-flex: 1 25%;
        flex: 1 25%;
        padding: 56px 20px 40px
    }
}

div[data-component=services-meta-list] .services-box-wrapper .services-box p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    max-width: 100%
}

div[data-component=services-meta-list] .services-box-wrapper .services-box .box-ico {
    margin: 0 auto 40px
}

div[data-component=services-meta-list] .services-box-wrapper .services-box .box-ico {
    display: block;
    width: 50px;
    height: 50px
}

div[data-component=services-meta-list] .services-box-wrapper .services-box .plus-ico {
    margin-top: auto;
    text-align: center;
    padding-top: 20px
}

div[data-component=services-meta-list] .services-box-wrapper .services-box .font-label-1 {
    color: #c1e73e;
    margin-bottom: 10px
}

div[data-component=services-meta-list] .services-box-wrapper .services-box .font-body-2 {
    width: 276px;
    margin: 0 auto 30px
}

@media only screen and (min-width:768px) {
    div[data-component=services-meta-list] .services-box-wrapper .services-box .font-body-2 {
        width: 324px
    }
}

@media only screen and (min-width:1024px) {
    div[data-component=services-meta-list] .services-box-wrapper .services-box .font-body-2 {
        width: 350px
    }
}

@media only screen and (min-width:1281px) {
    div[data-component=services-meta-list] .services-box-wrapper .services-box .font-body-2 {
        width: auto;
        max-width: 350px
    }
}

div[data-component=services-meta-list] .services-box-wrapper .services-box:nth-child(1) {
    background-position: 0 0
}

div[data-component=services-meta-list] .services-box-wrapper .services-box:nth-child(2) {
    background-position: -25px -360px
}

div[data-component=services-meta-list] .services-box-wrapper .services-box:nth-child(3) {
    background-position: right -25px
}

div[data-component=services-meta-list] .services-box-wrapper .services-box:nth-child(4) {
    background-position: right -360px
}

div[data-component=services-meta-list] .services-box-wrapper .services-box:hover {
    background: #c1e73e;
    color: #2a2a2a
}

div[data-component=services-meta-list] .services-box-wrapper .services-box:hover .box-ico svg g {
    fill: #2a2a2a
}

div[data-component=services-meta-list] .services-box-wrapper .services-box:hover .font-label-1,
div[data-component=services-meta-list] .services-box-wrapper .services-box:hover .font-body-3 {
    color: #2a2a2a
}

div[data-component=services-meta-list] .services-box-wrapper .services-box:hover .plus-icon-small svg g path:last-child {
    fill: #2a2a2a
}

div[data-component=services-meta-list] .services-box-wrapper .services-box-link {
    height: 100%;
    position: absolute;
    text-decoration: none;
    top: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    width: 100%;
    z-index: 5;
    background-color: white;
    opacity: 0
}

.animated-icon path,
.animated-icon polygon,
.animated-icon rect {
    fill: #fff;
    stroke: #fff;
    stroke-width: 1px
}

.tiles {
    position: relative;
    margin-bottom: .5rem
}

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

.tiles:after {
    clear: both
}

@media only screen and (min-width:768px) {
    .tiles {
        margin-bottom: 3.125rem
    }
}

@media only screen and (min-width:1024px) {
    .tiles {
        margin-bottom: 6.25rem
    }
}

.tiles.work {
    margin-bottom: 0
}

.tile,
.tile-breakout {
    background-color: #2a2a2a;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
    font-size: .6875rem;
    margin-top: -1px;
    overflow: hidden;
    z-index: 0
}

.tile a,
.tile-breakout a {
    color: #fff;
    margin-top: 20px;
    display: block
}

.tile a svg,
.tile-breakout a svg {
    fill: #fff
}

@media only screen and (min-width:768px) {
    .tile,
    .tile-breakout {
        width: calc(100%/2);
        font-size: .875rem
    }
}

@media only screen and (min-width:1024px) {
    .tile,
    .tile-breakout {
        width: calc(1/3 * 100%);
        font-size: 1rem
    }
    .tile.wide,
    .wide.tile-breakout {
        width: calc(2/3 * 100%)
    }
}

.tile:before,
.tile-breakout:before {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    border: white 0 solid;
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s ease-out, border-width .3s ease-out;
    transition: opacity .3s ease-out, border-width .3s ease-out;
    left: 0;
    z-index: 10
}

.tile:after,
.tile-breakout:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.tile.short:after,
.short.tile-breakout:after,
.tile.wide:after,
.wide.tile-breakout:after {
    padding-bottom: 50%
}

.tile.tall:after,
.tall.tile-breakout:after {
    padding-bottom: 150%
}

.tile.social-image:after,
.social-image.tile-breakout:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.tile.social-image.short:after,
.social-image.short.tile-breakout:after,
.tile.social-image.wide:after,
.social-image.wide.tile-breakout:after {
    padding-bottom: 50%
}

.tile.social-image.tall:after,
.social-image.tall.tile-breakout:after {
    padding-bottom: 150%
}

.tile-eyebrow {
    display: block;
    margin-bottom: 2px
}

.tile-heading {
    font-size: 1.625rem;
    text-decoration: none;
    display: block;
    line-height: 1.25;
    margin: .25rem 0 0
}

@media only screen and (min-width:768px) {
    .tile-heading {
        font-size: 1.25rem
    }
}

@media only screen and (min-width:1281px) {
    .tile-heading {
        font-size: 2.375rem
    }
}

.tile-heading.small {
    font-size: 1.5rem
}

@media only screen and (min-width:1281px) {
    .tile-heading.small {
        font-size: 2.125rem
    }
}

.tile-heading.large {
    font-size: 1.625rem
}

@media only screen and (min-width:768px) {
    .tile-heading.large {
        font-size: 1.875rem
    }
}

@media only screen and (min-width:1281px) {
    .tile-heading.large {
        font-size: 2.625rem
    }
}

.tile-heading a {
    text-decoration: none
}

.tile-subheading {
    display: block;
    font-weight: 300
}

.tile-content {
    background-color: #2a2a2a;
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 50px;
    font-size: .75rem;
    line-height: 1.3;
    position: absolute;
    top: 50%;
    line-height: 1.5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

@media only screen and (min-width:768px) {
    .tile-content {
        font-size: .875rem
    }
}

@media only screen and (min-width:1281px) {
    .tile-content {
        font-size: 1rem
    }
}

.tile-content .testimonial p {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: .5rem
}

.tile-content.top {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media only screen and (min-width:1281px) {
    .tile-content.top {
        top: 3.125rem;
        top: 0
    }
}

.tile-content.bottom {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media only screen and (min-width:1024px) {
    .work .tile-content {
        opacity: 0;
        -webkit-transition: opacity .3s cubic-bezier(0.335, 0.015, 0.46, 0.995);
        transition: opacity .3s cubic-bezier(0.335, 0.015, 0.46, 0.995)
    }
    .work .tile:hover:not(.no-link) .tile-content,
    .work .tile-breakout:hover:not(.no-link) .tile-content {
        opacity: 1
    }
}

.social-image .tile-content {
    padding: 0;
    position: absolute;
    top: 50%;
    line-height: 1.5;
    left: 2.625rem;
    right: 2.625rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.social-image .tile-content.top {
    top: 2.625rem;
    bottom: 2.625rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.social-image .tile-content.bottom {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.tile-social-link {
    display: inline-block;
    float: left
}

.tile-social-icon {
    display: inline-block;
    float: left
}

@media only screen and (min-width:1024px) {
    .tile:hover:not(.no-link) .tile-social-icon svg,
    .tile-breakout:hover:not(.no-link) .tile-social-icon svg {
        opacity: 1;
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95)
    }
}

.tile-image {
    position: absolute;
    top: 0;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.335, 0.015, 0.46, 0.995);
    transition: -webkit-transform 1s cubic-bezier(0.335, 0.015, 0.46, 0.995);
    transition: transform 1s cubic-bezier(0.335, 0.015, 0.46, 0.995);
    transition: transform 1s cubic-bezier(0.335, 0.015, 0.46, 0.995), -webkit-transform 1s cubic-bezier(0.335, 0.015, 0.46, 0.995)
}

@media only screen and (min-width:1024px) {
    .tile:hover:not(.no-link) .tile-image,
    .tile-breakout:hover:not(.no-link) .tile-image {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.tile-link a {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 15
}

.tile-breakout {
    width: 100%;
    margin-top: 0
}

.tile-breakout:before {
    opacity: 1
}

@media only screen and (max-width:767px) {
    .tile-breakout:after {
        padding-bottom: 0
    }
    .tile-breakout .tile-content {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative;
        padding: 3.25rem 1.375rem;
        left: 0;
        top: 0
    }
}

.tile-breakout .link {
    display: none
}

@media only screen and (min-width:1024px) {
    .tile-breakout .link {
        display: block
    }
}

.tile-breakout .tile-breakout-link a {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 15
}

.tile-breakout .tile-heading a {
    margin-top: 0
}

@media only screen and (min-width:1024px) {
    .tile-breakout .tile-content {
        opacity: 0;
        -webkit-transition: opacity .3s cubic-bezier(0.335, 0.015, 0.46, 0.995);
        transition: opacity .3s cubic-bezier(0.335, 0.015, 0.46, 0.995)
    }
    .tile-breakout:before {
        opacity: 0
    }
    .tile-breakout:hover:not(.no-link):before {
        border: 0
    }
    .tile-breakout:hover:not(.no-link) .tile-content {
        opacity: 1
    }
    .tile-breakout:hover:not(.no-link) .tile-image {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.tile-breakout-parent {
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .tile-breakout-parent {
        margin-bottom: 2%
    }
}

@media only screen and (max-width:767px) {
    .tile-breakout.bio:after {
        padding-bottom: 55%
    }
    .tile-breakout.bio .tile-content {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: absolute;
        padding: 0
    }
}

.tile-breakout.bio .tile-content {
    opacity: 1;
    top: auto;
    left: 1.375rem;
    bottom: 1.5rem
}

@media only screen and (min-width:768px) {
    .tile-breakout.bio .tile-content {
        left: 1.25rem;
        bottom: 1.5rem
    }
}

@media only screen and (min-width:1024px) {
    .tile-breakout.bio .tile-content {
        left: 1.375rem;
        bottom: 2.125rem
    }
}

@media only screen and (min-width:1281px) {
    .tile-breakout.bio .tile-content {
        left: 2.125rem;
        bottom: 3.125rem
    }
}

.tile-breakout.bio:before {
    opacity: 0
}

.tile-breakout.bio .tile-image {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: -webkit-filter 1s cubic-bezier(0.335, 0.015, 0.46, 0.995);
    transition: filter 1s cubic-bezier(0.335, 0.015, 0.46, 0.995);
    transition: filter 1s cubic-bezier(0.335, 0.015, 0.46, 0.995), -webkit-filter 1s cubic-bezier(0.335, 0.015, 0.46, 0.995);
    -webkit-filter: grayscale(100%);
    -webkit-transition: -webkit-filter 1s cubic-bezier(0.335, 0.015, 0.46, 0.995)
}

@media only screen and (min-width:1024px) {
    .tile-breakout.bio:hover:not(.no-link) .tile-image {
        filter: grayscale(0);
        -webkit-filter: grayscale(0)
    }
    .tile-breakout.bio:hover:not(.no-link):before {
        opacity: 0
    }
}

.tile-breakout.bio .tile-heading {
    font-size: 1.125rem;
    line-height: 1.2
}

@media only screen and (min-width:1024px) {
    .tile-breakout.bio .tile-heading {
        font-size: 1.25rem;
        line-height: 1.3
    }
}

@media only screen and (min-width:1281px) {
    .tile-breakout.bio .tile-heading {
        font-size: 1.625rem
    }
}

.tile-breakout.news,
.tile-breakout.cobc {
    background: #f5f5f5;
    -webkit-transition: background .3s cubic-bezier(0.335, 0.015, 0.46, 0.995);
    transition: background .3s cubic-bezier(0.335, 0.015, 0.46, 0.995)
}

.tile-breakout.news:before,
.tile-breakout.cobc:before {
    opacity: 0
}

@media only screen and (min-width:1024px) {
    .tile-breakout.news:hover:not(.no-link),
    .tile-breakout.cobc:hover:not(.no-link) {
        background: #ebebeb
    }
    .tile-breakout.news:hover:not(.no-link):before,
    .tile-breakout.cobc:hover:not(.no-link):before {
        opacity: 0
    }
}

.tile-breakout.news .tile-content,
.tile-breakout.cobc .tile-content {
    color: #5c5a5d;
    opacity: 1
}

.tile-breakout.news .tile-content .tile-heading,
.tile-breakout.cobc .tile-content .tile-heading {
    font-size: 1.125rem
}

@media only screen and (min-width:1024px) {
    .tile-breakout.news .tile-content .tile-heading,
    .tile-breakout.cobc .tile-content .tile-heading {
        font-size: 1.5rem
    }
}

@media only screen and (min-width:1281px) {
    .tile-breakout.news .tile-content .tile-heading,
    .tile-breakout.cobc .tile-content .tile-heading {
        font-size: 2.125rem
    }
}

.tile-breakout.news .tile-content a,
.tile-breakout.cobc .tile-content a {
    color: #5c5a5d
}

.tile-breakout.news .tile-content a svg,
.tile-breakout.cobc .tile-content a svg {
    fill: #5c5a5d
}

.tile-breakout.cobc .tile-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 12.5%
}

.tile-breakout.cobc .tile-content p {
    font-size: 20px;
    line-height: 1.4;
    width: 96%
}

@media only screen and (min-width:768px) {
    .tile-breakout.cobc .tile-content p {
        font-size: 1.38889vw
    }
}

@media only screen and (min-width:1281px) {
    .tile-breakout.cobc .tile-content p {
        font-size: 20px
    }
}

.touch .work .tile-breakout:before,
.touch .work .tile-breakout .tile-content,
.touch .tile-breakout.tile-work:before,
.touch .tile-breakout.tile-work .tile-content {
    opacity: 1
}

@-webkit-keyframes animateToGrey {
    from {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
    to {
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }
}

@keyframes animateToGrey {
    from {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
    to {
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }
}

@-webkit-keyframes animateToColor {
    from {
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }
    to {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
}

@keyframes animateToColor {
    from {
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }
    to {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
}
.contact__successfull {
    text-align: center !important;
}