/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   published 9/21/2018 at 11:14am PDT
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: "Oswald";
    src: local("oswald regular"), local("oswald-regular");
    src: url(/fonts/oswald-regular.eot) format("embedded-opentype"), url(/fonts/oswald-regular.woff2) format("woff2"), url(/fonts/oswald-regular.woff) format("woff"), url(/fonts/oswald-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Oswald";
    src: local("oswald bold"), local("oswald-bold");
    src: url(/fonts/oswald-bold.eot) format("embedded-opentype"), url(/fonts/oswald-bold.woff2) format("woff2"), url(/fonts/oswald-bold.woff) format("woff"), url(/fonts/oswald-bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Oswald";
    src: local("oswald light"), local("oswald-light");
    src: url(/fonts/oswald-light.eot) format("embedded-opentype"), url(/fonts/oswald-light.woff2) format("woff2"), url(/fonts/oswald-light.woff) format("woff"), url(/fonts/oswald-light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: local("roboto regular"), local("roboto-regular");
    src: url(/fonts/roboto-regular.eot) format("embedded-opentype"), url(/fonts/roboto-regular.woff2) format("woff2"), url(/fonts/roboto-regular.woff) format("woff"), url(/fonts/roboto-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: local("roboto bold"), local("roboto-bold");
    src: url(/fonts/roboto-bold.eot) format("embedded-opentype"), url(/fonts/roboto-bold.woff2) format("woff2"), url(/fonts/roboto-bold.woff) format("woff"), url(/fonts/roboto-bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: local("roboto light"), local("roboto-light");
    src: url(/fonts/roboto-light.eot) format("embedded-opentype"), url(/fonts/roboto-light.woff2) format("woff2"), url(/fonts/roboto-light.woff) format("woff"), url(/fonts/roboto-light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: local("roboto italic"), local("roboto-italic");
    src: url(/fonts/roboto-italic.eot) format("embedded-opentype"), url(/fonts/roboto-italic.woff2) format("woff2"), url(/fonts/roboto-italic.woff) format("woff"), url(/fonts/roboto-italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: local("roboto bolditalic"), local("roboto-bolditalic");
    src: url(/fonts/roboto-bolditalic.eot) format("embedded-opentype"), url(/fonts/roboto-bolditalic.woff2) format("woff2"), url(/fonts/roboto-bolditalic.woff) format("woff"), url(/fonts/roboto-bolditalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
}

.no-wrap {
    white-space: nowrap;
}

.skip, .hide {
    display: none;
}

.zoom {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.horizontal-list li {
    display: inline;
    list-style-type: none;
}

.bold, strong {
    font-weight: 600;
}

.middle {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.middlehorizontal {
    position: relative;
    float: left;
    top: 50%;
    transform: translate(0, -50%);
}

.box {
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    height: 75px;
    width: auto;
}

.btn-icon .icon {
    display: inline-block;
    border: none;
    vertical-align: middle;
    margin-left: 16px;
    background-size: cover;
}

.btn-icon .gold-arrow-right {
    background-image: url(../img/gold_playbtn.png);
    width: 50px;
    height: 49px;
}

.btn-icon .blue-arrow-right {
    background-image: url(../img/blue_playbtn.png);
    width: 30px;
    height: 30px;
}

.row.no-gutter {
    margin-left: -15px;
    margin-right: -15px;
}

    .row.no-gutter [class*='col-']:not(:first-child),
    .row.no-gutter [class*='col-']:not(:last-child) {
        padding-right: 0;
        padding-left: 0;
    }

.col-nopadding {
    padding-right: 0;
    padding-left: 0;
}

.bluelink,
.bluelink:hover {
    color: #003f72;
    text-decoration: underline;
}

.info {
    color: #c4262e;
}

/* Break points */
/* Vendor prefixes */
/* box shadow Vendor prefixes */
/* multiple box shadows are passed as values due to commas */
html {
    height: 100%;
    font-size: 100%;
    line-height: normal;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    html {
        font-size: 13.5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    html {
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    html {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 18px;
    }
}

body {
    overflow-x: hidden;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #2d3033;
    text-align: left;
}

h1, .h1, h2, .h2, h3, .h3, h5, .h5, h6, .h6 {
    font-weight: 700;
    font-family: "Oswald", Arial, sans-serif;
    line-height: 1.15;
}

h1, .h1 {
    font-size: 6.875em;
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 2.25em;
    }
}

h2, .h2 {
    font-size: 6.25em;
    line-height: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    h2, .h2 {
        font-size: 2.464em;
    }
}

@media (max-width: 767px) {
    h2, .h2 {
        font-size: 2.464em;
    }
}

@media (max-width: 479px) {
    h2, .h2 {
        font-size: 2em;
    }
}

h3, .h3 {
    font-size: 1.875em;
}

.application-faqs h3, .application-faqs .h3 {
    margin-bottom: 4.688em;
    font-size: 3em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .application-faqs h3, .application-faqs .h3 {
        margin-bottom: 0.694em;
        font-size: 2.571em;
    }
}

@media (max-width: 767px) {
    .application-faqs h3, .application-faqs .h3 {
        margin-bottom: 1em;
        font-size: 2.571em;
    }
}

#history h3, #history .h3 {
    font-size: 3em;
}

@media (min-width: 768px) and (max-width: 991px) {
    #history h3, #history .h3 {
        font-size: 2.571em;
    }
}

@media (max-width: 767px) {
    #history h3, #history .h3 {
        font-size: 2.571em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h3, .h3 {
        font-size: 1.714em;
    }
}

@media (max-width: 767px) {
    h3, .h3 {
        font-size: 1.714em;
    }
}

h4, .h4 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.125em;
    line-height: 1.15;
}

@media (min-width: 768px) and (max-width: 991px) {
    h4, .h4 {
        font-size: 1.143em;
    }
}

@media (max-width: 767px) {
    h4, .h4 {
        font-size: 1.143em;
    }
}

h5 {
    font-size: 1.375em;
}

@media (max-width: 767px) {
    h5 {
        font-size: 1em;
    }
}

a {
    font-weight: 700;
    font-size: inherit;
    font-family: "Oswald", Arial, sans-serif;
    line-height: 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

    a:focus, a:hover {
        text-decoration: none;
    }

.btn {
    padding: 0.389em 0.778em;
    font: 700 1.125em/1 "Oswald", Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 0;
}

    .btn .glyphicon {
        padding-left: 0.15em;
        font-size: 0.889em;
    }

.nav-bar .btn, .footer-links .btn {
    padding: 0.278em 0.778em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn {
        font-size: 1.143em;
    }
}

@media (max-width: 767px) {
    .btn {
        font-size: 1em;
    }
}

@media (max-width: 479px) {
    #main-nav-bottom .btn {
        font-size: 0.833em;
    }
}

@media (max-width: 374px) {
    #main-nav-bottom .btn {
        font-size: 0.714em;
    }
}

.btn-lightblue {
    background-color: #1a75ad;
    color: white;
}

    .btn-lightblue:hover, .btn-lightblue:focus {
        background-color: #003f72;
        color: white;
    }

.btn-lightblue-alt:hover, .btn-lightblue-alt:focus {
    background-color: white;
    color: #003f72;
}

.btn-darkblue {
    color: white;
    background-color: #003f72;
}

    .btn-darkblue:hover {
        color: white;
        background-color: #1a75ad;
    }

#stateRecruiters .btn-darkblue {
    float: left;
    margin-left: 5%;
    height: 50px;
}

    #stateRecruiters .btn-darkblue:focus {
        color: white;
        background-color: #1a75ad;
    }

.btn-white {
    color: #003f72;
    background: white;
}

#locations-wrapper .btn-white {
    font-size: 1.25em;
}

@media (min-width: 768px) and (max-width: 991px) {
    #locations-wrapper .btn-white {
        font-size: 1.143em;
    }
}

@media (max-width: 767px) {
    #locations-wrapper .btn-white {
        font-size: 1.143em;
    }
}

.btn-white:hover, .btn-white:focus {
    background-color: #003f72;
    color: white;
}

.btn-home {
    color: black;
    height: 50px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .btn-home {
        height: 44px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .btn-home {
        height: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn-home {
        height: 40px;
        font-size: 0.75em;
    }
}

@media (max-width: 767px) {
    .btn-home {
        height: 40px;
        font-size: 1.125em;
    }
}

@media (max-width: 479px) {
    .btn-home {
        font-size: 1em;
    }
}

@media (max-width: 374px) {
    .btn-home {
        height: 35px;
    }
}

.btn-external {
    height: 2.778em;
    padding: 0 2.5em 0 1.556em;
    line-height: 2.778em;
    background-image: url("/Content/Images/icon-external-links.png");
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 0.778em 1em;
}

    .btn-external.btn-lightblue-alt:hover {
        background-image: url("/Content/Images/icon-external-links-lightblue-alt.png");
    }

.yellow-red-gradient {
    background: #c4262e;
    background: linear-gradient(-30deg, #f3cf45, #c4262e);
}

.orange-red-gradient {
    background: #c4262e;
    background: linear-gradient(-30deg, #c15a1b, #c4262e);
}

.red-orange-gradient {
    background: #c4262e;
    background: linear-gradient(-30deg, #c4262e, #c15a1b);
}

.light-dark-blue-gradient {
    background: #003f72;
    background: linear-gradient(-30deg, #1a75ad, #003f72);
}

.dark-light-blue-gradient {
    background: #003f72;
    background: linear-gradient(-30deg, #003f72, #1a75ad);
}

.yellow-green-gradient {
    background: #557f24;
    background: linear-gradient(-30deg, #f3cf45, #557f24);
}

.green-yellow-gradient {
    background: #557f24;
    background: linear-gradient(-30deg, #557f24, #f3cf45);
}

.purple-darkblue-gradient {
    background: #60085b;
    background: linear-gradient(-30deg, #60085b, #003f72);
}

.darkblue-purple-gradient {
    background: #60085b;
    background: linear-gradient(-30deg, #003f72, #60085b);
}

.red-purple-gradient {
    background: #60085b;
    background: linear-gradient(-30deg, #c4262e, #60085b);
}

.orange-yellow-gradient {
    background: #c15a1b;
    background: linear-gradient(-30deg, #f3cf45, #c15a1b);
}

.yellow-orange-gradient {
    background: #c15a1b;
    background: linear-gradient(-30deg, #c15a1b, #f3cf45);
}

.orange-purple-gradient {
    background: #60085b;
    background: linear-gradient(-30deg, #c15a1b, #60085b);
}

.breadcrumb {
    background: transparent;
}

main {
    margin-top: 130px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    main {
        margin-top: 117.5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    main {
        margin-top: 105px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    main {
        margin-top: 130px;
    }
}

@media (max-width: 767px) {
    main {
        margin-top: 85px;
    }
}

@media (max-width: 479px) {
    main {
        margin-top: 76px;
    }
}

@media (max-width: 413px) {
    main {
        margin-top: 72px;
    }
}

@media (max-width: 374px) {
    main {
        margin-top: 68px;
    }
}

.white-down-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    font-size: 0;
    line-height: 0;
}

.text-shaddow-black {
    text-shadow: #000 1px 0 10px;
}

.text-highlight-white {
    text-shadow: #fff 1px 0 20px;
}

.text-orange {
    color: #c15a1b;
}

.text-green {
    color: #557f24;
}

.text-dark-blue {
    color: #003f72;
    line-height: 1em;
}

.text-light-blue {
    color: #1a75ad;
}

.text-purple {
    color: #60085b;
}

.text-white {
    color: white !important;
}

    .text-white a {
        color: white;
    }

a.text-white:hover {
    color: white;
}

.text-grey {
    color: #2d3033;
}

    .text-grey:hover {
        color: #2d3033;
    }

.text-black {
    color: black !important;
}

.text-bold {
    font-weight: 700;
}

.text-align-right {
    text-align: right;
}

@media (min-width: 768px) and (max-width: 991px) {
    #history .text-align-right {
        text-align: left;
    }
}

@media (max-width: 767px) {
    #history .text-align-right {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-desktop {
        display: none;
    }
}

@media (max-width: 767px) {
    .text-desktop {
        display: none;
    }
}

.bg-light-grey {
    background-color: #f2f2f2;
}

form [placeholder]:focus::placeholder {
    color: transparent !important;
}

form [placeholder]:focus::-moz-placeholder {
    color: transparent !important;
}

form [placeholder]:focus::-webkit-input-placeholder {
    color: transparent !important;
}

form [placeholder]:focus:-ms-input-placeholder {
    color: transparent !important;
}

@media (max-width: 767px) {
    .container-fluid {
        width: 480px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 479px) {
    .container-fluid {
        width: 414px;
    }
}

@media (max-width: 413px) {
    .container-fluid {
        width: 375px;
    }
}

@media (max-width: 374px) {
    .container-fluid {
        width: 320px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1366px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 480px;
    }
}

@media (max-width: 479px) {
    .container {
        width: 414px;
    }
}

@media (max-width: 413px) {
    .container {
        width: 375px;
    }
}

@media (max-width: 374px) {
    .container {
        width: 320px;
    }
}

@media (min-width: 414px) and (max-width: 479px) {
    .col-xxs-6 {
        width: 50%;
    }
}

@media (min-width: 414px) and (max-width: 479px) {
    .col-xxs-12 {
        width: 100%;
    }
}

@media (min-width: 375px) and (max-width: 413px) {
    .col-xxxs-12 {
        width: 100%;
    }
}

@media (max-width: 374px) {
    .col-xxxxs-12 {
        width: 100%;
    }
}

.careers-cta-word {
    color: white;
    text-align: center;
    text-transform: uppercase;
}

#milestones {
    background: #f2f2f2;
}

@media (min-width: 768px) and (max-width: 991px) {
    .career-milestone-wrapper:not(:last-of-type) {
        margin-bottom: 1.607em;
    }
}

@media (max-width: 767px) {
    .career-milestone-wrapper:not(:last-of-type) {
        margin-bottom: 1.607em;
    }
}

@media (max-width: 413px) {
    .career-milestone-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.career-milestone {
    position: relative;
    cursor: pointer;
}

    .career-milestone a {
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: 400;
        text-decoration: underline;
    }

.career-milestone-image {
    width: 100%;
    height: 100%;
    display: block;
}

.career-milestone-heading {
    height: 75px;
    line-height: 75px;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .career-milestone-heading {
        height: 60px;
        line-height: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .career-milestone-heading {
        height: 45px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    .career-milestone-heading {
        height: 45px;
        line-height: 45px;
    }
}

.career-milestone-heading:after {
    content: "\02C5";
}

#career-milestone-heading-early {
    background-color: #003f72;
}

#career-milestone-heading-mid {
    background-color: #1a75ad;
}

#career-milestone-heading-advanced {
    background-color: #1d2025;
}

.career-milestone-text-wrapper {
    display: none;
    position: relative;
    margin-top: -70px;
    padding: inherit;
    background-color: white;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .career-milestone-text-wrapper {
        margin-top: -55px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .career-milestone-text-wrapper {
        margin-top: -40px;
    }
}

@media (max-width: 767px) {
    .career-milestone-text-wrapper {
        margin-top: -40px;
    }
}

.career-milestone-text {
    padding: 25px 5% 32px;
    color: #2d3033;
    cursor: pointer;
}

    .career-milestone-text p {
        line-height: 1.349;
    }

        .career-milestone-text p.career-milestone-text-answer {
            color: black;
        }

.career-milestone-text-label {
    position: relative;
    padding-bottom: 12px;
    font-size: 0.75em;
    text-transform: uppercase;
}

    .career-milestone-text-label:after {
        position: absolute;
        top: 2px;
        right: 5%;
        font-size: 1.3em;
        content: "\005E";
    }

.career-milestone-text-heading {
    margin-bottom: 1.375em;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    text-transform: uppercase;
}

.career-milestone-text-question {
    font-weight: bold;
    margin-bottom: 10px;
}

.career-links > div {
    padding-left: 0;
    padding-right: 0;
}

.career-links-list {
    margin-top: 1.563em;
}

#brochures .career-links-list {
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    #brochures .career-links-list {
        margin-top: 0.893em;
        padding-left: 0;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    #brochures .career-links-list {
        margin-top: 0.893em;
        padding-left: 0;
        padding-right: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .career-links-list {
        margin-top: 1.5em;
    }
}

@media (max-width: 767px) {
    .career-links-list {
        margin-top: 1.5em;
    }
}

.career-links-list li {
    position: relative;
    padding-left: 0.667em;
}

    .career-links-list li a {
        display: block;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .career-links-list li {
        padding-left: 18px;
    }
}

.career-links-list li:before {
    font-family: "Oswald", Arial, sans-serif;
    content: "\003e\00a0";
    color: #1a75ad;
    font-weight: bold;
    text-align: right;
    position: absolute;
    top: 0.094em;
    left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .career-links-list li:before {
        top: 0.036em;
    }
}

@media (max-width: 767px) {
    .career-links-list li:before {
        top: 0.01em;
    }
}

.career-links-list li:hover:before {
    color: #003f72;
}

.career-links-list li:not(:last-of-type) {
    margin-bottom: 1.563em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .career-links-list li:not(:last-of-type) {
        margin-bottom: 0.893em;
    }
}

@media (max-width: 767px) {
    .career-links-list li:not(:last-of-type) {
        margin-bottom: 0.893em;
    }
}

@media (min-width: 1400px) {
    .career-links-list {
        font-size: 1.125em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #supportservicesatva + div .career-links-list {
        padding-left: 0;
        padding-right: 0;
    }

        #supportservicesatva + div .career-links-list li:last-of-type {
            margin-bottom: 0.893em;
        }
}

@media (max-width: 767px) {
    #supportservicesatva + div .career-links-list {
        padding-left: 15px;
        padding-right: 15px;
    }

        #supportservicesatva + div .career-links-list li:last-of-type {
            margin-bottom: 0.893em;
        }
}

#top10 {
    display: flex;
}

@media (min-width: 768px) and (max-width: 991px) {
    #top10 {
        display: block;
    }
}

@media (max-width: 767px) {
    #top10 {
        display: block;
    }
}

#top10 h3 {
    font-size: 4.5em;
    color: #003f72;
}

.top10-reasons {
    padding-left: 0;
    padding-right: 0;
}

    .top10-reasons > div:last-of-type {
        padding-right: 0;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .top10-reasons > div:last-of-type {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .top10-reasons > div:last-of-type {
        padding-left: 0;
    }
}

.top10-reason {
    position: relative;
    height: 50px;
    padding-left: 35px;
    color: #1a75ad;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 50px;
    border-bottom: 1px solid #1a75ad;
}

    .top10-reason:first-of-type {
        border-top: 1px solid #1a75ad;
    }

    .top10-reason:hover {
        color: white;
        background-color: #003f72;
        cursor: pointer;
    }

    .top10-reason:before {
        content: "\003e\00a0";
        color: #1a75ad;
        font-weight: bold;
        text-align: right;
        position: absolute;
        left: 20px;
    }

    .top10-reason:hover:before {
        color: white;
    }

.top10-reason-active {
    position: relative;
    z-index: 50;
    color: white;
    background-color: #003f72;
}

    .top10-reason-active:before {
        color: white;
    }

    .top10-reason-active p {
        color: white;
    }

    .top10-reason-active .top10-answer-heading {
        margin-top: 15px;
    }

.top10-reason-text-active {
    color: white;
}

.top10-answer {
    padding-left: 0;
    background: #003f72;
}

.top10-answer-heading {
    color: white;
    padding-bottom: 10px;
    margin-top: 118px;
    line-height: 1.15;
}

.top10-reason-list {
    margin-top: 50px;
    margin-right: -1px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .top10-reason-list {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .top10-reason-list {
        margin-right: 0;
    }
}

.top10-answer-list {
    list-style: disc;
    padding-left: 1.563em;
    color: white;
}

    .top10-answer-list li {
        margin-bottom: 1.25em;
        line-height: 1.349;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .top10-answer-list {
        padding-right: 2em;
    }
}

@media (max-width: 767px) {
    .top10-answer-list {
        padding-right: 1.5em;
    }

    #top10wrapper .top10-answer-list {
        padding-right: 15px;
    }
}

@media (max-width: 767px) and (max-width: 413px) {
    #top10wrapper .top10-answer-list {
        padding-left: 1.25em;
    }
}

.top10-answers {
    display: none;
}

    .top10-answers h4 {
        font-family: "Oswald", Arial, sans-serif;
        font-size: 1.875em;
        font-weight: 700;
    }

    .top10-answers hr {
        margin: 0 0 30px -15px;
        border-color: white;
    }

.top10-answers-active {
    display: block;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .top10-reason .top10-answers {
        display: none;
    }
}

#top10 .content-header {
    margin-bottom: 25px;
}

#ask > .row {
    background-color: #003f72;
}

#ask h3 {
    margin-bottom: 8%;
    font-size: 3.25rem;
}

#ask .content-copy {
    color: white;
}

.career-pathways {
    background-color: white;
    padding: 20px 18px;
}

    .career-pathways img {
        display: block;
        margin: 0 auto;
    }

#search-results-intro > .row {
    display: flex;
}

@media (min-width: 768px) and (max-width: 991px) {
    #search-results-intro > .row {
        display: block;
    }
}

@media (max-width: 767px) {
    #search-results-intro > .row {
        display: block;
    }
}

#search-results-intro > .row > div {
    flex-grow: 1;
}

