body {
    font-family: aktiv-grotesk, Helvetica, Arial, sans-serif;
    color: #333940;
}

html {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

main {
    display: block;
}

form {
    margin-bottom: 0;
}

.HeroBannerBasicWrapper {
    background: url('../img/machinery_home.jpg') no-repeat center center;
    background-size: cover;
}

.HeroBannerQuizWrapper {
    background: url('../img/quiz-banner.jpg') no-repeat center center;
    background-size: cover;
}

.BorderStyleNone {
    border-style: None;
}

.MarginV10H20 {
    margin: 10px 20px 10px 20px;
}

.NoMargin {
    margin: 0;
}

.sr-only {
    border: 0;
    clip: rect(0000);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    margin: -1px;
    padding: 0;
}

    .sr-only.focusable:active, .sr-only.focusable:focus {
        clip: auto;
        height: auto;
        overflow: visible;
        position: static;
        width: auto;
        margin: 0;
    }

.a11y-fontsize {
    font-size: 140% !important;
}

main {
    background: #fff;
}

label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1em;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    border: 0;
    z-index: -1000;
    left: -1000px;
    clip: rect(0000);
    margin: -1px;
    padding: 0;
}

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-image: url(../img/checkbox-checked.png);
        background-size: 18px 18px;
    }

    input[type=checkbox].css-checkbox + label.css-label {
        background-image: url(../img/checkbox.png);
        background-size: 18px 18px;
        min-height: 18px;
        padding-left: 36px;
        background-repeat: no-repeat;
        background-position: 0 center;
        vertical-align: middle;
        cursor: pointer;
        color: #464E55;
        margin-bottom: 0;
        font-size: 1.143em;
    }

label.css-label.sme {
    height: auto !important;
}

.quiz-questions li > span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

ul {
    margin: 0 0 10px 25px;
    padding: 0;
}

.upper-nav-bar {
    background-color: #DCDCDC;
    font-size: 1em;
    line-height: 20px;
    height: 20px;
    padding: 10px 0;
}

    .upper-nav-bar a::after {
        content: url('../img/arrow-grey.svg');
        height: 14px;
        float: left;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-right: 2px;
        margin-top: 3px;
    }

.main-navigation {
    max-width: 280px;
    width: 100%;
    height: 100vh;
    background-color: #333940;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    display: none;
    padding: 160px 50px;
}

.close-nav, #modal-close {
    color: #fff;
    font-size: 2.5em;
    cursor: pointer;
    position: absolute;
    top: 90px;
    right: 50px;
    background: url(../img/close_icon.svg);
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
}

.main-navigation li {
    border-top: 1px solid #58646d;
    padding: 20px 0;
}

    .main-navigation li:last-child {
        border-bottom: 1px solid #58646d;
    }

    .main-navigation li a {
        color: #fff;
        font-size: 1.5em;
        font-weight: 400;
    }

.navbar .brand img {
    height: 52px;
    width: auto;
    max-width: 100%;
}

.navbar.small .brand img {
    height: 40px;
}

.hero_image {
    width: 100%;
    text-align: center;
    height: auto;
    overflow: hidden;
    position: relative;
}

.videotitle {
    width: 100%;
    position: relative;
}

.videoWrapper {
    width: 100%;
    height: 100vh;
    height: calc(100vh - 160px);
    overflow: hidden;
    position: relative;
}

    .videoWrapper.shorter {
        width: 100%;
        height: 0;
        padding-bottom: 33%;
    }

.play-button:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.banner-subtext {
    font-family: aktiv-grotesk, Helvetica, Arial, sans-serif;
    font-size: .556em;
    font-weight: 500;
    line-height: 1.3em;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    padding: .5em 0;
}

.banner-auto-scroll {
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 3em;
    width: 30px;
}

.fullvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1.pink {
    background-color: #ec008c;
    color: #fff;
    max-width: 33%;
    position: relative;
    left: 0;
    top: 50%;
    margin: -100px auto 0;
    padding: 40px;
}

h1.banner-title {
    font-family: Domine, serif;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    font-size: 3.857em;
    font-weight: 400;
    text-align: center;
    line-height: 1em;
    width: 50%;
    max-width: 50%;
}

.content-block {
    color: #333940;
    padding: 40px 0;
}

    .content-block.container {
        padding: 70px 50px;
    }

    .content-block.shorter {
        padding: 10px 0;
    }

    .content-block.centered.col2 ul {
        list-style-type: none;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        width: 65%;
        margin: 0 auto;
    }

.content-block-inner {
    display: block;
    width: 65%;
    margin: 0 auto;
    padding: 20px 0 0;
}

.content-block.centered.col2 p {
    width: 45%;
    float: left;
    text-align: left;
    padding: 0;
}

.content-block hr {
    margin: 40px 0 0;
}

.content-block.centered li {
    display: block;
    text-align: left;
}

.content-block.grey {
    color: #fff;
    background-color: #787878;
    margin: 40px 0 0;
    padding: 40px 0;
}

.content-block.dark-grey {
    background-color: #333940;
}

.content-block.grey li {
    display: inline-block;
    width: 17%;
    text-align: center;
    padding: 40px;
}

