#enable-js,
#upgrade-browser {
    background: #e55e5e;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 99999
}

#enable-js p,
#upgrade-browser p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 5px
}

#enable-js a,
#upgrade-browser a {
    color: #049;
    text-decoration: underline
}

#enable-js a:focus,
#enable-js a:hover,
#upgrade-browser a:focus,
#upgrade-browser a:hover {
    color: #04c
}

.grecaptcha-badge {
    display: none
}

.wp-caption {
    max-width: 100%
}

.text__color--cerulean {
    color: #0065a4
}

.text__color--regal-blue {
    color: #03436b
}

.text__size--small {
    font-size: 0.75rem;
    line-height: 1.125rem
}

.text__size--large {
    font-size: 0.9375rem;
    line-height: 1.5625rem
}

@media only screen and (min-width:992px) {
    .text__size--large {
        font-size: 1.1875rem;
        line-height: 2.0625rem
    }
}

.text__size--very-large {
    font-size: 1rem;
    line-height: 1.75rem
}

@media only screen and (min-width:992px) {
    .text__size--very-large {
        font-size: 1.875rem;
        line-height: 2.625rem
    }
}

.font--serif {
    font-family: Playfair Display, serif
}

.font--sans-serif {
    font-family: Raleway, sans-serif
}

.layout-header,
.layout-navbar {
    position: relative
}

.layout-navbar {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid hsla(0, 0%, 85%, .5);
    display: flex;
    height: 3.125rem;
    justify-content: center;
    padding: 0 0.9375rem;
    transition: all 0.2s ease-in-out;
    z-index: 99
}

@media only screen and (min-width:1200px) {
    .layout-navbar {
        height: 6.875rem
    }
}

.layout-navbar__inner {
    display: flex;
    justify-content: space-between;
    max-width: 75rem;
    width: 100%
}

.layout-navbar__logo-link {
    display: flex
}

.layout-navbar__logo-img {
    width: 10.625rem
}

@media only screen and (min-width:1200px) {
    .layout-navbar__logo-img {
        width: 10.625rem
    }
}

.layout-navbar__nav,
.layout-navbar__utility-nav {
    align-items: center;
    display: flex
}

.layout-navbar__contact {
    display: block;
    width: 100%;
    z-index: 9
}

@media only screen and (min-width:1200px) {
    .layout-navbar__contact {
        position: absolute;
        top: calc(100% + 1px);
        right: 0;
        width: auto
    }
}

.layout-navbar__contact .button {
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    width: 100%
}

@media only screen and (min-width:1200px) {
    .layout-navbar__contact .button {
        height: 3.125rem;
        line-height: 3.125rem;
        width: auto
    }
}

.layout-navbar__mobile-nav {
    border-bottom: 1px solid #d8d8d8;
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1px);
    width: 100%
}

.layout-navbar__mobile-nav-inner {
    height: calc(100vh - 100px);
    overflow-y: auto
}

.layout-navbar__mobile-nav-button {
    background-color: transparent;
    background-image: url(/assets/img/icon/mobile-nav-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    height: 1.5625rem;
    position: absolute;
    right: 0.9375rem;
    top: 0.75rem;
    width: 2rem
}

@media only screen and (min-width:1200px) {
    .layout-navbar__mobile-nav-button {
        display: none
    }
}

.layout-navbar__mobile-nav-button:active,
.layout-navbar__mobile-nav-button:focus,
.layout-navbar__mobile-nav-button:hover {
    background-color: transparent
}

.layout-navbar__mobile-sub-nav-toggle {
    background-color: transparent;
    background-image: url(/assets/img/icon/plus-icon--light--blue.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 1.125rem;
    color: #03436b;
    height: 3.125rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.125rem
}

#navPrimary {
    display: none
}

@media only screen and (min-width:1200px) {
    #navPrimary {
        display: block
    }
}

#navPrimary .menu {
    display: flex;
    position: relative
}

#navPrimary .menu .menu-item:hover>a {
    border-bottom: 2px solid #03436b
}

#navPrimary .menu .menu-item:hover .sub-menu {
    display: block
}

#navPrimary .menu .menu-item>a {
    color: #03436b;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 1rem;
    position: relative;
    text-transform: uppercase
}

#navPrimary .menu .menu-item .nav-separator {
    display: inline;
    color: #d8d8d8;
    opacity: 0.5
}

#navPrimary .menu .menu-item.current-menu-item>a {
    border-bottom: 2px solid #03436b
}

#navPrimary .menu .menu-item:last-of-type .nav-separator {
    display: none
}

#navPrimary .menu .sub-menu {
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .1), -3px 3px 3px rgba(0, 0, 0, .1);
    display: none;
    position: absolute;
    top: 100%;
    z-index: 99;
    width: 18.75rem
}

#navPrimary .menu .sub-menu .nav-separator {
    display: none
}

#navPrimary .menu .sub-menu .menu-item {
    border-bottom: 2px solid hsla(0, 0%, 85%, .5);
    font-size: 1rem;
    margin: 0 0.75rem;
    padding: 0
}

#navPrimary .menu .sub-menu .menu-item:last-of-type a {
    border-bottom: 0
}

#navPrimary .menu .sub-menu .menu-item a {
    font-size: 0.875rem;
    line-height: 3.5rem;
    margin: 0;
    padding: 0 1.25rem
}

#navPrimary .menu .sub-menu .menu-item.current-menu-item a,
#navPrimary .menu .sub-menu .menu-item:hover a {
    border-bottom: none;
    font-weight: 800
}

#navUtility {
    display: none
}

@media only screen and (min-width:1200px) {
    #navUtility {
        display: block
    }
}

#navUtility .menu {
    display: flex
}

#navUtility .menu .menu-item>a {
    color: #03436b;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0 0.75rem;
    text-transform: uppercase
}

#navUtility .menu .menu-item.current-menu-item>a,
#navUtility .menu .menu-item>a:hover {
    border-bottom: 1px solid #03436b
}

#navUtility .sub-menu {
    display: none
}

#navMobile {
    padding: 1.875rem 0.9375rem
}

#navMobile .nav-separator {
    display: none
}

#navMobile .menu:last-of-type .menu-item:last-of-type a {
    border-bottom: none
}

#navMobile .menu .menu-item {
    position: relative
}

#navMobile .menu .menu-item a {
    border-bottom: 1px solid #d8d8d8;
    display: block;
    line-height: 3.125rem;
    width: 100%
}

#navMobile .menu .menu-item.mobile-sub-nav-open .sub-menu {
    max-height: 31.25rem
}

#navMobile .menu .menu-item.mobile-sub-nav-open .layout-navbar__mobile-sub-nav-toggle {
    background-image: url(/assets/img/icon/minus-icon--light--blue.svg)
}

#navMobile .menu .sub-menu {
    height: auto;
    max-height: 0;
    overflow: hidden;
    padding-left: 0.9375rem;
    transition: all 0.2s ease-in-out
}

.sticky-header .layout-navbar {
    height: 3.125rem;
    position: fixed;
    left: 0;
    right: 0;
    top: 0
}

.sticky-header .layout-navbar__contact {
    position: fixed;
    top: 3.125rem
}

.sticky-header.admin-bar .layout-navbar {
    top: 2.8125rem
}

@media only screen and (min-width:1200px) {
    .sticky-header.admin-bar .layout-navbar {
        top: 2rem
    }
}

.sticky-header.admin-bar .layout-navbar__contact {
    top: 2.875rem
}

@media only screen and (min-width:1200px) {
    .sticky-header.admin-bar .layout-navbar__contact {
        top: 5.125rem
    }
}

.mobile-nav-open .layout-navbar__mobile-nav {
    display: block
}

@media only screen and (min-width:1200px) {
    .mobile-nav-open .layout-navbar__mobile-nav {
        display: none
    }
}

.mobile-nav-open .layout-navbar__mobile-nav-button {
    background-color: transparent;
    background-image: url(/assets/img/icon/close-icon--blue.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 1.25rem
}

.mobile-nav-open.sticky-header {
    overflow: hidden
}

@media only screen and (min-width:1200px) {
    .mobile-nav-open.sticky-header {
        overflow: visible
    }
}

.share {
    background: rgba(250, 99, 14, .3);
    color: #009ddc;
    padding: 1em 0 0
}

@media only screen and (min-width:880px) {
    .share {
        float: left;
        text-align: right;
        width: 25%
    }
}

.share h4 {
    color: #009ddc;
    font-size: 1em;
    padding: 0 24px 0 10px
}

.share ul {
    padding: 0 24px 0 0
}

.share ul li {
    display: inline-block;
    padding: 5px 10px
}

.share ul li a {
    color: #009ddc;
    display: block
}

.share ul li a i {
    font-size: 22px
}

@media only screen and (min-width:880px) {
    .share ul li {
        padding: 10px 0 10px 10px;
        width: 100%
    }
}

ul.social {
    margin: 0;
    padding: 0
}

ul.social li {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1rem;
    height: 20px;
    line-height: 20px;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: center;
    width: 20px
}

ul.social li:last-child {
    margin-right: 0
}

ul.social a {
    display: block;
    height: 100%
}

ul.social a span {
    position: absolute;
    left: -9999em
}

#home-hero {
    background-position: 72% 0%;
    background-repeat: no-repeat;
    background-size: cover
}

#home-hero .container {
    background: transparent;
    height: 125vw;
    overflow: visible
}

@media only screen and (min-width:375px) {
    #home-hero .container {
        height: 470px
    }
}

@media only screen and (min-width:768px) {
    #home-hero .container {
        height: 40.625vw
    }
}

@media only screen and (min-width:1440px) {
    #home-hero .container {
        height: 585px
    }
}

#home-hero .txt {
    background: #fff;
    transform: translateY(-115px)
}

#home-hero .txt h2.tagline {
    color: #0065a4;
    font-size: 1.875rem;
    line-height: 1.3333
}

#home-hero .txt h2.tagline,
#home-hero .txt p.cta {
    font-family: Playfair Display, serif;
    font-weight: 400;
    text-align: center
}

#home-hero .txt p.cta {
    font-size: 1.5625rem;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1;
    padding: 0.3em 0.75rem 2em;
    text-transform: none
}

#home-hero .txt p.cta a {
    color: #13b5ea;
    transform: translateZ(0);
    transition: none
}

#home-hero .txt p.cta a span {
    padding-right: 7px;
    transform: translateZ(0);
    transition: none
}

#home-hero .txt p.cta a span:after {
    background: url(../img/icon/rarr-extra-light-blue.svg) 50% 50% no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 22px;
    opacity: 1;
    transform: translate3d(7px, 5px, 0);
    transition: none;
    width: 53px
}

#home-hero .txt p.cta a:focus,
#home-hero .txt p.cta a:hover {
    color: #009ddc
}

#home-hero .txt p.cta a:focus span:after,
#home-hero .txt p.cta a:hover span:after {
    background-image: url(../img/icon/rarr-light-blue.svg)
}

@media only screen and (min-width:768px) {
    #home-hero {
        background-position: 72% 50%
    }

    #home-hero .txt {
        background: transparent;
        bottom: 2.25rem;
        left: 50%;
        position: absolute;
        right: auto;
        transform: translate3d(-50%, 0, 0);
        width: 720px
    }

    #home-hero .txt h2.tagline {
        color: #fff;
        font-size: 2rem;
        padding: 0
    }

    #home-hero .txt p.cta {
        padding-bottom: 0;
        text-align: right
    }

    #home-hero .txt p.cta a {
        color: #8fc3ea
    }
}

@media only screen and (min-width:900px) {
    #home-hero .txt {
        bottom: 3rem;
        bottom: 5.333vw;
        width: 768px
    }

    #home-hero .txt h2.tagline {
        font-size: 2.5rem
    }
}

@media only screen and (min-width:1530px) {
    #home-hero .txt {
        bottom: 5rem
    }
}

#home-blocks .container {
    overflow: visible
}

#home-blocks ul {
    margin: 0
}

#home-blocks ul li {
    cursor: pointer;
    margin: 1em 0 0;
    position: relative;
    pointer-events: none
}

@media only screen and (min-width:1000px) {
    #home-blocks ul li {
        pointer-events: auto
    }
}

#home-blocks ul li>div {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50% 0
}

#home-blocks ul a {
    color: #0065a4;
    display: block;
    padding: 0 5%;
    pointer-events: auto;
    transition: top 2s
}

@media only screen and (min-width:1000px) {
    #home-blocks ul a {
        pointer-events: auto
    }
}

#home-blocks ul a:after {
    background: url(../img/icon/rarr-white-short.svg) 50% 50% no-repeat;
    content: "";
    display: none;
    height: 20px;
    margin-top: 6px;
    width: 100%
}

#home-blocks ul h3 {
    background: #fff;
    color: #0065a4;
    font-family: Raleway, sans-serif;
    font-size: 0.875rem;
    font-weight: 800;
    left: 5%;
    letter-spacing: 4px;
    padding: 1.25rem 0 1rem;
    position: absolute;
    right: 5%;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transform: translate3d(0, -2rem, 0);
    transition-property: background, top;
    transition-duration: 0.2s, 0.6s
}

#home-blocks ul h3 a:after {
    background: url(../img/icon/rarr-dark-blue.svg);
    content: "";
    display: block;
    height: 22px;
    margin: 10px auto 0;
    transform: translateZ(0);
    width: 53px
}

@media only screen and (min-width:375px) {
    #home-blocks ul li {
        height: 375px;
        padding: 0
    }
}

@media only screen and (min-width:1000px) {
    #home-blocks ul {
        margin: 1em -1.25%;
        overflow: hidden
    }

    #home-blocks ul li {
        float: left;
        height: auto;
        margin: 0 1.25%;
        transform: translateZ(0)
    }

    #home-blocks ul li>div {
        margin-top: 2rem;
        height: 194px
    }

    #home-blocks ul li>div:after {
        background: rgba(0, 76, 123, .88);
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        right: 0;
        padding: 0;
        position: absolute;
        top: 2rem;
        transform: scale(0);
        transform-origin: 50% 50%;
        transition: 0.6s;
        z-index: 0
    }

    #home-blocks ul li h3 {
        transform: translateZ(0);
        z-index: 1
    }

    #home-blocks ul li:hover>div:after {
        transform: scale(1)
    }

    #home-blocks ul li:hover h3 {
        background: transparent;
        top: 50%
    }

    #home-blocks ul li:hover a {
        color: #fff;
        padding: 0 10%;
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        width: 100%
    }

    #home-blocks ul li:hover a:after {
        display: block
    }

    #home-blocks ul.blocks-3 li {
        width: 30.8333333%
    }

    #home-blocks ul.blocks-4 li {
        width: 23.75%
    }

    #home-blocks ul.blocks-5 li {
        width: 17.5%
    }

    #home-blocks ul h3 a:after {
        display: none
    }
}

#home-posts ul {
    margin: 0
}

#home-posts ul li {
    margin: 1em 0;
    padding: 24vw 5%;
    position: relative
}

@media only screen and (min-width:375px) {
    #home-posts ul li {
        padding: 5.625rem 5%
    }
}

@media only screen and (min-width:768px) {
    #home-posts ul li {
        margin: 4.125rem 0;
        padding: 3rem 0 6rem
    }
}

#home-posts .img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#home-posts .img.parallax {
    overflow: hidden
}

#home-posts .img.parallax figure {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

#home-posts .img.parallax figure>div {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -100px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#home-posts .txt {
    background: #fff;
    margin: 0;
    padding: 2.6875rem 2.25rem;
    position: relative
}

@media only screen and (min-width:768px) {
    #home-posts .txt {
        margin: 0 48.9% 0 10%;
        padding: 4.75rem 6.875vw
    }
}

@media only screen and (min-width:1440px) {
    #home-posts .txt {
        padding: 4.75rem 6.25rem
    }
}

@media only screen and (min-width:768px) {
    #home-posts li {
        transform-style: preserve-3d
    }

    #home-posts .img {
        left: 42.9166667%
    }

    #home-posts li:nth-child(2n) .img {
        left: 0;
        right: 42.9166667%
    }

    #home-posts li:nth-child(2n) .txt {
        margin: 0 10% 0 48.9%
    }
}

#home-posts .cat {
    color: #009ddc
}

#home-posts h3 {
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 1.32
}

#home-posts h3 a {
    color: #6d6f71
}

#home-posts h3 a:active,
#home-posts h3 a:focus,
#home-posts h3 a:hover {
    color: #13b5ea
}

#home-posts .excerpt p {
    font-size: 1.125rem;
    line-height: 1.5
}

#home-posts .excerpt p:last-child:after {
    content: "…"
}

.home #top.outer {
    padding-top: 0
}

.home .button--blue {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: #009ddc;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 800;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0 19px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out
}

.home .button--blue:focus,
.home .button--blue:hover {
    background: #25c1ff
}

.home * {
    font-variant-ligatures: none
}

.homepage-hero {
    align-items: center;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    margin-top: 76px;
    min-height: 235px;
    padding: 32px 0
}

@media only screen and (min-width:768px) {
    .homepage-hero {
        margin-top: 0
    }
}

@media only screen and (min-width:1024px) {
    .homepage-hero {
        height: 600px;
        padding: 0
    }
}

.homepage-hero__content {
    display: none;
    max-width: 100%
}

@media only screen and (min-width:768px) {
    .homepage-hero__content {
        display: block;
        max-width: 600px
    }
}

.homepage-hero__link,
.homepage-hero__title {
    color: #fff
}

.homepage-hero__title {
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    padding-top: 0;
    margin-bottom: 20px
}

@media only screen and (min-width:768px) {
    .homepage-hero__title {
        font-size: 55px;
        line-height: 68px;
        margin-bottom: 16px
    }
}

.homepage-hero__sub-title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin-bottom: 32px
}

@media only screen and (min-width:768px) {
    .homepage-hero__sub-title {
        font-size: 24px;
        line-height: 34px
    }
}

.homepage-hero__mobile-content {
    background-color: #0065a4;
    color: #fff;
    padding: 32px 0 40px
}

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

.homepage-hero__mobile-content .container {
    padding: 0
}

.homepage-content {
    padding: 46px 0
}

@media only screen and (min-width:1024px) {
    .homepage-content {
        padding: 92px 0
    }
}

.homepage-content__title {
    font-size: 26px;
    line-height: 28px;
    margin: 0 auto 16px;
    max-width: 700px;
    padding: 0;
    text-align: center
}

@media only screen and (min-width:768px) {
    .homepage-content__title {
        font-size: 42px;
        line-height: 52px;
        margin: 0 auto 35px
    }
}

.homepage-content__blocks {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center
}

