﻿/*#region Layout */
section#feature-image {
    padding-bottom: 1em;
    position: relative;
    z-index: 0;
}

#feature-image video {
    background-position: center;
    background-size: cover;
    height: 100%;
    min-width: 100%;
    position: relative;
    width: auto;
    z-index: 0;
    object-fit: cover;
}


.bar-line {
    font-weight: bold;
    margin: .5em;
}

.bar-shade {
    float: left;
    margin-right: .5em;
    padding: .5em;
}

.bar-value {
    padding: .5em;
}

.content-core {
    margin-left: auto;
    margin-right: auto;
    max-width: 62rem;
    position: relative;
}

.grid-container.no-pad {
    padding: 0;
}

#main-body {
    flex: 1 0 auto;
    overflow-x: clip;
}

.main-content {
    margin-left: 1em;
    margin-right: 1em;
    padding-bottom: 1em;
}

    .main-content ol > li > * {
        text-indent: 0;
    }

    .main-content ul > li {
        list-style: none;
        margin-left: 1em;
    }

        .main-content ul > li:before {
            color: #c8102e;
            content: '\f0da';
            font-family: 'Font Awesome 6 Pro';
            font-weight: 900;
            margin: 0 5px 0 -15px;
        }

.main-image-blackoverlay {
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}

.title-bar {
    background-color: #c8102e;
}

.tri-up:hover:after {
    border-bottom-color: #544f47;
    border-width: .75em;
    left: 1em;
    top: 4.87em;
}

.tri-up:hover:before {
    border-top-color: #544f47;
    border-width: .75em;
    left: .9375em;
    top: .75em;
}

.tri-up:hover:before, .tri-up:hover:after {
    border-color: transparent;
    border-style: solid;
    border-top: 0;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}

a, a:hover, a:active, a:focus {
    color: #c8102e;
    font-weight: bold;
    text-decoration: underline;
}

body {
    color: #544f47;
    font-family: "Source Sans 3", sans-serif;
    font-size: 1em;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

div.main-image-container, div.main-image-container-full {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: -100;
}

div.transparent-container {
    height: 5.5625em;
    position: absolute;
    width: 100%;
    z-index: 999;
}

    div.transparent-container div.transparent-header {
        background-color: rgba(255,255,255,.8);
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
    }

label {
    color: #544f47;
    display: block;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.6;
    margin: 0;
}

@media print {
    #launchChatbot {
        display: none !important;
    }
}

/*#endregion Layout*/

/*#region Navigation */

#main-nav-container {
    height: 5.5625em;
}

    #main-nav-container a:after {
        display: none;
    }

#responsive-menu {
    float: right;
    width: 71.5%;
}

#top-nav {
    background-color: #c8102e;
    height: 2.875em;
    max-width: 100%;
    position: relative;
    z-index: 9999;
}

    #top-nav .dropdown.menu > li > a {
     /* padding-left: 1.25em;
        padding-right: 1.25em; */
        padding-top: .9em;
    }

    #top-nav .top-nav-submenu {
        z-index: 3;
    }

        #top-nav .top-nav-submenu li {
            background-color: #fff;
            border: 1px solid #544f47;
            border-top: none;
            color: #544f47;
            width: 12em;
        }

            #top-nav .top-nav-submenu li a {
                color: #544f47;
                padding: 1em 0 1em 1.5em;
                width: 100%;
            }

                #top-nav .top-nav-submenu li a:hover {
                    color: #bababa;
                }

    #top-nav a {
        color: #FFF;
        font-family: "Source Sans 3", sans-serif;
        height: 2.875em;
        /*padding-right: 1.25em;*/
        text-decoration: none;
    }

        #top-nav a:hover {
            color: #bababa;
        }

    #top-nav div.ui-effects-wrapper {
        display: inline-block;
        vertical-align: bottom;
    }

    #top-nav i {
        font-size: 1.1em;
        margin-right: .25em;
        vertical-align: middle;
    }

        #top-nav i.fa-bars {
            font-size: 1.6em;
        }

    #top-nav span {
        vertical-align: bottom;
    }

    #top-nav ul, #top-nav li {
        height: 2.875em;
    }

.breadcrumbs {
    margin-left: .55em;
    margin-bottom: 0;
}

    .breadcrumbs a:hover {
        color: #c8102e;
        text-decoration: underline;
        font-weight: bold;
    }

    .breadcrumbs span.arrow {
        margin: 0 .4rem;
    }

    .breadcrumbs, .breadcrumbs a {
        color: #544f47;
        font-size: .9em;
        font-weight: normal;
        text-decoration: none;
    }

.dropdown.menu > li > a {
    padding-top: 2.4em;
}

.goBtn {
    left: -1000px;
    position: absolute;
    z-index: -1;
}

.main-nav li {
    height: 5.625em;
}

    .main-nav li a {
        color: #544f47;
        font-family: "Source Sans 3", sans-serif;
        font-size: 1em;
        font-weight: normal;
        height: 5.6em;
        text-decoration: none;
    }

        .main-nav li a:hover {
            color: #c8102e;
        }

.menu a:hover, .side-nav-main a:hover, .side-static-nav a:hover {
    text-decoration: none;
}

.over-content {
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    margin-left: 2.5em;
    max-width: 62em;
    ms-transform: translateY(-50%);
    position: relative;
    top: 44%;
    transform: translateY(-50%);
    webkit-transform: translateY(-50%);
}

    .over-content .over-header {
        line-height: 1;
        text-shadow: 2px 2px 1px rgb(0 0 0 / 75%);
        font-size: clamp(2.25em, 7vw, 3em);
    }

.main-image-container-full .over-content .over-header {
    font-size: clamp(2.25em, 7vw, 5em);
}

.over-content .over-leadin {
    line-height: 1.3;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 75%);
}

.over-content-container {
    height: 100%;
    margin: 0 auto;
    max-width: 62rem;
    position: relative;
}

.over-content-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 70%;
    color: white;
    margin-bottom: 1rem;
}

    .over-content-bottom:hover {
        text-decoration: none;
        color: #c8102e;
        transition: .2s ease-in-out;
        cursor: pointer;
    }

.animate-bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