.content-block.blue {
    background-color: #003767;
    color: #fff;
}

.quiz-results .content-block.blue {
    padding: 80px 0;
}

ul.featured-3-block {
    margin: 0;
}

    ul.featured-3-block li.featured-list-block {
        width: 32%;
        vertical-align: top;
        display: block;
        margin-right: 2%;
        float: left;
        max-height: 550px;
        overflow: hidden;
    }

        ul.featured-3-block li.featured-list-block:last-child {
            margin-right: 0;
        }

.featured-list-block-container-inner p {
    font-size: 1.1em;
    line-height: 1.4em;
}

li.featured-list-block .description {
    height: 200px;
    position: relative;
    color: #333940;
    font-size: 1.1em;
    padding: 30px 50px;
}

    li.featured-list-block .description h3 {
        font-size: 1.2em;
    }

.thumb-image-block {
    max-height: 280px;
    overflow: hidden;
}

    .thumb-image-block img {
        width: 100%;
    }

a.rhodamine-link {
    color: #ce2a74;
    font-weight: 500;
    font-size: 1.1em;
}

    a.rhodamine-link::after {
        content: url('../img/arrow-rhodamine.svg');
        width: 15px;
        float: right;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-left: 5px;
    }

    a.rhodamine-link.bottom-align {
        position: absolute;
        bottom: 40px;
        font-size: 1em;
    }

h3 {
    color: #333940;
    font-size: 1.4em;
    margin-top: 0;
}

h2 {
    color: #003767;
    font-size: 2.143em;
    line-height: 1.3em;
    font-weight: 500;
    padding-bottom: 20px;
}

.featured-links {
    float: left;
    width: 48%;
    vertical-align: top;
    list-style-type: none;
    margin: 0 4% 0 0;
    padding: 0;
}

.featured-links-inner {
    background-color: #fff;
    position: relative;
    min-height: 175px;
    color: #383e44;
    line-height: 1.375em;
    text-align: left;
    margin: 0;
    padding: 30px 50px;
}

.featured-links:last-child {
    float: right;
    margin: 0;
}

#dark-grey-sub-footer .featured-links h4 {
    color: #383e44;
    font-size: 1.429em;
    line-height: 1.3;
    font-weight: 500;
    margin: 0 0 18px;
}

#dark-grey-sub-footer .featured-links p {
    font-size: 1.143em;
    line-height: 1.375;
    padding-bottom: 40px;
}

.small-note {
    text-transform: uppercase;
}

.container.small {
    max-width: 550px;
    text-align: center;
}

.container.medium {
    max-width: 75%;
}

ul.blocks li {
    display: inline-block !important;
    margin: 15px 0;
    padding: 5px;
}

.program-category {
    background-color: #fff;
    color: #00b2ce;
    font-weight: 500;
    font-size: 1.4em;
    transition: all 100ms ease;
    padding: 10px;
}

    .program-category:hover {
        background-color: #00b2ce;
        color: #fff;
    }

.quiz-help {
    width: 100%;
    height: 0;
    position: relative;
}

    .program-symbol-big, .quiz-help a.help-quest {
        color: #fff;
        background-color: #00b2ce;
        border-radius: 25px;
        padding: 5px 10px;
    }

    .quiz-help a.help-quest {
        font-size: 1.5em;
        position: absolute;
        top: -40px;
        right: 0;
        border-radius: 51%;
        background: #00b2ce url(../img/icon-query.gif) no-repeat center center;
        background-size: 10px 15px;
        width: 40px;
        height: 40px;
        padding: 0;
    }

.help-content {
    display: none;
    width: 400px;
    font-size: 1em;
    position: absolute;
    right: 48px;
    top: -50px;
    background: url(../img/blue-arrow.png);
    background-repeat: no-repeat;
    background-position: right 16px;
    background-size: 14px 28px;
    z-index: 9000;
    padding: 0 14px;
}

.help-content-inner {
    background-color: #00a4c3;
    color: #fff;
    text-align: left;
    padding: 1em;
}

    .help-content-inner ol {
        margin-left: 1.2em;
    }

        .help-content-inner ol li {
            display: list-item !important;
        }

    .help-content-inner strong {
        font-weight: 500;
    }

    .help-content-inner a {
        background-color: #003767;
        color: #fff;
        display: inline-block;
        margin-top: 1.5em;
        padding: 1em;
    }

.program-list {
    display: none;
    margin: 0;
}

.program-item a {
    color: #414a51;
}

.results-subhead {
    font-size: 1.286em;
    line-height: 1.375;
}

li.program-item a, .quiz-questions li, li.program-item.int-link {
    background-color: #dcdcdc;
    position: relative;
    height: auto;
    display: block;
    min-height: 25px;
    padding: 10px 0;
}

.quiz-questions li {
    padding: 0 20px;
}

li.program-item.int-link, li.program-item a {
    transition: background 100ms ease;
}

li.program-item.opened {
    color: #00A4C3;
    background-color: #333940;
}

li.program-item.second a, li.program-item.int-link.second, .quiz-questions li:nth-child(2n) {
    background-color: #f5f5f5;
    transition: background 100ms ease;
}

