<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --body-font-size: 1.0rem;
    --h1-font-size: 6.4rem;
    --h2-font-size: 2.8rem;
    --h3-font-size: 2.4rem;
    --h2-title-font-size: 4.6rem;
    --h2-mobile-font-size: 1.2rem;
    --h2-mobile-title-font-size: 3.3rem;
    --headline-font-size: 3.6rem;
    --subtext-font-size: 2.4rem;
    --main-nav-font-size: 1.85rem;
    --mini-nav-font-size: 1.75rem;
    --hero-font-size: 9.0em;
    --hero-font-override: 5.6em;
    --hero-subtext-font-size: 2.5em;
    --small-text-size: 1.4em;
    --standard-text-size: 1.6em;
    --enlarged-text-size: 1.8em;
    --large-text-size: 2.4em;
    --extra-large-text-size: 3.6em;
    --dark-blue: #1C3B63;
    --main-blue: #21578A;
    --main-blue-25: #C7D5E2;
    --main-blue-50: #90ABC4;
    --main-blue-75: #5981A7;
    --blue-gray: #65798D;
    --light-blue: #96C4E6;
    --tan: #F2F0ED;
}


html, body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    color: var(--dark-blue);
}

body {
    background-color: var(--tan);
    padding: 0;
    margin: 0;
    overflow-x: hidden !important;
}

.reset {
    font-size: 1.0rem;
    padding: 0;
    margin: 0;
}

.color-navy {
    color: var(--dark-blue);
}

.color-medium-blue {
    color: var(--main-blue);
}

.color-turquoise {
    color: var(--main-blue-75);
}

.bg-medium-blue {
    background-color: var(--dark-blue);
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.smaller-text {
    color: #0055A5;
    font-size: 1.0em;
    font-weight: 300;
    line-height: 1.5em;
}

.special-title {
    font-size: var(--h2-title-font-size);
    font-weight: bold;
}
.mobile .special-title {
    font-size: var(--h2-mobile-title-font-size);
    font-weight: bold;
}

h1 {
    font-size: var(--h1-font-size);
}

h1.in-body {
    text-align: center;
    margin: 20px;
    color: white;
}

h1.in-body-color-medium-blue {
    text-align: center;
    margin: 20px;
    color: var(--dark-blue);
}

h1.small-buffer {
    margin-bottom: 1.5rem;
}

h1.mixed-buffer {
    margin-bottom: 1.5rem;
    margin-top: 6.0rem;
}

h2 {
    font-size: var(--h2-font-size);
    color: var(--dark-blue);
}

.mobile h2 {
    font-size: var(--h2-mobile-font-size);
    color: var(--dark-blue);
}

h3 {
    font-size: var(--h3-font-size);
    /*    padding-top: 50%; */
    color: var(--dark-blue);
}

    h3.on-blue {
        text-align: center;
        color: #fff;
        font-weight: 700;
        padding: 75px 0;
    }

    h3.on-white {
        text-align: center;
        color: var(--dark-blue);
        font-weight: 700;
        padding: 75px 0;
    }

    h3.small-buffer {
        padding-top: 25px;
    }

    h3.no-top-buffer {
        padding-top: 0;
    }

    h3.no-bottom-buffer {
        padding-bottom: 0;
    }

h4.on-white {
    text-align: center;
    color: var(--dark-blue);
    font-size: var(--extra-large-text-size);
    font-weight: 700;
    padding: 3rem 0;
}

h5.on-blue {
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 75px 0;
}

p.on-blue {
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 75px 0;
}

hr.main-hr {
    border: 1px solid var(--light-blue);
}

a.link {
    color: var(--dark-blue);
    text-decoration: underline;
}
.bigger-text {
    font-size: var(--h3-font-size);
}
.bigger-lines {
    line-height: 1.4em;
}
.more-space {
    margin: 1.0em 0;
}
.more-top-space {
    margin-top: 1.0em;
}
.more-bottom-space {
    margin-bottom: 1.0em;
}

a.in-body-nav {
    font-size: var(--subtext-font-size);/*30px*/
    color: var(--dark-blue);
    text-decoration: underline;
}

.producers-row-data {
    padding-bottom: 6px;
}

.bg-turquoise {
    background-color: #64AFCD;
    margin: 0;
    padding-top: 20px;
}

.color-turquoise {
    color: #64AFCD;
}

.gsa-image-about {
    height: 25%;
    width: 25%;
    max-width: 200px;
    padding: 40px 10px 40px 20px;
}

h1.medium-blue {
    color: var(--dark-blue);
}

.content {
    font-size: var(--subtext-font-size);
    color: var(--dark-blue);
}

.divider {
    height: 30px;
    background-color: lightgray;
}

img.standard {
    width: 100%;
    height: auto;
}

.img-center {
    text-align: center;
    margin: auto;
    width: 40%;
}

:focus {
    outline: none !important;
}

::-moz-focus-inner {
    border: 0 !important;
}

button {
    padding: 0.25em 3em;
    border: 0;
    border-radius: 40px;
    font-size: 2.0em;
    font-weight: bold;
    letter-spacing: 3px;
    outline: none !important;
    text-decoration: none !important;
    text-transform: uppercase;
}
button:hover {
    text-decoration: none !important;
}

.standard-text {
    color: var(--dark-blue);
    font-size: var(--standard-text-size);
    font-weight: 300;
    line-height: 1.5em;
}

.enlarged-text {
    color: var(--dark-blue);
    font-size: var(--enlarged-text-size);
    font-weight: 300;
    line-height: 1.5em;
}

.large-text {
    color: var(--dark-blue);
    font-size: var(--large-text-size);
    font-weight: 300;
    line-height: 1.5em;
}

.extra-large-text {
    color: var(--dark-blue);
    font-size: var(--extra-large-text-size);
    font-weight: 500;
    line-height: 1.5em;
}

.header-display {
    font-family: 'Museo Sans 900', museo-sans, sans-serif;
    font-weight: 900;
    font-size: 15em;
    color: var(--light-blue);
    line-height: 1.0em;
}

.header-1 {
    font-family: 'Museo Sans 900', museo-sans, sans-serif;
    font-weight: 900;
    font-size: 5em;
    color: var(--light-blue);
    line-height: 1.25em;
}

.header-2 {
    font-family: 'Museo Sans 500', museo-sans, sans-serif;
    font-weight: 100;
    font-size: 5em;
    letter-spacing: 0.005em;
    color: #fff;
    line-height: 1.25em;
}

.header-2-blue {
    font-family: 'Museo Sans 500', museo-sans, sans-serif;
    font-weight: 100;
    font-size: 5em;
    letter-spacing: 0.005em;
    color: var(--main-blue);
    line-height: 1.25em;
}

.header-3 {
    font-family: 'Museo Sans 900', museo-sans, sans-serif;
    font-weight: 900;
    font-size: 2.0em;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--dark-blue);
    line-height: 1.25em;
}


.large-solid-text {
        font-family: 'Museo Sans 900', museo-sans, sans-serif;
    font-weight: 900;
    font-size: 4em;
    color: var(--light-blue);
    width: 75%;
}
    .large-solid-text.white {
        color: #fff;
    }

.medium-solid-text {
        font-family: 'Museo Sans 700', museo-sans, sans-serif;
    font-weight: 700;
    font-size: 2.85em;
    color: var(--main-blue);
    width: 75%;
}