@media only screen and (min-width:768px) {
    .homepage-content__blocks {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.homepage-content__block {
    background-size: cover;
    height: 340px;
    overflow: hidden;
    margin: 15px;
    max-width: 380px;
    position: relative;
    width: 100%
}

@media only screen and (min-width:768px) {
    .homepage-content__block {
        width: 380px
    }
}

@media only screen and (min-width:1024px) {
    .homepage-content__block:first-of-type {
        margin-left: 0
    }
}

@media only screen and (min-width:1024px) {
    .homepage-content__block:last-of-type {
        margin-right: 0
    }
}

.homepage-content__block:first-of-type .homepage-content__block-content {
    background: #03436b
}

.homepage-content__block:first-of-type .homepage-content__block-button.button:hover {
    color: #03436b
}

.homepage-content__block:nth-of-type(2) .homepage-content__block-content {
    background: #0065a4
}

.homepage-content__block:nth-of-type(2) .homepage-content__block-button.button:hover {
    color: #0065a4
}

.homepage-content__block:nth-of-type(3) .homepage-content__block-content {
    background: #009ddc
}

.homepage-content__block:nth-of-type(3) .homepage-content__block-button.button:hover {
    color: #009ddc
}

.homepage-content__block:hover .homepage-content__block-content {
    padding-top: 44px;
    top: 0
}

.homepage-content__block:hover .homepage-content__block-content hr {
    margin-top: 24px
}

.homepage-content__block-content {
    color: #fff;
    height: 340px;
    padding: 22px 24px 52px;
    position: absolute;
    top: calc(100% - 75px);
    text-align: center;
    transition: all 0.4s ease-in-out
}

.homepage-content__block-content hr {
    height: 2px;
    margin-top: 32px;
    transition: all 0.2s ease-in-out;
    width: 32px
}

.homepage-content__block-title {
    font-size: 24px;
    font-weight: 600
}

.homepage-content__block-description {
    display: block;
    font-size: 18px;
    line-height: 28px
}

.homepage-content__block-button.button {
    background: transparent;
    border: 2px solid #fff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 32px;
    transition: all 0.2s ease-in-out
}

.homepage-content__block-button.button:hover {
    background: #fff
}

.homepage-cta {
    background: #f3f4f7;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 46px 0
}

@media only screen and (min-width:1024px) {
    .homepage-cta {
        padding: 92px 0
    }
}

.homepage-cta__title {
    font-size: 26px;
    line-height: 28px;
    margin: 0 auto 16px;
    max-width: 700px;
    padding: 0;
    text-align: center
}

@media only screen and (min-width:768px) {
    .homepage-cta__title {
        font-size: 42px;
        line-height: 52px;
        margin: 0 auto 35px
    }
}

.homepage-cta__sub-title {
    color: #0065a4;
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 0 16px;
    padding: 0
}

.homepage-cta__text {
    font-size: 18px;
    line-height: 28px
}

.homepage-cta__button {
    margin-top: 44px
}

.homepage-cta__content-wrap {
    display: flex;
    flex-direction: column;
    padding-top: 0
}

@media only screen and (min-width:1024px) {
    .homepage-cta__content-wrap {
        flex-direction: row;
        padding-top: 50px
    }
}

@media only screen and (min-width:1024px) {

    .homepage-cta__content,
    .homepage-cta__image {
        max-width: 50%
    }
}

.homepage-cta__image {
    padding-bottom: 32px
}

@media only screen and (min-width:1024px) {
    .homepage-cta__image {
        padding-bottom: 0;
        padding-right: 42px
    }
}

@media only screen and (min-width:1024px) {
    .homepage-cta__content {
        padding-left: 42px
    }
}

.homepage-recent {
    padding: 46px 0
}

@media only screen and (min-width:1024px) {
    .homepage-recent {
        padding: 92px 0
    }
}

.homepage-recent__title {
    font-size: 26px;
    line-height: 28px;
    margin: 0 auto 16px;
    max-width: 800px;
    text-align: center;
    padding: 0
}

@media only screen and (min-width:768px) {
    .homepage-recent__title {
        font-size: 42px;
        line-height: 52px;
        margin: 0 auto 35px
    }
}

.homepage-recent__content {
    display: flex;
    flex-direction: column;
    padding-top: 16px
}

@media only screen and (min-width:1024px) {
    .homepage-recent__content {
        flex-direction: row;
        padding-top: 50px
    }
}

.homepage-recent__image {
    background-size: cover;
    background-position: 50%;
    height: 300px;
    position: relative;
    width: 100%
}

.homepage-recent__image span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    padding: 0 28px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase
}

.homepage-recent__post-title {
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 16px;
    margin-top: 32px;
    padding: 0
}

.homepage-recent__excerpt {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px
}

@media only screen and (min-width:1024px) {
    .homepage-recent__excerpt {
        margin-bottom: 32px
    }
}

.homepage-recent__button.button {
    font-size: 17px;
    font-weight: 800;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0 19px
}

.homepage-recent__blog,
.homepage-recent__news {
    margin-bottom: 48px
}

@media only screen and (min-width:1024px) {

    .homepage-recent__blog,
    .homepage-recent__news {
        max-width: 50%
    }
}

@media only screen and (min-width:1024px) {

    .homepage-recent__news,
    .homepage-recent__video {
        margin-bottom: 0;
        padding-right: 44px
    }
}

.homepage-recent__news .homepage-recent__post-title,
.homepage-recent__video .homepage-recent__post-title {
    color: #009ddc;
    transition: all 0.2s ease-in-out
}

.homepage-recent__news .homepage-recent__post-title:hover,
.homepage-recent__video .homepage-recent__post-title:hover {
    color: #13b5ea
}

.homepage-recent__news .homepage-recent__image span,
.homepage-recent__video .homepage-recent__image span {
    background-color: #009ddc
}

.homepage-recent__blog .homepage-recent__post-title {
    color: #0065a4;
    transition: all 0.2s ease-in-out
}

.homepage-recent__blog .homepage-recent__post-title:hover {
    color: #13b5ea
}

.homepage-recent__blog .homepage-recent__image span {
    background-color: #0065a4
}

@media only screen and (min-width:1024px) {
    .homepage-recent__video {
        padding-left: 44px;
        padding-right: 0
    }
}

.why-fly-planesense *,
.why-fly-planesense__intro {
    font-variant-ligatures: none
}

.why-fly-planesense__intro {
    background: #f3f4f7;
    margin-top: 70px;
    padding: 63px 0
}

.why-fly-planesense__intro .container {
    max-width: 1000px
}

@media only screen and (min-width:1024px) {
    .why-fly-planesense__intro .container {
        margin: 0 auto
    }
}

.why-fly-planesense__intro h3 {
    color: #03436b;
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 34px;
    padding-top: 0
}

.why-fly-planesense__intro-text,
.why-fly-planesense__intro-text p {
    font-size: 18px;
    line-height: 28px
}

.why-fly-planesense__content {
    padding: 100px 0
}

.why-fly-planesense__reason-icon {
    display: block;
    margin: 0 auto 20px;
    height: 75px;
    width: auto
}

.why-fly-planesense__reason {
    margin: 0 auto;
    margin-bottom: 80px;
    max-width: 900px;
    text-align: center;
    width: 100%
}

@media only screen and (min-width:768px) {
    .why-fly-planesense__reason {
        margin-bottom: 0
    }
}

.why-fly-planesense__reason:after {
    background: #d8d8d8;
    content: "";
    display: none;
    height: 75px;
    margin: 35px auto;
    width: 1px
}

@media only screen and (min-width:768px) {
    .why-fly-planesense__reason:after {
        display: block
    }
}

.why-fly-planesense__reason:last-of-type {
    margin-bottom: 0
}

.why-fly-planesense__reason:last-of-type:after {
    display: none
}

.why-fly-planesense__reason h4 {
    color: #0065a4;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0.2px;
    padding-top: 0
}

@media only screen and (min-width:768px) {
    .why-fly-planesense__reason h4 {
        font-size: 55px;
        line-height: 60px
    }
}

.why-fly-planesense__reason-text,
.why-fly-planesense__reason-text p {
    font-size: 18px;
    line-height: 28px
}

.why-fly-planesense__reason-link {
    display: block;
    font-weight: 800;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 30px;
    text-transform: uppercase
}

.page__hero * {
    font-variant-ligatures: none
}

.page__hero .container {
    display: flex;
    flex-direction: column;
    max-width: 1240px
}

.page__hero .page__hero-content,
.page__hero .page__hero-image {
    width: 100%
}

.page__hero .page__hero-image-mobile {
    margin-bottom: 32px
}

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

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

.page__hero .page__hero-image {
    display: none
}

@media only screen and (min-width:768px) {
    .page__hero .page__hero-image {
        display: block
    }
}

.page__hero .page__hero-divider {
    background-color: #eaecf1;
    height: 2px;
    margin: 70px auto 0;
    max-width: 900px;
    width: calc(100% - 40px)
}

.page__hero .page__hero-divider--hidden {
    display: none
}

.page__hero .page__hero-divider--visible {
    display: block
}

@media only screen and (min-width:768px) {
    .page__hero--two-column {
        padding-top: 70px
    }
}

@media only screen and (min-width:768px) {
    .page__hero--two-column .container {
        justify-content: space-between;
        flex-direction: row
    }
}

@media only screen and (min-width:768px) {

    .page__hero--two-column .page__hero-content,
    .page__hero--two-column .page__hero-image {
        width: calc(50% - 36px)
    }
}

.page__hero--two-column .page__hero-content iframe,
.page__hero--two-column .page__hero-image iframe {
    width: 100%
}

.page__hero--full-width .container {
    align-items: center;
    overflow: visible
}

.page__hero--full-width .page__hero-content {
    max-width: 900px;
    order: 2;
    text-align: center
}

.page__hero--full-width .page__hero-image {
    background-position: 50%;
    background-size: cover;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 250px;
    order: 1;
    overflow: hidden;
    left: 50%;
    right: 50%;
    width: 100vw
}

.page__hero--full-width .page__hero-image img {
    width: 100%
}

.page__hero--full-width .page__hero-content {
    padding-top: 55px
}

.page__hero--full-width .page__hero-link {
    margin: 16px auto
}

.page__hero-section-text {
    color: #009ddc;
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 4px;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.page__hero-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.1;
    padding-top: 0
}

@media only screen and (min-width:768px) {
    .page__hero-title {
        font-size: 42px;
        line-height: 52px
    }
}

.page__hero-text,
.page__hero-text p {
    font-size: 18px;
    line-height: 28px
}

.page__hero-link {
    display: block;
    margin-top: 16px
}

.page-template-page-testimonials .container {
    justify-content: center
}

.page-template-page-testimonials .page__hero-section-text,
.page-template-page-testimonials .page__hero-text,
.page-template-page-testimonials .page__hero-title {
    text-align: center
}

.page-template-page-testimonials .page__hero-content {
    max-width: 730px;
    width: 100%
}

.page__contact-cta {
    background: #03436b;
    color: #fff;
    padding: 43px 0
}

.page__contact-cta * {
    font-variant-ligatures: none
}

.page__contact-cta .container {
    margin: 0 auto;
    max-width: 640px;
    text-align: center
}

.page__contact-cta-text {
    font-family: Playfair Display, serif;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 16px
}

.flexible-content {
    padding-bottom: 50px
}

.flexible-content a:not(.button) {
    text-decoration: underline
}

.flexible-content a:not(.button):hover {
    text-decoration: none
}

@media only screen and (min-width:1024px) {
    .flexible-content {
        padding-bottom: 0
    }
}

.flexible-content__block {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

@media only screen and (min-width:1024px) {
    .flexible-content__block {
        flex-direction: row
    }
}

@media only screen and (min-width:1024px) {
    .flexible-content__block--two-column .flexible-content__block-text {
        max-width: calc(100% - 600px)
    }
}

.flexible-content__divider--bottom {
    border-bottom: 2px solid #eaecf1;
    margin-bottom: 50px;
    padding-bottom: 50px
}

.flexible-content__divider--bottom:last-of-type {
    padding-bottom: 50px
}

@media only screen and (min-width:1024px) {
    .flexible-content__divider--bottom {
        margin-bottom: 80px;
        padding-bottom: 50px
    }

    .flexible-content__divider--bottom:last-of-type {
        padding-top: 80px
    }
}

.flexible-content__divider--bottom.flexible-content__block:last-of-type {
    margin-bottom: 0
}

.flexible-content__divider--top {
    border-top: 2px solid #eaecf1;
    margin-top: 50px;
    padding-top: 50px
}

.flexible-content__divider--top:last-of-type {
    padding-top: 50px
}

@media only screen and (min-width:1024px) {
    .flexible-content__divider--top {
        margin-bottom: 80px;
        padding-top: 80px
    }

    .flexible-content__divider--top:last-of-type {
        padding-top: 80px
    }
}

.flexible-content__divider--top.flexible-content__block:first-of-type {
    margin-top: 0
}

.flexible-content__image--left .flexible-content__block-text {
    order: 2
}

@media only screen and (min-width:1024px) {
    .flexible-content__image--left .flexible-content__block-text {
        padding-left: 60px
    }
}

.flexible-content__image--left .flexible-content__block-image,
.flexible-content__image--right .flexible-content__block-text {
    order: 1
}

@media only screen and (min-width:1024px) {
    .flexible-content__image--right .flexible-content__block-text {
        padding-right: 60px
    }
}

.flexible-content__image--right .flexible-content__block-image {
    order: 2
}

.flexible-content__content {
    width: 100%
}

.flexible-content__content--top .flexible-content__block-image {
    align-items: flex-start
}

.flexible-content__content--middle .flexible-content__block-image {
    align-items: center
}

.flexible-content__content--bottom .flexible-content__block-image {
    align-items: flex-end
}

.flexible-content__content-width--768 .flexible-content__content {
    max-width: 768px
}

.flexible-content__content-width--900 .flexible-content__content {
    max-width: 900px
}

.flexible-content__content-width--1050 .flexible-content__content {
    max-width: 1050px
}

.flexible-content__content-width--1440 .flexible-content__content {
    max-width: 1440px
}

.flexible-content__content-width--full .flexible-content__content {
    max-width: 100%
}

.flexible-content__container-width--768 .flexible-content__content {
    max-width: 768px
}

.flexible-content__container-width--900 {
    max-width: 900px
}

.flexible-content__container-width--1050 {
    max-width: 1050px
}

.flexible-content__container-width--1440 {
    max-width: 1440px
}

.flexible-content__container-width--full {
    max-width: 100%
}

.flexible-content__top-spacing--0 {
    padding-top: 0
}

.flexible-content__top-spacing--20 {
    padding-top: 0.9375rem
}

@media only screen and (min-width:992px) {
    .flexible-content__top-spacing--20 {
        padding-top: 1.25rem
    }
}

.flexible-content__top-spacing--40 {
    padding-top: 1.875rem
}

@media only screen and (min-width:992px) {
    .flexible-content__top-spacing--40 {
        padding-top: 2.5rem
    }
}

.flexible-content__top-spacing--60 {
    padding-top: 2.8125rem
}

@media only screen and (min-width:992px) {
    .flexible-content__top-spacing--60 {
        padding-top: 3.75rem
    }
}

.flexible-content__top-spacing--80 {
    padding-top: 3.75rem
}

@media only screen and (min-width:992px) {
    .flexible-content__top-spacing--80 {
        padding-top: 5rem
    }
}

.flexible-content__top-spacing--100 {
    padding-top: 4.6875rem
}

@media only screen and (min-width:992px) {
    .flexible-content__top-spacing--100 {
        padding-top: 6.25rem
    }
}

.flexible-content__top-spacing--120 {
    padding-top: 5rem
}

@media only screen and (min-width:992px) {
    .flexible-content__top-spacing--120 {
        padding-top: 7.5rem
    }
}

.flexible-content__bottom-spacing--0 {
    padding-bottom: 0
}

.flexible-content__bottom-spacing--20 {
    padding-bottom: 0.9375rem
}

@media only screen and (min-width:992px) {
    .flexible-content__bottom-spacing--20 {
        padding-bottom: 1.25rem
    }
}

.flexible-content__bottom-spacing--40 {
    padding-bottom: 1.875rem
}

@media only screen and (min-width:992px) {
    .flexible-content__bottom-spacing--40 {
        padding-bottom: 2.5rem
    }
}

.flexible-content__bottom-spacing--60 {
    padding-bottom: 2.8125rem
}

@media only screen and (min-width:992px) {
    .flexible-content__bottom-spacing--60 {
        padding-bottom: 3.75rem
    }
}

.flexible-content__bottom-spacing--80 {
    padding-bottom: 3.75rem
}

@media only screen and (min-width:992px) {
    .flexible-content__bottom-spacing--80 {
        padding-bottom: 5rem
    }
}

.flexible-content__bottom-spacing--100 {
    padding-bottom: 4.6875rem
}

@media only screen and (min-width:992px) {
    .flexible-content__bottom-spacing--100 {
        padding-bottom: 6.25rem
    }
}

.flexible-content__bottom-spacing--120 {
    padding-bottom: 5rem
}

@media only screen and (min-width:992px) {
    .flexible-content__bottom-spacing--120 {
        padding-bottom: 7.5rem
    }
}

.flexible-content__background--catskill-white {
    background-color: #f9fafc
}

.flexible-content__background--concrete {
    background-color: #f2f2f2
}

.flexible-content__block-text {
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%
}

.flexible-content__block-image {
    align-items: center;
    display: flex;
    width: 100%
}

.flexible-content__block-image img {
    width: 100%
}

@media only screen and (min-width:1024px) {
    .flexible-content__block-image img {
        width: 600px
    }
}

.flexible-content ul {
    margin: 0;
    padding: 1em 1.25rem
}

.flexible-content ul li {
    list-style: disc
}

.flexible-content ul li ul li {
    list-style: square
}

.flexible-content .h1,
.flexible-content .h2,
.flexible-content .h3,
.flexible-content .h4,
.flexible-content .h5,
.flexible-content h1,
.flexible-content h2,
.flexible-content h3,
.flexible-content h4,
.flexible-content h5 {
    padding: 0
}

.flexible-content p:last-of-type {
    margin-bottom: 0
}

.post-list-header .container {
    padding: 2rem 0 0;
    padding-top: 10vw
}

@media only screen and (min-width:375px) {
    .post-list-header .container {
        padding-top: 2.34375rem
    }
}

.post-list-header+.wrapper .container {
    padding-top: 5%
}

@media only screen and (min-width:375px) {
    .post-list-header+.wrapper .container {
        padding-top: 1rem
    }
}

@media only screen and (min-width:768px) {
    main.has-sidebar {
        float: left;
        width: 62.5%
    }
}

main .byline {
    color: #55555c;
    padding: 0 0 1em
}

@media only screen and (min-width:768px) {
    main+aside {
        float: right;
        width: 30%
    }
}

@media only screen and (min-width:1100px) {
    .page-header.hero-align-l .img {
        bottom: 0;
        left: 0;
        margin-right: 27.8vw;
        position: absolute;
        right: 0;
        top: 0
    }
}

@media only screen and (min-width:1440px) {
    .page-header.hero-align-l .img {
        margin-right: 400px
    }
}

@media only screen and (min-width:1100px) {
    .page-header.hero-align-l .txt {
        margin: 4.75rem 0 4.75rem 42.5vw
    }
}

@media only screen and (min-width:1440px) {
    .page-header.hero-align-l .txt {
        margin-left: 612px;
        padding: 120px 144px
    }
}

.page-header.hero-align-r .container {
    overflow: hidden
}

@media only screen and (min-width:1100px) {
    .page-header.hero-align-r .img {
        bottom: 0;
        left: 0;
        margin-left: 27.8vw;
        position: absolute;
        right: 0;
        top: -4.75rem
    }
}

@media only screen and (min-width:1440px) {
    .page-header.hero-align-r .img {
        margin-left: 400px
    }
}

@media only screen and (min-width:1100px) {
    .page-header.hero-align-r .txt {
        margin: 4.75rem 42.5vw 4.75rem 0
    }
}

@media only screen and (min-width:1440px) {
    .page-header.hero-align-r .txt {
        margin-right: 612px;
        padding: 120px 144px
    }
}

.page-header.hero-align-w {
    z-index: 1
}

.page-header.hero-align-w>.container {
    overflow: visible
}

@media only screen and (min-width:1440px) {
    .page-header.hero-align-w>.container {
        padding: 300px 0
    }
}

@media only screen and (min-width:768px) {
    .page-header.hero-align-w .img {
        padding: 15rem 0;
        padding: 22vw 0
    }
}

.page-header.hero-align-w .txt {
    text-align: center
}

@media only screen and (min-width:1100px) {
    .page-header.hero-align-w .txt {
        margin: -15rem 16.667vw 0;
        padding-bottom: 0
    }
}

@media only screen and (min-width:1344px) {
    .page-header.hero-align-w .txt {
        margin: -15rem 14rem 0
    }
}

@media only screen and (min-width:1440px) {
    .page-header.hero-align-w {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 4em
    }

    .page-header.hero-align-w .container {
        padding: 420px 0
    }

    .page-header.hero-align-w .img {
        display: none
    }

    .page-header.hero-align-w .txt {
        bottom: -50px;
        margin: 0 10%;
        position: absolute;
        width: 1152px
    }

    .page-header.hero-align-w .txt p:last-child {
        padding-bottom: 0
    }
}

.page-header.hero-align-w.post-header .img {
    padding: 28.125vw 0
}

@media only screen and (min-width:480px) {
    .page-header.hero-align-w.post-header .img {
        padding: 8.4375rem 0
    }
}

@media only screen and (min-width:768px) {
    .page-header.hero-align-w.post-header .img {
        padding: 17.578125vw 0
    }
}

@media only screen and (min-width:1344px) {
    .page-header.hero-align-w.post-header .img {
        padding: 14.75rem 0
    }
}

@media only screen and (min-width:1440px) {
    .page-header.hero-align-w.post-header .container {
        padding: 14.75rem 0
    }
}

.page-header .img {
    padding: 160px 0;
    position: relative
}

@media only screen and (min-width:1344px) {
    .page-header .img {
        padding: 26.25rem 0
    }
}

.page-header .txt {
    background: #fff;
    margin: -5rem 5% 0;
    padding: 2.6875rem 2.25rem
}

@media only screen and (min-width:1100px) {
    .page-header .txt {
        padding: 6vw 7.5vw
    }
}

@media only screen and (min-width:1440px) {
    .page-header .txt {
        padding: 5.375rem 6.75rem
    }
}

.page-header .txt h2 {
    color: #6d6f71;
    font-weight: 400;
    padding: 0.5rem 0 0
}

@media only screen and (min-width:1024px) {
    .page-header .txt h2 {
        font-size: 2.5rem
    }
}

.page-header .txt .intro p {
    color: #666e74;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6
}

@media only screen and (min-width:768px) {
    .page-header .txt .intro p {
        font-size: 1.125rem
    }
}

@media only screen and (min-width:960px) {
    .page-header .txt .intro p {
        font-size: 1.375rem
    }
}

@media only screen and (min-width:1440px) {
    .hero-align-w+.page-content:not(.single-post-content) {
        padding-top: 3em
    }
}

.no-hero .txt {
    margin: 0;
    padding: 3em 0 0
}

.no-hero+.page-content.single-post-content {
    margin-top: calc(3rem - 20px)
}

.team-members .container {
    padding: 2em 0
}

.team-members h3 {
    font-family: Raleway, sans-serif;
    font-size: 0.75rem;
    padding: 1rem 0;
    text-transform: uppercase
}

.team-members ul.tm {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.team-members ul.tm li {
    cursor: pointer;
    padding: 0 0 2rem;
    position: relative;
    text-align: center;
    list-style: none
}

.team-members ul.tm li .team-bkg {
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0
}

.team-members ul.tm li .img {
    overflow: hidden;
    position: relative;
    transform: translateZ(0)
}

.team-members ul.tm li .img .cta {
    background: rgba(0, 76, 123, .86);
    color: #fff;
    font-weight: 800;
    position: absolute;
    left: 0;
    letter-spacing: 3px;
    right: 0;
    text-transform: uppercase;
    top: 0;
    transform: scale(0);
    transition: transform 0.4s;
    bottom: 0
}

.team-members ul.tm li .img .cta .vc {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%
}

.team-members ul.tm li .img .cta .vc:after {
    background: url(../img/icon/rarr-white-short.svg) 50% 50% no-repeat;
    content: "";
    display: block;
    height: 22px;
    margin: 10px auto 0;
    transform: translateZ(0);
    width: 53px
}

.team-members ul.tm li .img .contact {
    display: none;
    padding: 2em 0 0
}

.team-members ul.tm li .img .contact a {
    font-size: 0.9375rem;
    font-weight: 800;
    padding: 0 1em;
    text-transform: uppercase
}

.team-members ul.tm li:hover .img .cta {
    transform: scale(1)
}

.team-members ul.tm li img {
    display: block
}

.team-members ul.tm li h4 {
    color: #13b5ea;
    font-family: Raleway, sans-serif;
    font-size: 1.125rem;
    padding: 0.75rem 0 0;
    text-transform: uppercase
}

@media only screen and (min-width:768px) {
    .team-members ul.tm li h4 {
        font-size: 2.34375vw
    }
}

@media only screen and (min-width:1024px) {
    .team-members ul.tm li h4 {
        font-size: 1.5rem
    }
}

.team-members ul.tm li h5 {
    color: #55555c;
    font-family: Raleway, sans-serif;
    font-size: 0.75rem;
    font-size: 3.75vw;
    font-style: italic;
    padding: 0
}

@media only screen and (min-width:400px) {
    .team-members ul.tm li h5 {
        font-size: 0.9375rem
    }
}

.team-members ul.tm li .bio {
    display: none
}

@media only screen and (min-width:568px) {
    .team-members ul.tm {
        margin: 0 -1.25%
    }

    .team-members ul.tm li {
        margin: 0 1.25%;
        width: 30.8%
    }
}

@media only screen and (min-width:768px) {
    .team-members ul.tm {
        margin: 0 -1.66%
    }

    .team-members ul.tm li {
        float: left;
        margin: 0 1.66%;
        width: 21%
    }
}

@media only screen and (min-width:1248px) {
    .team-members ul.tm {
        margin: 0 -1%
    }

    .team-members ul.tm li {
        margin: 0 1%;
        width: 18%
    }
}

@media only screen and (min-width:768px) {
    .team-members ul.tm li {
        margin-bottom: 3.6111111vw
    }
}

@media only screen and (min-width:1440px) {
    .team-members ul.tm li {
        margin-bottom: 3.25rem
    }
}

.page-content main {
    padding: 2rem 0;
    position: relative
}

.page-content main article {
    min-height: 200px
}

.content-cms {
    max-width: 900px;
    margin: 0 auto
}

.page-template-template-default .page-content img,
.page-template-template-simple .page-content img {
    width: auto
}

@media only screen and (min-width:1100px) {
    .hero-align-w+.subpages .container {
        padding-top: 4em
    }
}

.freeform-blocks ul,
.jobs ul,
.subpages ul {
    overflow: hidden;
    padding: 2em 0
}

.freeform-blocks li,
.jobs li,
.subpages li {
    padding: 2em 5% 0;
    position: relative
}

.freeform-blocks .img,
.jobs .img,
.subpages .img {
    left: 0;
    padding: 28.125% 0;
    position: absolute;
    right: 0;
    top: 0
}

.freeform-blocks .txt,
.jobs .txt,
.subpages .txt {
    background: #fff;
    margin-top: 40%;
    padding: 3.2vw 5% 2rem
}

.freeform-blocks .txt h3,
.jobs .txt h3,
.subpages .txt h3 {
    font-weight: 400;
    padding: 0
}

.freeform-blocks .txt h3 a,
.jobs .txt h3 a,
.subpages .txt h3 a {
    color: #55555c
}

.freeform-blocks .txt h3 a:active,
.freeform-blocks .txt h3 a:focus,
.freeform-blocks .txt h3 a:hover,
.jobs .txt h3 a:active,
.jobs .txt h3 a:focus,
.jobs .txt h3 a:hover,
.subpages .txt h3 a:active,
.subpages .txt h3 a:focus,
.subpages .txt h3 a:hover {
    color: #13b5ea
}

.freeform-blocks .img,
.jobs .img {
    padding: 20% 0
}

.freeform-blocks .txt,
.jobs .txt {
    margin-top: 15%
}

@media only screen and (min-width:768px) {

    .freeform-blocks li,
    .jobs li,
    .subpages li {
        float: left;
        margin: 0 2.875vw 1em 0;
        padding: 2em 2.5% 0;
        width: 47%
    }

    .freeform-blocks li:nth-child(2n),
    .jobs li:nth-child(2n),
    .subpages li:nth-child(2n) {
        margin: 0 0 2em 2.875vw
    }

    .freeform-blocks .img,
    .jobs .img,
    .subpages .img {
        padding: 28.125% 0
    }

    .freeform-blocks.subpages-three li,
    .jobs.subpages-three li,
    .subpages.subpages-three li {
        margin: 0 1.625vw 1em;
        width: 30%
    }

    .freeform-blocks.subpages-three li:nth-child(2n),
    .jobs.subpages-three li:nth-child(2n),
    .subpages.subpages-three li:nth-child(2n) {
        float: left;
        margin: 0 1.625vw 1em
    }

    .jobs .txt {
        margin-top: 40%
    }
}

@media only screen and (min-width:1200px) {

    .freeform-blocks .txt,
    .jobs .txt,
    .subpages .txt {
        padding: 3rem 3.75rem
    }
}

@media only screen and (min-width:1568px) {

    .freeform-blocks li,
    .jobs li,
    .subpages li {
        margin-right: 45px;
        width: 675px
    }

    .freeform-blocks li:nth-child(2n),
    .jobs li:nth-child(2n),
    .subpages li:nth-child(2n) {
        margin-left: 45px
    }

    .freeform-blocks.subpages-three li,
    .jobs.subpages-three li,
    .subpages.subpages-three li {
        margin: 0 24px 1em;
        width: 448px
    }

    .freeform-blocks.subpages-three li:first-child,
    .jobs.subpages-three li:first-child,
    .subpages.subpages-three li:first-child {
        margin-left: 0
    }

    .freeform-blocks.subpages-three li:nth-child(2n),
    .jobs.subpages-three li:nth-child(2n),
    .subpages.subpages-three li:nth-child(2n) {
        margin: 0 24px 1em
    }

    .freeform-blocks.subpages-three li:nth-child(3),
    .jobs.subpages-three li:nth-child(3),
    .subpages.subpages-three li:nth-child(3) {
        margin-right: 0
    }
}

.page-template-page-landing .container.landing-title,
.page-template-page-no-cta-landing .container.landing-title,
.page-template-template-landing-long-layout .container.landing-title {
    padding-top: 30px
}

.page-template-page-landing .container.landing-title h1,
.page-template-page-no-cta-landing .container.landing-title h1,
.page-template-template-landing-long-layout .container.landing-title h1 {
    background: #009ddc;
    color: #fff;
    padding: 30px 40px
}

.page-template-page-landing #main-menu a.fauxne-home,
.page-template-page-no-cta-landing #main-menu a.fauxne-home,
.page-template-template-landing-long-layout #main-menu a.fauxne-home {
    margin: 0 auto
}

.page-template-page-landing #footer-menu,
.page-template-page-no-cta-landing #footer-menu,
.page-template-template-landing-long-layout #footer-menu {
    background: #f3f4f7;
    width: 100%
}

.page-template-page-landing #footer-menu .container,
.page-template-page-no-cta-landing #footer-menu .container,
.page-template-template-landing-long-layout #footer-menu .container {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem
}

.page-template-page-landing #footer-menu a,
.page-template-page-no-cta-landing #footer-menu a,
.page-template-template-landing-long-layout #footer-menu a {
    pointer-events: none;
    transform: translate3d(0, -1em, 0)
}

.page-template-page-landing #footer-menu a img,
.page-template-page-no-cta-landing #footer-menu a img,
.page-template-template-landing-long-layout #footer-menu a img {
    width: 200px
}

.page-template-page-landing .fauxne-home img,
.page-template-page-no-cta-landing .fauxne-home img,
.page-template-template-landing-long-layout .fauxne-home img {
    margin-top: 1.25rem
}

.page-template-page-landing #main-menu>.container,
.page-template-page-no-cta-landing #main-menu>.container,
.page-template-template-landing-long-layout #main-menu>.container {
    padding-bottom: 0.375rem
}

.page-template-page-landing #mtop,
.page-template-page-no-cta-landing #mtop,
.page-template-template-landing-long-layout #mtop {
    visibility: hidden
}

.page-template-page-landing #mmm,
.page-template-page-landing #mpri,
.page-template-page-landing a.call-us,
.page-template-page-no-cta-landing #mmm,
.page-template-page-no-cta-landing #mpri,
.page-template-page-no-cta-landing a.call-us,
.page-template-template-landing-long-layout #mmm,
.page-template-template-landing-long-layout #mpri,
.page-template-template-landing-long-layout a.call-us {
    display: none !important
}

.page-template-page-landing #main-menu a.fauxne-home,
.page-template-page-no-cta-landing #main-menu a.fauxne-home,
.page-template-template-landing-long-layout #main-menu a.fauxne-home {
    pointer-events: none;
    transform: translate3d(0, -1em, 0)
}

.page-template-page-landing .wpcf7-form .fa-angle-down,
.page-template-page-no-cta-landing .wpcf7-form .fa-angle-down,
.page-template-template-landing-long-layout .wpcf7-form .fa-angle-down {
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    top: -5px;
    right: 8px
}

.page-template-page-landing .wpcf7-form-control-wrap,
.page-template-page-no-cta-landing .wpcf7-form-control-wrap,
.page-template-template-landing-long-layout .wpcf7-form-control-wrap {
    margin-top: 2rem
}

.page-template-page-landing .subpages .cta,
.page-template-page-no-cta-landing .subpages .cta,
.page-template-template-landing-long-layout .subpages .cta {
    overflow: hidden
}

.page-template-page-landing .subpages .cta a,
.page-template-page-no-cta-landing .subpages .cta a,
.page-template-template-landing-long-layout .subpages .cta a {
    display: inline
}

.lp-content main {
    margin-bottom: 3em;
    padding-bottom: 0;
    padding-top: 0
}

@media only screen and (min-width:768px) {
    .lp-content .txt.content-cms {
        min-height: 500px
    }
}

.lp-content .txt h2 {
    font-size: 1.375rem;
    line-height: 1.5
}

.lp-content .txt p {
    font-size: 1rem
}

.lp-content .txt h2+p {
    padding-top: 0.5em
}

@media only screen and (min-width:768px) {
    .lp-content .post-thumb {
        height: 500px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%
    }

    .lp-content .txt {
        margin-right: 50%
    }

    .lp-content .txt p {
        font-size: 1.125rem
    }
}

@media only screen and (min-width:1080px) {
    .lp-content .txt h2 {
        font-size: 2vw
    }
}

@media only screen and (min-width:1568px) {
    .lp-content .txt h2 {
        font-size: 2rem
    }
}

.page-template-template-landing-long-layout .landing-page__title {
    align-items: center;
    background: #005a9a;
    display: flex;
    justify-content: center;
    padding: 32px;
    text-align: center
}

@media only screen and (min-width:768px) {
    .page-template-template-landing-long-layout .landing-page__title {
        margin-top: 32px
    }
}

.page-template-template-landing-long-layout .landing-page__title h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    padding-top: 0
}

@media only screen and (min-width:1200px) {
    .page-template-template-landing-long-layout .landing-page__title h1 {
        font-size: 52px
    }
}

.page-template-template-landing-long-layout .top-content-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:1200px) {
    .page-template-template-landing-long-layout .top-content-container {
        flex-direction: row
    }
}

.page-template-template-landing-long-layout .top-content-container .txt {
    margin-left: 0;
    margin-right: 0
}

@media only screen and (min-width:1200px) {
    .page-template-template-landing-long-layout .top-content-container .txt {
        margin-right: 50%
    }
}

.page-template-template-landing-long-layout .top-content-container .txt h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2
}

@media only screen and (min-width:1200px) {
    .page-template-template-landing-long-layout .top-content-container .txt h2 {
        font-size: 40px;
        line-height: 1.5
    }
}

.page-template-template-landing-long-layout .top-content-container .txt h3 {
    color: #005a9a;
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 600
}

.page-template-template-landing-long-layout .content-cms {
    width: auto
}

@media only screen and (min-width:1200px) {
    .page-template-template-landing-long-layout .content-cms {
        margin-right: 72px
    }
}

.page-template-template-landing-long-layout .content-form-link {
    color: #009ddc;
    font-size: 18px;
    font-weight: 700;
    margin-top: 32px;
    text-decoration: underline
}

.page-template-template-landing-long-layout .content-form-link:hover {
    text-decoration: none
}

.page-template-template-landing-long-layout .subpages .img {
    padding: 0
}

.page-template-template-landing-long-layout .subpages .txt {
    margin-top: 0;
    padding: 32px
}

.page-template-template-landing-long-layout .subpages h3 {
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 34px
}

.page-template-template-landing-long-layout .subpages ul {
    padding-top: 64px
}

.page-template-template-landing-long-layout .subpages li {
    padding: 0
}

.page-template-template-landing-long-layout .landing-content__main-inner {
    border-top: 2px solid #eaecf1;
    margin-top: 80px
}

.page-template-template-landing-long-layout .landing-content__main-inner h3 {
    color: #005a9a;
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 600
}

.page-template-template-landing-long-layout .landing-content__main-image img {
    max-width: 550px
}

@media only screen and (min-width:1200px) {
    .page-template-template-landing-long-layout .landing-content__main-content {
        max-width: calc(100% - 550px)
    }
}

.page-template-template-landing-long-layout .landing-content__main-item-inner {
    justify-content: space-between;
    width: 100%
}

.page-template-template-landing-long-layout #footer-menu {
    display: none
}

.page-template-template-landing-long-layout #footer {
    padding-top: 1px
}

.single-careers h1,
.single-post h1 {
    color: #03436b;
    line-height: 1.2380952381;
    letter-spacing: 0.2px;
    font-size: 2rem
}

@media only screen and (min-width:768px) {

    .single-careers h1,
    .single-post h1 {
        font-size: 2.625rem
    }
}

.single-careers h2,
.single-careers h3,
.single-careers h4,
.single-careers h5,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5 {
    color: #004c7b;
    font-family: Raleway, sans-serif;
    font-size: 1.4375rem;
    line-height: 1.3913043478;
    font-weight: 700
}

.single-careers h3,
.single-post h3 {
    font-size: 1.25rem
}

.single-careers h4,
.single-post h4 {
    font-size: 1.1rem
}

.single-careers h5,
.single-post h5 {
    font-size: 1rem
}

.single-careers p,
.single-post p {
    font-size: 1.0625rem;
    line-height: 1.5882352941
}

@media only screen and (min-width:768px) {

    .single-careers img.alignleft,
    .single-careers img.alignright,
    .single-careers img.left,
    .single-careers img.right,
    .single-post img.alignleft,
    .single-post img.alignright,
    .single-post img.left,
    .single-post img.right {
        max-width: 100%;
        width: auto
    }
}

.single-careers .single-post-content.page-content main,
.single-post .single-post-content.page-content main {
    padding-bottom: 0;
    padding-top: 0
}

.single-careers .single-post-content.page-content main>article,
.single-post .single-post-content.page-content main>article {
    max-width: 900px;
    margin: 0 auto
}

.single-careers .post-meta,
.single-post .post-meta {
    margin: 1.875rem 0;
    font-weight: 600
}

@media only screen and (min-width:768px) {

    .single-careers .post-meta,
    .single-post .post-meta {
        display: flex
    }
}

.single-careers .post-meta__category,
.single-post .post-meta__category {
    display: inline-block;
    margin-right: 0.5rem
}

.single-careers .post-meta__dateline,
.single-post .post-meta__dateline {
    display: inline-block
}

.single-careers .post-meta__bullet,
.single-post .post-meta__bullet {
    margin-right: 0.5rem
}

.single-careers .post-meta a,
.single-post .post-meta a {
    color: #0065a4
}

.single-careers .post-meta a:hover,
.single-post .post-meta a:hover {
    color: #009ddc
}

body.category-media main.has-sidebar h1.taxonomy-heading {
    padding: 0.5em 0
}

@media only screen and (min-width:768px) {
    body.category-media main.has-sidebar h1.taxonomy-heading {
        padding-top: 0
    }
}

body.category-media main.has-sidebar>article h1 {
    padding-top: 0
}

body.category-media main.has-sidebar>article>h2:first-child {
    padding: 0 0 1rem
}

@media only screen and (min-width:768px) {

    body.category-media aside,
    body.category-media main.has-sidebar {
        padding-top: 3rem
    }
}

body.category-media ul.post-archive,
body.category-media ul.post-archive li {
    overflow: hidden;
    padding: 0;
    position: relative
}

body.category-media ul.post-archive li {
    font-size: 1rem;
    list-style: none;
    margin-bottom: 1rem
}

body.category-media ul.post-archive li>a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    padding: 28.125% 0;
    transform: translateZ(0);
    transition: all 0.6s
}

body.category-media ul.post-archive li>a:focus,
body.category-media ul.post-archive li>a:hover {
    transform: scale(1.025)
}

body.category-media ul.post-archive li article {
    background: #fff;
    margin: -2rem 5% 1rem;
    padding: 1rem 5%;
    position: relative
}

body.category-media ul.post-archive li h2,
body.category-media ul.post-archive li h2 a,
body.category-media ul.post-archive li p,
body.category-media ul.post-archive li time {
    color: #55555c
}

body.category-media ul.post-archive li time {
    display: none
}

@media only screen and (min-width:768px) {
    body.category-media ul.post-archive li time {
        display: block;
        font-size: 0.75rem;
        font-weight: 700;
        padding: 1em 0 0
    }
}

body.category-media ul.post-archive li header {
    position: relative
}

body.category-media ul.post-archive li h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    padding: 0;
    text-align: left
}

body.category-media ul.post-archive li h2 a:focus,
body.category-media ul.post-archive li h2 a:hover {
    color: #13b5ea
}

@media only screen and (min-width:768px) {
    body.category-media ul.post-archive li h2 {
        font-size: 2.5vw;
        line-height: 1;
        padding-top: 1em
    }
}

@media only screen and (min-width:940px) {
    body.category-media ul.post-archive li h2 {
        font-size: 1.5rem
    }
}

@media only screen and (min-width:1280px) {
    body.category-media ul.post-archive li h2 {
        font-size: 1.625rem
    }
}

body.category-media ul.post-archive li .dateline {
    padding-bottom: 10px
}

body.category-media ul.post-archive li .permalink {
    color: #298693;
    font-size: 0.75rem
}

body.category-media ul.post-archive li .excerpt {
    display: none
}

@media only screen and (min-width:768px) {
    body.category-media ul.post-archive li .excerpt {
        display: block
    }

    body.category-media ul.post-archive li .excerpt p {
        font-size: 1rem
    }

    body.category-media ul.post-archive li .excerpt p:first-child {
        padding-top: 0.5rem
    }

    body.category-media ul.post-archive li .excerpt mark {
        background: transparent;
        color: inherit;
        font-weight: 700;
        padding: 0 3px;
        position: relative
    }

    body.category-media ul.post-archive li .excerpt mark:after {
        background: #c7df43;
        content: "";
        bottom: 4px;
        height: 3px;
        left: 0;
        position: absolute;
        right: 0
    }

    body.category-media ul.post-archive li .excerpt .excerpt-more {
        white-space: nowrap
    }
}

@media only screen and (min-width:768px) {
    body.category-media ul.post-archive li {
        margin-bottom: 3rem
    }
}

@media only screen and (min-width:480px) {
    body.category-media ul.post-archive.related-posts li {
        float: left;
        width: 47.5%;
        margin: 0 0 0 2.5%
    }

    body.category-media ul.post-archive.related-posts li:first-child {
        margin: 0 2.5% 0 0
    }
}

body.category-media .dateline {
    font-size: 1.125rem;
    padding: 10px 0 0
}

body.category-media .dateline span {
    display: none
}