li.program-item .program-name {
    cursor: pointer;
    width: 80%;
    width: calc(100% - 145px);
    line-height: 1.2em;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 20px;
}

li.program-item, .program-code {
    font-size: 1.143em;
}

.a11y-fontsize li.program-item .program-name {
    width: 75%;
    width: calc(100% - 155px);
}

.program-code {
    float: left;
    color: #fff;
    background-color: #333940;
    border-radius: 51%;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 18px;
    margin: 0 5px;
    padding: 5px;
}

.program-codes {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 90px;
}

#program-list-container h2 {
    padding: 0 0 40px;
}

.program-code.pc-details {
    color: #fff;
    background-color: #00A4C3;
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
    width: 20px;
    font-size: 1em;
    padding: 10px;
}

li.program-item:hover .program-name {
    color: #00A4C3;
}

li.program-item:hover .program-code, .code-highlight, li.program-selected .program-code {
    background-color: #00A4C3 !important;
}

h4.white {
    color: #fff;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
    font-size: 1.5em;
}

.quiz-question-pages h2 {
    margin-bottom: 30px;
}

.quiz-questions {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin: 0 0 10px;
}

#customDots li {
    display: inline-block;
    font-weight: 500;
    width: 2.1em;
    height: 2.1em;
    text-align: center;
    line-height: 2.1em;
    background-color: none;
    font-size: 1.8em;
    margin: 0;
    padding: 0;
}

    #customDots li.active {
        background-color: #00b2ce;
    }

.owl-prev, .owl-next {
    background: #ce2a74;
    text-transform: capitalize;
    border-radius: 0 !important;
    margin: 40px 0 !important;
    padding: 10px 15px !important;
}

.owl-prev {
    display: none !important;
}

.owl-next::after {
    content: url('../img/arrow.svg');
    width: 15px;
    float: right;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 5px;
}

.quiz-results-detail {
    width: 49%;
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
}

    .quiz-results-detail.left {
        width: 50%;
        height: 430px;
        text-align: center;
        margin: 0 5% 0 4%;
    }

    .quiz-results-detail.right {
        display: block;
        float: right;
        width: 35%;
        vertical-align: top;
        margin: 0 5% 0 1%;
    }

.graph {
    height: 400px;
    margin: 0;
    padding: 0;
}

    .graph li {
        display: inline-block !important;
        background-color: #fff;
        color: #00A4C3;
        font-weight: 500;
        width: 40px;
        vertical-align: bottom;
        text-align: center !important;
        border-radius: 50px;
        font-size: 1.5em;
        position: relative;
        margin-right: 10px;
        cursor: pointer;
        transition: background,color ease 200ms;
        padding: 15px 10px;
    }

        .graph li.selected, .graph li:hover {
            background-color: #00A4C3;
            color: #fff;
        }

        .graph li.full {
            height: 100%;
        }

        .graph li.threequart {
            height: 75%;
        }

        .graph li.half {
            height: 50%;
        }

        .graph li.quart {
            height: 25%;
        }

        .graph li.small {
            height: 15%;
        }

        .graph li.none {
            height: 30px;
        }

        .graph li span {
            position: absolute;
            bottom: 18px;
            width: 100%;
            left: 0;
            text-align: center;
        }

.quiz-result {
    display: none;
    min-height: 338px;
}

.email-submit input {
    color: #333940;
    line-height: 20px;
    font-size: 1em;
    background: #fff;
    border: none;
    padding: 10px;
}

.quiz-results-detail h4 {
    font-size: 1.786em;
    line-height: 1em;
    margin-bottom: 1em;
}

    .quiz-results-detail h4 .program-code {
        font-size: 20px;
        line-height: 20px;
        height: 20px;
    }

.quiz-results-detail p {
    font-size: 1.143em;
    line-height: 1.375;
    margin-bottom: 0;
    padding: 0 0 1em;
}

.quiz-results-detail input {
    border-radius: 0;
    height: 40px;
    width: 90%;
    width: calc(100% - 40px);
    box-sizing: border-box;
    float: left;
    margin-bottom: 0;
}

    .quiz-results-detail input[type="submit"] {
        float: right;
        width: 40px;
        text-indent: -9999px;
        overflow: hidden;
        background: #ce2a74 url(../img/arrow-right.svg) no-repeat center center;
        background-size: 8px 13px;
        transition: background ease 200ms;
    }

        .quiz-results-detail input[type="submit"]:hover {
            background-color: #00A4C3;
        }

.quiz-subtitle {
    color: #414A51;
    font-size: 1.3em;
    line-height: 1.4em;
}

#program-list-container {
    background: #fff url(../img/section-triangle-bg.gif) no-repeat center top;
    background-size: 32px 16px;
}

.more-info {
    list-style-type: none;
    background: inherit;
    display: none;
    transition: background 100ms ease;
    margin: 10px 0 0;
    padding: 10px 75px;
}

    .more-info li {
        opacity: 0;
        transition: opacity 100ms ease;
        border-bottom: 1px solid #58646d;
    }