.news-headline {
    color: var(--light-blue);
    margin-top: 1em;
}

.normal-solid-text {
        font-family: 'Museo Sans 500', museo-sans, sans-serif;
    font-weight: 500;
    color: #DAE7EC;
    font-size: 2.1em;
    line-height: 2.0em;
    border-left: 3px solid var(--light-blue);
    padding-left: 1.5em;
    margin: 2em 0;
    width: 75%;
}

.normal-point-text {
        font-family: 'Museo Sans 500', museo-sans, sans-serif;
    font-weight: 500;
    color: #DAE7EC;
    font-size: 2.1em;
    line-height: 2.0em;
    margin: 2em 0;
}

.normal-small-text {
    font-family: 'Museo Sans 500', museo-sans, sans-serif;
    font-weight: 500;
    color: var(--main-blue);
    font-size: 1.75em;
    line-height: 2.0em;
    margin: 2em 0;
}


.normal-medium-text {
        font-family: 'Museo Sans 500', museo-sans, sans-serif;
    font-weight: 500;
    color: var(--main-blue);
    font-size: 2.1em;
    line-height: 2.0em;
    margin: 2em 0;
}

.normal-large-text {
    font-family: 'Museo Sans 500', museo-sans, sans-serif;
    font-weight: 500;
    color: var(--main-blue);
    font-size: 3.0em;
    line-height: 2.0em;
    margin: 2em 0;
}

    .normal-large-text.lighten {
        color: var(--main-blue-75);
    }

.normal-navy-text {
        font-family: 'Museo Sans 500', museo-sans, sans-serif;
    font-weight: 500;
    color: var(--dark-blue);
    font-size: 2.1em;
    line-height: 2.0em;
    margin: 2em 0;
}



.standard-medium-text {
    font-weight: 500;
    color: var(--main-blue);
    font-size: 2.1em;
    line-height: 1.5em;
    margin: 2em 0;
}

.standard-medium-text.bolder {
    font-weight: bold;
}

.photo-title {
        font-family: 'Museo Sans 500', museo-sans, sans-serif;
    font-weight: 500;
    color: var(--light-blue);
    font-size: 2.6em;
    line-height: 2.0em;
    margin: 2em 0;
    margin-bottom: 0.25em;
}

.blue-bg {
    background: var(--light-blue);
}

.headline {
        font-family: 'Museo Sans 500', museo-sans, sans-serif;
    font-weight: 300;
    font-size: 1.8em;
    line-height: 2.0em;
    letter-spacing: 2px;
    color: var(--light-blue);
    margin: 0;
    margin-top: 0.5em;
}

.point {
        font-family: 'Museo Sans 700', museo-sans, sans-serif;
    font-weight: 700;
    padding-top: 0.35em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    background: #F1F0EE;
    color: var(--dark-blue);
    text-align: center;
}

.point.large {
    margin-top: 0.5em;
    padding-top: 0;
    border-radius: 2em;
    float: left;
}

.opener-button {
    background: var(--light-blue);
    color: var(--main-blue);
    border: 3px solid var(--light-blue);
    text-align: left;
}
    .opener-button:hover {
        background: var(--dark-blue);
        color: var(--light-blue);
        border: 3px solid var(--light-blue) !important;
    }

.opener-button.more-button {
    background: var(--light-blue);
    color: var(--main-blue);
    border: 3px solid var(--light-blue) !important;
}
.opener-button.more-button:hover {
    background: var(--dark-blue);
    color: var(--light-blue);
    border: 3px solid var(--light-blue) !important;
}

.opener-button.less-button {
    background: var(--dark-blue);
    color: var(--light-blue);
    border: 3px solid var(--light-blue) !important;
}
.opener-button.less-button:hover {
    background: var(--light-blue);
    color: var(--main-blue);
    border: 3px solid var(--light-blue) !important;
}

.hidden-content {
    display:none;
}

.main-blue {
    background-color: var(--main-blue);
}

.light-blue {
    background-color: var(--light-blue);
}

.medium-blue {
    background-color: var(--dark-blue);
}

.medium-blue-font {
    color: var(--dark-blue);
}

.bg-blue {
    background-color: var(--dark-blue);
}

.bg-white {
    background-color: #fff;
}


.card-block.vessel {
    font-size: 2.0rem;
}

    .card-block.vessel label {
        font-weight: bold;
    }

.container.cert-timeline-container {
    width: 100%;
    margin: 6rem auto;
    min-width: 83% !important;
    max-width: 83% !important;
}

.container-row {
    border: 0;
    margin-top: 3px;
}

.rfvs-explained {
    font-size: var(--large-text-size);
    margin: 6rem auto;
}

.rfvs-explained p {
    padding: 0;
    padding-right: 2em;
}

    .rfvs-explained .embed-responsive {
        width: 100%;
        height: auto;
    }


.standards-dev-image-holder {
    width: 100%;
}
.standards-dev-image-holder img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 6rem auto;
}


.logo-row {
    padding: 2.0em 0;
}

.col {
    margin: 0;
}

.col.half {
    width: 48%;
}
    .col.half.photos {
        padding: 0 !important;
    }
        .col.half.photos.left {
            margin-right: 1.0em;
        }
        .col.half.photos.right {
            margin-left: 1.0em;
        }

#checkCookies_footer {
    display: none;
}