@media only screen and (min-width:768px) {
    body.category-media .dateline span {
        display: inline
    }
}

body.category-media .dateline a {
    color: red
}

body.category-media .dateline a:focus,
body.category-media .dateline a:hover {
    color: #0f0
}

body.category-media #share-me {
    clear: both;
    color: #7e8e96;
    line-height: 2.25;
    overflow: hidden;
    padding: 1em 0
}

body.category-media #share-me ul {
    padding: 0
}

body.category-media #share-me li {
    display: block;
    float: left;
    font-size: 1rem;
    height: 56px;
    line-height: 56px;
    margin: 1em 1em 0 0;
    padding: 0;
    width: 56px
}

body.category-media #share-me a {
    background: #004c7b;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 100%;
    line-height: 56px;
    text-align: center;
    width: 100%
}

body.category-media #share-me a.e:hover {
    background: #70828a
}

body.category-media #share-me a.f:hover {
    background: #3b5998
}

body.category-media #share-me a.l:hover {
    background: #0077b5
}

body.category-media #share-me a.t:hover {
    background: #55acee
}

body.category-media #share-me i {
    font-size: 2rem;
    line-height: 56px
}

body.category-media #share-me i b {
    position: absolute;
    left: -9999em
}

body.category-media .wp-caption {
    margin: 0;
    padding: 5px 0 1em;
    width: 100% !important
}

@media only screen and (min-width:640px) {
    body.category-media .wp-caption {
        width: 40% !important
    }

    body.category-media .wp-caption.aligncenter {
        padding: 2em 0;
        width: 100% !important
    }

    body.category-media .wp-caption.aligncenter img {
        display: block
    }

    body.category-media .wp-caption.alignleft {
        margin-right: 2em;
        margin-left: 2em
    }
}

body.category-media .wp-caption .wp-caption-text {
    font-size: 0.875rem;
    margin: 1em auto 0;
    padding: 10px 0 5px 1em;
    position: relative;
    text-align: justify
}

body.category-media .wp-caption .wp-caption-text:before {
    background: #13b5ea;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 3px
}

body.category-media .wp-caption+p {
    padding-top: 0
}

@media only screen and (min-width:640px) {
    body.category-media h2+.wp-caption.aligncenter {
        padding-top: 5px
    }
}

body.category-media .post-meta {
    font-size: 1rem;
    margin: 2rem 0 0;
    padding: 2rem 0 0
}

body.category-media .post-meta h4 {
    border-bottom: 1px solid #dbdfe3
}

body.category-media .post-meta ul {
    margin: 0;
    overflow: hidden;
    padding: 1em 0 0
}

body.category-media .post-meta.tax ul li {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    list-style: none;
    margin: 0 6px 6px 0
}

body.category-media .post-meta.tax ul li a {
    background: #009ddc;
    border-radius: 24px;
    color: #fff;
    display: block;
    padding: 7px 12px 2px
}

body.category-media .post-meta.tax.cats li {
    text-transform: uppercase
}

body.category-media .related-posts {
    clear: both;
    padding-bottom: 1em
}

body.category-media .related-posts ul li {
    list-style: none;
    margin: 0 0 5%;
    overflow: hidden;
    padding: 0;
    position: relative
}

body.category-media .related-posts ul li article {
    padding-bottom: 1.5rem
}

body.category-media .related-posts ul li article header h2 {
    font-size: 1.25rem;
    line-height: 1.3;
    padding: 1em 0 0
}

body.category-media .related-posts ul li .img {
    background-color: #afbccc;
    padding: 25% 0
}

body.category-media .related-posts ul li .txt {
    background: #13b5ea
}

body.category-media .related-posts ul li .txt a {
    color: #fff
}

body.category-media .related-posts ul li .txt h3 {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 1em
}

@media only screen and (min-width:640px) {
    body.category-media .related-posts ul li {
        width: 47.5%;
        float: left
    }

    body.category-media .related-posts ul li:nth-child(2n) {
        margin-left: 5%
    }
}

body.category-media .content-cms img {
    max-width: 100%;
    width: auto
}

.single-jobs .single-post-content main.has-sidebar {
    padding-top: 0
}

@media only screen and (min-width:1100px) {

    .single-jobs .page-header.hero-align-l+.single-post-content main.has-sidebar,
    .single-jobs .page-header.hero-align-r+.single-post-content main.has-sidebar {
        padding-top: 3em
    }
}

.single-jobs .content-cms img {
    width: auto
}

ul.search {
    padding: 0
}

ul.search li {
    border-top: 1px solid #dbdfe3;
    list-style: none;
    padding: 1em 0 2em
}

ul.search li:first-child {
    border: none;
    padding-top: 0
}

ul.search li h2 {
    font-size: 1.5rem;
    line-height: 1.125
}

ul.search li h2 a {
    color: #009ddc
}

ul.search .the-url {
    color: #1e7884;
    font-size: 0.8125rem
}

ul.search .excerpt mark {
    background: transparent;
    color: inherit;
    font-weight: 700;
    padding: 0 3px;
    position: relative
}

ul.search .excerpt mark:after {
    background: #c7df43;
    content: "";
    bottom: 4px;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0
}

.search__title {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 20px;
    width: 100%
}

@media only screen and (min-width:768px) {
    .search__title {
        margin: 60px 0;
        width: 50%
    }
}

.search__query-text {
    font-weight: 700
}

.search .wraps__title-and-search .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media only screen and (min-width:768px) {
    .search .wraps__title-and-search .container {
        flex-direction: row
    }
}

.search #search-2 {
    margin-bottom: 40px;
    max-width: 350px;
    width: 100%
}

@media only screen and (min-width:768px) {
    .search #search-2 {
        margin-bottom: 0;
        margin-top: 40px;
        width: 50%
    }
}

.search #search-2 .widget-title {
    color: #03436b;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 16px
}

.fancybox-slide .team-pop {
    max-width: 1024px
}

.fancybox-slide .img {
    overflow: hidden;
    position: relative
}

.fancybox-slide .img .cta,
.fancybox-slide .img .mfp-close {
    display: none
}

.fancybox-slide .img .contact {
    padding: 1em 0
}

.fancybox-slide .img .contact a {
    color: #13b5ea;
    font-size: 0.9375rem;
    outline: none;
    padding: 0 0.25em;
    white-space: nowrap
}

.fancybox-slide .img .contact a:before {
    color: #55555c;
    content: "|";
    padding-right: 0.5em
}

.fancybox-slide .img .contact a:active,
.fancybox-slide .img .contact a:focus,
.fancybox-slide .img .contact a:hover {
    color: #0065a4
}

.fancybox-slide .img .contact a:first-child {
    padding-left: 0
}

.fancybox-slide .img .contact a:first-child:before {
    content: ""
}

.fancybox-slide img {
    display: block
}

.fancybox-slide h4 {
    color: #13b5ea;
    font-family: Raleway, sans-serif;
    font-size: 1.125rem;
    padding: 0 0 5px;
    text-transform: uppercase
}

@media only screen and (min-width:1024px) {
    .fancybox-slide h4 {
        font-size: 1.5rem
    }
}

.fancybox-slide h5 {
    color: #55555c;
    font-size: 0.75rem;
    font-style: italic;
    padding: 0
}

.fancybox-slide .bio p {
    font-size: 0.875rem
}

@media only screen and (min-width:768px) {
    .fancybox-slide .img {
        float: left;
        margin: 0.4375rem 0 0.5rem;
        width: 25%
    }

    .fancybox-slide .txt {
        float: right;
        width: 70%
    }

    .fancybox-slide .bio p {
        font-size: 1rem
    }
}

@media only screen and (min-width:1000px) {
    .fancybox-slide .bio p {
        font-size: 1.125rem
    }
}

.fancybox-slide.fancybox-slide--video .fancybox-close-small {
    right: 0
}

.content-cms table {
    width: 100%;
    max-width: 100%;
    margin: 2rem 0
}

.content-cms table td,
.content-cms table th {
    padding: 0.75rem;
    vertical-align: top
}

.content-cms table td {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.content-cms table tr:nth-child(odd) td {
    background-color: rgba(0, 0, 0, .03)
}

.content-cms table thead th {
    vertical-align: bottom
}

@media only screen and (min-width:768px) {
    .list-columns--two {
        -moz-columns: 2;
        columns: 2
    }
}

@media only screen and (min-width:768px) {
    .list-columns--three {
        -moz-columns: 3;
        columns: 3
    }
}

.nav-links {
    clear: both;
    color: #d1d3d7;
    font-size: 1rem;
    font-weight: 600;
    overflow: hidden;
    padding: 0 0 2rem
}

.nav-links a {
    color: #55555c
}

.nav-links a:active,
.nav-links a:focus,
.nav-links a:hover {
    color: #13b5ea
}

.nav-links i.fa {
    font-size: 87.5%
}

.nav-links .page-numbers {
    border-radius: 50%;
    display: inline-block;
    padding: 0 3px 0 0;
    text-decoration: none
}

.nav-links .page-numbers.current {
    color: #009ddc
}

.nav-links a.page-numbers:focus,
.nav-links a.page-numbers:hover {
    color: #b6b9bf
}

.nav-links .nav-older {
    float: left;
    width: 50%;
    text-align: left
}

.nav-links .nav-newer {
    float: right;
    width: 50%;
    text-align: right
}

.testimonial .testimonial__inner-wrap {
    margin: 0 auto;
    max-width: 900px
}

@media only screen and (min-width:768px) {
    .testimonial {
        padding: 2em 0
    }

    .testimonial .container.stretch-mobile {
        margin: 0 5%;
        width: 90%;
        padding: 0 15px
    }

    .testimonial.txt-img .img {
        float: right;
        padding: 2rem 0
    }

    .testimonial.txt-img .txt {
        float: left;
        margin: 0;
        transform-style: preserve-3d;
        width: 66.666667%
    }

    .testimonial.txt-img .vc {
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0)
    }

    .testimonial .txt {
        margin-left: 30%
    }

    .testimonial .img {
        background-image: none !important;
        display: block;
        float: left;
        padding: 2em 0;
        width: 30%
    }

    .testimonial .img img {
        display: block
    }
}

.test-wrap .std-test.first-item blockquote p,
.test-wrap .std-test.last-item blockquote p,
.test-wrap .vid-test.first-item blockquote p,
.test-wrap .vid-test.last-item blockquote p {
    font-size: 0.9375rem;
    font-size: 4.6875vw
}

@media only screen and (min-width:568px) {

    .test-wrap .std-test.first-item blockquote,
    .test-wrap .std-test.last-item blockquote,
    .test-wrap .vid-test.first-item blockquote,
    .test-wrap .vid-test.last-item blockquote {
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0)
    }

    .test-wrap .std-test.first-item blockquote p,
    .test-wrap .std-test.last-item blockquote p,
    .test-wrap .vid-test.first-item blockquote p,
    .test-wrap .vid-test.last-item blockquote p {
        font-size: 1rem;
        font-size: 2.8169014vw
    }
}

@media only screen and (min-width:768px) {

    .test-wrap .std-test.first-item blockquote p,
    .test-wrap .std-test.last-item blockquote p,
    .test-wrap .vid-test.first-item blockquote p,
    .test-wrap .vid-test.last-item blockquote p {
        font-size: 1.375rem;
        font-size: 2.8645833vw
    }
}

@media only screen and (min-width:1396px) {

    .test-wrap .std-test.first-item blockquote p,
    .test-wrap .std-test.last-item blockquote p,
    .test-wrap .vid-test.first-item blockquote p,
    .test-wrap .vid-test.last-item blockquote p {
        font-size: 2.5rem
    }
}

.test-wrap .vid-test blockquote {
    font-family: Raleway, sans-serif
}

.test-wrap .vid-test blockquote p {
    font-size: 0.9375rem;
    font-size: 4.6875vw
}

@media only screen and (min-width:568px) {
    .test-wrap .vid-test .quote-wrap {
        float: left;
        position: relative;
        width: 47.5%
    }

    .test-wrap .vid-test blockquote {
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0)
    }

    .test-wrap .vid-test blockquote p {
        font-size: 1rem;
        font-size: 2.8169014vw
    }

    .test-wrap .vid-test .video-wrap {
        float: right;
        width: 47.5%
    }
}

@media only screen and (min-width:768px) {
    .test-wrap .vid-test blockquote p {
        font-size: 1.375rem;
        font-size: 2.8645833vw;
        line-height: 1.6
    }
}

@media only screen and (min-width:872px) {
    .test-wrap .vid-test blockquote p {
        font-size: 1.5625rem
    }
}

.test-wrap .plain-tests blockquote p {
    font-size: 0.9375rem
}

@media only screen and (min-width:768px) {
    .test-wrap .plain-tests {
        padding: 4rem 15%
    }

    .test-wrap .plain-tests blockquote p {
        font-size: 1.125rem;
        font-size: 2.4414062vw
    }
}

@media only screen and (min-width:1024px) {
    .test-wrap .plain-tests .std-test {
        padding: 1.5rem 0
    }

    .test-wrap .plain-tests blockquote p {
        font-size: 1.5625rem
    }
}

.page-template-page-testimonials .page-header .txt {
    text-align: center;
    margin: 0 auto;
    max-width: 730px;
    padding: 0
}

@media only screen and (min-width:768px) {
    .page-template-page-testimonials .page-header .txt {
        padding: 2rem 0 0
    }
}

@media only screen and (min-width:1080px) {
    .page-template-page-testimonials .page-header .txt {
        padding: 6rem 0 0
    }
}

.testimonial {
    padding: 2em 0 0
}

.testimonial .img {
    padding: 120px 0;
    padding: calc(120px + 2vw) 0;
    position: relative
}

.testimonial .img img {
    display: none
}

.testimonial .txt {
    background: #fff;
    margin: -3rem 5% 0;
    padding: 2rem 5% 0
}

@media only screen and (min-width:768px) {
    .testimonial .txt {
        padding: 2rem 5% 0 0
    }
}

.testimonial .hdg {
    color: #13b5ea;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase
}

.testimonial blockquote {
    font-size: 2.5rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.375;
    color: #777;
    padding: 1rem 0 0.5rem
}

.testimonial blockquote p {
    color: #777;
    line-height: 1.375;
    padding: 0
}

.testimonial blockquote p.cta {
    font-style: normal;
    padding: 1em 0 0
}

.testimonial blockquote p.cta:after,
.testimonial blockquote p.cta:before {
    display: none
}

.testimonial .by {
    color: #777;
    font-family: Raleway, sans-serif;
    font-size: 1rem;
    font-style: italic
}

.testimonial .by:before {
    content: "―"
}

@media only screen and (min-width:768px) {
    .testimonial {
        padding: 2em 0
    }

    .testimonial .container.stretch-mobile {
        margin: 0 5%;
        width: 90%
    }

    .testimonial.txt-img .img {
        float: right;
        padding: 2rem 0
    }

    .testimonial.txt-img .txt {
        float: left;
        margin: 0;
        transform-style: preserve-3d;
        width: 66.666667%
    }

    .testimonial.txt-img .vc {
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0)
    }

    .testimonial .txt {
        margin-left: 30%
    }

    .testimonial .img {
        background-image: none !important;
        display: block;
        float: left;
        padding: 2em 0;
        width: 30%
    }

    .testimonial .img img {
        display: block
    }
}

@media only screen and (min-width:1568px) {
    .testimonial .container.stretch-mobile {
        margin: 0 auto;
        width: 1440px
    }
}

.test-wrap .container {
    padding-top: 1rem
}

.test-wrap .std-test,
.test-wrap .vid-test {
    padding: 1rem 0;
    padding: 5vw 0;
    overflow: hidden;
    position: relative
}

.test-wrap .std-test.first-item .quote-wrap,
.test-wrap .std-test.last-item .quote-wrap,
.test-wrap .vid-test.first-item .quote-wrap,
.test-wrap .vid-test.last-item .quote-wrap {
    position: relative
}

@media only screen and (min-width:568px) {

    .test-wrap .std-test.first-item .quote-wrap,
    .test-wrap .std-test.last-item .quote-wrap,
    .test-wrap .vid-test.first-item .quote-wrap,
    .test-wrap .vid-test.last-item .quote-wrap {
        float: right;
        width: 60%
    }
}

.test-wrap .std-test.first-item blockquote,
.test-wrap .std-test.last-item blockquote,
.test-wrap .vid-test.first-item blockquote,
.test-wrap .vid-test.last-item blockquote {
    font-style: italic;
    padding: 0
}

.test-wrap .std-test.first-item blockquote p,
.test-wrap .std-test.last-item blockquote p,
.test-wrap .vid-test.first-item blockquote p,
.test-wrap .vid-test.last-item blockquote p {
    padding: 0
}

.test-wrap .std-test.first-item .img-wrap,
.test-wrap .std-test.last-item .img-wrap,
.test-wrap .vid-test.first-item .img-wrap,
.test-wrap .vid-test.last-item .img-wrap {
    width: 100%
}

@media only screen and (min-width:568px) {

    .test-wrap .std-test.first-item .img-wrap,
    .test-wrap .std-test.last-item .img-wrap,
    .test-wrap .vid-test.first-item .img-wrap,
    .test-wrap .vid-test.last-item .img-wrap {
        float: left;
        margin: 0.625rem 1rem 0 0;
        width: 35%
    }
}

.test-wrap .std-test.first-item,
.test-wrap .vid-test.first-item {
    background: #0065a4;
    margin: 2rem 0;
    padding: 0
}

.test-wrap .std-test.first-item .img-wrap,
.test-wrap .vid-test.first-item .img-wrap {
    margin: 0;
    overflow: hidden;
    width: 100%
}

@media only screen and (min-width:1080px) {

    .test-wrap .std-test.first-item .img-wrap,
    .test-wrap .vid-test.first-item .img-wrap {
        width: 50%
    }
}

.test-wrap .std-test.first-item .img-wrap .img,
.test-wrap .vid-test.first-item .img-wrap .img {
    height: auto
}

@media only screen and (min-width:1080px) {

    .test-wrap .std-test.first-item .img-wrap .img,
    .test-wrap .vid-test.first-item .img-wrap .img {
        height: 470px
    }
}

.test-wrap .std-test.first-item .img-wrap img,
.test-wrap .vid-test.first-item .img-wrap img {
    height: auto;
    margin-top: -25%;
    width: 100%
}

@media only screen and (min-width:1080px) {

    .test-wrap .std-test.first-item .img-wrap img,
    .test-wrap .vid-test.first-item .img-wrap img {
        height: 470px;
        margin-top: 0;
        width: auto
    }
}

.test-wrap .std-test.first-item .quote-wrap,
.test-wrap .vid-test.first-item .quote-wrap {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    padding: 0 1.5rem;
    width: 100%
}

@media only screen and (min-width:767px) {

    .test-wrap .std-test.first-item .quote-wrap,
    .test-wrap .vid-test.first-item .quote-wrap {
        padding: 0 2.5rem
    }
}

@media only screen and (min-width:1080px) {

    .test-wrap .std-test.first-item .quote-wrap,
    .test-wrap .vid-test.first-item .quote-wrap {
        height: 470px;
        padding: 0 4.5rem;
        width: 50%
    }
}

.test-wrap .std-test.first-item .quote-wrap blockquote,
.test-wrap .vid-test.first-item .quote-wrap blockquote {
    padding: 1rem 0;
    position: relative;
    top: auto;
    transform: none
}

@media only screen and (min-width:767px) {

    .test-wrap .std-test.first-item .quote-wrap blockquote,
    .test-wrap .vid-test.first-item .quote-wrap blockquote {
        padding: 2rem 0
    }
}

@media only screen and (min-width:1080px) {

    .test-wrap .std-test.first-item .quote-wrap blockquote,
    .test-wrap .vid-test.first-item .quote-wrap blockquote {
        padding: 2rem 0 0
    }
}

.test-wrap .std-test.first-item .quote-wrap blockquote p,
.test-wrap .vid-test.first-item .quote-wrap blockquote p {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px
}

@media only screen and (min-width:767px) {

    .test-wrap .std-test.first-item .quote-wrap blockquote p,
    .test-wrap .vid-test.first-item .quote-wrap blockquote p {
        font-size: 22px;
        line-height: 40px
    }
}

@media only screen and (min-width:1080px) {

    .test-wrap .std-test.first-item .quote-wrap blockquote p,
    .test-wrap .vid-test.first-item .quote-wrap blockquote p {
        font-size: 30px;
        line-height: 54px
    }
}

@media only screen and (min-width:568px) {

    .test-wrap .std-test.last-item .quote-wrap,
    .test-wrap .vid-test.last-item .quote-wrap {
        float: left
    }

    .test-wrap .std-test.last-item .img-wrap,
    .test-wrap .vid-test.last-item .img-wrap {
        float: right;
        margin: 0.625rem 0 0 1rem
    }
}

@media only screen and (min-width:1440px) {

    .test-wrap .std-test,
    .test-wrap .vid-test {
        padding: 70px 0
    }
}

.test-wrap .testimonial-quote-icon {
    height: 87px;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    width: 47px
}

@media only screen and (min-width:768px) {
    .test-wrap .testimonial-quote-icon {
        width: 87px
    }
}

.test-wrap .by {
    color: #13b5ea;
    font-family: Raleway, sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 4px;
    padding-top: 1em;
    text-transform: uppercase
}

.test-wrap .by:before {
    content: "—"
}

.test-wrap .vid-test {
    border-bottom: 2px solid #afbccc;
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:767px) {
    .test-wrap .vid-test {
        flex-direction: row
    }
}

.test-wrap .vid-test:nth-of-type(1n) .video-wrap {
    order: 1
}

@media only screen and (min-width:767px) {
    .test-wrap .vid-test:nth-of-type(1n) .video-wrap {
        order: 2
    }
}

.test-wrap .vid-test:nth-of-type(1n) .quote-wrap {
    order: 2
}

@media only screen and (min-width:767px) {
    .test-wrap .vid-test:nth-of-type(1n) .quote-wrap {
        order: 1
    }
}

.test-wrap .vid-test:nth-of-type(2n) .video-wrap {
    order: 1
}

.test-wrap .vid-test:nth-of-type(2n) .quote-wrap {
    order: 2
}

.test-wrap .vid-test iframe {
    background: #fff
}

.test-wrap .vid-test .video {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
    width: 100%
}

.test-wrap .vid-test .video>p {
    display: none
}

@media only screen and (min-width:767px) {
    .test-wrap .vid-test .video>p {
        display: block
    }
}

.test-wrap .vid-test iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.test-wrap .vid-test blockquote {
    font-family: Playfair Display, serif;
    padding: 1.5rem 0
}

@media only screen and (min-width:767px) {
    .test-wrap .vid-test blockquote {
        padding: 0 2.5em
    }
}

@media only screen and (min-width:1080px) {
    .test-wrap .vid-test blockquote {
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0)
    }
}

.test-wrap .vid-test blockquote p {
    font-size: 1.125rem;
    line-height: 1.8;
    padding: 0
}

@media only screen and (min-width:768px) {
    .test-wrap .vid-test blockquote p {
        font-size: 1.25rem
    }
}

@media only screen and (min-width:1024px) {
    .test-wrap .vid-test blockquote p {
        font-size: 1.5625rem
    }
}

.test-wrap .vid-test .quote-wrap {
    width: 100%
}

@media only screen and (min-width:767px) {
    .test-wrap .vid-test .quote-wrap {
        float: left;
        position: relative;
        width: 47.5%
    }
}

.test-wrap .vid-test .video-wrap {
    width: 100%
}

@media only screen and (min-width:767px) {
    .test-wrap .vid-test .video-wrap {
        float: right;
        width: 47.5%
    }
}

.test-wrap .std-test blockquote p {
    font-family: Playfair Display, serif
}

.test-wrap .plain-tests {
    padding: 2rem 0;
    position: relative;
    text-align: center
}

@media only screen and (min-width:768px) {
    .test-wrap .plain-tests {
        padding: 4rem 15%
    }
}

.test-wrap .plain-tests .std-test {
    padding: 0.5rem 0 0
}

@media only screen and (min-width:768px) {
    .test-wrap .plain-tests .std-test {
        padding: 1.5rem 0;
        padding: 2.34375vw 0
    }
}

@media only screen and (min-width:1024px) {
    .test-wrap .plain-tests .std-test {
        padding: 1.5rem 0
    }
}

.test-wrap .plain-tests blockquote {
    font-family: Raleway, sans-serif;
    padding: 0.5rem 0 0
}

.test-wrap .plain-tests blockquote p {
    font-size: 1.125rem;
    line-height: 1.8;
    padding: 0
}

@media only screen and (min-width:768px) {
    .test-wrap .plain-tests blockquote p {
        font-size: 1.25rem
    }
}

@media only screen and (min-width:1024px) {
    .test-wrap .plain-tests blockquote p {
        font-size: 1.5625rem
    }
}

.history-cta {
    padding: 2em 0 0
}

.history-cta .testimonial__inner-wrap {
    margin: 0 auto;
    max-width: 900px
}

.history-cta .img {
    padding: 120px 0;
    padding: calc(120px + 2vw) 0;
    position: relative
}

.history-cta .img img {
    display: none
}

.history-cta .txt {
    background: #fff;
    margin: -3rem 5% 0;
    padding: 2rem 5% 0
}

@media only screen and (min-width:768px) {
    .history-cta .txt {
        padding: 2rem 5% 0 0
    }
}

.history-cta .hdg {
    color: #13b5ea;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase
}

.history-cta p {
    color: #777;
    line-height: 1.375;
    padding: 1rem 0 0.5rem;
    font-size: 1.5rem
}

.history-cta p.cta {
    font-style: normal;
    padding: 1em 0 0
}

.history-cta p.cta:after,
.history-cta p.cta:before {
    display: none
}

.history-cta .by {
    color: #777;
    font-size: 1rem;
    font-style: italic
}

.history-cta .by:before {
    content: "―"
}

@media only screen and (min-width:768px) {
    .history-cta {
        padding: 2em 0
    }

    .history-cta .container.stretch-mobile {
        margin: 0 5%;
        width: 90%;
        padding: 0 15px
    }

    .history-cta.txt-img .img {
        float: right;
        padding: 2rem 0
    }

    .history-cta.txt-img .txt {
        float: left;
        margin: 0;
        transform-style: preserve-3d;
        width: 66.666667%
    }

    .history-cta.txt-img .vc {
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0)
    }

    .history-cta .txt {
        margin-left: 30%
    }

    .history-cta .img {
        background-image: none !important;
        display: block;
        float: left;
        padding: 2em 0;
        width: 30%
    }

    .history-cta .img img {
        display: block
    }
}

@media only screen and (min-width:1568px) {
    .history-cta .container.stretch-mobile {
        margin: 0 auto;
        width: 1440px
    }
}

.gallery,
.gallery .gallery-item {
    overflow: hidden;
    position: relative
}

.gallery .gallery-item {
    background-position: 50% 50%;
    background-size: cover;
    float: left;
    margin: 0;
    transform: translateZ(0);
    transition: transform 0.4s;
    width: 50%
}

.gallery .gallery-item:hover {
    transform: scale(1.025)
}

.gallery .gallery-item figcaption {
    display: none
}

.gallery .gallery-item.bgx img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden
}

.gallery .gallery-item a {
    border: 5px solid #fff;
    cursor: zoom-in;
    display: block;
    padding: 50% 0
}

@media only screen and (min-width:568px) {
    .gallery .gallery-item {
        width: 33.333333%
    }
}

@media only screen and (min-width:768px) {
    .gallery .gallery-item {
        width: 25%
    }
}

@media only screen and (min-width:1024px) {
    .gallery .gallery-item {
        width: 20%
    }
}

@media only screen and (min-width:1280px) {
    .gallery .gallery-item {
        width: 16.666666667%
    }
}

#sb_instagram {
    min-height: 750px
}

#sb_instagram .sbi_photo {
    height: 212px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: opacity 0.3s
}

#sb_instagram .sbi_photo:hover {
    opacity: 0.85
}

p.cta {
    font-family: Raleway, sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 4px;
    padding: 0;
    text-transform: uppercase
}

p.cta a {
    color: #13b5ea;
    display: block;
    overflow: hidden;
    padding: 0.5rem 53px 0.5rem 0;
    position: relative;
    transform: translateZ(0);
    transform-style: preserve-3d;
    transition: none
}

p.cta a span {
    display: inline-block;
    transition: all 0.4s
}

p.cta a span:after {
    background: url(../img/icon/rarr-light-blue.svg);
    content: "";
    display: inline-block;
    height: 22px;
    position: relative;
    transform: translate3d(7px, 7px, 0);
    transition: all 0.6s;
    width: 53px
}

p.cta a:active,
p.cta a:focus,
p.cta a:hover {
    color: #cec044
}

p.cta a:active span:after,
p.cta a:focus span:after,
p.cta a:hover span:after {
    background-image: url(../img/icon/rarr-gold.svg)
}

.jobs .cta,
.subpages .cta {
    padding-top: 1rem
}

html.no-touchevents p.cta a span {
    transform: translate3d(calc(-100% + 53px), 0, 0)
}

html.no-touchevents p.cta a span:after {
    transform: translate3d(0, 7px, 0)
}

html.no-touchevents p.cta a:focus span,
html.no-touchevents p.cta a:hover span {
    transform: translateZ(0)
}

html.no-touchevents p.cta a:focus span:after,
html.no-touchevents p.cta a:hover span:after {
    transform: translate3d(7px, 7px, 0)
}

div.wpcf7 .wpcf7-response-output {
    border: none;
    font-weight: 800;
    margin: 0;
    padding: 1em
}

div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #cfc;
    color: #171
}

div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng,
div.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked,
div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
    background: #ff9;
    color: #911
}

div.wpcf7 .wpcf7-not-valid-tip {
    font-size: 0.8125rem;
    font-weight: 800
}

.form {
    background: #fff;
    max-width: 480px;
    overflow: hidden;
    padding: 1rem 0;
    position: relative;
    width: 100%
}

.form .nf-form-fields-required {
    margin-bottom: 24px;
    padding-left: 5px
}

.form .nf-field-label label {
    font-size: 14px;
    font-weight: 400
}

.form .nf-field-label label .ninja-forms-req-symbol {
    font-size: 18px;
    font-weight: 600
}

.form .select2-container span.select2-selection.select2-selection--single {
    background: #fbfbfc;
    background-color: #fbfbfc;
    border: 1px solid #dbdfe3;
    color: #9badb6
}

.form .select2-container span.select2-selection.select2-selection--single .select2-selection__rendered {
    font-weight: 400
}

.form .select2-container span.select2-selection.select2-selection--single .select2-selection__arrow {
    background: #fbfbfc
}

.form .submit-wrap .button {
    display: block;
    margin: 16px auto 0
}

.form.comment-form {
    background: #fff;
    padding: 1rem 0
}

.form.comment-form input[type=date],
.form.comment-form input[type=email],
.form.comment-form input[type=number],
.form.comment-form input[type=password],
.form.comment-form input[type=search],
.form.comment-form input[type=tel],
.form.comment-form input[type=text],
.form.comment-form select,
.form.comment-form textarea {
    border: 1px solid #b2c0cd;
    border-radius: 0
}

.form.comment-form ul {
    padding-top: 0
}

.form.comment-form p.error {
    margin: 0;
    text-align: center
}

.form.dead li {
    opacity: 0.75
}

.form.dead li label {
    display: none
}