a.animate-bounce:focus {
    color: white;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        transform: none;
        -moz-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    60% {
        transform: none;
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
/*
@keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0,0,0.2,1)
    }

}
*/


.over-wrapper {
    height: 100%;
}

.side-nav ul {
    list-style: none;
    margin: 0;
}

.side-nav-main a {
    color: #544f47;
    display: table-cell;
    font-weight: normal;
    min-height: 3.4em;
    padding: 0 .5em;
    padding-left: 1em;
    text-decoration: none;
    vertical-align: middle;
    width: 15.625em;
}

.side-nav-main i {
    float: right;
    margin-right: .5em;
    padding-top: .3em;
}

.side-nav-main li {
    border-top: .0625em solid #544f47;
    margin: 0;
}

    .side-nav-main li a:hover {
        background-color: #c8102e;
        color: #fff;
    }

    .side-nav-main li.activeParent a, .side-nav-main li.activeParent a:hover {
        background-color: #efeeeb;
        color: #544f47;
    }

    .side-nav-main li.activeParent li:first-child {
        border-top: .0625em solid #544f47;
    }

    .side-nav-main li.subnav li a {
        background-color: #f7f7f7;
        height: 2.25em;
        padding-left: 2em;
        padding-top: .5em;
    }

        .side-nav-main li.subnav li a:hover {
            background-color: #c8102e;
            color: #fff;
        }

    .side-nav-main li:first-child {
        border-top: none;
    }

.side-nav-main-container {
    border-top: .5em solid #c8102e;
}

.side-static-nav {
    background-color: #303030;
    padding: 1.56em;
}

    .side-static-nav a {
        border: .0625em solid #fff;
        border-radius: .125em;
        color: #fff;
        display: block;
        font-weight: normal;
        margin-top: .875em;
        padding: .5em;
        text-decoration: none;
    }

        .side-static-nav a:hover {
            background-color: #c8102e;
        }

    .side-static-nav i {
        font-size: 1em;
        margin-right: .25em;
        width: 20px;
    }

.slider-placeholder {
    margin-top: 5.625em;
}

.submenu li a {
    color: #fff;
    font-size: 1em;
    opacity: 2;
    text-decoration: none;
}

.submenu.long {
    min-width: 33em;
}

    .submenu.long li {
        float: left;
        width: 50%;
    }

a#mobile-menu-button {
    margin-left: .25em;
}

a.close-search {
    display: inline;
}

div#transparent-header.opaque-bg {
    background-color: rgba(255,255,255);
    box-shadow: 0 1px 2px rgba(10,10,10,.5);
}

#top-nav #top-search-container input#siteSearchBtn.button {
    background-color: #544f47;
}

    #top-nav #top-search-container input#siteSearchBtn.button:hover {
        background-color: #303030;
    }

#top-search-container input#siteSearchTxt {
    width: 16em;
}

#top-search-container .input-group {
    margin-bottom: 0;
}

li#top-search-container {
    display: none;
    margin-top: .2em;
    margin-right: 0;
}

    li#top-search-container .input-group-label {
        padding-left: .5rem;
        padding-right: 0;
        background-color: #fff;
        color: #cacaca;
        height: 2.4375rem;
    }

    li#top-search-container .input-group-field {
        border-left-width: 0;
        box-shadow: none;
    }

        li#top-search-container .input-group-field:focus {
            border-color: #cacaca;
        }

li.subnav ul {
    display: none;
    margin: 0;
}

li.top-nav-mobile {
    background-color: #544f47;
    border-bottom: .0625em solid #403C36;
}

nav.left-menu a {
    padding: 0;
    padding-top: .6em;
    text-decoration: none;
}
/*
nav.right-menu a {
    padding: 0;
    padding-top: .8em;
    text-decoration: none;
}
*/
ul.menu.top-nav-submenu.submenu.is-dropdown-submenu.first-sub.vertical {
    min-width: 12em;
    width: 12em;
}

ul.side-static-nav > li:first-child > a {
    margin-top: 0;
}

ul.submenu {
    background-color: rgba(119, 110, 100, .9);
    border: none;
    display: none;
    min-width: 15em;
    z-index: 1;
}

/*--------------------------------Off Canvas Drawer-------------------------------------*/

#offCanvas {
    background-color: white;
    width: 22em;
    z-index: calc(infinity);
    overflow-y: scroll;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-header li {
    background-color: #c8102e;
    height: 2.875em;
    padding-left: 2em;
    align-content: center;
}

#offCanvas .close-button {
    color: #fff
}

#offCanvas .search {
    margin: 0;
}

#offCanvas .input-group-label {
    padding-left: .5rem;
    padding-right: 0;
    background-color: #fff;
    color: #cacaca;
}

#offCanvas .input-group-field {
    border-left-width: 0;
    box-shadow: none;
}

    #offCanvas .input-group-field:focus {
        border-color: #cacaca;
    }

#offCanvas .submenu-toggle {
    display: flex;
    justify-content: center;
    width: 56.19px;
    height: 56.19px;
}

    #offCanvas .submenu-toggle::after {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        border: none;
        content: '\f32d';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: none;
        position: absolute;
        color: #c8102e;
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
        font-size: 1.5em;
    }

#offCanvas .accordion-menu a {
    padding: 1em .7em;
    font-size: 1.15em;
}

#offCanvas .menu {
    border-bottom: .0625em solid #e2e8f0;
    margin: 0;
    padding-inline-start: .5em;
    padding-inline-end: .5em;
}

    #offCanvas .menu a:hover {
        text-decoration: underline;
    }

    #offCanvas .menu li {
        background-color: white;
        margin-left: 0;
    }

#offCanvas ul {
    list-style: none;
    margin: 0;
}

#offCanvas .submenu li a {
    color: #000000;
    font-family: "Source Sans 3", sans-serif;
    font-size: 1em;
    font-weight: 400;
    margin-left: .75em;
}

    #offCanvas .submenu li a:hover {
        color: #c8102e;
        font-weight: 600;
    }

#offCanvas .dark-button {
    border-color: #c8102e;
    border-radius: .35em;
    transition: none;
    margin: .5em 1em;
}

    #offCanvas .dark-button:hover {
        border-color: #8d1527;
        color: #fff;
        background-color: #8d1527;
    }

#offCanvas .accordion-menu {
    height: 100%;
}

#offCanvas .light-button {
    border-color: #c8102e;
    border-radius: .35em;
    transition: none;
    margin: .5em 1em;
}

    #offCanvas .light-button:hover {
        border-color: #c8102e;
    }

ul#epi-quickNavigator {
    margin-top: 2.875em;
    right: auto;
}

/*------------------------------------------------------------------------------*/

#slide-nav {
    display: block;
    z-index: 99;
}

.mobile-back {
    cursor: pointer;
}