#searchAndApply > div {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    #searchAndApply > div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    #searchAndApply > div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #career-info .cta {
        margin-left: 1.5em;
    }
}

@media (max-width: 767px) {
    #career-info .cta {
        margin-left: 1.5em;
    }
}

/* sprites for job details/search results */
.icon-searchresults {
    position: relative;
    display: block;
    padding-left: 42px;
    font-weight: 700;
}

.searchresults-socialmedia-list .icon-searchresults {
    width: 25px;
    height: 25px;
    padding-left: 0;
}

.icon-searchresults:before {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    left: 0;
    background: url("/Content/Images/icons-searchresults-sprite.png") no-repeat 0 0;
}

.icon-searchresults-print:before {
    background-position: 0 -25px;
}

.icon-searchresults-print:hover:before {
    background-position: -25px -25px;
}

.icon-searchresults-email:before {
    background-position: 0 0;
}

.icon-searchresults-email:hover:before {
    background-position: -25px 0;
}

.icon-searchresults-email:before {
    background-position: 0 0;
}

.icon-searchresults-email:hover:before {
    background-position: -25px 0;
}

.icon-searchresults-bookmark:before {
    background-position: 0 -50px;
}

.icon-searchresults-bookmark:hover:before {
    background-position: -25px -50px;
}

.icon-searchresults-facebook:before {
    background-position: 0 -75px;
}

.icon-searchresults-facebook:hover:before {
    background-position: -25px -75px;
}

.icon-searchresults-twitter:before {
    background-position: 0 -100px;
}

.icon-searchresults-twitter:hover:before {
    background-position: -25px -100px;
}

.icon-searchresults-linkedin:before {
    background-position: 0 -125px;
}

.icon-searchresults-linkedin:hover:before {
    background-position: -25px -125px;
}

.text-milestone {
    margin: 0 auto;
    width: 85.5%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-milestone {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .text-milestone {
        width: 100%;
    }
}

.career-links-container ul:first-of-type {
    padding-left: 0;
}

@media (max-width: 767px) {
    .career-links-container ul:first-of-type {
        padding-right: 0;
    }
}

.career-links-container ul:last-of-type {
    padding-right: 0;
}

@media (max-width: 767px) {
    .career-links-container ul:last-of-type {
        margin-top: 0.893em;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .career-links-container ul:not(:first-of-type) ul {
        margin-top: 25px;
    }
}

#tips-nav {
    position: absolute;
    top: 150px;
    left: 0;
}

    #tips-nav .slick-dots li button:before {
        color: #2d3033;
        font-size: 20px;
    }

    #tips-nav .slick-dots li button:hover:before {
        color: #1a75ad;
    }

    #tips-nav .slick-dots li.slick-active button:before {
        color: #1a75ad;
        font-size: 20px;
    }

#quicktips > div {
    padding: 7% 0;
}

#quicktips .tips-carousel .tips-text {
    position: relative;
    height: 158px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #quicktips .tips-carousel .tips-text {
        height: 143px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #quicktips .tips-carousel .tips-text {
        height: 118px;
    }
}

#quicktips .tips-carousel .tips-text.content-copy {
    margin-top: 0;
}

#quicktips .tips-carousel .carousel-copy:after {
    position: absolute;
    float: left;
    bottom: 0;
    display: block;
    content: " ";
    height: 15px !important;
    margin-bottom: 15px;
    background-color: #1a75ad;
    width: 33%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #quicktips .tips-carousel .carousel-copy:after {
        height: 13px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #quicktips .tips-carousel .carousel-copy:after {
        height: 11px !important;
    }
}

#quicktips #tips-nav {
    position: relative;
    top: 0;
    float: right;
}

    #quicktips #tips-nav .slick-dots {
        position: relative;
        bottom: -6px;
    }

        #quicktips #tips-nav .slick-dots li {
            display: block;
            margin: 0 0 9px;
        }

@media (min-width: 1200px) and (max-width: 1399px) {
    #quicktips #tips-nav .slick-dots li {
        margin: 0 0 7px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #quicktips #tips-nav .slick-dots li {
        margin: 0 0 1px;
    }
}

#quicktips #tips-nav .slick-dots li button {
    box-sizing: border-box;
    color: #1a75ad;
    padding: 0 !important;
}

    #quicktips #tips-nav .slick-dots li button:before {
        width: 20px !important;
        height: 20px !important;
        padding: 0;
        margin: 0;
        border-radius: 50%;
        border: 2px solid #1a75ad;
        content: "" !important;
        opacity: 1 !important;
    }

@media (min-width: 1200px) and (max-width: 1399px) {
    #quicktips #tips-nav .slick-dots li button:before {
        width: 16px !important;
        height: 16px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #quicktips #tips-nav .slick-dots li button:before {
        width: 15px !important;
        height: 15px !important;
    }
}

#quicktips #tips-nav .slick-dots li.slick-active button:before {
    background: #1a75ad;
}

#quicktips .slick-list {
    margin: 0 !important;
}

#slider, #slider > div {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    #supportservicesatva #slider {
        margin-bottom: 3em;
    }
}

@media (max-width: 767px) {
    #supportservicesatva #slider {
        margin-bottom: 3em;
    }
}

#slider-thumbs {
    padding: 0;
}

#carousel-bounding-box {
    padding-left: 0;
    padding-right: 0;
}

.tips-header {
    position: absolute;
    left: 150px;
    margin-top: 100px;
    font-weight: bold;
}

.home-carousel .tips-text {
    position: absolute;
    left: 150px;
    margin-top: 100px;
    padding-right: 25px;
}

.home-carousel {
    right: -50px;
    height: auto;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-carousel {
        right: 0;
    }
}

@media (max-width: 767px) {
    .home-carousel {
        right: 0;
    }
}

.home-carousel h4 {
    margin-top: 25px;
}

.home-carousel img {
    margin: 0 auto;
}

.blog-carousel img {
    /*border-radius: 50px;*/
    height: 90px;
    width: 180px;
}

@media (max-width: 479px) {
    .home-carousel img {
        width: 80px;
    }

    .blog-carousel img {
        width: 180px;
    }
}

.home-carousel .content-copy {
    margin-top: 12px !important;
}

.home-carousel .slick-slide {
    height: 350px;
    margin: 50px 8px 25px 0;
    padding: 15px;
    text-align: center;
    background-color: white;
    cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-carousel .slick-slide {
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-carousel .slick-slide {
        height: 465px;
        margin: 50px 8px 25px;
    }
}

@media (max-width: 374px) {
    .home-carousel .slick-slide {
        height: 350px;
        margin: 50px 15px 25px;
    }
}

.home-carousel:before {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 60%;
    display: block;
    content: " ";
    background: #003f72;
    background: linear-gradient(-30deg, #1a75ad, #003f72);
}

.slick-list {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .slick-list {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .slick-list {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.slick-dots li button:before {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    border: 2px solid #2d3033;
    content: "" !important;
    opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
    background: #2d3033;
}

.thumbVideo .story-video {
    height: 182px;
}

.list-inline {
    margin-left: 0;
}

    .list-inline > li {
        float: left;
        width: 33.3%;
    }

        .list-inline > li:first-of-type {
            padding: 2px 1px 0 0;
        }

        .list-inline > li:nth-of-type(2) {
            padding: 2px 1px 0;
        }

        .list-inline > li:last-of-type {
            padding: 2px 0 0 1px;
        }

.vjs-controls-disabled .vjs-big-play-button, .thumbVideo button.vjs-big-play-button {
    display: block;
    font-size: 2em;
}

.vjs-poster {
    background-size: 100% 100%;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

#myCarousel .carousel-indicators {
    bottom: 0;
}

#myCarousel .carousel-control {
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    font-weight: 700;
    font-size: 4em;
    line-height: 1;
}

    #myCarousel .carousel-control:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    #myCarousel .carousel-control span {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }

@media (min-width: 768px) and (max-width: 991px) {
    #myCarousel .carousel-control.left span {
        right: auto;
    }
}

@media (max-width: 767px) {
    #myCarousel .carousel-control.left span {
        right: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #myCarousel .carousel-control.right span {
        left: auto;
    }
}

@media (max-width: 767px) {
    #myCarousel .carousel-control.right span {
        left: auto;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.carousel-number {
    float: left;
    width: 33%;
    margin-top: -15px;
    padding-right: 10px;
    color: #1a75ad;
    font: 700 11em/0.9 "Oswald", Arial, sans-serif;
    text-align: right;
    letter-spacing: -0.02em;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .carousel-number {
        margin-top: -10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-number {
        margin-top: -10px;
    }
}

.carousel-copy {
    width: 66%;
    float: left;
}

    .carousel-copy h5 {
        font: 700 1.125em/1 "Oswald", Arial, sans-serif;
    }

.thumbVideo img {
    display: block;
    width: 228px;
    height: 127px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .thumbVideo img {
        width: 192px;
        height: 109px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .thumbVideo img {
        width: 159px;
        height: 91px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .thumbVideo img {
        width: 247px;
        height: 140px;
    }
}

#carousel-bounding-box .carousel-inner .item img {
    display: block;
    width: 683px;
    height: 384px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #carousel-bounding-box .carousel-inner .item img {
        width: 585px;
        height: 329px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #carousel-bounding-box .carousel-inner .item img {
        width: 485px;
        height: 273px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #carousel-bounding-box .carousel-inner .item img {
        width: 750px;
        height: 422px;
    }
}

@media (max-width: 767px) {
    #carousel-bounding-box .carousel-inner .item img {
        width: 480px;
        height: 270px;
    }
}

@media (max-width: 479px) {
    #carousel-bounding-box .carousel-inner .item img {
        width: 414px;
        height: 233px;
    }
}

@media (max-width: 413px) {
    #carousel-bounding-box .carousel-inner .item img {
        width: 375px;
        height: 211px;
    }
}

@media (max-width: 374px) {
    #carousel-bounding-box .carousel-inner .item img {
        width: 320px;
        height: 180px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-support-header {
        margin-bottom: 3em;
    }
}

@media (max-width: 767px) {
    .home-support-header {
        margin-bottom: 3em;
    }
}

#carouselHead img {
    width: 100%;
}

.panel-group {
    margin-top: 25px;
    margin-bottom: 0;
}

    .panel-group .panel {
        border-radius: 0;
    }

.panel {
    background-color: transparent;
    box-shadow: none;
}

    .panel .content-copy:not(:empty) {
        margin-top: 18px;
    }

        .panel .content-copy:not(:empty) p:not(:first-of-type) {
            margin-top: 18px;
        }

    .panel ul.content-copy {
        margin-top: 10px;
        margin-bottom: 28px;
        padding-left: 35px;
        list-style-type: disc;
    }

        .panel ul.content-copy li {
            margin-bottom: 9px;
        }

            .panel ul.content-copy li:last-of-type {
                margin-bottom: 0;
            }

        .panel ul.content-copy:last-of-type {
            margin-bottom: 0;
        }

    .panel .row {
        margin-top: 18px;
    }

    .panel .panel-audience {
        margin-top: 25px;
        color: black;
        font-weight: 700;
        font-family: "Oswald", Arial, sans-serif;
        text-transform: uppercase;
    }

        .panel .panel-audience span {
            font-weight: 400;
            font-family: "Roboto", Arial, Helvetica, sans-serif;
            text-transform: capitalize;
        }

.panel-default {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 2px solid #1a75ad;
}

    .panel-default:last-of-type {
        border-bottom: 2px solid #1a75ad;
    }

    .panel-default > .panel-heading {
        background-color: transparent;
        border: 0;
    }

.panel-heading {
    padding-left: 0;
}

.panel-body {
    padding-left: 0;
    padding-top: 0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

footer {
    position: relative;
    padding: 3.125em 0 3.563em;
    font-size: 1em;
    background: #f2f2f2;
}

@media (min-width: 768px) and (max-width: 991px) {
    footer {
        padding: 1.964em 0 4.25em;
    }
}

@media (max-width: 767px) {
    footer {
        padding: 1.964em 0 4.25em;
    }
}

footer a {
    color: #2d3033;
    font-weight: 700;
    font-size: 1.125em;
    text-transform: uppercase;
}

    footer a .glyphicon {
        padding-left: 0.15em;
    }

footer address {
    margin: 1.563em 0 1.125em;
}

    footer address span {
        display: block;
    }

@media (min-width: 768px) and (max-width: 991px) {
    footer address {
        margin: 1.964em auto 1.5em;
    }
}

footer address, footer p {
    line-height: 1.36;
}

@media (min-width: 768px) and (max-width: 991px) {
    footer address, footer p {
        text-align: center;
    }
}

@media (max-width: 767px) {
    footer address, footer p {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer p {
        margin-bottom: 1em;
    }
}

@media (max-width: 767px) {
    footer p {
        margin-bottom: 1em;
    }
}

footer > .container > .row {
    display: flex;
}

@media (min-width: 768px) and (max-width: 991px) {
    footer > .container > .row {
        display: block;
    }
}

@media (max-width: 767px) {
    footer > .container > .row {
        display: block;
    }
}

footer > .container > .row > div {
    flex-grow: 1;
    align-self: flex-end;
}

@media (min-width: 768px) and (max-width: 991px) {
    footer > .container > .row > div:last-of-type > .row {
        display: flex;
    }

        footer > .container > .row > div:last-of-type > .row .footer-social-media-list {
            display: flex;
            margin: 0.714em auto 1.5em;
        }

    .home footer > .container > .row > div:last-of-type > .row .footer-social-media-list, .contact footer > .container > .row > div:last-of-type > .row .footer-social-media-list {
        display: none !important;
    }
}

@media (max-width: 767px) {
    footer > .container > .row > div:last-of-type > .row {
        display: flex;
    }

        footer > .container > .row > div:last-of-type > .row ul {
            display: flex;
            margin: 0.714em auto 1.5em;
        }

    .home footer > .container > .row > div:last-of-type > .row ul, .contact footer > .container > .row > div:last-of-type > .row ul {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-logo {
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .footer-logo {
        display: block;
        margin: 0 auto;
    }
}

.footer-links li {
    margin-bottom: 22px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .footer-links li {
        margin-bottom: 19px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-links li {
        margin-bottom: 17px;
    }
}

@media (max-width: 767px) {
    .footer-left-links {
        display: none;
    }
}

.footer-left-links li:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .footer-right-links {
        display: none;
    }
}

@media (max-width: 767px) {
    .footer-social-div {
        text-align: center;
    }
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.navbar {
    min-height: auto;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        display: flex;
        height: 90px;
        margin: 0;
    }

@media (min-width: 1200px) and (max-width: 1399px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        height: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        height: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        height: 128px;
    }
}

@media (max-width: 767px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        height: 85px;
    }
}

@media (max-width: 479px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        height: 76px;
    }
}

@media (max-width: 413px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        height: 72px;
    }
}

@media (max-width: 374px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        height: 68px;
    }
}