.program-selected .more-info {
    background: #333940;
    border-top: 1px solid #58646d;
}

    .program-selected .more-info li {
        opacity: 1;
    }

.program-selected {
    border-bottom: 1px solid #fff;
    background: #333940 !important;
    color: #00A4C3;
}

.more-info li a {
    background: none !important;
    color: #fff;
    padding: 15px 0;
}

    .more-info li a:after {
        content: url('../img/arrow.svg');
        width: 13px;
        height: 14px;
        display: inline-block;
        vertical-align: middle;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-left: 5px;
    }

    .more-info li a:hover {
        text-decoration: none;
        color: #00A4C3;
    }

.more-info li:last-child {
    border: none;
}

.modal {
    min-height: 100vh;
    overflow-y: scroll;
}

.modal-popup {
    background: #333940;
    color: #fff;
}

.internal-modal ul {
    list-style-type: none;
    max-width: 840px;
    margin: 0 auto;
    padding: 10%;
}

.internal-modal li.modal-description a:after, .internal-modal li.modal-description a:hover:after {
    content: '';
}

.modal-header {
    width: 100%;
    height: 40px;
    background-color: #292E34;
    color: #fff;
    text-align: right;
    padding: 14px 0;
}

.internal-modal li {
    font-size: 1.143em;
    line-height: 1.375;
}

#modal-close {
    position: absolute;
    background: url(../img/close_icon.svg) no-repeat center center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    top: 8px;
}

.modal-items li {
    border-top: 1px solid #58646d;
    padding: 12px 0;
}

    .modal-items li a:hover {
        color: #00A4C3;
        text-decoration: none;
    }

    .modal-items li.modal-description {
        padding: 25px 0;
    }

    .modal-items li.footnote {
        padding-top: 25px;
    }

.modal-title {
    border: none !important;
    position: relative;
    padding: 0 0 10px !important;
}

.modal-program-codes {
    position: absolute;
    top: 0;
    right: 0;
}

.program-code.pc-modal {
    color: #fff;
    background-color: #00A4C3;
}

.modal-title p {
    color: #00A4C3;
    margin: 0;
}

.footnote, .internal-modal li.footnote {
    font-size: .8em;
    line-height: 1.2em;
}

#our-services, #how-to, .services-table {
    font-size: 1.1em;
    line-height: 1.3em;
}

    #our-services ul {
        list-style-type: disc;
        margin: 30px auto;
        padding: 0;
    }

        #our-services ul li {
            display: list-item;
            margin-left: 10px;
        }

    .services-table .row-inner {
        padding: 1.5em;
    }

    .services-table .table-row, .services-table .row-notes {
        width: 100%;
        border: 1px solid #dcdcdc;
        border-bottom: none;
    }

    .services-table .row-notes {
        border-bottom: 1px solid #dcdcdc;
    }

.table-header {
    font-weight: 500;
    display: block;
}

.table-row .row-item {
    padding: .5em 0;
}

.table-row .row-half {
    width: 49%;
    float: left;
    border-right: 1px solid #dcdcdc;
    min-height: 450px;
}

    .table-row .row-half:last-child {
        border-right: none;
    }

#our-team li .row-inner {
    min-height: 650px;
    padding: 1em 1em 1em 0;
}

#our-team li:nth-child(even) .row-inner {
    padding: 1em 0 1em 1em;
}

.row-notes {
    font-size: .75em;
}

    .row-notes ol {
        margin: 0;
        padding: 0 1em;
    }

#our-team li {
    width: 49.99%;
    float: left;
    font-size: 1.1em;
}

#our-team .team-title {
    font-weight: 500;
    padding: 1em 0;
}

#our-team .team-contact {
    margin: 0;
    padding: 2em 0;
}

    #our-team .team-contact li {
        width: auto;
        float: none;
        display: inline-block;
        color: #ce2a74;
        background-repeat: no-repeat;
        background-position: left center;
        padding: 0 .5em 0 1.5em;
    }

        #our-team .team-contact li:last-child {
            padding-right: 0;
        }

        #our-team .team-contact li.tel {
            background: url(../img/phone-icon.png);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 1em;
        }

        #our-team .team-contact li.mail {
            background: url(../img/email-icon.png);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 1em;
        }

.col3 {
    width: 24.99%;
    float: left;
    text-align: left;
}

    .col3 h3 {
        font-size: 1.2em;
        line-height: 1.2em;
    }

    .col3.wide {
        width: 49.99%;
    }

    .col3 .col3-inner {
        display: block;
        font-size: 1.1em;
        line-height: 1.4em;
        padding: 1.2em;
    }

.launch-button, .submit-button {
    background-color: #ce2a74;
    color: #fff;
    width: inherit !important;
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    transition: background ease 100ms;
    padding: 1em;
}

    .launch-button:hover {
        color: #fff;
        text-decoration: none;
        background-color: #00a4c3;
    }

    .launch-button::after {
        content: url('../img/arrow.svg');
        width: 15px;
        height: 15px;
        display: inline-block;
        vertical-align: middle;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-left: 5px;
    }

input[type=submit].launch-button {
    padding-right: 30px;
    background-image: url('../img/arrow-right.svg');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: right 8px center;
    border-radius: 0;
}