.form h3.gform_title {
    border-bottom: 1px solid #dbdfe3
}

.form p.error {
    background: #ff6;
    color: #000;
    font-weight: 700;
    padding: 1em;
    margin: 1em 1em 0
}

.form h4 {
    color: #0065a4;
    font-size: 1.375em;
    padding: 32px 0 0
}

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

.form .legend {
    color: #9badb6;
    padding: 0 0 1em
}

@media only screen and (min-width:768px) {
    .form .legend {
        padding: 0 0 10px
    }
}

.form ul {
    padding: 2em 0 0
}

.form li {
    background: #fff;
    line-height: 1;
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%
}

.form li.center {
    text-align: center
}

.form li label {
    color: #7e8e96;
    display: block;
    font-size: 0.875rem
}

.form li label span {
    display: block;
    padding-top: 5px
}

.form li label b {
    color: #911;
    font-size: 1.125rem
}

.form li .wpcf7-recaptcha {
    margin-top: 0.875rem
}

.form li .wpcf7-recaptcha>div {
    margin: 0 auto
}

.form li.input_focused label {
    color: #999;
    font-size: 11px;
    left: 2px;
    top: -10px
}

.form li.last {
    text-align: center
}

@media only screen and (min-width:680px) {
    .form li.last {
        text-align: left
    }
}

.form input[type=date],
.form input[type=email],
.form input[type=number],
.form input[type=password],
.form input[type=tel],
.form input[type=text],
.form select,
.form textarea {
    background-color: #fbfbfc;
    border: 1px solid #dbdfe3;
    border-radius: 2px;
    color: #9badb6;
    font-size: 1.0625rem;
    padding: 15px 18px 10px;
    position: relative;
    width: 100%
}

.form input[type=date]:disabled,
.form input[type=email]:disabled,
.form input[type=number]:disabled,
.form input[type=password]:disabled,
.form input[type=tel]:disabled,
.form input[type=text]:disabled,
.form select:disabled,
.form textarea:disabled {
    color: #b8c5cc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (min-width:768px) {
    .form textarea {
        width: calc(100% - 9px)
    }
}

.form select {
    background-image: url(../img/icon/chevron-down-solid.svg);
    background-position: 96%;
    background-repeat: no-repeat;
    background-size: 18px;
    font-weight: 400;
    height: 47px;
    padding: 0 18px;
    line-height: 47px;
    text-transform: none
}

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

.form input:focus,
.form textarea:focus {
    background: #f0f7f8;
    border-color: #dbdfe3;
    color: #666;
    outline: none
}

.form input:focus.has-text,
.form input:focus:not(:placeholder-shown),
.form textarea:focus.has-text,
.form textarea:focus:not(:placeholder-shown) {
    background: #fff;
    background: #fcfcfd
}

.form input.has-text,
.form textarea.has-text {
    background: #fff;
    color: #aaa
}

.form input.has-text:focus,
.form textarea.has-text:focus {
    color: #666
}

.form textarea {
    height: 7em
}

.form input.has-text:invalid,
.form input.required-empty,
.form select.required-empty,
.form textarea.required-empty {
    border-color: #911 !important
}

.form input.has-text:valid,
.form select.has-text:valid,
.form textarea.has-text:valid {
    border-color: #191
}

.form li.ok :focus+i.fa {
    display: none
}

.form li.ok input+i.fa,
.form li.ok select+i.fa,
.form li.ok textarea+i.fa {
    background: #fff;
    bottom: 1px;
    color: #191;
    display: block;
    line-height: 3;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 22px;
    z-index: 20
}

.form button.button {
    text-align: center
}

.form button.button>span {
    float: none;
    padding: 0;
    width: 100%
}

.form ul li.comment-form-comment {
    margin: 0
}

.hs-form {
    background: transparent;
    overflow: hidden;
    margin: 0 auto;
    max-width: 768px;
    padding: 1rem 0;
    position: relative;
    width: 100% !important
}

.hs-form fieldset {
    max-width: 100% !important;
    width: 100% !important
}

.hs-form fieldset.form-columns-1 .input {
    margin: 0
}

.hs-form fieldset.form-columns-1 .hs-input:not([type=checkbox]):not([type=radio]),
.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important
}

@media only screen and (min-width:576px) {
    .hs-form fieldset.form-columns-2 .hs-form-field {
        padding-right: 1.5625rem;
        width: 50% !important
    }
}

.hs-form fieldset.form-columns-2 .hs-form-field .input {
    margin: 0
}

@media only screen and (max-width:768px) {
    .hs-form fieldset.form-columns-2 .hs-form-field .hs-input:not([type=checkbox]):not([type=radio]) {
        width: 100% !important
    }
}

.hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
    padding-right: 0
}

@media only screen and (min-width:576px) {
    .hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
        padding-left: 1.5625rem
    }
}

.hs-form .hs-error-msgs,
.hs-form .hs_error_rollup {
    margin-top: 0.625rem;
    padding: 0
}

.hs-form .hs-error-msgs li,
.hs-form .hs_error_rollup li {
    background: transparent;
    margin-bottom: 0
}

.hs-form .hs-error-msgs .hs-error-msg,
.hs-form .hs-error-msgs .hs-main-font-element,
.hs-form .hs_error_rollup .hs-error-msg,
.hs-form .hs_error_rollup .hs-main-font-element {
    color: #e80000;
    font-size: 1rem
}

.hs-form h4 {
    color: #0065a4;
    font-size: 1.375em;
    padding: 32px 0 0
}

@media only screen and (min-width:768px) {
    .hs-form h4 {
        padding: 32px 32px 0
    }
}

.hs-form ul {
    padding: 2em 0 0
}

.hs-form li {
    background: #fff;
    line-height: 1;
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%
}

.hs-form li.center {
    text-align: center
}

.hs-form li label {
    color: #7e8e96;
    display: block;
    font-size: 0.875rem
}

.hs-form li label span {
    display: block;
    padding-top: 5px
}

.hs-form li label b {
    color: #911;
    font-size: 1.125rem
}

.hs-form .hs-form-field {
    margin-bottom: 1.5625rem
}

.hs-form .hs-form-field label {
    display: inline-block;
    font-size: 0.9375rem;
    margin-bottom: 10px
}

.hs-form input[type=date],
.hs-form input[type=email],
.hs-form input[type=number],
.hs-form input[type=password],
.hs-form input[type=tel],
.hs-form input[type=text],
.hs-form select.hs-input,
.hs-form textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #c4d3dc;
    border-radius: 2px;
    color: #9badb6;
    font-size: 1.0625rem;
    font-weight: 400;
    height: 47px;
    padding: 0 18px;
    line-height: 47px;
    position: relative;
    text-transform: none;
    width: 100%
}

.hs-form input[type=date]:disabled,
.hs-form input[type=email]:disabled,
.hs-form input[type=number]:disabled,
.hs-form input[type=password]:disabled,
.hs-form input[type=tel]:disabled,
.hs-form input[type=text]:disabled,
.hs-form select.hs-input:disabled,
.hs-form textarea:disabled {
    color: #b8c5cc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hs-form select.hs-input {
    background-image: url(../img/icon/chevron-down-solid.svg);
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 18px
}

.hs-form .inputs-list {
    padding-top: 0.625rem
}

.hs-form input[type=checkbox],
.hs-form input[type=radio] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    margin-right: 10px
}

.hs-form input:focus,
.hs-form textarea:focus {
    background: #f0f7f8;
    border-color: #dbdfe3;
    color: #666;
    outline: none
}

.hs-form label.hs-form-checkbox-display {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.hs-form label.hs-form-checkbox-display input.hs-input {
    width: auto
}

.hs-form select {
    background: #f3f4f7;
    color: #9badb6
}

.hs-form textarea {
    overflow: hidden
}

.hs-form input[type=submit] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: #009ddc;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 1rem auto;
    max-width: 480px;
    padding: 0.875em 1.5em 0.6875em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out
}

.hs-form input[type=submit]:hover {
    background: #13b5ea;
    color: #fff;
    text-decoration: none
}

.lp-form {
    background: #f8f8f8;
    margin: 2em 0 0;
    padding: 2em 5%
}

.lp-form h3 {
    color: #0065a4;
    padding-top: 0;
    text-align: center
}

@media only screen and (min-width:768px) {
    .lp-form {
        bottom: 0;
        right: 15px;
        position: absolute;
        width: 45%
    }
}

.lp-form p {
    position: relative
}

.lp-form label span.lbl {
    left: 0;
    position: absolute;
    top: 0
}

.lp-form label {
    color: #13b5ea;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 4px;
    position: relative;
    text-transform: uppercase
}

.lp-form input[type=email],
.lp-form input[type=tel],
.lp-form input[type=text],
.lp-form input[type=textarea],
.lp-form select,
.lp-form textarea {
    background: transparent;
    border: 1px solid #ccc;
    border-width: 0 0 1px;
    color: #13b5ea;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 4px;
    padding: 1rem 0;
    position: relative;
    text-transform: uppercase;
    width: 100%
}

.lp-form input[type=email]::-webkit-input-placeholder,
.lp-form input[type=tel]::-webkit-input-placeholder,
.lp-form input[type=text]::-webkit-input-placeholder,
.lp-form input[type=textarea]::-webkit-input-placeholder,
.lp-form select::-webkit-input-placeholder,
.lp-form textarea::-webkit-input-placeholder {
    color: #13b5ea
}

.lp-form input[type=email]::-moz-placeholder,
.lp-form input[type=tel]::-moz-placeholder,
.lp-form input[type=text]::-moz-placeholder,
.lp-form input[type=textarea]::-moz-placeholder,
.lp-form select::-moz-placeholder,
.lp-form textarea::-moz-placeholder {
    color: #13b5ea
}

.lp-form input[type=email]:-ms-input-placeholder,
.lp-form input[type=email]::-ms-input-placeholder,
.lp-form input[type=tel]:-ms-input-placeholder,
.lp-form input[type=tel]::-ms-input-placeholder,
.lp-form input[type=text]:-ms-input-placeholder,
.lp-form input[type=text]::-ms-input-placeholder,
.lp-form input[type=textarea]:-ms-input-placeholder,
.lp-form input[type=textarea]::-ms-input-placeholder,
.lp-form select:-ms-input-placeholder,
.lp-form select::-ms-input-placeholder,
.lp-form textarea:-ms-input-placeholder,
.lp-form textarea::-ms-input-placeholder {
    color: #13b5ea
}

.lp-form input[type=email]::placeholder,
.lp-form input[type=tel]::placeholder,
.lp-form input[type=text]::placeholder,
.lp-form input[type=textarea]::placeholder,
.lp-form select::placeholder,
.lp-form textarea::placeholder {
    color: #13b5ea
}

.lp-form input[type=email]:focus,
.lp-form input[type=email]:not(:placeholder-shown),
.lp-form input[type=tel]:focus,
.lp-form input[type=tel]:not(:placeholder-shown),
.lp-form input[type=text]:focus,
.lp-form input[type=text]:not(:placeholder-shown),
.lp-form input[type=textarea]:focus,
.lp-form input[type=textarea]:not(:placeholder-shown),
.lp-form select:focus,
.lp-form select:not(:placeholder-shown),
.lp-form textarea:focus,
.lp-form textarea:not(:placeholder-shown) {
    background: #f8f8f8
}

.lp-form input[type=email]:focus,
.lp-form input[type=tel]:focus,
.lp-form input[type=text]:focus,
.lp-form input[type=textarea]:focus,
.lp-form select:focus,
.lp-form textarea:focus {
    border-bottom: 1px solid #999
}

.lp-form .nf-field-element input[type=email],
.lp-form .nf-field-element input[type=tel],
.lp-form .nf-field-element input[type=text],
.lp-form .nf-field-element input[type=textarea],
.lp-form .nf-field-element select,
.lp-form .nf-field-element textarea {
    background: transparent;
    border: 1px solid #ccc;
    border-width: 0 0 1px;
    color: #13b5ea;
    font-size: 0.875rem !important;
    font-weight: 800 !important;
    letter-spacing: 4px !important;
    padding: 1rem 0;
    position: relative;
    text-transform: uppercase !important;
    width: 100%
}

.lp-form .nf-field-element input[type=email]::-webkit-input-placeholder,
.lp-form .nf-field-element input[type=tel]::-webkit-input-placeholder,
.lp-form .nf-field-element input[type=text]::-webkit-input-placeholder,
.lp-form .nf-field-element input[type=textarea]::-webkit-input-placeholder,
.lp-form .nf-field-element select::-webkit-input-placeholder,
.lp-form .nf-field-element textarea::-webkit-input-placeholder {
    color: #13b5ea
}

.lp-form .nf-field-element input[type=email]::-moz-placeholder,
.lp-form .nf-field-element input[type=tel]::-moz-placeholder,
.lp-form .nf-field-element input[type=text]::-moz-placeholder,
.lp-form .nf-field-element input[type=textarea]::-moz-placeholder,
.lp-form .nf-field-element select::-moz-placeholder,
.lp-form .nf-field-element textarea::-moz-placeholder {
    color: #13b5ea
}

.lp-form .nf-field-element input[type=email]:-ms-input-placeholder,
.lp-form .nf-field-element input[type=email]::-ms-input-placeholder,
.lp-form .nf-field-element input[type=tel]:-ms-input-placeholder,
.lp-form .nf-field-element input[type=tel]::-ms-input-placeholder,
.lp-form .nf-field-element input[type=text]:-ms-input-placeholder,
.lp-form .nf-field-element input[type=text]::-ms-input-placeholder,
.lp-form .nf-field-element input[type=textarea]:-ms-input-placeholder,
.lp-form .nf-field-element input[type=textarea]::-ms-input-placeholder,
.lp-form .nf-field-element select:-ms-input-placeholder,
.lp-form .nf-field-element select::-ms-input-placeholder,
.lp-form .nf-field-element textarea:-ms-input-placeholder,
.lp-form .nf-field-element textarea::-ms-input-placeholder {
    color: #13b5ea
}

.lp-form .nf-field-element input[type=email]::placeholder,
.lp-form .nf-field-element input[type=tel]::placeholder,
.lp-form .nf-field-element input[type=text]::placeholder,
.lp-form .nf-field-element input[type=textarea]::placeholder,
.lp-form .nf-field-element select::placeholder,
.lp-form .nf-field-element textarea::placeholder {
    color: #13b5ea
}

.lp-form .nf-field-element input[type=email]:focus,
.lp-form .nf-field-element input[type=email]:not(:placeholder-shown),
.lp-form .nf-field-element input[type=tel]:focus,
.lp-form .nf-field-element input[type=tel]:not(:placeholder-shown),
.lp-form .nf-field-element input[type=text]:focus,
.lp-form .nf-field-element input[type=text]:not(:placeholder-shown),
.lp-form .nf-field-element input[type=textarea]:focus,
.lp-form .nf-field-element input[type=textarea]:not(:placeholder-shown),
.lp-form .nf-field-element select:focus,
.lp-form .nf-field-element select:not(:placeholder-shown),
.lp-form .nf-field-element textarea:focus,
.lp-form .nf-field-element textarea:not(:placeholder-shown) {
    background: #f8f8f8
}

.lp-form .nf-field-element input[type=email]:focus,
.lp-form .nf-field-element input[type=tel]:focus,
.lp-form .nf-field-element input[type=text]:focus,
.lp-form .nf-field-element input[type=textarea]:focus,
.lp-form .nf-field-element select:focus,
.lp-form .nf-field-element textarea:focus {
    border-bottom: 1px solid #999
}

.lp-form .nf-field-element textarea {
    height: 47px;
    overflow: hidden
}

.lp-form .nf-form-fields-required {
    margin: 16px 0 32px
}

.lp-form .button {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    margin-top: 16px;
    padding: 0 19px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out
}

.lp-form .button--pacific {
    background-color: #009ddc;
    color: #fff
}

.lp-form select {
    background-color: #f8f8f8;
    background-image: url(/assets/img/icon/arrow-down.svg);
    background-position: calc(100% - 5px) 50%;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    border: 1px solid #ccc;
    border-width: 0 0 1px;
    color: #13b5ea;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 4px;
    padding: 1rem 0;
    width: 100%
}

.lp-form select option {
    color: #13b5ea
}

.lp-form select:focus {
    border-bottom: 1px solid #999
}

.page-template-page-landing .lp-form,
.page-template-template-landing-long-layout .lp-form {
    background: #f8f8f8;
    margin: 2em 0 0;
    padding: 2em 5%
}

.page-template-page-landing .lp-form .hs-form,
.page-template-page-landing .lp-form .hs-form li,
.page-template-template-landing-long-layout .lp-form .hs-form,
.page-template-template-landing-long-layout .lp-form .hs-form li {
    background: transparent
}

.page-template-page-landing .lp-form .hs-error-msgs,
.page-template-page-landing .lp-form .hs_error_rollup,
.page-template-template-landing-long-layout .lp-form .hs-error-msgs,
.page-template-template-landing-long-layout .lp-form .hs_error_rollup {
    margin-bottom: 4rem;
    margin-top: 0.3125rem;
    padding: 0
}

.page-template-page-landing .lp-form .hs-error-msgs li,
.page-template-page-landing .lp-form .hs_error_rollup li,
.page-template-template-landing-long-layout .lp-form .hs-error-msgs li,
.page-template-template-landing-long-layout .lp-form .hs_error_rollup li {
    margin-bottom: 0
}

.page-template-page-landing .lp-form .hs-error-msgs .hs-error-msg,
.page-template-page-landing .lp-form .hs-error-msgs .hs-main-font-element,
.page-template-page-landing .lp-form .hs_error_rollup .hs-error-msg,
.page-template-page-landing .lp-form .hs_error_rollup .hs-main-font-element,
.page-template-template-landing-long-layout .lp-form .hs-error-msgs .hs-error-msg,
.page-template-template-landing-long-layout .lp-form .hs-error-msgs .hs-main-font-element,
.page-template-template-landing-long-layout .lp-form .hs_error_rollup .hs-error-msg,
.page-template-template-landing-long-layout .lp-form .hs_error_rollup .hs-main-font-element {
    color: #e80000;
    font-family: Raleway, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none
}

.page-template-page-landing .lp-form .hs-form-field,
.page-template-template-landing-long-layout .lp-form .hs-form-field {
    margin-top: 2.5rem;
    position: relative
}

.page-template-page-landing .lp-form h3,
.page-template-template-landing-long-layout .lp-form h3 {
    color: #0065a4;
    padding-top: 0;
    text-align: center
}

@media only screen and (min-width:768px) {

    .page-template-page-landing .lp-form,
    .page-template-template-landing-long-layout .lp-form {
        bottom: 0;
        right: 15px;
        position: absolute;
        width: 45%
    }
}

.page-template-page-landing .lp-form p,
.page-template-template-landing-long-layout .lp-form p {
    position: relative
}

.page-template-page-landing .lp-form label,
.page-template-template-landing-long-layout .lp-form label {
    color: #13b5ea;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 4px;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase
}

.page-template-page-landing .lp-form input[type=email],
.page-template-page-landing .lp-form input[type=tel],
.page-template-page-landing .lp-form input[type=text],
.page-template-page-landing .lp-form input[type=textarea],
.page-template-page-landing .lp-form select,
.page-template-page-landing .lp-form textarea,
.page-template-template-landing-long-layout .lp-form input[type=email],
.page-template-template-landing-long-layout .lp-form input[type=tel],
.page-template-template-landing-long-layout .lp-form input[type=text],
.page-template-template-landing-long-layout .lp-form input[type=textarea],
.page-template-template-landing-long-layout .lp-form select,
.page-template-template-landing-long-layout .lp-form textarea {
    background: transparent;
    border: 1px solid #ccc;
    border-width: 0 0 1px;
    color: #7e8e96;
    font-family: Raleway, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    padding: 1rem 0;
    position: relative;
    text-transform: none;
    width: 100%
}

.page-template-page-landing .lp-form input[type=email]::-webkit-input-placeholder,
.page-template-page-landing .lp-form input[type=tel]::-webkit-input-placeholder,
.page-template-page-landing .lp-form input[type=text]::-webkit-input-placeholder,
.page-template-page-landing .lp-form input[type=textarea]::-webkit-input-placeholder,
.page-template-page-landing .lp-form select::-webkit-input-placeholder,
.page-template-page-landing .lp-form textarea::-webkit-input-placeholder,
.page-template-template-landing-long-layout .lp-form input[type=email]::-webkit-input-placeholder,
.page-template-template-landing-long-layout .lp-form input[type=tel]::-webkit-input-placeholder,
.page-template-template-landing-long-layout .lp-form input[type=text]::-webkit-input-placeholder,
.page-template-template-landing-long-layout .lp-form input[type=textarea]::-webkit-input-placeholder,
.page-template-template-landing-long-layout .lp-form select::-webkit-input-placeholder,
.page-template-template-landing-long-layout .lp-form textarea::-webkit-input-placeholder {
    color: #13b5ea
}

.page-template-page-landing .lp-form input[type=email]::-moz-placeholder,
.page-template-page-landing .lp-form input[type=tel]::-moz-placeholder,
.page-template-page-landing .lp-form input[type=text]::-moz-placeholder,
.page-template-page-landing .lp-form input[type=textarea]::-moz-placeholder,
.page-template-page-landing .lp-form select::-moz-placeholder,
.page-template-page-landing .lp-form textarea::-moz-placeholder,
.page-template-template-landing-long-layout .lp-form input[type=email]::-moz-placeholder,
.page-template-template-landing-long-layout .lp-form input[type=tel]::-moz-placeholder,
.page-template-template-landing-long-layout .lp-form input[type=text]::-moz-placeholder,
.page-template-template-landing-long-layout .lp-form input[type=textarea]::-moz-placeholder,
.page-template-template-landing-long-layout .lp-form select::-moz-placeholder,
.page-template-template-landing-long-layout .lp-form textarea::-moz-placeholder {
    color: #13b5ea
}

.page-template-page-landing .lp-form input[type=email]:-ms-input-placeholder,
.page-template-page-landing .lp-form input[type=email]::-ms-input-placeholder,
.page-template-page-landing .lp-form input[type=tel]:-ms-input-placeholder,
.page-template-page-landing .lp-form input[type=tel]::-ms-input-placeholder,
.page-template-page-landing .lp-form input[type=text]:-ms-input-placeholder,
.page-template-page-landing .lp-form input[type=text]::-ms-input-placeholder,
.page-template-page-landing .lp-form input[type=textarea]:-ms-input-placeholder,
.page-template-page-landing .lp-form input[type=textarea]::-ms-input-placeholder,
.page-template-page-landing .lp-form select:-ms-input-placeholder,
.page-template-page-landing .lp-form select::-ms-input-placeholder,
.page-template-page-landing .lp-form textarea:-ms-input-placeholder,
.page-template-page-landing .lp-form textarea::-ms-input-placeholder,
.page-template-template-landing-long-layout .lp-form input[type=email]:-ms-input-placeholder,
.page-template-template-landing-long-layout .lp-form input[type=email]::-ms-input-placeholder,
.page-template-template-landing-long-layout .lp-form input[type=tel]:-ms-input-placeholder,
.page-template-template-landing-long-layout .lp-form input[type=tel]::-ms-input-placeholder,
.page-template-template-landing-long-layout .lp-form input[type=text]:-ms-input-placeholder,
.page-template-template-landing-long-layout .lp-form input[type=text]::-ms-input-placeholder,
.page-template-template-landing-long-layout .lp-form input[type=textarea]:-ms-input-placeholder,
.page-template-template-landing-long-layout .lp-form input[type=textarea]::-ms-input-placeholder,
.page-template-template-landing-long-layout .lp-form select:-ms-input-placeholder,
.page-template-template-landing-long-layout .lp-form select::-ms-input-placeholder,
.page-template-template-landing-long-layout .lp-form textarea:-ms-input-placeholder,
.page-template-template-landing-long-layout .lp-form textarea::-ms-input-placeholder {
    color: #13b5ea
}

.page-template-page-landing .lp-form input[type=email]::placeholder,
.page-template-page-landing .lp-form input[type=tel]::placeholder,
.page-template-page-landing .lp-form input[type=text]::placeholder,
.page-template-page-landing .lp-form input[type=textarea]::placeholder,
.page-template-page-landing .lp-form select::placeholder,
.page-template-page-landing .lp-form textarea::placeholder,
.page-template-template-landing-long-layout .lp-form input[type=email]::placeholder,
.page-template-template-landing-long-layout .lp-form input[type=tel]::placeholder,
.page-template-template-landing-long-layout .lp-form input[type=text]::placeholder,
.page-template-template-landing-long-layout .lp-form input[type=textarea]::placeholder,
.page-template-template-landing-long-layout .lp-form select::placeholder,
.page-template-template-landing-long-layout .lp-form textarea::placeholder {
    color: #13b5ea
}

.page-template-page-landing .lp-form input[type=email]:focus,
.page-template-page-landing .lp-form input[type=email]:not(:placeholder-shown),
.page-template-page-landing .lp-form input[type=tel]:focus,
.page-template-page-landing .lp-form input[type=tel]:not(:placeholder-shown),
.page-template-page-landing .lp-form input[type=text]:focus,
.page-template-page-landing .lp-form input[type=text]:not(:placeholder-shown),
.page-template-page-landing .lp-form input[type=textarea]:focus,
.page-template-page-landing .lp-form input[type=textarea]:not(:placeholder-shown),
.page-template-page-landing .lp-form select:focus,
.page-template-page-landing .lp-form select:not(:placeholder-shown),
.page-template-page-landing .lp-form textarea:focus,
.page-template-page-landing .lp-form textarea:not(:placeholder-shown),
.page-template-template-landing-long-layout .lp-form input[type=email]:focus,
.page-template-template-landing-long-layout .lp-form input[type=email]:not(:placeholder-shown),
.page-template-template-landing-long-layout .lp-form input[type=tel]:focus,
.page-template-template-landing-long-layout .lp-form input[type=tel]:not(:placeholder-shown),
.page-template-template-landing-long-layout .lp-form input[type=text]:focus,
.page-template-template-landing-long-layout .lp-form input[type=text]:not(:placeholder-shown),
.page-template-template-landing-long-layout .lp-form input[type=textarea]:focus,
.page-template-template-landing-long-layout .lp-form input[type=textarea]:not(:placeholder-shown),
.page-template-template-landing-long-layout .lp-form select:focus,
.page-template-template-landing-long-layout .lp-form select:not(:placeholder-shown),
.page-template-template-landing-long-layout .lp-form textarea:focus,
.page-template-template-landing-long-layout .lp-form textarea:not(:placeholder-shown) {
    background: #f8f8f8
}

.page-template-page-landing .lp-form input[type=email]:focus,
.page-template-page-landing .lp-form input[type=tel]:focus,
.page-template-page-landing .lp-form input[type=text]:focus,
.page-template-page-landing .lp-form input[type=textarea]:focus,
.page-template-page-landing .lp-form select:focus,
.page-template-page-landing .lp-form textarea:focus,
.page-template-template-landing-long-layout .lp-form input[type=email]:focus,
.page-template-template-landing-long-layout .lp-form input[type=tel]:focus,
.page-template-template-landing-long-layout .lp-form input[type=text]:focus,
.page-template-template-landing-long-layout .lp-form input[type=textarea]:focus,
.page-template-template-landing-long-layout .lp-form select:focus,
.page-template-template-landing-long-layout .lp-form textarea:focus {
    border-bottom: 1px solid #999;
    color: #666
}

.page-template-page-landing .lp-form textarea,
.page-template-template-landing-long-layout .lp-form textarea {
    height: 100px;
    max-height: 250px;
    min-height: 100px;
    padding-top: 0
}

.page-template-page-landing .lp-form select,
.page-template-template-landing-long-layout .lp-form select {
    background-color: #f8f8f8;
    background-image: url(/assets/img/icon/arrow-down.svg);
    background-position: calc(100% - 5px) 50%;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    border: 1px solid #ccc;
    border-width: 0 0 1px;
    color: #13b5ea;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 4px;
    padding: 1rem 0;
    width: 100%
}

.page-template-page-landing .lp-form select option,
.page-template-template-landing-long-layout .lp-form select option {
    color: #13b5ea
}

.page-template-page-landing .lp-form select:focus,
.page-template-template-landing-long-layout .lp-form select:focus {
    border-bottom: 1px solid #999
}

.search-submit {
    overflow: hidden
}

select::-ms-expand {
    display: none
}

.faild {
    display: none !important
}

#cferror,
#cfsuccess {
    display: none;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
    padding: 10px
}

#cferror {
    background: #ffc;
    border: 1px solid #911;
    color: #911
}

#cfsuccess {
    background: #efe;
    border: 1px solid #191;
    color: #191
}

span#tinyalert {
    background: transparent;
    color: #999;
    float: right;
    font-size: 0.8125em;
    line-height: 1;
    margin: 1em 0 0;
    padding: 8px;
    width: calc(100% - 55px);
    transition: all 0.5s
}

span#tinyalert.highlight {
    background: #ff6;
    color: #000
}

input[name=surname] {
    display: none
}

::-webkit-input-placeholder {
    color: #b8c5cc;
    line-height: 1.625
}

:-moz-placeholder,
::-moz-placeholder {
    color: #b8c5cc;
    line-height: 1.625
}

:-ms-input-placeholder {
    color: #b8c5cc;
    line-height: 1.625
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f3f4f7;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    padding: 1.25em 1.25em 0.5em;
    position: relative;
    text-transform: uppercase;
    width: auto
}

.form li.select:before {
    background: #fff;
    background: linear-gradient(135deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .02) 1%, #fff 50%, #fff);
    bottom: 2px;
    color: #dbdfe3;
    content: "\f078";
    cursor: pointer;
    display: block;
    font-family: FontAwesome;
    line-height: 3;
    padding-right: 0.875rem;
    pointer-events: none;
    position: absolute;
    right: 1px;
    text-align: right;
    top: 2px;
    width: 64px;
    z-index: 100
}

html.no-js #loading-form {
    display: none
}

#vcard form {
    margin: 0
}

#vcard form button {
    font-size: 0.8125rem;
    padding: 7px 18px 6px
}

.miniform p {
    background: #13b5ea;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    max-width: 576px;
    padding: 1em 1em 0.5em;
    text-align: center
}

.miniform .form {
    margin: 0 auto;
    width: 288px
}

.gfield_visibility_ {
    display: none !important
}

.raka-dropdown-widget select {
    background-color: #fbfbfc;
    background-image: url(../img/icon/chevron-down-solid.svg);
    background-position: 96%;
    background-repeat: no-repeat;
    background-size: 18px;
    border: 1px solid #dbdfe3;
    border-radius: 2px;
    color: #9badb6;
    font-size: 1.0625rem;
    font-weight: 400;
    height: 47px;
    padding: 0 18px;
    line-height: 47px;
    position: relative;
    text-transform: none;
    width: 100%
}

.page-contact main {
    padding-top: 0
}

@media only screen and (min-width:1100px) {
    .page-contact main {
        padding-top: 3rem
    }
}

.page-contact main .wpcf7-form .form ul li:nth-of-type(7) {
    display: none
}

.page-contact main .wpcf7-form input[type=submit] {
    margin-top: 16px
}

.contact-info {
    margin: 0 auto;
    max-width: 768px;
    overflow: hidden
}

.contact-info div.col {
    margin: 0;
    padding: 2em 0 1em
}