.navbar > .container .navbar-brand a, .navbar > .container-fluid .navbar-brand a {
    align-self: center;
}

.navbar-nav > li > a {
    padding: 0;
    line-height: 1;
}

.navbar-default {
    background-color: #f2f2f2;
}

    .navbar-default .navbar-text {
        margin: 0;
        padding: 1.143em 0;
        color: #2d3033;
        font: 700 1.125em/1 "Oswald", Arial, sans-serif;
        text-transform: uppercase;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-text {
        padding: 0.714em 0;
        font-size: 1.5em;
        border-top: 2px solid #2d3033;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-text {
        padding: 0.714em 0;
        font-size: 1.5em;
        border-top: 2px solid #2d3033;
    }
}

@media (max-width: 479px) {
    .navbar-default .navbar-text {
        font-size: 1.25em;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #2d3033;
    font: 700 1.125em/1 "Oswald", Arial, sans-serif;
    text-transform: uppercase;
}

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active {
        color: #1a75ad;
    }

.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li.active a:hover {
    color: #1a75ad;
    background-color: transparent;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li.active a:hover {
        color: #2d3033;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li.active a:hover {
        color: #2d3033;
    }
}

.navbar-default .navbar-toggle {
    margin: 2px 0 0 1.5em;
    padding: 0 15px 0 0;
    border-color: transparent;
}

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-toggle {
        margin-left: 2em;
    }
}

@media (max-width: 413px) {
    .navbar-default .navbar-toggle {
        margin-left: 1.5em;
    }
}

@media (max-width: 374px) {
    .navbar-default .navbar-toggle {
        margin-left: 0.833em;
    }
}

.navbar-default .glyphicon-menu-hamburger, .navbar-default .glyphicon-remove {
    font-size: 1.75em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-collapse {
        border: none;
    }
}

.navbar-brand {
    height: auto;
    padding: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .navbar-brand img {
        width: 279px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-brand img {
        width: 231px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand img {
        width: 223px;
    }
}

.navbar-right {
    margin-right: 0;
}

    .navbar-right .dropdown-menu {
        right: auto;
        left: -1.125em;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-right .dropdown-menu {
        left: auto;
        float: none;
    }
}

@media (max-width: 767px) {
    .navbar-right .dropdown-menu {
        left: auto;
        float: none;
    }
}

.navbar-btn {
    display: flex;
    height: 90px;
    margin: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .navbar-btn {
        height: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-btn {
        height: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-btn {
        height: 128px;
    }
}

@media (max-width: 767px) {
    .navbar-btn {
        height: 85px;
    }
}

@media (max-width: 479px) {
    .navbar-btn {
        height: 76px;
    }
}

@media (max-width: 413px) {
    .navbar-btn {
        height: 72px;
    }
}

@media (max-width: 374px) {
    .navbar-btn {
        height: 68px;
    }
}

.navbar-btn .btn {
    align-self: center;
    height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 32px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .navbar-btn .btn {
        height: 30px;
        line-height: 27px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-btn .btn {
        height: 25px;
        line-height: 23px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-btn .btn {
        height: auto;
        padding: 0.44em 0.778em 0.389em;
        line-height: 1;
    }
}

.navbar-fixed-top {
    z-index: 99999;
    border-width: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-fixed-top .navbar-collapse {
        overflow-y: scroll !important;
        overflow-x: hidden !important;
        height: 100vh !important;
        max-height: 100%;
        padding-bottom: 4em;
    }
}

@media (max-width: 767px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
        overflow-y: scroll !important;
        overflow-x: hidden;
        height: 100vh !important;
        max-height: 100%;
        padding-bottom: 4em;
    }
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    min-width: calc(100% + 2em);
    font-size: inherit;
    padding: 1em 0 1.556em;
    background-color: #f2f2f2;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 -15px 0 #f2f2f2, 1px 1px 10px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 -15px 0 #f2f2f2, 1px 1px 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 -15px 0 #f2f2f2, 1px 1px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 -15px 0 #f2f2f2, 1px 1px 10px rgba(0, 0, 0, 0.35);
}

@media (min-width: 768px) and (max-width: 991px) {
    .dropdown-menu {
        position: static;
        display: block;
        width: 100%;
        min-width: auto;
        padding: 0;
        -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0);
        -ms-box-shadow: 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0);
    }
}

@media (max-width: 767px) {
    .dropdown-menu {
        position: static;
        display: block;
        width: 100%;
        min-width: auto;
        padding: 0;
        -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0);
        -ms-box-shadow: 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0);
    }
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #1a75ad;
    background-color: transparent;
}

#main-nav-top {
    background: white;
}

    #main-nav-top .navbar-nav li {
        height: 40px;
        display: flex;
    }

        #main-nav-top .navbar-nav li:first-of-type a {
            padding-left: 0;
        }

        #main-nav-top .navbar-nav li:last-of-type a {
            padding-right: 0;
        }

        #main-nav-top .navbar-nav li:not(.social-icon):not(:last-of-type):after {
            position: absolute;
            top: 45%;
            right: 0;
            transform: translateY(-50%);
            content: "\007c";
            color: #2d3033;
            font-weight: 300;
            font-family: roboto-fonts;
        }

        #main-nav-top .navbar-nav li a {
            align-self: center;
            position: relative;
            padding: 0 0.938em;
            color: #2d3033;
            font-weight: 300;
            text-transform: uppercase;
        }

            #main-nav-top .navbar-nav li a:hover, #main-nav-top .navbar-nav li a:active {
                color: #1a75ad;
            }

            #main-nav-top .navbar-nav li a.social-media {
                padding: 0 0 0 1.125em;
            }

        #main-nav-top .navbar-nav li.active a {
            color: #1a75ad;
        }

@media (min-width: 1200px) and (max-width: 1399px) {
    #main-nav-top .navbar-nav li {
        height: 37.5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #main-nav-top .navbar-nav li {
        height: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #main-nav-top .navbar-nav li {
        display: block;
    }
}

@media (max-width: 767px) {
    #main-nav-top .navbar-nav li {
        display: block;
    }
}

#main-nav-bottom.navbar-fixed-top {
    top: 40px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #main-nav-bottom.navbar-fixed-top {
        top: 37.5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #main-nav-bottom.navbar-fixed-top {
        top: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #main-nav-bottom.navbar-fixed-top {
        top: 0;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 2px solid #2d3033;
    }
}

@media (max-width: 767px) {
    #main-nav-bottom.navbar-fixed-top {
        top: 0;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid #2d3033;
    }
}

#main-nav-bottom .navbar-nav > li {
    display: flex;
    height: 90px;
    margin-right: 1.5em;
    font-size: 1em;
}

    #main-nav-bottom .navbar-nav > li > * {
        align-self: center;
    }

@media (min-width: 1200px) and (max-width: 1399px) {
    #main-nav-bottom .navbar-nav > li {
        height: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #main-nav-bottom .navbar-nav > li {
        height: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #main-nav-bottom .navbar-nav > li {
        display: block;
        height: auto;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    #main-nav-bottom .navbar-nav > li {
        height: auto;
        display: block;
        margin-right: 0;
    }
}

#main-nav-bottom .navbar-nav > li:hover:before, #main-nav-bottom .navbar-nav > li.active:before {
    position: absolute;
    top: 0;
    width: 100%;
    content: "\a0";
    border-top: 0.313em solid #1a75ad;
}

@media (min-width: 768px) and (max-width: 991px) {
    #main-nav-bottom .navbar-nav > li:hover:before, #main-nav-bottom .navbar-nav > li.active:before {
        position: relative;
        width: auto;
        border-top: 0;
        content: "";
    }
}

@media (max-width: 767px) {
    #main-nav-bottom .navbar-nav > li:hover:before, #main-nav-bottom .navbar-nav > li.active:before {
        position: relative;
        width: auto;
        border-top: 0;
        content: "";
    }
}

#main-nav-bottom .navbar-nav > li .dropdown-menu li:last-of-type a {
    padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    #main-nav-bottom .navbar-nav > li .dropdown-menu li:last-of-type a {
        padding-bottom: 1em;
    }
}

@media (max-width: 767px) {
    #main-nav-bottom .navbar-nav > li .dropdown-menu li:last-of-type a {
        padding-bottom: 1em;
    }
}

#main-nav-bottom .navbar-nav > li .dropdown-menu a {
    padding: 0 1.11em 0.722em;
    font-size: 1.125em;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
    #main-nav-bottom .navbar-nav > li .dropdown-menu a {
        padding: 0 0 0.625em;
        font-size: 1.143em;
        text-align: center;
    }
}

@media (max-width: 767px) {
    #main-nav-bottom .navbar-nav > li .dropdown-menu a {
        padding: 0 0 0.625em;
        font-size: 1.143em;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        clear: both;
        box-shadow: none;
    }

        .navbar-collapse.navbar-right {
            float: none !important;
            margin-left: -15px;
            margin-right: -15px;
            margin-bottom: 4em;
            text-align: center;
            border-top: 2px solid #2d3033;
        }

        .navbar-collapse.collapse {
            display: none !important;
            padding-bottom: 5em;
        }

    #subNav .navbar-collapse.collapse {
        padding-bottom: 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .navbar-nav {
        float: none !important;
    }

        .navbar-nav > li {
            float: none;
        }

    .navbar-default .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-default .navbar-nav > li:first-of-type a:not(.social-media) {
        border-top: none;
    }

    .navbar-default .navbar-nav > li > a:not(.social-media) {
        padding: 0.714em 0;
        font-size: 1.5em;
        border-top: 2px solid #2d3033;
    }

    .navbar-header {
        padding-left: 15px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .dropdown-menu > li > a {
        white-space: unset;
    }

    .header-social-media-list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 15px 0 30px;
    }

        .header-social-media-list li:first-of-type a {
            padding-left: 0;
        }

        .header-social-media-list li a {
            padding: 0 0 0 1.125em;
        }
}

@media (max-width: 767px) {
    .container > .navbar-collapse, .container > .navbar-header {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-collapse {
        clear: both;
        border-top: 1px solid transparent;
        box-shadow: none;
    }

        .navbar-collapse.navbar-right {
            float: none !important;
            margin-bottom: 4em;
            text-align: center;
            border-top: 2px solid #2d3033;
        }

    .navbar-default .container {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-default .navbar-nav > li:first-of-type a:not(.social-media) {
        border-top: none;
    }

    .navbar-default .navbar-nav > li > a:not(.social-media) {
        padding: 0.714em 0;
        font-size: 1.5em;
        border-top: 2px solid #2d3033;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 0;
    }

    .navbar-header {
        float: left;
        padding-left: 15px;
    }

    .navbar-right {
        float: right;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .dropdown-menu > li > a {
        white-space: unset;
    }

    .header-social-media-list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 15px 0 30px;
    }

        .header-social-media-list li:first-of-type a {
            padding-left: 0;
        }

        .header-social-media-list li a {
            padding: 0 0 0 1.125em;
        }
}

@media (max-width: 479px) {
    .navbar-default .navbar-nav > li > a:not(.social-media) {
        font-size: 1.25em;
    }
}
/* everything below is for subnav on pages */
.subnav.affix {
    position: fixed;
    top: 130px;
    right: 0;
    left: 0;
    z-index: 99998;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .subnav.affix {
        top: 118px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .subnav.affix {
        top: 104px;
    }
}

nav.navbar-sub {
    background-color: white;
    color: #2d3033;
}

@media (min-width: 768px) and (max-width: 991px) {
    nav.navbar-sub {
        background-color: #1a75ad;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }
}

@media (max-width: 767px) {
    nav.navbar-sub {
        background-color: #1a75ad;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }
}

nav.navbar-sub {
    z-index: 9000;
}

    nav.navbar-sub.affix {
        background-color: white;
    }

#subNav {
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.15);
}

    #subNav:after {
        position: absolute;
        bottom: 0;
        width: 100%;
        content: " ";
    }

@media (min-width: 1400px) {
    #subNav .row {
        float: right;
        position: relative;
        left: -50%;
    }

        #subNav .row > div {
            position: relative;
            left: 50%;
        }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #subNav .row {
        float: right;
        position: relative;
        left: -50%;
    }

        #subNav .row > div {
            position: relative;
            left: 50%;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #subNav .row {
        float: right;
        position: relative;
        left: -50%;
    }

        #subNav .row > div {
            position: relative;
            left: 50%;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    #subNav .navbar-nav {
        width: 100%;
        padding: 0 0.536em 0.893em;
    }
}

@media (max-width: 767px) {
    #subNav .navbar-nav {
        width: 100%;
        margin: 0;
        padding: 0 0.938em 0.625em;
    }
}

#subNav .navbar-nav li {
    margin-left: 1.389em;
    margin-top: 16px;
    margin-bottom: 16px;
}

    #subNav .navbar-nav li:first-of-type {
        margin-left: 0;
    }

@media (min-width: 1200px) and (max-width: 1399px) {
    #subNav .navbar-nav li {
        margin-top: 14px;
        margin-bottom: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #subNav .navbar-nav li {
        margin-top: 12px;
        margin-bottom: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #subNav .navbar-nav li {
        float: none;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 1.286em;
    }
}

@media (max-width: 767px) {
    #subNav .navbar-nav li {
        float: none;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 1.5em;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .wf-oswald-n7-inactive #subNav .navbar-nav li {
        margin-left: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wf-oswald-n7-inactive #subNav .navbar-nav li {
        margin-left: 15px;
    }
}

#subNav .navbar-nav a {
    text-transform: uppercase;
    color: #2d3033;
    font-size: 1.125em;
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 400;
}

@media (min-width: 768px) and (max-width: 991px) {
    #subNav .navbar-nav a {
        display: block;
        color: white;
        font-size: 1.143em;
    }
}

@media (max-width: 767px) {
    #subNav .navbar-nav a {
        display: block;
        color: white;
        font-size: 1.143em;
        line-height: 1.15;
    }
}

#subNav .navbar-nav a:hover {
    color: #1a75ad;
}

@media (min-width: 768px) and (max-width: 991px) {
    #subNav .navbar-nav a:hover {
        color: white;
    }
}

@media (max-width: 767px) {
    #subNav .navbar-nav a:hover {
        color: white;
    }
}

#subNav .navbar-text {
    margin-left: 0;
    margin-right: 0;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    text-transform: uppercase;
}

.wf-oswald-n7-inactive #subNav .navbar-text {
    font-size: 15px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .wf-oswald-n7-inactive #subNav .navbar-text {
        font-size: 13px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wf-oswald-n7-inactive #subNav .navbar-text {
        font-size: 11px;
    }
}

nav.navbar-sub .navbar-toggler {
    float: right;
    position: relative;
    right: 15px;
    display: block;
    margin: 0.964em auto;
    font-weight: 700;
    font-size: 1.143em;
    font-family: "Oswald", Arial, sans-serif;
    color: white;
    text-transform: uppercase;
    background: none;
    border: 1px solid transparent;
    outline: none;
}

    nav.navbar-sub .navbar-toggler .text {
        display: none;
    }

    nav.navbar-sub .navbar-toggler .glyphicon-chevron-right.glyphicon-remove:before {
        content: "\e014";
    }

    nav.navbar-sub .navbar-toggler.collapsed {
        float: none;
        right: auto;
    }

        nav.navbar-sub .navbar-toggler.collapsed .text {
            display: inline-block;
        }

        nav.navbar-sub .navbar-toggler.collapsed .glyphicon-chevron-right.glyphicon-remove:before {
            content: "\e080";
        }

.mobile-nav-overflow {
    overflow: hidden;
}

.mobile-nav-scroll {
    overflow-y: scroll !important;
}

