@font-face {
    font-family: 'Interstate Compressed';
    src: url("fonts/Interstate-Bold-Compressed.woff2") format("woff2"), url("fonts/Interstate-Bold-Compressed.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: 'Interstate Condensed';
    src: url("fonts/Interstate-Bold-Condensed.woff2") format("woff2"), url("fonts/Interstate-Bold-Condensed.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: 'Interstate';
    src: url("fonts/Interstate-Regular.woff2") format("woff2"), url("fonts/Interstate-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: 'Interstate';
    src: url("fonts/Interstate-Bold.woff2") format("woff2"), url("fonts/Interstate-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/Open-Sans-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/Open-Sans-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/Open-Sans-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: block
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    background-color: #262929
}

@media (max-width: 1180px) {
    header {
        max-height: 100vh;
        overflow-y: auto
    }
}

header .brand {
    margin-left: 30px
}

header .brand .logo {
    padding: 15px 0;
    display: flex;
    align-items: center
}

header .brand .logo svg {
    height: 30px;
    width: auto
}

header .brand .logo svg path {
    transition: fill 500ms
}

header .brand .logo svg:hover path {
    fill: #fff
}

@media (min-width: 1600px) {
    header .brand .logo {
        padding: 20px
    }

    header .brand .logo svg {
        height: 40px
    }
}

header nav {
    display: flex;
    flex-wrap: wrap
}

header nav ul {
    display: flex;
    width: 100%
}

header nav ul #login-link {
    white-space: nowrap;
    background: #3C4142;
    cursor: pointer
}

header nav ul #login-link>a {
    display: flex;
    align-items: center;
    padding: 1em 1.5em
}

header nav ul #login-link>a .label {
    margin: 0 1.25em
}

header nav ul #login-link>a svg path {
    fill: #fff;
    transition: fill 200ms
}

header nav ul #login-link>a .icon--user svg {
    height: 1.75em
}

header nav ul #login-link>a .icon--chevron svg {
    transition: transform 200ms;
    height: .875em
}

header nav ul #login-link>a.opened .icon--chevron svg {
    transform: rotate(180deg)
}

header nav ul #login-link ul {
    background-color: #3C4142
}

header nav ul #login-link ul li {
    border-top: 1px solid #979797
}

header nav ul #login-link ul li a {
    display: block
}

header nav ul #login-link ul li a:hover {
    border-bottom-color: transparent
}

header nav ul #login-link:hover svg path {
    fill: #00BCCF
}

header nav ul #login-link:hover>a {
    border-bottom-color: transparent
}

header nav ul li {
    display: block
}

header nav ul li a {
    color: #fff
}

header nav ul li a:hover {
    color: #00BCCF !important
}

header nav ul li.icon a {
    text-align: center;
    background-color: #323232;
    box-sizing: border-box;
    justify-content: center
}

header nav ul li.icon a:hover {
    border-bottom-color: transparent;
    transition: background-color 200ms
}

header nav ul li.icon.call a {
    background-color: #00BCCF
}

header nav ul li.icon.call:hover a {
    background-color: #36edff
}

@media (min-width: 0) and (max-width: 1180px) {
    header nav {
        width: 100%
    }

    header nav ul {
        flex-wrap: wrap
    }

    header nav ul li {
        width: 100%
    }

    header nav ul li a {
        padding: 20px 30px
    }

    header nav#nav--sub nav {
        padding: 0 30px;
        margin-left: -30px
    }

    header .mnav-trigger.main {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 8rem;
        background-color: transparent;
        text-indent: -9999px
    }

    header .mnav-trigger.sub {
        height: 54px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        font-family: 'Interstate';
        font-weight: bold;
        letter-spacing: 0.1rem;
        text-transform: uppercase;
        text-align: center;
        background-color: #3C4142;
        color: #979797;
        padding: 0 30px
    }

    header .mnav-trigger.sub .chevron {
        transition: transform 500ms;
        transition-timing-function: ease-in-out
    }

    header .mnav-trigger.sub.opened .chevron {
        transform: rotate(180deg)
    }
}