.submit-button {
    background-color: #00a4c3;
}

.launch-button.link::after {
    content: url('../img/link.svg');
    -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 0;
}

.launch-button.download::before {
    content: url('../img/Download_reversed.svg');
    -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    margin-right: 10px;
    margin-left: 0;
    margin-top: 0;
}

.launch-button.download::after {
    content: "";
    width: 0;
}

#form-verification, #divError {
    padding: 1em 0 0 0;
    clear: both;
}

#divError {
    color: #ce2a74 !important;
    font-size: 1.143em;
}

#form-verification {
    color: #fff !important;
}

hr.fullwidth.noverticalmargin {
    max-width: 1340px;
    margin: 0 auto;
}

.split-content {
    width: 49.99%;
    float: left;
    text-align: center;
}

    .split-content img {
        max-width: 100%;
    }

    .split-content .split-content-inner {
        text-align: left;
        padding: 0 7em;
    }

.split-content-inner.vert-mid {
    padding-top: 15%;
}

.container.medium .split-content .split-content-inner {
    padding: 0 2em;
}

    .container.medium .split-content .split-content-inner p {
        margin-bottom: 2em;
    }

.split-content .split-content-inner.padded {
    padding: 5em 10em !important;
}

.vert-mid {
    display: inline-block;
    vertical-align: middle;
}

.split-content .split-content-inner p {
    max-width: 85%;
}

.split-content .split-content-inner.right {
    float: left;
}

.split-content.small .split-content-inner {
    max-width: 50%;
    padding: 0 10em 0 0;
}

.split-content-inner .launch-button {
    margin-top: 1em;
}

.split-content p, .split-content h3 {
    text-align: left;
    font-size: 1.143em;
    line-height: 1.375;
}

.split-content h3 {
    font-size: 1.429em;
    line-height: 1.6em;
    padding-top: .75em;
    font-weight: 500;
}

.split-content .program-code, #planning .program-code {
    background-color: #00A4C3;
    float: none;
}

.hollandcode .program-description {
    font-size: 1.2em;
    line-height: 1.4em;
    padding: 20px;
}

.hollandcode .program-symbol-big {
    margin-right: .5em;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 1em;
    padding: 10px;
}

#how-would a.help-quest {
    top: 0;
    position: absolute;
    z-index: 1;
}

#how-would .help-content {
    top: -15px;
}

#steps h2 {
    max-width: 600px;
    font-weight: 500;
    margin: 0 auto;
}

#dark-grey-sub-footer {
    color: #fff;
    background: #333940;
}

    #dark-grey-sub-footer h4 {
        font-size: 2.143em;
        line-height: 1.5;
        color: #fff;
        font-weight: 500;
        margin: 0 0 1.5em;
    }

    #dark-grey-sub-footer .idea-gen {
        margin-top: 3em;
    }

#planning ul li {
    float: left;
    width: 20%;
}

    #planning ul li img {
        margin: 0 .75em;
    }

#planning .inline-icon {
    margin: 0 .75em 0 0;
}

#planning small a {
    color: #333940;
    text-decoration: underline;
}

#planning h2 {
    font-weight: 500;
    max-width: 45%;
    margin: 0 auto;
}

.split-content .inline-icon {
    width: auto !important;
}

#get-started h2 {
    font-weight: 500;
    padding-bottom: 20px;
    font-size: 2.2em;
}

#program-category-description .hollandcode {
    display: none;
    width: 49.99%;
    margin: 0 auto;
}

    #program-category-description .hollandcode.twohcs {
        width: 49.99%;
        float: left;
        margin: 0;
    }

.program-category:hover, .program-category:active, .program-category.active {
    text-decoration: none;
    background: #00b2ce;
    color: #fff;
}

.secondhc::before {
    content: "+";
    font-size: 2em;
    color: #003767;
    display: block;
    font-weight: 500;
    position: absolute;
    top: 10px;
    left: 50%;
    margin: 0 0 20px;
}

.navbar .brand {
    margin-left: 0;
    padding: 14px 20px 14px 0;
}

.btn {
    padding: 4px 7px !important;
}

.navbar .btn-navbar {
    bottom: 14px;
    right: 24px;
}

.navbar.small .btn-navbar {
    bottom: 20px;
    height: 30px;
}

.navbar .btn-navbar .icon-bar {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
}

.container {
    padding: 0 50px;
}

.navbar-inner .container {
    padding: 0 30px;
}

.upper-nav-bar a, .program-description a {
    color: #333940;
    font-weight: 500;
}

    .upper-nav-bar a:hover, .main-navigation li a:hover, a.rhodamine-link:hover, .program-category:focus, a:hover, a:active, a:focus {
        text-decoration: none;
    }

#mobile-logo, #mobile-logo-reverse, .main-navigation-logo-mobile {
    display: none;
}

#desktop-logo, #result1, .visible {
    display: block;
}

.play-button, .int-link {
    cursor: pointer;
}

.content-block.no-padding, #customDots, #our-team ul {
    margin: 0;
    padding: 0;
}