/*.mobile-nav {
        width: 28em;
        position: absolute;
        z-index: 9999;
        right: 0;
    }

        .mobile-nav .drill-down {
            float: right;
            padding: 0 1em;
        }

        .mobile-nav a {
            color: #fff;
            margin-left: 1em;
            text-decoration: none;
        }

        .mobile-nav li {
            border-bottom: .0625em solid #544f47;
            height: 2.875em;
            padding: .75em;
        }

        .mobile-nav ul {
            background-color: #403C36;
            display: none;
            list-style: none;
            margin-left: 0;
            opacity: .95;
            position: absolute;
            width: 100%;
        }

            .mobile-nav ul.submenu {
                display: none;
                right: 28em;
                position: absolute;
                top: -5.75em;
            }*/

.offscreen {
    right: -19em;
    top: 100%;
}

.side-nav-main {
    margin-bottom: 0;
    margin-top: 1.5em;
}

    .side-nav-main a {
        padding: 1em;
    }

    .side-nav-main a, .side-static-nav a {
        display: inline-block;
        width: 100%;
    }

    .side-nav-main li.active li a {
        padding-left: 0;
    }

    .side-nav-main li.active ul {
        margin-left: 0;
    }

    .side-nav-main li.subnav li a {
        padding: 0;
        padding-top: .5em;
    }

i.mobile-back {
    margin-right: -1em;
}

@media screen and (min-height: 50.01em), screen and (max-width: 90.01em) {
    .over-button {
        font-size: 1.25em;
        height: 3em;
        margin-top: 2em;
        padding-top: .75em;
        width: 13em;
    }

    .over-content .over-leadin {
        display: block;
        font-size: 2em;
    }

    div.main-image-container {
        height: 42.8125em;
    }

    div.main-image-container-full {
        height: calc(100vh - 135px);
    }
}

@media screen and (max-height: 50em), screen and (max-width: 90em) {
    .over-button {
        font-size: 1.25em;
        height: 3em;
        margin-top: 2em;
        width: 13em;
        padding-top: .75em;
    }

    .over-content .over-leadin {
        display: block;
        font-size: 1.25em;
    }

    div.main-image-container {
        height: 34.5625em;
    }

    div.main-image-container-full {
        height: calc(100vh - 135px)
    }
}


@media screen and (max-width: 63.9375em) {


    section#feature-image video, .side-nav-main i {
        display: none;
    }
}

@media screen and (max-width: 40em) {
    #slide-nav {
        display: none;
    }

    #top-nav input#siteSearchTxt {
        width: auto;
    }

    .system-logo {
        float: left;
    }

    /*    li#top-search-container {
        width: 18.63em;
    }*/

    .over-button {
        font-size: 1em;
        height: 3em;
        margin-top: 1.5em;
        width: 13em;
    }

    .over-content {
        margin-left: 2em;
        top: 34%;
    }

        .over-content .over-leadin {
            display: none;
        }

    div.main-image-container, div.main-image-container-full {
        height: 28.3125em;
    }

    .over-content-bottom {
        display: none;
    }
}

@media screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: .8rem;
    }

    .large-horizontal.menu.dropdown > li.opens-right > .is-dropdown-submenu, .large-horizontal.menu.dropdown > li.opens-left > .is-dropdown-submenu {
        top: 5.625em;
    }

    .submenu li {
        height: 2.5em;
    }

        .submenu li:hover {
            background-color: #fff;
        }
}

/*#endregion Navigation*/

/*#region Header */
header {
    background-color: #ebebeb;
    z-index: 999;
    position: relative;
}

#logo {
    height: 5.625em;
    width: 100%;
    text-align: center;
}

    #logo img {
        z-index: 9999;
        padding-top: .1em;
    }

.banner-image-text {
    font-size: 4rem;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    color: white;
    position: absolute;
    z-index: 100;
    top: 23px;
    width: 100%;
    text-align: center;
}
/*#endregion Header*/

/*#region Footer */

.footer {
    font-size: .75em;
}

    .footer h4 {
        color: #BaBaBa;
        font-size: 1.2em;
        font-weight: bold;
    }

    .footer ul {
        list-style: none;
        margin-left: 0;
    }

        .footer ul i {
            font-size: 1.5em;
            margin-left: -1.5em;
            vertical-align: middle;
            width: 1.5em;
        }

        .footer ul li {
            margin-bottom: .5em;
        }

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-row-1 .grid-container-full {
    padding: 0 2em;
}

.footer-row-1 {
    background-color: #303030;
    border-top: 1em solid #c8102e;
    max-width: 100%;
    padding: 2em 4em;
}

    .footer-row-1 a {
        color: #e9e9e9;
        font-weight: normal;
    }


.footer-row-2 {
    background-color: #262626;
    max-width: 100%;
    padding: 0 4em;
}

    .footer-row-2 a {
        color: #bababa;
    }

#social-links .show-for-sr {
    color: #fff;
}

#social-links a {
    font-size: 2.5em;
    margin-right: .25em;
}

#social-links :hover {
    color: #c8102e;
}

.system-logo {
    border-right: 1px solid #fff;
    float: left;
    margin-right: 2em;
    margin-top: .5em;
    padding-right: 2em;
}

@media screen and (max-width: 40em) {
    .footer #social-links i {
        padding: .3rem;
    }
}

/*#endregion Footer*/

/*#region DataTables */

.data-table {
    width: 100%;
}

.dataTables_filter {
    display: inline-block;
    padding: 5px;
    width: 100%;
}

div.dataTables_wrapper div.dataTables_filter input[type=search] {
    background: url('/img/search-white.png') no-repeat 10px 6px #fcfcfc;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    color: #5f5f5f;
    height: 30px;
    margin: 0 auto;
    moz-border-radius: 20px;
    moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    padding: 6px 15px 6px 35px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    webkit-border-radius: 20px;
    webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    width: 250px !important;
    display: block !important;
}

div.dataTables_wrapper div.dataTables_filter label {
    color: white;
    float: unset;
}

.dataTables_length {
    float: left;
    padding: 5px;
}

.pagination .main-content ul > li:before {
    font-family: inherit;
    margin: inherit;
    content: none;
}