@media (min-width: 1180px) {
    header .mnav-trigger {
        display: none
    }

    header nav {
        display: flex;
        align-items: stretch
    }

    header nav #login-link {
        position: relative
    }

    header nav #login-link ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column
    }

    header nav #login-link ul li {
        display: block;
        border-top: 1px solid #979797;
        text-align: center
    }

    header nav #login-link ul li a {
        display: block
    }

    header nav ul {
        align-items: stretch
    }

    header nav ul li {
        display: flex;
        align-items: stretch
    }

    header nav ul li a {
        display: flex;
        align-items: center;
        border-width: 6px 0;
        border-style: solid;
        transition: border-color 200ms, color 200ms;
        border-color: transparent
    }

    header nav ul li a:hover {
        border-bottom-color: #00BCCF
    }

    header nav ul li.icon a {
        width: 8rem;
        max-width: 100px
    }

    header nav ul li.active a {
        color: #00BCCF;
        border-bottom-color: #00BCCF
    }
}

header #sub-nav {
    width: 100%;
    border-top: 1px solid #979797;
    background-color: #323232
}

@media (min-width: 1024px) {
    header #sub-nav nav ul {
        height: 60px
    }

    header #sub-nav nav ul li a {
        line-height: 1;
        color: #C4CACB
    }
}

@media (min-width: 1600px) {
    header #sub-nav nav ul {
        height: 80px
    }
}

#subscribe {
    padding: 120px 0
}

#subscribe h3 {
    color: #3C4142
}

#subscribe #mc_embed_signup form {
    max-width: 720px;
    background-color: #fff;
    padding: 20px 24px;
    margin: 50px auto 0
}

#subscribe #mc_embed_signup form #mc_embed_signup_scroll {
    position: relative;
    height: 7.25rem
}

#subscribe #mc_embed_signup form label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#subscribe #mc_embed_signup form input {
    margin-bottom: 0
}

#subscribe #mc_embed_signup form input.mce_inline_error {
    border-color: #A52F00
}

#subscribe #mc_embed_signup form #mce-EMAIL {
    position: absolute;
    top: 2rem;
    width: 100%
}

#subscribe #mc_embed_signup form #mc-embedded-subscribe {
    position: absolute;
    top: 2rem;
    right: 0;
    width: 50px;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    background: url("/img/arrow.svg") right center no-repeat;
    background-size: contain
}

#subscribe #mc_embed_signup form div.mce_inline_error {
    position: absolute;
    top: 7rem;
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-size: 1.2rem;
    font-weight: 400;
    color: #A52F00
}

#subscribe #mc_embed_signup form .response {
    font-size: 1.4rem;
    position: absolute;
    top: 10rem
}

#subscribe #mc_embed_signup form .response#mce-error-response {
    font-weight: 700
}

#subscribe #mc_embed_signup form .response#mce-success-response {
    color: #00BCCF
}

footer .row:nth-child(1) {
    padding: 30px 0;
    background-color: #3C4142
}

@media (min-width: 1024px) {
    footer .row:nth-child(1) .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.3rem
    }
}

footer .row:nth-child(1) .logo {
    margin-bottom: 60px
}

@media (min-width: 1024px) {
    footer .row:nth-child(1) .logo {
        margin-bottom: 0
    }
}

footer .row:nth-child(1) nav a {
    padding: 0;
    margin-right: 2em;
    transition: color 200ms;
    margin-bottom: 25px
}

@media (min-width: 1024px) {
    footer .row:nth-child(1) nav a {
        margin-bottom: 0
    }
}

footer .row:nth-child(1) nav a:hover {
    color: #00BCCF
}

footer .row:nth-child(2) {
    padding: 30px 0;
    font-size: 1.4rem;
    color: #DDD;
    background-color: #323232
}

footer .row:nth-child(2) a:hover {
    color: #00BCCF
}

* {
    box-sizing: border-box
}

.hide {
    display: none !important
}

.hide.hide__mobile {
    display: inherit !important
}

@media (min-width: 0) and (max-width: 1180px) {
    .hide.hide__mobile {
        display: none !important
    }
}

html {
    font-size: 10px
}

