/*@font-face {
    font-family: 'FreightSans Pro';
    src: url("../fonts/freightsans-pro/book/FreightSansProBook-Regular.eot");
    src: url("../fonts/freightsans-pro/book/FreightSansProBook-Regular.woff2") format("woff2"),url("../fonts/freightsans-pro/book/FreightSansProBook-Regular.woff") format("woff"),url("../fonts/freightsans-pro/book/FreightSansProBook-Regular.ttf") format("truetype"),url("../fonts/freightsans-pro/book/FreightSansProBook-Regular.svg") format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'FreightSans Pro';
    src: url("../fonts/freightsans-pro/book-italic/FreightSansProBook-Italic.eot");
    src: url("../fonts/freightsans-pro/book-italic/FreightSansProBook-Italic.woff2") format("woff2"),url("../fonts/freightsans-pro/book-italic/FreightSansProBook-Italic.woff") format("woff"),url("../fonts/freightsans-pro/book-italic/FreightSansProBook-Italic.ttf") format("truetype"),url("../fonts/freightsans-pro/book-italic/FreightSansProBook-Italic.svg") format("svg");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'FreightSans Pro';
    src: url("../fonts/freightsans-pro/semibold/FreightSansProSemibold-Regular.eot");
    src: url("../fonts/freightsans-pro/semibold/FreightSansProSemibold-Regular.woff2") format("woff2"),url("../fonts/freightsans-pro/semibold/FreightSansProSemibold-Regular.woff") format("woff"),url("../fonts/freightsans-pro/semibold/FreightSansProSemibold-Regular.ttf") format("truetype"),url("../fonts/freightsans-pro/semibold/FreightSansProSemibold-Regular.svg") format("svg");
    font-weight: 600;
    font-style: normal
}*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "Open Sans" ,sans-serif;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

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


body, a {
    color: #000;
   font-family: "Open Sans" ,sans-serif;
    font-size: 18px
}

body {
    /*-webkit-font-feature-settings: 'lnum';
    font-feature-settings: 'lnum';
    font-variant-numeric: lining-nums;*/
    color: #46494D
}

p {
    font-size: 18px;
    line-height: 24px
}

    p .sm-text {
        font-size: 10px;
        vertical-align: super;
        line-height: 10px
    }

    p a {
        color: inherit
    }

.large-copy {
    font-size: 20px;
    line-height: 32px
}

.large-copy--border-bottom {
    border-bottom: 1px solid #fff;
    padding-bottom: 24px
}

.med-copy {
    font-size: 16px;
    line-height: 20px
}

.bold-text {
    font-weight: 600
}

.italic-text {
    font-style: italic
}

.red-link {
    color: #CC2D30
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    overflow-x: hidden
}

a {
    text-decoration: none
}

img {
    width: 100%;
    height: auto
}

.page {
    margin-bottom: 60px
}

.wrap {
    max-width: 860px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .wrap {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 767px) {
    .wrap--scroll {
        padding-right: 0
    }
}

@media (max-width: 640px) {
    .wrap--title {
        padding-left: 12px;
        padding-right: 12px
    }
}

.large-wrap {
    max-width: 1070px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .large-wrap {
        padding-left: 30px;
        padding-right: 30px
    }
}

.margin-top {
    margin-top: 40px
}

.margin-top--xs {
    margin-top: 15px
}

.margin-top--small {
    margin-top: 20px
}

.margin-top--med {
    margin-top: 30px
}

.margin-top--lg {
    margin-top: 60px
}

.desktop-show {
    display: block
}

@media (max-width: 640px) {
    .desktop-show {
        display: none
    }
}

.mobile-show {
    display: none
}

@media (max-width: 640px) {
    .mobile-show {
        display: block
    }
}

.before-tablet {
    display: block
}

@media (max-width: 767px) {
    .before-tablet {
        display: none
    }
}

.below-tablet {
    display: none
}

@media (max-width: 767px) {
    .below-tablet {
        display: block
    }
}

.above-tablet {
    display: block
}

@media (max-width: 768px) {
    .above-tablet {
        display: none
    }
}

.at-tablet {
    display: none
}

@media (max-width: 768px) {
    .at-tablet {
        display: block
    }
}

.header-margin {
    margin-top: 80px
}

@media (max-width: 767px) {
    .header-margin {
        margin-top: 60px
    }
}

.header-padding {
    padding-top: 80px
}

@media (max-width: 767px) {
    .header-padding {
        padding-top: 60px
    }
}

.scroll-to-target, .return-link {
    position: relative
}

.scroll-to-target__offset, .return-link__offset {
    position: absolute;
    top: -80px;
    content: ''
}

@media (max-width: 767px) {
    .scroll-to-target__offset, .return-link__offset {
        top: -60px
    }
}

.centered-text {
    text-align: center
}

@media (max-width: 640px) {
    .centered-text {
        text-align: left
    }
}

.space-bump {
    padding: 0 3px
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    60% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    60% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        z-index: -1
    }

    1% {
        z-index: 3
    }

    100% {
        z-index: 3
    }
}