.content-block.white, .white-page, ul.featured-3-block li.featured-list-block .featured-list-block-container .featured-list-block-container-inner {
    background-color: #fff;
}

.content-block.centered, .col3.rightfloat {
    text-align: center;
}

    .content-block.centered.col2 p:last-child, .split-content.right, .split-content .split-content-inner.left {
        float: right;
    }

h2.white, .internal-modal, .modal-items li a {
    color: #fff;
}

h2.slightly-bigger, h2.quiz-title {
    font-size: 2.2em;
    font-weight: 500;
}

.help-content-inner a::after, .internal-modal li a:after {
    content: url('../img/arrow.svg');
    width: 15px;
    height: 15px;
    display: inline-block;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 5px;
    margin-top: 5px;
}

.quiz-results, #how-would {
    position: relative;
}

.more-info li a:hover:after, .internal-modal li a:hover:after {
    content: url('../img/arrow-cyan.svg');
}

#planning ul, .links-width {
    max-width: 80%;
    margin: 0 auto;
}

#planning small, #planning .disclaimer {
    text-align: left;
}

#footer-sher {
    background-color: #003767;
    color: #fff;
    font-size: 1em;
    padding: 40px 0;
    clear: both;
}

.footer-item {
    list-style-type: none;
    width: 100%;
    border-bottom: 1px solid #386388;
    margin: 0;
    padding: 40px 0;
}

    .footer-item li {
        display: inline-block;
        width: 24.7%;
        vertical-align: top;
        font-size: .929em;
        line-height: 1.3em;
    }

        .footer-item li a {
            color: #00a4c3;
        }

.a11y-toolbar button {
    text-transform: none;
    letter-spacing: normal;
    border: none;
    color: #fff;
    cursor: pointer;
    background: none;
    font-size: .929em;
    font-weight: 500;
    padding: 0;
}

.a11y-toolbar img {
    margin-left: 16px;
    margin-top: -5px;
}

.footer-utility {
    color: #fff !important;
    font-weight: 500;
}

    .footer-utility img {
        margin-left: 10px;
        margin-top: -5px;
        width: 28px;
        height: 17px;
    }

#footer-logo {
    float: left;
    width: 75%;
    margin-top: 20px;
}

    #footer-logo img {
        width: 240px;
        height: 40px;
    }

.footer-social {
    list-style-type: none;
    float: right;
    width: 25%;
    margin: 0;
    padding: 2px 0;
}

.social-title {
    font-size: .846em;
    font-weight: 500;
}

.footer-social li:first-child {
    margin-left: 0;
}

.footer-social li {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    padding: 5px 0;
}

    .footer-social li a {
        width: 30px;
        height: 30px;
        background-size: 14px 14px;
        display: block;
        background-color: #00b1cd;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 51%;
    }

        .footer-social li a.fbook {
            background-image: url(../img/icon-facebook.svg);
        }

        .footer-social li a.twitter {
            background-image: url(../img/icon-twitter.svg);
        }

        .footer-social li a.ytube {
            background-image: url(../img/icon-youtube.svg);
            background-size: 20px 20px !important;
        }

        .footer-social li a.insta {
            background-image: url(../img/icon-instagram.svg);
        }

.footer-bottom {
    padding: 40px 0;
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media screen and (max-width: 700px) {
    #program-category-description .hollandcode.twohcs, #program-category-description .hollandcode {
        width: 100% !important;
    }

    .secondhc::before {
        position: inherit !important;
    }
}

@media screen and (min-width: 1440px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        max-width: 1340px !important;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: auto !important;
    }
}