body {
    font-family: "Open Sans", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    background-color: #EDF0F0;
    margin: 0;
    margin-top: 60px;
    color: #3C4142
}

body.has-sub-nav {
    margin-top: 114px
}

body.has-sub-nav .under-nav {
    margin-top: -114px
}

@media (min-width: 1600px) {
    body {
        margin-top: 80px
    }

    body.has-sub-nav {
        margin-top: 160px
    }
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Interstate Compressed", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
    color: #3C4142
}

p {
    line-height: 2
}

strong {
    font-weight: 700
}

button {
    display: block;
    background-color: #585E5F;
    cursor: pointer
}

.font--condensed {
    font-family: 'Interstate Condensed', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

.ctr {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.h--md {
    font-size: 3rem;
    max-width: 900px
}

@media (min-width: 1024px) {
    .h--md {
        font-size: 6rem
    }
}

.h--lg {
    font-size: 4rem
}

@media (min-width: 1024px) {
    .h--lg {
        font-size: 6vw
    }
}

@media (min-width: 1600px) {
    .h--lg {
        font-size: 7rem
    }
}

.h--xl {
    font-size: 20rem
}

.h--xxl,
.h--bg {
    font-size: 8.2rem;
    max-width: 100%
}

@media (min-width: 1024px) {

    .h--xxl,
    .h--bg {
        font-size: 26rem
    }

    .h--xxl._scale,
    .h--bg._scale {
        font-size: 14vw
    }
}

.h--bg {
    position: absolute;
    line-height: 0.9;
    color: rgba(50, 50, 50, 0.07);
    top: 50%;
    overflow: hidden;
    transform: translateY(-50%);
    font-size: 22vw;
    transform: translateY(-50%);
    color: rgba(50, 50, 50, 0.07);
    line-height: 0.9
}

@media (min-width: 1024px) {
    .h--bg {
        font-size: 26rem
    }
}

.h--striped {
    font-size: 3rem
}

@media (min-width: 1024px) {
    .h--striped {
        font-size: 4rem
    }
}

.h--striped div {
    display: inline-block;
    position: relative;
    padding: 0.0625em;
    z-index: 2
}

.h--striped div::after {
    content: '';
    display: block;
    position: absolute;
    left: -0.125em;
    right: -0.125em;
    height: 66%;
    bottom: 0;
    z-index: -1;
    background-color: #00BCCF
}

.h--striped.white div::after {
    background-color: #0096A5
}

.h--lower {
    font-size: 3.4rem;
    color: #979797;
    font-family: 'Interstate';
    font-weight: 400;
    text-transform: none;
    letter-spacing: -0.1rem
}

.absolute {
    position: absolute
}

._br {
    bottom: 0;
    right: 0
}

.white {
    color: #fff
}

.text--light {
    color: #fff
}

.text--light * {
    color: inherit
}

.text--light p {
    color: #EDF0F0
}

.bg--grey--lightest,
.bg--light {
    background-color: #EDF0F0
}

.bg--grey--dark,
.bg--dark {
    background-color: #3C4142
}

.bg--grey--dark--plus {
    background-color: #353535
}

.bg--grey--darker {
    background-color: #262929
}

.bg--v {
    background-image: url("../img/v-tile-light.svg");
    background-repeat: repeat;
    background-position: center -2px
}

.bg--v._dark {
    background-image: url("../img/v-tile-dark.svg")
}

@media (min-width: 0) and (max-width: 1024px) {
    .bg--v {
        background-size: 120px auto
    }
}

section {
    position: relative
}

section>* {
    position: relative;
    z-index: 9
}

nav {
    font-size: 1.3rem
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Interstate';
    font-weight: 700;
    letter-spacing: 0.1em
}

@media (min-width: 1024px) {
    nav ul {
        display: flex
    }
}

nav ul li a {
    display: block;
    padding: 1em 2em;
    color: inherit;
    text-transform: uppercase
}

.tablet--landscape._hide {
    display: block
}

@media (min-width: 1024px) {
    .tablet--landscape._hide {
        display: none
    }
}

.tablet--landscape._show {
    display: none
}

@media (min-width: 1024px) {
    .tablet--landscape._show {
        display: block
    }
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px
}

.container.v-pad {
    padding: 30px
}

.container.narrower {
    max-width: 860px
}

.container.narrow {
    max-width: 1100px
}

.container._wide {
    max-width: 1600px
}

.container._full {
    max-width: none
}

.gap {
    height: 30px
}

.gap._scale {
    height: 5vh
}

.gap._lg {
    height: 50px
}

.gap._xl {
    height: 80px
}

.gap._xxl {
    height: 120px
}

.under-nav {
    margin-top: -80px
}

.full-height {
    min-height: calc(100vh - 80px);
    min-height: calc(100vh - 160px)
}

.full-height.under-nav {
    min-height: 100vh
}

.v-ctr {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.flex {
    display: flex
}

@media (min-width: 1024px) {
    .grid {
        display: grid;
        grid-gap: 25px
    }

    .grid._50-50 {
        grid-template-columns: 1fr 1fr
    }

    .grid._40-60 {
        grid-template-columns: 3fr 7fr
    }
}

@media (min-width: 1340px) {
    .grid._40-60 {
        grid-template-columns: 2fr 3fr
    }
}

.container--a-sym {
    display: flex;
    justify-content: end;
    align-items: center
}

.container--a-sym>* {
    max-width: 700px;
    padding-left: 30px
}

a {
    text-decoration: none;
    color: inherit
}

button {
    border: none
}

.btn {
    width: 100%;
    max-width: 540px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 3.25rem 30px;
    background-color: #585E5F;
    color: #EDF0F0;
    font-family: 'Interstate';
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    transition: background-color 200ms, padding 500ms;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center
}

.btn:hover {
    background-color: #00BCCF
}

.btn .arrow {
    display: inline-flex;
    height: 1.5rem;
    width: 15%;
    margin-left: 8px;
    overflow: hidden;
    justify-content: flex-end
}

.btn .arrow svg {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle
}

.btn .arrow svg path {
    fill: #EDF0F0
}

@media (min-width: 1024px) {
    .btn {
        padding: 3.25rem 40px
    }

    .btn .arrow {
        width: 7rem
    }
}

.btn._style-1 {
    background-color: transparent;
    border-width: 1px 0;
    border-style: solid;
    border-color: #C4CACB;
    color: #323232;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    padding-right: 0;
    padding-left: 0;
    transition: all 200ms;
    text-align: left
}

.btn._style-1 .arrow path {
    fill: #323232
}

.btn._style-1:hover {
    border-color: #00BCCF;
    color: #00BCCF
}

.btn._style-1:hover .arrow path {
    fill: #00BCCF
}

.hero {
    display: flex;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.hero .aside {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    justify-content: center;
    z-index: 1;
    width: 100%;
    padding-top: 40px;
    background-color: rgba(0, 0, 0, 0.5)
}

.hero .aside .container {
    width: 100%;
    flex-grow: 2
}

.hero .aside p {
    color: #C4CACB
}

.hero .aside .btn {
    max-width: 100%;
    padding: 40px 20px;
    text-align: center
}

@media (min-width: 1024px) {
    .hero .aside {
        width: 33%;
        min-width: 480px;
        max-width: 680px;
        background-color: rgba(0, 0, 0, 0.5)
    }

    .hero .aside .h--lg {
        margin-top: 0;
        margin-right: -60%
    }
}

.hero._style-2 {
    display: block;
    padding-top: 80px;
    padding-bottom: 140px
}

.hero._style-2 .aside {
    position: absolute;
    top: 0;
    bottom: 0;
    justify-content: flex-end
}

.banner {
    min-height: 60vh;
    max-height: 800px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #000
}

.banner img {
    width: 80px;
    object-fit: contain;
    margin: 0 auto
}

.banner h1 {
    font-size: 7rem;
    color: #00bccf;
    letter-spacing: -0.03em;
    margin-top: 30px
}

@media (min-width: 1024px) {
    .banner .title {
        display: flex
    }

    .banner .title h1 {
        font-size: 10rem;
        margin-top: 0;
        margin-left: 32px;
        padding-left: 32px;
        border-left: 1px solid #EDF0F0
    }
}

.card {
    background-color: #fff;
    margin-bottom: 40px
}

@media (min-width: 720px) {
    .card {
        display: flex;
        align-items: stretch
    }

    .card .img {
        border-right: 1px solid #C4CACB
    }

    .card .info {
        padding: 40px 40px 40px 60px
    }
}

.card .img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 200px;
    padding: 40px
}

.card .info {
    padding: 20px
}

.card .info h3 {
    font-size: 4rem;
    margin-bottom: 16px
}

.card .info ul {
    list-style-position: outside;
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 1.8rem;
    color: #585E5F
}

.card .info ul li {
    margin: 15px 0
}

.vanguard-v {
    position: absolute;
    width: 100%;
    height: 680px;
    z-index: -1;
    background: url("../img/Vanguard-V.svg") center no-repeat;
    background-size: contain;
    opacity: 0.17
}

form label {
    display: block;
    font-family: 'Interstate';
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1;
    color: #585E5F;
    font-weight: 400
}

form input,
form textarea,
form select {
    border-width: 0 0 2px 0;
    border-bottom: 2px solid #8A9495;
    padding: 5px 0 20px 0;
    font-size: 1.8rem;
    font-family: 'Open Sans';
    width: 100%;
    margin-bottom: 4rem;
    border-radius: 0
}

form input:focus,
form textarea:focus,
form select:focus {
    outline: none;
    border-bottom-color: #00BCCF
}

form input::placeholder,
form textarea::placeholder,
form select::placeholder {
    color: #979797
}

form input[type='submit'],
form textarea[type='submit'],
form select[type='submit'] {
    cursor: pointer
}

form input:-moz-ui-invalid,
form textarea:-moz-ui-invalid,
form select:-moz-ui-invalid {
    box-shadow: none;
    border-color: #A52F00
}

form select option {
    padding: 5px 0 20px 0
}

form .btn {
    padding: 2.75rem 30px
}

@media (min-width: 720px) {
    form .two-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px
    }
}

.splide__pagination {
    position: relative;
    top: 48px;
    padding: 0
}

.splide__pagination li button {
    position: relative;
    width: 32px;
    height: 32px;
    border: none;
    margin: 0 10px;
    vertical-align: middle;
    background-color: transparent
}

@media (min-width: 720px) {
    .splide__pagination li button {
        width: 64px
    }
}

.splide__pagination li button::after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    left: 0;
    width: 100%;
    top: 15px;
    background-color: #979797
}

.splide__pagination li button.is-active::after,
.splide__pagination li button:hover::after {
    background-color: #00BCCF
}

#intro {
    padding-top: 5vh;
    padding-bottom: 40px
}