.contact-info div.col p {
    font-size: 1rem;
    line-height: 1.25;
    list-style: none;
    padding: 0.5rem 0
}

.contact-info div.col p p {
    font-weight: 600;
    padding: 0.5em 0
}

.contact-info div.col p span {
    font-weight: 700
}

.contact-info div.col p.email b {
    font-weight: 400
}

.contact-info div.col.col-address p {
    line-height: 2.25;
    margin-top: -8px
}

.contact-info div.col.col-address p:first-line {
    font-weight: 700
}

.contact-info div.col.col-address p:first-of-type {
    padding-bottom: 0
}

@media only screen and (min-width:568px) {
    .contact-info div.col {
        float: left;
        width: 50%
    }
}

@media only screen and (min-width:1024px) {
    .contact-info {
        max-width: 960px
    }

    .contact-info div.col {
        width: 33.33333%
    }

    .contact-info div.col.col-add-info {
        -moz-column-count: 2;
        column-count: 2;
        width: 66.666667%
    }
}

.gmap {
    border-top: 1px solid #f3f4f7;
    clear: both;
    height: 320px;
    margin: 0;
    padding: 2em 0 0;
    width: 100%
}

.gmap iframe {
    border: none;
    height: 100%;
    width: 100%
}

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

@media only screen and (min-width:1280px) {
    .gmap {
        padding: 3rem 0
    }
}

.contact-form {
    border-bottom: 1px solid #f3f4f7
}

.contact-form .form {
    max-width: 768px
}

@media only screen and (min-width:768px) {
    .contact-form {
        width: 100%
    }

    .contact-form .form {
        padding-top: 0;
        margin: 0 auto;
        width: 100%
    }

    .contact-form .form ul li {
        float: left;
        margin: 0 1% 1em;
        width: 48%
    }

    .contact-form .form ul li.full {
        clear: both;
        float: none;
        width: 99%
    }

    .contact-form .form ul li.full-margin-fix {
        width: 98%
    }
}

aside {
    padding-bottom: 2em
}

aside .widget {
    display: block;
    margin: 0;
    padding: 2em 0
}

aside .widget:first-of-type {
    padding-top: 0
}

aside h4.widget-title {
    border-bottom: 1px solid #efefef;
    margin: 0 0 1em;
    padding: 1em 0 0
}

aside h4.widget-title:first-of-type {
    padding: 0
}

aside h4.widget-title span {
    display: inline-block;
    padding: 0 0 5px;
    position: relative
}

aside .widget_categories ul li {
    padding: 10px 0 0
}

@media only screen and (min-width:768px) {

    #post-list aside .widget:first-of-type,
    .single-jobs aside .widget:first-of-type {
        padding-top: 3.5625rem
    }
}

.widget.widget-gallery-link .button {
    font-size: 14px
}

.widget.widget_nav_menu ul {
    overflow: hidden;
    margin: 0;
    padding: 1em 0 0
}

.widget.widget_nav_menu ul li {
    float: left;
    height: 40px;
    margin: 0 8px 8px 0;
    width: 40px
}

.widget.widget_nav_menu ul li span {
    position: absolute;
    left: -9999em
}

.widget.widget_nav_menu ul li i.fa {
    background: #fff;
    border-radius: 50%;
    display: block;
    font-size: 1.5rem;
    line-height: 40px;
    height: 100%;
    text-align: center;
    width: 100%
}

.widget.widget_nav_menu ul li.rss {
    display: none
}

.widget-brp {
    content: "";
    display: table;
    clear: both;
    position: relative
}

.widget-brp li {
    overflow: hidden;
    padding: 0.5rem 0
}

.widget-brp li .cat {
    display: none;
    text-transform: uppercase
}

.widget-brp li time {
    color: #9badb6
}

.widget-brp li .cat,
.widget-brp li time {
    font-size: 0.8125rem;
    line-height: 1.1
}

.widget-brp li h3 {
    padding: 4px 0
}

@media only screen and (min-width:480px) {
    .widget-brp li {
        float: left;
        padding: 0 0 0 2.5%;
        width: 50%
    }

    .widget-brp li:nth-child(odd) {
        clear: both;
        padding: 0 2.5% 0 0
    }
}

@media only screen and (min-width:768px) {
    .widget-brp li {
        float: none;
        width: 100%
    }

    .widget-brp li,
    .widget-brp li:nth-child(odd) {
        padding: 0 0 1em
    }
}

.widget-brp h3 {
    font-family: Raleway, sans-serif;
    font-size: 1rem;
    line-height: 1.2
}

.widget-brp h3 a {
    color: #55555c
}

.widget-brp h3 a:active,
.widget-brp h3 a:focus,
.widget-brp h3 a:hover {
    color: #0065a4
}

@media only screen and (min-width:768px) {
    .widget-brp h3 {
        font-size: 1.0625rem
    }
}

@media only screen and (min-width:1024px) {
    .widget-brp h3 {
        font-size: 1.125rem
    }
}

@media only screen and (min-width:1280px) {
    .widget-brp h3 {
        font-size: 1.25rem
    }
}

.widget .search-form {
    overflow: hidden;
    position: relative;
    margin: 0;
    width: 100%
}

.widget .search-form input {
    border: 1px solid #dbdfe3;
    float: left;
    font-size: 1rem;
    height: 45px;
    line-height: 45px;
    text-indent: 1em;
    width: 100%
}

.widget .search-form button {
    background: transparent;
    border: none;
    color: #fff;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 0;
    padding: 0;
    right: 0;
    width: 45px
}

.widget .search-form button:focus i,
.widget .search-form button:hover i {
    background: #13b5ea
}

.widget .search-form button span {
    position: absolute;
    left: -9999em
}

.widget .search-form button i {
    background: #009ddc;
    color: #fff;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    width: 25px
}

.raka-list-widget ul {
    padding: 0
}

.raka-list-widget li {
    display: inline-block;
    font-size: 0.875rem;
    overflow: ellipsis;
    padding: 0 5px 5px 0;
    word-wrap: break-word
}

.raka-list-widget li a {
    background: #3793b4
}

@media only screen and (min-width:860px) {
    .raka-list-widget li {
        font-size: 0.9375rem
    }
}

@media only screen and (min-width:1024px) {
    .raka-list-widget li {
        font-size: 1rem
    }
}

.raka-button-widget a.button,
.raka-list-widget li a {
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 7px 18px 3px
}

.raka-button-widget a.button {
    width: 40%
}

.raka-button-widget a.button:nth-child(2) {
    float: right
}

.widget ul.social li {
    background: #004c7b;
    border-radius: 50%;
    font-size: 1.625em;
    height: 42px;
    line-height: 42px;
    width: 42px
}

.widget ul.social li a i {
    color: #fff
}

.widget ul.social li.facebook:hover {
    background: #3b5998
}

.widget ul.social li.twitter:hover {
    background: #55acee
}

.widget ul.social li.gplus:hover {
    background: #d34836
}

.widget ul.social li.linkedin:hover {
    background: #0077b5
}

.widget ul.social li.instagram:hover {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
}

.widget ul.social li.pinterest:hover {
    background: #c92228
}

@media only screen and (min-width:768px) {
    .widget ul.social li {
        width: 36px;
        line-height: 36px;
        height: 36px;
        font-size: 1.5rem;
        margin: 0 2px 0 0
    }
}

@media only screen and (min-width:960px) {
    .widget ul.social li {
        width: 46px;
        line-height: 46px;
        height: 46px;
        font-size: 1.75rem
    }
}

@media only screen and (min-width:1140px) {
    .widget ul.social li {
        width: 56px;
        line-height: 56px;
        height: 56px;
        font-size: 2rem
    }
}

.raka-archive-widget>ul>li {
    margin: 0 0 12px
}

.raka-archive-widget>ul>li h3.acc-next-ul {
    background: #009ddc;
    color: #fff;
    cursor: pointer;
    font-size: 1.5625rem;
    font-weight: 500;
    padding: 5px 15px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.raka-archive-widget>ul>li h3.acc-next-ul:after {
    background: url(/assets/img/layout/disclosure-arrow.svg) 50% 50% no-repeat;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: 14px;
    top: 14px;
    transition: transform 0.2s;
    width: 20px
}

.raka-archive-widget>ul>li h3.acc-next-ul.open:after {
    transform: rotateX(180deg)
}

.raka-archive-widget>ul>li>ul {
    background: #13b5ea;
    display: none
}

.raka-archive-widget>ul>li>ul li {
    padding: 0
}

.raka-archive-widget>ul>li>ul li a {
    padding: 5px 15px 2px;
    display: block;
    color: #fff
}

.raka-archive-widget>ul>li>ul li a:hover {
    background: #0f91bb
}

.sf span.t {
    display: none !important
}

.raka-subscribe-by-email-widget .sf {
    background: #fff;
    border: 1px solid #afbccc;
    max-width: 380px
}

.raka-subscribe-by-email-widget .sf input {
    background: #f7f7f7;
    border: none;
    color: #afbccc
}

.raka-subscribe-by-email-widget .sf input:focus {
    background: #fff;
    color: #55555c
}

.raka-subscribe-by-email-widget .sf input:not(:placeholder-shown) {
    background: #f7f7f7;
    color: #afbccc
}

.raka-subscribe-by-email-widget .sf-message {
    color: #1f5c75;
    padding: 5px
}

.raka-subscribe-by-email-widget .sf ::-webkit-input-placeholder {
    opacity: 1
}

.raka-subscribe-by-email-widget .sf :-moz-placeholder,
.raka-subscribe-by-email-widget .sf ::-moz-placeholder {
    opacity: 1
}

.raka-subscribe-by-email-widget .sf :-ms-input-placeholder {
    opacity: 1
}

#filter-posts {
    order: 3;
    padding-bottom: 0
}

.breadcrumbs {
    font-size: 0.875em;
    padding: 1.5em 0
}

.breadcrumbs a {
    text-decoration: none
}

#the-comments {
    display: none
}

#the-comments textarea {
    border: 1px solid #9badb6;
    display: block;
    font-size: 1em
}

.comment-reply-title {
    display: none
}

ol.comment-list {
    display: none;
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
    transition: opacity 0.8s
}

ol.comment-list.show {
    border-top: 1px solid #9badb6
}

ol.comment-list li {
    background: #def;
    font-size: 16px;
    padding: 0
}

ol.comment-list li a {
    color: #0065a4
}

ol.comment-list li.comment {
    border-bottom: 1px solid #9badb6;
    padding: 1em
}

ol.comment-list li.comment div.vcard {
    font-size: 1.125em
}

ol.comment-list li.comment div.vcard cite.fn {
    font-style: normal
}

ol.comment-list li.comment div.vcard img.avatar {
    border: 5px solid #ccc;
    float: right;
    margin: 0 0 1em 1em;
    width: 64px;
    height: 64px
}

ol.comment-list li.comment div.comment-meta,
ol.comment-list li.comment div.comment-metadata {
    font-size: 0.8125em
}

ol.comment-list li.comment div.comment-meta a {
    color: #ccc
}

ol.comment-list li.comment p {
    font-size: 0.875em;
    margin: 0 0 1em
}

ol.comment-list li.comment p.comment-awaiting-moderation {
    background: #fff;
    border: 1px solid #dbdfe3;
    color: #55555c;
    font-weight: 700;
    margin: 10px 0;
    padding: 5px 10px
}

ol.comment-list li.comment ul {
    font-size: 16px;
    list-style: square;
    margin: 0 0 1em 2em
}

ol.comment-list li.comment div.reply {
    font-size: 0.8125em
}

ol.comment-list li.comment div.reply a {
    font-weight: 700
}

ol.comment-list li.comment ul.children {
    list-style: none;
    margin: 1em 0 0;
    text-indent: 0
}

ol.comment-list li.comment ul.children ol.comment-list li.depth-2 {
    border-left: 5px solid #555;
    margin: 0 0 0.25em 0.25em
}

ol.comment-list li.comment ul.children ol.comment-list li.depth-3 {
    border-left: 5px solid #999;
    margin: 0 0 0.25em 0.25em
}

ol.comment-list li.comment ul.children ol.comment-list li.depth-4 {
    border-left: 5px solid #bbb;
    margin: 0 0 0.25em 0.25em
}

ol.comment-list li.even {
    background: #fff
}

ol.comment-list li.odd {
    background: #f6f6f6
}

ol.comment-list li.parent {
    border-left: 5px solid #111
}

ol.comment-list footer {
    border: none;
    padding: 0
}

.wrapper.wraps__cards h2 {
    color: #1f5c75;
    font-family: Playfair Display, serif;
    font-size: 1.875rem;
    line-height: 1.3333333333;
    padding-top: 0;
    margin-top: 0
}

.cards {
    margin: 1.875rem 0 2.75rem;
    display: block
}

@media only screen and (min-width:768px) {
    .cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

body.blog .cards {
    margin-bottom: 0
}

body.category .cards {
    justify-content: flex-start
}

@media only screen and (min-width:768px) {
    body.category .cards .card {
        margin-right: 1rem;
        margin-bottom: 1rem;
        flex-basis: calc(25% - 1rem)
    }

    body.category .cards .card:nth-child(4n) {
        margin-right: 0
    }
}

@media only screen and (min-width:1280px) {
    body.category .cards .card {
        margin-right: 1.5rem;
        margin-bottom: 1.5rem;
        flex-basis: calc(25% - 1.3rem)
    }
}

@media only screen and (min-width:768px) {
    body.category .cards .card__content {
        padding: 1.6875rem 1rem 1.5rem
    }
}

@media only screen and (min-width:1280px) {
    body.category .cards .card__content {
        padding: 1.6875rem 1.6875rem 1.5rem
    }
}

.card {
    border: 1px solid #eaecf1;
    text-align: left;
    background: #fff;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .card {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(25% - 0.7rem)
    }
}

@media only screen and (min-width:1280px) {
    .card {
        flex-basis: calc(25% - 1.3rem)
    }
}

.card__content {
    padding: 1.6875rem 1.6875rem 1.5rem;
    height: 70%
}

.card__content h2 {
    font-size: 1.75rem;
    color: #03436b
}

.card__content h2,
.card__content h3 {
    margin-top: 1rem;
    padding: 0;
    font-family: Raleway, sans-serif;
    font-weight: 700
}

.card__content h3 {
    font-size: 1.25rem;
    line-height: 1.3
}

.card__content h3 a {
    color: #1f5c75
}

.card__content h3 a:hover {
    color: #13b5ea
}

.card__content p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5
}

@media only screen and (min-width:768px) {
    .card__content p {
        padding-bottom: 2rem
    }
}

.card__content .excerpt-more:before {
    content: "...";
    padding-left: 1px
}

.card__content .excerpt-more a {
    display: block;
    margin: 1rem 0 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700
}

@media only screen and (min-width:768px) {
    .card__content .excerpt-more a {
        position: absolute;
        bottom: 1.5rem;
        left: 1.6875rem
    }
}

.card__category {
    font-size: 0.875rem
}

.card__category a {
    font-weight: 700;
    color: #03436b
}

.card__category a:hover {
    color: #13b5ea
}

.card__image {
    background-size: cover;
    height: 210px;
    width: 100%;
    background-position: 50%
}

.card--horizontal {
    margin-right: 0;
    border: 0 none;
    background-color: #f1f5f6
}

.card--horizontal img {
    visibility: hidden
}

@media only screen and (min-width:1280px) {
    .card--horizontal {
        flex-direction: row
    }
}

.card--horizontal .card__content {
    height: auto
}

@media only screen and (min-width:1280px) {
    .card--horizontal .card__content {
        display: block;
        position: relative;
        padding-left: 3.75rem;
        width: calc(50% - 60px);
        padding-right: 0
    }
}

.card--horizontal .card__content p {
    padding-bottom: 0
}

.card--horizontal .card__content .inner-wrapper {
    display: block
}

@media only screen and (min-width:768px) {
    .card--horizontal .card__content .inner-wrapper {
        display: block;
        padding-bottom: 0
    }
}

.card--horizontal .card__content .inner-wrapper h2 a {
    color: #1f5c75
}

.card--horizontal .card__content .inner-wrapper h2 a:hover {
    color: #13b5ea
}

.card--horizontal .card__content .inner-wrapper .button {
    position: relative
}

.card--horizontal .card__content .excerpt-more a {
    display: block;
    background: #009ddc;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0 19px;
    border: 0 none;
    transition: all 0.2s ease-in-out;
    text-align: center
}

@media only screen and (min-width:1280px) {
    .card--horizontal .card__content .excerpt-more a {
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.card--horizontal .card__content .excerpt-more a:focus,
.card--horizontal .card__content .excerpt-more a:hover {
    background: #25c1ff
}

body.blog .card.card--horizontal {
    margin-bottom: 0
}

body.blog .card.card--horizontal .card__image {
    width: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: 50%
}

@media only screen and (min-width:1280px) {
    body.blog .card.card--horizontal .card__image {
        width: 50%;
        height: auto;
        min-height: 320px;
        background-size: cover
    }
}

@media only screen and (min-width:768px) {
    body.category .card {
        flex-basis: calc(25% - 1rem)
    }
}

@media only screen and (min-width:1280px) {
    body.category .card {
        flex-basis: calc(25% - 2.625rem)
    }
}

body.category .card .card__image {
    width: 100%
}

@media only screen and (min-width:768px) {
    .search-results .card {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(25% - 0.7rem)
    }
}

.card .archive-featured__button {
    margin-top: 32px
}

.card .button {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    display: inline-block;
    font-size: 17px;
    font-weight: 800;
    height: 50px;
    line-height: 50px;
    padding: 0 19px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out
}

.card .button--pacific {
    background: #009ddc;
    color: #fff
}

.interactive-tour__wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.interactive-tour__tour {
    width: 100%
}

@media only screen and (min-width:1000px) {
    .interactive-tour__tour {
        width: 50%
    }
}

.interactive-tour__iframe {
    display: none;
    height: 25vw
}

@media only screen and (min-width:1000px) {
    .interactive-tour__iframe {
        display: block
    }
}

.interactive-tour__controls {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:1000px) {
    .interactive-tour__controls {
        flex-direction: row;
        justify-content: space-between
    }
}

@media only screen and (min-width:1000px) {
    .interactive-tour__controls br:first-of-type {
        display: none
    }
}

.interactive-tour__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .interactive-tour__text {
        width: 50%;
        padding-left: 2rem
    }
}

.interactive-tour__text h3 {
    padding-top: 0
}

.tour-fullscreen {
    background: #12ace7;
    border-radius: 2px;
    color: #fff;
    display: none;
    margin-bottom: 1rem;
    padding: 0.25rem 0.5rem;
    transition: all 0.2s
}

@media only screen and (min-width:1000px) {
    .tour-fullscreen {
        display: inline-block
    }
}

.tour-fullscreen:hover {
    background: #0065a4;
    color: #fff
}

.tour-fullscreen--mobile {
    display: inline-block
}

@media only screen and (min-width:1000px) {
    .tour-fullscreen--mobile {
        display: none
    }
}

.interactive-tour__landing-page-wrap .interactive-tour {
    margin-bottom: 4rem
}

.interactive-tour__landing-page-wrap .interactive-tour:first-child .interactive-tour__tour {
    order: 2
}

@media only screen and (min-width:1000px) {
    .interactive-tour__landing-page-wrap .interactive-tour:first-child .interactive-tour__tour {
        order: 1
    }
}

.interactive-tour__landing-page-wrap .interactive-tour:first-child .interactive-tour__text {
    order: 1
}

@media only screen and (min-width:1000px) {
    .interactive-tour__landing-page-wrap .interactive-tour:first-child .interactive-tour__text {
        order: 2
    }
}

.interactive-tour__landing-page-wrap .interactive-tour:nth-child(2) .interactive-tour__text {
    padding-left: 0;
    padding-right: 2rem
}

.interactive-tour__landing-page-wrap .tour-fullscreen--mobile {
    background: #12ace7;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 1rem;
    max-width: 400px;
    padding: 1rem;
    text-align: center;
    transition: all 0.2s
}

.interactive-tour__pc-12-ngx {
    border: none;
    height: 350px
}

@media only screen and (min-width:768px) {
    .interactive-tour__pc-12-ngx {
        height: 520px
    }
}

.emergency-alert {
    background: #e92f2f;
    color: #fff;
    font-size: 0.9375rem;
    line-height: 1.4375rem;
    margin-top: 62px;
    padding: 1.625rem 0
}

@media only screen and (min-width:768px) {
    .emergency-alert {
        margin-top: 0
    }
}

.emergency-alert__left {
    align-items: center;
    display: none;
    padding-left: 6px
}

@media only screen and (min-width:1000px) {
    .emergency-alert__left {
        display: flex
    }
}

.emergency-alert__left img {
    height: 30px;
    margin: 0 2.25rem 1rem 0;
    width: 30px
}

@media only screen and (min-width:1000px) {
    .emergency-alert__left img {
        margin-bottom: 0
    }
}

.emergency-alert__center {
    padding-top: 5px
}

.emergency-alert__right {
    align-items: center;
    display: flex;
    height: 100%;
    max-width: 9.375rem;
    vertical-align: middle;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .emergency-alert__right {
        position: absolute;
        right: 0.9375rem
    }
}

.emergency-alert__text,
.emergency-alert__time {
    display: inline-block;
    width: 100%
}

.emergency-alert__text span,
.emergency-alert__time span {
    font-weight: 600;
    text-transform: uppercase
}

@media only screen and (min-width:1000px) {
    .emergency-alert__text {
        padding-right: 20%
    }
}

.emergency-alert__time {
    margin-top: 5px;
    text-transform: uppercase
}

.emergency-alert__button {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 0.8125rem;
    height: 2rem;
    line-height: 2rem;
    margin: 1rem 0 0;
    padding: 0 1rem;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out
}

@media only screen and (min-width:1000px) {
    .emergency-alert__button {
        margin: auto
    }
}

.emergency-alert__button:hover {
    background: #fff;
    color: #e92f2f
}

.emergency-alert .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 100%;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .emergency-alert .container {
        flex-wrap: nowrap
    }
}

@media only screen and (min-width:1440px) {
    .emergency-alert .container {
        max-width: 1440px
    }
}

.alert-post {
    padding: 0
}

@media only screen and (min-width:768px) {
    .alert-post {
        padding: 60px 0 200px
    }
}

.page-template-template-southwest .button--blue {
    background: #009ddc;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 19px;
    text-transform: uppercase
}

.southwest-hero {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 200px
}

@media only screen and (min-width:768px) {
    .southwest-hero {
        height: 320px
    }
}

@media only screen and (min-width:1024px) {
    .southwest-hero {
        height: 440px
    }
}

.southwest-hero .container {
    padding-top: 30px
}

@media only screen and (min-width:1024px) {
    .southwest-hero .container {
        padding-top: 200px
    }
}

.southwest-hero__section-text {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase
}

.southwest-hero__link,
.southwest-hero__title {
    color: #fff
}

.southwest-hero__title {
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    padding-top: 0;
    margin-bottom: 20px
}

@media only screen and (min-width:768px) {
    .southwest-hero__title {
        font-size: 52px;
        margin-bottom: 34px
    }
}

.southwest-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.southwest-content h2 {
    font-size: 26px;
    line-height: 28px;
    margin-top: 0;
    padding-top: 0
}

@media only screen and (min-width:768px) {
    .southwest-content h2 {
        font-size: 42px;
        line-height: 56px
    }
}

.southwest-content__intro {
    padding: 50px 0
}

@media only screen and (min-width:1215px) {
    .southwest-content__intro {
        padding: 80px 0
    }
}

.southwest-content__intro .content-cms {
    text-align: center
}

.southwest-content__fleet {
    background: #f3f4f7;
    padding: 50px 0
}

@media only screen and (min-width:1215px) {
    .southwest-content__fleet {
        padding: 80px 0
    }
}

.southwest-content__fleet-aircraft-image {
    margin-bottom: 20px
}

@media only screen and (min-width:1215px) {
    .southwest-content__fleet-aircraft-image {
        margin-bottom: 0
    }
}

.southwest-content__fleet-aircraft-image img {
    max-width: 720px;
    width: 100%
}

.southwest-content__fleet-aircraft-item {
    display: flex;
    flex-direction: column;
    padding-top: 50px
}

@media only screen and (min-width:1215px) {
    .southwest-content__fleet-aircraft-item {
        flex-direction: row;
        padding-top: 80px
    }
}

@media only screen and (min-width:1215px) {
    .southwest-content__fleet-aircraft-item:nth-of-type(2n) .southwest-content__fleet-aircraft-content {
        order: 1;
        padding-right: 60px;
        padding-left: 0
    }
}

@media only screen and (min-width:1215px) {
    .southwest-content__fleet-aircraft-item:nth-of-type(2n) .southwest-content__fleet-aircraft-image {
        order: 2
    }
}

.southwest-content__fleet-aircraft-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

@media only screen and (min-width:1215px) {
    .southwest-content__fleet-aircraft-content {
        max-width: calc(100% - 720px);
        padding-left: 60px
    }
}

.southwest-content__fleet-aircraft-title {
    color: #0065a4;
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin: 0;
    padding: 0
}

.southwest-content__fleet-aircraft-link {
    color: #009ddc;
    display: inline-block;
    font-weight: 600;
    line-height: 24px;
    margin-top: 10px
}

.southwest-content__contact-cta {
    background: #0065a4;
    justify-content: center;
    display: flex;
    flex-direction: column
}

.southwest-content__contact-cta .container {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 0
}

@media only screen and (min-width:1215px) {
    .southwest-content__contact-cta .container {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center
    }
}

.southwest-content__contact-cta-text {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 26px;
    line-height: 28px;
    margin: -8px 15px 0
}

@media only screen and (min-width:768px) {
    .southwest-content__contact-cta-text {
        font-size: 42px;
        line-height: 50px
    }
}

@media only screen and (max-width:1261px) {
    .southwest-content__contact-cta-text {
        text-align: center
    }
}

.southwest-content__contact-cta-link {
    margin: 0 15px
}

@media only screen and (max-width:1261px) {
    .southwest-content__contact-cta-link {
        margin-top: 30px
    }
}

.southwest-content__main-image {
    margin-bottom: 20px
}

@media only screen and (min-width:1215px) {
    .southwest-content__main-image {
        margin-bottom: 0
    }
}

.southwest-content__main-image img {
    max-width: 600px;
    width: 100%
}

.southwest-content__main-item {
    border-bottom: 2px solid #eaecf1;
    padding: 50px 0
}

@media only screen and (min-width:1215px) {
    .southwest-content__main-item {
        padding: 80px 0
    }
}

@media only screen and (min-width:1215px) {
    .southwest-content__main-item:nth-of-type(2n) .southwest-content__main-content {
        order: 1;
        padding-right: 60px;
        padding-left: 0
    }
}

@media only screen and (min-width:1215px) {
    .southwest-content__main-item:nth-of-type(2n) .southwest-content__main-image {
        order: 2
    }
}

.southwest-content__main-item-inner {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:1215px) {
    .southwest-content__main-item-inner {
        flex-direction: row
    }
}

.southwest-content__main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

@media only screen and (min-width:1215px) {
    .southwest-content__main-content {
        max-width: calc(100% - 600px);
        padding-left: 60px
    }
}

.southwest-content__main-title {
    font-size: 26px;
    line-height: 28px;
    margin: 0;
    padding: 0
}

@media only screen and (min-width:768px) {
    .southwest-content__main-title {
        font-size: 42px;
        line-height: 55px
    }
}

.southwest-content__main-note {
    color: #535b61;
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 21px;
    margin: 36px auto 0;
    max-width: 900px;
    text-align: center
}

.southwest-content__where-cta .container {
    border-bottom: 2px solid #eaecf1;
    padding: 50px 0
}

@media only screen and (min-width:1215px) {
    .southwest-content__where-cta .container {
        padding: 80px 0
    }
}

.southwest-content__where-cta .content-cms {
    text-align: center
}

.southwest-content__where-cta-title {
    font-size: 26px;
    line-height: 28px;
    margin: 0;
    padding: 0
}

@media only screen and (min-width:768px) {
    .southwest-content__where-cta-title {
        font-size: 42px;
        line-height: 55px
    }
}

.southwest-content__where-cta-link {
    color: #009ddc;
    display: block;
    font-weight: 600;
    line-height: 21px;
    margin-top: 24px
}

.southwest-content__form {
    padding: 50px 0
}

@media only screen and (min-width:1215px) {
    .southwest-content__form {
        padding: 80px 0
    }
}

.southwest-content__form h3 {
    font-size: 26px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-align: center
}

@media only screen and (min-width:768px) {
    .southwest-content__form h3 {
        font-size: 42px;
        line-height: 55px
    }
}

.southwest-content__form .nf-field-label label {
    color: #7e8e96;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 100
}

.southwest-content__form .nf-field-element input[type=email],
.southwest-content__form .nf-field-element input[type=tel],
.southwest-content__form .nf-field-element input[type=text],
.southwest-content__form .nf-field-element option,
.southwest-content__form .nf-field-element select,
.southwest-content__form .nf-field-element textarea {
    background: #fbfbfc;
    box-sizing: border-box;
    border: 1px solid #dbdfe3;
    color: #7e8e96;
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
    text-transform: none
}

.southwest-content__form .nf-field-element input[type=email],
.southwest-content__form .nf-field-element input[type=tel],
.southwest-content__form .nf-field-element input[type=text],
.southwest-content__form .nf-field-element select {
    height: 47px
}

.southwest-content__form .nf-form-wrap {
    margin: 32px auto 0;
    max-width: 750px
}

.southwest-content__form .nf-form-fields-required {
    display: none
}

.southwest-content__form .submit-wrap {
    text-align: center
}

.page-template-template-landing-page-2019 *,
.page-template-template-landing-page-2019-no-nav * {
    font-variant-ligatures: none
}

.page-template-template-landing-page-2019 .fauxne-home,
.page-template-template-landing-page-2019-no-nav .fauxne-home {
    cursor: default;
    pointer-events: none
}

.landing-hero {
    align-items: center;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    height: 230px
}

@media only screen and (min-width:768px) {
    .landing-hero {
        height: 320px
    }
}

@media only screen and (min-width:1024px) {
    .landing-hero {
        height: 440px
    }
}

.landing-hero__section-text {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase
}

@media only screen and (min-width:768px) {
    .landing-hero__section-text {
        margin-bottom: 0
    }
}

.landing-hero__link,
.landing-hero__title {
    color: #fff
}

.landing-hero__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.1;
    padding-top: 0;
    margin-bottom: 20px
}

@media only screen and (min-width:768px) {
    .landing-hero__title {
        font-size: 52px;
        line-height: 1;
        margin-bottom: 34px
    }
}

.landing-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 29px
}

.landing-content h2 {
    font-size: 26px;
    line-height: 28px;
    margin-top: 0;
    padding-top: 0
}

@media only screen and (min-width:768px) {
    .landing-content h2 {
        font-size: 42px;
        line-height: 56px
    }
}

.landing-content__intro {
    padding: 50px 0
}

@media only screen and (min-width:1215px) {
    .landing-content__intro {
        padding: 80px 0
    }
}

.landing-content__intro .content-cms {
    max-width: 1050px;
    text-align: center
}

.landing-content__fleet {
    background: #f3f4f7;
    padding: 50px 0
}

@media only screen and (min-width:1215px) {
    .landing-content__fleet {
        padding: 80px 0
    }
}