@media screen and (max-width: 980px) {
    html {
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
        text-size-adjust: none;
    }

    body {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .content-block.container {
        padding: 30px 20px;
    }

    .container.greyborder {
        border-bottom: 1px solid #dcdcdc;
    }

    .quiz-results .content-block.blue {
        padding: 60px 20px 40px;
    }

    hr.fullwidth.noverticalmargin {
        margin: 0 20px;
    }

    .navbar.small {
        display: block !important;
        padding: 0;
    }

    .navbar .btn-navbar {
        top: 0;
        right: -7px;
    }

    .navbar.small .btn-navbar {
        top: -6px;
    }

    .navbar .btn-navbar .icon-bar {
        width: 22px;
        height: 3px;
        margin-bottom: 5px;
    }

    .navbar .brand {
        margin: 0;
        padding: 0;
    }

    #mobile-logo {
        display: block;
    }

    .navbar .brand img, .navbar.small .brand img {
        height: 27px;
        width: auto;
        max-width: 100%;
    }

    .main-navigation {
        max-width: 100% !important;
        width: 100%;
        padding: 100px 0;
    }

        .main-navigation li a {
            font-size: 1.286em;
            display: block;
            padding: 10px 0;
        }

        .main-navigation li {
            padding: 7px 0;
        }

        .main-navigation .close-nav, .help-content-mobile .close-nav, #modal-close {
            font-size: 2.5em;
            top: 14px;
            right: 20px;
            width: 20px;
            height: 20px;
            background-size: 20px 20px;
        }

    .main-navigation-logo-mobile {
        display: block;
        position: absolute;
        top: 10px;
        left: 20px;
    }

    #modal-close {
        top: 4px;
    }

    .main-navigation-logo-mobile img {
        height: 27px;
        max-width: 100%;
        width: auto;
    }

    #mobile-logo-reverse {
        display: block;
        position: absolute;
        top: 0;
        left: 1em;
        padding: 1em;
    }

        #mobile-logo-reverse img {
            max-width: 60%;
        }

    .graph {
        width: 100%;
        height: 220px;
        padding-bottom: 30px;
        margin-left: 0;
    }

        .graph li {
            margin-right: 5px;
            width: 18px;
        }

    .quiz-result {
        min-height: 0;
    }

    .quiz-results-detail.right {
        width: 100%;
        display: block;
        float: none;
        margin: 50px 0 0;
    }

    .program-list {
        margin: 0;
    }

    li.program-item .program-name {
        width: 80%;
        width: calc(100% - 100px);
        font-size: .867em;
        line-height: 1.2em;
        display: inline-block;
        vertical-align: middle;
        padding: 0 15px;
    }

    li.program-item a, li.program-item.int-link {
        padding: 8px 0;
    }

    .quiz-questions li {
        min-height: 30px;
        padding: 0 15px;
    }

        .quiz-questions li > span {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            height: 50px;
            line-height: 50px;
        }

    input[type=checkbox].css-checkbox + label.css-label {
        padding-right: 1em;
        font-size: 1em;
    }

    .quiz-questions {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        margin: 0;
        padding: 0;
    }

    .quiz-result h4 {
        width: 100%;
        text-align: center;
    }

    #program-list-container {
        background-size: 27px 14px;
        padding: 30px 20px 40px;
    }

    .quiz-results-detail p {
        font-size: .929em;
        line-height: 1.4;
        font-weight: 400;
    }

    h2 {
        font-size: 1.714em;
        padding-bottom: 20px;
        margin: 0;
    }

    h3, .quiz-result h4 {
        font-size: 1.5em;
        padding-bottom: 20px;
        margin: 0;
    }

    #dark-grey-sub-footer h4 {
        font-size: 1.714em;
        margin-top: 0;
        line-height: 1.1;
        margin-bottom: 24px;
    }

    .split-content p {
        font-size: .929em;
        line-height: 1.3;
    }

    li.program-item .program-code {
        margin-left: 0;
        margin-right: 5px;
        font-size: 14px;
        text-align: center;
        float: left;
        width: 14px;
        height: 14px;
        line-height: 14px;
    }

        li.program-item .program-code:last-child {
            margin-right: 0;
        }

    .program-code.pc-details {
        display: block;
        margin: 20px auto;
    }

    #program-list-container h2 {
        padding: 20px 0 40px;
    }

    .more-info li a {
        min-height: 0;
        font-size: .867em;
    }

    .featured-links {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    a.rhodamine-link.bottom-align {
        bottom: 30px !important;
    }

    #our-services ul {
        margin: 0;
        padding: 0;
    }

    .footer-item {
        overflow: hidden;
        padding: 20px 0;
    }

        .footer-item li {
            display: block;
            width: 45%;
            float: left;
            padding: 1em 20px 0 0;
        }

    #footer-sher {
        padding: 0 0 40px;
    }

    #footer-logo {
        float: none;
        margin-bottom: 20px;
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #386388;
    }

    .footer-social {
        float: none;
        width: 100%;
    }

    .videoWrapper {
        height: 100vh;
    }

    h1.banner-title {
        max-width: 75%;
        width: 75%;
        font-size: 2.143em;
    }

    .banner-subtext {
        font-size: .8em;
    }

    .banner-auto-scroll {
        bottom: 1em;
        left: 50%;
        left: calc(50% - 15px);
        width: 30px;
    }

    .navbar.small .navbar-inner {
        min-height: 20px;
        padding: 10px 20px;
    }

    .featured-list-block {
        width: 100% !important;
        display: block !important;
        float: none;
        margin: 20px 0;
    }

    li.featured-list-block .description {
        padding: 20px !important;
    }

    .featured-links .featured-links-inner {
        margin: 0 !important;
        padding: 20px !important;
    }

    .featured-links-inner {
        min-height: 250px;
    }

    .program-category {
        text-align: center;
        width: 100%;
        display: block;
    }

    .blocks {
        width: 95%;
        margin: 0;
    }

    #customDots li {
        width: 45px;
        height: 45px;
        font-size: 1.714em;
        line-height: 45px;
    }

    .blocks li {
        float: left;
        display: block !important;
        width: 39%;
        font-size: .75em;
        margin: 15px 10px !important;
        padding: 0 !important;
    }

        .blocks li:nth-child(even) {
            float: right;
        }

    .split-content .split-content-inner {
        float: none;
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .container.medium {
        max-width: 100% !important;
    }

        .container.medium .split-content .split-content-inner {
            padding: 20px 0 !important;
        }

    #planning ul {
        max-width: 100% !important;
        padding: 0 20px;
    }

        #planning ul li {
            float: none;
            width: 100%;
            display: block;
            margin-bottom: 10px;
        }

    .col3.rightfloat {
        text-align: left;
        display: block;
        margin-top: 25px;
    }

    .content-block.centered.col2 ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        width: 100%;
    }

    .content-block.centered.col2 p {
        width: 100%;
        float: none;
        display: block;
    }

    .content-block-inner {
        width: 100%;
    }

    .table-row .row-half {
        width: 100%;
        float: none;
        border-bottom: 1px solid #dcdcdc;
        min-height: 0;
    }

    #our-services, #how-to, .services-table {
        width: 90%;
        margin: 0 auto;
    }

    #our-team li:nth-child(even) .row-inner {
        padding: 1em 1em 1em 0;
    }

    .quiz-help a.help-quest {
        width: 30px;
        height: 30px;
        background-size: 9px 13px;
    }

    .quiz-results-detail.left {
        width: 100%;
        text-align: center;
        display: block;
        float: none;
        height: 230px;
        padding-bottom: 20px;
        margin: 0;
    }

    .graph li.none {
        height: 10px;
    }

    .graph li span {
        font-size: .75em;
        bottom: 10px;
    }

    #how-would a.help-quest {
        top: -20px;
    }

    .more-info {
        margin: 10px 0 0;
        padding: 0;
    }

    .program-selected .more-info li {
        padding: 5px 15px;
    }

    .program-codes {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: 55px;
    }

    .program-selected {
        border-bottom: 1px solid #fff;
    }

    .modal {
        min-height: 100vh !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
    }

    .modal-title p {
        max-width: 80%;
    }

    .program-code.pc-modal {
        font-size: 15px;
        line-height: 15px;
        width: 15px;
        height: 15px;
        text-align: center;
        margin: 0 0 0 4px;
    }

    .blocker {
        overflow: hidden;
    }

    .play-button {
        width: 35%;
        margin: 0 auto;
    }

    .help-content-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 9999;
        display: none;
    }

        .help-content-mobile .help-content-inner {
            height: 100%;
            padding: 30px;
        }

        .help-content-mobile .help-content-header {
            width: 100%;
            height: 48px;
            line-height: 40px;
            text-align: right;
            background-color: #1092aa;
        }

        .help-content-mobile .close-nav {
            position: relative;
            top: 14px;
            right: 20px;
            float: right;
        }

    .videoWrapper.shorter {
        padding-bottom: 60%;
        margin-top: 40px;
    }

    .modal-header {
        height: 27px;
        padding: 10px 0;
    }

    .internal-modal li {
        font-size: .929em;
    }

    .modal-items li {
        padding: 14px 0;
    }

    .container, .navbar .container, .footer-bottom, ul.featured-3-block li.featured-list-block .featured-list-block-container, .col3 .col3-inner, .services-table .row-notes {
        padding: 0;
    }

    .content-block, .internal-modal ul {
        padding: 20px;
    }

        .content-block.blue.no-padding, .featured-list-block-container, .split-content .split-content-inner.padded {
            padding: 0 !important;
        }

    .upper-nav-bar, #desktop-logo, .mobilehide {
        display: none;
    }

    .navbar, .help-content.desktop {
        display: none !important;
    }

    .main-navigation ul, .footer-section {
        padding: 0 20px;
    }

    .quiz-results-detail, .col3, .col3.wide {
        width: 100%;
        display: block;
    }

    .quiz-question-pages h2, .split-content p:last-child {
        margin-bottom: 0;
    }

    .results-subhead, .split-content h3 {
        font-size: 1.143em;
    }

    .split-content .split-content-inner p, .links-width, #steps h2, #planning h2 {
        max-width: 100%;
    }

    .split-content, #our-team li {
        width: 100%;
        display: block;
        float: none;
    }
}