.breadcrumb {
    position: relative;
    z-index: 999;
    padding: 0;
    color: white;
    font: 700 16px/1 "Oswald", Arial, sans-serif;
    text-transform: uppercase;
}

    .breadcrumb li {
        float: left;
        display: block;
    }

    .breadcrumb a {
        color: white;
        font-size: inherit;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

    .breadcrumb:after {
        content: "";
        display: table;
        clear: both;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb {
        font-size: 15px;
    }
}

.breadcrumb > li + li:before {
    content: "\00a0\003e\00a0";
    color: white;
}

.home-hero .container {
    height: 550px;
    color: white;
    text-align: center;
    position: relative;
    text-align: center;
    background: url("/Content/Images/homepage_banner_1366x550.png") no-repeat center bottom;
    background-size: contain;
}

    .home-hero .container h2 {
        font-size: 7.813em;
        letter-spacing: -0.01em;
        text-shadow: 0px 12px 22.68px rgba(0, 63, 114, 0.47);
    }

@media (min-width: 768px) and (max-width: 991px) {
    .home-hero .container h2 {
        font-size: 2.5em;
    }
}

@media (max-width: 767px) {
    .home-hero .container h2 {
        font-size: 2.7em;
    }
}

@media (max-width: 479px) {
    .home-hero .container h2 {
        font-size: 2.2em;
    }
}

@media (max-width: 413px) {
    .home-hero .container h2 {
        font-size: 2em;
    }
}

@media (max-width: 374px) {
    .home-hero .container h2 {
        font-size: 1.75em;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .home-hero .container {
        height: 472px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-hero .container {
        height: 391px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-hero .container {
        height: 302px;
        background: url("/Content/Images/homepage_banner_1366x550.png") no-repeat center bottom;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .home-hero .container {
        height: 440px;
        background: url("/Content/Images/homepage_banner_1366x550.png") no-repeat center bottom;
        background-size: cover;
    }
}

@media (max-width: 479px) {
    .home-hero .container {
        height: 380px;
        background-image: url("/Content/Images/homepage_banner_1366x550.png");
        background-size: auto 80%;
    }
}

@media (max-width: 413px) {
    .home-hero .container {
        height: 344px;
        background-image: url("/Content/Images/homepage_banner_1366x550.png");
        background-size: auto 65%;
    }
}

@media (max-width: 374px) {
    .home-hero .container {
        height: 294px;
        background-image: url("/Content/Images/homepage_banner_1366x550.png");
        background-size: auto 65%;
    }
}

.wf-oswald-n7-inactive .home-hero .container h2 {
    font-size: 95px;
    letter-spacing: -2px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .wf-oswald-n7-inactive .home-hero .container h2 {
        font-size: 85px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wf-oswald-n7-inactive .home-hero .container h2 {
        font-size: 75px;
    }
}

.wf-oswald-n7-inactive .home-hero .container h3 {
    font-size: 30px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .wf-oswald-n7-inactive .home-hero .container h3 {
        font-size: 28px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wf-oswald-n7-inactive .home-hero .container h3 {
        font-size: 26px;
    }
}

.job-details-hero {
    height: 370px;
    color: white;
}

@media (max-width: 767px) {
    .job-details-hero {
        height: 200px;
    }
}

.heroes-main h2 {
    position: relative;
    z-index: 999;
    letter-spacing: -0.01em;
}

@media (min-width: 1400px) {
    .heroes-main-careers-admin h2 {
        font-size: 4.875em;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .heroes-main-careers-admin h2 {
        font-size: 4.875em;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .heroes-main-careers-admin h2 {
        font-size: 4.875em;
    }
}

/* all subpage banners */
/* main heroes setup */
.heroes-main {
    overflow: hidden;
    position: relative;
    color: white;
}

    .heroes-main:before {
        position: absolute;
        z-index: 99;
        width: 100%;
        height: 370px;
        left: 0;
        right: 0;
        background-position: 100% 0;
        background-repeat: no-repeat;
    }

@media (min-width: 1200px) and (max-width: 1399px) {
    .heroes-main:before {
        height: 318px;
        background-size: auto 318px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .heroes-main:before {
        height: 264px;
        background-size: auto 264px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroes-main:before {
        left: auto;
        height: 398px;
        background-size: auto 398px;
    }
}

@media (max-width: 767px) {
    .heroes-main:before {
        left: auto;
        height: 255px;
        background-size: auto 255px;
        right: -12%;
    }
}

@media (max-width: 479px) {
    .heroes-main:before {
        height: 222px;
        background-size: auto 222px;
    }
}

@media (max-width: 413px) {
    .heroes-main:before {
        height: 200px;
        background-size: auto 200px;
    }
}

@media (max-width: 374px) {
    .heroes-main:before {
        height: 172px;
        background-size: auto 172px;
    }
}

.heroes-main .container > div {
    position: relative;
    height: 370px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .heroes-main .container > div {
        height: 318px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .heroes-main .container > div {
        height: 264px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroes-main .container > div {
        height: 398px;
    }
}

@media (max-width: 767px) {
    .heroes-main .container > div {
        height: 255px;
    }
}

@media (max-width: 479px) {
    .heroes-main .container > div {
        height: 222px;
    }
}

@media (max-width: 413px) {
    .heroes-main .container > div {
        height: 200px;
    }
}

@media (max-width: 374px) {
    .heroes-main .container > div {
        height: 172px;
    }
}

.heroes-main .container > div > * {
    position: absolute;
    width: 100%;
    left: 0;
}

.heroes-main ul {
    top: 13.5%;
}

.heroes-main h2 {
    bottom: 23%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroes-main h2 span {
        display: block;
    }
}

@media (max-width: 767px) {
    .heroes-main h2 span {
        display: block;
    }
}

.heroes-main hr {
    bottom: 20.25%;
    margin-left: 0;
}

/* main heroes 1.x ourpatients (only 1.0) */
.heroes-main-ourpatients:before {
    background-image: url("/Content/Images/heroes-main-ourpatients.png");
}

/* main heroes 2.x benefits */
.heroes-main-benefits:before {
    background-image: url("/Content/Images/heroes-main-benefits.png");
}

/* main heroes 3.x careers */
.heroes-main-careers:before {
    background-image: url("/Content/Images/heroes-main-careers.png");
}

.heroes-main-careers-support:before {
    background-image: url("/Content/Images/heroes-main-careers-support.png");
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroes-main-careers-nursing:before {
        right: -25%;
    }
}

@media (max-width: 767px) {
    .heroes-main-careers-nursing:before {
        right: -25%;
    }
}

.heroes-main-careers-physicians:before {
    background-image: url("/Content/Images/heroes-main-careers-physicians.png");
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroes-main-careers-physicians:before {
        right: -10%;
    }
}

@media (max-width: 767px) {
    .heroes-main-careers-physicians:before {
        right: -15%;
    }
}

@media (max-width: 374px) {
    .heroes-main-careers-physicians:before {
        right: -19%;
    }
}

/* allied health */
.heroes-main-careers-alliedhealth:before {
    background-image: url("/Content/Images/heroes-main-careers-alliedhealth.png");
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroes-main-careers-alliedhealth:before {
        right: -10%;
    }
}

@media (max-width: 767px) {
    .heroes-main-careers-alliedhealth:before {
        right: -15%;
    }
}

@media (max-width: 374px) {
    .heroes-main-careers-alliedhealth:before {
        right: -19%;
    }
}

/* END: allied health */

.heroes-main-careers-mentalhealth:before {
    background-image: url("/Content/Images/heroes-main-careers-mentalhealth.png");
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroes-main-careers-mentalhealth:before {
        right: -15%;
    }
}

@media (max-width: 767px) {
    .heroes-main-careers-mentalhealth:before {
        right: -15%;
    }
}

.heroes-main-careers-ahp:before {
    background-image: url("/Content/Images/heroes-main-careers-ahp.png");
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroes-main-careers-ahp:before {
        background-image: url("/Content/Images/heroes-main-careers-ahp-mobile.png");
    }
}

@media (max-width: 767px) {
    .heroes-main-careers-ahp:before {
        background-image: url("/Content/Images/heroes-main-careers-ahp-mobile.png");
        right: 0;
    }
}

.heroes-main-careers-pharmacists:before {
    background-image: url("/Content/Images/heroes-main-careers-pharmacists.png");
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroes-main-careers-pharmacists:before {
        background-image: url("/Content/Images/heroes-main-careers-pharmacists-mobile.png");
    }
}

@media (max-width: 767px) {
    .heroes-main-careers-pharmacists:before {
        background-image: url("/Content/Images/heroes-main-careers-pharmacists-mobile.png");
        right: 0;
    }
}

@media (max-width: 374px) {
    .heroes-main-careers-pharmacists:before {
        right: -3%;
    }
}

.heroes-main-careers-leadership:before {
    background-image: url("/Content/Images/heroes-main-careers-leadership.png");
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroes-main-careers-leadership:before {
        right: -12%;
    }
}

.heroes-main-careers-admin:before {
    background-image: url("/Content/Images/heroes-main-careers-admin.png");
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroes-main-careers-admin:before {
        right: -12%;
    }
}

.heroes-main-careers-veterans:before {
    background-image: url("/Content/Images/heroes-main-careers-veterans.png");
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroes-main-careers-veterans:before {
        background-image: url("/Content/Images/heroes-main-careers-veterans-mobile.png");
    }
}

@media (max-width: 767px) {
    .heroes-main-careers-veterans:before {
        background-image: url("/Content/Images/heroes-main-careers-veterans-mobile.png");
        right: 0;
    }
}

.heroes-main-careers-students:before {
    background-image: url("/Content/Images/heroes-main-careers-students.png");
}

/* main heroes 4.x application process */
.heroes-main-application:before {
    background-image: url("/Content/Images/heroes-main-application.png");
}

/* main heroes 5.x search and apply */
.heroes-main-search:before {
    right: -10%;
    background-image: url("/Content/Images/heroes-main-search.png");
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroes-main-search:before {
        right: 0;
        background-image: url("/Content/Images/heroes-main-search-mobile.png");
    }
}

@media (max-width: 767px) {
    .heroes-main-search:before {
        right: 0;
        background-image: url("/Content/Images/heroes-main-search-mobile.png");
    }
}

/* all minor heroes found within body of page */
.heroes-minor {
    padding: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroes-minor {
        padding: 0;
    }
}

.heroes-minor img {
    display: block;
    width: 100%;
}

.heroes-minor.heroes img {
    margin-top: 91px;
    width: auto;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .heroes-minor.heroes img {
        width: 100%;
        margin-top: 77px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .heroes-minor.heroes img {
        width: 100%;
        margin-top: 66px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroes-minor.heroes img {
        width: 92%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .heroes-minor.heroes img {
        width: 92%;
        margin: 0 auto;
    }
}

/* minor heroes section 1.x our patients */
.heroes-minor-ourpatients {
    position: relative;
    height: 570px;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .heroes-minor-ourpatients {
        height: 490px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .heroes-minor-ourpatients {
        height: 405px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroes-minor-ourpatients {
        height: 690px;
    }
}

@media (max-width: 767px) {
    .heroes-minor-ourpatients {
        height: 444px;
    }
}

@media (max-width: 479px) {
    .heroes-minor-ourpatients {
        height: 374px;
    }
}

@media (max-width: 413px) {
    .heroes-minor-ourpatients {
        overflow: hidden;
        height: 333px;
    }
}

.heroes-minor-ourpatients:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 570px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .heroes-minor-ourpatients:before {
        height: 490px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .heroes-minor-ourpatients:before {
        height: 405px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroes-minor-ourpatients:before {
        height: 690px;
    }
}

@media (max-width: 767px) {
    .heroes-minor-ourpatients:before {
        height: 444px;
    }
}

@media (max-width: 479px) {
    .heroes-minor-ourpatients:before {
        height: 374px;
    }
}

@media (max-width: 413px) {
    .heroes-minor-ourpatients:before {
        height: 333px;
    }
}

.heroes-minor-ourpatients-numberofvets:before {
    background-image: url("/Content/Images/heroes-minor-ourpatients-numberofvets.png");
}

.heroes-minor-ourpatients-eligibility:before {
    background-image: url("/Content/Images/heroes-minor-ourpatients-eligibility.png");
}

@media (max-width: 374px) {
    .heroes-minor-ourpatients-eligibility:before {
        background-image: url("/Content/Images/heroes-minor-ourpatients-eligibility-mobile.png");
        left: -10px;
    }
}

ol.centers-of-excellence-list {
    margin-top: 1.563em;
    padding-left: 1.25em;
}

    ol.centers-of-excellence-list .h4 {
        margin-top: 2.188em;
        font-size: 1em;
    }

        ol.centers-of-excellence-list .h4:not(:first-of-type) {
            margin-top: 2.5em;
        }

        ol.centers-of-excellence-list .h4 .text-uppercase {
            font-size: 1.125em;
        }

    ol.centers-of-excellence-list > li {
        list-style-type: decimal;
        font-weight: 700;
    }

        ol.centers-of-excellence-list > li .coe-specialty {
            font-weight: 300;
        }

.recruiters-list {
    margin-top: 1.563em;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.349;
}

    .recruiters-list > li {
        margin-bottom: 1.75em;
    }

        .recruiters-list > li:last-of-type {
            margin-bottom: 0;
        }

    .recruiters-list a {
        font: 400 1em/1.349 "Roboto", Arial, Helvetica, sans-serif;
        text-decoration: underline;
    }

#nationalRecruiters .recruiters-list a {
    color: white;
}

.recruiters-list .recruiter-name {
    font: 700 1.125em/1.349 "Oswald", Arial, sans-serif;
}

.forms-links-list {
    margin-top: 1.563em;
    padding-right: 0.5em;
    color: white;
    line-height: 1.349;
}

    .forms-links-list li {
        position: relative;
        margin-bottom: 1.563em;
        padding-left: 0.75em;
    }

        .forms-links-list li a {
            color: white;
            font-family: "Oswald", Arial, sans-serif;
            text-decoration: underline;
        }

        .forms-links-list li:before {
            font-family: "Oswald", Arial, sans-serif;
            content: "> ";
            color: white;
            font-weight: 700;
            text-align: right;
            position: absolute;
            top: 2px;
            left: 0;
        }

.content-list {
    margin: 1.875em 0;
    padding-left: 2.188em;
}

    .content-list:last-of-type {
        margin-bottom: 0;
    }

    .content-list li {
        margin-bottom: 0.875em;
        line-height: 1.349;
    }

        .content-list li:last-of-type {
            margin-bottom: 0;
        }

    .content-list a {
        font-weight: 400;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-size: inherit;
        line-height: 1.349;
        text-decoration: underline;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .content-list {
        padding-left: 1em;
    }
}

@media (max-width: 767px) {
    .content-list {
        padding-left: 1em;
    }
}

ul.content-list {
    list-style-type: disc;
}

ol.content-list {
    list-style-type: decimal;
}

    ol.content-list li {
        margin-bottom: 0.938em;
    }

.job-details ul {
    list-style-type: disc;
    margin: 35px 0;
    padding-left: 35px;
}

    .job-details ul li {
        margin-bottom: 18px;
    }

        .job-details ul li:last-of-type {
            margin-bottom: 0;
        }

.searchresults-utilities-list {
    margin-top: 40px;
}

    .searchresults-utilities-list li {
        margin-bottom: 1.875em;
    }

        .searchresults-utilities-list li:last-of-type {
            margin-bottom: 0;
        }

    .searchresults-utilities-list a {
        line-height: 25px;
    }

.searchresults-socialmedia-list {
    margin-top: 4em;
}

    .searchresults-socialmedia-list li {
        padding-right: 0.813em;
        color: #1a75ad;
        font: 700 1.125em/25px "Oswald", Arial, sans-serif;
        float: left;
    }

@media (max-width: 767px) {
    .searchresults-socialmedia-list li {
        padding-right: 0.5em;
    }
}

.searchresults-socialmedia-list li.searchresults-socialmedia-label {
    padding-right: 1em;
}

@media (max-width: 767px) {
    .searchresults-socialmedia-list li.searchresults-socialmedia-label {
        padding-right: 0.5em;
    }
}

.job-details .searchresults-additionaldetails {
    list-style-type: none;
    margin-top: 0;
    padding-left: 0;
}

.header-social-media-list a span, .footer-social-media-list a span, .footer-social-media-list a img {
    display: block;
    width: 24px;
    height: 24px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .header-social-media-list a span, .footer-social-media-list a span, .footer-social-media-list a img {
        width: 22px;
        height: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-social-media-list a span, .footer-social-media-list a span, .footer-social-media-list a img {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-social-media-list a span, .footer-social-media-list a span, .footer-social-media-list a img {
        width: 48px;
        height: 48px;
    }
}

.header-social-media-list a span:hover, .footer-social-media-list a span:hover {
    opacity: 0.55;
}

.header-social-media-list .social-media span, .footer-social-media-list .social-media span {
    background: url("/Content/Images/icons-socialmedia-sprite.png") no-repeat 0 0;
    background-size: cover;
}

.header-social-media-list .social-media-fb span, .footer-social-media-list .social-media-fb span {
    background-position: 0 0;
}

.header-social-media-list .social-media-tw span, .footer-social-media-list .social-media-tw span {
    background-position: 0 -24px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .header-social-media-list .social-media-tw span, .footer-social-media-list .social-media-tw span {
        background-position: 0 -22px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-social-media-list .social-media-tw span, .footer-social-media-list .social-media-tw span {
        background-position: 0 -22px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-social-media-list .social-media-tw span, .footer-social-media-list .social-media-tw span {
        background-position: 0 -48px;
    }
}

.header-social-media-list .social-media-li span, .footer-social-media-list .social-media-li span {
    background-position: 0 -48px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .header-social-media-list .social-media-li span, .footer-social-media-list .social-media-li span {
        background-position: 0 -44px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-social-media-list .social-media-li span, .footer-social-media-list .social-media-li span {
        background-position: 0 -40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-social-media-list .social-media-li span, .footer-social-media-list .social-media-li span {
        background-position: 0 -96px;
    }
}

.header-social-media-list .social-media-in span, .footer-social-media-list .social-media-in span {
    background-position: 0 -72px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .header-social-media-list .social-media-in span, .footer-social-media-list .social-media-in span {
        background-position: 0 -66px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-social-media-list .social-media-in span, .footer-social-media-list .social-media-in span {
        background-position: 0 -60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-social-media-list .social-media-in span, .footer-social-media-list .social-media-in span {
        background-position: 0 -144px;
    }
}

.header-social-media-list .social-media-gd span, .footer-social-media-list .social-media-gd span {
    background-position: 0 -96px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .header-social-media-list .social-media-gd span, .footer-social-media-list .social-media-gd span {
        background-position: 0 -88px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-social-media-list .social-media-gd span, .footer-social-media-list .social-media-gd span {
        background-position: 0 -80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-social-media-list .social-media-gd span, .footer-social-media-list .social-media-gd span {
        background-position: 0 -192px;
    }
}

.header-social-media-list .social-media-bg span, .footer-social-media-list .social-media-bg span {
    background-position: 0 -120px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .header-social-media-list .social-media-bg span, .footer-social-media-list .social-media-bg span {
        background-position: 0 -110px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-social-media-list .social-media-bg span, .footer-social-media-list .social-media-bg span {
        background-position: 0 -100px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-social-media-list .social-media-bg span, .footer-social-media-list .social-media-bg span {
        background-position: 0 -240px;
    }
}

.footer-social-media-list li {
    float: left;
    margin-right: 18px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-social-media-list li {
        margin-right: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .footer-social-media-list li {
        margin-right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-social-media-list li {
        margin-right: 1.786em;
    }
}

.footer-social-media-list li:last-of-type {
    margin-right: 0;
}

.footer-social-media-list a:focus, .footer-social-media-list a:hover {
    text-decoration: none;
}

.home-form-list {
    float: left;
    position: relative;
    left: 50%;
}

    .home-form-list li {
        float: left;
        margin-right: 15px;
    }

        .home-form-list li:last-of-type {
            margin-right: 0;
        }

@media (max-width: 767px) {
    .home-form-list li {
        width: 100%;
        margin: 0 auto 18px;
    }

        .home-form-list li:last-of-type {
            margin-bottom: 0;
        }
}

@media (max-width: 767px) {
    .home-form-list {
        width: 100%;
    }
}

.tab-topic-list-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.tab-topic-list {
    margin-right: -1px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-topic-list {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .tab-topic-list {
        margin-right: 0;
    }
}

.tab-topic-list > li {
    color: white;
    font: 700 1.125em/1.349 "Oswald", Arial, sans-serif;
    border-bottom: 1px solid white;
}

#top10wrapper .tab-topic-list > li {
    border-bottom: 1px solid #1a75ad;
}

.tab-topic-list > li:first-of-type {
    border-top: 1px solid white;
}

#top10wrapper .tab-topic-list > li:first-of-type {
    border-top: 1px solid #1a75ad;
}

.tab-topic-list > li:hover, .tab-topic-list > li:active {
    color: #1a75ad;
    background-color: #f2f2f2;
    cursor: pointer;
}

.tabs-white-bg .tab-topic-list > li:hover, .tabs-white-bg .tab-topic-list > li:active {
    background-color: white;
}

#top10wrapper .tab-topic-list > li:hover, #top10wrapper .tab-topic-list > li:active {
    color: white;
    background-color: #003f72;
}

.tab-topic-list > li > a {
    display: flex;
    width: 100%;
    min-height: 50px;
    padding: 0.44em 2.15em 0.44em 7.5em;
    color: inherit;
    font: inherit;
}

    .tab-topic-list > li > a:focus, .tab-topic-list > li > a:hover, .tab-topic-list > li > a:active, .tab-topic-list > li > a.active {
        color: #1a75ad;
        background-color: #f2f2f2;
    }

.tabs-white-bg .tab-topic-list > li > a:focus, .tabs-white-bg .tab-topic-list > li > a:hover, .tabs-white-bg .tab-topic-list > li > a:active, .tabs-white-bg .tab-topic-list > li > a.active {
    color: #003f72;
    background-color: white;
}

#top10wrapper .tab-topic-list > li > a:focus, #top10wrapper .tab-topic-list > li > a:hover, #top10wrapper .tab-topic-list > li > a:active, #top10wrapper .tab-topic-list > li > a.active {
    color: white;
    background-color: #003f72;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-topic-list > li > a:focus:active, .tab-topic-list > li > a:focus.active, .tab-topic-list > li > a:hover:active, .tab-topic-list > li > a:hover.active, .tab-topic-list > li > a:active:active, .tab-topic-list > li > a:active.active, .tab-topic-list > li > a.active:active, .tab-topic-list > li > a.active.active {
        color: #003f72;
    }

        .tab-topic-list > li > a:focus:active span:hover:before, .tab-topic-list > li > a:focus.active span:hover:before, .tab-topic-list > li > a:hover:active span:hover:before, .tab-topic-list > li > a:hover.active span:hover:before, .tab-topic-list > li > a:active:active span:hover:before, .tab-topic-list > li > a:active.active span:hover:before, .tab-topic-list > li > a.active:active span:hover:before, .tab-topic-list > li > a.active.active span:hover:before {
            color: #003f72;
        }

        .tab-topic-list > li > a:focus:active span:before, .tab-topic-list > li > a:focus.active span:before, .tab-topic-list > li > a:hover:active span:before, .tab-topic-list > li > a:hover.active span:before, .tab-topic-list > li > a:active:active span:before, .tab-topic-list > li > a:active.active span:before, .tab-topic-list > li > a.active:active span:before, .tab-topic-list > li > a.active.active span:before {
            content: "\0076";
            top: 0.15em;
            font-size: 0.8em;
        }
}

@media (max-width: 767px) {
    .tab-topic-list > li > a:focus:active, .tab-topic-list > li > a:focus.active, .tab-topic-list > li > a:hover:active, .tab-topic-list > li > a:hover.active, .tab-topic-list > li > a:active:active, .tab-topic-list > li > a:active.active, .tab-topic-list > li > a.active:active, .tab-topic-list > li > a.active.active {
        color: #003f72;
    }

        .tab-topic-list > li > a:focus:active span:hover:before, .tab-topic-list > li > a:focus.active span:hover:before, .tab-topic-list > li > a:hover:active span:hover:before, .tab-topic-list > li > a:hover.active span:hover:before, .tab-topic-list > li > a:active:active span:hover:before, .tab-topic-list > li > a:active.active span:hover:before, .tab-topic-list > li > a.active:active span:hover:before, .tab-topic-list > li > a.active.active span:hover:before {
            color: #003f72;
        }

        .tab-topic-list > li > a:focus:active span:before, .tab-topic-list > li > a:focus.active span:before, .tab-topic-list > li > a:hover:active span:before, .tab-topic-list > li > a:hover.active span:before, .tab-topic-list > li > a:active:active span:before, .tab-topic-list > li > a:active.active span:before, .tab-topic-list > li > a.active:active span:before, .tab-topic-list > li > a.active.active span:before {
            content: "\0076";
            top: 0.1em;
            font-size: 0.8em;
        }
}

#top10wrapper .tab-topic-list > li > a {
    padding-left: 2.5em;
    color: #1a75ad;
}

@media (max-width: 767px) {
    #top10wrapper .tab-topic-list > li > a {
        padding-left: 50px;
    }
}

@media (max-width: 413px) {
    #top10wrapper .tab-topic-list > li > a {
        padding-left: 45px;
    }
}

.tab-topic-list > li > a span {
    position: relative;
    align-self: center;
}

    .tab-topic-list > li > a span:before {
        position: absolute;
        content: "\003e\00a0";
        color: inherit;
        font: inherit;
        text-align: right;
        left: -0.833em;
    }

    .tab-topic-list > li > a span:hover:before {
        color: #1a75ad;
    }

#top10wrapper .tab-topic-list > li > a span:hover:before {
    color: white;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .tab-topic-list > li > a {
        min-height: 45px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tab-topic-list > li > a {
        min-height: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-topic-list > li > a {
        padding: 0.875em 1.25em 0.875em 65px;
        font-size: 1.143em;
    }
}

@media (max-width: 767px) {
    .tab-topic-list > li > a {
        padding: 0.875em 1.25em 0.875em 50px;
        font-size: 1.143em;
    }
}

@media (max-width: 413px) {
    .tab-topic-list > li > a {
        padding: 0.875em 1em 0.875em 45px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-topic-list > li {
        color: white;
        font-size: 1em;
    }

        .tab-topic-list > li:after {
            content: "";
            display: table;
            clear: both;
        }

        .tab-topic-list > li li {
            color: black;
            font: 400 1em/1.349 "Roboto", Arial, Helvetica, sans-serif;
        }

    #top10wrapper .tab-topic-list > li li {
        color: white;
    }
}

@media (max-width: 767px) {
    .tab-topic-list > li {
        color: white;
        font-size: 1em;
    }

        .tab-topic-list > li:after {
            content: "";
            display: table;
            clear: both;
        }

        .tab-topic-list > li li {
            color: black;
            font: 400 1em/1.349 "Roboto", Arial, Helvetica, sans-serif;
        }

    #top10wrapper .tab-topic-list > li li {
        color: white;
    }
}

@media (min-width: 1400px) {
    .tab-topic-list > li .tab-content {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .tab-topic-list > li .tab-content {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tab-topic-list > li .tab-content {
        display: none;
    }
}

.tab-topic-header {
    font-size: 3em;
    line-height: 1.1;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-topic-header {
        font-size: 2.571em;
    }
}

@media (max-width: 767px) {
    .tab-topic-header {
        font-size: 2.25em;
    }
}

.tab-topic-sub-header {
    margin: 45px 0 10px;
}

    .tab-topic-sub-header.col-md-8 {
        margin-top: 3em;
        margin-left: 25%;
        margin-bottom: 1.75em;
        padding-left: 0;
        padding-right: 0;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .tab-topic-sub-header.col-md-8 {
        margin-left: 0;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .tab-topic-sub-header.col-md-8 {
        margin-left: 0;
        padding-left: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .tab-topic-sub-header {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tab-topic-sub-header {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-topic-list-link {
        display: block;
    }
}

.panel-group {
    margin-top: 0;
}

    .panel-group .panel + .panel {
        margin-top: 0;
    }

    .panel-group h4 a {
        position: relative;
        display: block;
        padding: 1.25em 0;
        color: black;
        font-size: 1em;
        font-weight: 700;
        line-height: 1.3;
        text-decoration: none;
    }

        .panel-group h4 a:hover {
            color: #23527c;
        }

        .panel-group h4 a:before {
            position: absolute;
            top: 1.188em;
            left: -0.833em;
            content: "x\00a0";
            font-family: "Oswald", Arial, sans-serif;
            font-weight: 700;
            text-align: right;
            text-transform: lowercase;
        }

        .panel-group h4 a.collapsed {
            color: #337ab7;
        }

            .panel-group h4 a.collapsed:before {
                top: 1.25em;
                content: "\003e\00a0";
            }

.panel-heading {
    padding: 0 0.625em 0 2.75em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .panel-heading {
        padding-left: 1.5em;
        padding-right: 1em;
    }
}

@media (max-width: 767px) {
    .panel-heading {
        padding-left: 1.5em;
        padding-right: 1em;
    }
}

@media (max-width: 374px) {
    .panel-heading {
        padding-left: 1.25em;
    }
}

.panel-title {
    font-size: 1em;
}

.panel-body {
    padding-top: 0.438em;
    padding-left: 2.75em;
    padding-right: 0.625em;
    padding-bottom: 2.188em;
    font-size: 1em;
    line-height: 1.349;
}

@media (min-width: 768px) and (max-width: 991px) {
    .panel-body {
        padding-top: 0;
        padding-left: 1.5em;
        padding-right: 2em;
    }
}

@media (max-width: 767px) {
    .panel-body {
        padding-top: 0;
        padding-left: 1.5em;
        padding-right: 2em;
    }
}

@media (max-width: 413px) {
    .panel-body {
        padding-right: 1.75em;
    }
}

@media (max-width: 374px) {
    .panel-body {
        padding-left: 1.25em;
        padding-right: 1.125em;
    }
}

.panel-body a:not(.btn) {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    text-decoration: underline;
}

.panel-body p:first-of-type {
    margin-top: 0;
}

.panel-body ol {
    margin: 0;
    padding-left: 18px;
}

    .panel-body ol ul {
        margin: 20px 0 30px;
    }

.panel-body ul ul {
    list-style-type: circle;
    margin-top: 10px;
}

    .panel-body ul ul.nobullets {
        list-style-type: none;
        margin-top: 6px;
    }

.panel-body > *:first-child {
    margin-top: 0 !important;
}

.panel-body > *:last-child {
    margin-bottom: 0 !important;
}

.pathway-list {
    display: flex;
}

@media (min-width: 768px) and (max-width: 991px) {
    .pathway-list {
        display: block;
    }
}

@media (max-width: 767px) {
    .pathway-list {
        display: block;
    }
}

.pathway-item {
    display: flex;
    width: 33.33%;
    padding: 0 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .pathway-item {
        display: block;
        width: 100%;
        margin-bottom: 3.036em;
    }

        .pathway-item:last-of-type {
            margin-bottom: 0;
        }
}

@media (max-width: 767px) {
    .pathway-item {
        display: block;
        width: 100%;
        margin-bottom: 3.036em;
    }

        .pathway-item:last-of-type {
            margin-bottom: 0;
        }
}

@media (max-width: 374px) {
    .pathway-item {
        padding: 0;
    }
}

.pathway-item .pathway-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1.25em 1.125em;
    background: white;
}

@media (min-width: 768px) and (max-width: 991px) {
    .pathway-item .pathway-wrapper {
        display: block;
    }
}

@media (max-width: 767px) {
    .pathway-item .pathway-wrapper {
        display: block;
    }
}

.pathway-item .pathway-wrapper > p {
    flex: 1 0 auto;
    margin-bottom: 1.25em;
}

.pathway-item .pathway-wrapper > .row {
    display: flex;
}

    .pathway-item .pathway-wrapper > .row div {
        flex-grow: 1;
        align-self: flex-end;
    }

        .pathway-item .pathway-wrapper > .row div:first-of-type {
            padding-right: 0;
        }

.pathway-item img {
    display: block;
    margin: 0 auto 1.875em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .pathway-item img {
        width: 6.893em;
    }
}

@media (max-width: 767px) {
    .pathway-item img {
        width: 6em;
    }
}

.sitemap-links {
    font-weight: 700;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 1.5em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sitemap-links {
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    .sitemap-links {
        font-size: 1em;
    }
}

.sitemap-links dt, .sitemap-links dd {
    float: left;
    margin-bottom: 0.625em;
}

.sitemap-links dt {
    width: 6%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sitemap-links dt {
        width: 13%;
    }
}

@media (max-width: 767px) {
    .sitemap-links dt {
        width: 17%;
    }
}

.sitemap-links dd {
    width: 94%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sitemap-links dd {
        width: 87%;
    }
}

@media (max-width: 767px) {
    .sitemap-links dd {
        width: 83%;
    }
}

.sitemap-links dd:after {
    content: "";
    display: table;
    clear: both;
}

.sitemap-links:after {
    content: "";
    display: table;
    clear: both;
}

.centers-of-excellence-list {
    margin: 1.875em 0;
    padding-left: 0;
    list-style-type: none;
}

    .centers-of-excellence-list:last-of-type {
        margin-bottom: 0;
    }

    .centers-of-excellence-list li {
        margin-bottom: 1.5em;
        line-height: 1.349;
    }

        .centers-of-excellence-list li:last-of-type {
            margin-bottom: 0;
        }

    .centers-of-excellence-list a {
        font-weight: 400;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-size: inherit;
        line-height: 1.349;
        text-decoration: underline;
    }

.home-spotlight a:hover {
    text-decoration: underline;
}

.home-spotlight a.text-white, .home-spotlight a.text-grey {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.home-spotlight .row > div > div {
    overflow: hidden;
}

.home-spotlight > .row > div {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 413px) {
    .home-hero .row > div {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 374px) {
    .home-hero .row > div {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.home-hero-image {
    width: 100%;
    height: 550px;
}

.home-hero-header {
    margin-top: 7.5%;
}

@media (max-width: 767px) {
    .home-hero-header {
        margin-top: 8%;
    }
}

.home-hero-text {
    margin-top: 4%;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 400;
    text-shadow: 0 0 50px rgba(40, 40, 40, 0.8), 0 -30px 50px rgba(40, 40, 40, 0.8), 0 30px 50px rgba(40, 40, 40, 0.8), 40px 0 50px rgba(40, 40, 40, 0.8), -40px 0 50px rgba(40, 40, 40, 0.8);
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-hero-text {
        font-weight: 300;
        font-size: 0.821em;
    }
}

@media (max-width: 767px) {
    .home-hero-text {
        font-weight: 300;
        font-size: 1.25em;
    }
}

@media (max-width: 479px) {
    .home-hero-text {
        font-size: 1.125em;
    }
}

@media (max-width: 374px) {
    .home-hero-text {
        font-size: 1em;
    }
}

.home-search-form {
    margin-top: 6.5%;
    text-align: center;
    float: right;
    position: relative;
    left: -50%;
    -ms-input-placeholder-color: white;
}

    .home-search-form input {
        width: 350px;
        height: 50px;
        padding: 0 40px 0 12px;
        color: white;
        font: 700 1.125em/46px "Oswald", Arial, sans-serif;
        text-transform: uppercase;
        background-color: rgba(45, 48, 51, 0.7);
        border: 2px solid rgba(255, 255, 255, 0.7);
        background-clip: padding-box;
        caret-color: white;
    }

.spa.home-search-form input {
    text-transform: inherit;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .home-search-form input {
        height: 44px;
        line-height: 44px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-search-form input {
        width: 300px;
        height: 40px;
        line-height: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-search-form input {
        width: 250px;
        height: 40px;
        font-size: 0.7em;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .home-search-form input {
        width: 84.75%;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 40px;
    }
}

@media (max-width: 479px) {
    .home-search-form input {
        font-size: 1em;
    }
}

@media (max-width: 413px) {
    .home-search-form input {
        height: 40px;
    }
}

@media (max-width: 374px) {
    .home-search-form input {
        height: 35px;
    }
}

.home-search-form ::placeholder {
    color: white;
}

.home-search-form ::-moz-placeholder {
    color: white;
    opacity: 1;
}

.home-search-form ::-webkit-input-placeholder {
    color: white;
}

.wf-oswald-n7-inactive .home-search-form {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: -0.2px;
}

.home-search-form #k {
    background-image: url(/Content/Images/icon-input-keyword-search.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

.home-search-form #l {
    background-image: url(/Content/Images/icon-input-location-indicator.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

.linked-in {
    padding-top: 35px;
    padding-bottom: 40px;
    color: white;
}

    .linked-in h3 {
        margin-bottom: 38px;
    }

    .linked-in button {
        padding: 0;
        line-height: 0;
        border: none;
        background-color: transparent;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .linked-in button img {
        width: 95%;
    }
}

.linked-in .content-copy {
    margin-top: 0;
    color: white;
}

@media (max-width: 767px) {
    .linked-in .content-copy {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .linked-in-login button {
        margin-bottom: 27px;
    }
}

.home-spotlight {
    position: relative;
    z-index: 100;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-spotlight {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .home-spotlight {
        margin-top: 40px;
    }
}

.home-spotlight-section {
    height: 300px;
    background-image: url(/Content/Images/Grey-FPO.jpg);
    background-size: 300px 300px;
}

.home-spotlight-wrapper {
    position: relative;
    height: 285px;
    transition: all 0.3s ease-out;
}

    .home-spotlight-wrapper a:before {
        content: ">";
        display: inline-block;
        padding-right: 8px;
        text-decoration: none;
    }

@media (min-width: 1200px) and (max-width: 1399px) {
    .home-spotlight-wrapper {
        height: 245px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-spotlight-wrapper {
        height: 203px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-spotlight-wrapper {
        height: 346px;
    }
}

@media (max-width: 767px) {
    .home-spotlight-wrapper {
        height: 222px;
    }
}

@media (max-width: 479px) {
    .home-spotlight-wrapper {
        height: 192px;
    }
}

@media (max-width: 413px) {
    .home-spotlight-wrapper {
        height: 345px;
    }
}

@media (max-width: 374px) {
    .home-spotlight-wrapper {
        height: 290px;
    }
}

.home-spotlight-wrapper > div {
    position: absolute;
    bottom: 22px;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

.home-spotlight-wrapper h5 {
    margin-bottom: 0.5em;
    font-size: 1.313em;
}

.home-spotlight-wrapper a {
    font-size: 1em;
}

.home-spotlight-wrapper img {
    display: block;
    margin-bottom: 1.125em;
}

.home-spotlight-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    .home-spotlight-image:focus, .home-spotlight-image:hover {
        background-size: 125% 125%;
    }

.home-spotlight-nursing {
    background-image: url(/Content/Images/panel-home-nursing.jpg);
}

.home-spotlight-physician {
    background-image: url(/Content/Images/physicians_spotlight.jpg);
}

.home-spotlight-mcd {
    background-image: url(/Content/Images/senior-leadership-headshot.jpg);
}

.home-spotlight-green {
    background-color: #557f24;
}

    .home-spotlight-green:hover {
        background-color: #3a5719;
    }

.home-spotlight-yellow {
    background-color: #f3cf45;
}

    .home-spotlight-yellow:hover {
        background-color: #f0c315;
    }

.home-spotlight-grey {
    background-color: #f2f2f2;
}

    .home-spotlight-grey:hover {
        background-color: #d8d8d8;
    }

.home-spotlight-header {
    margin-top: 1em;
    color: #1a75ad;
    font-size: 5em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-spotlight-header {
        margin-top: 0.35em;
        font-size: 3em;
    }
}

@media (max-width: 767px) {
    .home-spotlight-header {
        margin-top: 0.35em;
        font-size: 3em;
    }
}

.home-spotlight-text {
    margin-top: 1.563em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-spotlight-text {
        margin: 1em 0 2em;
    }
}

@media (max-width: 767px) {
    .home-spotlight-text {
        margin: 1em 0 2em;
    }
}

.home-locations {
    height: 475px;
    width: 100%;
}

.h_iframe iframe {
    width: 100%;
    height: 100%;
}

.h_iframe {
    z-index: -1;
    width: 739px;
    max-width: 739px;
    height: 497px;
    margin-left: 20px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .h_iframe {
        width: 639px;
        height: 426px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .h_iframe {
        width: 550px;
        height: 353px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .h_iframe {
        width: 100%;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .h_iframe {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.home-social li {
    display: inline;
    margin-right: 50px;
}

    .home-social li:last-of-type {
        margin-right: 0;
    }

@media (min-width: 1200px) and (max-width: 1399px) {
    .home-social li {
        margin-right: 37px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-social li {
        margin-right: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-social li {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .home-social li {
        margin: 15px 10px 15px 0;
    }
}

@media (max-width: 374px) {
    .home-social li {
        margin: 15px 5px 15px 0;
    }
}

.home-social li a {
    text-decoration: none;
}

    .home-social li a img:hover {
        opacity: 0.55;
    }

.home-social-header {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #1a75ad;
}

.home-social-copy {
    text-align: center;
    margin-bottom: 25px;
}

.home-social-icon-list {
    text-align: center;
}

#connect .home-social-icon-list {
    margin-bottom: 8%;
}

@media (max-width: 767px) {
    .home-social-icon-list img {
        width: 42px;
    }
}

@media (max-width: 479px) {
    .home-social-icon-list img {
        width: 35px;
    }
}

@media (max-width: 374px) {
    .home-social-icon-list img {
        width: 32px;
    }
}

.home-support {
    padding-top: 4.375em;
    padding-bottom: 4.375em;
    background-color: #f2f2f2;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-support {
        padding-top: 2.857em;
    }
}

@media (max-width: 767px) {
    .home-support {
        padding-top: 2.857em;
    }
}

#benefits.home-support {
    padding-top: 4.375em;
    padding-bottom: 4.375em;
}

.home-support-header h3 {
    color: #1a75ad;
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1.15;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-support-header h3 {
        font-size: 2.571em;
    }
}

@media (max-width: 767px) {
    .home-support-header h3 {
        font-size: 2.571em;
    }
}

.home-support-copy {
    margin-top: 20px;
}

#locations-wrapper {
    position: relative;
    top: -175px;
    z-index: 50;
}

    #locations-wrapper:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        background: #c4262e;
        background: linear-gradient(-30deg, #c15a1b, #c4262e);
    }

    #locations-wrapper > .row {
        display: flex;
    }

@media (min-width: 768px) and (max-width: 991px) {
    #locations-wrapper > .row {
        display: block;
    }
}

@media (max-width: 767px) {
    #locations-wrapper > .row {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
}

#locations-wrapper > .row > div {
    flex-grow: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    #locations-wrapper > .row > div:first-of-type {
        padding-left: 15px !important;
        padding-top: 175px !important;
    }
}

@media (max-width: 767px) {
    #locations-wrapper > .row > div:first-of-type {
        padding-left: 15px !important;
        padding-top: 175px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #locations-wrapper > .row > div:last-of-type {
        padding-top: 50px !important;
        padding-bottom: 60px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {
    #locations-wrapper > .row > div:last-of-type {
        padding-top: 50px !important;
        padding-bottom: 60px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {
    #locations-wrapper #locations > div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#locations > div {
    padding-left: 0;
    padding-right: 2em;
}

@media (min-width: 768px) and (max-width: 991px) {
    #locations {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    #locations {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .logo-chooseva {
        width: 80%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo-chooseva {
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo-chooseva {
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mobile-pad-left {
        padding-left: 15px !important;
    }
}

@media (max-width: 767px) {
    .mobile-pad-left {
        padding-left: 15px !important;
    }
}

@media (max-width: 413px) {
    .mobile-pad-left {
        padding-right: 15px !important;
    }
}

@media (max-width: 374px) {
    .mobile-pad-left {
        padding-right: 15px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mobile-pad-right {
        padding-right: 15px !important;
    }
}

@media (max-width: 767px) {
    .mobile-pad-right {
        padding-right: 15px !important;
    }
}

@media (max-width: 413px) {
    .mobile-pad-right {
        padding-left: 15px !important;
    }
}

@media (max-width: 374px) {
    .mobile-pad-right {
        padding-left: 15px !important;
    }
}

.col-careers-locations {
    padding-top: 175px;
    padding-left: 0;
}

.col-careers-maps {
    padding-top: 200px;
    padding-bottom: 65px;
    background-color: #f2f2f2;
}

#spotlight.home {
    margin-bottom: -145px;
    padding-left: 0;
    padding-right: 0;
}

.job-detail-summary {
    padding-left: 80px;
    padding-bottom: 80px;
}

.job-detail-contact {
    background-color: #f2f2f2;
}

.job-detail-title {
    border-bottom: 1px solid #003f72;
}

.job-detail-locations {
    margin: 20px 0;
}

.job-detail-search-heading {
    border-bottom: 1px solid #003f72;
    padding-left: 30px;
}

.job-detail-search-share-wrapper {
    padding-left: 30px;
}

.detail-accordion {
    background-color: #1a75ad;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 20px;
}

    .detail-accordion.active, .detail-accordion:hover {
        background-color: #003f72;
        color: white;
    }

    .detail-accordion:after {
        content: "\02795";
        color: white;
        font-size: 13px;
        float: right;
        margin-left: 5px;
    }

.detail-panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    margin-bottom: 20px;
}

#postings {
    padding-bottom: 7em;
    background: linear-gradient(to right, #003f72 0%, #003f72 50%, #ffffff 50%, #ffffff 100%);
}

@media (min-width: 768px) and (max-width: 991px) {
    #postings {
        padding-bottom: 1.5em;
        background: none;
    }

        #postings .content-box-padding {
            background-color: #003f72;
        }
}

@media (max-width: 767px) {
    #postings {
        padding-bottom: 1.5em;
        background: none;
    }

        #postings .content-box-padding {
            background-color: #003f72;
        }
}

.section {
    position: relative;
    margin-left: 3.875em;
}

    .section h4 {
        margin-bottom: 0.5em;
        color: #2d3033;
        font: 700 1.125em/1.2 "Oswald", Arial, sans-serif;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .section h4:before {
        content: ">\00a0\00a0";
    }
}

@media (max-width: 767px) {
    .section h4 {
        margin-bottom: 0.25em;
    }

        .section h4:before {
            content: ">\00a0\00a0";
        }
}

.section p {
    color: #2d3033;
    font: 1em/1.349 "Roboto", Arial, Helvetica, sans-serif;
}

.section .glyphicon-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #2d3033;
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991px) {
    .section .glyphicon-remove {
        display: none;
    }
}

@media (max-width: 767px) {
    .section .glyphicon-remove {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .section {
        margin-left: 0;
    }
}

.section-wrapper {
    position: absolute;
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-wrapper {
        position: static;
        margin: 0 0 1.786em !important;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .section-wrapper {
        position: static;
        margin: 0 0 1.786em !important;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.section-content {
    display: none;
    position: relative;
    z-index: 99;
    top: -14px;
    left: 14px;
    width: 300px;
    padding: 1.125em;
    border: 1px solid #c4262e;
    background: white;
    box-shadow: -4px 3px 3.5px rgba(28, 46, 51, 0.15);
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-content {
        top: auto;
        left: 0;
        display: block;
        width: 100%;
        padding: 0;
        border: none;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .section-content {
        top: auto;
        left: 0;
        display: block;
        width: 100%;
        padding: 0;
        border: none;
        box-shadow: none;
    }
}

.section-content.active {
    display: block;
}

.icon-info {
    position: relative;
    z-index: 100;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    color: white;
    font: 700 18px/28px "Oswald", Arial, sans-serif;
    text-align: center;
    background: #c4262e;
}

    .icon-info:hover {
        cursor: pointer;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .icon-info {
        display: none;
    }
}

@media (max-width: 767px) {
    .icon-info {
        display: none;
    }
}

.icon-info.active {
    box-shadow: 3px 2px 3.8px 0.2px rgba(28, 46, 51, 0.15);
}

.section {
    width: 1014px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section {
        width: 869px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section {
        width: 722px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section {
        width: 100%;
        height: auto !important;
        background: none !important;
    }

        .section#posting-overview {
            margin-top: 1.75em;
        }
}

@media (max-width: 767px) {
    .section {
        width: 100%;
        height: auto !important;
        background: none !important;
    }

        .section#posting-overview {
            margin-top: 1.75em;
        }
}

#posting-overview {
    height: 198px;
    background-image: url("/Content/Images/JobPostings/posting1.jpg");
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #posting-overview {
        height: 170px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #posting-overview {
        height: 141px;
    }
}

#section2 {
    height: 205px;
    background-image: url("/Content/Images/JobPostings/posting2.jpg");
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #section2 {
        height: 176px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #section2 {
        height: 146px;
    }
}

#section3 {
    height: 252px;
    background-image: url("/Content/Images/JobPostings/posting3.jpg");
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #section3 {
        height: 216px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #section3 {
        height: 179px;
    }
}

#position-duties {
    height: 568px;
    background-image: url("/Content/Images/JobPostings/posting4.jpg");
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #position-duties {
        height: 488px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #position-duties {
        height: 405px;
    }
}

#section5 {
    height: 273px;
    background-image: url("/Content/Images/JobPostings/posting5.jpg");
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #section5 {
        height: 234px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #section5 {
        height: 194px;
    }
}

#requirements {
    height: 235px;
    background-image: url("/Content/Images/JobPostings/posting5a.jpg");
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #requirements {
        height: 201px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #requirements {
        height: 167px;
    }
}

#section6 {
    height: 615px;
    background-image: url("/Content/Images/JobPostings/posting6.jpg");
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #section6 {
        height: 527px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #section6 {
        height: 438px;
    }
}

#application-info {
    height: 620px;
    background-image: url("/Content/Images/JobPostings/posting7.jpg");
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #application-info {
        height: 532px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #application-info {
        height: 442px;
    }
}

#contact {
    height: 502px;
    background-image: url("/Content/Images/JobPostings/posting8.jpg");
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #contact {
        height: 431px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #contact {
        height: 358px;
    }
}

#other-info {
    height: 976px;
    background-image: url("/Content/Images/JobPostings/posting9.jpg");
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #other-info {
        height: 836px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #other-info {
        height: 695px;
    }
}

.hotspot1 {
    z-index: 13;
    top: 66px;
    margin-left: -14px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .hotspot1 {
        top: 55px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hotspot1 {
        top: 43px;
    }
}

.hotspot2 {
    z-index: 12;
    top: 56px;
    margin-left: 6px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .hotspot2 {
        top: 45px;
        margin-left: 3px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hotspot2 {
        top: 40px;
        margin-left: -3px;
    }
}

.hotspot3 {
    z-index: 11;
    top: 56px;
    margin-left: 324px;
}

.hotspot3a {
    z-index: 11;
    top: 18px;
    margin-left: 660px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .hotspot3 {
        top: 45px;
        margin-left: 275px;
    }

    .hotspot3a {
        top: 7px;
        margin-left: 611px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hotspot3 {
        top: 40px;
        margin-left: 222px;
    }

    .hotspot3a {
        top: 9px;
        margin-left: 465px;
    }
}

.hotspot4 {
    z-index: 10;
    top: 102px;
    margin-left: 6px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .hotspot4 {
        top: 91px;
        margin-left: 3px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hotspot4 {
        top: 73px;
        margin-left: -3px;
    }
}

.hotspot5 {
    z-index: 9;
    top: 146px;
    margin-left: 6px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .hotspot5 {
        top: 135px;
        margin-left: 3px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hotspot5 {
        top: 108px;
        margin-left: -3px;
    }
}

.hotspot6 {
    z-index: 8;
    top: 11px;
    margin-left: 660px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .hotspot6 {
        top: 5px;
        margin-left: 562px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hotspot6 {
        top: 5px;
        margin-left: 464px;
    }
}

.hotspot7 {
    z-index: 7;
    top: 52px;
    margin-left: 6px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .hotspot7 {
        top: 41px;
        margin-left: 3px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hotspot7 {
        top: 35px;
        margin-left: -3px;
    }
}

.hotspot8 {
    z-index: 6;
    top: 20px;
    margin-left: 6px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .hotspot8 {
        top: 13px;
        margin-left: 3px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hotspot8 {
        top: 8px;
        margin-left: -3px;
    }
}

.hotspot9 {
    z-index: 5;
    top: 7px;
    margin-left: 16px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .hotspot9 {
        top: 2px;
        margin-left: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hotspot9 {
        top: 0;
        margin-left: 3px;
    }
}

.hotspot10 {
    z-index: 4;
    top: 6px;
    margin-left: 6px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .hotspot10 {
        top: 3px;
        margin-left: 3px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hotspot10 {
        top: 1px;
        margin-left: -3px;
    }
}

.hotspot11 {
    z-index: 3;
    top: 21px;
    margin-left: 6px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .hotspot11 {
        top: 14px;
        margin-left: 3px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hotspot11 {
        top: 10px;
        margin-left: -3px;
    }
}

.hotspot12 {
    z-index: 2;
    top: 160px;
    margin-left: 16px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .hotspot12 {
        top: 134px;
        margin-left: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hotspot12 {
        top: 110px;
        margin-left: 3px;
    }
}

.hotspot13 {
    z-index: 1;
    top: 25px;
    margin-left: 6px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .hotspot13 {
        top: 14px;
        margin-left: 3px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hotspot13 {
        top: 9px;
        margin-left: -3px;
    }
}

.tabs > .row {
    display: flex;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tabs#events > .row {
        display: block;
    }
}

@media (max-width: 767px) {
    .tabs#events > .row {
        display: block;
    }
}

.tab-topics {
    flex-grow: 1;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4.063em;
    background-color: #003f72;
}

#top10wrapper .tab-topics {
    background-color: white;
}

    #top10wrapper .tab-topics h3 {
        margin-bottom: 0.3em;
        font-size: 4.5em;
    }

@media (min-width: 768px) and (max-width: 991px) {
    #top10wrapper .tab-topics h3 {
        margin-bottom: 0.4em;
        font-size: 3.429em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-topics > div:first-of-type {
        background-color: #003f72;
    }

    #top10wrapper .tab-topics > div:first-of-type {
        background-color: white;
    }
}

@media (max-width: 767px) {
    .tab-topics > div:first-of-type {
        background-color: #003f72;
    }

    #top10wrapper .tab-topics > div:first-of-type {
        background-color: white;
    }
}

.tab-contents {
    flex-grow: 1;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4.063em;
    background-color: #f2f2f2;
}

.tabs-white-bg .tab-contents {
    background-color: white;
}

#top10wrapper .tab-contents {
    background-color: #003f72;
}

    #top10wrapper .tab-contents * {
        color: white;
    }

    #top10wrapper .tab-contents div {
        padding-left: 0;
        padding-right: 0;
    }

    #top10wrapper .tab-contents hr {
        border-color: white;
    }

#getting-hired .tab-contents hr {
    margin-left: -15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-contents {
        margin-bottom: 0;
        padding-bottom: 2em;
    }
}

@media (max-width: 767px) {
    .tab-contents {
        margin-bottom: 0;
        padding-bottom: 2em;
    }
}

.parallax {
    padding: 0;
}

    .parallax img {
        display: block;
        width: 100%;
    }

.story-header {
    margin-top: 45px;
    margin-bottom: 40px;
    color: #003f72;
    font-size: 4.5em;
    line-height: 1.1;
    text-transform: uppercase;
}

.story-video {
    width: 100%;
    height: 555px;
}

#atVA .story-video {
    height: 475px;
}

#atVA .thumbVideo .story-video {
    height: 127px;
}

#story .story-video, #ask .story-video {
    height: 512px;
}

@media (min-width: 1200px) and (max-width: 1399px) {

    #story .story-video, #ask .story-video {
        height: 439px;
    }

    #atVA .story-video {
        height: 329px;
    }

    #HiringInitiative .story-video {
        height: 329px;
    }

    #atVA .thumbVideo .story-video {
        height: 109px;
    }

    #HiringInitiative .thumbVideo .story-video {
        height: 109px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #story .story-video, #ask .story-video {
        height: 364px;
    }

    #atVA .story-video {
        height: 273px;
    }

    #HiringInitiative .story-video {
        height: 273px;
    }

    #atVA .thumbVideo .story-video {
        height: 91px;
    }

    #HiringInitiative .thumbVideo .story-video {
        height: 91px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #story .story-video, #ask .story-video {
        height: 422px;
    }

    #atVA .story-video {
        height: 422px;
    }

    #HiringInitiative .story-video {
        height: 422px;
    }

    #atVA .thumbVideo .story-video {
        height: 140px;
    }

    #HiringInitiative .thumbVideo .story-video {
        height: 140px;
    }
}


@media (max-width: 767px) {
    .story-video {
        height: auto;
    }

    #atVA .story-video {
        height: 270px;
    }
}

@media (max-width: 479px) {
    #atVA .story-video {
        height: 233px;
    }
}

@media (max-width: 413px) {
    #atVA .story-video {
        height: 211px;
    }
}

@media (max-width: 374px) {
    #atVA .story-video {
        height: 180px;
    }
}

.story-copy {
    margin-top: 1.875em;
    color: #2d3033;
    line-height: 1.36;
}

@media (max-width: 767px) {
    .story-copy {
        margin-bottom: 25px;
    }
}

.content-copy:not(:empty) {
    margin-top: 1.575em;
    line-height: 1.349;
}

    .content-copy:not(:empty) a.btn {
        margin-top: 0.625em;
    }

    .content-copy:not(:empty) a:not(.btn) {
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        text-decoration: underline;
        font-size: inherit;
        font-weight: 400;
    }

#connect .content-copy:not(:empty) {
    padding: 0 6.75%;
}

@media (max-width: 767px) {
    #connect .content-copy:not(:empty) {
        padding: 0 !important;
    }
}

#history h4 + .content-copy:not(:empty) {
    margin-top: 0.5em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .content-copy:not(:empty) {
        margin-top: 1.071em;
    }

    .tab-topics .content-copy:not(:empty) {
        color: black;
        font: 400 1em/1.349 "Roboto", Arial, Helvetica, sans-serif;
    }

    .content-copy:not(:empty).cta {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .content-copy:not(:empty) {
        line-height: 1.465;
    }

    .home-carousel .content-copy:not(:empty) {
        line-height: 1.33;
    }

    .tab-topics .content-copy:not(:empty) {
        color: black;
        font: 400 1em/1.349 "Roboto", Arial, Helvetica, sans-serif;
    }

    .content-copy:not(:empty).cta {
        padding: 0;
    }
}

h4.content-copy:not(:empty) {
    line-height: 1.2em;
}

.content-copy .btn + .btn {
    margin-left: 3%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .content-copy .btn + .btn {
        margin-left: 0.055em;
    }
}

@media (max-width: 767px) {
    .content-copy .btn + .btn {
        margin-left: 0.055em;
    }
}

@media (max-width: 479px) {
    .content-copy .btn + .btn {
        margin-left: 0;
        margin-top: 25px !important;
    }
}

.content-copy.h4 {
    font: 300 1.125em/1.349 "Roboto", Arial, Helvetica, sans-serif;
}

form.content-copy {
    margin-top: 38px;
}

.content-image {
    width: 100%;
    height: 90%;
    margin: 0 auto;
    left: 0;
    float: left;
}

.content-links {
    font-weight: 700;
    line-height: 1.25;
}

.content1-header {
    text-transform: uppercase;
    border-bottom: 1px solid #1a75ad;
    padding-left: 80px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .content1-header {
        padding-left: 0;
    }
}

.content1 {
    background-color: #f2f2f2;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .content1 {
        padding-top: 40px;
    }
}

.content2 {
    background-color: white;
    height: auto;
}

.content2-header {
    text-transform: uppercase;
    border-bottom: 1px solid #1a75ad;
    padding-bottom: 15px;
    padding-top: 2em;
    padding-left: 80px;
}

@media (max-width: 767px) {
    .content2-header {
        padding-left: 0;
        padding-top: 0;
    }
}

.underline {
    margin-top: 0.625em;
    margin-bottom: 0;
    margin-left: -15px;
}

#searchAndApply .underline {
    margin-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .underline {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .underline {
        margin-left: 0;
        margin-top: 0.15em;
    }
}

.underline-red {
    border-bottom: 1px solid #c4262e;
}

.underline-darkblue {
    border-bottom: 1px solid #003f72;
}

.underline-lightblue {
    border-bottom: 1px solid #1a75ad;
}

.underline-lightgreen {
    border-bottom: 1px solid #598527;
}

.underline-darkpurple {
    border-bottom: 1px solid #540050;
}

.content3 {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .content3 {
        padding-top: 40px;
    }
}

.content3-header {
    text-transform: uppercase;
    border-bottom: 1px solid #1a75ad;
    padding-left: 80px;
    padding-top: 80px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .content3-header {
        padding-left: 0;
        padding-top: 0;
    }
}

.careers-hero-admin h2 {
    font-size: 4.875em;
}

.ask-content-copy {
    padding-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .ask-content-copy {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .ask-content-copy {
        padding-left: 15px;
    }
}

.ask-content-video {
    padding-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .ask-content-video {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .ask-content-video {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-mobile {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .row-mobile {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 767px) {
    .logo-chooseva {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
    }
}

.col-height {
    display: flex;
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-height {
        display: block;
    }
}

@media (max-width: 767px) {
    .col-height {
        display: block;
    }
}

.col-height > div {
    flex-grow: 1;
}

.col-height .heroes-minor {
    position: relative;
    display: flex;
}

    .col-height .heroes-minor img {
        align-self: flex-end;
        bottom: 0;
    }

@media (min-width: 768px) and (max-width: 991px) {
    #howto > div:first-of-type {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    #howto > div:first-of-type {
        padding-bottom: 0;
    }
}

#howto > div:last-of-type {
    padding-top: 8.35em;
}

@media (min-width: 768px) and (max-width: 991px) {
    #howto > div:last-of-type {
        padding-top: 0;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    #howto > div:last-of-type {
        padding-top: 0;
    }
}

.col-wrap {
    margin-bottom: 4.375em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-wrap {
        margin-bottom: 2.5em;
    }
}

@media (max-width: 767px) {
    .col-wrap {
        margin-bottom: 2.5em;
    }
}

#employee-stories-wrapper {
    padding: 80px 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #employee-stories-wrapper {
        padding: 70px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #employee-stories-wrapper {
        padding: 60px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #employee-stories-wrapper {
        padding: 65px 0 70px;
    }
}

@media (max-width: 767px) {
    #employee-stories-wrapper {
        padding: 40px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #life-at-va .content-box-padding > div {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    #life-at-va .content-box-padding > div {
        padding-left: 0;
        padding-right: 0;
    }
}

.section-padding {
    padding: 65px 0 70px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-padding {
        padding: 55px 0 65px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-padding {
        padding: 45px 0 55px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding: 45px 0 55px;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 35px 0 55px;
    }
}

.bg-darkblue-to-white {
    background: linear-gradient(to right, #003f72 0%, #003f72 50%, #ffffff 50%, #ffffff 100%);
}

@media (min-width: 768px) and (max-width: 991px) {
    .bg-darkblue-to-white {
        background: none;
    }

        .bg-darkblue-to-white #veterans, .bg-darkblue-to-white #professionals {
            background: #003f72;
        }
}

@media (max-width: 767px) {
    .bg-darkblue-to-white {
        background: none;
    }

        .bg-darkblue-to-white #veterans, .bg-darkblue-to-white #professionals {
            background: #003f72;
        }
}

.content-box-padding {
    padding: 3.125em 0 3.75em;
}

    .content-box-padding#veterans, .content-box-padding#professionals {
        padding-bottom: 5.938em;
    }

.tab-topics .content-box-padding {
    padding-top: 4.375em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-topics .content-box-padding {
        padding-top: 2.857em;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .tab-topics .content-box-padding {
        padding-top: 2.857em;
        padding-left: 30px;
        padding-right: 30px;
    }
}

#events .tab-topics .content-box-padding {
    padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .content-box-padding {
        padding: 2.857em 15px;
    }
}

@media (max-width: 767px) {
    .content-box-padding {
        padding: 2.857em 15px;
    }
}

@media (max-width: 374px) {
    .content-box-padding {
        padding: 2.25em 15px;
    }
}

#supportservicesatva + div .content-box-padding {
    padding-bottom: 2em;
}

.container-border {
    border-bottom: 1px solid #2d3033;
}

@media (min-width: 1400px) {
    #videos #vjs-thumbnails-target .content-box-padding {
        padding: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #videos #vjs-thumbnails-target .content-box-padding {
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #videos #vjs-thumbnails-target .content-box-padding {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #videos #vjs-thumbnails-target .content-box-padding {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    #videos #vjs-thumbnails-target .content-box-padding {
        padding-top: 0;
    }
}

@media (min-width: 1400px) {
    #physiciansatva + div .cta {
        padding-left: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #physiciansatva + div .cta {
        padding-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #physiciansatva + div .cta {
        padding-left: 0;
    }
}

#pharmacistsatva + div .cta {
    padding-left: 0;
}

#supportservicesatva + div .career-links-list {
    margin-top: 0;
}