@keyframes fadeIn {
    0% {
        z-index: -1
    }

    1% {
        z-index: 3
    }

    100% {
        z-index: 3
    }
}

@-webkit-keyframes fadeOut {
    0% {
        z-index: 3
    }

    99% {
        z-index: -1
    }

    100% {
        z-index: -1
    }
}

@keyframes fadeOut {
    0% {
        z-index: 3
    }

    99% {
        z-index: -1
    }

    100% {
        z-index: -1
    }
}

.nav-button {
    position: absolute;
    top: 14px;
    left: 18px;
    height: 50px;
    width: 50px;
    background-color: #fff;
    cursor: pointer;
    padding: 14px 10px;
    z-index: 2
}

    .nav-button:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 2;
        -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.35);
        box-shadow: 0 1px 5px 0 rgba(0,0,0,0.35);
        opacity: 1;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out
    }

.nav-button--no-shadow:before {
    opacity: 0
}

@media (max-width: 767px) {
    .nav-button {
        top: 5px;
        left: 5px
    }
}

.nav-button img {
    width: 100%;
    height: auto;
    width: 30px;
    height: 22px
}

.background-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.background-mask--open {
    background-color: rgba(93,15,16,0.7);
    z-index: 3;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.background-mask--closed {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    z-index: 3
}

.hero-module-wrap {
    position: relative;
    padding-bottom: 57%;
    overflow: hidden;
    z-index: 1
}

@media (max-width: 768px) {
    .hero-module-wrap {
        padding-bottom: 0;
        height: 667px
    }
}

.hero-module {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 768px) {
    .hero-module {
        display: block;
        height: 100%
    }
}

.hero-module .image-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

    .hero-module .image-block:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        content: '';
        background-color: #fff
    }

    .hero-module .image-block.fade-in:before {
        -webkit-transition: background-color cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: background-color cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transition-duration: 1.25s;
        transition-duration: 1.25s;
        background-color: transparent
    }

    .hero-module .image-block.fade-in.delay-1:before {
        -webkit-transition-delay: 250ms;
        transition-delay: 250ms
    }

    .hero-module .image-block.fade-in.delay-2:before {
        -webkit-transition-delay: 500ms;
        transition-delay: 500ms
    }

    .hero-module .image-block.fade-in.delay-3:before {
        -webkit-transition-delay: 750ms;
        transition-delay: 750ms
    }

    .hero-module .image-block.fade-in.delay-4:before {
        -webkit-transition-delay: 1000ms;
        transition-delay: 1000ms
    }

    .hero-module .image-block.fade-in.delay-5:before {
        -webkit-transition-delay: 1250ms;
        transition-delay: 1250ms
    }

    .hero-module .image-block.fade-in.delay-6:before {
        -webkit-transition-delay: 1500ms;
        transition-delay: 1500ms
    }

    .hero-module .image-block.fade-in.delay-7:before {
        -webkit-transition-delay: 1750ms;
        transition-delay: 1750ms
    }

    .hero-module .image-block.fade-in.delay-8:before {
        -webkit-transition-delay: 2000ms;
        transition-delay: 2000ms
    }

    .hero-module .image-block.fade-in.delay-9:before {
        -webkit-transition-delay: 2250ms;
        transition-delay: 2250ms
    }

    .hero-module .image-block.fade-in.delay-10:before {
        -webkit-transition-delay: 2500ms;
        transition-delay: 2500ms
    }

    .hero-module .image-block.fade-in.delay-11:before {
        -webkit-transition-delay: 2750ms;
        transition-delay: 2750ms
    }