.cookieChecker {
    background: #2E8BD3;
    background: #7BD34B;
    color: #fff;
    padding: 16px 0;
    padding-bottom: 4px;
    font-size: 1.2em;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

    .cookieChecker button:hover {
        border: 1px solid #fff !important;
    }

/*used in cookie terms */
a.white-link {
    color: #fff;
}
    /* unvisited link */
    a.white-link:link {
        color: #fff;
    }

    /* visited link */
    a.white-link:visited {
        color: #fff;
    }

    /* mouse over link */
    a.white-link:hover {
        color: #fff;
    }

    /* selected link */
    a.white-link:active {
        color: #fff;
    }

.dropdown-menu a.dropdown-item {
    font-size: var(--enlarged-text-size) !important;
    color: var(--dark-blue) !important;
}

.dropdown-menu a.dropdown-item:hover {
    background: var(--dark-blue);
    color: #fff;
}

.container-fluid {
    margin:0 auto;
    margin-bottom: 4rem;
}

.content-column {
    flex: 0 0 1400px;
}

    .content-column.push-back {
        z-index: -1 !important;
    }

    .content-column .subtext {
        font-size: var(--subtext-font-size); /*2.1em;*/
        color: var(--dark-blue);
        padding-bottom: 30px;
        margin-top: -50px;
        text-align: center;
    }

    .content-column.thin {
        padding: 4em 10em;
    }

    .content-column .inner-content {
        padding: 8em 5em;
    }

        .content-column .inner-content.fill-left {
            padding: 0;
            padding-right: 5em;
        }

        .content-column .inner-content.fill-right {
            padding: 0;
            padding-left: 5em;
        }

.center-children {
    text-align: center;
}

.first-wave {
    margin-top: -45px;
}

.first-row {
    height: 50em;
    margin-top: -50px;
}

.first-object {
    margin-top: 0;
}

.separator-icon {
    width: 75px;
    height: auto;
    margin: 4em auto;
    margin-bottom: 0.5em;
}

.highlight-text {
    padding: 2em 4em;
    text-align: center;
    font-size: 2.0em;
    line-height: 1.5em;
}

.statement-box {
    margin: 4em 6em;
}

.statement-text {
    border-left: 5px solid var(--main-blue-50);
    text-align: left;
    font-size: 1.75em;
    color: var(--main-blue);
    line-height: 1.5em;
    padding-left: 1.0em;
}

.statement-buttons {
    text-align: center;
    margin: 4em 0;
}

.home-statement-text {
    text-align: center;
    font-size: 1.5em;
    color: var(--main-blue);
    line-height: 1.5em;
    padding-left: 1.0em;
}


.cert-points {
    text-align: left;
    margin: 6em auto;
    margin-bottom: 0;
}
.col.cert-column {
    padding: 0;
}

.cert-box {
    color: #fff;
    padding-right: 1.5em;
    margin: 2em 0;
    font-size: 2.0em;
}

.cert-box .cert-icon {
    width: 6em;
    height: auto;
    margin: 0;
    margin-bottom: 1.0em;
}

.cert-box .cert-title {
    color: var(--light-blue);
    font-size: 2.25em;
    font-weight: bold;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.top-nav {
    width: 100%;
    height: 2.0em;
    max-height: 2.0em;
    display: table;
}

.mini-nav {
    text-align: right;
    font-size: var(--mini-nav-font-size);
    padding-right: 19px;
    vertical-align: middle;
    display: table-cell;
}

    .mini-nav-ul li {
        margin: 2px 10px;
        display: inline-flex;
    }

    .mini-nav-ul li:last-child {
        margin-right: 5px;
    }

        .mini-nav-ul li a {
            color: #fff;
        }

            .mini-nav-ul li a:hover {
                color: #fff !important;
            }

    .mini-nav-ul li a.disabled {
        color: #0055a5 !important;
        font-size: 1.4em;
    }

.nav-ul-item.spacer a.disabled {
    color: var(--light-blue) !important;
    opacity: 0.5;
}

.nav-ul-item img {
    height: 2.0em;
    width: auto;
}

/*.nav-ul-item .certifyButton {
    font-size: inherit;
    letter-spacing: inherit;
    border-radius: 1.2em;
    border: 0;
    padding: 5px 18px 6px 20px;
    margin: 0;
    height: 2.5em !important;
}*/
.certifyButton {
/*    font-size: inherit;
    letter-spacing: inherit;*/
    border-radius: 1.2em;
    border: 0;
    padding: 5px 18px 6px 20px;
    margin: 0;
    height: 2.5em !important;
}

.certifiyButton:hover {
    background-color : var(--dark-blue);
    color: #fff;
}

.mini-nav .social {
    display: inline-flex;
    margin: 0 -20px;
    margin-right: -22px;
}

    .mini-nav .social .icons {
        display: inline-flex;
    }

        .mini-nav .social .icons img {
            width: 2.0rem;
            max-width: 2.0rem;
            margin-right: 7px;
            margin-top: -2px;
        }

.full-nav {
    text-align: right;
    font-size: 1.0em;
}

.navbar-brand {
    text-align: left;
    float: left;
}

    .navbar-brand img {
        width: 100%;
        height: auto;
        max-width: 240px;
    }

.main-nav {
    font-size: var(--main-nav-font-size); /*1.0em;*/
    text-align: right;
    padding-top: 0.8em;
    vertical-align: middle;
    display: table-cell;
}

    .main-nav ul {
        margin-right: 20px;
    }

    .main-nav-ul li {
        font-size: 1.2em;
        margin: 1em;
        display: inline-flex;
    }

        .main-nav-ul li:last-child {
            margin-right: 0;
        }

        .main-nav-ul li a {
            font-weight: 600;
            color: #f9f9f9 !important;
        }

        .main-nav-ul li a:hover {
            color: #fff !important;
        }

    .footer-nav {
        margin: 8em 1em;
        margin-bottom: 12em;
    }
        .footer-nav .footer-ul-menu-item {
            color: #fff;
            font-size: 1.75em;
            line-height: 3.0em;
            font-weight: bold;
            letter-spacing: 2px;
            text-transform: uppercase;
            cursor: pointer;
        }

.dropdown-menu a.dropdown-item {
    font-size: 2.0rem !important;
    color: var(--dark-blue) !important;
}

    .dropdown-menu a.dropdown-item:hover {
        background: var(--main-blue);
        color: #fff;
    }


p.medium {
    font-size: var(--subtext-font-size);
}

.hero {
    width: 100%;
    height: 100%;
    background: #000;
}

.hero img.hero-image {
    width: 100%;
    height: auto;
    opacity: 0.6;
}

.hero-overlay {
    position: absolute;
    left: 0;
    top: 0;
    font-size: var(--body-font-size);
    width: 100%;
    height: 100%;
}

.hero-row {
    height: 100%;
}

.hero-table {
    display: table;
    width: 100%;
    height: 100%;
}

.hero-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding: 0 4.0rem;
}

.hero-font {
    direction: ltr;
    text-align: center;
    font-family: 'Museo Sans 900', museo-sans, sans-serif;
    font-weight: 900;
    font-size: var(--hero-font-size);
    line-height: 1.5em;
    letter-spacing: -0.025em;
    color: #fff;
    cursor: default;
}

.hero-font-override {
    font-size: var(--hero-font-override);
}

.sub-hero-font {
    direction: ltr;
    text-align: center;
    font-family: 'Museo Sans 900', museo-sans, sans-serif;
    font-weight: 900;
    font-size: var(--hero-subtext-font-size);
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #fff;
    margin-top: -2em;
    cursor: default;
}

.mobile.hero-holder {
    position: relative;
    display: table;
}

.mobile.hero-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 !important;
    text-align: left;
}

.mobile.hero-font {
    font-size: 5.0em;
}

.mobile.hero-font-override {
    font-size: 3.0em;
    width: 65%;
    text-align: left;
}

.mobile.sub-hero-font {
    font-size: 2.0em;
    color: #fff;
    margin-top: -0.5em;
}

.hero-button-area {
    width: 50%;
    height: 6rem;
    position: relative;
    margin-left: 2rem;
    margin-top: 12rem;
}