#training {
    display: flex;
}

@media (min-width: 768px) and (max-width: 991px) {
    #training {
        display: block;
    }
}

@media (max-width: 767px) {
    #training {
        display: block;
    }
}

.content-ghatp, .content-tcf {
    padding-bottom: 7.5em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .content-ghatp, .content-tcf {
        padding-bottom: 2.857em;
    }
}

@media (max-width: 767px) {
    .content-ghatp, .content-tcf {
        padding-bottom: 2.857em;
    }
}

.content-tcf {
    background: #003f72;
}

#acareerwithva {
    background: #003f72;
}

#applicationForms {
    background-color: #003f72;
}

    #applicationForms hr {
        margin-right: -15px;
        margin-left: 0;
    }

@media (min-width: 768px) and (max-width: 991px) {
    #applicationForms hr {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    #applicationForms hr {
        margin-right: 0;
    }
}

#facts {
    padding: 5em 0;
}

    #facts h3 {
        margin-bottom: 0.208em;
        color: #1a75ad;
        font-size: 4.5em;
        line-height: 1.15;
    }

@media (min-width: 768px) and (max-width: 991px) {
    #facts h3 {
        font-size: 3.429em;
    }
}

@media (max-width: 767px) {
    #facts h3 {
        font-size: 3em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #facts {
        padding: 2.5em 0;
    }

        #facts .container > .row {
            margin-left: 0;
            margin-right: 0;
        }

            #facts .container > .row > div > .row {
                margin-left: 0;
                margin-right: 0;
            }
}