.dataTables_wrapper {
    padding: 0 0 30px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: none !important;
        border: 1px solid #c8102e !important;
        color: #c8102e !important;
        cursor: default;
        font-size: 1rem;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        background: transparent !important;
        border: none;
        box-shadow: none;
        color: #666 !important;
        cursor: default;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button a:hover {
        background: #c8102e !important;
        border: none !important;
        border-radius: 3px !important;
        color: #fff !important;
        font-family: inherit !important;
        transition: background-color 0.25s ease-out, color 0.25s ease-out !important;
    }

    .dataTables_wrapper .pagination a, .dataTables_wrapper .pagination button {
        color: #544f47;
        font-size: 1rem;
        padding: .1625rem 1.125rem;
        text-decoration: none;
        font-weight: bold;
    }

.main-content ul.pagination > li {
    margin-left: 0;
}

    .main-content ul.pagination > li:before {
        content: none;
        margin: inherit;
    }

.responsive {
    border-collapse: collapse;
}

.stack thead tr {
    background: #f3f2f0;
    border-bottom: 1px solid black;
    color: #544f47;
}
/*#endregion DataTables */

/*#region Four year plan tables */
.curric-col {
    width: 240px;
}

.cor-col {
    width: 100px
}

.ct-col {
    width: 300px;
}

.cred-col {
    width: 70px;
}
/*#ENDregion Four year plan tables */

table {
    border-collapse: collapse;
}

    table.dataTable th {
        cursor: pointer !important;
        text-align: center !important;
    }

    table.dataTable thead .sorting {
        background-image: url(/img/sort_both.png) !important;
    }

    table.dataTable thead .sorting, table.data-table thead .sorting_asc, table.data-table thead .sorting_desc, table.data-table thead .sorting_asc_disabled, table.data-table thead .sorting_desc_disabled {
        background-position: center right;
        background-repeat: no-repeat;
    }

    table.dataTable thead .sorting_asc {
        background-image: url(/img/sort_asc.png) !important;
    }

    table.dataTable thead .sorting_desc {
        background-image: url(/img/sort_desc.png) !important;
    }

    table.data-table thead tr:nth-child(odd) {
        background: #f3f2f0;
    }

    table.data-table tr:nth-child(2n) {
        background: #f3f2f0;
    }

    table.data-table tr:nth-child(odd) {
        background: #fff;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
        vertical-align: top;
    }

        table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
            background-color: #c8102e;
        }

    table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
        background-color: #303030;
    }

tr:nth-child(2n) {
    background: #f3f2f0;
}

tr:nth-child(odd) {
    background: #FFF;
}

/*#endregion DataTables*/

/*#region Typography */

h1 {
    color: #c8102e;
    font-size: 2.25em;
    font-family: "Source Sans 3", sans-serif;
}


h2 {
    font-size: 1.5em;
    font-family: "Source Sans 3", sans-serif;
    font-style: italic;
    font-weight:900
}

h3 {
    font-size: 1.5em;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
}

    h3 > em.fa.icon {
        width: 1em;
        display: inline-block;
        text-align: center;
    }

h4 {
    font-size: 1.25em;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
}

h5 {
    font-size: 1.25em;
    font-family: "Source Sans 3", sans-serif;
    font-style: italic;
}

p {
    font-size: 1em;
}

    p.pbig {
        font-size: 1.125em;
    }

.heading-red {
    line-height: 1.2;
    overflow-wrap: break-word;
    color: #c8102e;
    font-size: 2.1em;
    font-family: "Source Sans 3", sans-serif;
    margin-bottom: 1.5rem;
}

h1.flame {
    font-family: "Source Sans 3", sans-serif;
    font-style: italic;
    color: #544f47;
    text-align: center;
    margin: 1em 0;
    font-size: clamp(1.15em, 4vw, 2.25em);
    font-weight:900;
}

.flame i {
    margin: 0 -.3em;
    color: #c8102e;
}

h1.flame span {
    padding-right: .35em;
}

.bunch {
    line-height: 1rem;
    margin: .75rem 0;
}

.text-right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.msum-red {
    color: #c8102e;
}

/*#endregion Typography*/

/*#region Buttons */

/*#region General Buttons */

.button-large {
    border: .125em solid #544f47;
    color: #544f47;
    display: inline-block;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    height: 7.5em;
    margin: .5em;
    text-align: center;
    width: 18em;
}

    .button-large .button-text {
        font-size: 1.25em;
    }

    .button-large i, .button-large em {
        font-size: 2em;
        margin-bottom: .4em;
        margin-top: .75em;
    }

    .button-large:hover {
        border: .125em solid #c8102e;
        color: #c8102e;
        text-decoration: none;
    }

.button-row {
    margin: 0 auto;
    text-align: center;
}

    .button-row a {
        text-decoration: none;
    }

.dark-button, button.FormSubmitButton, input.FormResetButton {
    background-color: #c8102e;
    border: .125em solid #fff;
    border-radius: .125em;
    color: #fff;
    display: inline-block;
    margin: 1em;
    min-width: 30%;
    moz-transition: .5s;
    ms-transition: .5s;
    o-transition: .5s;
    padding: .75em 2em;
    text-align: center;
    text-decoration: none;
    transition: .5s;
    webkit-transition: .5s;
}

    .dark-button:hover {
        background-color: #fff;
        border: .05em solid #c8102e;
        color: #c8102e;
        text-decoration: none;
    }

    .dark-button:hover, .dark-button:focus, button.FormSubmitButton:hover, button.FormSubmitButton.focus, input.FormResetButton:hover, input.FormResetButton.focus {
        background-color: #fff;
        border: .125em solid #c8102e;
        border-radius: .125em;
        color: #c8102e;
    }

    .dark-button i {
        margin: 0 .5em;
    }

.disabled-button {
    background-color: #a3a7ad;
    border-color: #a3a7ad;
    color: #fff;
    font-weight: bold;
}

    .disabled-button:hover {
        background-color: #a3a7ad;
        border-color: #a3a7ad;
        color: #fff;
        font-weight: bold;
    }

.grey-button {
    background-color: #fff;
    border: .125em solid #e9e9e9;
    border-radius: .125em;
    color: #c8102e;
    display: inline-block;
    margin: 1em;
    moz-transition: .5s;
    ms-transition: .5s;
    o-transition: .5s;
    padding: .75em 2em;
    text-align: center;
    text-decoration: none;
    transition: .5s;
    webkit-transition: .5s;
}

    .grey-button a {
        text-decoration: none;
    }

    .grey-button i {
        margin: 0 .5em;
    }

    .grey-button:hover, .grey-button:focus {
        background-color: #c8102e;
        border: .125em solid #c8102e;
        border-radius: .125em;
        color: #fff;
    }