@media screen and (max-width: 640px) {
    #mainnav a {
        font-size: 13px;
    }
}

@media screen and (max-width: 320px) {
    #mainnav a {
        font-size: 13px;
    }

    #pathways h2 {
        font-size: 1.3em;
    }

    #pathways ul li a {
        font-size: .9em;
    }
}

@media screen and (max-width: 650px) {
    .footer-item li {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .navbar .btn-navbar {
        top: -2px;
    }
}

@media screen and (min-width: 981px) {
    .help-content-mobile {
        display: none !important;
    }

    .a11y-fontsize .split-content .split-content-inner {
        padding: 0 2em;
    }
}

@media screen and (min-width: 981px) and (max-width: 1400px) {
    .split-content .split-content-inner {
        padding: 0 2em 0 0;
    }

    .split-content.right .split-content-inner {
        padding: 0 0 0 2em;
    }

    .container.medium .split-content .split-content-inner {
        padding: 0 1em !important;
    }

    .split-content .split-content-inner.padded {
        padding: 0 3em !important;
    }

    #planning ul li {
        width: 33%;
    }

    #our-team li {
        width: 48%;
    }

    li.featured-list-block .description {
        height: 230px;
    }

    .thumb-image-block {
        max-height: 165px;
    }

    .featured-links-inner {
        min-height: 200px;
    }
}

@media screen and (min-width: 981px) and (max-width: 1700px) {
    .split-content .split-content-inner.padded {
        padding: 0 2em !important;
    }
}