#intro .grid._40-60 .col:first-child {
    margin-bottom: 40px
}

#intro .grid._40-60 .col:last-child h2 {
    margin-bottom: 30px
}

.overlay {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(50, 50, 50, 0.5);
    z-index: 99
}

.overlay .modal {
    position: relative;
    background-color: #fff;
    max-width: 540px;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5)
}

.overlay .close {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: transparent
}

#brochures {
    border-style: solid;
    border-width: 1px 0;
    border-color: #C4CACB;
    max-width: 400px
}

#brochures__title {
    position: relative;
    padding: 3rem 0;
    font-family: 'Interstate';
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 200ms
}

#brochures__title:hover {
    color: #00BCCF
}

#brochures__title::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 25px;
    width: 32px;
    height: 32px;
    border: 1px solid #323232;
    background-image: url("/img/chevron.dark.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
    border-radius: 50%;
    cursor: pointer
}

#brochures__title.opened {
    padding-bottom: 10px
}

#brochures__title.opened::after {
    transform: rotate(180deg)
}

#brochures__links {
    margin-top: 20px
}

#brochures__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 40px;
    font-family: 'Interstate';
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: url("/img/doc.svg") left center no-repeat;
    transition: color 200ms
}

#brochures__links a .arrow {
    margin-left: 20px
}

#brochures__links a .arrow svg {
    height: 10px
}

#brochures__links a:last-child {
    margin-bottom: 10px
}

#brochures__links a:hover {
    color: #00BCCF
}