.hero-module__column--left {
    width: 26.484375%;
    padding-right: 10px
}

    .hero-module__column--left .image-block--1 {
        background-image: url(../images/hero/two-employees-with-laptops_desktop@2x.jpg);
        padding-bottom: 100.717%
    }

    .hero-module__column--left .image-block--2 {
        background-color: #46494D;
        padding-bottom: 33.37%;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .hero-module__column--left .image-block--3 {
        background-image: url(../images/hero/truck_desktop@2x.jpg);
        padding-bottom: 81.6%
    }

.hero-module__column--middle {
    width: 28.125%;
    padding-right: 10px
}

    .hero-module__column--middle .image-block--1 {
        background-color: #003557;
        padding-bottom: 42.87%
    }

    .hero-module__column--middle .image-block--2 {
        position: relative;
        background-color: #fff;
        padding-bottom: 83.37%;
        margin-top: 10px;
        margin-bottom: 10px;
        background-image: url(../images/hero/hero-title.png);
        background-size: 70%;
        background-position: center 24%;
        z-index: 1;
        cursor: pointer
    }

        .hero-module__column--middle .image-block--2:after {
            position: absolute;
            content: '';
            background-image: url(../images/icons/Scroll_Desktop.svg);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            height: 12px;
            width: 16px;
            left: calc(50% - 8px);
            bottom: 5.4%;
            -webkit-animation-name: bounce;
            animation-name: bounce;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-direction: alternate;
            animation-direction: alternate;
            z-index: -1
        }

    .hero-module__column--middle .image-block--3 {
        background-image: url(../images/hero/three-employees-with-screens_desktop@2x.jpg);
        padding-bottom: 76.85%
    }

.hero-module__column--right {
    width: 45.390625%
}

    .hero-module__column--right .column-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .hero-module__column--right .column-block--top {
        margin-bottom: 10px
    }

    .hero-module__column--right .column-block__section--left {
        width: 48.88%;
        padding-right: 10px
    }

        .hero-module__column--right .column-block__section--left .image-block--1 {
            background-image: url(../images/hero/two-female-employees_desktop@2x.jpg);
            padding-bottom: 78.11%;
            margin-bottom: 10px
        }

        .hero-module__column--right .column-block__section--left .image-block--2 {
            background-image: url(../images/hero/young-girl_desktop@2x.jpg);
            padding-bottom: 64.24%
        }

    .hero-module__column--right .column-block__section--right {
        width: 51.12%
    }

        .hero-module__column--right .column-block__section--right .image-block--3 {
            background-image: url(../images/hero/community-service_desktop@2x.jpg);
            padding-bottom: 134.685%
        }

    .hero-module__column--right .column-block--bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .hero-module__column--right .column-block--bottom__left {
        width: calc(34.07% - 10px);
        margin-right: 10px
    }

    .hero-module__column--right .column-block--bottom__right {
        width: 65.93%
    }

    .hero-module__column--right .column-block--bottom .image-block--1 {
        background-color: #CC2D30;
        padding-bottom: 178%
    }

    .hero-module__column--right .column-block--bottom .image-block--2 {
        background-image: url(../images/hero/consult-with-customer_desktop@2x.jpg);
        padding-bottom: 83.804%
    }

.hero-module__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hero-module__row--top {
    height: 25.66%
}

    .hero-module__row--top .image-block--1 {
        background-image: url(../images/hero/mobile/two-employees-with-laptops_mobile@2x.jpg);
        width: calc(81.3333% - 10px);
        margin-right: 10px;
        height: 100%
    }

    .hero-module__row--top .image-block--2 {
        width: 18.6666%;
        background-color: #003557;
        height: 100%
    }

.hero-module__row--middle {
    margin-top: 10px;
    margin-bottom: 10px;
    height: calc(39.72% - 20px)
}

    .hero-module__row--middle .image-block--1 {
        background-color: #CC2D30;
        width: 18.66%;
        height: 100%;
        margin-right: 10px
    }

    .hero-module__row--middle .image-block--2 {
        width: calc(81.34% - 10px);
        height: 100%;
        position: relative;
        background-color: #fff;
        background-image: url(../images/hero/mobile/mobile-hero-title.png);
        background-size: contain;
        background-position: center;
        z-index: 1;
        cursor: pointer
    }

        .hero-module__row--middle .image-block--2:after {
            position: absolute;
            content: '';
            background-image: url(../images/icons/Scroll_Desktop.svg);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            height: 9px;
            width: 12px;
            left: calc(50% - 6px);
            bottom: 5.4%;
            -webkit-animation-name: bounce;
            animation-name: bounce;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-direction: alternate;
            animation-direction: alternate;
            z-index: -1
        }

.hero-module__row--bottom {
    height: 34.62%
}

    .hero-module__row--bottom .image-block--1 {
        background-image: url(../images/hero/mobile/consult-with-customer_mobile@2x.jpg);
        width: calc(55.2% - 5px);
        margin-right: 10px;
        height: 100%
    }

    .hero-module__row--bottom .image-block--2 {
        background-image: url(../images/hero/mobile/community-service_mobile@2x.jpg);
        width: calc(44.8% - 5px);
        height: 100%
    }

.section-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600
}

.section-title--red {
    color: #CC2D30
}

.section-title--blue {
    color: #003557
}

.section-title--white {
    display: inline-block;
    line-height: 24px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-top: 3px
}

.section-title--main {
    font-size: 40px;
    line-height: 51px
}

@media (max-width: 767px) {
    .section-title--main {
        line-height: 44px
    }
}

.section-title--width-adj {
    max-width: 560px
}

.section-title .italic-text {
    font-weight: 300
}

.section-title i {
    font-size: 23px;
    line-height: 8px;
    vertical-align: top
}