.light-button {
    background-color: #fff;
    border: .125em solid #c8102e;
    border-radius: .125em;
    color: #c8102e;
    display: inline-block;
    margin: 1em;
    min-width: 30%;
    moz-transition: .5s;
    ms-transition: .5s;
    o-transition: .5s;
    padding: .75em 2em;
    text-align: center;
    text-decoration: none;
    transition: .5s;
    webkit-transition: .5s;
}

    .light-button i {
        margin: 0 .5em;
    }

    .light-button:hover, .light-button:focus {
        background-color: #c8102e;
        border: .125em solid #fff;
        border-radius: .125em;
        color: #fff;
        text-decoration: none;
    }

.over-button {
    background-color: #fff;
    border-radius: .125em;
    color: #c8102e;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 1em;
    moz-transition: .5s;
    ms-transition: .5s;
    opacity: .8;
    o-transition: .5s;
    text-align: center;
    transition: .5s;
    webkit-transition: .5s;
}

    .over-button a {
        color: #c8102e;
        display: block;
        text-decoration: none;
    }

    .over-button:hover {
        background-color: #c8102e;
        color: #fff;
    }

        .over-button:hover a {
            color: #fff;
            text-decoration: none;
        }

.rectangle-button {
    align-items: center;
    background-color: #fff;
    border: .125em solid #544f47;
    border-radius: .125em;
    color: #544f47;
    display: flex;
    height: 100%;
    justify-content: center;
    moz-transition: .5s;
    ms-transition: .5s;
    o-transition: .5s;
    padding: .75em 2em;
    text-align: center;
    text-decoration: none;
    transition: .5s;
    webkit-transition: .5s;
    width: 100%;
}

    .rectangle-button i {
        margin: 0 .5em;
    }

    .rectangle-button:hover, .rectangle-button:focus {
        border: .125em solid #c8102e;
        color: #c8102e;
        text-decoration: none;
    }

/*#endregion General Buttons*/
/*#region Hover Button Row */

.hover-button-back {
    display: none;
    padding: .5em;
    width: 100%;
}

.hover-button-container {
    background: rgba(255, 255, 255, .8);
    display: inline-block;
    height: 7.18em;
    margin: .4em .5em;
    padding: 2em 4em;
    position: relative;
    width: 18.5em;
}

.hover-button-front {
    font-size: 1.15em;
    width: 100%;
}

.hover-button-row {
    padding: 2.25em 1em;
    text-align: center;
}

    .hover-button-row a {
        color: #c8102e;
        display: inline-block;
        text-decoration: none;
    }

        .hover-button-row a:hover {
            text-decoration: none;
        }

.hover-button-wrapper {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.hover-shell {
    ms-transform: translateY(-50%);
    o-transform: translateY(-50%);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    webkit-transform: translateY(-50%);
}

@media screen and (max-width: 40em) {
    .hover-button-container {
        height: inherit;
        width: 100%;
    }

    .hover-button-row a {
        width: 100%;
    }
}

@media screen and (min-width: 64.1em) {
    .hover-button-container:hover {
        background-color: rgba(200, 16, 46, .8);
        color: #fff;
    }

        .hover-button-container:hover .hover-button-back {
            display: inline-block;
        }

        .hover-button-container:hover .hover-button-front {
            display: none;
        }
}

/*#endregion Hover Button Row*/

/*#endregion Buttons */

/*#region Colors */

.musum-red {
    color: #c8102e;
}

.white {
    color: #fff;
}

.twitter {
    color: #00aced;
}

    .twitter:hover {
        color: #0079BA;
    }

.facebook {
    color: #3b5998;
}

    .facebook:hover {
        color: #082665
    }

.linkedin {
    color: #007bb6;
}

    .linkedin:hover {
        color: #004883;
    }

.youtube {
    color: #bb0000;
}

    .youtube:hover {
        color: #880000;
    }

.instagram {
    color: #bc2a8d;
}

    .instagram:hover {
        color: #89005A;
    }


/*#endregion Colors*/

/*#region Global Alert Container */

#emergency-alert {
    background-color: #be4d00;
    color: #fff;
    display: none;
    line-height: 1;
    padding: 3em;
    text-align: center;
}

    #emergency-alert a {
        color: #fff;
        text-decoration: none;
    }

        #emergency-alert a:hover {
            text-decoration: none;
        }

    #emergency-alert div.line2 {
        font-family: "Source Sans 3", sans-serif;
    }

    #emergency-alert div.line3 {
        color: #000000;
        font-family: "Source Sans 3", sans-serif;
        font-style: italic;
        text-decoration: underline;
    }

.alert-container {
    background-color: #be4d00;
}

    .alert-container a {
        color: #fff;
        font-weight: normal;
        margin-left: 1em;
        text-decoration: underline;
    }

    .alert-container i {
        font-size: 1.5em;
        margin-right: .5em;
        vertical-align: middle;
    }

    .alert-container span.hideLink {
        display: none;
    }

    .alert-container span.link {
        cursor: pointer;
        font-family: "Source Sans 3", sans-serif;
        font-style: italic;
        font-size: .8em;
        font-weight: normal;
        margin-left: 1em;
        text-decoration: underline;
    }

.alert-message {
    background-color: #be4d00;
    border: none;
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 0;
    margin-left: 1em;
    padding: .25em;
}

.covid-alert-container {
    background-color: #5d5d5d;
}

    .covid-alert-container .status-green {
        background: rgb(168, 173, 0);
        border: .125em solid rgb(168, 173, 0);
    }

        .covid-alert-container .status-green:hover {
            background-color: rgb(168, 173, 0, .4);
            border-color: rgb(168, 173, 0);
        }

    .covid-alert-container .status-orange {
        background: rgb(190, 77, 0);
        border: .125em solid rgb(190, 77, 0);
    }

        .covid-alert-container .status-orange:hover {
            background-color: rgb(190, 77, 0, .4);
            border-color: rgb(190, 77, 0);
        }

    .covid-alert-container .status-red {
        background: rgb(167, 24, 48);
        border: .125em solid rgb(167, 24, 48);
    }

        .covid-alert-container .status-red:hover {
            background-color: rgb(167, 24, 48, .4);
            border-color: rgb(167, 24, 48);
        }

    .covid-alert-container .status-yellow {
        background: rgb(204, 138, 0);
        border: .125em solid rgb(204, 138, 0);
    }

        .covid-alert-container .status-yellow:hover {
            background-color: rgb(204, 138, 0, 0.4);
            border-color: rgb(204, 138, 0);
        }

    .covid-alert-container a {
        background: #5d5d5d;
        border-color: #fff;
        color: #fff;
        font-family: "Source Sans 3", sans-serif;
        font-size: 1em;
        font-weight: normal;
        margin: .5em;
        padding: .5em;
        width: 95%;
    }