.landing-content__fleet-aircraft-image {
    margin-bottom: 20px
}

@media only screen and (min-width:1215px) {
    .landing-content__fleet-aircraft-image {
        margin-bottom: 0
    }
}

.landing-content__fleet-aircraft-image img {
    max-width: 720px;
    width: 100%
}

.landing-content__fleet-aircraft-item {
    display: flex;
    flex-direction: column;
    padding-top: 50px
}

@media only screen and (min-width:1215px) {
    .landing-content__fleet-aircraft-item {
        flex-direction: row;
        padding-top: 80px
    }
}

@media only screen and (min-width:1215px) {
    .landing-content__fleet-aircraft-item:nth-of-type(2n) .landing-content__fleet-aircraft-content {
        order: 1;
        padding-right: 60px;
        padding-left: 0
    }
}

@media only screen and (min-width:1215px) {
    .landing-content__fleet-aircraft-item:nth-of-type(2n) .landing-content__fleet-aircraft-image {
        order: 2
    }
}

.landing-content__fleet-aircraft-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

@media only screen and (min-width:1215px) {
    .landing-content__fleet-aircraft-content {
        max-width: calc(100% - 720px);
        padding-left: 60px
    }
}

.landing-content__fleet-aircraft-title {
    color: #0065a4;
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin: 0;
    padding: 0
}

.landing-content__fleet-aircraft-link {
    color: #009ddc;
    display: inline-block;
    font-weight: 600;
    line-height: 24px;
    margin-top: 10px
}

.landing-content__contact-cta {
    background: #0065a4;
    justify-content: center;
    display: flex;
    flex-direction: column
}

.landing-content__contact-cta .container {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 0
}

@media only screen and (min-width:1215px) {
    .landing-content__contact-cta .container {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center
    }
}

.landing-content__contact-cta-text {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 26px;
    line-height: 28px;
    margin: -8px 15px 0
}

@media only screen and (min-width:768px) {
    .landing-content__contact-cta-text {
        font-size: 42px;
        line-height: 50px
    }
}

@media only screen and (max-width:1261px) {
    .landing-content__contact-cta-text {
        text-align: center
    }
}

.landing-content__contact-cta-link {
    margin: 0 15px
}

@media only screen and (max-width:1261px) {
    .landing-content__contact-cta-link {
        margin-top: 30px
    }
}

.landing-content__main-image {
    margin-bottom: 20px
}

@media only screen and (min-width:1215px) {
    .landing-content__main-image {
        margin-bottom: 0
    }
}

.landing-content__main-image img {
    max-width: 600px;
    width: 100%
}

.landing-content__main-item {
    border-bottom: 2px solid #eaecf1;
    padding: 50px 0
}

@media only screen and (min-width:1215px) {
    .landing-content__main-item {
        padding: 80px 0
    }
}

@media only screen and (min-width:1215px) {
    .landing-content__main-item:nth-of-type(2n) .landing-content__main-content {
        order: 1;
        padding-right: 60px;
        padding-left: 0
    }
}

@media only screen and (min-width:1215px) {
    .landing-content__main-item:nth-of-type(2n) .landing-content__main-image {
        order: 2
    }
}

.landing-content__main-item-inner {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:1215px) {
    .landing-content__main-item-inner {
        flex-direction: row
    }
}

.landing-content__main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

@media only screen and (min-width:1215px) {
    .landing-content__main-content {
        max-width: calc(100% - 600px);
        padding-left: 60px
    }
}

.landing-content__main-title {
    font-size: 26px;
    line-height: 28px;
    margin: 0;
    padding: 0
}

@media only screen and (min-width:768px) {
    .landing-content__main-title {
        font-size: 42px;
        line-height: 55px
    }
}

.landing-content__main-note {
    color: #535b61;
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 21px;
    margin: 36px auto 0;
    max-width: 900px;
    text-align: center
}

.landing-content__where-cta .container {
    border-bottom: 2px solid #eaecf1;
    padding: 50px 0
}

@media only screen and (min-width:1215px) {
    .landing-content__where-cta .container {
        padding: 80px 0
    }
}

.landing-content__where-cta .content-cms {
    text-align: center
}

.landing-content__where-cta-title {
    font-size: 26px;
    line-height: 28px;
    margin: 0;
    padding: 0
}

@media only screen and (min-width:768px) {
    .landing-content__where-cta-title {
        font-size: 42px;
        line-height: 55px
    }
}

.landing-content__where-cta-link {
    color: #009ddc;
    display: block;
    font-weight: 600;
    line-height: 21px;
    margin-top: 24px
}

.landing-content__form {
    padding: 50px 0
}

@media only screen and (min-width:1215px) {
    .landing-content__form {
        padding: 80px 0
    }
}

.landing-content__form h3 {
    font-size: 26px;
    line-height: 28px;
    margin: 0 auto;
    max-width: 750px;
    padding: 0;
    text-align: center
}

@media only screen and (min-width:768px) {
    .landing-content__form h3 {
        font-size: 42px;
        line-height: 55px
    }
}

.landing-content__form .nf-field-label label {
    color: #7e8e96;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400
}

.landing-content__form .nf-field-element input[type=email],
.landing-content__form .nf-field-element input[type=tel],
.landing-content__form .nf-field-element input[type=text],
.landing-content__form .nf-field-element option,
.landing-content__form .nf-field-element select,
.landing-content__form .nf-field-element textarea {
    background-color: #fbfbfc;
    box-sizing: border-box;
    border: 1px solid #dbdfe3;
    color: #7e8e96;
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
    text-transform: none
}

.landing-content__form .nf-field-element input[type=email],
.landing-content__form .nf-field-element input[type=tel],
.landing-content__form .nf-field-element input[type=text],
.landing-content__form .nf-field-element select {
    height: 47px
}

.landing-content__form select {
    background-image: url(../img/icon/chevron-down-solid.svg);
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 18px
}

.landing-content__form .nf-form-wrap {
    margin: 32px auto 0;
    max-width: 750px
}

.landing-content__form .nf-form-fields-required {
    display: none
}

.landing-content__form .submit-wrap {
    text-align: center
}

.page-template-template-landing-page-2019-no-nav .fauxne-home img {
    margin-top: 32px
}

.page-template-template-landing-page-2019-no-nav #footer .footer__top,
.page-template-template-landing-page-2019-no-nav #mpri,
.page-template-template-landing-page-2019-no-nav #mtop {
    display: none
}

.career-listing__intro,
.career-listing__nav {
    margin: 0 auto;
    max-width: 992px
}

.career-listing__nav {
    padding: 0 0 1rem
}

@media only screen and (min-width:768px) {
    .career-listing__nav {
        padding: 2.25rem 0 0
    }
}

.career-listing__nav ul {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

@media only screen and (min-width:768px) {
    .career-listing__nav ul {
        flex-direction: row;
        text-align: left
    }
}

.career-listing__nav li {
    border-bottom: 0.0625rem solid #d8d8d8;
    padding: 0.625rem 0;
    width: 100%
}

@media only screen and (min-width:768px) {
    .career-listing__nav li {
        border-bottom: none;
        padding: 0 1.875rem;
        width: auto
    }
}

@media only screen and (min-width:768px) {
    .career-listing__nav li:first-of-type {
        padding-left: 0
    }
}

.career-listing__nav li:last-of-type {
    border-bottom: none
}

@media only screen and (min-width:768px) {
    .career-listing__nav li:last-of-type {
        padding-right: 0
    }
}

.career-listing__nav a {
    color: #009ddc;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (min-width:768px) {
    .career-listing__nav a {
        font-size: 0.9375rem
    }
}

.career-listing__nav a:last-of-type {
    border-bottom: none
}

.career-listing-content {
    padding-top: 0;
}

.career-listing-content h3 {
    color: #03436b;
    font-size: 2rem;
    line-height: 1.3
}

@media only screen and (min-width:768px) {
    .career-sections {
        padding-top: 3rem
    }
}

.career-section {
    border-bottom: 0.0625rem solid #d8d8d8;
    padding: 2rem 0;
    position: relative
}

@media only screen and (min-width:768px) {
    .career-section {
        display: flex;
        flex-direction: row;
        padding: 3.75rem 0
    }
}

.career-section:first-of-type {
    border-top: 0.0625rem solid #d8d8d8
}

.career-section__anchor {
    position: absolute;
    top: -10rem
}

@media only screen and (max-width:768px) {
    .career-section__content h3 {
        font-size: 1.5rem
    }
}

.career-section__image {
    padding-bottom: 1.5rem
}

@media only screen and (min-width:768px) {
    .career-section__image {
        flex-basis: 33.125rem;
        flex-shrink: 0;
        padding-bottom: 0;
        padding-right: 3.75rem
    }
}

.career-section__posts {
    display: flex;
    flex-direction: column;
    padding: 1rem 0
}

.career-section__post {
    padding: 0
}

.career-section__post a {
    color: #009ddc;
    display: inline-block;
    font-size: 0.9375rem;
    text-decoration: underline;
    margin-bottom: 0.625rem
}

.career-section__additional-link {
    color: #009ddc;
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    padding: 0 0 0.5rem;
    text-transform: uppercase;
    width: 100%
}

@media only screen and (min-width:768px) {
    .career-section__additional-link {
        padding: 0.5rem 0;
        width: auto
    }
}

@media only screen and (min-width:768px) {
    .career-section__additional-link:after {
        background: #009ddc;
        content: "";
        display: inline-block;
        height: 1.125rem;
        margin: 0 0.5rem -0.1875rem;
        width: 0.125rem
    }
}

.career-section__additional-link:after:hover {
    background: #009ddc
}

@media only screen and (min-width:768px) {
    .career-section__additional-link:first-of-type {
        padding-left: 0
    }
}

@media only screen and (min-width:768px) {
    .career-section__additional-link:last-of-type {
        padding-right: 0
    }
}

@media only screen and (min-width:768px) {
    .career-section__additional-link:last-of-type:after {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .page-template-page-careers .flexible-content__block--icon-row .icon-item img {
        height: 4.6875rem
    }
}

.single-careers .single-post-content {
    margin-bottom: 9.375rem;
    margin-top: calc(3rem - 20px)
}

.career__apply-button {
    clear: both;
    margin: 40px 0 20px
}

.career__apply-button-disclaimer {
    display: block;
    font-size: 15px;
    font-weight: 600
}

.a2a_kit {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin: 3.4375rem auto;
    padding: 1em 0;
    text-align: center
}

.a2a_kit.a2a_default_style a {
    padding: 0 10px
}

.a2a_kit>p {
    color: #009ddc;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 4px;
    padding: 0 0 1em;
    text-transform: uppercase
}

.a2a_kit a {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
    padding: 0 !important
}

.a2a_kit a span {
    background-color: transparent !important
}

.a2a_kit a span.a2a_svg {
    height: 38px;
    line-height: 38px;
    padding: 4.75px;
    width: 38px
}

.a2a_kit a span.a2a_svg svg path {
    fill: #009ddc
}

.a2a_kit a:active,
.a2a_kit a:focus,
.a2a_kit a:hover {
    color: #004c7b
}

.a2a_kit a:active span,
.a2a_kit a:focus span,
.a2a_kit a:hover span {
    background-color: transparent !important;
    opacity: 1 !important
}

.a2a_kit a:active span.a2a_svg svg path,
.a2a_kit a:focus span.a2a_svg svg path,
.a2a_kit a:hover span.a2a_svg svg path {
    fill: #004c7b
}

.a2a_button_email {
    padding-left: 0 !important
}

.sidebar__sharing-header {
    color: #535b61;
    display: inline-block;
    vertical-align: middle;
    font-family: Raleway, sans-serif;
    font-size: 1rem;
    font-weight: 600
}

.sidebar__sharing-header:after {
    content: ": "
}

.footer {
    background-color: #f9fafc
}

.footer .container {
    padding: 3.125rem 0
}

@media only screen and (min-width:992px) {
    .footer .container {
        padding: 4.5rem 0
    }
}

.footer__top {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:992px) {
    .footer__top {
        flex-direction: row;
        justify-content: space-between
    }
}

.footer__left {
    text-align: center
}

.footer__left .menu {
    margin-bottom: 1.5rem
}

@media only screen and (min-width:992px) {
    .footer__left .menu {
        display: grid;
        grid-template-columns: 13.75rem 13.75rem 13.75rem;
        -ms-grid-columns: 13.75rem 13.75rem 13.75rem;
        margin-bottom: 0;
        text-align: left
    }
}

.footer__left .menu-item {
    line-height: 1;
    margin-bottom: 1.25rem
}

@media only screen and (min-width:992px) {
    .footer__left .menu-item {
        margin-bottom: 1.5rem
    }
}

.footer__left .menu-item a {
    color: #03436b;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1;
    text-transform: uppercase;
    transition: color 0.2s ease-in-out
}

.footer__left .menu-item a:hover {
    color: #009ddc
}

.footer__right-buttons {
    align-items: center;
    display: flex;
    flex-direction: column
}

.footer__right-buttons .button {
    font-size: 0.6875rem;
    margin-bottom: 0.625rem;
    text-align: center;
    width: 11.75rem
}

.footer__social {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0
}

@media only screen and (min-width:992px) {
    .footer__social {
        justify-content: flex-start
    }
}

.footer__copyright {
    text-align: center;
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:992px) {
    .footer__copyright {
        text-align: left;
        flex-direction: row
    }
}

.footer__copyright a,
.footer__copyright span {
    color: #03436b;
    font-size: 0.5625rem;
    font-weight: 400;
    letter-spacing: 0.5px
}

.footer__copyright a:hover {
    text-decoration: underline
}

.footer__copyright-rights {
    display: inline-block
}

@media only screen and (min-width:992px) {
    .footer__copyright-rights {
        display: inline
    }
}

.footer__copyright-separator {
    margin: 0 0.3125rem
}

.footer__social-menu {
    display: flex;
    flex-direction: row
}

.footer__social-menu li {
    list-style: none
}

.footer__social-menu li:last-of-type .footer__social-icon {
    margin-right: 0
}

.footer__social-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 1rem;
    transition: all 0.2s ease-in-out;
    margin-right: 2rem;
    width: 1rem
}

.footer__social-icon:hover {
    opacity: 0.75
}

.footer__social-icon--facebook {
    background-image: url(/assets/img/icon/facebook-icon.svg)
}

.footer__social-icon--linkedin {
    background-image: url(/assets/img/icon/linkedin-icon.svg)
}

.footer__social-icon--instagram {
    background-image: url(/assets/img/icon/instagram-icon.svg)
}

.footer__social-icon--twitter {
    background-image: url(/assets/img/icon/twitter-icon.svg)
}

.footer__social-icon--youtube {
    background-image: url(/assets/img/icon/youtube-icon.svg)
}

@media only screen and (max-width:859px) {

    span.rtip-container,
    span.rtip-container.rtip-visible .rtip-container {
        display: none !important
    }
}

@media only screen and (min-width:860px) {
    span.tip {
        cursor: help;
        display: inline-block;
        height: 100%;
        position: relative;
        transform: translateZ(0);
        z-index: 10
    }

    span.tip.rtip-visible .rtip-container {
        display: block
    }

    .rtip-container {
        background: #004c7b;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
        display: none;
        left: 100%;
        max-width: 720px;
        min-width: 480px;
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        width: 100%;
        z-index: 1000
    }

    .rtip-content {
        color: #fff;
        display: block;
        font-family: Raleway, sans-serif;
        font-size: 0.875rem;
        font-weight: 400 !important;
        padding: 1em;
        white-space: pre-wrap;
        width: 100%
    }

    .rtip-content a {
        color: #0065a4 !important;
        text-decoration: underline
    }

    .rtip-content a:active,
    .rtip-content a:focus,
    .rtip-content a:hover {
        color: #fff !important
    }

    .rtip-point:after {
        border: solid transparent;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #004c7b;
        border-width: 9px;
        content: " ";
        height: 0;
        margin-top: -9px;
        pointer-events: none;
        position: absolute;
        right: 100%;
        top: 50%;
        width: 0
    }

    thead span.tip .rtip-container {
        left: auto;
        max-width: 480px;
        min-width: 280px;
        right: 50%;
        top: 100%;
        top: calc(100% + 10px);
        transform: translate3d(1em, 0, 0)
    }

    thead span.tip .rtip-point:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #004c7b;
        bottom: 100%;
        left: 100%;
        margin-left: -28px;
        margin-top: 0;
        right: auto;
        top: auto
    }
}

.blog-intro {
    padding-bottom: 3rem
}

.blog-intro li,
.blog-intro p {
    color: #666e74;
    font-size: 1.375rem;
    line-height: 1.6
}

.blog-intro ul {
    padding-left: 1.5rem;
    padding-top: 1rem
}

.blog-intro li {
    list-style: disc
}

body.blog h1,
body.category:not(.category-media) h1 {
    color: #fff;
    font-size: 2.625rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

body.blog .wrapper .wraps__title-and-search,
body.category:not(.category-media) .wrapper .wraps__title-and-search {
    padding: 4.1875rem 0;
    background-color: #03436b
}

@media only screen and (min-width:768px) {

    body.blog .wrapper .wraps__title-and-search .container,
    body.category:not(.category-media) .wrapper .wraps__title-and-search .container {
        display: flex
    }
}

body.blog .wrapper .wraps__title-and-search .widget_search,
body.category:not(.category-media) .wrapper .wraps__title-and-search .widget_search {
    margin-top: 2rem
}

@media only screen and (min-width:768px) {

    body.blog .wrapper .wraps__title-and-search .widget_search,
    body.category:not(.category-media) .wrapper .wraps__title-and-search .widget_search {
        min-width: 350px
    }
}

body.blog .wrapper .wraps__title-and-search .widget_search .smallcaps,
body.category:not(.category-media) .wrapper .wraps__title-and-search .widget_search .smallcaps {
    font-size: 1rem;
    color: #fff;
    padding-bottom: 0.75rem;
    padding-top: 0;
    text-align: center
}

@media only screen and (min-width:768px) {

    body.blog .wrapper .wraps__title-and-search .widget_search .smallcaps,
    body.category:not(.category-media) .wrapper .wraps__title-and-search .widget_search .smallcaps {
        text-align: left
    }
}

@media only screen and (min-width:768px) {

    body.blog .wrapper .wraps__title-and-search .widget_search,
    body.category:not(.category-media) .wrapper .wraps__title-and-search .widget_search {
        margin-top: 0;
        margin-left: auto
    }
}

body.blog .wrapper .wraps__cat-menu,
body.category:not(.category-media) .wrapper .wraps__cat-menu {
    background-color: #0065a4
}

body.blog .wrapper .wraps__recent-post,
body.category:not(.category-media) .wrapper .wraps__recent-post {
    margin-top: 2.8125rem
}

body.blog .wrapper .wraps__recent-post h2,
body.category:not(.category-media) .wrapper .wraps__recent-post h2 {
    line-height: 1.5
}

body.blog .wrapper .wraps__cards,
body.category:not(.category-media) .wrapper .wraps__cards {
    padding: 2rem 0 0.75rem
}

body.blog .wrapper .wraps__cards:nth-child(odd),
body.category:not(.category-media) .wrapper .wraps__cards:nth-child(odd) {
    background-color: #f0f7f8
}

body.blog .wrapper .wraps__cards .container,
body.category:not(.category-media) .wrapper .wraps__cards .container {
    padding-bottom: 3rem
}

@media only screen and (min-width:768px) {

    body.blog .wrapper .wraps__cards .container,
    body.category:not(.category-media) .wrapper .wraps__cards .container {
        padding-bottom: 0
    }
}

body.blog ul.menu__cat-menu,
body.category:not(.category-media) ul.menu__cat-menu {
    padding: 22px 0;
    text-align: left
}

body.blog ul.menu__cat-menu li,
body.category:not(.category-media) ul.menu__cat-menu li {
    margin: 1rem 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out
}

@media only screen and (min-width:768px) {

    body.blog ul.menu__cat-menu li,
    body.category:not(.category-media) ul.menu__cat-menu li {
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }
}

body.blog ul.menu__cat-menu li a,
body.category:not(.category-media) ul.menu__cat-menu li a {
    color: #fff
}

@media only screen and (min-width:768px) {

    body.blog ul.menu__cat-menu li a,
    body.category:not(.category-media) ul.menu__cat-menu li a {
        padding: 5px 7.5px
    }
}

@media only screen and (min-width:1280px) {

    body.blog ul.menu__cat-menu li a,
    body.category:not(.category-media) ul.menu__cat-menu li a {
        padding: 10px 15px
    }
}

body.blog ul.menu__cat-menu li.current-cat a,
body.blog ul.menu__cat-menu li a:hover,
body.category:not(.category-media) ul.menu__cat-menu li.current-cat a,
body.category:not(.category-media) ul.menu__cat-menu li a:hover {
    background-color: #009ddc
}

body.blog .inner-wrapper,
body.category:not(.category-media) .inner-wrapper {
    display: block
}

body.blog .inner-wrapper .button,
body.category:not(.category-media) .inner-wrapper .button {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 100%;
    max-width: calc(100% - 36px)
}

@media only screen and (min-width:768px) {

    body.blog .inner-wrapper .button,
    body.category:not(.category-media) .inner-wrapper .button {
        position: static;
        margin-left: auto;
        display: inline-block;
        width: auto;
        left: 0;
        max-width: inherit;
        transform: none
    }
}

@media only screen and (min-width:768px) {

    body.blog .inner-wrapper,
    body.category:not(.category-media) .inner-wrapper {
        display: flex
    }
}

body.blog #post-list,
body.category:not(.category-media) #post-list {
    padding-bottom: 0
}

@media only screen and (min-width:768px) {

    body.blog #post-list,
    body.category:not(.category-media) #post-list {
        padding-bottom: 1.875rem
    }
}

.footer-cta {
    background-color: #03436b;
    color: #fff;
    margin-top: 32px;
    padding: 40px;
    text-align: center
}

.footer-cta__inner {
    margin: 0 auto;
    max-width: 800px;
    width: 100%
}

.footer-cta__text {
    color: #fff
}

.footer-cta__text h3 {
    color: #fff;
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-top: 0
}

.inline-cta {
    background-color: #f3f4f7;
    margin-left: -50vw;
    margin-top: 32px;
    margin-right: -50vw;
    padding: 40px;
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw
}

.inline-cta__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media only screen and (min-width:1024px) {
    .inline-cta__inner {
        flex-direction: row
    }
}

.inline-cta h3 {
    color: #0065a4;
    margin-bottom: 20px;
    padding-top: 0;
    text-align: center
}

@media only screen and (min-width:1024px) {
    .inline-cta h3 {
        margin-bottom: 0;
        margin-right: 40px;
        text-align: left
    }
}

.inline-cta__button {
    min-width: 150px
}

.advanced-cta {
    margin: 2rem 0
}

@media only screen and (min-width:768px) {
    .advanced-cta {
        display: flex;
        flex-flow: nowrap
    }
}

@media only screen and (min-width:768px) {

    .advanced-cta__image,
    .advanced-cta__inner {
        flex-grow: 0;
        flex-shrink: 0
    }
}

@media only screen and (min-width:768px) {
    .advanced-cta__image {
        flex-basis: 50%
    }
}

.advanced-cta__inner {
    margin-top: -0.5rem
}

@media only screen and (min-width:768px) {
    .advanced-cta__inner {
        flex-basis: 61.3636364%;
        margin-left: -11.3636364%;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.advanced-cta__text {
    background-color: #004c7b;
    padding: 1rem 1.75rem;
    z-index: 99
}

@media only screen and (min-width:1280px) {
    .advanced-cta__text {
        padding: 2.5rem 2.8125rem
    }
}

.advanced-cta h2 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    padding: 0
}

.advanced-cta p.cta a {
    font-size: 0.8125rem;
    margin-bottom: 0;
    padding-bottom: 0
}

.flexible-content__block--feature-image {
    padding-left: 0;
    padding-right: 0
}

.flexible-content__block--feature-image img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%
}

.flexible-content__block--icon-row .icon-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media only screen and (min-width:992px) {
    .flexible-content__block--icon-row .icon-row {
        flex-direction: row
    }
}

.flexible-content__block--icon-row .icon-item {
    margin-bottom: 0.625rem;
    padding: 0.625rem;
    position: relative;
    text-align: center
}

@media only screen and (min-width:992px) {
    .flexible-content__block--icon-row .icon-item {
        margin-bottom: 0;
        width: 8.75rem
    }
}

.flexible-content__block--icon-row .icon-item--link {
    color: #009ddc;
    text-decoration: underline
}

.flexible-content__block--icon-row .icon-item--link:focus,
.flexible-content__block--icon-row .icon-item--link:hover {
    text-decoration: none
}

.flexible-content__block--icon-row .icon-item img {
    height: 4.6875rem;
    margin-bottom: 0.625rem
}

@media only screen and (min-width:992px) {
    .flexible-content__block--icon-row .icon-item img {
        height: 3.125rem;
        margin-bottom: 1.25rem
    }
}

.flexible-content__block--icon-row .icon-item .stretched-link:focus:after {
    border: 2px solid #005fcc;
    border-radius: 5px
}

.flexible-content__block--video-embed .flexible-content__video-embed {
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

.flexible-content__block--video-embed .flexible-content__video-embed iframe {
    border: 1px solid #c4d3dc;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.flexible-content__block--two-column-image .flexible-content__columns,
.flexible-content__block--two-column .flexible-content__columns {
    display: flex;
    flex-direction: column;
    width: 100%
}

@media only screen and (min-width:992px) {

    .flexible-content__block--two-column-image .flexible-content__columns,
    .flexible-content__block--two-column .flexible-content__columns {
        flex-direction: row;
        justify-content: space-between;
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }
}

.flexible-content__block--two-column-image .flexible-content__column,
.flexible-content__block--two-column .flexible-content__column {
    width: 100%
}

@media only screen and (min-width:992px) {

    .flexible-content__block--two-column-image .flexible-content__column,
    .flexible-content__block--two-column .flexible-content__column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 2.5rem;
        width: 50%
    }
}

.flexible-content__block--two-column-image .flexible-content__column-inner,
.flexible-content__block--two-column .flexible-content__column-inner {
    flex: 0 0 auto
}

.flexible-content__block--hero-image {
    padding-left: 0;
    padding-right: 0
}

.flexible-content__block--hero-image .flexible-content__hero-background-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%
}

.flexible-content__block--hero-image.flexible-content__hero-height--medium,
.flexible-content__block--hero-image.flexible-content__hero-height--small {
    height: 8.125rem
}

@media only screen and (min-width:992px) {
    .flexible-content__block--hero-image.flexible-content__hero-height--medium {
        height: 11.875rem
    }
}

.flexible-content__block--hero-image.flexible-content__hero-height--large {
    height: 8.125rem
}

@media only screen and (min-width:992px) {
    .flexible-content__block--hero-image.flexible-content__hero-height--large {
        height: 18.75rem
    }
}

@media only screen and (min-width:1200px) {
    .flexible-content__block--hero-image.flexible-content__hero-height--large {
        height: 31.25rem
    }
}

@media only screen and (min-width:1150px) {
    .flexible-content__interactive-graphic {
        height: 100%;
        padding-top: 43.75rem;
        position: relative
    }
}

.flexible-content__interactive-graphic iframe {
    display: none;
    height: 100%;
    border: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%
}

@media only screen and (min-width:1150px) {
    .flexible-content__interactive-graphic iframe {
        display: block
    }
}

.flexible-content__interactive-graphic .flexible-content__interactive-graphic-mobile {
    display: flex;
    flex-wrap: wrap;
    margin: 1.25rem 0 2.5rem;
    width: 100%
}

@media only screen and (min-width:1150px) {
    .flexible-content__interactive-graphic .flexible-content__interactive-graphic-mobile {
        display: none
    }
}

.flexible-content__interactive-graphic .flexible-content__interactive-graphic-detail {
    padding: 0 0.9375rem 0.625rem;
    width: 100%
}

@media only screen and (min-width:768px) {
    .flexible-content__interactive-graphic .flexible-content__interactive-graphic-detail {
        width: 50%
    }
}

.flexible-content__interactive-graphic .flexible-content__interactive-graphic-detail .h5,
.flexible-content__interactive-graphic .flexible-content__interactive-graphic-detail h2 {
    margin: 0
}

.flexible-content__tour {
    display: flex;
    justify-content: center
}

.flexible-content__tour iframe {
    height: 15rem;
    border: none;
    max-width: 75rem;
    width: 100%
}

@media only screen and (min-width:992px) {
    .flexible-content__tour iframe {
        height: 30rem
    }
}

.flexible-content__image-slider .swiper-container {
    width: 100%;
    height: 28.75rem
}

.flexible-content__image-slider .swiper-wrapper {
    padding-bottom: 5.625rem
}

.flexible-content__image-slider .swiper-slide {
    align-items: flex-end;
    display: flex
}

.flexible-content__image-slider .swiper-navigation {
    display: none
}

@media only screen and (min-width:992px) {
    .flexible-content__image-slider .swiper-navigation {
        display: block
    }
}

.flexible-content__image-slider .swiper-button-next,
.flexible-content__image-slider .swiper-button-prev {
    color: #009ddc;
    max-height: 1.875rem;
    top: calc(100% - 20px)
}

.flexible-content__image-slider .swiper-button-next:after,
.flexible-content__image-slider .swiper-button-prev:after {
    font-size: 1.875rem
}

.flexible-content__image-slider .swiper-pagination {
    bottom: 2rem
}

@media only screen and (min-width:992px) {
    .flexible-content__image-slider .swiper-pagination {
        bottom: 0.625rem;
        left: 5%;
        width: 20%
    }
}

.flexible-content__image-slider .swiper-pagination-fraction {
    color: #03436b;
    font-family: Raleway, sans-serif;
    font-size: 2.125rem;
    font-weight: 500
}

.flexible-content__image-slider .swiper-scrollbar {
    background: #cfe7f6;
    bottom: 0.875rem;
    opacity: 1 !important
}

@media only screen and (min-width:992px) {
    .flexible-content__image-slider .swiper-scrollbar {
        left: auto;
        right: 10%;
        width: 65%
    }
}

.flexible-content__image-slider .swiper-scrollbar-drag {
    background: #009ddc
}

.flexible-content__block--icon-list .flexible-content__icon-list {
    display: flex;
    flex-direction: column
}

.flexible-content__block--icon-list .flexible-content__icon-list-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5rem
}

@media only screen and (min-width:768px) {
    .flexible-content__block--icon-list .flexible-content__icon-list-item {
        align-items: flex-start;
        flex-direction: row;
        margin-bottom: 4.375rem
    }
}

.flexible-content__block--icon-list .flexible-content__icon-list-item:last-of-type {
    margin-bottom: 0
}

.flexible-content__block--icon-list .flexible-content__icon-list-image {
    align-items: flex-end;
    display: flex;
    flex-shrink: 0;
    height: auto;
    padding-bottom: 1.25rem;
    width: 9.375rem
}

@media only screen and (min-width:768px) {
    .flexible-content__block--icon-list .flexible-content__icon-list-image {
        align-items: flex-start;
        margin-right: 2.5rem
    }
}

@media only screen and (min-width:992px) {
    .flexible-content__block--icon-list .flexible-content__icon-list-image {
        margin-right: 6.25rem
    }
}