@media (max-width: 767px) {
    #facts {
        padding: 2.5em 0;
    }

        #facts .container > .row {
            margin-left: 0;
            margin-right: 0;
        }

            #facts .container > .row > div > .row {
                margin-left: 0;
                margin-right: 0;
            }
}

#VACentersofExcellence h3 {
    color: #003f72;
}

#VACentersofExcellence .content-header {
    font-weight: 700;
    font-size: 1.125em;
}

#nationalRecruiters {
    background-color: #003f72;
    position: relative;
}

    #nationalRecruiters hr {
        margin-right: -15px;
        margin-left: 0;
    }

@media (min-width: 768px) and (max-width: 991px) {
    #nationalRecruiters hr {
        margin: 0;
    }
}

@media (max-width: 767px) {
    #nationalRecruiters hr {
        margin: 0;
    }
}

#nationalRecruiters.affix .nrWrapper {
    position: fixed;
    z-index: 99998;
}

#nationalRecruiters.affix-bottom .nrWrapper {
    position: absolute;
    bottom: 0;
}

#nationalRecruiters .nrWrapper {
    padding-bottom: 3.75em;
}

#aboutVA {
    margin-top: 5em;
}

@media (min-width: 768px) and (max-width: 991px) {
    #aboutVA {
        margin-top: 1.786em;
    }
}