.covid-fullpage-alert {
    position: absolute;
    top: 8.4em;
    width: 100%;
    z-index: 1;
}

.fullpage-alert {
    position: absolute;
    top: 8.45em;
    width: 100%;
    z-index: 1;
}

.level-2-warning .alert-info {
    color: #fff;
    display: none;
    font-family: "Source Sans 3", sans-serif;
    font-style: italic;
    font-size: 1.1em;
    padding-bottom: .2em;
    padding-left: 3.1em;
}

@media screen and (max-width: 40em) {
    #emergency-alert div.line2 {
        font-size: 1.66em;
    }

    #emergency-alert div.line3 {
        font-size: .66em;
    }

    #emergency-alert i {
        font-size: 1.75em;
    }

    #emergency-alert span.line1 {
        font-size: 2.33em;
    }

    /*  .fullpage-alert {
        top: 15.1em;
    }*/
}

@media screen and (max-width: 64em) {
    #emergency-alert div.line2 {
        font-size: 3.75em;
    }

    #emergency-alert div.line3 {
        font-size: 1.33em;
    }

    #emergency-alert i {
        font-size: 3.5em;
    }

    #emergency-alert span.line1 {
        font-size: 4.75em;
    }

    /* .fullpage-alert {
        top: 13.6em;
    }*/
}

@media screen and (min-width: 64em) {
    #emergency-alert div.line2 {
        font-size: 7.5em;
    }

    #emergency-alert div.line3 {
        font-size: 2.66em;
    }

    #emergency-alert i {
        font-size: 7em;
    }

    #emergency-alert span.line1 {
        font-size: 9.66em;
    }
}

/*#endregion */

/*#region General */

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.indent {
    margin-left: 1em;
}

.indent-2 {
    margin-left: 2em;
}

/*#endregion General*/

/*#region Full Width Block */

.content ol {
    margin-bottom: .75em;
}

    .content ol > li {
        margin-left: 1em;
    }

.questions-header {
    font-size: 2em;
}

.questions-text {
    font-size: 1.25em;
}

/*#endregion Full Width Block*/

/*#region myMSUM */

.sss-banner {
    color: white;
    background-color: #c8102e;
    padding: .25rem 1rem;
    font-size: 1.5rem
}
.sss-container {
    border: 2px solid #c8102e;
    margin-bottom: 2rem;
    min-height: 14rem;
}
.link-edit-mode {
    display: none;
}

.myMsum-links ul > li:before {
    content: none;
}

.ui-state-disabled {
    background-image: inherit;
    cursor: inherit;
    filter: inherit;
    opacity: inherit;
    pointer-events: inherit;
}

@media screen and (max-width: 40em) {
    .myMsum-links {
        text-align: center;
    }

        .myMsum-links ul, .myMsum-links ul > li {
            margin-left: 0;
        }
}

/*#endregion myMSUM */

/*#region Search */

.resultTitle {
    font-size: 1.25em;
    margin-top: 1em;
}

.search-form-button {
    margin: 0 1em;
}

.search-form-input {
    height: 3em;
}

.searchPagination {
    margin-top: 1em;
}

    .searchPagination a {
        padding: 1em;
    }

.searchResults {
    margin: 1em;
}

.searchResultsCounter {
    font-weight: bold;
    margin-top: 1em;
}

.EPiServerForms .Form__Status .Form__Success__Message {
    background-color: #fff !important;
    color: #544f47 !important;
}

/*#endregion Search */

/*#region Directory */

.department-details {
    border-bottom: 1px dashed #c8c8c8;
    margin-bottom: 2em;
    padding-bottom: 2em;
}

    .department-details td {
        border: 1px solid #DEDEDE;
    }

        .department-details td.dept-title {
            background-color: #c8102e;
            color: #fff;
            font-size: 1.5em;
            text-align: center;
        }

.directory-entry {
    margin-bottom: 4em;
    min-height: 10em;
}

.directory-form input[type=submit] {
    background-color: #c8102e;
    border: none;
    color: #fff;
    padding: .75em;
    width: 100%;
}

.directory-form-container {
    margin: 3em auto;
    text-align: center;
    width: 20em;
}

.directory-icon {
    color: #c8102e;
    font-size: 4em;
    line-height: 1;
}

.directory-leadin {
    margin-bottom: 1em;
    margin-top: .4em;
}

.directory-minimize {
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 2em;
    line-height: 2;
    margin-bottom: 1em;
    min-height: 2em;
    text-align: center;
}

    .directory-minimize:hover {
        background-color: #c8c8c8;
        color: #c8102e;
    }

.directory-results-title {
    font-size: 2em;
}

.directory-table-header-data {
    background-color: #c8102e;
    color: #fff;
    font-size: 1.25em;
    padding: .75em;
    text-align: center;
}

.directory-title {
    font-size: 2em;
}

.Expand-Bio {
    color: #C4BFB6;
    float: right;
    font-size: 1.2em;
}

.profile-name {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    font-size: 1.5em;
}

.profile-pic.wrapper {
    margin-left: 2.5em;
}

.profile-pic-placeholder {
    border-radius: 5.85em;
    height: 10em;
    line-height: 1;
    margin: auto;
    moz-border-radius: 5.85em;
    webkit-border-radius: 5.85em;
    width: 10em;
}

.profile-pic-wrapper {
    border-radius: 5em;
    float: left;
    height: 10em;
    margin-right: 2em;
    moz-border-radius: 5em;
    overflow: hidden;
    webkit-border-radius: 5em;
    width: 10em;
}

.profile-title {
    font-family: "Source Sans 3", sans-serif;
    font-style: italic;
    font-size: 1.25em;
}

.profile-wrapper div.bio {
    margin: .5em 0;
}

    .profile-wrapper div.bio p {
        margin-bottom: .5em;
    }

.profile-wrapper .bold {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
}

.profile-wrapper i {
    font-size: 1.125rem;
}

.profile-wrapper div.cluster {
    font-weight: bold;
    line-height: 1.1;
    margin-top: .5em;
}

.italic {
    font-family: "Source Sans 3", sans-serif;
    font-style: italic;
}

.social-links-container {
    float: left;
    font-family: initial;
}

.directory-container i.social-links-directory {
    font-size: 1.5rem;
    padding: 0.5rem;
}