.flexible-content__block--icon-list .flexible-content__icon-list-image img {
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (max-width:768px) {
    .flexible-content__block--icon-list .flexible-content__icon-list-text {
        text-align: center
    }
}

.flexible-content__block--accordion .flexible-content__accordion-item {
    border: 1px solid #e6e6e6;
    border-radius: 0.375rem;
    height: 100%;
    margin-bottom: 0.9375rem;
    max-height: 4.6875rem;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out
}

.flexible-content__block--accordion .flexible-content__accordion-item--open {
    max-height: 31.25rem
}

.flexible-content__block--accordion .flexible-content__accordion-button {
    background-color: #fbfbfb;
    border: none;
    color: #252c42;
    font-size: 1.25rem;
    height: 4.6875rem;
    line-height: 1;
    padding: 0 2rem;
    position: relative;
    text-align: left;
    width: 100%
}

.flexible-content__block--accordion .flexible-content__accordion-button:focus,
.flexible-content__block--accordion .flexible-content__accordion-button:hover {
    color: inherit;
    text-decoration: inherit;
    box-shadow: none
}

.flexible-content__block--accordion .flexible-content__accordion-button:after,
.flexible-content__block--accordion .flexible-content__accordion-button:before {
    position: absolute;
    background: #000;
    border-radius: 4px;
    cursor: pointer
}

@media only screen and (min-width:768px) {

    .flexible-content__block--accordion .flexible-content__accordion-button:after,
    .flexible-content__block--accordion .flexible-content__accordion-button:before {
        content: ""
    }
}

.flexible-content__block--accordion .flexible-content__accordion-button:before {
    width: 24px;
    height: 4px;
    top: 36px;
    right: 20px;
    transition: opacity 0.1s;
    opacity: 1
}

.flexible-content__block--accordion .flexible-content__accordion-button:after {
    width: 4px;
    height: 22px;
    top: 27px;
    right: 30px;
    transition: transform 0.2s
}

.flexible-content__block--accordion .flexible-content__accordion-body {
    padding: 0 2rem 0.9375rem
}

.flexible-content__block--divider .flexible-content__divider {
    background-color: #cfe7f6;
    height: 1px;
    width: 100%
}

.flexible-content .careers-social {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.flexible-content .careers-social h3 {
    color: #03436b;
    height: 3.5rem;
    margin-bottom: 0
}

.flexible-content .careers-social__inner-wrap {
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 75rem;
    padding: 2.25rem 0;
    width: 100%
}

@media only screen and (min-width:768px) {
    .flexible-content .careers-social__inner-wrap {
        flex-direction: row
    }
}

.flexible-content .careers-social__atlas,
.flexible-content .careers-social__planesense {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%
}

.flexible-content .careers-social__atlas h4,
.flexible-content .careers-social__planesense h4 {
    color: #03436b;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (min-width:768px) {

    .flexible-content .careers-social__atlas h4,
    .flexible-content .careers-social__planesense h4 {
        margin-bottom: 0.75rem;
        text-align: left
    }
}

.flexible-content .careers-social__planesense {
    padding-bottom: 2rem
}

@media only screen and (min-width:768px) {
    .flexible-content .careers-social__planesense {
        padding-bottom: 0
    }
}

@media only screen and (min-width:768px) {
    .flexible-content .careers-social__atlas {
        border-left: 1px solid #d8d8d8
    }
}

.flexible-content .careers-social__social-menu {
    display: flex;
    flex-direction: row
}

.flexible-content .careers-social__item {
    list-style: none
}

.flexible-content .careers-social__item:last-of-type .footer__social-icon {
    margin-right: 0
}

.flexible-content .careers-social__social-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 1.5rem;
    transition: all 0.2s ease-in-out;
    margin-right: 1.5rem;
    width: 1.5rem
}

@media only screen and (min-width:768px) {
    .flexible-content .careers-social__social-icon {
        height: 2.25rem;
        width: 2.25rem
    }
}

@media only screen and (min-width:992px) {
    .flexible-content .careers-social__social-icon {
        height: 3.4375rem;
        margin-right: 2rem;
        width: 3.4375rem
    }
}

.flexible-content .careers-social__social-icon:hover {
    opacity: 0.75
}

.flexible-content .careers-social__social-icon--facebook {
    background-image: url(/assets/img/icon/facebook-icon.svg)
}

.flexible-content .careers-social__social-icon--linkedin {
    background-image: url(/assets/img/icon/linkedin-icon.svg)
}

.flexible-content .careers-social__social-icon--instagram {
    background-image: url(/assets/img/icon/instagram-icon.svg)
}

.flexible-content .careers-social__social-icon--twitter {
    background-image: url(/assets/img/icon/twitter-icon.svg)
}

.flexible-content .careers-social__social-icon--youtube {
    background-image: url(/assets/img/icon/youtube-icon.svg)
}

.flexible-content__block--team-members .container {
    padding: 2em 0
}

.flexible-content__block--team-members h3 {
    font-family: Raleway, sans-serif;
    font-size: 0.75rem;
    padding: 1rem 0;
    text-transform: uppercase
}

.flexible-content__block--team-members ul.tm {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.flexible-content__block--team-members ul.tm li {
    cursor: pointer;
    padding: 0 0 2rem;
    position: relative;
    text-align: center;
    list-style: none
}

.flexible-content__block--team-members ul.tm li a {
    text-decoration: none
}

.flexible-content__block--team-members ul.tm li .team-bkg {
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0
}

.flexible-content__block--team-members ul.tm li .img {
    overflow: hidden;
    position: relative;
    transform: translateZ(0)
}

.flexible-content__block--team-members ul.tm li .img .cta {
    background: rgba(0, 76, 123, .86);
    color: #fff;
    font-weight: 800;
    position: absolute;
    left: 0;
    letter-spacing: 3px;
    right: 0;
    text-transform: uppercase;
    top: 0;
    transform: scale(0);
    transition: transform 0.4s;
    bottom: 0
}

.flexible-content__block--team-members ul.tm li .img .cta .vc {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%
}

.flexible-content__block--team-members ul.tm li .img .cta .vc:after {
    background: url(../img/icon/rarr-white-short.svg) 50% 50% no-repeat;
    content: "";
    display: block;
    height: 22px;
    margin: 10px auto 0;
    transform: translateZ(0);
    width: 53px
}

.flexible-content__block--team-members ul.tm li .img .contact {
    display: none;
    padding: 2em 0 0
}

.flexible-content__block--team-members ul.tm li .img .contact a {
    font-size: 0.9375rem;
    font-weight: 800;
    padding: 0 1em;
    text-transform: uppercase
}

.flexible-content__block--team-members ul.tm li:hover .img .cta {
    transform: scale(1)
}

.flexible-content__block--team-members ul.tm li img {
    display: block
}

.flexible-content__block--team-members ul.tm li h4 {
    color: #13b5ea;
    font-family: Raleway, sans-serif;
    font-size: 1.125rem;
    padding: 0.75rem 0 0;
    text-transform: uppercase
}

@media only screen and (min-width:768px) {
    .flexible-content__block--team-members ul.tm li h4 {
        font-size: 2.34375vw
    }
}

@media only screen and (min-width:1024px) {
    .flexible-content__block--team-members ul.tm li h4 {
        font-size: 1.5rem
    }
}

.flexible-content__block--team-members ul.tm li h5 {
    color: #55555c;
    font-family: Raleway, sans-serif;
    font-size: 0.75rem;
    font-size: 3.75vw;
    font-style: italic;
    padding: 0
}

@media only screen and (min-width:400px) {
    .flexible-content__block--team-members ul.tm li h5 {
        font-size: 0.9375rem
    }
}

.flexible-content__block--team-members ul.tm li .bio {
    display: none
}

@media only screen and (min-width:568px) {
    .flexible-content__block--team-members ul.tm {
        margin: 0 -1.25%
    }

    .flexible-content__block--team-members ul.tm li {
        margin: 0 1.25%;
        width: 30.8%
    }
}

@media only screen and (min-width:768px) {
    .flexible-content__block--team-members ul.tm {
        margin: 0 -1.66%
    }

    .flexible-content__block--team-members ul.tm li {
        float: left;
        margin: 0 1.66%;
        width: 21%
    }
}

@media only screen and (min-width:1248px) {
    .flexible-content__block--team-members ul.tm {
        margin: 0 -1%
    }

    .flexible-content__block--team-members ul.tm li {
        margin: 0 1%;
        width: 18%
    }
}

@media only screen and (min-width:768px) {
    .flexible-content__block--team-members ul.tm li {
        margin-bottom: 3.6111111vw
    }
}

@media only screen and (min-width:1440px) {
    .flexible-content__block--team-members ul.tm li {
        margin-bottom: 3.25rem
    }
}

.comparison__home-intro {
    margin: 0 auto 2rem;
    max-width: 58.3125rem;
    text-align: center;
    width: 100%
}

@media only screen and (min-width:768px) {
    .comparison__home-intro {
        margin: 2rem auto 4rem
    }
}

.comparison__home-intro h2 {
    color: #009ddc;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.3125rem;
    line-height: 1.5;
    text-align: center
}

.comparison__home-intro p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-align: center
}

.comparison-nav-open .wrapper {
    transform: none
}

.comparison-title {
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: -0.25px;
    line-height: 1.75;
    padding-top: 0;
    text-align: center;
    z-index: 999
}

@media only screen and (min-width:768px) {
    .comparison-title {
        letter-spacing: -0.72px;
        font-size: 4.5rem;
        line-height: 6.25rem
    }
}

@media only screen and (min-width:1280px) {
    .comparison-title {
        font-size: 5.625rem
    }
}

.comparison-title span {
    display: inline
}

@media only screen and (min-width:768px) {
    .comparison-title span {
        display: block
    }
}

.background-video--transparency {
    background-color: rgba(0, 101, 164, .9);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99
}

.videowrapper {
    clear: both;
    display: none;
    float: none;
    height: 0;
    padding-bottom: 56.25%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 9
}

@media only screen and (min-width:1000px) {
    .videowrapper {
        display: block
    }
}

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

.comparison-hero {
    background-image: url(../img/comparison/comparison-hero.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 18rem
}

@media only screen and (min-width:768px) {
    .comparison-hero {
        height: 30rem
    }
}

@media only screen and (min-width:1280px) {
    .comparison-hero {
        height: 41rem
    }
}

.comparison-hero .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18rem;
    margin: 0;
    width: 100%
}

@media only screen and (min-width:768px) {
    .comparison-hero .container {
        height: 30rem
    }
}

@media only screen and (min-width:1280px) {
    .comparison-hero .container {
        height: 41rem
    }
}

@media only screen and (min-width:768px) {
    .comparison-hero.program-hero {
        height: 15rem
    }

    .comparison-hero.program-hero .comparison-title {
        font-size: 2.5rem
    }
}

@media only screen and (min-width:1280px) {
    .comparison-hero.program-hero {
        height: 20.5rem
    }

    .comparison-hero.program-hero .comparison-title {
        font-size: 3.625rem
    }
}

@media only screen and (min-width:768px) {
    .comparison-hero.program-hero .container {
        height: 15rem
    }
}

@media only screen and (min-width:1280px) {
    .comparison-hero.program-hero .container {
        height: 20.5rem
    }
}

.comparison__inner-hero {
    height: auto;
    margin-top: -2rem
}

@media only screen and (min-width:768px) {
    .comparison__inner-hero {
        margin-top: 0
    }
}

.comparison__inner-hero h2 {
    color: #004c7b;
    font-size: 1.875em;
    line-height: 2;
    margin-top: -10px;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 9999
}

@media only screen and (min-width:768px) {
    .comparison__inner-hero h2 {
        font-size: 2.5rem
    }
}

@media only screen and (min-width:1280px) {
    .comparison__inner-hero h2 {
        font-size: 3.125rem
    }
}

.comparison__inner-hero h2:after {
    background-color: #f3f4f7;
    content: "";
    height: 4px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100px;
    bottom: 0
}

.comparison__inner-hero h3 {
    color: #004c7b;
    font-family: Raleway, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-top: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 9999
}

.comparison__inner-hero .intro-text {
    line-height: 1.875rem;
    margin: 1.5rem auto 3rem;
    max-width: 46.875rem;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 9999
}

.comparison__inner-hero .clouds-background {
    z-index: 999
}

.comparison-cta__home {
    background-image: url(../img/comparison/comparison-cta-home.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 10rem
}

@media only screen and (min-width:768px) {
    .comparison-cta__home {
        height: 20rem
    }
}

@media only screen and (min-width:1280px) {
    .comparison-cta__home {
        height: 28.375rem
    }
}

.comparison-cta {
    background: #e7ebf5
}

@media only screen and (max-width:768px) {
    .comparison-cta {
        padding-bottom: 0
    }
}

.comparison-cta .comparison-cta__inner {
    background-image: url(../img/comparison/comparison-cta.jpg);
    background-size: cover;
    background-position: 50%;
    padding: 40px
}

@media only screen and (max-width:768px) {
    .comparison-cta .container {
        margin: 0;
        padding: 0
    }
}

.comparison-cta__text {
    background: rgba(0, 76, 123, .95);
    padding: 2rem 1.5rem 2.5rem;
    text-align: center;
    width: 100%
}

@media only screen and (min-width:768px) {
    .comparison-cta__text {
        width: 32rem
    }
}

.comparison-cta__text h3 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 1.5rem;
    padding: 0
}

@media only screen and (min-width:768px) {
    .comparison-cta__text h3 {
        font-size: 2.25rem;
        line-height: 2.875rem
    }
}

.comparison-cta__text a {
    background: #009ddc;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: 45px;
    letter-spacing: 1.17px;
    line-height: 45px;
    padding: 0 28px;
    text-transform: uppercase
}

.home-nav {
    display: none;
    flex-direction: column;
    margin-bottom: 4rem
}

@media only screen and (min-width:768px) {
    .home-nav {
        display: flex
    }
}

@media only screen and (min-width:1280px) {
    .home-nav {
        flex-direction: row
    }
}

.home-nav h3 {
    color: #004c7b;
    font-family: Raleway, sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
    letter-spacing: 0.125rem;
    line-height: 0.875rem;
    margin-bottom: 1rem;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.home-nav h3:after {
    content: "";
    background-color: #e0e2e7;
    display: block;
    height: 2px;
    margin: 2rem 0;
    width: 100%
}

.home-nav__compare-nav {
    width: 100%
}

.home-nav__compare-nav a {
    align-items: center;
    background-color: #f3f4f7;
    color: #535b61;
    display: flex;
    font-size: 0.75rem;
    font-weight: 600;
    height: 2.75rem;
    justify-content: center;
    letter-spacing: 2px;
    line-height: 1rem;
    margin-bottom: 1.4375rem;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    width: 100%
}

.home-nav__compare-nav a:hover {
    color: #fff
}

.home-nav__compare-nav--inner {
    display: flex
}

.home-nav__compare-nav--inner .home-nav__column {
    width: calc(50% - 1.75rem)
}

.home-nav__compare-nav--inner .home-nav__column:first-of-type {
    margin-right: 1.75rem
}

.home-nav__compare-nav--inner .home-nav__column:last-of-type {
    margin-left: 1.75rem
}

@media only screen and (min-width:1280px) {
    .home-nav__compare-nav {
        margin-left: 2.5rem
    }
}

.home-nav__compare-nav a:hover {
    background-color: #004c7b
}

.home-nav--mobile {
    display: block;
    margin-top: 2rem;
    text-align: center
}

@media only screen and (min-width:768px) {
    .home-nav--mobile {
        display: none;
        margin-top: 0
    }
}

.home-nav--mobile button {
    font-family: Raleway, sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
    height: 3.75rem;
    letter-spacing: 0.125rem;
    margin-top: 1.25rem;
    padding-left: 1rem;
    position: relative;
    text-align: left;
    width: 100%
}

.home-nav--mobile button:after {
    background-image: url(../img/icon/arrow-down--white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    content: "";
    height: 3.75rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.75rem
}

.home-nav--mobile button.compare-nav__button--mobile {
    background-color: #1e84c3;
    margin-top: 1rem
}

.home-nav--mobile button.compare-nav__button--mobile:after {
    background-color: #009ddc
}

.home-nav--mobile .compare-nav--mobile {
    background: #fff;
    box-sizing: border-box;
    border: none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0.5rem 1rem;
    text-align: left;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 9
}

.home-nav--mobile .compare-nav--mobile a {
    display: block;
    line-height: 2.25
}

.home-nav--mobile .compare-nav--mobile.open {
    border: 2px solid #d3d7e4;
    max-height: 50rem;
    padding: 0.5rem 1rem;
    visibility: visible
}

.home-nav__inner-wrap {
    position: relative
}

.main-nav--wrap {
    background-color: #004c7b;
    display: flex;
    height: 4.375rem;
    margin-bottom: 30px;
    width: 100%
}

@media only screen and (min-width:768px) {
    .main-nav--wrap {
        margin: 2rem calc(5% + 1rem) 1rem;
        position: relative;
        max-width: 1408px;
        width: auto
    }
}

@media only screen and (min-width:1280px) {
    .main-nav--wrap {
        margin: 2rem calc(5% + 1rem) 2.125rem
    }
}

@media only screen and (min-width:1568px) {
    .main-nav--wrap {
        margin: 2rem auto 2.125rem
    }
}

.main-nav__toggle {
    background: #009ddc url(../img/icon/hamburger.svg) 50% no-repeat;
    background-size: 2.5rem;
    height: 4.375rem;
    width: 4.375rem
}

.main-nav__toggle:focus,
.main-nav__toggle:hover {
    background: #1e84c3 url(../img/icon/hamburger.svg) 50% no-repeat;
    background-size: 2.5rem
}

@media only screen and (min-width:768px) {

    .main-nav__toggle,
    .main-nav__toggle:focus,
    .main-nav__toggle:hover {
        background-size: auto
    }
}

.main-nav__toggle.nav-toggled {
    background: #009ddc url(../img/icon/close-icon-white.svg) 50% no-repeat;
    background-size: 1.5rem
}

.main-nav__close {
    display: block;
    height: 4.375rem;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: 4.375rem
}

.main-nav__close,
.main-nav__close:focus,
.main-nav__close:hover {
    background: url(../img/icon/close-icon-white.svg) 50% no-repeat;
    background-size: 1.3rem
}

.main-nav__close:focus,
.main-nav__close:hover {
    opacity: 0.7
}

@media only screen and (min-width:768px) {
    .main-nav__close {
        display: block;
        position: absolute;
        top: 50px;
        left: 75px
    }
}

.main-nav__menu-text {
    display: block;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 5.5px;
    padding-left: 4rem;
    text-transform: uppercase
}

@media only screen and (min-width:768px) {
    .main-nav__menu-text {
        display: inline;
        padding-left: 0
    }
}

.main-nav__text,
.main-nav__text--toggled {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.3375rem;
    line-height: 1.5;
    margin-top: 1.125rem;
    padding-left: 1rem;
    text-align: left;
    text-transform: uppercase;
    width: 100%
}

@media only screen and (min-width:620px) {

    .main-nav__text,
    .main-nav__text--toggled {
        line-height: 4.375rem;
        margin-top: 0
    }
}

.main-nav__text--toggled.hide,
.main-nav__text.hide {
    display: none
}

.main-nav {
    background: #009ddc;
    color: #fff;
    text-align: left;
    opacity: 0;
    padding: 25px;
    position: absolute;
    top: -9999rem;
    left: -9999rem;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
    visibility: hidden;
    z-index: 9999
}

@media only screen and (min-width:768px) {
    .main-nav {
        padding: 75px 165px
    }
}

.main-nav.nav-open {
    overflow-y: scroll;
    opacity: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    visibility: visible;
    z-index: 999999
}

.main-nav h3 {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
    line-height: 0.875rem;
    padding-bottom: 1rem;
    position: relative;
    margin-bottom: 1rem
}

.main-nav h3,
.main-nav h3 span {
    font-family: Raleway, sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

.main-nav h3 span {
    font-style: normal;
    letter-spacing: 0.3125rem;
    line-height: 1.75rem
}

.main-nav a {
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2.5rem;
    letter-spacing: 2.67px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    width: 100%
}

.main-nav a:hover {
    color: #004c7b
}

a.comparison-home-link {
    border: 1px solid #fff;
    clear: both;
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 3rem 0 1rem;
    padding: 0 0.85rem;
    position: relative;
    width: 203px
}

@media only screen and (min-width:768px) {
    a.comparison-home-link {
        clear: none;
        margin: 0;
        position: absolute;
        top: 64px;
        right: 120px
    }
}

a.comparison-home-link:hover {
    background: #fff;
    color: #009ddc
}

.main-nav__inner-nav--wrap {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:768px) {
    .main-nav__inner-nav--wrap {
        flex-direction: row;
        margin-top: 4rem
    }
}

.main-nav__compare-nav {
    margin-bottom: 2rem;
    width: 100%
}

@media only screen and (min-width:768px) {
    .main-nav__compare-nav {
        margin-bottom: 0;
        width: 100%
    }
}

.main-nav__compare-nav-column {
    width: 100%
}

@media only screen and (min-width:768px) {
    .main-nav__compare-nav-column {
        margin-right: 10%;
        width: 40%
    }
}

.main-nav__compare-nav--inner {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:1024px) {
    .main-nav__compare-nav--inner {
        flex-direction: row
    }
}

.comparison-page-nav {
    align-items: center;
    display: none;
    height: 4.375rem;
    position: absolute;
    right: 45px
}

.comparison-page-nav__num {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin: 0 1rem
}

.comparison-page-nav__current {
    color: #d1c34e
}

.comparison-page-nav__arrow--next,
.comparison-page-nav__arrow--prev {
    background: url(../img/comparison/comparison-arrow.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    height: 16px;
    transition: all 0.2s ease-in-out;
    width: 24px
}

.comparison-page-nav__arrow--next:hover,
.comparison-page-nav__arrow--prev:hover {
    background: url(../img/comparison/comparison-arrow--white.svg) no-repeat;
    background-size: contain
}

.comparison-page-nav__arrow--next {
    transform: rotate(180deg)
}

@media only screen and (min-width:925px) {
    .comparison-page-nav {
        display: flex
    }
}

.comparison__section {
    padding-bottom: 5.3125rem
}

.clouds-background {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 2rem;
    width: 90%
}

.comparison-content {
    position: relative
}

.comparison-content .comparison-plane {
    position: relative;
    z-index: 9999
}

.comparison-content>.container {
    overflow: visible
}

.comparison-content__top-label {
    background: #fff;
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.comparison-content__top-label:after,
.comparison-content__top-label:before {
    background: #f3f4f7;
    content: "";
    display: inline-block;
    height: 3px;
    max-width: 50%;
    position: absolute;
    top: calc(50% - 3px);
    width: 50%
}

.comparison-content__top-label:before {
    right: 50%;
    margin-left: -50%;
    margin-right: 100px
}

.comparison-content__top-label:after {
    left: 50%;
    margin-right: -50%;
    margin-left: 100px
}

.comparison-content__top-label--wrap {
    overflow: hidden;
    text-align: center;
    width: 100%
}

.comparison-content .container {
    padding-top: 1rem
}

@media only screen and (max-width:1000px) {
    .content-container {
        padding-top: 0.5rem
    }
}

.content-container.no-flex {
    display: block
}

.content-container.flex-column,
.content-container.flex-column-reverse {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.content-container.flex-column-reverse .comparison-item.horizontal {
    flex-direction: row-reverse
}

.content-container.flex-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media only screen and (min-width:1000px) {
    .content-container.flex-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }
}

.comparison-item.horizontal {
    display: flex;
    flex-direction: row
}

.comparison-item.horizontal .comparison-type {
    text-align: left
}

.comparison-item.vertical {
    display: flex;
    flex-direction: row;
    margin-bottom: 2rem;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .comparison-item.vertical {
        align-items: center;
        flex-direction: column-reverse;
        margin-bottom: 0;
        width: 130px
    }
}

.comparison-type {
    align-items: center;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    justify-content: flex-start;
    text-align: left;
    width: 20rem
}

@media only screen and (min-width:1000px) {
    .comparison-type {
        align-items: flex-end;
        justify-content: center;
        text-align: center;
        width: 100%
    }
}

.comparison-connector.vertical {
    background: url(../img/comparison/dashed-line-horizontal.svg) 50% no-repeat;
    margin: 0 10px 0 20px;
    overflow: hidden;
    width: auto
}

@media only screen and (min-width:1000px) {
    .comparison-connector.vertical {
        background: url(../img/comparison/dashed-line-vertical.svg) 50% no-repeat;
        margin: 10px 0 20px;
        width: 100%
    }
}

.comparison-connector.horizontal {
    background: url(../img/comparison/dashed-line-horizontal.svg) 50% no-repeat;
    margin: 0 10px 0 20px;
    width: 100%
}

.comparison-value {
    align-items: center;
    background: #eaecf1;
    display: flex;
    flex-direction: column;
    height: 3.4375rem;
    justify-content: center;
    min-width: 5.3125rem;
    position: relative;
    width: 5.3125rem
}

@media only screen and (max-width:999px) {
    .comparison-value.arrow-top {
        position: relative
    }

    .comparison-value.arrow-top:after {
        border: solid transparent;
        border-left-color: #eaecf1;
        border-width: 12px;
        content: "";
        height: 0;
        margin-top: -12px;
        position: absolute;
        left: 100%;
        top: 50%;
        width: 0
    }
}

@media only screen and (min-width:1000px) {

    .comparison-value.arrow-top:after,
    .comparison-value.arrow-top:before {
        border: solid transparent;
        content: "";
        height: 0;
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 0
    }

    .comparison-value.arrow-top:after {
        border-bottom-color: #eaecf1;
        border-width: 12px;
        margin-left: -12px
    }
}

@media only screen and (max-width:999px) {
    .comparison-value.arrow-bottom {
        position: relative
    }

    .comparison-value.arrow-bottom:after {
        border: solid transparent;
        border-left-color: #eaecf1;
        border-width: 12px;
        content: "";
        height: 0;
        margin-top: -12px;
        position: absolute;
        left: 100%;
        top: 50%;
        width: 0
    }
}

@media only screen and (min-width:1000px) {

    .comparison-value.arrow-bottom:after,
    .comparison-value.arrow-bottom:before {
        border: solid transparent;
        content: "";
        height: 0;
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0
    }

    .comparison-value.arrow-bottom:after {
        border-top-color: #eaecf1;
        border-width: 12px;
        margin-left: -12px
    }
}

.comparison-value.arrow-right {
    position: relative
}

.comparison-value.arrow-right:after {
    border: solid transparent;
    border-left-color: #eaecf1;
    border-width: 12px;
    content: "";
    height: 0;
    margin-top: -12px;
    position: absolute;
    left: 100%;
    top: 50%;
    width: 0
}

.comparison-value.arrow-left {
    position: relative
}

.comparison-value.arrow-left:after,
.comparison-value.arrow-left:before {
    border: solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0
}

.comparison-value.arrow-left:after {
    border-right-color: #eaecf1;
    border-width: 12px;
    content: "";
    height: 0;
    margin-top: -12px;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0
}

.comparison-value.round {
    border-radius: 35px;
    height: 69px;
    min-height: 69px;
    min-width: 69px;
    width: 69px
}

.comparison-value .value {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1
}

@media only screen and (min-width:1000px) {
    .comparison-value .value {
        font-weight: 600
    }
}

.comparison-value .measurement {
    color: #a7adb2;
    font-size: 0.75rem;
    letter-spacing: 7px;
    line-height: 1;
    font-weight: 700
}

.planesense-item .comparison-value {
    background: #009ddc;
    color: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .1), -3px 3px 3px rgba(0, 0, 0, .1)
}

.planesense-item .arrow-top:after {
    border-left-color: #009ddc
}

@media only screen and (min-width:1000px) {
    .planesense-item .arrow-top:after {
        border-bottom-color: #009ddc;
        border-left-color: transparent
    }
}

.planesense-item .arrow-bottom:after {
    border-left-color: #009ddc
}

@media only screen and (min-width:1000px) {
    .planesense-item .arrow-bottom:after {
        border-left-color: transparent;
        border-top-color: #009ddc
    }
}

.planesense-item .arrow-right:after {
    border-left-color: #009ddc
}

.planesense-item .arrow-left:after {
    border-right-color: #009ddc
}

.planesense-item .measurement {
    color: #fff
}

.planesense-item .comparison-connector.horizontal,
.planesense-item .comparison-connector.vertical {
    background: url(../img/comparison/dashed-line-horizontal-blue.svg) 50% no-repeat
}

@media only screen and (min-width:1000px) {
    .planesense-item .comparison-connector.vertical {
        background: url(../img/comparison/dashed-line-vertical-blue.svg) 50% no-repeat
    }
}

.planesense-item .comparison-type {
    color: #009ddc
}

.bar-graph {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 4rem
}

@media only screen and (min-width:1000px) {
    .bar-graph {
        margin-left: 0;
        margin-right: 0
    }
}

.chart {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1020px
}

.chart,
.chart__inner-wrap {
    width: 100%
}

.chart__values-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 80px;
    width: 40px
}

@media only screen and (min-width:1000px) {
    .chart__values-wrap {
        padding-bottom: 70px;
        width: 60px
    }
}

.chart__value {
    color: #555d63;
    font-size: 12px;
    font-weight: 600
}

@media only screen and (min-width:1000px) {
    .chart__value {
        font-size: 18px
    }
}

.chart__bars-wrap {
    align-items: flex-end;
    background: url(../img/comparison/chart-background.svg) 50% no-repeat;
    display: flex;
    justify-content: space-around;
    flex-direction: row
}

.chart__bars-wrap.bars-wrap--large {
    background: url(../img/comparison/chart-background-large.svg) 50% no-repeat
}

.chart__bar {
    background: #555d63
}

.chart__bar.planesense-bar {
    background: #009ddc
}

.chart__label-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 1rem
}

.chart__label {
    color: #555d63;
    font-size: 12px;
    font-weight: 600;
    max-width: 135px;
    text-align: center
}

@media only screen and (min-width:1000px) {
    .chart__label {
        font-size: 16px
    }
}

.chart__label.planesense-label {
    color: #009ddc
}

.tooltip {
    display: none;
    position: absolute;
    left: 0;
    top: 4rem;
    z-index: 99
}

@media only screen and (min-width:1000px) {
    .tooltip {
        display: block
    }
}

.tooltip .tooltip-trigger {
    background: url(../img/comparison/plus-blue.svg) no-repeat;
    background-position: -3px -1px;
    border: 2px solid #1e84c3;
    border-radius: 0.75rem;
    display: block;
    float: left;
    height: 1.5rem;
    transition: all 0.2s ease-in-out;
    width: 1.5rem
}

.tooltip .tooltip-more-info {
    color: #1e84c3;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5rem;
    margin-left: 5px;
    text-transform: uppercase
}

.tooltip .tooltip-text {
    background: #fff;
    border: 1px solid #1e84c3;
    display: none;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.375rem;
    height: auto;
    padding: 1rem 1.5rem;
    position: absolute;
    left: 3rem;
    top: 0;
    width: 350px
}

.tooltip .tooltip-text:after,
.tooltip .tooltip-text:before {
    border: solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0
}

.tooltip .tooltip-text:after {
    border-color: hsla(0, 0%, 100%, 0);
    border-right-color: #fff;
    border-width: 12px;
    margin-top: -12px
}

.tooltip .tooltip-text:before {
    border-color: rgba(30, 132, 195, 0);
    border-right-color: #1e84c3;
    border-width: 13px;
    margin-top: -13px
}

.tooltip:hover .tooltip-trigger {
    background: #1e84c3 url(../img/comparison/plus-white.svg) no-repeat;
    background-position: -3px -1px
}

.tooltip:hover .tooltip-text {
    display: block
}

.tooltip:hover .tooltip-more-info {
    display: none
}

.tooltip.inactive {
    cursor: default
}

.tooltip.inactive:hover .tooltip-trigger {
    background: #fff url(../img/comparison/plus-gray.svg) no-repeat;
    background-position: center -2px;
    border: 2px solid #d3d7e4
}

.tooltip.inactive:hover .tooltip-text {
    display: none
}

.tooltip.inactive:hover .tooltip-more-info {
    display: inline;
    color: #d3d7e4
}

.tooltip.inactive .tooltip-trigger {
    background: #fff url(../img/comparison/plus-gray.svg) no-repeat;
    background-position: center -2px;
    border: 2px solid #d3d7e4
}

.tooltip.inactive .tooltip-more-info {
    color: #d3d7e4
}

.chart__bar,
.clouds-background,
.comparison-item,
.comparison-plane {
    visibility: hidden
}

.chart__bars-wrap,
.content-container {
    overflow: hidden
}

.ie11 .chart__bar,
.ie11 .clouds-background,
.ie11 .comparison-item,
.ie11 .comparison-plane {
    visibility: visible
}

.aircraft--max-cruise .comparison-plane {
    display: none;
    margin: 32px auto;
    width: 400px
}

@media only screen and (min-width:1000px) {
    .aircraft--max-cruise .comparison-plane {
        display: block
    }
}

.aircraft--max-cruise .value {
    letter-spacing: 2.5px
}

.aircraft--max-cruise .comparison-item:first-of-type .comparison-connector {
    height: auto;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--max-cruise .comparison-item:first-of-type .comparison-connector {
        height: 450px
    }
}

.aircraft--max-cruise .comparison-item:nth-of-type(2) .comparison-connector {
    height: auto;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--max-cruise .comparison-item:nth-of-type(2) .comparison-connector {
        height: 430px
    }
}

.aircraft--max-cruise .comparison-item:nth-of-type(3) .comparison-connector {
    height: auto;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--max-cruise .comparison-item:nth-of-type(3) .comparison-connector {
        height: 420px
    }
}

.aircraft--max-cruise .comparison-item:nth-of-type(4) .comparison-connector {
    height: auto;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--max-cruise .comparison-item:nth-of-type(4) .comparison-connector {
        height: 400px
    }
}

.aircraft--max-cruise .comparison-item:nth-of-type(5) .comparison-connector {
    height: auto;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--max-cruise .comparison-item:nth-of-type(5) .comparison-connector {
        height: 390px
    }
}

.aircraft--max-cruise .comparison-item:nth-of-type(6) .comparison-connector {
    height: auto;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--max-cruise .comparison-item:nth-of-type(6) .comparison-connector {
        height: 380px
    }
}

.aircraft--max-cruise .comparison-item:nth-of-type(7) .comparison-connector {
    height: auto;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--max-cruise .comparison-item:nth-of-type(7) .comparison-connector {
        height: 300px
    }
}

.aircraft--max-cruise .note-text {
    color: #ee2f4f;
    display: inline-block;
    font-weight: 600;
    text-align: left;
    margin-top: 2rem;
    width: 100%
}

.aircraft--cabin-length .comparison-plane {
    display: none;
    margin: 0 auto;
    position: absolute;
    bottom: 25px;
    left: -120px;
    right: 0;
    width: 30.625rem;
    z-index: 9
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-length .comparison-plane {
        display: block
    }
}

.aircraft--cabin-length .content-container {
    height: 40.625rem
}

.aircraft--cabin-length .comparison-value {
    min-width: 7rem;
    width: 7rem
}

.aircraft--cabin-length .comparison-item:first-of-type {
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-length .comparison-item:first-of-type {
        width: 50%
    }
}

.aircraft--cabin-length .comparison-item:first-of-type .comparison-connector {
    height: auto;
    width: 100%
}

.aircraft--cabin-length .comparison-item:nth-of-type(2) {
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-length .comparison-item:nth-of-type(2) {
        width: 52.5%
    }
}

.aircraft--cabin-length .comparison-item:nth-of-type(2) .comparison-connector {
    height: auto;
    width: 100%
}

.aircraft--cabin-length .comparison-item:nth-of-type(3) {
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-length .comparison-item:nth-of-type(3) {
        width: 62.5%
    }
}

.aircraft--cabin-length .comparison-item:nth-of-type(3) .comparison-connector {
    height: auto;
    width: 100%
}

.aircraft--cabin-length .comparison-item:nth-of-type(4) {
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-length .comparison-item:nth-of-type(4) {
        width: 75%
    }
}

.aircraft--cabin-length .comparison-item:nth-of-type(4) .comparison-connector {
    height: auto;
    width: 100%
}

.aircraft--cabin-length .comparison-item:nth-of-type(5) {
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-length .comparison-item:nth-of-type(5) {
        width: 80%
    }
}

.aircraft--cabin-length .comparison-item:nth-of-type(5) .comparison-connector {
    height: auto;
    width: 100%
}

.aircraft--cabin-length .comparison-item:nth-of-type(6) {
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-length .comparison-item:nth-of-type(6) {
        width: 87%
    }
}

.aircraft--cabin-length .comparison-item:nth-of-type(6) .comparison-connector {
    height: auto;
    width: 100%
}

.aircraft--cabin-length .comparison-item:nth-of-type(7) {
    width: 100%
}

.aircraft--cabin-length .comparison-item:nth-of-type(7) .comparison-connector {
    height: auto;
    width: 100%
}

.aircraft--cabin-length .comparison-type {
    align-items: center;
    min-width: 150px;
    width: auto
}

.aircraft--cabin-length .note-text {
    color: #ee2f4f;
    display: inline-block;
    font-weight: 600;
    text-align: left;
    margin-top: 2rem;
    width: 100%
}

.aircraft--range .comparison-plane {
    display: none;
    margin: 0 auto;
    position: absolute;
    top: -4rem;
    left: 0;
    right: 0;
    width: 29.6875rem
}

@media only screen and (min-width:1000px) {
    .aircraft--range .comparison-plane {
        display: block
    }
}

@media only screen and (min-width:1000px) {
    .aircraft--range .range-hero {
        background: url(../img/comparison/range-background.svg) 50% no-repeat;
        background-size: contain;
        height: 181px;
        margin: 0 auto;
        max-width: 1034px;
        margin-top: 4rem;
        position: relative;
        width: auto
    }
}

.aircraft--range .content-container {
    height: 135px;
    margin-top: 3rem
}

.aircraft--range .comparison-value {
    min-width: 11rem;
    width: 11rem
}

.aircraft--range .comparison-value .unit {
    font-size: 18px
}

.aircraft--range .comparison-item {
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--range .comparison-item {
        width: 90%
    }
}

.aircraft--range .comparison-item:first-of-type .comparison-connector {
    height: auto;
    width: 100%
}

.aircraft--range .comparison-item:nth-of-type(2) {
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--range .comparison-item:nth-of-type(2) {
        width: 100%
    }
}

.aircraft--range .comparison-item:nth-of-type(2) .comparison-connector {
    height: auto;
    width: 100%
}

.aircraft--range .comparison-type {
    width: auto
}

.aircraft--cabin-width .comparison-plane {
    display: none;
    position: absolute;
    top: 4.5rem;
    right: 2rem;
    width: 22.1875rem
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-width .comparison-plane {
        display: block
    }
}

.aircraft--cabin-width .comparison-value {
    min-width: 7rem;
    width: 7rem
}

.aircraft--cabin-width .content-container {
    height: 38.75rem
}

.aircraft--cabin-width .comparison-item {
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-width .comparison-item:first-of-type {
        width: 50%
    }
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-width .comparison-item:nth-of-type(2) {
        width: 55%
    }
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-width .comparison-item:nth-of-type(3) {
        width: 60%
    }
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-width .comparison-item:nth-of-type(4) {
        width: 70%
    }
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-width .comparison-item:nth-of-type(5) {
        width: 80%
    }
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-width .comparison-item:nth-of-type(6) {
        width: 90%
    }
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-width .comparison-item:nth-of-type(7) {
        width: 100%
    }
}

.aircraft--cabin-width .comparison-type {
    align-items: center;
    min-width: 150px;
    width: auto
}

.aircraft--flat-floor .comparison-plane {
    display: none;
    margin: -24px auto 16px;
    width: 350px
}

@media only screen and (min-width:1000px) {
    .aircraft--flat-floor .comparison-plane {
        display: block
    }
}

.aircraft--flat-floor .comparison-value .value {
    font-size: 22px
}

.aircraft--flat-floor .content-container {
    height: auto;
    margin-top: 3rem
}

@media only screen and (min-width:1000px) {
    .aircraft--flat-floor .content-container {
        height: 475px
    }
}

.aircraft--flat-floor .comparison-item {
    justify-content: flex-start
}

@media only screen and (min-width:1000px) {
    .aircraft--flat-floor .comparison-item {
        justify-content: flex-end
    }
}

.aircraft--flat-floor .comparison-item.vertical {
    flex-direction: row
}

@media only screen and (min-width:1000px) {
    .aircraft--flat-floor .comparison-item.vertical {
        flex-direction: column
    }
}

.aircraft--flat-floor .comparison-item.planesense-item {
    flex-direction: row
}

@media only screen and (min-width:1000px) {
    .aircraft--flat-floor .comparison-item.planesense-item {
        flex-direction: column-reverse
    }
}

.aircraft--flat-floor .comparison-connector {
    height: auto;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--flat-floor .comparison-connector {
        height: 135px
    }
}

.aircraft--flat-floor .comparison-connector.vertical {
    background: url(../img/comparison/dashed-line-horizontal.svg) 50% no-repeat
}

@media only screen and (min-width:1000px) {
    .aircraft--flat-floor .comparison-connector.vertical {
        background: url(../img/comparison/dashed-line-vertical-arrow.svg) 50% no-repeat
    }
}

.aircraft--flat-floor .planesense-item .comparison-connector.vertical {
    background: url(../img/comparison/dashed-line-horizontal.svg) 50% no-repeat
}

@media only screen and (min-width:1000px) {
    .aircraft--flat-floor .planesense-item .comparison-connector.vertical {
        background: url(../img/comparison/dashed-line-vertical-arrow-blue.svg) 50% no-repeat
    }
}

.aircraft--flat-floor .comparison-type {
    align-items: center;
    height: auto
}

@media only screen and (min-width:1000px) {
    .aircraft--flat-floor .comparison-type {
        align-items: flex-start;
        height: 38px
    }
}

@media only screen and (min-width:768px) {
    .aircraft--passenger-seats {
        padding-top: 60px
    }
}

.aircraft--passenger-seats .comparison-value .value span {
    color: #ee2f4f
}

.aircraft--passenger-seats .comparison-item.vertical {
    flex-direction: row
}

@media only screen and (min-width:1000px) {
    .aircraft--passenger-seats .comparison-item.vertical {
        flex-direction: column
    }
}

@media only screen and (min-width:1000px) {
    .aircraft--passenger-seats .comparison-type {
        width: 100%
    }
}

.aircraft--passenger-seats .comparison-connector {
    height: auto;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--passenger-seats .comparison-connector {
        height: 370px;
        margin: 50px 0 40px
    }
}

.aircraft--passenger-seats .comparison-connector.seats-8 {
    background: url(../img/comparison/dashed-line-horizontal.svg) 50% no-repeat
}

@media only screen and (min-width:1000px) {
    .aircraft--passenger-seats .comparison-connector.seats-8 {
        background: url(../img/comparison/seats-8.svg) 50% no-repeat
    }
}

.aircraft--passenger-seats .comparison-connector.seats-8-blue {
    background: url(../img/comparison/dashed-line-horizontal.svg) 50% no-repeat
}

@media only screen and (min-width:1000px) {
    .aircraft--passenger-seats .comparison-connector.seats-8-blue {
        background: url(../img/comparison/seats-8-blue.svg) 50% no-repeat
    }
}

.aircraft--passenger-seats .comparison-connector.seats-9 {
    background: url(../img/comparison/dashed-line-horizontal.svg) 50% no-repeat
}

@media only screen and (min-width:1000px) {
    .aircraft--passenger-seats .comparison-connector.seats-9 {
        background: url(../img/comparison/seats-9.svg) 50% no-repeat
    }
}

.aircraft--passenger-seats .comparison-connector.seats-10 {
    background: url(../img/comparison/dashed-line-horizontal.svg) 50% no-repeat
}

@media only screen and (min-width:1000px) {
    .aircraft--passenger-seats .comparison-connector.seats-10 {
        background: url(../img/comparison/seats-10.svg) 50% no-repeat
    }
}

.aircraft--passenger-seats .note-text {
    color: #ee2f4f;
    display: inline-block;
    font-weight: 600;
    margin-top: -1.25rem;
    position: absolute;
    top: -15px;
    text-align: center;
    width: 100%
}

@media only screen and (min-width:768px) {
    .aircraft--passenger-seats .note-text {
        top: 0
    }
}

.aircraft--internal-baggage {
    margin: 0 auto;
    max-width: 1010px
}

.aircraft--internal-baggage .content-container {
    height: 575px
}

.aircraft--internal-baggage .comparison-item {
    flex-direction: row-reverse;
    width: 100%
}

.aircraft--internal-baggage .comparison-value {
    min-width: 6rem;
    width: 6rem
}

.aircraft--internal-baggage .comparison-value .unit {
    font-size: 18px
}

.aircraft--internal-baggage .comparison-type {
    align-items: center;
    justify-content: flex-start;
    width: 165px
}

.aircraft--internal-baggage .comparison-connector {
    margin: 0 30px 0 20px
}

.aircraft--internal-baggage .comparison-connector.baggage-5 {
    background: url(../img/comparison/dashed-line-horizontal.svg) 50% no-repeat
}

@media only screen and (min-width:1150px) {
    .aircraft--internal-baggage .comparison-connector.baggage-5 {
        background: url(../img/comparison/baggage-5.svg) 50% no-repeat
    }
}

.aircraft--internal-baggage .comparison-connector.baggage-10 {
    background: url(../img/comparison/dashed-line-horizontal.svg) 50% no-repeat
}

@media only screen and (min-width:1150px) {
    .aircraft--internal-baggage .comparison-connector.baggage-10 {
        background: url(../img/comparison/baggage-10.svg) 50% no-repeat
    }
}

.aircraft--internal-baggage .comparison-connector.baggage-15 {
    background: url(../img/comparison/dashed-line-horizontal.svg) 50% no-repeat
}

@media only screen and (min-width:1150px) {
    .aircraft--internal-baggage .comparison-connector.baggage-15 {
        background: url(../img/comparison/baggage-15.svg) 50% no-repeat
    }
}

.aircraft--internal-baggage .comparison-connector.baggage-40 {
    background: url(../img/comparison/dashed-line-horizontal.svg) 50% no-repeat
}

@media only screen and (min-width:1150px) {
    .aircraft--internal-baggage .comparison-connector.baggage-40 {
        background: url(../img/comparison/baggage-40.svg) 50% no-repeat
    }
}

.aircraft--internal-baggage .comparison-connector.baggage-50 {
    background: url(../img/comparison/dashed-line-horizontal-blue.svg) 50% no-repeat
}

@media only screen and (min-width:1150px) {
    .aircraft--internal-baggage .comparison-connector.baggage-50 {
        background: url(../img/comparison/baggage-50--blue.svg) 50% no-repeat
    }
}

.aircraft--runway-length .comparison-plane {
    display: none
}

@media only screen and (min-width:1000px) {
    .aircraft--runway-length .comparison-plane {
        display: block;
        margin-bottom: -7rem;
        width: 450px
    }
}

.aircraft--runway-length .comparison-value {
    height: 3.5rem;
    min-height: 3.5rem;
    min-width: 7.5rem;
    width: 7.5rem
}

@media only screen and (min-width:1000px) {
    .aircraft--runway-length .comparison-value {
        height: 7.5rem;
        min-height: 7.5rem;
        min-width: 3.5rem;
        width: 3.5rem
    }
}

.aircraft--runway-length .comparison-value .value {
    transform: none
}

@media only screen and (min-width:1000px) {
    .aircraft--runway-length .comparison-value .value {
        transform: rotate(270deg)
    }
}

.aircraft--runway-length .comparison-item .comparison-connector {
    width: 100%
}

.aircraft--runway-length .comparison-item:first-of-type .comparison-connector {
    height: auto
}

@media only screen and (min-width:1000px) {
    .aircraft--runway-length .comparison-item:first-of-type .comparison-connector {
        height: 250px
    }
}

.aircraft--runway-length .comparison-item:nth-of-type(2) .comparison-connector {
    height: auto
}

@media only screen and (min-width:1000px) {
    .aircraft--runway-length .comparison-item:nth-of-type(2) .comparison-connector {
        height: 300px
    }
}

.aircraft--runway-length .comparison-item:nth-of-type(3) .comparison-connector {
    height: auto
}

@media only screen and (min-width:1000px) {
    .aircraft--runway-length .comparison-item:nth-of-type(3) .comparison-connector {
        height: 350px
    }
}

.aircraft--runway-length .comparison-item:nth-of-type(4) .comparison-connector {
    height: auto
}

@media only screen and (min-width:1000px) {
    .aircraft--runway-length .comparison-item:nth-of-type(4) .comparison-connector {
        height: 400px
    }
}

.aircraft--runway-length .comparison-item:nth-of-type(5) .comparison-connector {
    height: auto
}

@media only screen and (min-width:1000px) {
    .aircraft--runway-length .comparison-item:nth-of-type(5) .comparison-connector {
        height: 450px
    }
}

.aircraft--runway-length .comparison-item:nth-of-type(6) .comparison-connector {
    height: auto
}

@media only screen and (min-width:1000px) {
    .aircraft--runway-length .comparison-item:nth-of-type(6) .comparison-connector {
        height: 500px
    }
}

.aircraft--cabin-volume .comparison-plane {
    display: none
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-volume .comparison-plane {
        display: block;
        margin-bottom: -4rem;
        width: 380px
    }
}

.aircraft--cabin-volume .content-container {
    height: 535px
}

.aircraft--cabin-volume .comparison-value {
    min-width: 6.5rem;
    width: 6.5rem
}

.aircraft--cabin-volume .comparison-value .unit {
    font-size: 18px
}

.aircraft--cabin-volume .comparison-item:first-of-type .comparison-connector {
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-volume .comparison-item:first-of-type .comparison-connector {
        height: 205px
    }
}

.aircraft--cabin-volume .comparison-item:nth-of-type(2) .comparison-connector {
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-volume .comparison-item:nth-of-type(2) .comparison-connector {
        height: 220px
    }
}

.aircraft--cabin-volume .comparison-item:nth-of-type(3) .comparison-connector {
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-volume .comparison-item:nth-of-type(3) .comparison-connector {
        height: 245px
    }
}

.aircraft--cabin-volume .comparison-item:nth-of-type(4) .comparison-connector {
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-volume .comparison-item:nth-of-type(4) .comparison-connector {
        height: 260px
    }
}

.aircraft--cabin-volume .comparison-item:nth-of-type(5) .comparison-connector {
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-volume .comparison-item:nth-of-type(5) .comparison-connector {
        height: 305px
    }
}

.aircraft--cabin-volume .comparison-item:nth-of-type(6) .comparison-connector {
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-volume .comparison-item:nth-of-type(6) .comparison-connector {
        height: 380px
    }
}

.aircraft--cabin-height .content-container {
    height: auto
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-height .content-container {
        height: 550px
    }
}

.aircraft--cabin-height .comparison-item .comparison-connector {
    width: 100%
}

.aircraft--cabin-height .comparison-item:first-of-type .comparison-connector {
    height: auto
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-height .comparison-item:first-of-type .comparison-connector {
        height: 425px
    }
}

.aircraft--cabin-height .comparison-item:nth-of-type(2) .comparison-connector {
    height: auto
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-height .comparison-item:nth-of-type(2) .comparison-connector {
        height: 365px
    }
}

.aircraft--cabin-height .comparison-item:nth-of-type(3) .comparison-connector {
    height: auto
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-height .comparison-item:nth-of-type(3) .comparison-connector {
        height: 305px
    }
}

.aircraft--cabin-height .comparison-item:nth-of-type(4) .comparison-connector {
    height: auto
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-height .comparison-item:nth-of-type(4) .comparison-connector {
        height: 285px
    }
}

.aircraft--cabin-height .comparison-item:nth-of-type(5) .comparison-connector {
    height: auto
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-height .comparison-item:nth-of-type(5) .comparison-connector {
        height: 285px
    }
}

.aircraft--cabin-height .comparison-item:nth-of-type(6) .comparison-connector {
    height: auto
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-height .comparison-item:nth-of-type(6) .comparison-connector {
        height: 230px
    }
}

.aircraft--cabin-height .comparison-item:nth-of-type(7) .comparison-connector {
    height: auto
}

@media only screen and (min-width:1000px) {
    .aircraft--cabin-height .comparison-item:nth-of-type(7) .comparison-connector {
        height: 205px
    }
}

.aircraft--fuel-consumption .comparison-plane {
    display: none;
    margin: -40px auto 0;
    width: 400px
}

@media only screen and (min-width:1000px) {
    .aircraft--fuel-consumption .comparison-plane {
        display: block
    }
}

.aircraft--fuel-consumption .value {
    font-size: 1.3125rem;
    font-weight: 600;
    letter-spacing: -0.046875rem
}

.aircraft--fuel-consumption .comparison-item:first-of-type .comparison-connector {
    height: auto;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--fuel-consumption .comparison-item:first-of-type .comparison-connector {
        height: 150px
    }
}

.aircraft--fuel-consumption .comparison-item:nth-of-type(2) .comparison-connector {
    height: auto;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--fuel-consumption .comparison-item:nth-of-type(2) .comparison-connector {
        height: 200px
    }
}

.aircraft--fuel-consumption .comparison-item:nth-of-type(3) .comparison-connector {
    height: auto;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--fuel-consumption .comparison-item:nth-of-type(3) .comparison-connector {
        height: 250px
    }
}

.aircraft--fuel-consumption .comparison-item:nth-of-type(4) .comparison-connector {
    height: auto;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--fuel-consumption .comparison-item:nth-of-type(4) .comparison-connector {
        height: 300px
    }
}

.aircraft--fuel-consumption .comparison-item:nth-of-type(5) .comparison-connector {
    height: auto;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .aircraft--fuel-consumption .comparison-item:nth-of-type(5) .comparison-connector {
        height: 350px
    }
}

.aircraft--fuel-consumption .comparison-value {
    min-width: 7rem;
    width: 7rem
}

.program--contract-term .content-container {
    height: 310px
}

.program--contract-term .comparison-value {
    display: flex;
    min-width: 6.5rem;
    width: 6.5rem
}

@media only screen and (min-width:1000px) {
    .program--contract-term .comparison-value {
        display: none
    }
}

.program--contract-term .comparison-item {
    min-height: 50px;
    width: 100%
}

.program--contract-term .comparison-item.header-row {
    display: none;
    flex-direction: row;
    justify-content: space-between
}

@media only screen and (min-width:1000px) {
    .program--contract-term .comparison-item.header-row {
        display: flex
    }
}

.program--contract-term .comparison-item.header-row .comparison-header {
    font-size: 18px;
    font-weight: 600;
    margin-right: 90px
}

.program--contract-term .comparison-item.header-row .comparison-header:first-of-type {
    margin-right: 0;
    min-width: 135px
}

.program--contract-term .comparison-item.planesense-item .comparison-connector {
    background: url(../img/comparison/dashed-line-horizontal-blue.svg) 50% no-repeat
}

@media only screen and (min-width:1000px) {
    .program--contract-term .comparison-item.planesense-item .comparison-connector {
        background: url(../img/comparison/dashed-line-calendar-blue.svg) 100% no-repeat
    }
}

.program--contract-term .comparison-item .comparison-connector {
    background: url(../img/comparison/dashed-line-horizontal.svg) 50% no-repeat
}

@media only screen and (min-width:1000px) {
    .program--contract-term .comparison-item .comparison-connector {
        background: url(../img/comparison/dashed-line-calendar.svg) 100% no-repeat
    }
}

.program--contract-term .comparison-item .comparison-type {
    text-align: right;
    min-width: 135px;
    width: 135px
}

.program--annual-hours .content-container {
    height: 310px
}

.program--annual-hours .comparison-value {
    display: flex;
    min-width: 6.5rem;
    width: 6.5rem
}

@media only screen and (min-width:1000px) {
    .program--annual-hours .comparison-value {
        display: none
    }
}

.program--annual-hours .comparison-item {
    min-height: 40px;
    width: 100%
}

.program--annual-hours .comparison-item.header-row {
    display: none;
    flex-direction: row;
    justify-content: space-between
}

@media only screen and (min-width:1000px) {
    .program--annual-hours .comparison-item.header-row {
        display: flex
    }
}

.program--annual-hours .comparison-item.header-row .comparison-header {
    font-size: 18px;
    font-weight: 600;
    min-width: 50px
}

.program--annual-hours .comparison-item.header-row .comparison-header:first-of-type {
    margin-right: 0;
    min-width: 135px
}

.program--annual-hours .comparison-item.header-row .comparison-header:last-of-type {
    margin-right: 110px
}

.program--annual-hours .comparison-item.planesense-item .comparison-connector {
    background: url(../img/comparison/dashed-line-horizontal-blue.svg) 50% no-repeat
}

@media only screen and (min-width:1000px) {
    .program--annual-hours .comparison-item.planesense-item .comparison-connector {
        background: url(../img/comparison/dashed-line-clock-blue.svg) 100% no-repeat
    }
}

.program--annual-hours .comparison-item .comparison-connector {
    background: url(../img/comparison/dashed-line-horizontal.svg) 50% no-repeat
}

@media only screen and (min-width:1000px) {
    .program--annual-hours .comparison-item .comparison-connector {
        background: url(../img/comparison/dashed-line-clock.svg) 100% no-repeat
    }
}

.program--annual-hours .comparison-item .comparison-type {
    text-align: right;
    min-width: 135px;
    width: 135px
}

.program--occupied-hourly-fee .chart__bars-wrap {
    height: 320px;
    max-width: 960px;
    width: 100%
}

.program--occupied-hourly-fee .chart__bar {
    width: 20%
}

.program--occupied-hourly-fee .chart__bar:first-of-type {
    height: 250px
}

.program--occupied-hourly-fee .chart__bar:nth-of-type(2) {
    height: 200px
}

.program--occupied-hourly-fee .chart__bar:nth-of-type(3) {
    height: 150px
}

.program--occupied-hourly-fee .chart__bar:nth-of-type(4) {
    height: 100px
}

.program--fuel-adjustment .chart__bars-wrap {
    height: 320px;
    max-width: 960px;
    width: 100%
}

.program--fuel-adjustment .chart__bar {
    width: 25%
}

.program--fuel-adjustment .chart__bar:first-of-type,
.program--fuel-adjustment .chart__bar:nth-of-type(2) {
    height: 300px
}

.program--acquisition-cost .chart__bars-wrap {
    height: 320px;
    max-width: 960px;
    width: 100%
}

.program--acquisition-cost .chart__bar {
    width: 20%
}

.program--acquisition-cost .chart__bar:first-of-type {
    height: 230px
}

.program--acquisition-cost .chart__bar:nth-of-type(2) {
    height: 160px
}

.program--acquisition-cost .chart__bar:nth-of-type(3),
.program--acquisition-cost .chart__bar:nth-of-type(4) {
    height: 2px
}

.program--monthly-management-fee .chart__bars-wrap {
    height: 320px;
    max-width: 960px;
    width: 100%
}

.program--monthly-management-fee .chart__bar {
    width: 25%
}

.program--monthly-management-fee .chart__bar:first-of-type {
    height: 275px
}

.program--monthly-management-fee .chart__bar:nth-of-type(2) {
    height: 160px
}

.program--average-cost .chart__bars-wrap {
    height: 320px;
    max-width: 960px;
    width: 100%
}

.program--average-cost .chart__bar {
    width: 20%
}

.program--average-cost .chart__bar:first-of-type {
    height: 250px
}

.program--average-cost .chart__bar:nth-of-type(2) {
    height: 200px
}

.program--average-cost .chart__bar:nth-of-type(3) {
    height: 150px
}

.program--average-cost .chart__bar:nth-of-type(4) {
    height: 100px
}

.program--annual-dues .chart__bars-wrap {
    height: 320px;
    max-width: 960px;
    width: 100%
}

.program--annual-dues .chart__bar {
    width: 20%
}

.program--annual-dues .chart__bar:first-of-type,
.program--annual-dues .chart__bar:nth-of-type(2) {
    height: 240px
}

.program--annual-dues .chart__bar:nth-of-type(3),
.program--annual-dues .chart__bar:nth-of-type(4) {
    height: 0
}

.program--peak-periods-blackout-dates .chart__bars-wrap {
    background: url(../img/comparison/chart-background-small2.svg) 50% no-repeat;
    background-size: cover;
    height: 320px;
    max-width: 960px;
    width: 100%
}

.program--peak-periods-blackout-dates .chart__values-wrap {
    margin-top: -12px;
    padding-bottom: 45px
}

.program--peak-periods-blackout-dates .blackout-bar {
    background-color: #202122
}

.program--peak-periods-blackout-dates .chart__bar {
    width: 10%
}

.program--peak-periods-blackout-dates .chart__bar:first-of-type {
    height: 60px
}

.program--peak-periods-blackout-dates .chart__bar:nth-of-type(2) {
    height: 80px
}

.program--peak-periods-blackout-dates .chart__bar:nth-of-type(3) {
    height: 140px
}

.program--peak-periods-blackout-dates .chart__bar:nth-of-type(4) {
    height: 180px
}

.program--peak-periods-blackout-dates .chart__bar:nth-of-type(5) {
    height: 240px
}

.program--peak-periods-blackout-dates .chart__label {
    width: 12%
}

.program--peak-periods-blackout-dates .comparison-key {
    display: flex;
    flex-direction: column;
    margin-top: 3.75rem
}

@media only screen and (min-width:768px) {
    .program--peak-periods-blackout-dates .comparison-key {
        flex-direction: row;
        justify-content: center
    }
}

.program--peak-periods-blackout-dates .comparison-key__planesense {
    color: #009ddc
}

.program--peak-periods-blackout-dates .comparison-key__planesense:before {
    background: #009ddc
}

.program--peak-periods-blackout-dates .comparison-key__peak-days {
    color: #555d63
}

.program--peak-periods-blackout-dates .comparison-key__peak-days:before {
    background: #555d63
}

.program--peak-periods-blackout-dates .comparison-key__blackout-dates {
    color: #202122
}

.program--peak-periods-blackout-dates .comparison-key__blackout-dates:before {
    background: #202122
}

.program--peak-periods-blackout-dates .comparison-key span {
    font-size: 13px;
    margin: 0 1.4375rem 0.5rem
}

.program--peak-periods-blackout-dates .comparison-key span:before {
    content: "";
    display: inline-block;
    height: 1rem;
    margin-right: 0.75rem;
    margin-bottom: -2px;
    width: 1rem
}

span.sr-only {
    display: none;
}