.hero-button-backing {
    background: var(--dark-blue);
    opacity: 0.5;
    width: 4rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-button-objects {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 6rem; top: 0.6rem;
}

.hero-subtext-medium-blue {
    color: var(--dark-blue);
    font-size: var(--hero-subtext-font-size);
    font-weight: 300;
    letter-spacing: -0.025em;
    text-align: left;
    margin-top: 30px;
}

.hero-button {
    margin-top: 20px;
}

.hero_subtext_button {
    font-size: var(--hero-subtext-font-size) !important;
}

.hero-button {
    position: absolute;
    top: 14em;
    left: 3.0em;
    font-size: var(--hero-subtext-font-size) !important;
    line-height: 30px;
}

.light-blue-button {
    background: var(--light-blue);
    border: 3px solid var(--light-blue);
    color: var(--main-blue);
    height: 3em;
    max-height: 3em;
}

    .light-blue-button:hover {
        background: var(--main-blue);
        border: 3px solid var(--main-blue);
        color: #fff;
    }

    .light-blue-button.download {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

.medium-blue-button {
    background: var(--main-blue);
    color: #fff;
}

.dark-blue-button {
    background: var(--dark-blue);
    color: #fff;
}

    .dark-blue-button.bordered {
        border: 3px solid var(--light-blue);
        height: 3em;
        max-height: 3em;
    }
        .dark-blue-button.bordered:hover {
            background: var(--main-blue);
        }

    .white-button {
        background: #fff;
        border: 3px solid var(--light-blue);
        color: var(--main-blue);
        height: 3em;
        max-height: 3em;
    }

    .white-button:hover {
        background: var(--light-blue);
        border: 3px solid var(--light-blue);
        color: var(--main-blue);
    }

.inquiry-large {
    font-size: 5em;
    font-weight: bold;
}

/*button:hover {
    border: 0;
}*/


.wave-col {
    padding-left: 0;
    padding-right: 0;
}

.hero-overlap-container {
    position: relative;
    margin-top: -80px;
}


/* To make white text work on a light background
.sharperGlow {
    text-shadow: 1px 0px 0px #fff, 1px 1px 0px #fff, 0px 1px 0px #fff, -1px 1px 0px #fff, -1px 0px 0px #fff, -1px -1px 0px #fff, 0px -1px 0px #686868, 1px -1px 0px #fff, 1px 4px 5px #aeaeae;
    letter-spacing: 0em;
}*/

.hero-image-container {
/*    background-color: #fff;*/
    overflow: hidden;
    position: relative;
}

.summary-container {
    background-color: #fff;
    padding: 2.0em;
    border: 2px solid white;
    border-radius: 10px;
    font-size: var(--large-text-size);
    font-weight: 300;
    line-height: 1.5em;
    color: var(--dark-blue);
}

.summary-container p {
    padding-bottom: 1.2em;
}

    .summary-container p:last-child {
        padding-bottom: 0;
        margin-bottom: 0 !important;
    }

    .summary-container .footnote {
        font-size: var(--small-text-size);
        line-height: 2.0rem;
        color: #555;
        margin: 3rem 0;
    }

.vert-aligner {
    width: 100%;
    height: 100%;
    display: table;
}
.vert-alignee {
    vertical-align: middle;
    display: table-cell;
}

.header-vert-aligner {
    width: 100%;
    height: 100%;
    display: table;
}

.large-sized-button {
    font-size: 2.0rem;
    letter-spacing: .05rem;
    border-style: solid;
    border-width: 3px;
    border-color: var(--dark-blue);
    border-radius: 2.5rem;
    padding: 0.5rem 3rem;
    padding-bottom: 0.75rem;
}

.btn-info, .btn-info:link, .btn-info:visited {
    color: var(--dark-blue);
    background-color: #fff;
    border-style: solid;
    border-width: 3px;
    border-color: var(--dark-blue);
    border-radius: 2.5rem;
    /*border-radius: 40px;*/
}

    .btn-info:hover, .btn-info:focus, .btn-info:active {
        color: var(--dark-blue);
        background: #CDE5EE;
        border-style: solid;
        border-width: 3px;
        border-color: var(--dark-blue);
        border-radius: 2.5rem;
    }

.facts-display {
    width: 80%;
    margin: 10em auto;
}
.facts-display.long {
    margin-bottom: 32em;
}

.huge-numbers {
    padding-bottom: 20em;
    margin-top: -50px;
}

.whatwedo {
    margin-top: -20em;
    margin-bottom: 10em;
}

.whatwedo-inner {
    width: 80%;
    margin: 10em auto;
    margin-bottom: 12em;
}

.standards-wave {
    margin-top: -70px;
}

/* unvisited link */
/*a:link {
    color: red;
}*/

/* visited link */
/*a:visited {
    color: green;
}*/

/* mouse over link */
/*a:hover {
    color: hotpink;
}*/

/* tabbed to it */
/*a:focus {
    color: hotpink;
}*/

/* selected link */
/*a:active {
    color: blue;
}*/

.btn-orange {
    font-size: 13px;
    color: var(--dark-blue);
    letter-spacing: 1px;
    line-height: 15px;
    border: 3px solid var(--dark-blue);
    border-radius: 40px;
    background: #ff6201; /*transparent*/
    /*transition: all 0.3s ease 0s;*/
}

    .btn-orange:hover {
        color: #FFF;
        background: rgba(108, 88, 179, 0.75);
        border: 3px solid rgba(108, 89, 179, 0.75);
    }

.split-card-display.large {
    display: block;
}

.split-card-display.small {
    display: none;
}

.header.mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 60px;
    padding: 0;
    background: var(--dark-blue);
    z-index: 100000;
}

.header.mobile.backer {
    position: relative;
    width: 100%;
    height: 60px;
}

.header.mobile .row {
    padding: 0 !important;
    margin: 0 !important;
}

    .header.mobile .row .col {
        margin: 0 !important;
    }

.header.mobile .mobile-logo-column {
    text-align: left;
    padding-top: .25em;
    padding-left: 15px !important;
    padding-right: 0 !important;
}

    .header.mobile .mobile-logo-column img {
        height: 50px;
    }
        
.header.mobile .mobile-title {
    display: none;
}

.header.mobile .hamburger-column {
    text-align: right;
    padding-left: 0 !important;
    padding-right: 30px !important;
}

.header.mobile .hamburger {
    position: relative;
    display: inline-block;
    width: 4.0em;
    height: 3.0em;
    margin-top: 20px;
    margin-right: 0.3em;
    border-top: 0.4em solid #fff;
    border-bottom: 0.4em solid #fff;
    cursor: pointer;
    font-size: .6em;
}

.header.mobile .hamburger:before {
    content: "";
    position: absolute;
    top: 1.0em;
    left: 0px;
    width: 100%;
    border-top: 0.4em solid #fff;
    cursor: pointer;
}

.header.mobile .mobile-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 65%;
    height: auto;
    padding-top: 12px;
    margin-top: 4px;
    color: #fff;
    background: var(--main-blue);
    border-top: 1px solid #057BD3;
}

.header.mobile .mobile-menu hr {
    border-top: 1px solid #057BD3;
}

.header.mobile .mobile-menu ul {
    list-style: none;
    font-size: 1.5rem;
    line-height: 3.0em;
    padding-left: 20px;
}

    .header.mobile .mobile-menu ul.special {
        list-style: square;
        padding-left: 10px;
    }

.header.mobile .mobile-menu .mobile-ul-menu-item {
    color: #fff;
}

.mobile-social {
    color: #fff;
    font-size: 0.75em;
    margin: 0;
    margin-bottom: 1rem;
    text-align:left;
}

.mobile-social .col {
    display: inline;
}

.mobile-social .col img {
    width: 20px;
}

.text-info {
    color :#64afcd !important;
}



/* Responsive Grid */

.grid-container-1 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    column-gap: 3.0rem;
    row-gap: 1em;
    place-items: center;
    justify-content: space-evenly;
    display: grid;
} /* this allows floating items vertically */

.grid-container-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    column-gap: 3.0rem;
    row-gap: 1em;
    place-items: center;
    justify-content: space-evenly;
    display: grid;
}

.grid-container-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    column-gap: 2.0rem;
    row-gap: 1em;
    place-items: center;
    justify-content: space-evenly;
    display: grid;
}

.grid-container-4 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    column-gap: 1.0rem;
    row-gap: 1em;
    place-items: center;
    justify-content: space-evenly;
    display: grid;
}

.grid-wide-gap {
    column-gap: 8rem;
}

.grid-item-centered {
    place-self: center;
}