table.directory-results-container {
    background: none;
    margin-bottom: 3em;
}

    table.directory-results-container tbody tr td, table.directory-results-container tbody tr th {
        border: 1px solid #DEDEDE;
    }

    table.directory-results-container tr.Employee.directory-table-row:hover {
        background-color: #c8c8c8;
    }

    table.directory-results-container tr.EvenRowColor {
        background-color: #f0f0f0;
    }

    table.directory-results-container tr.OddRowColor {
        background: #FFF;
    }

table.records-results-container {
    background: none;
    margin-bottom: 3em;
}

tr td.directory-contact-info {
    padding: 1em;
}

tr td.directory-table-data {
    padding: 1em;
}

tr.directory-full-row {
    background: #fff;
    display: none;
}

tr.Employee td.directory-table-data {
    cursor: pointer;
}

@media screen and (max-width: 40em) {
    .full-directory-table {
        display: inline-block;
        padding-top: 2em;
        width: 100%;
    }

    .profile-pic-placeholder {
        margin-left: 0;
    }

    tr.directory-full-row {
        display: inline-table;
        width: 100%;
    }

    .profile-wrapper i.social-links-directory {
        font-size: 1.875rem;
        padding: 0.6rem 0.7rem;
    }
}

/*#endregion Directory*/

/*#region BragPoints */

.bragpoint {
    height: 23rem;
}

    .bragpoint:hover {
        box-shadow: inset 0 0 20px rgba(255, 255, 255, .3), 0 0 20px rgba(255, 255, 255, .1);
        outline-color: rgba(255, 255, 255, 0);
        background: linear-gradient( rgba(0,0,0,0.16), rgba(0,0,0,0.16) );
    }

.content-core .bragpoint {
    max-width: 100vw;
}

.bragpoint hr {
    border-top: .3rem solid #ffffff8f;
    width: 5rem;
    margin: 0 auto;
}

.bragpoint-header {
    font-size: 4em;
    padding-top: .65em;
    color: #ffffff;
}

.bragpoint-stat {
    font-size: 3em;
    color: #ffffff;
}

.bragpoint-desc {
    text-decoration: underline;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2em;
}

/*#endregion BragPoints*/

/*#region Icon Teaser Row */

.icon-teaser {
    display: inline-block;
    min-width: 8em;
    padding: .5em;
    vertical-align: top;
    width: 23%;
}

    .icon-teaser em {
        font-size: 5em;
    }

.icon-teaser-5 {
    width: 19%;
}

.icon-teaser-icon {
    display: inline-block;
}

.icon-teaser-row {
    color: #c8102e;
    display: inline-block;
    padding: 1em;
    text-align: center;
    width: 100%;
}

    .icon-teaser-row a {
        display: inline-block;
        font-weight: normal;
        text-decoration: none;
    }

        .icon-teaser-row a:hover {
            color: #544f47;
            text-decoration: none;
        }

.icon-teaser-title {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    font-size: 1.2em;
}

/*#endregion */

/*#region Benefits Block */

.benefits-body {
    display: inline-block;
    width: 84%;
}

.benefits-header {
    border-bottom: 0.075em solid rgb(255, 255, 255);
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 1em;
    padding-bottom: .5em;
    text-align: center;
}

.benefits-icon {
    background-color: rgb(255, 255, 255);
    border-radius: 7em;
    display: block;
    float: left;
    height: 3.25em;
    margin: 0px 1em 0px 0px;
    opacity: 1;
    padding: 1em 0px 0px;
    text-align: center;
    width: 3.25em;
}

    .benefits-icon em {
        color: rgb(119, 110, 100);
        font-size: 1.5em;
        margin: 0px;
        padding: 0px;
    }

.benefits-item {
    padding: .5em;
}

.benefits-leadin p {
    line-height: 1.3;
}

.benefits-section {
    padding: 2em;
}

.benefits-title {
    font-size: 1.125em;
    font-weight: bold;
}

    .benefits-title a {
        color: #fff;
    }

/*#endregion Benefits Block*/

/*#region Responsive RSS */

/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

    .rslides img {
        border: 0;
        display: block;
        float: left;
        height: auto;
        width: 100%;
    }

    .rslides li {
        backface-visibility: hidden;
        display: none;
        left: 0;
        position: absolute;
        top: 0;
        webkit-backface-visibility: hidden;
        width: 100%;
    }

        .rslides li:first-child {
            display: block;
            float: left;
            position: relative;
        }

.rss-feed {
    min-height: 25em;
}

    .rss-feed ul > li {
        margin-left: 0;
    }

        .rss-feed ul > li:before {
            content: none;
        }

ul.rslides_tabs {
    clear: both;
    list-style: none;
    margin: 0;
    margin-top: -4em;
    padding: 0 1em;
    position: relative;
    text-align: center;
    z-index: 2;
}

    ul.rslides_tabs li {
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        height: .75em;
        line-height: 1.7em;
        margin: .5em .5em;
        overflow: hidden;
        text-align: center;
        width: .75em;
    }

        ul.rslides_tabs li a {
            color: #fff;
            font-family: "Source Sans 3", sans-serif;
            font-style: italic;
        }

        ul.rslides_tabs li.rslides_here, ul.rslides_tabs li.rslides_here a {
            background-color: #c8102e;
            color: #c8102e;
        }

/*#endregion */

/*#region Responsive Videos */

div.video-row {
    max-width: 100%;
}

div.video-wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center 20%;
    max-height: 27em;
    min-height: 18em;
}

    div.video-wrapper:after {
        display: block;
        content: '';
    }

div.video-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    float: right;
    background-color: rgba(0, 0, 0, .2);
    height: 100%;
}

div.video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    float: right;
    border-radius: 1rem;
}

.video-back {
    z-index: -1;
}

.video-front {
    z-index: 99;
}

div.video-cover:hover {
    background-color: rgba(0, 0, 0, 0);
}

div.video-row div.video-wrapper:first-child {
    float: left;
}

span.close-x {
    float: right;
}

.video-text-section {
    text-align: center;
    position: relative;
}


.video-header {
    position: absolute;
    top: 0;
    left: 0;
    margin: .5rem 0 0 1rem;
    font-size: 2rem;
}

.vertical-video-header {
    padding: 0 0 1rem 0;
    width: 100%;
    text-align: center;
    font-size: 1.75rem;
    top: 3%;
    position: absolute;
    border-radius: 0 0 1rem 1rem;
}

.vertical-video div.video-cover {
    border-radius: 1rem;
}