@media (max-width: 767px) {
    #aboutVA {
        margin-top: 2.25em;
    }
}

#faqs-followup, #benefitsCriteria, #applicationStatus, #applyingOnline {
    margin-top: 6.25em;
}

@media (min-width: 768px) and (max-width: 991px) {
    #faqs-followup, #benefitsCriteria, #applicationStatus, #applyingOnline {
        margin-top: 3.929em;
    }
}

@media (max-width: 767px) {
    #faqs-followup, #benefitsCriteria, #applicationStatus, #applyingOnline {
        margin-top: 3.929em;
    }
}

.brochure-heading {
    margin-bottom: 25px;
}

.brochure-heading-text {
    margin-bottom: 25px;
}

.brochure-reasons {
    padding-bottom: 30px;
    background-color: #003f72;
}

.brochure-reason {
    position: relative;
    min-height: 50px;
    padding: 8px 15px 8px 135px;
    color: white;
    font: 700 18px/1.349 "Oswald", Arial, sans-serif;
    border-bottom: 1px solid white;
}

    .brochure-reason:first-of-type {
        border-top: 1px solid white;
    }

    .brochure-reason:hover {
        color: #1a75ad;
        background-color: white;
        cursor: pointer;
    }

    .brochure-reason:before {
        content: "\003e\00a0";
        color: white;
        font-weight: bold;
        text-align: right;
        position: absolute;
        left: 118px;
    }

    .brochure-reason:hover:before {
        color: #1a75ad;
    }

.brochure-reason-active {
    position: relative;
    z-index: 50;
    color: #1a75ad;
    background-color: white;
}

    .brochure-reason-active:before {
        color: #1a75ad;
    }

    .brochure-reason-active p {
        color: white;
    }

    .brochure-reason-active .tab-content-heading {
        margin-top: 15px;
    }

.brochure-answer {
    background-color: white;
}

    .brochure-answer .career-links-list {
        margin-top: 0;
    }

.brochure-list {
    list-style: disc;
}

.brochure-answer-text {
    color: #1a75ad;
    padding-left: 70px;
}

    .brochure-answer-text li {
        margin-bottom: 20px;
        padding-right: 50px;
        line-height: 1.35em;
    }

.tab-content {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-content {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .tab-content {
        padding-left: 0;
    }
}

.tab-content-active {
    display: block;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .brochure-reason .tab-content {
        display: none;
    }
}

.heroes-minor-ourpatients p {
    padding: 0.658em;
    font: 700 2.375em/1.259 "Oswald", Arial, sans-serif;
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroes-minor-ourpatients p {
        font-size: 1.681em;
    }
}

@media (max-width: 767px) {
    .heroes-minor-ourpatients p {
        font-size: 1.55em;
    }
}

@media (max-width: 479px) {
    .heroes-minor-ourpatients p {
        font-size: 1.35em;
    }
}

@media (max-width: 413px) {
    .heroes-minor-ourpatients p {
        font-size: 1.2em;
    }
}

.facts-panel-med {
    height: 285px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .facts-panel-med {
        height: 245px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .facts-panel-med {
        height: 202.5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .facts-panel-med {
        height: auto;
        margin-bottom: 2.5em;
    }
}

@media (max-width: 767px) {
    .facts-panel-med {
        height: auto;
        margin-bottom: 2.5em;
    }
}

.facts-panel-small {
    display: flex;
    height: 285px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .facts-panel-small {
        height: 245px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .facts-panel-small {
        height: 202.5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .facts-panel-small {
        height: 345px;
    }
}

@media (max-width: 767px) {
    .facts-panel-small {
        height: 210px;
    }
}

@media (max-width: 413px) {
    .facts-panel-small {
        height: 250px;
    }
}

.facts-panel-small p {
    padding: 0.714em 0;
    color: white;
    font: 700 1.313em/1.33 "Oswald", Arial, sans-serif;
}

@media (min-width: 768px) and (max-width: 991px) {
    .facts-panel-small p {
        font-size: 0.907em;
    }
}

@media (max-width: 767px) {
    .facts-panel-small p {
        font-size: 0.907em;
    }
}

@media (max-width: 479px) {
    .facts-panel-small p {
        font-size: 0.885em;
    }
}

@media (max-width: 374px) {
    .facts-panel-small p {
        font-size: 1.05em;
    }
}

.facts-panel-small img {
    display: block;
}

@media (max-width: 479px) {
    .facts-panel-small img {
        width: 22.5%;
    }
}

.facts-panel-wrapper {
    align-self: flex-end;
}

.facts-panel-conflict {
    background: #2d3033;
}

.facts-panel-gulfwar {
    background: #1a75ad;
}

.facts-panel-women {
    background: #60085b;
}

.facts-panel-age {
    background: #003f72;
}

.facts-panel-geography, .facts-panel-minorities {
    background: white;
}

#history {
    padding: 0 0 50%;
    background: #f2f2f2 url("/Content/Images/bg_PeopleCultureValues-Timeline_1366x1008.jpg") no-repeat 50% 100%;
    background-size: contain;
}

@media (min-width: 768px) and (max-width: 991px) {
    #history {
        padding: 0 0 60%;
    }
}

@media (max-width: 767px) {
    #history {
        padding: 0 0 48%;
    }
}

@media (max-width: 479px) {
    #history {
        padding: 0 0 55%;
    }
}

#history h4 {
    margin-top: 15px;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 4.5em;
    font-weight: 700;
}

@media (min-width: 768px) and (max-width: 991px) {
    #history h4 {
        font-size: 3.429em;
    }
}

@media (max-width: 767px) {
    #history h4 {
        font-size: 3.429em;
    }
}

.videos-header {
    font-size: 5em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .videos-header {
        font-size: 2.857em;
    }
}

@media (max-width: 767px) {
    .videos-header {
        font-size: 2.857em;
    }
}

.tab-content-heading {
    color: black;
    line-height: 1.15;
}

#top10wrapper .tab-content-heading {
    color: white;
}

@media (min-width: 768px) and (max-width: 991px) {
    #top10wrapper .tab-content-heading {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    #top10wrapper .tab-content-heading {
        margin-bottom: 0;
    }
}

.brochure-reason-list {
    margin-top: 3.125em;
}

.brochure-answer-list {
    list-style: disc;
    padding-left: 25px;
    color: black;
}

    .brochure-answer-list li {
        margin-bottom: 20px;
        padding-right: 50px;
        line-height: 1.349;
    }

.tab-content {
    display: none;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-content {
        padding-left: 65px;
        padding-top: 0;
        padding-bottom: 2em;
        background-color: white;
    }

    #top10wrapper .tab-content {
        padding-left: 30px;
    }

    #events .tab-content {
        padding-top: 2em;
        padding-left: 0;
        padding-right: 30px;
    }

    .tab-content:after {
        content: "";
        display: table;
        clear: both;
    }
}