.tooltip {
    position: relative;
    padding: 5px 0
}

.tooltip__trigger {
    position: absolute;
    left: -1px;
    top: -3px;
    font-size: 15px;
    color: #CC2D30;
    font-weight: 600;
    cursor: pointer
}

.tooltip__copy {
    padding: 10px;
    position: absolute;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #CC2D30;
    width: 310px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 45px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    pointer-events: none
}

@media (max-width: 640px) {
    .tooltip__copy {
        max-width: 200px
    }
}

.tooltip__copy:after {
    position: absolute;
    content: '';
    background-color: #fff;
    left: calc(50% - 3px);
    bottom: -3px;
    -webkit-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
    border: 1px solid #fff;
    border-left-color: #CC2D30;
    border-bottom-color: #CC2D30;
    height: 20px;
    width: 20px
}

.tooltip__copy--show {
    opacity: 1
}

.tooltip__copy i {
    font-size: 11px;
    color: #CC2D30;
    font-weight: 600;
    line-height: 11px;
    vertical-align: top
}

.tooltip__copy--right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: auto;
    right: -10px
}

    .tooltip__copy--right:after {
        left: auto;
        right: 0
    }

.tooltip__copy--left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    right: auto;
    left: -10px
}

    .tooltip__copy--left:after {
        right: auto;
        left: 11px
    }

.tooltip--small .tooltip__trigger {
    top: 0;
    font-size: 13px
}

.tooltip--small .tooltip__copy {
    width: 211px
}

.bullet-list {
    max-width: 600px;
    margin: 0 auto
}

    .bullet-list li {
        position: relative;
        font-size: 18px;
        line-height: 24px;
        padding-left: 18px
    }

        .bullet-list li:before {
            position: absolute;
            content: '';
            left: 0;
            top: 9px;
            height: 8px;
            width: 8px;
            border-radius: 50%;
            background-color: #46494D
        }

        .bullet-list li i {
            font-size: 17px;
            line-height: 10px;
            vertical-align: top
        }

.bullet-list--wide {
    max-width: none
}

    .bullet-list--wide li {
        padding-left: 37px
    }

        .bullet-list--wide li:before {
            left: 11px
        }

.quote-block {
    background-color: #DADBDB;
    max-width: 610px;
    padding: 16px 25px;
    margin-left: auto;
    margin-right: auto
}

    .quote-block p {
        position: relative;
        color: #003557;
        font-size: 24px;
        line-height: 34px;
        text-align: left;
        padding-bottom: 32px
    }

        .quote-block p:after {
            position: absolute;
            content: '';
            width: 53.57%;
            height: 1px;
            background-color: #CC2D30;
            bottom: 8px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }

@media (max-width: 640px) {
    .quote-block p:after {
        width: 78%
    }
}

.title-block {
    color: #fff;
    font-weight: 600
}

.title-block--small {
    text-align: center;
    padding: 9px 5px
}

    .title-block--small h1, .title-block--small h2 {
        display: inline-block;
        font-size: 24px;
        line-height: 31px
    }

.title-block--large {
    text-align: left;
    padding: 16px 0
}

    .title-block--large h1, .title-block--large h2 {
        max-width: 860px;
        margin: 0 auto;
        font-size: 30px;
        line-height: 38px;
        padding-left: 20px
    }

        .title-block--large h1 br, .title-block--large h2 br {
            display: none
        }

@media (max-width: 640px) {
    .title-block--large h1 br, .title-block--large h2 br {
        display: block
    }
}

@media (max-width: 767px) {
    .title-block--large h1, .title-block--large h2 {
        max-width: 880px;
        padding-left: 30px
    }
}

.title-block--gray {
    background-color: #46494D
}

.title-block--blue {
    background-color: #003557
}

.title-block--red {
    background-color: #CC2D30
}

.title-block--white {
    background-color: #fff;
    color: #CC2D30
}

.title-block--mobile-margin {
    margin-top: 60px
}

@media (max-width: 640px) {
    .title-block--mobile-margin {
        margin-top: 12px
    }
}

.title-block h1, .title-block h2 {
    position: relative
}

.title-block i {
    font-size: 16px;
    line-height: 16px;
    vertical-align: top
}