.grid-item-left {
    place-self: center start;
}

.grid-item-right {
    place-self: center end;
}

.grid-item-fill {
    place-self: stretch;
}

.grid-icon {
    width: auto;
    height: 4em;
}

.grid-image {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.text-below-grid-icon {
    margin-top: 2em;
    color: var(--main-blue);
    line-height: 1.5em;
}

/* End Responsive Grid */

.cb-row {
    margin-bottom: -8em;
}

.cb-icon {
    padding: 2.0em;
}

    .cb-icon img {
        width: 80%;
        height: auto;
        margin-top: 35%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }


.courses {
    margin: 8em auto;
}
.course {
    font-size: 2.0rem;
}
.course .title {
    font-size: 1.3em;
    font-weight: bold;
    color: var(--main-blue);
}
.course .date {
    font-size: 1.25em;
    color: var(--light-blue);
}
.course .info {
    font-size: 1.0em;
    color: var(--main-blue);
    margin-top: 1.0em;
}

.competency-icon {
    margin: 6em 0;
    margin-bottom: 0;
    text-align: left;
}

.competency-icon img {
    height: 12em;
    width: auto;
}

.soc-people {
    font-size: 1.0em;
}

    .soc-people .soc-row {
        font-size: 1.75em;
        color: var(--light-blue);
    }

    .soc-people p.name {
        font-size: 1.25em;
        font-weight: bold;
        color: var(--main-blue);
        margin-top: 0.5em;
    }

    .soc-people .col {
        max-width: 100%;
    }

        .soc-people .col .rect {
            margin: 2em 0;
        }

            .soc-people .col .rect img {
                width: auto;
                max-width: 200px;
                max-height: 200px;
            }

.rounded-box {
    background: #fff;
    border-radius: 8px;
    padding: 2.5em 1.75em;
    padding-bottom: 8em;
    position: relative;
    height: 100%;
}

    .rounded-box .box-icon {
        height: 8.5em;
        width: auto;
    }

    .rounded-box button {
        font-size: 1.0em;
        position: absolute;
        left: 1.75em;
        bottom: 3em;
    }


.customer-row {
    padding: 16px 0;
    text-align: center;
}

    .customer-row.hidden {
        display: none;
    }

.customer-column {
    margin: 0;
    padding: 0;
    text-align: center;
}

    .customer-column .view-box {
        margin: 8px;
        width: 90%;
        height: 460px;
        background: #DFE2E9;
        margin: 0 auto;
        position: relative;
    }

.view-box-content {
    position: absolute;
    left: 470px;
    top: 90px;
    text-align: left;
}

.view-box-title {
    font-size: 1.7em;
    color: #0055A4;
    font-weight: 600;
    text-align: left;
}

.view-box-description {
    font-size: 0.8em;
    line-height: 1.6em;
    color: #999;
}

.view-box-button {
    font-size: 0.8em;
    left: 470px;
    top: 260px;
}

.view-box-close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 40px;
    height: auto;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.0em;
    color: #0055A4;
}

    .view-box-close:hover {
        color: red;
    }

.view-box-close-inner {
    font-stretch: expanded;
    transform: rotate(45deg);
}

.view-box-button[disabled],
.view-box-button[disabled]:hover,
.view-box-button[disabled]:focus,
.view-box-button[disabled]:active {
    background: #EFF1F4;
    color: #777;
}

.view-box-image-surround {
    position: absolute;
    left: 2em;
    top: 2em;
    margin: 0 auto;
    display: table;
    background: #fff;
    width: 360px;
    height: 360px;
}

.view-box-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 360px;
    height: 360px;
}

    .view-box-image img {
        min-width: 75%;
        max-width: 340px;
        max-height: 340px;
    }

.logo-surround {
    margin: 0 auto;
    display: table;
    background: #fff;
    width: 225px;
    height: 225px;
}

    .logo-surround:hover {
        margin-top: -4px;
        margin-bottom: -4px;
        width: 233px;
        height: 233px;
    }

.logo-img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 225px;
    height: 225px;
}

    .logo-img:hover {
        margin-left: -4px;
        width: 233px;
        height: 233px;
    }

    .logo-img img {
        min-width: 75%;
        max-width: 175px;
        max-height: 175px;
    }

    .wave-box {
        height: 120px;
        overflow: hidden;
    }


.form-display {
    padding: 0;
    font-size: 2.5em;
    text-align: center;
    background: #96C4E6;
    display: none;
}
    .form-display.contact {
        background: #fff;
        display: block;
    }
    .form-display .form-header {
        background: #21578A;
        width: 100%;
        height: 2.5em;
        padding-top: 0.5em;
    }

    .form-display.contact .form-header {
        background: #fff;
    }

    .form-display .form-header .form-title {
        font-size: 1.25em;
        color: #fff;
    }

    .form-display.contact .form-header .form-title {
        font-size: 3.0em;
        font-weight: bold;
        text-align: left;
        margin: 1.25em;
        margin-top: 0.5em;
        color: var(--light-blue);
    }

    .form-display .form-holder {
        padding: 1em 0;
    }
    .form-display.contact .form-holder {
        padding: 1.5em 0;
        margin: 0 2.5em;
        margin-top: 3em;
    }

form .form-column {
    flex: 0 0 60%;
}
.form-display.contact form .form-column {
    flex: 0 0 100%;
}

form .inliner {
    margin: 1.5em auto;
    text-align: left;
}

form .solo {
    text-align: left;
    margin: 1.5em auto;
}

    form .inliner .form-group {
        width: 48%;
        display: inline-block;
    }

    form .form-group label {
        font-size: 0.85em;
        color: var(--main-blue);
        padding-left: 0.75em;
    }

form .form-control {
    font-size: 0.85em;
    border: solid 1px #fff;
}

.form-display.contact form .form-control {
    border: solid 1px var(--blue-gray);
}

form input[type=text].form-control,
form input[type=email].form-control {
    border-radius: 20px;
}

form input[type=text]::placeholder,
form input[type=email]::placeholder,
form textarea::placeholder {
    color: var(--light-blue) !important;
}

form textarea.form-control {
    border-radius: 12px;
}

.form-display.contact form textarea.form-control {
    min-height: 12em;
}



.panel-response {
    width: 28em;
    color: #fff;
    font-size: 0.8em;
    line-height: 1.75em;
    margin: 0 auto;
    text-align: center !important;
    display: none;
}

.panel-response-buffer {
    width: 100%;
    margin: 0 auto;
}



    /***** THREE CARDS (3-columns) */
    .tri-card-element {
        background-color: var(--tan);
        padding-bottom: 20px;
    }

    .tri-card-col {
        margin: 10px;
        border: 0;
        width: 33%;
        height: auto;
    }

        .tri-card-col img {
            width: 100%;
            height: auto;
            padding-top: 20px;
        }

        .tri-card-col col-logo {
            padding: 0;
            background-color: var(--main-blue-25); /*lightgray;*/
            width: 30% !important;
            max-width: 30% !important;
        }

        .tri-card-col .col-img-frame {
            /*background-color: Var(--main-blue-25);*/
            width: 90%;
            height: 82%;
            position: absolute;
            top: 25px;
            left: 25px;
        }

        .tri-card-col span {
            background-color: var(--tan);
            text-align: left !important;
        }

    .card-img-size {
        max-width: 285px;
        max-height: 250px;
        height: 250px;
        width: 285px;
        margin-top: 8px;
        margin-bottom: 8px;
    }



