
a#skip:active, a#skip:focus {
    height: 53px;
    line-height: 53px;
    width: 300px;
    clip: auto;
    background: #333;
    z-index: 2400;
    text-align: center;
    outline: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 0;
    margin: 0 0 0 -150px;
    top: 0;
    color: #fff;
    left: 50%;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.7)
}

#buckeye-alert-title {
    color: #fff !important;
}

@media (max-width: 1049px) {
    #osu-navname-block, .bux-osu-nav__osu-logo-img {
        height: 35px;
    }
}

.omc-introduction__headline {
    opacity: 0;
    transform: translateY(30px);
    -webkit-animation: headlineFadeIn .5s forwards;
    animation: headlineFadeIn .5s forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.bux-link.msc-video-transcript {
    font-size: 13px;
}

@-webkit-keyframes headlineFadeIn {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes headlineFadeIn {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.omc-introduction {
    display: block;
    padding: 0 28px
}

@media(min-width:640px) {
    .omc-introduction {
        padding: 20px 32px 0 32px
    }
}

.omc-introduction.campaign_page-container {
    padding-bottom: 0
}

.omc-introduction__wrapper {
    display: flex;
    flex-flow: column wrap;
    align-items: center
}

    .omc-introduction__wrapper .omc-introduction__headline {
        font-family: BuckeyeSerif,Georgia,serif;
        font-size: 2rem;
        font-weight: 900;
        line-height: 1.2;
        margin: 0 0 8px;
        text-align: center;
        width: 100%
    }

@media(min-width:640px) {
    .omc-introduction__wrapper .omc-introduction__headline {
        font-size: 3.75rem;
        line-height: 4.5rem
    }
}

.omc-introduction__wrapper p {
    color: #646a6e;
    font-family: BuckeyeSans,HelveticaNeue,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: center;
    width: 100%;
    margin: 10px 0 32px 0;
}

@media(min-width:640px) {
    .omc-introduction__wrapper p {
        font-size: 1.5rem;
        line-height: 2.25rem
    }
}

.omc-introduction__category {
    color: #212325;
    font-family: BuckeyeSans,HelveticaNeue,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5rem;
    margin: 0 0 16px;
    padding: 0 0 8px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

@media(min-width:640px) {
    .omc-introduction__category {
        font-size: 1.25rem;
        line-height: 2.188rem;
        margin: 0 0 16px
    }
}

.omc-introduction__category:before {
    border-bottom: 2px solid #dfe3e5;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    max-width: 220px;
    position: absolute;
    right: 0;
    width: 100%
}

.bux-accordion__panel p:last-of-type {
    margin-bottom: 0;
}

.msc-visit-us .bux-card__heading {
    line-height: 2.2rem;
    font-weight: 400;
}

.bux-card__heading--link:after {
    transition-duration: .25s;
    padding-top: 15px;
}

.bux-card:hover .bux-card__heading--link:after {
    transition-duration: .25s;
    padding-right: 16px;
}

@media (min-width: 960px) {
    .bux-hero__carousel-items {
        padding: 0;
    }
}

.msc-visit-us .bux-card--horizontal-storytelling .bux-card__content, .msc-visit-us .bux-card--horizontal .bux-card__content,
.msc-visit-us .bux-card--no-border .bux-card__content, .msc-visit-us .bux-card--storytelling .bux-card__content {
    border: 0;
    padding: 15px 24px 0 0;
}

.bux-card__image-wrapper {
    overflow: hidden;
}

.bux-image {
    transition: transform .25s linear;
}

.bux-image--100-0 {
    object-position: 100% 0%;
}

.bux-card:hover .bux-card__image-wrapper > .bux-image {
    transform: scale(1.1)
}

.bux-hero__image .videoWrapper {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 1px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/* ================================================================================ */
/* BIG BLOCKQUOTE ================================+================================ */
/* ================================================================================ */

.msc-light-gray-container {
    background-color: #f6f7f8;
}

.msc-quote-container,
.msc-dropcap-container {
    margin: 0 auto;
    position: relative;
    max-width: 780px;
}

.msc-dropcap-container {
    max-width: 900px;
}

.msc-quote-container blockquote {
    font-family: "BuckeyeSerif", Georgia, serif;
    font-size: 1.75em;
    letter-spacing: .075em;
    float: left;
    padding: 35px 15px;
    margin: 0;
    border-top: 2px solid #ba0c2f;
    border-bottom: 2px solid #ba0c2f;
}

.msc-quote-container blockquote {
    margin-bottom: 15px;
}

    .msc-quote-container blockquote + b {
        font-size: 1.3em;
        letter-spacing: .15em;
        display: block;
        text-align: right;
    }

@media (max-width: 959px) {
    .msc-quote-container {
        margin: 0 auto;
        max-width: 780px;
    }

        .msc-quote-container blockquote {
            font-size: 1.5em;
            letter-spacing: .075em;
            padding: 35px 15px;
        }

            .msc-quote-container blockquote + b {
                font-size: 1em;
            }

    .msc-quote {
        position: relative;
        letter-spacing: .03em;
        margin-bottom: .5rem;
    }

        .msc-quote:before {
            content: "\201C";
            position: absolute;
            left: -.7em;
        }

        .msc-quote:after {
            content: "\201D";
            margin-right: -1rem;
        }

    .bux-grid.is-style-full-bg.msc-full-quote {
        padding: 24px 16px 32px 16px;
    }
}

@media (min-width: 960px) {
    .msc-quote-container:before {
        content: "\201C";
        font-size: 11em;
        position: absolute;
        left: -90px;
        top: -40px;
        color: #666;
    }

    .msc-quote-container:after {
        content: "\201D";
        font-size: 11em;
        position: absolute;
        right: -90px;
        bottom: -90px;
        color: #666;
    }
}


/* ================================================================================ */
/* ICON LIST ====================================================================== */
/* ================================================================================ */

.msc-visit-us ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 30px;
    list-style-type: none;
    padding: 0
}

.msc-3-card-list ul,
.msc-4-card-list ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 30px;
    list-style-type: none;
    padding: 0;
    margin-top: 25px;
}

    .msc-3-card-list ul li,
    .msc-4-card-list ul li {
        max-width: 600px;
        margin: 0 auto;
    }

@media(min-width:640px) {
    .msc-visit-us ul {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
}

@media(min-width:750px) {

    .msc-4-card-list ul {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
}

@media(min-width:960px) {

    .msc-3-card-list ul {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
}

@media(min-width:1100px) {
    .msc-visit-us ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .msc-visit-us.eng-tech-visit ul {
        grid-template-columns: repeat(4, 1fr);
    }

    .msc-4-card-list ul {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
}

.msc-text-card-next-to-image-card {
    padding: 20px;
    background-color: #f6f7f8;
    aspect-ratio: unset;
}

.bux-card:hover .bux-card__image-wrapper > .bux-image.msc-text-card-next-to-image-card {
    transform: none;
}

@media(min-width:640px) {
    .msc-text-card-next-to-image-card {
        padding: 20px 20px 0 20px;
        aspect-ratio: 16 / 9;
    }
}


/* ================================================================================ */
/* STICKY ICON LIST ====================================================================== */
/* ================================================================================ */

.omc-next-steps img {
    max-width: 40px;
}

.omc-next-steps ul.two-items {
    max-width: 600px;
    margin: 0 auto;
}

.omc-next-steps ul,
.omc-next-steps ul.two-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

.omc-next-steps li {
    background-color: rgb(246, 247, 248);
}

    .omc-next-steps li a {
        color: #212325;
        display: block;
        font-size: 1rem;
        padding: 4px 0;
        position: relative;
        text-decoration: none;
        padding: 10px 15px;
        font-weight: 600;
    }

        .omc-next-steps li a:hover,
        .omc-next-steps li a:focus,
        .omc-next-steps li a:active {
            color: #ba0c2f;
        }

@media(min-width:1100px) {
    .omc-next-steps li a {
        font-size: 1.2rem
    }
}

.omc-next-steps .link-item a {
    display: flex;
    align-items: center;
    line-height: 1.3;
    min-height: 0
}

    .omc-next-steps .link-item a img {
        margin-right: 12px;
        max-width: 42px;
        max-height: 40px
    }

.omc-next-steps li a span.subtext {
    display: block;
    font-size: .9rem;
    margin-top: 4px;
    font-weight: 400;
}

@media(max-width:1099px) {
    .omc-next-steps li a span.subtext {
        display: none;
    }

    .omc-next-steps .link-item a img {
        margin-right: 12px;
        max-width: 30px;
        max-height: 32px
    }
}

@media(max-width:569px) {
    .omc-next-steps li a {
        font-size: .85rem;
        font-weight: 400;
    }

    .omc-next-steps .link-item a img {
        display: none;
    }

    .omc-next-steps .link-item a {
        display: block;
        text-align: center;
    }
}

@media(max-width:424px) {
    .omc-next-steps li a {
        font-size: .75rem;
    }
}


/* ================================================================================ */
/* ICON LIST ====================================================================== */
/* ================================================================================ */

.omc-next-steps-static img {
    max-width: 40px;
}

.omc-next-steps-static ul.two-items {
    max-width: 600px;
    margin: 0 auto;
}

.omc-next-steps-static ul,
.omc-next-steps-static ul.two-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

.omc-next-steps-static li {
    background-color: rgb(246, 247, 248);
}

    .omc-next-steps-static li a {
        color: #212325;
        display: block;
        font-size: 1.2rem;
        padding: 4px 0;
        position: relative;
        text-decoration: none;
        padding: 10px 15px;
        font-weight: 600;
    }

        .omc-next-steps-static li a:hover,
        .omc-next-steps-static li a:focus,
        .omc-next-steps-static li a:active {
            color: #ba0c2f;
        }


.omc-next-steps-static .link-item a {
    display: flex;
    align-items: center;
    line-height: 1.3;
    min-height: 0
}

    .omc-next-steps-static .link-item a div {
        margin-left: 50px;
    }

    .omc-next-steps-static .link-item a img {
        position: absolute;
        top: 15px;
        max-width: 42px;
        max-height: 40px
    }

.omc-next-steps-static li a span.subtext {
    display: block;
    font-size: .9rem;
    margin-top: 4px;
    font-weight: 400;
}



@media(max-width:959px) {
    .omc-next-steps-static ul,
    .omc-next-steps-static ul.two-items {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* ================================================================================ */
/* BIG IMAGE WITH FLOATED CARD ==================================================== */
/* ================================================================================ */

.omc-card--width {
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 420px;
    width: 100%
}

@media(min-width:960px) {
    .omc-card--width {
        margin: 0;
        max-width: none
    }
}

.omc-card--image {
    margin-bottom: 16px !important
}

@media(min-width:960px) {
    .omc-card--image {
        margin: 0 48px 0 0 !important
    }
}

.bux-highlight .bux-text-link {
    display: block
}

.bux-highlight .bux-card {
    background: #fff;
    left: 0px;
    margin: 0 auto;
    padding: 32px;
    width: 100%
}

@media(min-width: 960px) {
    .bux-highlight .bux-card {
        margin: 0 0 0 -104px;
        max-width: none;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% + 104px)
    }
}

.bux-highlight .bux-card__heading {
    font-size: 1.25rem;
    line-height: 1.9rem;
}

@media(min-width: 640px) and (max-width: 959px) {
    .bux-highlight .bux-card__heading {
        font-size: 1.5rem;
        line-height: 2.1rem;
    }
}

@media(min-width: 960px) and (max-width: 1099px) {
    .bux-highlight .bux-card__heading {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }
}

@media(min-width: 1100px) {
    .bux-highlight .bux-card__heading {
        font-size: 1.5rem;
        line-height: 2.1rem;
    }
}

p.msc-source {
    font-weight: 700;
    margin-top: 10px;
    font-size: 1.1rem;
}

.bux-highlight .bux-card--no-border .bux-card__content {
    padding: 0
}

.bux-highlight .bux-card__cta a {
    color: #ba0c2f;
    display: inline-block
}

    .bux-highlight .bux-card__cta a:hover {
        color: #fff
    }

    .bux-highlight .bux-card__cta a::after {
        display: none
    }

.bux-highlight .omc-horizontal-card {
    padding: 0
}

.bux-highlight .omc-horizontal-card__content-wrapper {
    height: 100%;
    position: relative;
    width: 100%
}

.bux-highlight .omc-horizontal-card__image {
    margin: 0 auto;
    max-width: 420px;
    position: relative
}

@media(min-width: 960px) {
    .bux-highlight .omc-horizontal-card__image {
        max-width: none
    }
}

.bux-highlight.position-left .order--2 {
    order: 1
}

@media(min-width: 960px) {
    .bux-highlight.position-left .order--2 {
        order: 2
    }
}

.bux-highlight.position-left .order--1 {
    order: 2
}

@media(min-width: 960px) {
    .bux-highlight.position-left .order--1 {
        order: 1;
    }
}

@media(min-width: 960px) {
    .bux-highlight.position-left .bux-card {
        margin: 0
    }
}



/* ================================================================================ */
/* MISCELLANEOUS  ================================================================= */
/* ================================================================================ */

h3 + h4 {
    margin-top: 20px;
}

.dropcap {
    /*    color: #ba0c2f;*/
    float: left;
    font-size: 50px;
    line-height: 40px;
    padding-top: 4px;
    padding-right: 6px;
    font-weight: 600;
}

.msc-dropcap-container img {
    max-width: 40px;
    max-height: 40px;
    margin-top: 0;
    color: #646a6e;
    display: inline-block;
}

@media(min-width: 960px) {
    .msc-dropcap-container img:nth-of-type(even) {
        margin: -12px 12px -12px 30px;
    }

    .msc-dropcap-container img {
        margin-right: 12px;
        display: block;
    }
}

@media(max-width: 959px) {
    .msc-dropcap-container .gear-container {
        padding-bottom: 20px;
        text-align: center;
    }
}

.msc-dropcap-container img {
    animation: spin 10s linear infinite;
}

    .msc-dropcap-container img:nth-of-type(even) {
        animation-direction: reverse;
    }

@media(min-width: 1216px) {
    .msc-dropcap-container .gear-container {
        padding-left: 30px;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


ul.three-column {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
    row-gap: 0;
    column-gap: 40px;
}

@media(max-width: 959px) {
    ul.three-column {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 499px) {
    ul.three-column {
        grid-template-columns: 1fr;
    }
}

ul + p {
    margin-top: 15px;
}

.certificates {
    border: 1px solid #dfe3e5;
    padding: 20px;
}

#certificate-holder {
    padding-left: 28px;
    position: relative;
}

    #certificate-holder::before {
        position: absolute;
        top: -2px;
        left: 0;
        font-family: 'FontAwesome';
        content: "\f0a3";
        color: #646a6e;
        font-size: 20px;
    }

.bux-grid--no-gutters-2-with-divider > div:first-of-type {
    padding-top: 5px;
}

.bux-grid--no-gutters-2-with-divider > div:last-of-type {
    padding-top: 15px;
}

@media(min-width: 640px) {
    .bux-grid--no-gutters-2-with-divider > div:first-of-type {
        padding-right: 30px;
        border-right: 2px solid #dfe3e5;
        padding-top: 0;
    }

    .bux-grid--no-gutters-2-with-divider > div:last-of-type {
        padding-left: 30px;
        padding-top: 0;
    }
}


.centered-ctas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .centered-ctas a {
        display: flex;
    }

    .centered-ctas .icon-envelope {
        font-size: 34px;
    }

@media (max-width: 710px) {
    .centered-ctas .bux-button__icon {
        display: none;
    }
}

@media (max-width: 555px) {
    .hidden-500 {
        display: none;
    }

    .centered-ctas a {
        width: 100%;
        text-align: center;
    }

        .centered-ctas a > span {
            width: 100%;
        }
}

.bux-footer--white.eng-tech-footer {
    border-top: none;
}

.bux-hero__image .msc-text-block {
    width: 100%;
    height: 100%;
    padding: 0 4rem;
}

.bux-hero__button {
    top: 0 !important;
}

.bux-quote {
    min-height: unset !important;
}

.bux-hero__image .msc-text-block img {
    height: unset;
    left: unset;
    top: unset;
}

.bux-hero--card-left .showing img {
    -webkit-animation: none;
    animation: none;
}

.bux-quote p {
    font-weight: 600;
}

.bux-quote__image {
    max-width: 125px;
}

img.bux-quote__image + blockquote.msc__blockquote,
img.bux-quote__image + blockquote.msc__blockquote + figcaption.msc__figcaption {
    margin-left: 150px;
}

/*.bux-hero--3x2 {
    margin-bottom: 20px;
}

    .bux-hero--3x2 .bux-hero__image {
        padding-top: 0;
        height: auto;
    }

@media (min-width: 960px) {
    .bux-hero--3x2 .bux-hero__image-container {
        width: 100%;
    }

    .bux-hero--3x2 {
        margin-bottom: 0;
    }
}*/

@media (min-width: 960px) {
    .bux-quote {
        padding-bottom: 70px;
    }
}

@media (max-width: 639px) {
    .bux-hero__image .msc-text-block img {
        position: relative;
    }

    img.bux-quote__image + blockquote.msc__blockquote,
    img.bux-quote__image + blockquote.msc__blockquote + figcaption.msc__figcaption {
        margin-left: 0;
    }

    .bux-quote {
        padding-bottom: 0;
    }

    .bux-hero--card-full {
        margin-top: 24px;
    }
}

@media (min-height: 400px) {

    .sticky-section {
        position: sticky;
        top: 0;
        background-color: white;
        z-index: 1000;
        padding: 17px 0 20px 0;
    }

    .sticky-section-regional {
        position: sticky;
        background-color: white;
        z-index: 1000;
        padding: 8px 0 10px 0;
        top: -1px;
    }
}

.tile-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    grid-auto-rows: 1fr;
    margin-top: 10px;
}

    .tile-grid-container .bux-tile__content {
        height: 100%;
        padding: 15px;
        display: grid;
        align-items: center;
    }

    .tile-grid-container .bux-tile__text,
    .tile-grid-container .bux-tile__header .bux-tile__text {
        font-size: 1rem;
        height: 100%;
        font-weight: 400;
    }

.bux-tile .bux-tile__content {
    border-bottom: 4px solid #f6f7f8;
    margin-bottom: -4px
}

@media (max-width: 959px) {
    .tile-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

        .tile-grid-container .bux-tile__content {
            padding: 10px;
        }
}

@media (max-width: 639px) {
    .tile-grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 640px) {
    .bux-interior-hero__header-container {
        padding: 16px 30px 0 0;
    }
}


/* ================================================================================ */
/* MSC HELPER CLASSES  ============================================================ */
/* ================================================================================ */

.msc-interior-hero-sub-text {
    margin: 10px 0 25px 0;
}

@media (max-width: 959px) {
    .msc-margin-md-32 {
        margin-top: 32px;
    }
    .msc-mar-bottom-sp-md-0 {
        margin-bottom: 0 !important;
    }
    .msc-interior-hero-sub-text {
        margin: 10px 0 25px 0;
    }
    .msc-sticky-button-holder {
        display: flex;
        justify-content: center;
    }
    .msc-button-400 {
        width: 50%;
        padding: .625rem;
    }
}

.msc-interior-hero__intro-text {
    padding: 5px 0 0 0;
    border-bottom: none !important;
    margin: 5px 0 10px 0;
}

.msc-button-400 {
    font-weight: 400;
}

.msc-button-400:first-of-type {
    margin-right: 5px;
}

@media (max-width: 1215px) {
    .msc-button-400 {
        font-size: .9em;
    }
}

@media (max-width: 1139px) {
    .msc-interior-hero__intro-text {
        font-size: 1.25em;
    }
}

@media (max-width: 1025px) {
    .msc-button-400 {
        font-size: .75em;
    }
}

@media (min-width: 960px) {
    .msc-align-right-md {
        text-align: right;
    }
    .msc-interior-hero__intro-text {
        margin: 0;
    }
}

@media (min-width: 1216px) {
    .msc-hidden-xl {
        display: none;
    }
}

@media (min-width: 960px) and (max-width: 1215px) {
    .msc-hidden-lg {
        display: none;
    }
}

@media (min-width: 640px) and (max-width: 959px) {
    .msc-hidden-md {
        display: none;
    }
    .msc-interior-hero__intro-text {
        margin-top: 16px;
    }
    .msc-button-400 {
        font-size: 1rem;
    }
}

@media (max-width: 639px) {
    .msc-hidden-sm {
        display: none;
    }
}