@media (max-width: 767px) {
    .tab-content {
        padding-left: 2.75em;
        padding-top: 0;
        padding-bottom: 2em;
        background-color: white;
    }

    #top10wrapper .tab-content {
        padding-left: 15px;
    }

    #events .tab-content {
        padding-top: 2em;
        padding-left: 0;
        padding-right: 15px;
    }

    #benefits .tab-content {
        padding-left: 1em;
    }

    .tab-content:after {
        content: "";
        display: table;
        clear: both;
    }
}

@media (max-width: 413px) {
    .tab-content {
        padding-left: 2.45em;
    }
}

.tab-content > div {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    #top10wrapper .tab-content > div {
        padding-left: 1em;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    #top10wrapper .tab-content > div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-content > div:last-of-type > .content-copy, .tab-content > div:last-of-type > .content-list {
        padding-right: 1.75em;
    }
}

@media (max-width: 767px) {
    .tab-content > div:last-of-type > .content-copy, .tab-content > div:last-of-type > .content-list {
        padding-right: 2em;
    }
}

@media (max-width: 413px) {
    .tab-content > div:last-of-type > .content-copy, .tab-content > div:last-of-type > .content-list {
        padding-right: 1.7em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-content hr {
        margin-left: calc(-30px - 1em);
        margin-top: 10px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .tab-content hr {
        margin-left: calc(-15px - 1em);
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

.tab-contents h4.h3 {
    margin-top: 1.95em;
    margin-bottom: 0.33em;
    padding-right: 2.75em;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 1.875em;
    font-weight: 700;
}

.tab-contents hr {
    margin: 0 0 2.5em;
    border-color: #003f72;
}

.tab-content.active {
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-content.active {
        float: none;
        background-color: #f2f2f2;
    }

    .tabs-white-bg .tab-content.active {
        background-color: white;
    }

    #top10wrapper .tab-content.active {
        background-color: #003f72;
    }
}

@media (max-width: 767px) {
    .tab-content.active {
        float: none;
        background-color: #f2f2f2;
    }

    .tabs-white-bg .tab-content.active {
        background-color: white;
    }

    #top10wrapper .tab-content.active {
        background-color: #003f72;
    }
}

.timeline-image-left {
    padding-left: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-image-left {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .timeline-image-left {
        padding-left: 15px;
    }
}

.timeline-image-left img {
    width: 100%;
    margin-top: 32px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-image {
        padding-left: 55px;
    }
}

@media (max-width: 767px) {
    .timeline-image {
        padding-left: 2.65em;
    }
}

.timeline-image-right {
    padding-right: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-image-right {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .timeline-image-right {
        padding-right: 15px;
    }
}

.timeline-image-right img {
    width: 100%;
    margin-top: 0.833em;
}

.timeline-no-image-left {
    padding-right: 2.813em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-no-image-left {
        padding-right: 15px;
        padding-left: 70px;
        padding-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .timeline-no-image-left {
        padding-right: 15px;
        padding-left: 3.5em;
        padding-bottom: 1em;
    }
}

.timeline-no-image-right {
    padding-left: 2.813em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-no-image-right {
        padding-left: 70px;
        padding-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .timeline-no-image-right {
        padding-left: 15px;
        padding-left: 3.5em;
        padding-bottom: 1em;
    }
}

.timeline {
    position: relative;
}

    .timeline > div {
        position: relative;
    }

        .timeline > div:after {
            position: absolute;
            top: 0;
            height: 100%;
            content: " ";
            border-width: 4px;
            border-style: solid;
        }

.timeline-left > div:after {
    right: -4px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-left > div:after {
        right: unset;
        left: 30px;
    }
}

@media (max-width: 767px) {
    .timeline-left > div:after {
        right: unset;
        left: 1.5em;
    }
}

.timeline-right > div:after {
    left: -4px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-right > div:after {
        left: 30px;
    }
}

@media (max-width: 767px) {
    .timeline-right > div:after {
        left: 1.5em;
    }
}

.timeline.early-century > div:after {
    border-color: #1a75ad;
}

.timeline-last > div:after {
    height: 55%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-last > div:after {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .timeline-last > div:after {
        height: 100%;
    }
}

.timeline-last.twentyfirst-century > div:after {
    height: 200%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-last.twentyfirst-century > div:after {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .timeline-last.twentyfirst-century > div:after {
        height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-last {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .timeline-last {
        margin-bottom: 1.875em;
    }
}

.timeline.ninteenth-century > div:after {
    border-color: #003f72;
}

.timeline.twentieth-century > div:after {
    border-color: #60085b;
}

.timeline.twentyfirst-century > div:after {
    border-color: #c15a1b;
}

.timeline-1811, .timeline-1834, .timeline-1865 {
    top: -65px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .timeline-1811, .timeline-1834, .timeline-1865 {
        top: -50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-1811, .timeline-1834, .timeline-1865 {
        top: unset;
    }
}

@media (max-width: 767px) {
    .timeline-1811, .timeline-1834, .timeline-1865 {
        top: unset;
    }
}

.timeline-1917, .timeline-1930 {
    top: -100px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-1917, .timeline-1930 {
        top: unset;
    }
}

@media (max-width: 767px) {
    .timeline-1917, .timeline-1930 {
        top: unset;
    }
}

.timeline-1944 {
    top: -165px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-1944 {
        top: unset;
    }
}

@media (max-width: 767px) {
    .timeline-1944 {
        top: unset;
    }
}

.timeline-1989, .timeline-1994 {
    top: -215px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-1989, .timeline-1994 {
        top: unset;
    }
}

@media (max-width: 767px) {
    .timeline-1989, .timeline-1994 {
        top: unset;
    }
}

.timeline-2011, .timeline-2018 {
    top: -250px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-2011, .timeline-2018 {
        top: unset;
    }
}

@media (max-width: 767px) {
    .timeline-2011, .timeline-2018 {
        top: unset;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-1944 > div, .timeline-2011 > div, .timeline-2018 > div {
        padding-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .timeline-1944 > div, .timeline-2011 > div, .timeline-2018 > div {
        padding-bottom: 1em;
    }
}

.form-group {
    margin-bottom: 1.75em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .form-group {
        margin-bottom: 1em;
    }
}

@media (max-width: 767px) {
    .form-group {
        height: 50px;
        margin-bottom: 1em;
    }
}

.SumoSelect {
    width: 310px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .SumoSelect {
        width: 400px;
    }
}

@media (max-width: 374px) {
    .SumoSelect {
        width: 290px;
    }
}

#stateRecruiters .SumoSelect {
    float: left;
    width: 56.25%;
}

.SumoSelect > .optWrapper > .options li.opt:hover,
.SumoSelect > .optWrapper > .options > li.opt:hover,
.SumoSelect > .optWrapper > .options li.opt:hover {
    background: #003f72;
    color: white;
}

.SumoSelect > .optWrapper > .options li ul li.opt.selected,
.SumoSelect > .optWrapper > .options li.opt.selected {
    background: #003f72;
    color: white;
}

.SumoSelect > .CaptionCont {
    height: 50px;
    color: #2d3033;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
    border: 2px solid #2d3033;
    border-radius: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .SumoSelect > .CaptionCont {
        height: 56px;
        line-height: 53px;
    }
}

.SumoSelect > .CaptionCont > span {
    color: #2d3033;
    text-transform: uppercase;
}

    .SumoSelect > .CaptionCont > span.placeholder {
        color: #2d3033;
        font-style: normal;
    }

.SumoSelect > .CaptionCont > label > i {
    width: 20px;
    height: 46px;
    background-image: url(/Content/Images/icon-form-dropdown-arrowdown.png);
    cursor: pointer;
    opacity: 1;
    left: auto;
    right: 13px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background-color: black;
}

.SumoSelect.open > .optWrapper {
    top: 50px;
}

.SelectBox {
    padding: 0 13px;
}

#searchAndApply form {
    -ms-input-placeholder-color: #2d3033;
}

    #searchAndApply form input {
        width: 310px;
        height: 50px;
        padding: 0 40px 0 13px;
        color: #2d3033;
        text-transform: uppercase;
        font-family: "Oswald", Arial, sans-serif;
        font-size: 1.125em;
        font-weight: 700;
        line-height: 1;
        border: 2px solid #2d3033;
        caret-color: #2d3033;
    }

@media (min-width: 768px) and (max-width: 991px) {
    #searchAndApply form input {
        width: 400px;
        height: 56px;
    }
}

@media (max-width: 374px) {
    #searchAndApply form input {
        width: 290px;
    }
}

#searchAndApply form input:hover {
    box-shadow: 0 0 2px #7799d0;
    border-color: #7799d0;
    outline: 0;
    cursor: pointer;
}

#searchAndApply form input[name="l"] {
    background: url(/Content/Images/icon-form-location-indicator.png) no-repeat 95.5% 50%;
}

#searchAndApply form input[name="k"] {
    background: url(/Content/Images/icon-form-search.png) no-repeat 95.5% 50%;
}

#searchAndApply form input::-ms-clear {
    display: none;
}

#searchAndApply form ::placeholder {
    color: #2d3033;
}

#searchAndApply form ::-moz-placeholder {
    color: #2d3033;
    opacity: 1;
}

#searchAndApply form ::-webkit-input-placeholder {
    color: #2d3033;
}

@media (max-width: 767px) {
    #searchAndApply form .btn {
        margin-top: 1em;
    }
}

.bc-player-ryuo9nqhg_default:hover .vjs-big-play-button {
    color: black;
}

.video-content {
    padding-right: 4%;
}

.video-player {
    padding-left: 0;
    padding-right: 0;
}

.patientPlayerTextbox {
    display: table;
    width: 100%;
    height: 127px;
    overflow: hidden;
    color: white;
    font: 300 1.45em/1.33 "Oswald", Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}

    .patientPlayerTextbox > div {
        display: table-cell;
        vertical-align: middle;
    }

@media (min-width: 1200px) and (max-width: 1399px) {
    .patientPlayerTextbox {
        height: 109px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .patientPlayerTextbox {
        height: 91px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .patientPlayerTextbox {
        height: 140px;
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    .patientPlayerTextbox {
        font-size: 1em;
    }
}

.patientPlayerTextboxMain {
    display: table;
    width: 100%;
    height: 384px;
    overflow: hidden;
    color: white;
    text-align: center;
    font: 300 3em/1.33 "Oswald", Arial, sans-serif;
}

    .patientPlayerTextboxMain > div {
        display: table-cell;
        vertical-align: middle;
    }

@media (min-width: 1200px) and (max-width: 1399px) {
    .patientPlayerTextboxMain {
        height: 329px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .patientPlayerTextboxMain {
        height: 273px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .patientPlayerTextboxMain {
        height: 422px;
        font-size: 2.5em;
    }
}

@media (max-width: 767px) {
    .patientPlayerTextboxMain {
        height: 270px;
        font-size: 2.5em;
    }
}

@media (max-width: 479px) {
    .patientPlayerTextboxMain {
        height: 233px;
    }
}

@media (max-width: 413px) {
    .patientPlayerTextboxMain {
        height: 211px;
    }
}

@media (max-width: 374px) {
    .patientPlayerTextboxMain {
        height: 180px;
        font-size: 1.5em;
    }
}

.vjs-video-player {
    display: block;
    position: relative;
    max-width: 100%;
}

    .vjs-video-player video {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    .vjs-video-player .video-js {
        width: 85% !important;
        height: 100%;
        margin: 0 auto;
    }

#employee-stories .vjs-video-player .video-js {
    height: 529.91px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #employee-stories .vjs-video-player .video-js {
        height: 451.83px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #employee-stories .vjs-video-player .video-js {
        height: 372.13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #employee-stories .vjs-video-player .video-js {
        height: 407px;
    }
}

#videos .vjs-video-player .video-js {
    height: 371.2px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #videos .vjs-video-player .video-js {
        height: 319.14px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #videos .vjs-video-player .video-js {
        height: 266px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #videos .vjs-video-player .video-js {
        height: 423.88px;
    }
}

@media (max-width: 767px) {
    #employee-stories .vjs-video-player .video-js, #videos .vjs-video-player .video-js {
        height: 272px;
    }
}

@media (max-width: 479px) {
    #employee-stories .vjs-video-player .video-js, #videos .vjs-video-player .video-js {
        height: 234.88px;
    }
}

@media (max-width: 413px) {
    #employee-stories .vjs-video-player .video-js, #videos .vjs-video-player .video-js {
        height: 212.94px;
    }
}

@media (max-width: 374px) {
    #employee-stories .vjs-video-player .video-js, #videos .vjs-video-player .video-js {
        height: 182px;
    }
}

.vjs-video-player .video-js .vjs-tech {
    position: relative !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .vjs-video-player .video-js {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .vjs-video-player .video-js {
        width: 100% !important;
    }
}

.vjs-video-player .vjs-main-title {
    float: left;
    overflow: hidden;
    display: inline-block;
    width: 80%;
    margin-top: 15px;
    color: #2d3033;
    font-size: 1.5em;
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
    .vjs-video-player .vjs-main-title {
        font-size: 1.125em;
    }
}

@media (max-width: 767px) {
    .vjs-video-player .vjs-main-title {
        font-size: 1.125em;
    }
}

.vjs-video-player .vjs-main-duration {
    color: #2d3033;
    font-size: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    width: 20%;
    margin-top: 15px;
    text-align: right;
    display: inline-block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    overflow: hidden;
    float: right;
}

@media (min-width: 768px) and (max-width: 991px) {
    .vjs-video-player .vjs-main-duration {
        font-size: 1.125em;
    }
}

@media (max-width: 767px) {
    .vjs-video-player .vjs-main-duration {
        font-size: 1.125em;
    }
}

.vjs-video-player .vjs-main-info {
    width: 85%;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .vjs-video-player .vjs-main-info {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .vjs-video-player .vjs-main-info {
        width: 95%;
    }
}

@media (max-width: 767px) {
    .vjs-video-player {
        padding: 0;
    }
}

/* Styling for playlist / thumbnails */
.bcls-playlist-wrapper {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100% !important;
    margin: 50px 0 0 0;
    padding: 0;
    font-family: "Oswald", Arial, sans-serif;
    text-align: center;
}

.bcls-playlist-item {
    position: relative;
    right: 0;
    display: inline-block;
    width: calc(25% - 22.5px);
    height: auto;
    margin: 0 15px 0 0;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
}

@media (max-width: 767px) {
    .bcls-playlist-item {
        width: calc(50% - 16px);
        height: auto;
    }
}

.bcls-playlist-item:hover span {
    color: #1a75ad;
}

/* Apply margins to all but first thumbnail */
.list > .bcls-playlist-item ~ .bcls-playlist-item {
    margin: 0 15px;
}

/* Style for the divs that make up the playlist item inner div */
.bcls-item-inner-div {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    padding-top: 56.5%;
    cursor: pointer;
    vertical-align: middle;
    border: 2px solid #141b17;
    box-sizing: border-box;
    background-size: cover;
}

    .bcls-item-inner-div:hover {
        border: 2px solid #1a75ad;
    }

/* Style for the thumbnail images */
.bcls-title {
    overflow: hidden;
    display: block;
    width: 100%;
    margin-top: 10px;
    color: #2d3033;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991px) {
    .bcls-title {
        font-size: 0.643em;
    }
}

@media (max-width: 767px) {
    .bcls-title {
        font-size: 0.833em;
    }
}

.bcls-duration {
    overflow: hidden;
    display: block;
    width: 100%;
    color: #2d3033;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 0.875em;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991px) {
    .bcls-duration {
        font-size: 0.643em;
    }
}

@media (max-width: 767px) {
    .bcls-duration {
        font-size: 0.833em;
    }
}

/* Style for playlist's left and right arrows */
.bcls-playlist-wrapper #left-arrow, .bcls-playlist-wrapper #right-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-75%);
    z-index: 1;
    width: 40px;
    height: 40px;
    margin: 0;
    color: white;
    font: normal 400 1.563em/34px "Roboto", Arial, Helvetica, sans-serif;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid white;
    border-radius: 50%;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .bcls-playlist-wrapper #left-arrow, .bcls-playlist-wrapper #right-arrow {
        font-size: 0.643em;
    }
}

@media (max-width: 767px) {
    .bcls-playlist-wrapper #left-arrow, .bcls-playlist-wrapper #right-arrow {
        font-size: 1.125em;
    }
}

.bcls-playlist-wrapper #left-arrow {
    left: 15px;
}

.bcls-playlist-wrapper #right-arrow {
    right: 15px;
}

.video-js .vjs-big-play-button {
    border: 1px solid white !important;
}

    .video-js .vjs-big-play-button:hover, .video-js .vjs-big-play-button:active, .video-js .vjs-big-play-button:focus {
        background-color: #2d3033 !important;
    }

@media (max-width: 479px) {
    .video-js .vjs-big-play-button {
        font-size: 36px;
    }
}

@media (max-width: 413px) {
    .video-js .vjs-big-play-button {
        font-size: 30px;
    }
}

@media (max-width: 374px) {
    .video-js .vjs-big-play-button {
        font-size: 26px;
    }
}

.video-js:hover .vjs-big-play-button {
    color: white;
    background-color: #2d3033 !important;
}

.bcls-playlist-wrapper #right-arrow:hover, .bcls-playlist-wrapper #left-arrow:hover {
    background-color: #2d3033;
}

#sitemap .content-box-padding {
    padding-left: 1.875em;
    padding-right: 1.875em;
}

@media (min-width: 768px) and (max-width: 991px) {
    #sitemap .content-box-padding {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    #sitemap .content-box-padding {
        padding-left: 0;
        padding-right: 0;
    }
}

#sitemap .content-copy {
    margin: 0 0 2.083em;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 1.5em;
}

@media (min-width: 768px) and (max-width: 991px) {
    #sitemap .content-copy {
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    #sitemap .content-copy {
        font-size: 1em;
    }
}

.modal {
    z-index: 9999998;
}

.sr-modal.with-modal.custom-signup-modal {
    z-index: 9999999;
}

.modal {
    z-index: 9999998;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #1a75ad;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    margin: 25% auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hide {
    display: none !important;
}