.link-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    padding: 0 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 610px;
    height: 70px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 640px) {
    .link-block {
        height: 140px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.link-block--blue {
    background-color: #003557
}

.link-block--gray {
    background-color: #46494D
}

.link-block h3 {
    color: inherit;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    width: calc(100% - 117px)
}

@media (max-width: 640px) {
    .link-block h3 {
        padding-top: 8px;
        padding-bottom: 8px;
        width: auto
    }
}

.link-block span {
    position: relative;
    padding-right: 31px;
    font-size: 20px;
    line-height: 25px;
    color: inherit
}

@media (max-width: 640px) {
    .link-block span {
        padding-bottom: 10px
    }
}

.link-block span:after {
    position: absolute;
    content: '';
    height: 17px;
    width: 21px;
    background-image: url(../images/icons/Arrow_right-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    top: 6px
}

.signature-block {
    color: #CC2D30;
    max-width: 260px;
    margin-left: 72px
}

@media (max-width: 640px) {
    .signature-block {
        margin-left: 42px
    }
}

.signature-block h4 {
    color: inherit;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px
}

.signature-block p {
    color: inherit;
    font-size: 18px;
    line-height: 24px
}

.back-to-top {
    position: fixed;
    height: 55px;
    width: 56px;
    background-image: url(../images/icons/Back-to-top.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 35px;
    right: 35px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

@media (max-width: 640px) {
    .back-to-top {
        right: 6px;
        bottom: 6px
    }
}

.back-to-top.move-up {
    opacity: 1
}

.back-to-top--scroll {
    cursor: pointer
}

.small-copy {
    font-size: 15px;
    line-height: 20px
}

.back-link {
    text-align: center
}

    .back-link a {
        position: relative;
        display: inline-block;
        font-size: 20px;
        line-height: 25px;
        background-color: #fff;
        color: #CC2D30;
        padding: 8px 19px 9px 45px
    }

        .back-link a:before {
            position: absolute;
            content: '';
            height: 17px;
            width: 21px;
            background-image: url(../images/icons/Arrow_left-red.svg);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            top: 14px;
            left: 18px
        }

.content-group {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content-group__half {
    width: 50%
}

    .content-group__half:first-of-type {
        padding-right: 50px
    }

@media (max-width: 640px) {
    .content-group__half:first-of-type {
        padding-right: 0
    }
}

@media (max-width: 640px) {
    .content-group__half {
        width: 100%
    }
}

.content-group li:first-of-type {
    margin-top: 0
}

@media (max-width: 640px) {
    .content-group li:first-of-type {
        margin-top: 40px
    }
}

.content-group .med-copy {
    margin-top: 9px
}

.header {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

@media (max-width: 767px) {
    .header {
        height: 60px
    }
}

.header__logo {
    position: absolute;
    width: 189px;
    height: 38px;
    top: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 767px) {
    .header__logo {
        left: 70px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        height: 23px;
        width: 110px;
        top: 15px
    }
}

.header__logo img {
    width: 100%;
    height: auto;
    display: block
}

.header__inner {
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25)
}

.header__inner--show {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header__title {
    position: absolute;
    right: 25px;
    top: 26px
}

    .header__title span {
        color: #B5B6B8;
        font-size: 24px;
        text-transform: uppercase
    }

@media (max-width: 767px) {
    .header__title {
        top: 21px;
        right: 15px
    }

        .header__title span {
            font-size: 15px
        }
}

@media (max-width: 340px) {
    .header__title span {
        font-size: 13px
    }
}

.nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 283px;
    height: 100vh;
    padding: 73px 23px 0 31px;
    background-color: #CC2D30;
    color: #fff;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    z-index: 4;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0
}

    .nav-menu.viewable {
        opacity: 1
    }

.nav-menu--open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.nav-menu__close-button {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 27px;
    left: 31px;
    cursor: pointer
}

    .nav-menu__close-button img {
        width: 100%;
        height: auto
    }

.nav-menu__list-item {
    position: relative
}

    .nav-menu__list-item:hover a:before {
        background-color: rgba(93,15,16,0.4)
    }

    .nav-menu__list-item .submenu-trigger {
        position: absolute;
        width: 15px;
        height: 15px;
        top: 13px;
        left: 176px;
        background-image: url(../images/icons/plus.svg);
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 5;
        cursor: pointer
    }

        .nav-menu__list-item .submenu-trigger:after {
            content: '';
            position: absolute;
            height: 1px;
            width: 15px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background-color: transparent
        }

    .nav-menu__list-item .submenu-trigger--open {
        background-image: none
    }

        .nav-menu__list-item .submenu-trigger--open:after {
            background-color: #fff
        }

.nav-menu__link {
    position: relative;
    display: block;
    color: inherit;
    font-weight: 600;
    line-height: 23px;
    padding-top: 8px;
    padding-bottom: 8px
}

    .nav-menu__link:before {
        content: '';
        position: absolute;
        width: 283px;
        height: 100%;
        top: 0;
        left: -31px;
        background-color: transparent;
        z-index: -1
    }

.nav-menu__submenu {
    display: none;
    padding-left: 13px;
    list-style-image: url(../images/icons/list-style-image-red.png)
}

.nav-menu__submenu__link {
    display: inline-block;
    color: inherit;
    font-size: 16px;
    line-height: 20px;
    padding: 7px 10px;
    border: 1px solid transparent
}

    .nav-menu__submenu__link:hover {
        border-color: #fff
    }

    .nav-menu__submenu__link span {
        font-style: italic
    }

.nav-menu__subtitle {
    font-size: 15px;
    color: inherit;
    margin-top: 12px;
    margin-bottom: 19px
}

.nav-menu__button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 211px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 38px
}

.nav-menu__button {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    border: 1px solid #fff;
    width: calc(50% - 2px);
    text-align: center;
    padding: 5px 0;
    background-color: transparent
}

    .nav-menu__button:hover {
        color: #CC2D30;
        background-color: #fff
    }

.ua-desktop-windows .nav-menu.sub-menu-open {
    width: 293px
}

@media (max-width: 640px) {
    .titled-image-quote {
        margin-top: 20px
    }
}

.titled-image-quote__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.titled-image-quote__image {
    width: 39%
}

@media (max-width: 640px) {
    .titled-image-quote__image {
        width: 100%
    }
}

.titled-image-quote__quote {
    position: relative;
    width: calc(61% - 50px);
    margin-left: 50px;
    padding-bottom: 26px;
    font-size: 24px;
    line-height: 34px;
    color: #003557
}

@media (max-width: 640px) {
    .titled-image-quote__quote {
        width: 100%;
        margin-top: 40px;
        margin-left: 0
    }
}

.titled-image-quote__quote:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 66.666%;
    background-color: #CC2D30;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.graph-block__legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (max-width: 640px) {
    .graph-block__legend {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.graph-block__legend--small {
    max-width: 555px;
    margin-right: auto;
    margin-left: auto
}

.graph-block__legend-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 640px) {
    .graph-block__legend-item {
        width: 50%;
        margin-bottom: 20px
    }

        .graph-block__legend-item:nth-child(3), .graph-block__legend-item:nth-child(4) {
            margin-bottom: 0
        }
}

.graph-block__footnote {
    position: relative;
    font-size: 15px;
    line-height: 20px
}

    .graph-block__footnote i {
        font-size: 10px;
        line-height: 10px;
        vertical-align: top
    }

.legend-color {
    display: inline-block;
    height: 29px;
    width: 42px;
    margin-right: 15px
}

.legend-color--red {
    background-color: #CC2D30
}

.legend-color--gray {
    background-color: #46494D
}

.legend-color--light-gray {
    background-color: #B5B6B8
}

.legend-color--light-gray-2 {
    background-color: #DADBDB
}

.legend-color--black {
    background-color: #000
}

.legend-text {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    padding-right: 5px
}

    .legend-text i {
        font-size: 10px;
        line-height: 10px;
        vertical-align: top
    }

.footer {
    background-color: #003557;
    min-height: 90px;
    padding: 25px 25px 10px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__logo {
    width: 148px;
    height: 40px;
    background-image: url(../images/logos/footer-logo.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    margin-right: 25px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .footer__copyright {
        padding-right: 20px
    }
}

.footer__copyright br {
    display: none
}

@media (max-width: 640px) {
    .footer__copyright br {
        display: block
    }
}

.footer__link {
    padding: 0 0 0 20px;
    margin-left: 20px;
    border-left: 1px solid #59A4BA
}

@media (max-width: 767px) {
    .footer__link {
        margin-left: 0;
        margin-right: 20px;
        border-left: none;
        border-right: 1px solid #59A4BA;
        padding: 0 20px 0 0
    }

        .footer__link:last-of-type {
            border-right: none;
            margin-right: 0;
            padding-right: 0
        }
}

.footer__link a {
    color: #fff;
    font-size: inherit;
    text-decoration: underline
}

.footer p {
    margin-bottom: 15px;
    color: #59A4BA;
    font-size: 15px;
    line-height: 20px
}

.table__intro p {
    font-weight: 600;
    color: #003557;
    text-transform: uppercase
}

.table__body {
    display: block
}

@media (max-width: 840px) {
    .table__body {
        overflow-x: scroll
    }
}

.table__body::-webkit-scrollbar {
    width: 100%;
    height: 7px;
    display: none
}

@media (max-width: 840px) {
    .table__body::-webkit-scrollbar {
        display: block
    }
}

.table__body::-webkit-scrollbar:no-button {
    width: 100%
}

.table__body::-webkit-scrollbar-button:start, .table__body::-webkit-scrollbar-button:end {
    display: none
}

.table__body::-webkit-scrollbar-track {
    background-image: url(../images/icons/scrollbar-track.svg);
    background-size: contain;
    background-position: center;
    width: 100%;
    background-repeat: repeat-x
}

.table__body::-webkit-scrollbar-thumb:horizontal {
    background-color: #B5B6B8
}

.table__col {
    border-left: 1px solid #fff;
    height: 30px
}

.table__col--main {
    border-left: none;
    width: 292px;
    text-align: left;
    padding-left: 10px;
    font-size: 13px;
    color: #46494D;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 8px
}

@media (max-width: 640px) {
    .table__col--main {
        width: 223px
    }
}

.table__col--details {
    width: 103px;
    text-align: right;
    padding-right: 20px;
    font-size: 15px;
    line-height: 19px;
    padding-top: 5px;
    position: relative
}

    .table__col--details:before {
        position: absolute;
        content: '$';
        left: 14px;
        top: 5px
    }

.table__col--second {
    border-color: transparent
}

.table__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    width: 100%;
    min-width: 807px
}

@media (max-width: 640px) {
    .table__header {
        min-width: 739px
    }
}

.table__header .table__col {
    height: 35px;
    text-align: center
}

.table__header .table__col--main {
    background-color: #003557
}

.table__header .table__col--details {
    background-color: #46494D;
    font-size: 20px;
    line-height: 26px;
    padding-right: 0;
    padding-top: 4px
}

    .table__header .table__col--details:before {
        content: ''
    }

.table__header .table__col--second {
    background-color: #003557;
    border-color: #fff
}

.table__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 807px
}

@media (max-width: 640px) {
    .table__row {
        min-width: 739px
    }
}

.table__row .table__col--details {
    background-color: #DADBDB
}

.table__row .table__col--main, .table__row .table__col--second {
    background-color: #F2F8FA
}

.table__row:nth-child(2n+2) .table__col--details {
    background-color: #F6F6F6
}

.table__row:nth-child(2n+2) .table__col--main, .table__row:nth-child(2n+2) .table__col--second {
    background-color: #fff
}

.table-footnote-text {
    font-size: 15px;
    line-height: 20px
}

    .table-footnote-text i {
        font-size: 10px;
        line-height: 15px;
        vertical-align: top
    }

.ie-pop-up {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.75)
}

.ie-pop-up__copy {
    position: absolute;
    left: calc(50% - 350px);
    top: calc(50% - 175px);
    background-color: #fff;
    height: 350px;
    width: 750px;
    padding: 30px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
    border: 1px solid #CC2D30
}

    .ie-pop-up__copy p {
        text-align: center;
        font-size: 24px;
        line-height: 30px;
        padding-top: 120px
    }

    .ie-pop-up__copy a {
        font-size: inherit;
        line-height: inherit;
        color: #CC2D30;
        text-decoration: underline
    }

.ie-pop-up__close {
    height: 20px;
    width: 20px;
    background-image: url(../images/icons/close-x.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.ie-pop-up.close-window {
    display: none
}

.ua-ie-9 .ie-pop-up, .ua-ie-10 .ie-pop-up {
    display: block
}

    .ua-ie-9 .ie-pop-up.close-window, .ua-ie-10 .ie-pop-up.close-window {
        display: none
    }

.management-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.management-block__item {
    width: 200px;
    margin-bottom: 40px;
    padding: 0 5px
}

@media (max-width: 640px) {
    .management-block__item {
        width: 150px;
        padding: 0
    }
}

.management-block__item__name {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px
}

.management-block__item__title {
    font-size: 15px;
    line-height: 20px
}

.management-block__legend p {
    font-size: 15px;
    line-height: 24px
}

.management-block__legend i {
    font-size: 13px;
    vertical-align: top;
    line-height: 17px
}

.management-block__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 333px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 60px
}

@media (max-width: 640px) {
    .management-block__card {
        padding: 0
    }
}

.management-block__card--with-footnote {
    position: relative
}

.management-block__card__footnote {
    position: absolute;
    left: 5px;
    bottom: -26px;
    font-style: italic;
    font-size: 12px
}

.management-block__card img {
    width: 150px;
    height: 150px;
    margin-right: 15px;
    border: 1px solid #DADBDB
}

@media (max-width: 640px) {
    .management-block__card img {
        margin-right: 12px
    }
}

.management-block__card__info {
    width: 164px
}

@media (max-width: 640px) {
    .management-block__card__info {
        width: 150px
    }
}

.management-block i {
    font-size: 13px;
    vertical-align: top;
    line-height: 17px
}

.column-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.column {
    padding: 0 5px 0 0
}

@media (max-width: 767px) {
    .column {
        width: 100%
    }
}

.column__group {
    width: calc(50% - 13px);
    float: left;
    margin-right: 25px
}

    .column__group:nth-child(2n+2) {
        margin-right: 0
    }

.column__title {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px
}

.column__details {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px
}

.minimal-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px
}

@media (max-width: 640px) {
    .minimal-table__row {
        padding-left: 0;
        padding-right: 0
    }
}

.minimal-table__header {
    border-bottom: 1px solid #B5B6B8;
    padding-bottom: 5px;
    margin-bottom: 8px
}

    .minimal-table__header .minimal-table__col {
        line-height: 24px
    }

@media (max-width: 640px) {
    .minimal-table__header .minimal-table__col {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-bottom: 0
    }
}

.minimal-table__col {
    font-size: 18px;
    line-height: 30px;
    text-align: right;
    width: 13.65%;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (max-width: 640px) {
    .minimal-table__col {
        width: 72px;
        -ms-flex-item-align: center;
        align-self: center;
        line-height: 24px;
        margin-bottom: 18px
    }
}

.minimal-table__col--main {
    width: 40%;
    text-align: left
}

@media (max-width: 640px) {
    .minimal-table__col--main {
        width: 72px
    }
}

.lined-table {
    margin-top: 12px;
    border-top: 1px solid #B5B6B8
}

@media (max-width: 840px) {
    .lined-table {
        overflow-x: scroll
    }
}

.lined-table::-webkit-scrollbar {
    width: 100%;
    height: 7px;
    display: none
}

@media (max-width: 840px) {
    .lined-table::-webkit-scrollbar {
        display: block
    }
}

.lined-table::-webkit-scrollbar:no-button {
    width: 100%
}

.lined-table::-webkit-scrollbar-button:start, .lined-table::-webkit-scrollbar-button:end {
    display: none
}

.lined-table::-webkit-scrollbar-track {
    background-image: url(../images/icons/scrollbar-track.svg);
    background-size: contain;
    background-position: center;
    width: 100%;
    background-repeat: repeat-x
}

.lined-table::-webkit-scrollbar-thumb:horizontal {
    background-color: #B5B6B8
}

.lined-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 820px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #B5B6B8;
    padding-right: 10px
}

@media (max-width: 640px) {
    .lined-table__row {
        min-width: 643px
    }
}

.lined-table__row--no-border {
    border-bottom: none
}

    .lined-table__row--no-border .lined-table__col {
        padding-bottom: 0
    }

.lined-table__col {
    -ms-flex-item-align: center;
    align-self: center;
    width: 74px;
    text-align: right;
    padding-top: 11px;
    padding-bottom: 11px
}

.lined-table__col--main {
    width: 410px;
    text-align: left
}

@media (max-width: 640px) {
    .lined-table__col--main {
        width: 233px
    }
}

.lined-table__col--indented {
    padding-left: 9px
}

.lined-table__col--long {
    width: auto
}

    .lined-table__col--long br {
        display: none
    }

@media (max-width: 640px) {
    .lined-table__col--long br {
        display: block
    }
}

@media (max-width: 640px) {
    .lined-table--6yr .lined-table__row {
        min-width: 722px
    }
}

.lined-table--6yr .lined-table__col {
    width: 74px
}

.lined-table--6yr .lined-table__col--main {
    width: 261px;
    margin-right: 45px
}

@media (max-width: 640px) {
    .lined-table--6yr .lined-table__col--main {
        width: 233px;
        margin-right: 0
    }
}

.lined-table--6yr .lined-table__col--long {
    width: auto;
    margin-right: 0
}

.lined-table--small {
    border-top: none
}

@media (max-width: 840px) {
    .lined-table--small::-webkit-scrollbar {
        display: none
    }
}

@media (max-width: 640px) {
    .lined-table--small::-webkit-scrollbar {
        display: block
    }
}

.lined-table--small .lined-table__row {
    width: 663px;
    min-width: 663px
}

    .lined-table--small .lined-table__row:first-of-type {
        border-top: 1px solid #B5B6B8
    }

@media (max-width: 640px) {
    .lined-table--small .lined-table__row {
        width: 407px;
        min-width: 407px
    }
}

.lined-table--small .lined-table__col--main {
    width: 261px;
    margin-right: 45px
}

@media (max-width: 640px) {
    .lined-table--small .lined-table__col--main {
        width: 233px;
        margin-right: 0
    }
}

.lined-table--small .lined-table__col--long {
    width: auto;
    margin-right: 0
}

.lined-table--small .custom-col {
    width: auto;
    margin-right: 24px
}

@media (max-width: 640px) {
    .lined-table--small .custom-col {
        width: 233px;
        margin-right: 0
    }
}

.lined-table i {
    font-size: 12px;
    line-height: 13px;
    vertical-align: top
}

.competitive-advantages {
    background-color: #003557;
    color: #fff
}

    .competitive-advantages .footer {
        border-top: 1px solid #fff
    }

.sustaining-our-communities {
    background-color: #46494D;
    color: #fff
}

    .sustaining-our-communities .bullet-list li:before {
        background-color: #fff
    }

    .sustaining-our-communities .footer {
        border-top: 1px solid #fff
    }

    .sustaining-our-communities .styled-link {
        margin-top: 25px
    }

        .sustaining-our-communities .styled-link a {
            text-decoration: underline
        }