.vertical-video div.video-wrapper {
    height: 25em;
    border-radius: 1rem;
}

.video-leadin {
    font-size: 1.25em;
    margin-top: .5em;
}

div.video-cover button {
    background: none;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    height: 100%;
    width: 100%;
}

    div.video-cover button:hover {
        color: #c8102e;
        font-size: 1.5rem;
    }

div.more-videos {
    background-color: #c8102e;
    color: #fff;
    text-align: center;
    min-height: 4em;
    padding: 2.5em;
    font-size: 1.25em;
}

    div.more-videos a.morevideosbutton {
        border: .125em solid #fff;
        text-decoration: none;
        color: #fff;
        padding: .75em;
        border-radius: .125em;
        font-family: "Source Sans 3", sans-serif;
        font-weight: 700;
        margin: 1em;
        background-color: #c8102e;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s;
        display: inline-block;
    }

        div.more-videos a.morevideosbutton:hover {
            background-color: #fff;
            color: #c8102e;
        }

@media screen and (max-width: 40em) { /* Small Screens */
    .video-text-section {
        padding-left: 1em;
    }
}

.feature-video {
    position: absolute;
    width: 100%;
    left: -5000px;
}

#feature-video-container {
    width: 100%;
    height: 34.5em;
    z-index: 99;
}

.feature-video-close {
    background-color: #000000;
    color: #fff;
    font-size: 1.75em;
}

    .feature-video-close a {
        padding: 0 2em;
        color: #fff;
    }

        .feature-video-close a:hover {
            color: #BaBaBa;
        }

@media screen and (max-height: 50em), screen and (max-width: 90em) {
    #feature-video-container {
        height: 28.5em;
    }

    .feature-video-close a {
        padding: 0 .5em;
    }
}

@media screen and (max-height: 48em), screen and (max-width: 48em) {
    #feature-video-container {
        height: 17em;
    }

    .feature-video-close {
        /*padding-top: 3.2em;*/
    }

        .feature-video-close a {
            padding: 0 .5em;
        }
}

/*#endregion */

/*#region Teaser Row Block */

.ou-container {
    width: 15em;
    height: 15em;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 1em;
}

.ou-container-slim {
    width: 10.2em;
    height: 15em;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 1em;
}

.ou-teaser {
    height: 100%;
    position: relative;
}

.ou-text {
    padding: .5em;
    position: absolute;
    width: 100%;
}

.ou-title {
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

.ou-leadin, .ou-leadin a {
    padding: 0 1em;
    font-weight: normal;
    color: #fff;
    line-height: 1.1;
}

/*#endregion Teaser Row Block */

/*#region Content */

blockquote {
    border-left: none;
}

    blockquote, blockquote p {
        color: #544f47;
    }

figcaption {
    padding-bottom: 1em;
    font-size: .75rem
}

.icon-content-header {
    line-height: 1.2;
    color: #c8102e;
    margin-bottom: 2em;
}

.icon-header {
    font-size: 2.1em;
    margin-left: 3.5em;
}

.icon-content-header-icon {
    text-align: center;
    display: block;
    width: 5em;
    height: 5em;
    border-radius: 7em;
    padding-top: .75em;
    float: left;
    background-color: #c8102e;
}

    .icon-content-header-icon em {
        color: white;
        font-size: 3.5em;
        padding: 0px;
        margin: 0px;
        padding-left: .2em;
    }

.important-date-header {
    text-align: center;
    color: #fff;
    font-size: 2.5em;
}

.important-date-row {
    line-height: 2em;
    font-size: 1.75em;
    color: rgb(119, 110, 100);
    background-color: rgba(255, 255, 255, 0.85098);
    width: 60%;
    padding-left: 2em;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.important-date-date {
    font-weight: bold;
    color: #c8102e;
}

.interested-links-icon {
    float: left;
    font-size: 2em;
    color: #fff;
    background-color: #c8102e;
    width: 1.6em;
    text-align: center;
    border-radius: 50%;
    margin-left: -1em;
    margin-right: .5em;
    margin-top: .2em;
}

    .interested-links-icon em {
        margin-left: .25em;
        vertical-align: middle;
    }

.interested-links {
    display: table-cell;
}

.interested-links-container {
    margin-left: 4em;
    margin-top: 2em;
}

.tile-container {
    color: #fff;
    float: left;
    width: 18em;
    padding: 1em;
    margin: 1em;
    height: 18em;
}

.tile-title {
    font-size: 1.5em;
    margin-top: .5em;
}

.tile-leadin {
    font-weight: normal;
    margin: 1em 0 1em .15em;
}

.h3-icon-indent {
    margin-left: 1.95em;
}

@media screen and (max-width: 40em) {
    .important-date-header {
        font-size: 1.5em;
    }

    .important-date-row {
        font-size: 1em;
        width: 98%;
        text-align: center;
        padding-left: 0;
    }

    .icon-content-header {
        font-size: .75em;
    }

    .interested-links-icon {
        display: none;
    }

    .interested-links-container {
        margin-left: 2em;
    }
}

@media screen and (max-width: 26.5em) {
    .icon-content-header {
        font-size: .5em;
    }
}

/*#endregion Content*/

/*#region Forms */

.EPiServerForms .FormChoice .FormChoice__Label {
    width: 90%;
    margin-bottom: 1em;
}

[type='checkbox'] + label,
[type='radio'] + label {
    vertical-align: top;
    margin-right: 0;
}
/*#endregion Forms */

/*#region Not Sure */
.side-by-side-row {
    width: 100%;
    display: table;
    margin: 3em 0;
}

.side-by-side-image {
    display: table-cell;
    width: 49%;
}

.side-by-side-text {
    display: table-cell;
    width: 49%;
}

.fifty-fifty {
    width: 49%
}

.sixty-forty-image {
    width: 40%;
}

@media screen and (max-width: 64em) { /* Below Large Screens */
    .fifty-fifty, .sixty-forty-image, .sixty-forty-text {
        width: 100%;
        display: block;
    }

    .sixty-forty-image {
        min-height: 25em;
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 40em) { /* Below Large Screens */
    .sixty-forty-image {
        min-height: 15em;
    }
}

.EPiServerForms .Form__Success .Form__Success__Message {
    background-color: unset !important;
    color: unset !important;
}

/*Unused?*/
/*i.mce-i-brush:before {
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 1.5em;
    padding-right: 0.5em;
    position: relative;
    top: -13%;
    left: 0;
}*/

/*#endregion Not Sure */