.blog-row .col {
    width: 33%;
}

.blog-cards {
    padding: 6em;
    margin-bottom: 6em;
}

    .blog-cards .news-headline {
        padding-bottom: 1em;
        margin-left: 6px;
        font-size: 1.5em;
        font-weight: bold;
        letter-spacing: 3px;
        color: var(--main-blue);
    }

    .blog-cards .card {
        border: 0;
        box-shadow: none;
    }


.blog-col {
    max-width: 31%;
}
.blog-card {
    width: 100%;
    height: auto;
    margin-bottom: 5em;
    font-size: 1.5rem;
    /*border: 2px solid red !important;*/
}

    .blog-card figure {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .blog-card .image {
        width: auto;
        height: 13.5em;
        overflow: hidden;
        position: relative;
    }

        .blog-card .image img {
            width: 100%;
            position: absolute;
            top: -100%;
            left: 0;
            right: 0;
            bottom: -100%;
            margin: auto;
            min-height: 100%;
        }

    .blog-card .title {
        padding: 0 0.25em;
        margin: 1em 0;
        font-size: 1.5em;
        font-weight: bold;
        color: var(--light-blue);
        line-height: 1.25em;
    }

        .blog-card .title a {
            color: #0055A5;
        }

    .blog-card .date {
        padding: 0 0.5em;
        margin-bottom: 1em;
        font-size: 1.0em;
        font-weight: 700;
        color: #2E8BD3;
        display: none;
    }

    .blog-card .post {
        padding: 0 0.5em;
        font-size: 1.15em;
        line-height: 1.5em;
        color: var(--main-blue);
        max-height: 12em;
        overflow-y: auto;
    }

    .blog-card .link {
        padding: 1.5em 0.5em;
        font-size: 1.0em;
        font-weight: bold;
        color: var(--light-blue);
        text-transform: uppercase;
        letter-spacing: 0.15em;
        color: var(--light-blue);
        text-decoration: none;
    }

        .blog-card .link .right-arrow {
            background: var(--light-blue);
            color: var(--main-blue);
            font-weight: bold;
            width: 24px;
            height: 24px;
            border-radius: 12px;
            margin-left: 1em;
            text-align: center;
            display: inline-block;
        }


    /***** SPLIT CARDS (2-Columns) */
    .split-card-row {
        color: var(--dark-blue);
    }
        .split-card-row.navy {
            background: var(--dark-blue);
        }

        .split-card-row.text-display {
            margin: 60px auto;
            background: #fff;
            font-size: var(--body-font-size);
        }


        .split-card-row .col {
            padding: 0;
            width: 50%;
        }


        .split-card-row .col.triple {
            padding: 0;
            width: 33%;
        }

            .split-card-row .col .inside {
                display: table;
                float: right;
                height: 100%;
                width: 100%;
                padding: 30px 60px;
            }

            .split-card-row .col .inside-no-logo {
                display: table;
                float: right;
                height: 100%;
                width: 100%;
                padding: 30px;
                background-color: var(--main-blue-25);
                /*border-top-width: 1px;
            border-left-width: 0px;
            border-bottom-width: 1px;
            border-style: solid;
            border-color: lightgray;
            border-right-width: 1px;
            border-left-width: 1px;*/
            }

            .split-card-row .col .inside-producer-detail {
                display: block;
                float: right;
                height: 100%;
                width: 100%;
                padding: 30px 30px 60px 30px;
                background-color: var(--main-blue-25);
                /*border-top-width: 1px;
            border-left-width: 0px;
            border-bottom-width: 1px;
            border-style: solid;
            border-color: lightgray;
            border-right-width: 1px;
            border-left-width: 0px;*/
            }

            .split-card-row .col .inside .v-floater {
                display: table-cell;
                vertical-align: middle;
                text-align: left;
            }

            .split-card-row .col .inside .v-floater-top {
                display: table-cell;
                /*vertical-align: middle;*/
                text-align: left;
            }

            .split-card-row .col.split-card-img {
                padding: 0;
                position: relative;
            }

                /* image */
                .split-card-row .col.split-card-img img {
                    width: 100%;
                    height: auto;
                    object-fit: cover;
                }

                .split-card-row .col.split-card-img.home-img {
                    text-align: center;
                    max-width: 50%;
                    max-height: 50%;
                }

        .split-card-row .col-logo {
            padding: 0;
            background-color: var(--main-blue-25); /*lightgray;*/
            width: 30% !important;
            max-width: 30% !important;
            /*border-left-width: 1px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 0px;
        border-color: lightgray;
        border-style: solid;*/
        }

        .split-card-row .col-logo-frame {
            background-color: Var(--main-blue-25);
            width: 90%;
            height: 82%;
            position: absolute;
            top: 25px;
            left: 25px;
        }

        /*image container*/
        .split-card-row .split-col-logo {
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 200px;
        }

        .split-card-row .col.split-card-grid {
            background: #fff;
            padding: 40px 0;
            margin: 0;
        }

            .split-card-row .col.split-card-grid .row {
                padding: 0;
                margin: 0;
            }

            .split-card-row .col.split-card-grid .cell {
                padding: 10px 40px;
                text-align: center;
                border-left: 2px solid #D9D9D9;
            }

        .split-card-row .split-card-grid img {
            width: 50%;
            height: auto;
            margin: 10px 0;
        }

        .split-card-row .col .headline {
            font-size: var(--headline-font-size);
            font-weight: 900;
            letter-spacing: -0.025em;
            color: var(--light-blue);
            margin-top: -10px;
            padding-top: 30px;
            padding-left: 0px;
            padding-bottom: 5px;
            text-align: left;
        }

        .split-card-row .col p, span {
            font-size: var(--subtext-font-size);
            line-height: 1.4;
            letter-spacing: 0;
        }

        .split-card-row .col li {
            font-size: var(--subtext-font-size);
            color-rendering: var(--dark-blue);
            line-height: 1.4;
            letter-spacing: 0;
        }

        .split-card-row .mini-sized-button {
            font-size: 0.8em;
            margin: 10px 0;
            margin-bottom: 0;
        }

    .background-color-lightergray {
        background-color: var(--tan);
    }


    .clickable-image {
        cursor: pointer;
    }

    .center {
        text-align: center;
    }

    .rating-icon.empty {
        background: url(/images/programIntegrity/star-empty.svg) left top no-repeat;
        background-size: cover;
        opacity: .5;
    }

    .rating-icon {
        width: 12px;
        height: 12px;
        display: inline-block;
        cursor: default;
    }

        .rating-icon.full {
            background: url(/images/programIntegrity/star-full.svg) left top no-repeat;
            background-size: cover;
            fill: rgb(0,84,164);
        }

    /*.v-divider {
    margin-top: 4px;
    margin-bottom: 4px;
    width: 4px;
    background-color: darkgray;
    height: 60%;
    float: right;
 }*/


    .pagesize-selector {
        color: var(--dark-blue);
    }


    .video-surround {
        width: 100%;
        text-align: center;
        background: #000;
        /*background: var(--dark-blue);*/
    }

    /* home hero video */
    .video-size {
        width: 100% !important;
        max-width: 2048px;
        height: auto !important;
    }

    .videoInsert {
        position: absolute;
        /*right: 0;
        bottom: 0;*/
        max-width: 100%;
        min-height: 100%;
        width: auto;
        z-index: 500;
        background-size: cover;
        overflow: hidden;
        object-fit: cover;
    }

    .video-container {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .video-container video {
            /* Make video to at least 100% wide and tall */
            min-width: 100%;
            min-height: 100%;
            /* Setting width &amp; height to auto prevents the browser from stretching or squishing the video */
            width: auto;
            height: auto;
            /* Center the video */
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

.team-row {
    font-size: 2.0rem;
    line-height: 2.75rem;
}

    .team-row.team-banner {
        padding: 1rem 0;
        background: var(--light-blue);
        border-radius: 8px;
        margin: 6rem auto;
    }

    .team-row.team-banner:first-child {
        margin-top: 0;
    }

        .team-row.team-banner h2 {
            font-size: 1.5em;
            font-weight: 700;
        }

    .team-row .team-name {
        color: var(--dark-blue);
        font-size: 1.0em;
    }

    .team-row .team-title {
        color: #555;
        font-size: .8em;
    }

    .team-row .team-company {
        color: #355c85;
        font-size: .8em;
    }




/** CAROUSEL */

.testimonial-column {
    margin-top: 10em;
}

.carousel-inner {
    height: 60em !important;
    margin-top: -3em;
}

.carousel-control-prev,
.carousel-control-next {
    position: relative;
    display: unset;
}

.col.info-carousel-slider {
    flex: 0 0 70%;
    color: #fff;
    text-align: center;
    margin-bottom: 6em;
}

.col.info-carousel-arrow {
    width: 60px;
    margin: 30px 0;
    padding-top: 8em;
}

    .col.info-carousel-arrow.left {
        text-align: left;
     /*   margin-left: 30px;*/
    }

    .col.info-carousel-arrow.right {
        text-align: right;
     /*   margin-right: 30px;*/
    }

.carousel-button {
    width: 36px;
    height: auto;
    border: 0;
}

#prev.carousel-button {
    padding-left: 5px;
}

#next.carousel-button {
    padding-right: 5px;
}

.carousel-indicators {
    padding: 0;
    margin: 0;
    margin-top: 1.0em;
    position: relative !important;
}
.carousel-indicators li {
    box-sizing: border-box;
}

.info-carousel-dots {
    text-align: center;
}

    .info-carousel-dots li div {
        background: #fff;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0 auto;
    }

.info-carousel-image img {
    width: 100px;
    height: auto;
    margin: 15px auto;
    border-radius: 50%;
    outline: 2px solid #1C3B63;
    outline-offset: -1px;
}

.info-carousel-text {
    font-weight: 200;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.5;
}

.info-carousel-name {
    font-weight: 600;
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 2.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.info-carousel-title {
    font-weight: 100;
    color: var(--light-blue);
    font-weight: 600;
    font-size: 1.15em;
    line-height: 2.5;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.carousel-item {
    font-size: 1.5em;
}



.resource-banner {
    width: 100%;
    padding: 1em 0;
    margin: 0.5em auto;
    text-align: center;
    background: var(--light-blue);
}

.resource-tab {
    font-weight: 600;
    font-size: 1.75em;
    color: #fff;
    letter-spacing: 2px;
}

.resource-tab.on {
    color: var(--dark-blue);
}

.resource-box {
    background: #F1F0EE;
    padding: 0;
    margin: 1em;
    width: 22%;
    display: inline-block;
}

.resource-title {
    background: var(--main-blue);
    font-weight: 900;
    font-size: 1.5em;
    letter-spacing: 1px;
    text-align: left;
    color: var(--light-blue);
    padding: 1.0em;
    height: 5em;
}

.resource-image {
    width: 100%;
    height: auto;
    padding: 3em;
    /*padding-bottom: 3em;*/
}
.resource-image img {
    border: 1px solid var(--light-blue);
}

.resource-button {
    margin: 0 auto;
    margin-bottom: 3em;
}
    .resource-button button {
        width: 80%;
        font-size: 1.35em;
        padding: 1.0em 2.0em;
    }




/*.col.info-carousel-arrow {
    display: none;
}*/

/** END CAROUSEL */



.contacts .item {
    width: 100%;
    text-align: center;
}

.contacts .photo {
    width: 50%;
    height: auto;
    margin: 1em auto;
}

.contacts .person {
    font-weight: bold;
    color: var(--main-blue);
}

.contacts .title {
    font-size: 0.85em;
    line-height: 1.4em;
    color: var(--light-blue);
}


.grid-photos {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

    .grid-photos .grid-photo {
        background-color: gray;
        color: white;
        padding: 1rem;
        height: 4rem;
    }


.top-cards {
    margin: 0;
    margin-bottom: 3em;
}

    .top-cards .col.cards .col {
        width: 25%;
        max-width: 25%;
    }

.cards .col:first-child {
    padding-left: 0;
}

.cards .col:last-child {
    padding-right: 0;
}

.card {
    margin: 0;
    margin-top: 2em;
    padding: 0;
    border: 0;
}

    .card .content {
        padding: .5em;
        background: #fff;
        color: #0055A5;
        text-align: center;
    }

    .card.special .content {
        background: #8ECAE9;
        /*color: #fff;*/
    }

        .card.special .content a {
            font-weight: 600;
            color: #fff;
        }

            .card.special .content a:hover {
                color: #fff;
            }

    .card .content h4 {
        font-size: 0.75em;
        font-weight: 600;
        text-align: left;
    }

    .card .content p {
        font-size: 0.52em;
        font-weight: 400;
        font-style: italic;
        line-height: 1.5em;
        text-align: left;
    }

    .card .content img {
        width: 35%;
        margin: 0.75em auto;
    }

    .card .content img.placard {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        border: solid 1px #ccc;
    }

    .card .tail {
        background: #DFE2E9;
        text-align: left;
        padding-top: 10px;
        position: relative;
        height: 36px;
    }

        .card .tail.blue {
            background: #97C5E6;
        }

    .card .tail span {
        font-size: 1.5em;
        padding: 0;
    }

    .card .head {
        background: #0055A5;
        padding-bottom: 0.2em;
    }

    .card span {
        margin: 0.8em;
        color: #057BD3;
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.5em;
    }

    .card .head span {
        color: #fff;
    }

    .card .icon {
        width: 36px;
        height: 36px;
        text-align: center;
        background: #97C5E6;
        color: #fff;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
    }

        .card .icon.dark {
            background: #0055A5;
        }

        .card .icon p {
            transform: scale(1,2);
            margin-top: 0.25em;
            cursor: pointer;
        }

    .card .comment-switch {
        width: 36px;
        height: 36px;
        text-align: center;
        background: #97C5E6;
        color: #fff;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 36px;
    }

        .card .comment-switch.hidden {
            display: none;
        }



        .mobile {
            display: none;
        }


/*  MEDIA QUERIES
Phone:				600px
Tablet portrait:	900px
Tablet landscape:	1200px
Desktop:			1800px
Large Desktop:		2400px
Extra Large:       99999px
*/

/* for large screens */
/*
@media (min-width: 2401px) {

}*/

@media (min-width: 1800px) {

    html {
        font-size: 11px;
    }

    .content-column {
        flex: 0 0 1400px;
    }

    .carousel-inner {
        height: 29.5em;
    }
}


/* for big screen */
@media (min-width: 1431px) and (max-width: 1799px) {

    html {
        font-size: 10px;
    }

    .content-column {
        flex: 0 0 1300px;
    }

    .card-holder.headline {
        text-align: left;
    }

    .card-holder &gt; p {
        text-align: justify;
    }

    .card-holder &gt; span {
        text-align: justify;
    }
}

/* for-old-laptop-up */
@media (min-width: 1200px) and (max-width: 1430px) {

    html {
        font-size: 9px;
    }

    .content-column {
        flex: 0 0 1200px;
    }

    /*.card-holder.headline {
        text-align: center;
    }*/

    .card-holder.headline {
        text-align: left;
    }
}

/* for-tablet-landscape-up =&gt; includes 1024 iPad Pro */
@media (min-width: 900px) and (max-width: 1199px) {

    html {
        font-size: 8px;
    }

    h1.in-body-color-medium-blue {
        font-size: 2.8em;
    }

    .hero-title {
        font-size: 64px;
        text-align: center;
        padding-top: 40px;
    }

    .hero-overlap-container {
        margin-top: -40px;
    }

    .content-column {
        flex: 0 0 960px;
    }

    .card-holder.headline {
        text-align: center;
        color: var(--main-blue-75);
    }

    .card-holder &gt; p {
        text-align: justify;
    }

    .card-holder &gt; span {
        text-align: justify;
    }
}

/* for-tablet-portrait */
@media (max-width: 899px) {

    html {
        font-size: 7px;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block;
    }

    .first-wave {
        margin-top: -55px;
    }

    .first-row {
        height: 40em;
    }

    .first-object {
        margin-top: -4em;
    }

    .separator-icon {
        margin-top: 1.0em;
    }

    .highlight-text {
        padding: 2em 0.5em;
        font-size: 1.7em;
    }

    .facts {
        font-size: 0.5em;
    }

    .facts-display {
        width: 100%;
        margin: 4em auto;
        margin-bottom: 12em;
    }

    .facts .header-display {
        font-size: 10em;
    }

    .facts .large-solid-text {
        font-size: 3.5em;
        width: 90%;
    }

    .facts .normal-solid-text {
        font-size: 3.0em;
        line-height: 1.5em;
        margin-top: 1.0em;
        width: 90%;
    }

    .facts .normal-point-text {
        font-size: 3.0em;
        line-height: 1.5em;
        /*margin-top: 1.0em;*/
        /*width: 90%;*/
    }

    .facts .header-2 {
        font-size: 4.0em;
        line-height: 1.5em;
    }

    .medium-solid-text {
        font-size: 2.25em;
    }

    .whatwedo {
        font-size: 0.5em;
        margin-top: -2em;
    }

    .whatwedo-inner {
        width: 100%;
    }

    .whatwedo-text.normal-medium-text {
        font-size: 3.0em !important;
        line-height: 1.5em;
    }

    .standards-wave {
        margin-top: -50px;
    }

    .standards {
        font-size: 0.5em;
    }

    .standards .photo-text {
        margin-bottom: 0;
    }

        .standards .normal-point-text {
            font-size: 3.0em;
            line-height: 1.5em;
        }

        .standards .slide-button {
            margin-top: 0;
            margin-bottom: 5em;
        }

    .certified {
        font-size: 0.75em;
        padding: 0 4em;
    }

        .certified .header-1 {
            font-size: 4.0em;
        }

        .certified .cert-fact {
            font-size: 3.5em;
            font-weight: 900;
            line-height: 1.5em;
            margin: 0.25em 0;
            color: var(--light-blue);
        }

    .news-row {
        font-size: 0.75em;
    }

        .news-row .header-1 {
            font-size: 2.5em;
        }

    .library {
        font-size: 0.75em;
    }

        .library .header-1 {
            font-size: 3.5em;
        }


    .resource-box {
        background: #F1F0EE;
        padding: 0;
        margin: 1em;
        width: 100%;
        /*display: inline-block;*/
    }

    .resource-title {
        font-size: 2.1em;
        padding: 1.0em;
        height: 5em;
    }

    .resource-image {
        width: 100%;
        height: auto;
        padding: 1.0em;
        padding-bottom: 2.0em;
    }


    .contacts-group {
        font-size: 0.5em;
    }

    .main-nav-ul li {
        font-size: 0.9em;
    }

        .header.mobile .mobile-logo-column img {
            height: 50px;
        }

        .header.mobile .mobile-title {
            display: block;
            color: white;
            font-size: 0.6em;
            padding-top: 20px;
        }

        .header.mobile .row.mobile-social .col {
            padding: 0;
            margin-bottom: 1rem !important;
            text-align: center;
        }


    .hero-font {
        font-size: 4.2em;
    }

    .hero-title {
        font-size: 32px;
        text-align: center;
        padding-top: 40px;
    }

    .hero-overlap-container {
        margin-top: -30px;
    }

    .content-column {
        flex: 0 0 860px;
    }

    .standard-text {
        font-size: 1.0em;
    }

    .split-card-display.large {
        display: none;
    }

    .split-card-display.small {
        display: block;
    }

    .card-holder.mobile {
        font-size: var(--body-font-size);
        padding: 20px;
        line-height: 1.5em;
        display: block;
    }

        .card-holder.mobile .headline {
            text-align: left;
            padding-top: 20px;
            color: var(--main-blue-75)
        }

        .card-holder.mobile &gt; img {
            padding-bottom: 20px;
            max-width: 100%;
            max-height: 50%;
            text-align: center;
        }

    .card-holder &gt; span {
        text-align: justify;
    }
}

@media (max-width: 599px) {
    .blog-row .col {
        width: 100% !important;
    }
}
    
@media (max-width: 360px) {
    .blog-row .col {
        width: 100% !important
    }
}

/****** END MEDIA QUERIES */



    .color-white {
        color: #fff;
    }

    .color-light {
        color: #ffffffaa;
    }

    .contact-us h3 {
        padding-bottom: 0.5em;
        font-size: 5em;
        color: var(--light-blue);
        width: 100%;
        margin-bottom: 0;
    }

    .contact-us h4 {
        padding-bottom: 0.5em;
        font-size: 3.5em;
        color: var(--main-blue);
        width: 100%;
        margin-bottom: 0;
    }

    .contact-us .details {
        font-size: 1.5em;
    }

    .contact-us .address-row {
        font-size: 2.0em;
    }

    .contact-us .contact-person {
        font-size: 2.0em;
        margin: 1em auto;
        margin-bottom: 0;
    }

    .contact-us .content-column {
        margin: 0;
        margin-top: 6rem;
        margin-bottom: 10rem;
    }

    .contact-us .container {
        height: 60em;
        margin: 5em 0;
        position: relative;
    }

        .contact-us .container .vertical-center {
            min-width: 100%;
            padding: 0;
            padding-right: 3.5em;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            text-align: center;
        }

    .contact-us .company-map {
        width: 540px;
        height: 400px;
        width: 80%;
        height: 30em;
        margin: 0 auto;
    }

    .video-column {
        font-size: 1.0rem;
    }

        .video-column h3 {
            padding: 2rem 0;
            margin: 2rem 0;
        }

        .video-column .video-holder {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 */
            padding-top: 25px;
            height: 0;
            margin-bottom: 12em;
        }

    .video-holder .video-item {
        width: 100%;
    }

    .video-item iframe,
    .video-item object,
    .video-item embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
</pre></body></html>