body {
    font-family: proxima-nova, sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: 0 !important;
}

body.modal-open {
    overflow: hidden;
}

body.viewport-lg {
    position: fixed;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

a {
    color: #365d9d;
    text-decoration: underline;
    cursor: pointer;
    background-color: transparent;
}

a.disabled {
    color: #000;
    text-decoration: none;
    cursor: default;
    background-color: transparent;
    font-weight: 700;
}

img {
    border: 0;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    min-height: 1px;
}

input[type="search"] {
    box-sizing: border-box;
}

input {
    border-radius: 0;
    height: 2.5rem;
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0.5rem;
    font-family: inherit;
    font-size: 1rem;
    color: #000;
    background-color: #fff;
    box-shadow: none !important;
    font-style: italic;
    line-height: normal;
}

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"],
[type="month"], [type="week"], [type="email"], [type="number"], [type="search"],
[type="tel"], [type="time"], [type="url"], [type="color"], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #eaeae7;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #000;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
}

button {
    outline: 0;
    border: 0;
}

figcaption > a {
    font-weight: 700;
}

.d-b
{
    display: block;
}

.form-button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.85em 1em;
    border-radius: 0;
    font-size: 1.25em;
}

.secondary-button {
    background-color: #365d9d;
    color: #fff;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.bold {
    font-weight: 700;
}

.margin-top-spacing {
    margin-top: 1rem;
    display: block;
}

.margin-top-half-spacing {
    margin-top: 0.5rem;
    display: block;
}

.font-size-3q {
    font-size: 0.75em;
}

.embossed-box {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.4), inset 0 -2px 3px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.8);
}

.box-bar-dkblue {
    border-left-color: #2b3c57;
}

.box-bar-blue {
    border-left-color: #365d9d;
}

.box-bar-ltblue {
    border-left-color: #c0d0d4;
}

.box-bar-mustard {
    border-left-color: #af841d;
}

.box-bar-embossed, .box-bar-flat {
    border-left-width: 0.9375rem;
    border-left-style: solid;
}

.box-bar-top-mustard {
    border-top: 1px solid #af841d;
}

.video-js-click, .video-js-click h3, .video-js-click h4 {
    text-decoration: none !important;
}

.no-padding {
    padding: 0 !important;
}

.news-youtube-video .video-click-modal {
    display: block;
    position: relative;
}

.carousel-controls-dark .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-controls-dark .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-controls-dark .carousel-indicators li:not(.active) {
    background-color: #000;
}

.carousel-controls-dark .carousel-indicators li.active {
    background-color: #af841d;
}

.carousel-controls-large .carousel-control-next-icon, .carousel-controls-large .carousel-control-prev-icon {
    background-size: 150%;
}

.column-facebook
{
    overflow: hidden !important;
}

.modal-core-facilities-footer, .modal-portfolio-footer {
    text-align: center;
    margin: auto;
    width: 100%;
    height: 100%;
    position: relative;
    clear: both;
}

.modal-core-facilities-readmore, .modal-portfolio-readmore {
    color: #365d9d;
    border: 1px solid #365d9d;
    background-color: #fff;
    padding: 1rem 2rem;
    margin: auto;
    font-size: 0.9325rem;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 400;
    width: 18rem;
    height: 3.5rem;
    text-decoration: none;
    display: block;
    clear: both;
    text-align: center;
    position: relative;
}

.btn-download-primary {
    height: 2.25rem;
    width: auto;
    color: #fff;
    background: transparent;
    margin: auto auto auto 0;
}

.meltwater-article-info {
    display: table-row;
}

.meltwater-article-date, .meltwater-article-source {
    display: table-cell;
    float: left;
    margin: auto 1rem auto 0px;
}

.meltwater .meltwater-article, .meltwater .meltwater-article *, .sidebar-meltwater .meltwater-article, .sidebar-meltwater .meltwater-article * {
    font: normal normal normal 14pt/1.2em "Proxima-nova", "Sans-serif";
}

.meltwater .meltwater-article-date, .meltwater .meltwater-article-source, .sidebar-meltwater .meltwater-article-date, .sidebar-meltwater .meltwater-article-source {
    color: #333;
}

.meltwater .meltwater-article-text a, .sidebar-meltwater .meltwater-article-text a {
    font-weight: 700;
    text-decoration: none;
    color: #000;
    padding-bottom: 1rem;
    display: block;
}

.search_autocomplete {
    z-index: 2500;
    background-color: #fff;
    border-width: 0px 1px 1px;
    border-style: solid;
    border-color: #000;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.search_autocomplete li {
    padding: 0.5rem 0.25rem;
    text-align: left;
}

.table-grid {
    margin: 0.9375rem 1.25rem;
}

.table .table-grid {
    border-color: #a5bbc2;
}

.table th {
    vertical-align: bottom;
    font-weight: 700;
    background-color: #c0d0d4;
}

.table td {
    vertical-align: top;
    background-color: #fff;
}

.table th, .table td {
    text-align: left;
    padding: 0.5rem 0.625rem 0.625rem;
    border-color: #a5bbc2;
}

.table-header-left .table-row-header {
    background-color: #c0d0d4;
    font-weight: 700;
    width: 20%;
}

.table-striped tbody tr:nth-of-type(odd) td {
    background-color: #dee2e6;
}

.listitem a {
    display: block;
    border: 1px solid #ddd;
    padding: 1.875rem 0.5rem 0.5rem;
    font-size: 0.75rem;
    text-align: center;
    height: auto;
    float: none;
    position: relative;
    border-radius: 0.125rem;
    z-index: 99;
}

.listitem[data-type="video"]::before {
    content: "\f16a";
    font: normal normal 700 2rem/0 FontAwesome;
    color: #f00;
    margin: auto;
    width: 2rem;
    height: 2rem;
    z-index: 100;
    position: relative;
    display: block;
    top: 2rem;
    left: -0.25rem;
    background-color: #fff;
    max-width: 1.4rem;
    max-height: 2rem;
}

.listitem[data-type="pdf"]::before {
    content: "\f1c1";
    font: normal normal 700 2rem/0 FontAwesome;
    color: #f00;
    margin: auto;
    width: 2rem;
    height: 2rem;
    z-index: 100;
    position: relative;
    display: block;
    top: 2rem;
    background-color: #fff;
    max-width: 1.625rem;
    max-height: 2rem;
}

.listitem[data-type="link"]::before {
    content: "\f0c1";
    font: normal normal 700 2rem/0 FontAwesome;
    color: #f00;
    margin: auto;
    width: 2rem;
    height: 2rem;
    z-index: 100;
    position: relative;
    display: block;
    top: 2rem;
    left: -0.25rem;
    background-color: #fff;
    max-width: 1rem;
    max-height: 2rem;
}

.sidebar-list-detail-with-icon {
    text-indent: 0.25rem;
}

.sidebar-list-detail-with-icon[data-type="link"]::before {
    content: "\f0c1";
    font: normal normal 700 0.875rem/0 FontAwesome;
    background-color: #f00;
    color: #fff;
    border-radius: 0.625rem;
    width: 1.25rem;
    height: 1.25rem;
    text-align: center;
    text-indent: 0.1875rem;
    line-height: 1.375rem;
    padding-right: 0.25rem;
    display: block;
    float: left;
    position: relative;
}

.sidebar-list-detail-with-icon[data-type="phone"]::before {
    content: "\f095";
    font: normal normal 700 0.875rem/0 FontAwesome;
    background-color: #f00;
    color: #fff;
    border-radius: 0.625rem;
    width: 1.25rem;
    height: 1.25rem;
    text-align: center;
    text-indent: 0.1875rem;
    line-height: 1.375rem;
    padding-right: 0.25rem;
    display: block;
    float: left;
    position: relative;
}

.sidebar-list-detail-no-icon {
    padding-left: 1.5rem;
}

.list-large-icons {
    font-size: 1.5rem;
    line-height: 3.5rem;
    list-style: none;
    padding: 0 2rem;
    margin: 0 auto;
}

    .list-large-icons a {
        display: block;
        float: left;
        margin: -0.75rem 0 0.75rem;
    }

.list-large-icons-item::after {
    clear: both;
    content: " ";
    display: table;
}

.list-large-icons-item[data-type="internal-link"]::before {
    content: "\f15c";
    font: normal normal 400 1.75rem/2rem FontAwesome;
    color: #2b3c57;
    padding-right: 0.75rem;
    display: block;
    float: left;
    position: relative;
}

.list-large-icons-item[data-type="link"]::before {
    content: "\f0c1";
    font: normal normal 400 1.75rem/2rem FontAwesome;
    color: #2b3c57;
    padding-right: 0.75rem;
    display: block;
    float: left;
    position: relative;
}

.list-large-icons-item[data-type="pdf"]::before {
    content: "\f1c1";
    font: normal normal 400 1.75rem/2rem FontAwesome;
    color: #2b3c57;
    padding-right: 0.75rem;
    display: block;
    float: left;
    position: relative;
}

.list-large-icons-item[data-type="zip"]::before {
    content: "\f1c6";
    font: normal normal 400 1.75rem/2rem FontAwesome;
    color: #2b3c57;
    padding-right: 0.75rem;
    display: block;
    float: left;
    position: relative;
}

.icon-download-leader {
    margin: auto 20% auto 0;
    float: right;
}

.icon-download-leader::before {
    content: "\f019";
    font-family: FontAwesome;
    padding-right: 0.5rem;
    display: block;
    float: left;
    position: relative;
    margin: auto;
}

.icon-email-leader::before {
    content: "\f0e0";
    font-family: FontAwesome;
    padding-right: 0.5rem;
    display: block;
    float: left;
    position: relative;
}

.open-mc-popup {
    cursor: pointer;
}

.color-dkblue {
    color: #2b3c57;
}

.color-blue {
    color: #365d9d;
}

.color-ltblue {
    color: #c0d0d4;
}

.color-mustard {
    color: #af841d;
}

.video-thumbnail-mini {
    height: 90px;
    width: 160px;
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    background-size: 160px 90px;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
}

.video-thumbnail-mini::after {
    background-size: 1rem;
    background-position: center;
}

.article-text-image-left img, .article-text-image-right {
    max-width: 360px;
}

.article-text-image-left {
    float: left;
    padding: 0 0.5rem 0.5rem 0;
}

.article-text-image-right {
    float: right;
    padding: 0 0 0.5rem 0.5rem;
}

.article-text ul {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    padding-inline-start: 2.5rem !important;
}

.article-illustrated-result, .article-normal-result {
    border-bottom-color: #ccc;
    border-bottom-style: ridge;
    border-bottom-width: 0.5px;
}

@media only screen and (min-width:1200px) {
    a {
        cursor: pointer;
    }

    p {
        font-size: inherit;
        line-height: 1.6;
        text-rendering: optimizeLegibility;
        margin-bottom: 1rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1.125rem;
    }

    .mobile-navigation {
        display: none;
    }

    .video-icon-play:not(.video-no-mask):not(.video-thumbnail-mini) {
        position: relative;
        margin: 0;
        padding: 0;
        max-width: 369px;
        background-size: 369px !important;
        width: auto;
    }

    sidebar .video-icon-play:not(.video-icon-play-full):not(.video-thumbnail-mini) {
        max-width: 246px;
        background-size: 246px !important;
    }

    .sidebar-box-image {
        margin-top: 1rem;
        margin-bottom: 1rem;
        min-width: 23rem;
    }

    .sidebar-video {
        margin: 0.5rem auto;
        width: 246px;
    }

    .sidebar-video-title {
        font-size: 1.125rem;
        margin-bottom: 3rem;
        text-align: center;
        font-weight: 700;
    }

    .video-icon-play::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("/images/icon--play.svg");
        background-size: 3rem;
        background-repeat: no-repeat;
        background-position: right center;
        transition: all .25s ease-in-out;
    }

    .video-icon-play img {
        max-height: 369px;
    }

    .video-btn {
        outline: none;
    }

    .button {
        line-height: 1;
        cursor: pointer;
        transition: background-color 0.25s ease-out, color 0.25s ease-out;
        vertical-align: middle;
        border: 1px solid transparent;
        border-radius: 0;
        padding: 0.85em 1em;
        margin: 0 0 1rem 0;
        font-size: 1.25rem;
    }

    .navbar {
        background: #365d9d;
        width: 100%;
        padding: 0;
    }

    .navbar-active {
        background-image: url("/images/icon--active.png");
        background-repeat: no-repeat;
        background-position: top center;
    }

    .container-fluid {
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        width: 100%;
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-between;
    }

    .navbar-expand-xl.navbar-light.navbar-cprit .navbar-nav .nav-link {
        font-size: 1.125rem;
        font-weight: 700;
        padding: 0.5rem 1.25rem;
        line-height: 1;
        display: flex;
        align-items: center;
        height: 100%;
        color: #fff;
        text-decoration: none;
    }

    .navbar-nav > li {
        float: left;
        line-height: 1.6;
        display: flex;
        align-items: center;
        text-align: center;
        min-height: 3.9375rem;
        vertical-align: middle;
    }

    .navbar-right {
        float: right;
        display: none;
    }

    .tabs {
        margin: 0.9375rem 1.25rem;
    }

    .nav-tabs {
        margin: 0;
    }

        .nav-tabs .nav-link:not(.nav-nav-nav) {
            text-decoration: none;
            padding: 1.25rem 1.5rem;
            line-height: 1;
            border-radius: 0;
            border: 0;
            background-color: #c0d0d4;
        }

        .nav-tabs .nav-link {
            font-size: 1.5rem;
        }

        .nav-tabs .nav-item {
            margin-bottom: 0.5rem;
            margin-right: 0.625rem;
            line-height: 1.6;
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            padding: 0;
            white-space: nowrap;
        }

        .nav-tabs .nav-link:active {
            background-color: #fff;
        }

    .tab-pane {
        background-color: #fff;
        padding: 0.9375rem;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:active {
        color: #000;
    }

    .tabs-content-swap::before, .tabs-content-swap::after {
        display: table;
        content: " ";
        clear: both;
    }

    .tabs-content-swap {
        width: 75rem;
        clear: both;
        display: block;
        background-color: #fff;
        padding: 0;
        margin: 0;
        height: auto;
    }

    .tabs-content-swap-column {
        width: 25rem;
        display: inline-block;
        float: left;
    }

    .nav-tabs-swap {
        width: 27rem;
        margin-right: 2rem;
        float: left;
        right: -2rem;
    }

    .nav-link.btn-arrow:not(.btn-btn-btn) {
        width: 27rem;
        min-width: 27rem;
        max-width: 27rem;
        background-image: url("/images/button--secondary.png");
        display: block;
        text-align: left;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        padding-left: 1rem;
        padding-right: 3rem;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        outline: 0;
        box-shadow: none;
        transition: none;
        z-index: 10;
    }

    .btn-btn-btn.active {
        background-color: #af841d !important;
        color: #fff !important;
    }

    .btn-btn-btn {
        min-width: 27rem;
        max-width: 27rem;
        border-radius: 0.25rem !important;
        background-color: #c0d0d4 !important;
        color: #000 !important;
        margin: 0;
    }

    .nav-link.btn-arrow.active:not(.btn-btn-btn) {
        color: #fff;
        background-color: transparent;
        border-color: transparent;
        border: 0;
        background-image: url("/images/button--primary.png");
    }

    .tabs-content-swap-body {
        width: 50rem;
        padding-left: 3rem;
        float: left;
        height: auto;
        overflow-y: auto;
    }

    .grants-process-swap .tab-pane {
        padding: 1rem 0;
    }

    .accordion {
        margin: 0.9375rem 1.25rem;
    }

        .accordion .card {
            background-color: transparent;
            border-radius: 0;
            border: none;
            margin-top: 0.625rem;
        }

        .accordion .card-header {
            margin: 0;
            padding: 0.75rem 0 0.75rem 1rem;
            border-top: 2px solid #365d9d;
            background-color: #c0d0d4;
            max-width: 100%;
            word-wrap: normal;
            max-height: 3.75rem;
            line-height: 1rem;
        }

            .accordion .card-header:first-child {
                border-radius: 0;
            }

        .accordion .card-body {
            height: auto;
            background-color: #fff;
            color: #000;
            margin-bottom: 1rem;
            padding: 1rem;
            font-weight: 400;
            font-style: normal;
            text-rendering: optimizeLegibility;
            line-height: 1.4;
        }

        .accordion .accordion-crosshair::before {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            right: 0;
            top: 0;
            height: 3.75rem;
            width: 3.75rem;
            font-size: 2rem;
            color: #fff;
            background-color: #365d9d;
            content: "+";
            position: absolute;
        }

        .accordion .btn-cprit[aria-expanded="true"] .accordion-crosshair::before {
            content: "\2012";
        }

        .accordion .accordion-crosshair {
            overflow-wrap: break-word;
            word-wrap: break-word;
            outline: 0;
        }

        .accordion .btn-link {
            font-size: 1.2em;
            margin: -0.75rem 4rem 0 1rem;
            font-weight: 700;
            font-style: normal;
            text-decoration: none;
            color: #000;
            text-rendering: optimizeLegibility;
            line-height: 1.2rem;
            padding: 0;
            display: block;
            height: 3.75rem;
            top: 2px;
            outline: 0;
        }

    /* CPRIT hack for .btn Bootstrap wrap issue */
    .btn-cprit:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    .btn-cprit {
        text-align: left;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 0 transparent solid;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .accordion-in-table .btn-link {
        font-size: 1.1rem;
    }

    .accordion-in-table .card-body {
        font-weight: 400;
        font-size: 1.1rem;
    }

    .navbar-form {
        width: 15rem;
        margin: auto 0;
    }

    .form-control[type="search"] {
        font-size: 1rem;
        padding: 0;
        border-width: 1px 0 1px 1px;
        border-color: #999 transparent #999 #999;
        width: 13rem;
        line-height: 1rem;
        outline: 0;
        border-radius: 0;
        margin: 0;
        height: 2.5rem;
    }

    .cprit-btn-search {
        background-color: #365d9d;
        padding: 0.4325rem;
        outline: 0;
        border-radius: 0;
        margin: 0;
        width: 2rem;
        height: 2.5rem;
    }

    .ribbon-search .input-group {
        float: left;
        position: relative;
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
    }

    .ribbon-search .input-group-btn {
        float: right;
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
    }

    .cprit-btn-search::before {
        content: "\f002";
        color: #fff;
        font: normal normal normal 1rem/0 FontAwesome;
    }

    .card-horizontal {
        width: 100%;
        height: auto;
        padding: 1rem 0;
        margin: auto;
    }

    .card-row {
        display: flex;
        align-content: space-between;
        align-items: stretch;
        width: 100%;
        max-height: 16rem;
    }

    .card-column-1 {
        width: 33.3333%;
        height: 100%;
        float: left;
        margin: 0;
        border: 0;
        padding: 0;
        overflow: hidden;
        display: inline-block;
    }

    .card-column-2 {
        width: 66.6667%;
        float: left;
        margin: 0;
        padding: 0.5rem;
        overflow-y: auto;
        display: inline-block;
    }

    .card-horizontal-img {
        height: 100%;
        width: auto;
        max-height: 16rem;
        overflow: hidden;
    }

    .page-oversight-committee-meeting-details .table-grid {
        margin-top: 0;
    }

    .image-landing-header {
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid transparent;
        padding-bottom: 1rem;
        float: none;
    }

    .image-landing-body {
        width: 25rem;
        height: auto;
        outline: 0;
        border: 1px solid transparent;
        margin: 0 1rem 1rem 0;
        cursor: pointer;
    }

    .image-slideshow-thumbnail {
        max-width: 25rem;
        position: relative;
        height: auto;
        display: inline-block;
        float: left;
        margin: 0 1rem 1rem 0;
    }

    .image-landing-container {
        position: relative;
        width: 100%;
        height: auto;
    }

    .image-caption-overlay {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3333);
        display: block;
        position: absolute;
        bottom: 20px;
        z-index: 10;
        color: #fff;
        text-align: center;
        right: 15%;
        left: 15%;
        margin-left: -15%;
    }

    .image-slideshow-thumbnail .image-caption-overlay * {
        line-height: 1;
    }

    .image-slideshow-thumbnail::after {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        position: absolute;
        content: url("/images/icon--play.svg");
        width: 2rem;
        height: 2rem;
        margin: auto;
    }

    .image-landing-with-caption {
        width: 100%;
        position: relative;
        display: block;
    }

    .page-news .article-normal-result {
        border-bottom-color: #ccc;
        border-bottom-style: ridge;
        border-bottom-width: 0.5px;
    }

    .page-prevention .accordion {
        margin-left: 0;
    }

    .nav-breadcrumbs {
        font: normal normal normal 12px/2em "Proxima-nova", "Sans-serif";
        text-align: center;
        padding: 0.3333rem 0;
        background-color: rgba(255, 255, 255, 0.5);
        width: 100%;
        display: block;
    }

    .nav-breadcrumbs-row {
        max-width: 75rem;
        text-align: left;
        margin: 0 auto;
        padding: 0 0.625rem;
    }

    .nav-breadcrumb {
        color: #365d9d;
        text-decoration: underline;
        background-color: transparent;
        line-height: inherit;
    }

    .main .content {
        max-width: 75rem;
        text-align: center;
        line-height: 1.5;
        display: block;
        margin: 1rem auto;
        position: relative;
    }

        .main .content .article {
            text-align: left;
            padding: 0 0.625rem;
        }

    .main h2 {
        font-size: 2em;
    }

    .page-news .content::after {
        content: " ";
        display: table;
        clear: both;
        margin-bottom: 4rem;
    }

    .page-news .content {
        display: block;
    }

    .page-news .stay-connected::before, .page-our-impact .our-impact::before {
        top: 0;
        transform: skewY(1.5deg);
        -ms-transform: skewY(1.5deg);
        transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        background-color: #fff;
        content: " ";
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
    }

    .page-news .stay-connected, .page-our-impact .our-impact {
        background: url("/images/bg--right.png") no-repeat bottom right;
        display: block;
        position: relative;
    }

    .news-stay-connected, .our-impact-details {
        background-color: #fff;
        display: block;
        padding-top: 3rem;
        padding-bottom: 2.5rem;
    }

        .news-stay-connected > h2 {
            width: 75rem;
            text-align: left;
            margin-left: auto;
            margin-right: auto;
            padding: 0 0.5rem 1rem;
        }

        .page-news .stay-connected::after, .news-stay-connected::after {
            content: " ";
            display: table;
            clear: both;
        }

    .column {
        line-height: 1.5;
        display: block;
        margin: 1rem auto;
    }

    .full-column {
        line-height: 1.5;
        display: block;
        margin: 1rem auto;
        max-width: 75rem;
        float: left;
    }

    .column:first-of-type {
        float: left;
        max-width: 66.6666%;
    }

    .column:last-of-type {
        float: right;
        max-width: 33.3333%;
        min-width: 33.3333%;
        padding-left: 1rem;
    }

    .media-columns {
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
    }

    .article-columns {
        margin-left: auto;
        margin-right: auto;
        height: 100%;
    }

        .article-columns::after {
            content: " ";
            clear: both;
            display: table;
        }

    .article-columns-column {
        max-width: 23rem;
        display: block;
        margin: 1rem auto;
        padding: 0 1rem;
        float: left;
    }

    .scholar-card {
        width: 100%;
        margin-left: 1rem;
        margin-right: 1rem;
        float: left;
        height: auto;
    }

    .scholar-card-img {
        width: 100%;
        height: auto;
        border: 0;
        margin: 0;
        outline: 0;
        min-height: 1px; /* IE Fix */
    }

    .card-img-top {
        border-radius: 0;
        min-height: 1px;
    }

    .scholar-card-body {
        height: 14rem;
        margin: 0 1rem 2rem;
        background-color: #fff;
        text-align: center;
        display: block;
    }

    .scholar-card .card-text {
        font-size: 1.25rem;
        line-height: 1;
        margin: 0 -2rem;
        font-weight: 700;
    }

    .card-subtext {
        display: block;
        font-style: italic;
        font-size: 1rem;
        margin: 1.5rem -1rem 0.5rem;
        text-align: left;
    }

    .mechanism-card {
        width: 100%;
        margin-left: 1rem;
        margin-right: 1rem;
        float: left;
        height: auto;
        background-color: transparent;
        border: 0;
        outline: 0;
    }

    .mechanism-card-img {
        height: 156px;
        width: 180px;
        margin: 0 auto;
        border: 0;
        padding: 0;
        outline: 0;
        background-color: transparent;
        z-index: 15;
    }

    .mechanism-card-body {
        height: 9rem;
        width: 22rem;
        margin: -1.5rem auto auto;
        text-align: center;
        padding: 1rem 0.25rem;
    }

    .mechanism-1 {
        border: 1px solid #fff;
        background-color: #fff;
        color: #000;
    }

    .mechanism-2 {
        border: 1px solid #000;
        background-color: #fff;
        color: #000;
    }

    .mechanism-3 {
        border: 1px solid #365d9d;
        background-color: #365d9d;
        color: #fff;
    }

    .mechanism-4 {
        border: 1px solid #2b3c57;
        background-color: #365d9d;
        color: #fff;
    }

    .mechanism-5 {
        border: 1px solid #2b3c57;
        background-color: #2b3c57;
        color: #fff;
    }

    .mechanism-6 {
        border: 1px solid #000;
        background-color: #2b3c57;
        color: #fff;
    }

    .mechanism-card-body .card-title {
        font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
        font-size: 1.2rem;
        position: relative;
        margin-top: 1rem;
        font-weight: 700;
        line-height: 0.95;
    }

    .mechanism-card-body .card-text {
        font-size: 1rem;
        line-height: 1;
    }

    .news-stay-connected::after {
        content: " ";
        display: table;
        clear: both;
    }

    .media-column {
        width: 24rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        vertical-align: top;
        float: left;
        max-height: 30rem;
        min-height: 30rem;
        overflow-y: scroll;
        padding: 0.5rem 3rem;
        border-top-width: 1px;
        border-top-style: solid;
    }

    .column-youtube {
        border-top-color: #2b3c57;
    }

    .column-facebook {
        border-top-color: #af841d;
    }

    .column-twitter {
        border-top-color: #2b3c57;
    }

    .media-youtube-video {
        text-align: center;
        margin-bottom: 2rem;
    }

        .media-youtube-video img {
            float: none;
            margin-bottom: 0.5rem;
        }

        .media-youtube-video a {
            font-size: 0.875rem;
            font-weight: 700;
            display: block;
        }

    .media-column h4 {
        color: #2b3c57;
    }

    .main-banner {
        background-color: #fff;
        padding-top: 3px;
        position: relative;
    }

    .banner {
        max-width: 75rem;
        margin: 1rem auto 3rem;
    }

    .main-banner::after {
        bottom: 0;
        transform: skewY(1.5deg);
        -ms-transform: skewY(1.5deg);
        transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        background-color: inherit;
        content: " ";
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
    }

    .main-row {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        vertical-align: top;
    }

    .banner-row {
        margin-left: 1.125rem;
        margin-right: 1.125rem;
    }

    .banner-text {
    }

    .banner-lead {
        text-align: center;
        font-size: 2.1rem;
        margin: 2rem 0 4rem;
        line-height: 1;
        width: 100%;
    }

        .banner-lead::after {
            content: " ";
            display: table;
            clear: both;
        }

    .main-column {
        display: block;
        float: left;
        margin: 0 0.5rem;
    }

    .banner-column {
        padding-bottom: 3rem;
    }

    .banner-carousel-column {
        width: auto;
        margin-right: 1rem;
    }

    .carousel-caption a {
        color: #fff;
        text-decoration: none;
    }

    .carousel-caption-background {
        width: 100%;
        margin-left: -15%;
        background-color: rgba(0, 0, 0, 0.3333);
    }

    .banner-video-column {
        width: auto;
    }

    .banner-text-column {
        width: 20%;
        margin-right: -2rem;
    }

    .banner-video-column .video-icon-play {
        max-width: 369px;
        margin-left: auto;
        margin-right: 1rem;
    }

    /*
	.banner-column:first-of-type
	{
		width: 50%;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.banner-column:last-of-type
	{
		width: 16.6667%;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
*/
    .banner h2 {
        text-decoration: none;
    }

    .ribbon {
        margin: 0;
        margin-inline-start: 0;
    }

    .ribbon-wrap {
        margin-left: auto;
        margin-right: auto;
        padding: 0 0.9375rem;
        max-width: 75rem;
        display: block;
        min-height: 9rem;
    }

        .ribbon-wrap::after {
            content: " ";
            display: table;
            clear: both;
        }

    .ribbon-option {
        outline: 0;
        display: table-cell;
        vertical-align: text-top;
        margin: 0;
        padding: 0;
        line-height: 1.6;
        list-style-type: none;
    }

        .ribbon-option > a {
            display: block;
            padding: 0.7rem 0.4rem;
            margin-bottom: 0;
            color: #365d9d;
            text-decoration: underline;
            cursor: pointer;
            background-color: transparent;
        }

    .ribbon-search {
        outline: 0;
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        line-height: 1.6;
        list-style-type: none;
        padding-left: 1rem;
        text-align: left;
    }

    .main-about {
        background: url("/images/bg--top-right.png") no-repeat top right, url("/images/bg--left.png") no-repeat bottom left;
        background-size: 50%;
        padding-top: 4em;
        padding-bottom: 4em;
        display: block;
    }

    .about {
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    .about-row {
        width: 75rem;
    }

    .about-impact {
        width: 75%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .impact-heading {
        display: flex;
        align-items: center;
    }

        .impact-heading h2 {
            margin: 0 1rem 0 0;
        }

        .impact-heading a {
            margin: 0;
        }

    .impact-funding-row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
        max-width: none;
    }

    .momentum-row {
        width: 75rem;
        margin: 0 auto;
        display: block;
    }

        .momentum-row::after {
            display: table;
            content: " ";
            clear: both;
        }

    .funding-card {
        width: 33.3333%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .momentum-card {
        width: 24rem;
        padding-left: 1rem;
        padding-right: 1rem;
        float: left;
    }

    .funding-card .card {
        height: 20rem;
        margin: 0 0 2rem 0;
        background-color: #fff;
        text-align: center;
        display: block;
    }

    .momentum-card .card {
        height: 24rem;
        margin: 0 0 2rem 0;
        background-color: #fff;
        text-align: center;
        display: block;
    }

    .momentum-card img {
        width: 352px;
        height: 198px;
        border: 0;
    }

    .card figcaption {
        padding: 1rem;
        display: block;
    }

    .card h1 {
        font-size: 3.875rem;
        font-family: "Trajan-Pro-3", Serif;
        font-weight: 400;
        line-height: 1;
        color: #365d9d;
    }

    .about-event {
        float: right;
        width: 25%;
        flex: 1;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

        .about-event img {
            margin-bottom: 1rem;
        }

    .event-subtext {
        font-size: 1.125rem;
    }

    .main-programs {
        background: url("/images/bg--top-right.png") no-repeat top right, url("/images/bg--left.png") no-repeat bottom left;
        background-color: #a5bbc2;
        padding-top: 3rem;
        padding-bottom: 3rem;
        position: relative;
        display: block;
    }

        .main-programs::before {
            top: 0;
            transform: skewY(-1.5deg);
            -ms-transform: skewY(-1.5deg);
            transform-origin: 0 0;
            -ms-transform-origin: 0 0;
        }

        .main-programs::after {
            bottom: 0;
            transform: skewY(1.5deg);
            -ms-transform: skewY(1.5deg);
            transform-origin: 0 0;
            -ms-transform-origin: 0 0;
        }

        .main-programs::before, .main-programs::after {
            background-color: inherit;
            content: "";
            display: block;
            height: 50%;
            left: 0;
            position: absolute;
            right: 0;
            z-index: -1;
        }

    .programs {
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
    }

        .programs::after {
            content: " ";
            display: table;
            clear: both;
        }

    .programs-row {
        width: 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .main-sub-column {
        width: 34rem;
        margin: 0 1rem 1rem;
        float: left;
    }

    .programs-heading {
        display: flex;
        align-items: center;
    }

        .programs-heading h2 {
            margin: 0 1rem 0 0;
        }

    .programs-type-row::before {
        content: " ";
        display: table;
        clear: both;
    }

    .programs-type-row {
        margin: 2rem -0.9375rem;
        padding: 0;
    }

    .programs-type-card {
        width: 33.3333%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .type-card {
        height: 252px;
        margin: 3.75rem 0 2rem 0;
        text-align: center;
        display: block;
    }

        .type-card a {
            text-decoration: none;
        }

        .type-card img {
            margin-top: -3.75rem;
            height: 124px;
            width: 124px;
        }

    .main-news {
        background: url("/images/bg--top-right.png") no-repeat top right, url("/images/bg--left.png") no-repeat bottom left;
        background-size: 50%;
        padding-top: 3rem;
        padding-bottom: 3rem;
        display: block;
    }

    .news {
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
    }

        .news::after {
            content: " ";
            display: table;
            clear: both;
        }

    .news-row {
        width: 100%;
        float: left;
        display: block;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

        .news-row::after {
            content: " ";
            display: table;
            clear: both;
        }

    .news-heading {
        display: flex;
        align-items: center;
    }

        .news-heading h2 {
            margin: 0 1rem 0 0;
        }

    .news-columns {
        margin-bottom: 1rem;
        display: flex;
        max-width: none;
        padding: 0;
    }

        .news-columns::after {
            content: " ";
            display: table;
            clear: both;
        }

    .news-card {
        width: 25%;
        flex: 1;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

        .news-card .card {
            border-top: 0;
            border-right: 0;
            border-bottom: 0;
            border-left: solid 0.9375rem;
            border-radius: 0;
            text-align: left;
            margin: 0 0 2rem 0;
            background-color: #fff;
            height: 100%;
            display: block;
        }

        .news-card:nth-of-type(1) .card {
            border-color: #365d9d;
        }

        .news-card:nth-of-type(2) .card {
            border-color: #af841d;
        }

        .news-card:nth-of-type(3) .card {
            border-color: #2b3c57;
        }

        .news-card:nth-of-type(4) .card {
            border-color: #c0d0d4;
        }

    .news-column {
        width: 50%;
        float: left;
        padding-left: 0.9375;
        padding-right: 0.9375;
    }

    .news-reports {
        margin: 3px -0.9375rem 0;
        max-width: none;
        padding: 0;
        align-items: center;
        display: flex;
    }

        .news-reports::after {
            content: " ";
            display: table;
            clear: both;
        }

    .news-arrow {
        width: 25%;
        height: auto;
        flex: 1;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
        margin: auto 0;
    }

    .news-details {
        float: right;
        width: 75%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .news-article {
        display: block;
    }

    .news-header {
        margin: 0;
    }

    .main-grants {
        background-image: url("/images/bg--top-right.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-color: #fff;
        padding-top: 3rem;
        padding-bottom: 3rem;
        margin-top: 2rem;
        position: relative;
        display: block;
    }

        .main-grants::before {
            top: 0;
            content: "";
            background-color: inherit;
            display: block;
            height: 50%;
            left: 0;
            right: 0;
            z-index: -1;
            position: absolute;
            transform: skewY(-1.5deg);
            -ms-transform: skewY(-1.5deg);
            transform-origin: 0 0;
            -ms-transform-origin: 0 0;
        }

    .grants {
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
    }

    .grants-row {
        display: block;
    }

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

    .grants::after {
        clear: both;
        content: " ";
        display: table;
    }

    .grants-row {
        width: 100%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .grants-awards {
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

        .grants-awards::before, .grants-awards::after {
            content: " ";
            display: table;
        }

        .grants-awards::after {
            clear: both;
        }

    .awards-funded-column {
        width: auto;
        float: left;
        margin-left: 0.625rem;
        margin-right: 0.625rem;
        text-align: center;
    }

    .awards-awarded-column {
        width: auto;
        float: right;
        margin-left: 0.625rem;
        margin-right: 0.625rem;
        text-align: center;
    }

    .grants-awards .card {
        background: transparent;
        border-radius: 0;
        border: 0;
        display: block;
        align-items: baseline;
        margin: 0 0 2rem 0;
        text-align: center;
    }

    .grant-counter-number {
        font-family: "trajan-pro-3";
        font-size: 3.875rem;
        font-weight: 400;
        line-height: 1;
        color: #000;
        font-style: normal;
        text-rendering: optimizeLegibility;
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .grant-counter-text {
        color: #000;
        font-weight: 700;
        font-style: normal;
        text-rendering: optimizeLegibility;
        margin-top: 0;
        margin-bottom: 0.5rem;
        line-height: 1.4;
        font-size: 1.25rem;
    }

    .grants-awards-small {
        margin-left: auto;
        margin-right: auto;
        max-width: 37.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        width: auto;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .grants-awards-small::before, .grants-awards-small::after {
            content: " ";
            display: table;
        }

        .grants-awards-small::after {
            clear: both;
        }

    .float-lt {
        float: left;
    }

    .float-rt {
        float: right;
    }

    .invisible {
        visibility: hidden;
    }

    .branding-row {
        display: flex;
        align-items: center;
        max-width: 75rem;
        margin: 0 auto;
        padding: 0;
    }

    .branding-item:first-of-type {
        max-width: 45rem;
        float: left;
    }

    .branding-item:last-of-type {
        float: right;
        max-width: 30rem;
        margin-top: auto;
        margin-bottom: auto;
        height: 2.5rem;
        text-align: right;
    }

    .search-form {
        display: table;
        width: 100%;
        padding: 0;
        margin-bottom: 1rem;
    }

    .search-input {
        background-color: #eaeae7;
        border-radius: 0;
        border: none;
        margin: 0;
        height: 2.5rem;
        white-space: nowrap;
        display: table-cell;
        vertical-align: middle;
    }

    .form-button {
        background-color: #365d9d;
        color: #fff;
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
        text-decoration: none;
        font-weight: 700;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        height: 2.4375rem;
        width: 2.4375rem;
        margin: 0;
        white-space: nowrap;
        display: table-cell;
        vertical-align: middle;
    }

    .search-button {
        background-image: url(/images/icon--search.svg);
    }

    .footer-links {
        color: #fff;
        background-color: #333;
        padding-top: 3rem;
        padding-bottom: 3rem;
        display: block;
        font-size: 1em;
    }

    .footer-row {
        margin-left: auto;
        margin-right: auto;
        max-width: 75rem;
        display: block;
    }

        .footer-row::before {
            content: " ";
            display: table;
        }

        .footer-row::after {
            content: " ";
            display: table;
            clear: both;
        }

    .footer-column {
        line-height: normal;
        width: 16.6667%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

        .footer-column:first-of-type {
            padding-left: 0;
        }

    .footer-column-wide {
        width: 33.3333%;
    }

    .footer-list {
        list-style-type: disc;
        line-height: 1.6;
        margin-bottom: 0.9rem;
        list-style-position: outside;
    }

    .footer-row a {
        color: #fff;
    }

    .footer-row h3 {
        margin-bottom: 0;
        font-weight: 700;
        font-style: normal;
        text-rendering: optimizeLegibility;
        margin-top: 0;
        line-height: 1.4;
    }

    .footer-row h4 {
        margin-bottom: 0;
        font-weight: 700;
        font-style: normal;
        text-rendering: optimizeLegibility;
        margin-top: 0;
        line-height: 1.4;
    }

    .logo-footer {
        margin-bottom: 2rem;
        border: 0;
        max-width: 369px;
    }

    .footer-connection-column {
        max-width: 10rem;
        float: left;
    }

        .footer-connection-column:last-of-type {
            margin-left: 3rem;
        }

    .footer-address {
        font-size: 0.75em;
    }

    .license-plate {
        color: #000;
        background: transparent;
        width: 85%;
        height: auto;
        margin-top: 10px;
    }

    section.copyright {
        padding: 1rem 2rem;
    }

    .copyright-ribbon {
        text-align: center;
        margin: 0 auto;
        max-width: 75rem;
        display: block;
    }

    .copyright-list {
        display: flex;
        margin: 0;
        list-style-type: none;
        line-height: 1.6;
        list-style-position: outside;
        justify-content: space-between;
    }

    .copyright-item {
        list-style-type: none;
        line-height: 1.6;
        list-style-position: outside;
    }

    sidebar {
        display: block;
        margin: 0 0 2rem 0;
    }

        sidebar.highlight {
            padding: 2rem;
            border-radius: 0;
            position: relative;
            color: #000;
            background-color: #fff;
        }

        sidebar.navigation .button {
            width: 100%;
        }

    .btn-arrow {
        display: block;
        text-align: left;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        padding-left: 1rem;
        padding-right: 3rem;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        outline: 0;
        box-shadow: none;
        transition: none;
    }

        .btn-arrow.btn-primary {
            background-image: url(../images/button--primary.png);
        }

        .btn-arrow.btn-secondary {
            background-image: url(../images/button--secondary.png);
        }

            .btn-arrow.btn-primary:hover, .btn-arrow.btn-secondary:hover, .btn-arrow.btn-primary:active, .btn-arrow.btn-secondary:active {
                background-color: transparent;
                text-decoration: none;
                outline: 0;
                box-shadow: none;
                transition: none;
                border-color: transparent;
            }

    .btn-small {
        width: 50%;
        max-width: 15rem;
        transition: none;
    }

    .logos {
        height: auto;
        width: 100%;
        padding: 1rem 0.9375rem;
        margin: 0 auto;
    }

    .logos-grid {
        width: 100%;
        margin: 0;
        outline: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .logos-item {
        border: 1px solid #666;
        border-radius: 0.3333rem;
        height: 78px;
        width: 190px;
        min-height: 78px;
        min-width: 190px;
        float: left;
        display: flex;
        text-align: center;
        background-color: #fff;
    }

        .logos-item img {
            border: 0;
            outline: 0;
            max-width: 186px;
            max-height: 74px;
            width: auto;
            height: auto;
            padding: 2px;
            margin: auto;
        }

    .article-highlight {
        background-color: #fff;
        width: 100%;
        padding: 0.75rem;
    }

    .article-illustrated-result {
        width: 100%;
        display: block;
        float: none;
    }

    .article-normal-result {
        width: 100%;
        display: block;
        float: none;
        background-color: #fff;
        padding: 0.75rem;
    }

        .article-illustrated-result::after, .article-normal-result::after {
            clear: both;
            display: table;
            content: " ";
        }

    .article-illustrated-result::after {
        margin-bottom: 1rem;
    }

    .article-result-illustration {
        display: block;
        width: 12rem;
        height: 12rem;
        margin: 0 1rem 1rem 0;
        float: left;
    }

    .article-result-column {
        display: block;
        width: auto;
        height: auto;
        font-size: 1rem;
        line-height: 1rem;
    }

    .article-result-image {
        width: 12rem;
        height: 12rem;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .article-result-title a {
        color: #365d9d;
        font-weight: 700;
    }

    .article-result-date, .article-result-category {
        margin-bottom: 1rem;
        font-size: 1rem;
        display: inline-block;
    }

    .article-result-category {
        margin-left: 2rem;
    }

        .article-result-category a {
            text-decoration: none;
        }

        .article-result-category::after {
            display: table;
            margin-bottom: 1rem;
            content: " ";
        }

    .article-results-select-right {
        text-align: right;
        font-size: 0.875rem;
        margin: 1rem 0;
    }

        .article-results-select-right select, .article-results-select-right option {
            font-size: 0.875rem;
            font-weight: 700;
        }

    .article-result-feature {
        font-size: 1.625rem;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

    .article-result-fieldrow {
        display: table;
    }

    .article-result-fieldname {
        display: table-cell;
        font-weight: 700;
        width: auto;
        padding-right: 0.5rem;
        white-space: nowrap;
    }

    .article-result-value {
        display: table-cell;
        word-wrap: break-word;
        vertical-align: top;
        text-align: left;
        width: 100%;
    }

    .article-result-value-part {
        margin-right: 0.25rem;
        display: inline-block;
        word-wrap: normal;
    }

    .pagination-row {
        font-size: 1rem;
        margin: 1rem auto;
        width: auto;
        text-align: center;
        color: #000;
    }

    .pagination-first, .pagination-previous, .pagination-pages, .pagination-next, .pagination-last {
        display: inline-block;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .pagination-link {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
        color: #000;
    }

    .modal-backdrop {
        opacity: 0.35 !important;
    }

    .modal-content {
        overflow: hidden;
    }

    .modal-body-title {
        font-weight: 700;
        padding: 1rem 3rem;
        width: 100%;
        line-height: 1;
        font-size: 1.5rem;
        text-align: center;
    }

    .modal-portfolio .modal-body-title {
        font-size: 1.75rem;
        padding: 0.5rem 3rem;
    }

    .modal-body-subtitle {
        font-weight: 400;
        font-style: italic;
        padding: 1rem;
        width: 100%;
        line-height: 1;
        font-size: 1.25rem;
        text-align: center;
    }

    .modal-core-facilities-list, .modal-portfolio-list {
        padding: 0 3rem 1rem;
        display: table;
    }

    .modal-core-facilities-row, .modal-portfolio-row {
        width: 100%;
        border: 0;
        margin: 1rem 0;
        display: table-row;
        vertical-align: top;
    }

    .modal-core-facilities-row::after, .modal-portfolio-row::after {
        clear: both;
        content: " ";
        display: table;
    }
    
    .modal-core-facilities-row-header, .modal-portfolio-row-header {
        border: 0;
        margin: 0;
        padding: 0.5rem;
        display: table-cell;
        text-align: right;
        font-weight: 700;
    }

    .modal-core-facilities-row-header {
        width: 20%;
    }

    .modal-portfolio-row-header {
        width: 25%;
    }

    .modal-core-facilities-row-value, .modal-portfolio-row-value {
        width: auto;
        border: 0;
        margin: 0;
        padding: 0.5rem;
        display: table-cell;
        text-align: left;
    }

    .modal-momentum, .modal-facilities, .modal-portfolio {
        overflow: hidden;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .modal-momentum
    {
        height: 500px;
        width: 800px;
    }

        .modal-momentum .modal-dialog {
            max-width: 800px;
            max-height: 500px;
            width: 800px;
            height: 500px;
            margin: auto;
            overflow: hidden;
        }

        .modal-facilities .modal-dialog, .modal-portfolio .modal-dialog {
            max-height: 500px;
            height: 500px;
            margin: auto;
            overflow: hidden;
        }

        .modal-momentum .modal-content {
            margin: -250px auto auto;
            width: 800px;
            height: 500px;
            top: 50%;
            overflow: hidden;
        }

        .modal-facilities .modal-content {
            margin: -250px auto auto;
            top: 50%;
        }

    .modal-portfolio .modal-content {
        margin: -300px auto auto;
        top: 50%;
    }

    .modal-facilities .modal-content, .modal-facilities .modal-dialog, .modal-facilities {
        width: 700px;
        max-width: 700px;
        height: 500px;
        max-height: 500px;
    }

        .modal-portfolio .modal-content, .modal-portfolio .modal-dialog, .modal-portfolio {
            width: 800px;
            max-width: 800px;
            height: 600px;
            max-height: 600px;
        }

    .modal-header {
        height: 3rem;
        min-height: 3rem;
        max-height: 3rem;
    }

    .modal-body {
        padding: 0;
        overflow: hidden;
    }

    .modal-momentum .modal-body {
        overflow-y: auto;
    }

        .modal-momentum .modal-body .modal-body-text {
            padding: 1rem;
        }

        .modal-momentum .modal-body .modal-body-highlight-row {
            float: left;
            width: 100%;
            padding: 0;
            margin: 0;
            border: 0;
            height: 4rem;
            position: relative;
        }

            .modal-momentum .modal-body .modal-body-highlight-row::after {
                clear: both;
                content: " ";
                display: table;
            }

        .modal-momentum .modal-body .modal-body-highlight-number {
            font-size: 3.125rem;
            font-family: "Trajan-Pro-3", Serif;
            font-weight: 700;
            line-height: 1;
            color: #365d9d;
            text-align: center;
            float: left;
            width: 10rem;
        }

        .modal-momentum .modal-body .modal-body-highlight-value {
            font-size: 1.125rem;
            font-family: "Trajan-Pro-3", Serif;
            font-weight: 400;
            line-height: 1;
            color: #365d9d;
            text-align: center;
            float: left;
            width: 33rem;
        }

        .modal-momentum .modal-body .modal-body-highlight-fullvalue {
            font-size: 1.125rem;
            font-family: "Trajan-Pro-3", Serif;
            font-weight: 400;
            line-height: 1;
            color: #365d9d;
            text-align: center;
            float: left;
            width: 48rem;
        }

    .all-caps {
        text-transform: uppercase;
    }

    .modal-momentum .modal-body-highlight-subtext {
        font-size: 1.125rem;
        color: #af841d;
        border-top: 1px solid #af841d;
        padding: 1rem;
        text-align: center;
        position: relative;
        clear: both;
        width: 100%;
        margin-top: 0.5rem;
    }

    .modal-momentum .modal-body-highlight-more {
        font-size: 1rem;
        width: 100%;
        padding-bottom: 1rem;
        text-align: center;
    }

    .modal-momentum .modal-body-details {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .modal-body-row-left-image-single, .modal-body-row-right-image-single,
    .modal-body-row-left-image-double, .modal-body-row-right-image-double {
        float: left;
        width: 100%;
        position: relative;
    }

    .modal-momentum .modal-body-row-left-image-single .modal-body-row-column-left {
        float: left;
        width: 12rem;
        height: 12rem;
        padding: 0.5rem;
        display: inline-block;
        position: relative;
    }

    .modal-momentum .modal-body-row-left-image-single .modal-body-row-column-right {
        float: left;
        padding: 0.5rem;
        width: 34rem;
        display: inline-block;
        position: relative;
    }

    .modal-momentum .modal-body-row-right-image-single .modal-body-row-column-left {
        float: left;
        padding: 0.5rem;
        width: 34rem;
        display: inline-block;
        position: relative;
        text-align: right;
    }

    .modal-momentum .modal-body-row-right-image-single .modal-body-row-column-right {
        float: left;
        width: 12rem;
        height: 12rem;
        padding: 0.5rem;
        display: inline-block;
        position: relative;
    }

    .modal-momentum .modal-body-row-left-image-double .modal-body-row-column-left {
        float: left;
        width: 8rem;
        height: 18rem;
        padding: 0.5rem;
        display: inline-block;
        position: relative;
    }

    .modal-momentum .modal-body-row-left-image-double .modal-body-row-column-right {
        float: left;
        padding: 0.5rem;
        width: 38rem;
        display: inline-block;
        position: relative;
    }

    .modal-momentum .modal-body-row-right-image-double .modal-body-row-column-left {
        float: left;
        padding: 0.5rem;
        width: 38rem;
        display: inline-block;
        position: relative;
        text-align: right;
    }

    .modal-momentum .modal-body-row-right-image-double .modal-body-row-column-right {
        float: left;
        width: 8rem;
        height: 18rem;
        padding: 0.5rem;
        display: inline-block;
        position: relative;
    }

    .modal-momentum .modal-body-details h4 {
        color: #365d9d;
    }

    .modal-body-figures-header {
        font-size: 1.25rem;
        font-weight: 400;
        padding: 1rem 1rem 2rem;
        width: 100%;
    }

    .modal-body-figures-row {
        width: 46.5rem;
        float: left;
        margin: 0.5rem 0;
    }

    .modal-body-figures-column {
        background-color: #365d9d;
        color: #fff;
    }

    .modal-body-figures-columns-two .modal-body-figures-column {
        width: 22.25rem;
        margin: 0.5rem;
        padding: 1rem;
        float: left;
        height: 6.25rem;
    }

    .modal-body-figures-columns-two .modal-body-figures-number {
        width: 10rem;
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
        float: left;
        padding: 0.875rem 0;
    }

    .modal-body-figures-columns-two .modal-body-figures-text {
        width: 10rem;
        font-size: 1rem;
        font-weight: 400;
        text-align: left;
        float: left;
    }

    .modal-body-figures-columns-one .modal-body-figures-column {
        width: 45.5rem;
        margin: 0.5rem;
        padding: 2rem;
    }

    .modal-body-figures-columns-one .modal-body-figures-number {
        width: 100%;
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
        float: none;
    }

    .modal-body-figures-columns-one .modal-body-figures-text {
        width: 100%;
        font-size: 1rem;
        font-weight: 400;
        text-align: left;
        padding: 0 2rem;
    }

        .modal-body-figures-columns-one .modal-body-figures-text ul, .modal-body-figures-columns-one .modal-body-figures-text p {
            line-height: 1;
        }

    .modal-content-header {
        vertical-align: middle;
        height: 136px;
        min-height: 136px;
        clear: both;
        display: flex;
        justify-content: space-between;
    }

        .modal-content-header::after {
            content: " ";
            clear: both;
            display: table;
        }

    .modal-content-header-item {
        float: left;
    }

        .modal-content-header-item:first-of-type {
            width: 150px;
            height: 100px;
        }

        .modal-content-header-item:nth-of-type(2) {
            margin: auto 2rem;
            width: 100%;
            text-align: left;
        }

        .modal-content-header-item:last-of-type {
            width: 45px;
            align: right;
            top: 0;
            right: 0;
        }

    .modal-logo {
        width: auto;
        max-height: 100px;
        border: 0;
        outline: 0;
        margin: auto 0.5rem;
        display: block;
    }

    .modal-title {
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
        margin: auto 0;
        display: block;
        height: 2rem;
    }

    .modal-close {
        font-size: 1.5rem;
    }

    ul {
        list-style-type: disc;
        line-height: 1.6;
        margin-left: 1.25rem;
        margin-bottom: 1rem;
        list-style-position: outside;
    }

    .body {
        position: relative;
        min-height: 100vh;
        top: 0;
        overflow: auto;
        height: 100%;
        padding: 0;
        margin: 0;
        font-weight: normal;
        line-height: 1.5;
        color: #000;
        background: #eaeae7;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1.1rem;
    }

    .meltwater-wrapper {
        background-color: #fff;
        padding: 0.5rem;
        margin-left: 0.9325rem;
        margin-right: 0.9325rem;
        height: 12.5rem;
        width: 30rem;
    }

    .meltwater-wrapper .meltwater {
        width: 29rem;
        max-width: 29rem;
        height: 11.5rem;
        max-height: 11.5rem;
        margin: auto;
        padding: 0;
        border: 0;
        outline: 0;
    }

    .sidebar-meltwater {
        background-color: #fff;
        height: 12rem;
    }

    .article-read-more {
        color: #365d9d;
        border: 1px solid #365d9d;
        background-color: #fff;
        padding: 0.5rem 1rem;
        margin: 0 0.25rem;
        font-size: 0.9325rem;
        font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
        font-weight: 400;
        width: inherit;
        height: auto;
        text-decoration: none;
        display: block;
        clear: both;
        float: left;
    }

        .article-read-more::before {
            clear: both;
            display: table;
            content: " ";
        }

    .header {
        display: block;
        background: #fff;
        margin: 0;
        border: 0;
        padding: 0;
    }

    .bg-cream {
        background: #eaeae7;
    }

    .display_row {
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
    }

        .display_row::before, .display_row::after, .module_tabs::before, .module_tabs::after {
            content: " ";
            display: table;
        }

        .display_row::after, .module_tabs::after {
            clear: both;
        }

    .row--columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .header__section_columns__small {
        width: 100%;
    }

    .header__menu {
        margin: 0;
        list-style-type: none;
    }

    .menu--left {
        float: left;
    }

    .menu--right {
        float: right;
    }

    .header__menu > li, .footer__section_row > li {
        outline: 0;
        display: table-cell;
        vertical-align: middle;
    }

        .header__menu > li > a, .footer__section_row > li > a {
            display: block;
            padding: 0.7rem 0.4rem;
            margin-bottom: 0;
        }

            .header__menu > li > a i, .footer__section_row > li > a i {
                vertical-align: middle;
                margin-right: .25rem;
                display: inline-block;
                font-style: normal;
            }

    .social-media-stack {
        position: relative;
        display: inline-block;
        width: 2em;
        height: 2em;
        line-height: 2em;
        vertical-align: middle;
    }

    .social-media-icon {
        text-decoration: none;
        font: normal normal normal 14px/2em FontAwesome;
        font-size: inherit;
        text-rendering: auto;
    }

        .social-media-icon i {
            font-style: normal;
        }

    .social-media-inverse {
        color: #fff;
    }

    .social-media-stack-single {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .social-media-stack-large {
        font-size: 1.3333em;
    }

    .social-media-stack-inverse {
        color: #fff;
    }

    .social-media-stack-twitter.social-media-stack-inverse {
        background-color: #00aae2;
    }

    .social-media-stack-facebook.social-media-stack-inverse {
        background-color: #00589c;
    }

    .social-media-stack-youtube.social-media-stack-inverse {
        background-color: #ff2237;
    }

    .social-media-stack-twitter.social-media-stack-inverse:before,
    .social-media-stack-twitter.social-media-white:before {
        content: "\f099";
    }

    .social-media-stack-facebook.social-media-stack-inverse:before,
    .social-media-stack-facebook.social-media-white:before {
        content: "\f09a";
    }

    .social-media-stack-youtube.social-media-stack-inverse:before,
    .social-media-stack-youtube.social-media-white:before {
        content: "\f16a";
    }

    .menu--invisible {
        visibility: hidden;
    }

    #logo {
        max-width: 40rem;
        width: 40rem;
        margin: 1rem 1rem 1rem 0;
        border: 0;
    }

    .social-media-white {
        color: #000;
        background-color: #fff;
    }

    .social-media-menu {
        margin: 0;
        list-style-type: none;
    }

        .social-media-menu > li {
            outline: 0;
            display: table-cell;
            vertical-align: middle;
        }

            .social-media-menu > li:not(:last-child) {
                padding-right: 1rem;
            }

            .social-media-menu > li > a {
                padding-top: 0.7rem;
                padding-bottom: 0.7rem;
                display: block;
                line-height: 1;
                margin-bottom: 0;
            }

    .footer_copyright {
        padding: 1rem 2rem;
    }

    .nav_copyright {
        text-align: center;
    }

    .copyright_bar {
        display: flex;
        margin: 0;
        list-style-type: none;
        line-height: 1.6;
        list-style-position: outside;
        justify-content: space-between;
    }

    .video-player-hide {
        display: none;
    }

    .video-modal {
        display: none;
        position: fixed;
        z-index: 100;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.75);
        padding: 25vh 0;
    }

    main {
        display: block;
    }

    section.l-banner {
        padding-top: 3px;
    }

    .twitter-row {
        border-bottom: 1px solid #e6ecf0;
        cursor: pointer;
        position: relative;
        min-height: 51px;
        padding: 9px 12px;
    }

    .twitter-rules {
        margin-left: 1.5rem;
        font-size: 12px;
        margin-top: -3px;
        margin-bottom: 3px;
        color: #657786;
        cursor: pointer;
    }

    .twitter-column-icon {
        float: left;
        margin-top: 3px;
        position: absolute;
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }

    .twitter-body {
        margin-left: 58px;
        font-size: 14px;
    }

    .twitter-byline {
        display: inline-block;
    }

        .twitter-byline::after {
            content: " \00b7 ";
            display: inline-block;
        }

    .twitter-byline-name {
        font-weight: 700;
        color: #000;
        display: inline-block;
    }

    .twitter-byline-account {
        color: #657786;
        display: inline-block;
    }

    .twitter-posted {
        color: #657786;
        display: inline-block;
    }

    .twitter-text::before {
        display: table;
        content: " ";
        clear: both;
    }

    .graphic-grants-process {
        width: 100%;
        display: flex;
        align-content: space-between;
        align-items: center;
        vertical-align: middle;
        height: 5rem;
    }

    .grants-process-pill {
        min-width: 7.125rem;
        max-width: 7.125rem;
        height: 5rem;
        padding: 0.5rem;
        border-radius: 0.5rem;
        border: 1px solid #dee2e6;
        float: left;
        background-color: #c0d0d4;
        text-align: center;
        display: table;
        line-height: 4rem;
    }

    .grants-process-pill-link {
        color: #000;
        text-decoration: none;
        display: table-cell;
        font-weight: 700;
        line-height: 1;
        margin: auto;
        width: 99%;
        vertical-align: middle;
    }

        .grants-process-pill-link:hover {
            text-decoration: none;
            color: #000;
            background-color: transparent;
            font-weight: 700;
        }

    .grants-process-arrow::after {
        color: #2b3c57;
        content: "\25ba";
        font-size: 1rem;
        margin: auto 1px;
    }

    .page-grants-process .nav-tabs {
        border: 0;
    }

    .grants-process-swap, .core-facilities-wrapper, {
        background-color: #fff;
        position: relative;
        padding: 3px 0 1rem;
    }

    .page-grants-process .tabs {
        margin-bottom: 0;
    }

    .grants-process-swap-content, .core-facilities-content {
        max-width: 75rem;
        margin: 1rem auto 0;
    }

    .page-grants-process .content::after, .page-grants-funded .content::after, .page-product-development .content::after {
        content: " ";
        display: table;
        clear: both;
    }

    .grants-process-swap::before, .core-facilities-wrapper::before, .stay-connected::before {
        transform: skewY(1.5deg);
        -ms-transform: skewY(1.5deg);
        transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        background-color: #fff;
        content: " ";
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
    }

    .tabs-content-swap-column .nav-item {
        display: block;
        line-height: 2.5rem;
    }

    .tabs-content-swap-column .nav-link {
        overflow-wrap: break-word;
        word-wrap: break-word;
        outline: 0;
        white-space: normal;
        font-size: 1rem;
        line-height: 1.1;
        padding-right: 3rem;
        vertical-align: middle;
        display: table-cell;
    }

    .nav-nav-nav.active {
        background-color: #fff !important;
        color: #2b3c57 !important;
    }

    .nav-nav-nav {
        border-width: 1px !important;
        border-radius: 0.25rem !important;
        background-color: #2b3c57 !important;
        border-color: #2b3c57 !important;
        color: #fff !important;
        text-decoration: none;
        padding: 1.25rem 1.5rem;
        line-height: 1;
        font-size: 1.5rem;
    }

    .swap-notes {
        font-size: 0.75em;
    }

    /* Video Modal CSS */
    .modal-video .modal-dialog {
        width: 960px;
        height: 540px;
        top: 50%;
        left: 50%;
        margin: -270px 0 0 -480px;
    }

    .modal-video .modal-body, .modal-video .modal-content {
        position: relative;
        padding: 0px;
        min-width: 960px;
        min-height: 540px;
    }

    .modal-video .close {
        position: absolute;
        right: 10px;
        top: 0;
        z-index: 900;
        font-size: 2rem;
        font-weight: normal;
        color: #fff;
        opacity: 1;
    }

    .vjs-big-play-button {
        display: none !important;
    }

    .embed-player {
        min-height: 540px;
        min-width: 960px;
    }

    .section-full-columns-two {
        width: 75rem;
        margin: 0 auto;
        height: auto;
    }

        .section-full-columns-two::after {
            content: " ";
            display: table;
            clear: both;
        }

    .columns-two-column {
        width: 36.5rem;
        margin: 0.25rem 0.5rem;
        display: flex;
        align-items: stretch;
        align-content: space-between;
        float: left;
        height: 5.5rem;
    }

    .card-button {
        width: 35rem;
        border-radius: 0.5rem;
        padding: 0.5rem;
        margin: auto;
        font-weight: 700;
        overflow-wrap: break-word;
        word-wrap: break-word;
        white-space: normal;
        display: table;
        float: left;
        height: 5rem;
        vertical-align: middle;
    }

        .card-button a {
            text-decoration: none;
        }

    .btn-ltblue {
        background-color: #c0d0d4;
        color: #000;
    }

        .btn-ltblue a {
            color: #000;
        }

    .btn-hover-mustard:hover, .btn-hover-mustard:active {
        background-color: #af841d;
    }

        .btn-hover-mustard:hover a, .btn-hover-mustard:hover .card-core-facility-arrow,
        .btn-hover-mustard:active a, .btn-hover-mustard:hover .card-core-facility-arrow {
            color: #fff;
        }

    .card-core-facility-title {
        width: 31rem;
        height: 3rem;
        float: left;
        display: table-cell;
        vertical-align: middle;
        font-size: 1rem;
        line-height: 1.15;
        padding: 1rem;
        margin: auto 0;
        text-align: left;
    }

    .card-core-facility-arrow {
        font-size: 2rem;
        font-weight: 700;
        width: 2rem;
        height: 2rem;
        margin: auto 0;
        padding: 1rem 0;
    }

    .card-council-member {
        background-color: #fff;
        padding: 1rem;
        float: left;
        width: 100%;
        margin: 0 0 1rem;
    }

    .card-horizontal .card-council-member-image {
        padding: 0;
        margin: 0 1rem 0 0;
        float: left;
        position: relative;
        width: 8rem;
        text-align: center;
        height: 10rem;
    }

    .card-horizontal .card-council-member {
        width: 40rem;
        height: auto;
        text-align: left;
        float: left;
        position: relative;
    }

        .card-horizontal .card-council-member p {
            line-height: 1;
            margin: 0;
            padding: 0;
        }

    .gallery-horizontal-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: flex-start;
        float: left;
        max-width: 785px;
        padding: 0;
        border: 0;
        margin: 0;
    }

    .gallery-horizontal-row .card-anchor {
        display: block;
        max-width: 33.3333%;
        float: left;
        width: 33.3333%;
        margin: auto;
    }

    .gallery-card {
        min-height: 27.25rem;
    }

    .gallery-card-img {
        width: 100%;
        height: auto;
        float: none;
    }

    .gallery-card-body, .gallery-card-body h3, .gallery-card-body p {
        display: block;
        height: auto;
        width: 100%;
        text-align: center;
    }

    .gallery-horizontal-row .image-slideshow-thumbnail {
        display: block;
        height: auto;
        margin: auto 0.5rem;
        float: left;
        width: 33.3333%;
        position: relative;
    }

    .modal-slideshow {
        padding: 0 !important;
        overflow: hidden !important;
    }

        .modal-slideshow .slideshow-close {
            position: absolute;
            z-index: 2500;
            top: 0;
            right: 0;
            margin: 0.5rem;
            color: #000;
            font-weight: 700;
            text-shadow: 0.5 0.5 0.5 #000;
        }

        .modal-slideshow .modal-dialog {
            max-width: 50rem !important;
            width: 50rem !important;
            height: 37.5rem;
            overflow: hidden;
        }

    .card-anchor {
        text-decoration: none;
        color: #000;
    }

    .gallery-card {
        margin: 0.5rem;
    }

    .gallery-card-img {
        width: 244.271px;
        height: 146.25px;
        overflow: hidden;
    }

    .gallery-card-body {
        text-align: center;
    }

    .ourimpact-graphic {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .ourimpact-graphic-75 {
        width: 75%;
        height: 75%;
    }

    .ourimpact-graphic-100 {
        width: 100%;
        height: 100%;
    }

    .ourimpact-graphic-overlap-top {
        margin-top: -2rem;
    }

    section.content::after, .our-impact::after {
        content: " ";
        display: table;
        clear: both;
    }

    .article-width {
        max-width: 75rem;
        margin: 0 auto;
        padding: 1rem;
    }

    .our-impact {
        background-color: #fff !important;
    }

    .our-impact-details-column-left {
        float: left;
        margin-left: 2rem;
        margin-right: 1rem;
        max-width: 45rem;
    }

    .our-impact-details-column-right {
        float: left;
        max-width: 25rem;
        margin-bottom: 3rem;
        padding-top: 3.5rem;
    }

    .our-impact-details-row {
        margin-bottom: 1rem;
    }

    .spotlight-on {
        color: #000;
    }

    .column-body-title {
        font-size: 1.4rem;
        font-weight: 700;
        margin: 1rem 0;
        text-align: center;
    }

    .column-body-text {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2;
        margin-right: 2rem;
        text-align: left;
    }

    .modal-image-popup {
        width: 75rem;
        height: 54rem;
        top: 50%;
        left: 50%;
        position: fixed;
        margin-left: -37.5rem;
        margin-top: -27rem;
        overflow: hidden !important;
    }

        .modal-image-popup .modal-dialog {
            width: 75rem;
            max-width: 75rem;
            height: 54rem;
            overflow: hidden !important;
        }

    .popup-title {
        font-size: 1.5rem;
        display: block;
        width: 100%;
        text-align: center;
        margin: 1rem;
        font-weight: 700;
    }

    .popup-image, .popup-image-img {
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        height: auto;
    }

    .learn-more {
        text-align: center;
        margin: 1rem;
        display: block;
        width: 100%;
    }

    button.close {
        font-size: 3rem;
        font-weight: 700;
        outline: 0;
        border: 0;
    }

    .video-icon-play-full {
        max-width: 369px !important;
    }

    .image-in-circle {
        border-radius: 100%;
    }

    .image-border-mustard {
        border: solid 3px #af841d;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .page-grants-funded .page-background-white {
        width: 100vw;
        height: 100%;
        background-color: #fff;
    }

    .video-no-mask {
        min-width: 100%;
        height: auto;
        display: block;
        min-height: 1px;
    }

        .video-no-mask.video-icon-play::after {
            background-position: center;
        }

    .cprit-btn-toolbar {
        display: none;
    }

    .navbar-brand-logo {
        display: none;
    }

    .input-group.footer-newsletter {
        float: left;
        width: calc(100% - 3.5675rem);
        margin: 0;
    }

    .input-group-button.footer-newsletter {
        float: right;
        width: 3.5675rem;
        margin: 0;
    }

    .cprit-btn-newsletter {
        border-radius: 0;
    }

    .footer-newsletter .newsletter-input, .footer-newsletter .cprit-btn-newsletter {
        height: 2.25rem;
    }

    .flexbox-gallery-logos {
        display: flex;
        max-width: 75rem;
        margin: auto;
        align-content: space-between;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .flexbox-gallery-logo {
        min-width: 23.625rem;
        height: 6rem;
        margin: 0.2925rem;
        display: flex;
        float: left;
        white-space: normal;
        cursor: pointer;
    }

    .gallery-logo-pill {
        width: 23.625rem;
        height: 6rem;
        background: #fff;
        border: 1px solid #999;
        border-radius: 3rem;
        display: block;
        margin: auto;
    }

    .modal-portfolio .gallery-logo-pill {
        width: 18rem;
        height: 4.5rem;
        border-radius: 2.25rem;
    }

    .gallery-logo-pill:hover {
        border: 1px solid #af841d;
        background-color: #c0d0d4;
    }

    .flexbox-gallery-logos .gallery-logo-popup-img {
        padding: 0.5rem 3rem;
        max-height: 6rem;
        width: auto;
        margin: auto;
        background-color: transparent;
        display: block;
    }

    .modal-portfolio .gallery-logo-popup-img {
        padding: 0.5rem 2.25rem;
        max-height: 4.5rem;
    }

    .video-js-click h3 {
        font-size: 1.4rem;
        text-align: center;
        font-weight: 700;
    }

    .video-js-click h4 {
        font-size: 1.125rem;
        color: #000;
        font-style: italic;
        line-height: 1.25;
        text-align: center;
        font-weight: 400;
    }

    .video-card-body {
        height: 11.75rem;
    }

    .news-youtube-video .video-no-mask {
        width: 15.875rem;
        height: 8.9375rem;
        background-size: 15.875rem 8.9375rem;
        margin-bottom: 0.5rem;
    }

    .news-youtube-video p {
        text-align: center;
        font-size: 1rem;
        line-height: 1;
        margin-bottom: 2rem;
    }

    .card-event-horizontal {
        width: 100%;
        height: 16rem;
        border: 1px solid #2b3c57;
        background-color: #fff;
        margin-bottom: 1rem;
    }

    .card-event-horizontal-row {
        display: table;
        vertical-align: top;
        float: left;
    }

    .card-event-date {
        background-color: #c0d0d4;
        width: 16rem;
        height: 15.875rem;
        text-align: center;
        color: #2b3c57;
        font-weight: 700;
        padding: 1rem;
        display: table-cell;
        float: left;
    }

    .card-event-horizontal-highlight .card-event-date {
        background: #2b3c57;
        color: #fff;
    }

    .card-event-date-day {
        font-size: 4rem;
        margin-top: 1rem;
    }

    .card-event-date-month {
        font-size: 2rem;
        margin-top: -0.875rem;
    }

    .card-event-date-year {
        font-size: 2.5rem;
        margin-top: -0.5rem;
    }

    .card-event-details {
        background-color: #fff;
        color: #000;
        padding: 1rem;
        display: table-cell;
        float: left;
        width: calc(100% - 16rem);
        height: 15.875rem;
        max-height: 15.875rem;
        border-left: 1px solid #2b3c57;
    }

    .card-event-details-wrapper {
        position: relative;
        min-height: 13.875rem;
    }

    .card-event-details-title {
        text-align: center;
        font-size: 1.25rem;
        font-weight: 700;
        min-height: 2rem;
        max-height: 4rem;
        margin: auto;
        line-spacing: 1;
        position: relative;
    }

    .card-event-details-summary {
        text-align: left;
        font-size: 1rem;
        font-weight: 400;
        margin: 0;
        min-height: 6.375rem;
        max-height: 6.375rem;
        line-spacing: 1;
        position: relative;
        overflow-y: auto;
    }

    .card-event-details-button {
        width: 8rem;
        border-color: #2b3c57;
        background-color: #c0d0d4;
        color: #2b3c57;
        font-weight: 700;
        position: absolute;
        bottom: 0;
        right: 50%;
        display: block;
        margin-right: -4rem;
    }

    .card-event-horizontal-highlight .card-event-details-button {
        background-color: #2b3c57;
        color: #fff;
    }

    .news-youtube-video .video-icon-play::after {
        top: -1rem;
    }

    .modal-core-facilities-row-value-scrollable, .modal-portfolio-row-value-scrollable {
        max-height: 10rem;
        height: auto;
        min-height: 1rem;
        border-width: 0.0625rem 0 0 1rem;
        border-color: #2b3c57;
        border-style: solid;
        overflow-y: auto;
        padding: 0.5rem;
    }

    .card-column-1 {
        padding: 2rem 1rem;
        margin: 0 auto auto;
    }

    .article-subpage-columns-two {
        width: 49rem;
        margin: auto;
        height: auto;
        padding: 0;
    }

    .article-subpage-columns-column {
        width: 18.75rem;
        height: 18.75rem;
        margin: 0 2.875rem;
        float: left;
        padding: 0;
        background-color: #fff;
        position: relative;
    }

    .article-subpage-columns-column-image {
        width: 18.75rem;
        min-width: 18.75rem;
        height: 18.75rem;
        min-height: 18.75rem;
        border: 0;
        padding: 0;
        margin: 0;
        outline: 0;
    }

    .article-subpage-columns-column .image-caption-overlay {
        background-color: rgba(0, 0, 0, 0.4);
    }

    .search_autocomplete {
        width: 13rem;
    }

    .webinar-details-full {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        display: block;
        position: relative;
        float: none;
    }

    .page-webinars .article-text item:not(:last-of-type) {
        margin-bottom: 2rem;
        border-bottom: 2px solid #af841d;
        padding-bottom: 2rem;
    }

    .webinar-details-title {
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-bottom: 0.5rem;
        color: #365d9d;
    }

    .webinar-details-body {
        display: table;
        width: 100%;
    }

    .webinar-details-description {
        display: table-cell;
        max-width: calc(100% - 10rem);
        padding-right: 2rem;
        float: left;
        font-size: 0.9375rem;
        line-height: 1rem;
    }

    .webinar-details-files {
        display: table-cell;
        max-width: 8rem;
        float: left;
    }

    .webinar-details-date {
        margin: 0.5rem 0;
        color: #365d9d;
    }

    .webinar-details-date-label {
        font-size: 1rem;
        font-weight: 700;
    }

    .webinar-details-date-value {
        font-size: 1.0625rem;
    }

    .webinar-details-list {
        list-style-position: outside;
        list-style-type: none;
        display: block;
        margin: 0.5rem auto;
    }

    .webinar-details-listitem {
        font-size: 0.75rem;
        text-align: center;
        min-width: 6.875rem;
    }

    .webinar-upcoming-row {
        display: table;
        width: 100%;
        margin: 0 auto 1.5rem;
    }

    .webinar-upcoming-column-date {
        display: table-cell;
        height: 100%;
        width: 3rem;
        padding-right: 1rem;
        font-weight: 700;
        text-align: center;
        float: left;
        line-height: 1.25rem;
    }

    .webinar-upcoming-date-month {
        font-size: 1rem;
        float: none;
        text-transform: uppercase;
    }

    .webinar-upcoming-date-day {
        font-size: 1.75rem;
        float: none;
    }

    .webinar-upcoming-column-details {
        float: left;
        display: table-cell;
        height: 100%;
        max-width: calc(100% - 4.5rem);
    }

    .webinar-upcoming-details-title {
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 1.625rem;
        margin-bottom: 0.25rem;
    }

    .sidebar-input-group, .sidebar-input-group-button {
        float: left;
        display: block;
        position: relative;
    }

    .sidebar-form-newsletter {
        position: relative;
        float: none;
    }

    .sidebar-form-newsletter::after {
        content: " ";
        display: table;
        clear: both;
    }

    .sidebar-form-newsletter .input-text {
        width: 13.5rem;
        height: 2.4375rem;
    }

    .cprit-btn-signup {
        width: 4.75rem;
        padding: 0.5rem;
        color: #fff;
        background-color: #365d9d;
        border: 0;
        border-radius: 0;
        height: 2.4375rem;
    }

    .sidebar-highlight-image {
        min-width: 12.5rem;
        width: 100%;
        margin: auto;
        position: relative;
    }

    .sidebar-highlight-image img {
        max-width: 12.5rem;
        height: auto;
        margin: 0 auto 0.25rem;
        display: block;
        border: 0;
        outline: 0;
        padding: 0;
    }

    .sidebar-list-details {
        width: 16rem;
        height: auto;
        margin: 0 auto;
        display: block;
        font-size: 0.875rem;
        line-height: 2rem;
        padding-left: 2rem;
    }

    .article-published-release-wrapper {
        display: table;
        margin: 0 auto 1rem;
        width: 100%;
        font-weight: 700;
    }

    .article-published-release-info {
        float: left;
        display: table-cell;
        width: 50%;
        text-align: left;
    }

    .article-published-release-contact {
        float: right;
        display: table-cell;
        width: 50%;
        text-align: right;
    }
}

@media only screen and (max-width:1199.9999px) {
    body {
        max-width: 100vh;
        overflow-x: hidden;
    }

    h3 {
        font-size: 1.125rem;
    }

    .ribbon-option {
        display: none;
    }

    .navbar-wrapper {
        position: relative;
        padding: 1rem;
        margin: 1rem auto;
        border: 1px solid #eee;
        border-radius: 0.25rem;
        width: 95vw;
        height: auto;
    }

    .navbar-brand-logo {
        height: 3rem;
        width: auto;
    }

    .navbar-light .navbar-toggler {
        right: 0;
        top: 1.125rem;
        position: absolute;
    }

    .navbar-light::after {
        display: table;
        content: " ";
        clear: both;
    }

    .main-logo {
        display: none;
    }

    .cprit-btn-toolbar {
        text-decoration: none;
        text-rendering: auto;
        margin: 1rem auto;
        width: 16.5rem;
        text-align: center;
    }

        .cprit-btn-toolbar .btn {
            margin: auto 1rem;
            padding: 1rem;
            width: 3.5rem;
            height: 3.5rem;
        }

        .cprit-btn-toolbar .cprit-btn-social-media-twitter {
            background-color: #00aae2;
            font: normal normal normal 1.5rem/0 FontAwesome;
        }

            .cprit-btn-toolbar .cprit-btn-social-media-twitter::before {
                content: "\f099";
                color: #fff;
            }

        .cprit-btn-toolbar .cprit-btn-social-media-facebook {
            background-color: #00589c;
            font: normal normal normal 1.5rem/0 FontAwesome;
        }

            .cprit-btn-toolbar .cprit-btn-social-media-facebook::before {
                content: "\f09a";
                color: #fff;
            }

        .cprit-btn-toolbar .cprit-btn-social-media-youtube {
            background-color: #ff2237;
            font: normal normal normal 1.5rem/0 FontAwesome;
        }

            .cprit-btn-toolbar .cprit-btn-social-media-youtube::before {
                content: "\f16a";
                color: #fff;
            }

    .navbar-light .navbar-nav .nav-link {
        text-decoration: none;
        color: #000;
    }

    .navbar-light .navbar-nav .active > .nav-link {
        font-weight: 700;
        color: #000;
    }

    .navbar-form {
        width: 90vw;
        margin: 0.5rem auto;
    }

    .form-control[type="search"] {
        font-size: 1rem;
        padding: 1rem;
        border-width: 1px 0 1px 1px;
        border-radius: 1rem 0 0 1rem;
        border-color: #000 transparent #000 #000;
        width: calc(90vw - 3.5675rem);
        line-height: 1rem;
        font-size: 1rem;
        height: 3.625rem;
        outline: 0;
    }

    .cprit-btn-search {
        background-color: #365d9d;
        padding: 1rem;
        border-radius: 0 1rem 1rem 0;
        outline: 0;
    }

    .ribbon-search .input-group {
        float: left;
        position: relative;
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
    }

    .ribbon-search .input-group-btn {
        float: right;
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
    }

    .cprit-btn-search::before {
        content: "\f002";
        color: #fff;
        font: normal normal normal 1rem/0 FontAwesome;
    }

    .footer .navbar {
        display: none;
    }

    .footer-links .footer-list {
        display: block;
        float: left;
        width: auto;
        font-size: 1.2rem;
        line-height: 2rem;
        margin-top: 3rem;
    }

        .footer-links .footer-list li {
            list-style-position: outside;
            list-style-type: none;
            padding-left: 2rem;
        }

    #logo-dark {
        display: none;
    }

    .footer-column-wide {
        margin: 1rem auto;
        max-width: 90vw;
    }

        .footer-column-wide::after {
            content: " ";
            display: table;
            clear: both;
        }

    .footer h3 {
        margin-top: 3rem;
        font-size: 1.33rem;
    }

    .footer h4 {
        margin-top: 1rem;
        font-size: 1.15rem;
    }

    .newsletter-input[type="search"] {
        font-size: 1rem;
        padding: 1rem;
        border-width: 1px 0 1px 1px;
        border-radius: 1rem 0 0 1rem;
        border-color: #000 transparent #000 #000;
        width: calc(90vw - 4.5675rem);
        line-height: 1rem;
        height: 3.5675rem;
        outline: 0;
    }

    .cprit-btn-newsletter {
        background-color: #365d9d;
        padding: 1rem;
        border-radius: 0 1rem 1rem 0;
        outline: 0;
        color: #fff;
    }

    .newsletter-form .footer-newsletter {
        float: left;
        position: relative;
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
    }

    .newsletter-form .input-group-btn {
        float: right;
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        color: #fff;
    }

    .newsletter-form .cprit-btn-search::before {
        content: "Go";
        font-size: 1rem;
    }

    .search-form::after {
        content: " ";
        display: table;
        clear: both;
    }

    .footer .social-media-menu {
        display: none;
    }

    #license_plate {
        max-width: 30vw;
        margin: 0 auto;
    }

    .copyright .copyright-item {
        list-style-position: outside;
        list-style-type: none;
        text-align: center;
        margin: 0.5rem;
    }

    .copyright-ribbon {
        margin-bottom: 2rem;
    }

    .flexbox-gallery-logos {
        display: flex;
        margin: auto;
        align-content: space-between;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .flexbox-gallery-logo {
        min-width: 14rem;
        height: 4rem;
        margin: 0.375rem;
        display: flex;
        float: left;
        white-space: normal;
    }

    .gallery-logo-pill {
        width: 14rem;
        height: 4rem;
        background: #fff;
        border: 1px solid #999;
        border-radius: 2rem;
        display: block;
        margin: auto;
    }

    .flexbox-gallery-logos .gallery-logo-popup-img {
        padding: 0.5rem 2rem;
        max-height: 4rem;
        width: auto;
        margin: auto;
        background-color: transparent;
        display: block;
    }

    .footer .navbar-wrapper {
        display: none;
    }

    .banner-lead {
        font-size: 2rem;
        text-align: center;
    }

    .banner-row, .main-about, .main-programs, .main-news, .main-grants {
        max-width: 95vw;
        margin: auto auto 2rem;
    }

    .banner-carousel-column {
        float: none;
    }

    .banner-video-column, .banner-text-column {
        width: 369px;
        margin: 1rem auto 0;
        float: none;
    }

    .banner-video-column {
        height: 369px;
    }

    .main-banner::after {
        content: " ";
        display: table;
        clear: both;
    }

    .main h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .main-banner .video-icon-play {
        background-size: 100% !important;
    }

        .main-banner .video-icon-play img {
            width: 100%;
            height: 100%;
        }

    .impact-funding-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 2rem;
        float: none;
    }

    .funding-card {
        position: relative;
        width: 13rem;
        height: 20rem;
        margin: auto 0.5rem 1rem;
    }

        .funding-card .card {
            min-height: 100%;
        }

        .funding-card img {
            width: 100%;
            height: auto;
            margin-bottom: 1rem;
        }

        .funding-card figcaption {
            text-align: center;
            padding: 0 0.5rem 1rem;
        }

    .about-event {
        width: 50%;
        text-align: center;
        margin: auto;
    }

        .about-event img {
            margin: 0 auto 1rem;
        }

    .programs-column {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
        align-content: center;
    }

    .programs-column-our-programs {
        order: 1;
    }

    .programs-column-programs-type {
        order: 2;
    }

    .programs-column-program-priorities {
        order: 3;
    }

    .programs-column .main-sub-column a {
        font-size: 1.125rem;
        text-align: center;
        display: block;
        clear: both;
        margin-bottom: 1rem;
    }

    .programs-type-card {
        width: calc(33vw - 1.5rem);
        height: auto;
        margin: 0.3275rem;
        float: left;
        display: flex;
        align-items: stretch;
    }

        .programs-type-card .type-card {
            width: 100%;
            text-align: center;
            padding: 0.5rem;
            min-height: 24.25rem;
            display: block;
            position: relative;
        }

            .programs-type-card .type-card img {
                margin: 0 auto 0.25rem;
            }

            .programs-type-card .type-card figcaption h3 {
                font-size: 1.2rem;
                line-spacing: 1.1;
                margin-bottom: 0.25rem;
            }

            .programs-type-card .type-card figcaption span {
                font-size: 0.9275rem;
                line-spacing: 1.1;
            }

    .news-heading {
        text-align: center;
        margin-bottom: 0.25rem;
    }

    .news-card .embossed-box.box-bar-embossed {
        border-width: 0 0 1px 3px;
        border-style: hidden hidden solid solid;
        border-color: #2b3c57;
        padding: 0.25rem;
        box-shadow: none;
        width: calc(50vw - 3rem);
        height: 6rem;
        float: left;
        display: flex;
        margin: 0.5rem;
    }

    .news-columns::after {
        content: " ";
        display: table;
        clear: both;
        margin-bottom: 1.5rem;
    }

    .meltwater {
        width: 66.6667vw;
        height: 19rem;
        margin: 0 calc(16.6666vw - 1rem) 2rem;
        padding: 1rem;
    }

    .meltwater-article {
        margin-bottom: 2rem;
    }

    .meltwater-article-text {
        font-size: 1.125rem;
    }

    .news-column .news-article {
        width: 90vw;
        display: block;
        margin: 0.25rem auto;
    }

    .news-column .btn-arrow, .grants-awards-small .btn-arrow {
        border-width: 1px;
        border-style: solid;
        padding: 1.5rem;
        font-size: 1.25rem;
        font-weight: 700;
        margin: 0.75rem auto;
        text-align: center;
        color: #fff;
        display: block;
    }

    .news-column .btn-primary, .grants-awards-small .btn-primary {
        border-color: #000;
        background-color: #af841d;
    }

    .news-column .btn-secondary {
        border-color: #2b3c57;
        background-color: #365d9d;
    }

    .grants-awards, .grants-awards-small {
        width: 90vw;
        margin: 0 auto;
    }

        .grants-awards::after {
            content: " ";
            display: table;
            clear: both;
        }

    .awards-column {
        width: calc(50% - 2rem);
        height: 7.125rem;
        padding: 1rem;
        float: left;
        margin: auto 1rem 1rem;
    }

    .grants-card {
        height: 5.125rem;
    }

    .grant-counter-number {
        font-size: 1.375rem;
        font-weight: bold;
        text-align: center;
        padding-top: 1rem;
    }

    .grant-counter-text {
        font-size: 0.9375rem;
        text-align: center;
        padding-bottom: 1rem;
    }

    .grants-awards-small {
        display: flex;
        flex-flow: column;
        align-content: stretch;
        margin-top: -1rem;
    }

        .grants-awards-small .button {
            order: 2;
            float: none;
            width: 100%;
        }

        .grants-awards-small .a-bold {
            order: 1;
            float: none;
            width: 100%;
            text-align: center;
        }

    .columns {
        display: flex;
        flex-flow: column;
    }

    .mobile-navigation {
        display: block;
        clear: both;
        width: 90vw;
        margin: 0 auto 0.5rem;
    }

        .mobile-navigation .btn-arrow {
            border-width: 1px;
            border-style: solid;
            padding: 1rem;
            font-size: 1.375rem;
            font-weight: 700;
            margin: 0.5rem auto;
            text-align: center;
            color: #fff;
            display: block;
        }

        .mobile-navigation .btn-primary {
            background-color: #af841d;
        }

        .mobile-navigation .btn-secondary {
            background-color: #365d9d;
        }

    sidebar.navigation {
        display: none;
    }

    .columns > .column {
        float: left;
        width: 90vw;
        height: auto;
        margin: 0 auto 2rem;
    }

    .nav-breadcrumbs {
        background-color: rgba(54,93,157,0.125);
        padding: 0.375rem;
        margin: 0 0 1.25rem;
    }

    .nav-breadcrumb {
        color: #000;
    }

    .carousel-caption-background {
        width: 100%;
        margin: 0 0 0.5rem calc(-95vw / 6.75);
        background-color: rgba(0, 0, 0, 0.3333);
    }

        .carousel-caption-background h5 {
            font-size: 1.25rem;
        }

        .carousel-caption-background p {
            font-size: 1rem;
        }

        .carousel-caption-background a {
            color: #fff;
        }

    .video-image {
        display: block;
        position: relative;
    }

    .video-icon-play::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("/images/icon--play.svg");
        background-size: 4rem;
        background-repeat: no-repeat;
        background-position: right center;
    }

    .accordion {
        display: block;
        margin: 1rem auto;
        width: 90vw;
    }

        .accordion .card {
            background-color: transparent;
            border-radius: 0;
            border: none;
            margin-top: 1rem;
        }

        .accordion .card-header:first-child {
            border-radius: 0;
        }

        .accordion .card-header {
            margin: 0;
            padding: 0.75rem;
            border-top: 2px solid #365d9d;
            background-color: #c0d0d4;
            max-width: 100%;
            word-wrap: normal;
            max-height: 4rem;
            line-height: 1rem;
        }

        .accordion .btn-cprit:not(:disabled):not(.disabled) {
            cursor: pointer;
        }

        .accordion .btn-link {
            font-size: 1.25rem;
            margin: -0.75rem 4.5rem 0 1rem;
            font-weight: 700;
            font-style: normal;
            text-decoration: none;
            color: #000;
            text-rendering: optimizeLegibility;
            line-height: 1.1;
            padding: 0;
            display: block;
            height: 4rem;
            top: 2px;
            outline: 0;
            border-width: 0;
            border-color: transparent;
        }

        .accordion .accordion-crosshair::before {
            content: "+";
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            right: 0px;
            top: 0px;
            height: 4rem;
            width: 4rem;
            font-size: 3rem;
            color: #fff;
            background-color: #365d9d;
            position: absolute;
        }

        .accordion .btn-cprit[aria-expanded="true"] .accordion-crosshair::before {
            content: "\2012";
        }

        .accordion .accordion-crosshair {
            overflow-wrap: break-word;
            word-wrap: break-word;
            outline: 0;
            text-align: left;
        }

        .accordion .collapse {
            border-width: 0 2px 2px;
            border-color: #000;
            border-style: solid;
        }

        .accordion .card-body {
            padding: 1rem;
        }

            .accordion .card-body ul {
                list-style-position: inside;
                margin-bottom: 1rem;
            }

            .accordion .card-body li {
                margin: 0.125rem 0;
            }

            .accordion .card-body h4 {
                font-size: 1.125rem;
            }

    .pagination-first, .pagination-previous, .pagination-pages, .pagination-next, .pagination-last, .pagination-link {
        display: inline-block;
        margin: 0.25rem 0.375rem;
    }

    .card-button {
        width: 90vw;
        height: 4rem;
        border-radius: 0.5rem;
        padding: 0.5rem;
        margin: 0.5rem auto;
        font-weight: 700;
        overflow-wrap: break-word;
        word-wrap: break-word;
        white-space: normal;
        display: table;
        float: none;
        vertical-align: middle;
    }

    .btn-ltblue {
        background-color: #c0d0d4;
        color: #000;
    }

    .card-core-facility-title {
        width: calc(100% - 3rem);
        height: 3rem;
        float: left;
        display: table-cell;
        vertical-align: middle;
        font-size: 0.875rem;
        line-height: 1.25;
        padding: 0 1rem;
        margin: auto 0;
        text-align: left;
    }

    .card-core-facility-arrow {
        font-size: 3rem;
        font-weight: 700;
        width: 3rem;
        height: 3rem;
        margin: -0.5625rem -2rem auto 0;
        padding: 0.5rem;
    }

    .modal-body-title {
        font-size: 1.25rem;
        text-align: center;
        margin: 0 auto;
    }

    .modal-core-facilities-list, .modal-portfolio-list {
        padding: 0.5rem;
        margin: auto;
        display: table;
    }

    .modal-core-facilities-row, .modal-portfolio-row {
        width: auto;
        border: 0;
        margin: 0.5 auto;
        display: table-row;
        vertical-align: top;
    }

    .modal-core-facilities-row-header, .modal-portfolio-row-header {
        border: 0;
        margin: 0;
        padding: 0.25rem;
        display: table-cell;
        text-align: right;
        font-weight: 700;
        width: 20%;
    }

    .modal-core-facilities-row-value, .modal-portfolio-row-value {
        width: auto;
        border: 0;
        margin: 0;
        padding: 0.25rem;
        display: table-cell;
        text-align: left;
    }

    .header {
        width: 100vw;
    }

    .main {
        width: 100vw;
    }

    .article-illustrated-result {
        width: 100%;
        display: block;
        float: none;
    }

    .article-result-illustration {
        display: block;
        width: 25%;
        height: auto;
        min-height: 1px;
        margin: 0 0.5rem 0.5rem 0;
        float: left;
    }

    .article-result-image {
        width: 100%;
        border: 0;
        outline: 0;
        height: auto;
        min-height: 1px;
        margin: 0;
        padding: 0;
    }

    .article-result-column {
        display: block;
        font-size: 1rem;
        line-height: 1.2;
        width: calc(75% - 0.5rem);
        height: auto;
        float: left;
    }

    .article-illustrated-result::after {
        content: " ";
        display: table;
        clear: both;
        margin-bottom: 0.5rem;
    }

    sidebar {
        min-width: 10vw;
        width: 50%;
        margin: 0 auto 1rem;
        padding: 0.5rem;
        border-radius: 0.25rem;
    }

        sidebar:not(.navigation) {
            display: block;
            float: none;
        }

    .highlight {
        border-width: 2px;
        border-color: #000;
        border-style: solid;
    }

    .stay-connected {
        width: 90vw;
        margin: 0 auto;
    }

    /* Video Modal CSS */
    .modal-video .modal-dialog {
        width: calc(70vw - 0.75rem);
        height: 39.375vw;
        top: 50%;
        left: 50%;
        margin: -19.6875vw 0 0 -35vw;
    }

    .modal-video .modal-body, .modal-video .modal-content {
        position: relative;
        padding: 0px;
        min-width: 100px;
        min-height: 56.25px;
    }

    .modal-video .close {
        position: absolute;
        right: 10px;
        top: 0;
        z-index: 900;
        font-size: 1.625rem;
        font-weight: normal;
        color: #fff;
        opacity: 1;
    }

    .modal-dialog {
        max-width: 70vw;
    }

    .card-img-top {
        width: 100%;
        height: auto;
        min-height: 1px;
    }

    .card-event-horizontal {
        min-width: 90vw;
        max-width: 90vw;
        border: 1px solid #2b3c57;
        color: #000;
        max-height: 9rem;
        height: 9rem;
        margin-bottom: 1rem;
        position: relative;
    }

    .card-event-horizontal-row {
        display: table-row;
        vertical-align: top;
        float: left;
    }

    .card-event-date {
        text-align: center;
        width: 8.875rem;
        height: 8.875rem;
        float: left;
        display: table-cell;
        background-color: #c0d0d4;
    }

    .card-event-horizontal-highlight .card-event-date {
        background-color: #2b3c57;
        color: #fff;
    }

    .card-event-date-day {
        font-size: 4rem;
        margin-top: -0.75rem;
    }

    .card-event-date-month {
        font-size: 3rem;
        width: 3ch;
        max-width: 6rem;
        text-transform: uppercase;
        overflow: hidden;
        margin: -2.375rem auto -1.5rem;
    }

    .card-event-date-year {
        font-size: 2rem;
    }

    .card-event-details {
        border-left: 1px solid #2b3c57;
        padding: 0.375rem;
        float: left;
        display: table-cell;
        min-width: calc(90vw - 9rem);
    }

    .card-event-details-wrapper {
        position: relative;
        min-height: 8.125rem;
        max-height: 8.125rem;
        max-width: calc(90vw - 10rem);
    }

    .card-event-details-title {
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.125rem;
        max-width: calc(90vw - 10rem);
        max-height: 4.5rem;
        overflow: hidden;
    }

    .card-event-details-summary {
        display: none;
    }

    .card-event-details-button {
        width: 8rem;
        border-color: #2b3c57;
        background-color: #c0d0d4;
        color: #000;
        font-weight: 700;
        position: absolute;
        bottom: 0;
        right: 50%;
        display: block;
        margin-right: -4rem;
    }

    .card-event-horizontal-highlight .card-event-details-button {
        background-color: #2b3c57;
        color: #fff;
    }

    .news-youtube-video {
        margin: 0 auto 2rem;
    }

        .news-youtube-video .video-icon-play {
            min-height: 1px;
            width: 100%;
            height: calc((30vw - 3rem) / 1.7778);
            display: block;
            background-size: contain;
        }

    .video-icon-play.video-no-mask::after {
        background-size: 3rem;
        background-position: center;
    }

    .news-youtube-video .video-icon-play.video-no-mask::after {
        top: -1rem;
    }

    .news-card figcaption {
        overflow: hidden;
    }

    .image-slideshow-thumbnail {
        position: relative;
        max-width: 600px;
        width: 90vw;
        height: auto;
        margin: 0.5rem auto;
        float: none;
        display: block;
    }

    .image-slideshow-thumbnail::after {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        position: absolute;
        content: url("/images/icon--play.svg");
        width: 3rem;
        height: 3rem;
        margin: auto;
    }

    .image-caption-overlay {
        width: calc(100% - 2px);
        background-color: rgba(0, 0, 0, 0.3333);
        display: block;
        position: absolute;
        bottom: 20px;
        z-index: 10;
        color: #fff;
        text-align: center;
        right: 15%;
        left: 15%;
        margin-left: calc(-15% + 1px);
    }

    .image-slideshow-thumbnail .image-caption-overlay * {
        line-height: 1;
    }

    .slideshow-close {
        margin: 0 0 0 auto;
        right: 0.5rem;
        top: 0.25rem;
    }

    .image-landing-container
    {
        position: relative;
    }

    sidebar
    {
        min-width: 24rem;
    }

    .media-column {
        float: none;
        width: 90vw;
        margin: 0 auto 1rem;
        height: auto;
        max-height: 30rem;
        border-left-width: 0.5rem;
        padding: 0.5rem;
        overflow-y: auto;
    }

    .video-icon-play.video-no-mask {
        width: 369px;
        height: 208px;
        background-repeat: no-repeat;
        margin: 0 auto 0.5rem;
    }

    .video-image.video-btn.video-click-modal p {
        display: block;
        position: relative;
        margin: 0 auto;
        min-width: 369px;
        text-align: center;
    }

    .card-horizontal .card, .gallery-card, .video-card, .scholar-card, .mechanism-card {
        margin: 1rem auto;
    }

    section.content ul, section.content ol {
        list-style-position: inside;
    }

    p {
        display: block;
        margin-bottom: 1.25rem;
    }

    .gallery-card {
        text-align: center;
    }

    .btn-momentum-report {
        display: block;
        background-color: transparent;
        background-repeat: no-repeat;
        padding: 1rem 3rem 1rem 1rem;
        color: #fff;
        background-size: cover;
        height: 4.25rem;
        width: 19.5rem;
        background-image: url(/images/button--primary.png);
        background-position: right center;
        background-size: auto 4.25rem;
        margin: 0.5rem auto;
        outline: 0;
        border: 0;
        box-shadow: 0;
    }

    .btn-momentum-report:hover {
        color: inherit;
        background-color: transparent;
        border-color: transparent;
        box-shadow: 0;
    }

    .momentum-card {
        max-width: 352px;
        min-width: 300px;
        margin: 0 auto;
    }

    .momentum-card .card {
        text-align: center;
    }

    .momentum-card img {
        max-width: 352px;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }

    .momentum-row a {
        text-decoration: none;
    }

    .our-impact-details-row {
        max-width: 90vw;
        min-width: 300px;
        margin: 0.5rem auto;
        text-align: center;
    }

    .article-paginator {
        min-width: 1px;
        margin: 0 auto;
        text-align: center;
        display: block;
        position: relative;
        clear: both;
    }

    .article-normal-result .article-result-column
    {
        width: 100%;
    }

    .card-row-peer-review {
        padding: 1rem;
    }

    .card-column-1 {
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
    }

    .card-column-1 img {
        min-width: 1px;
        margin: 0 auto;
        padding: 0;
        border: 0;
        height: auto;
    }

    .modal-core-facilities-row-value-scrollable, .modal-portfolio-row-value-scrollable {
        max-height: 14rem;
        height: auto;
        min-height: 1rem;
        overflow-y: auto;
        padding: 0.5rem;
    }

    .article-subpage-columns-two {
        width: 18.75rem;
        min-width: 18.75rem;
        height: 41.5rem;
        min-height: 41.5rem;
        margin: 1rem auto;
        padding: 0;
    }

    .article-subpage-columns-column {
        width: 18.75rem;
        height: 18.75rem;
        margin: 1rem auto;
        padding: 0;
        background-color: #fff;
        position: relative;
    }

    .article-subpage-columns-column-image {
        width: 18.75rem;
        min-width: 18.75rem;
        height: 18.75rem;
        min-height: 18.75rem;
        border: 0;
        padding: 0;
        margin: 0;
        outline: 0;
    }

    .article-subpage-columns-column .image-caption-overlay {
        background-color: rgba(0, 0, 0, 0.4);
    }

    .search_autocomplete {
        width: calc(90vw - 4.5675rem);
        padding: 0;
        margin: 0 auto;
        position: absolute;
        left: 1rem;
    }

    .grants-process-swap {
        width: 90vw;
        margin: 0 auto;
        float: none;
    }

        .grants-process-swap::after {
            content: " ";
            display: table;
            clear: both;
        }

        .grants-process-swap #tabs_panel {
            padding: 0 1rem 0 0;
        }

        .grants-process-swap tab-content {
            padding: 0;
            margin: 0;
            border: 0;
        }

    .tabs-content-swap-column {
        width: 33.3333%;
        min-width: 12rem;
        float: left;
    }

    .nav-tabs-swap {
        width: 100%;
        min-width: 100%;
        margin: 0;
        display: table;
    }

    .btn-btn-btn.active {
        background-color: #af841d !important;
        color: #fff !important;
    }

    .btn-btn-btn {
        min-width: 100%;
        border-radius: 0.25rem !important;
        background-color: #c0d0d4 !important;
        color: #000 !important;
        text-align: left;
        margin: 0.125rem 0 0.375rem;
    }

    .tabs-content-swap-body {
        width: 66.6667%;
        max-width: calc(66.6667% - 6rem);
        float: left;
        height: auto;
        overflow-y: auto;
        padding-left: 1rem;
    }

    .grants-process-swap .swap-notes {
        font-size: 0.9em;
    }

    .modal-body-highlight-row {
        display: table;
        width: 95%;
    }

    .modal-body-highlight-number {
        font-size: 2rem;
        float: left;
        margin: 0 auto;
        width: 25%;
        min-width: 15%;
        text-align: right;
        display: table-cell;
        padding-right: 1rem;
    }

    .modal-body-highlight-value {
        font-size: 1.125rem;
        float: left;
        margin: 0 auto;
        width: calc(75% - 1rem);
        text-align: center;
        display: table-cell;
    }

    .modal-body-highlight-subtext {
        border-top: 1px solid #af841d;
        width: 95%;
        color: #af841d;
        text-align: center;
        padding: 1rem;
        margin: 0 auto;
    }

    .modal-body-highlight-more {
        width: 20;
        margin: 0.5rem auto;
        text-align: center;
    }

    .modal-body-row-left-image-single, .modal-body-row-right-image-single, .modal-body-row-left-image-double, .modal-body-row-right-image-double {
        display: table;
        width: 95%;
        margin: 0.25rem auto;
    }

    .modal-body-row-left-image-single .modal-body-row-column-left, .modal-body-row-right-image-single .modal-body-row-column-right {
        width: 20%;
        display: table-cell;
    }

    .modal-body-row-left-image-single .modal-body-row-column-right, .modal-body-row-right-image-single .modal-body-row-column-left {
        width: calc(80% - 1.5rem);
        margin: 0 0.75rem;
        display: table-cell;
    }

    .modal-body-row-left-image-double .modal-body-row-column-left, .modal-body-row-right-image-double .modal-body-row-column-right {
        width: 15%;
        display: table-cell;
    }

    .modal-body-row-left-image-double .modal-body-row-column-right, .modal-body-row-right-image-double .modal-body-row-column-left {
        width: calc(85% - 1.5rem);
        margin: 0 0.75rem;
        display: table-cell;
    }

    .modal-body-row-column-left, .modal-body-row-column-right {
        float: left;
    }

    .modal-body-row-column-left {
        text-align: right;
    }

    .modal-body-row-column-right {
        text-align: left;
    }

    .modal-momentum .image-in-circle {
        width: 100%;
        border-radius: 50%;
    }

    .modal-body-figures-columns-two, .modal-body-figures-columns-one {
        display: table;
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
    }

    .modal-body-figures-column {
        color: #fff;
        font-weight: 700;
        text-align: center;
        display: table-cell;
        padding: 0.5rem;
    }

    .modal-body-figures-columns-two .modal-body-figures-column {
        background-color: #365d9d;
        max-width: calc(50% - 1rem);
        min-width: calc(50% - 1rem);
        float: left;
        margin: 0.5rem;
    }

    .modal-body-figures-columns-one .modal-body-figures-column {
        width: 100%;
        padding: 0.5rem;
    }

    .modal-body-figures-columns-one .modal-body-figures-column .modal-body-figures-number, .modal-body-figures-columns-one .modal-body-figures-column .modal-body-figures-text {
        background-color: #365d9d;
    }

    .modal-body-figures-columns-one .modal-body-figures-column .modal-body-figures-text ul {
        text-align: left;
        margin-left: 2rem;
    }

    .ourimpact-graphic-75 {
        width: 75%;
        height: 75%;
        margin: 1rem auto -2rem;
        display: block;
    }

    .accordion-in-table {
        width: 100%;
        max-width: 100%;
        min-width: 1px;
    }

    .accordion-in-table .btn-link {
        font-size: 1.1rem;
    }

    .accordion-in-table .card-body {
        font-weight: 400;
        font-size: 1.1rem;
    }

    .webinar-details-full {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        display: block;
        position: relative;
        float: none;
    }

    .page-webinars .article-text item:not(:last-of-type) {
        margin-bottom: 2rem;
        border-bottom: 2px solid #af841d;
        padding-bottom: 2rem;
    }

    .webinar-details-title {
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-bottom: 0.5rem;
        color: #365d9d;
    }

    .webinar-details-date {
        margin: 0.5rem 0;
        color: #365d9d;
    }

    .webinar-details-date-label {
        font-size: 1rem;
        font-weight: 700;
    }

    .webinar-details-date-value {
        font-size: 1.0625rem;
    }

    .webinar-details-list {
        list-style-position: outside;
        list-style-type: none;
        display: block;
        margin: 0.5rem auto;
    }

    .webinar-details-listitem {
        margin-bottom: 0.75rem;
        min-width: 4rem;
        width: 6.875rem;
    }

    .webinar-upcoming-row {
        display: table;
        width: 100%;
        margin: 0 auto 1.5rem;
    }

    .webinar-upcoming-column-date {
        display: table-cell;
        height: 100%;
        width: 3rem;
        padding-right: 1rem;
        font-weight: 700;
        text-align: center;
        float: left;
        line-height: 1.25rem;
    }

    .webinar-upcoming-date-month {
        font-size: 1rem;
        float: none;
        text-transform: uppercase;
    }

    .webinar-upcoming-date-day {
        font-size: 1.75rem;
        float: none;
    }

    .webinar-upcoming-column-details {
        float: left;
        display: table-cell;
        height: 100%;
        max-width: calc(100% - 4.5rem);
    }

    .webinar-upcoming-details-title {
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 1.625rem;
        margin-bottom: 0.25rem;
    }

    .sidebar-input-group, .sidebar-input-group-button {
        float: left;
        display: block;
        position: relative;
    }

    .sidebar-form-newsletter {
        position: relative;
        float: none;
    }

    .sidebar-form-newsletter::after {
        content: " ";
        display: table;
        clear: both;
    }

    .sidebar-form-newsletter .input-text {
        width: 13.5rem;
        height: 2.4375rem;
    }

    .cprit-btn-signup {
        width: 4.75rem;
        padding: 0.5rem;
        color: #fff;
        background-color: #365d9d;
        border: 0;
        border-radius: 0;
        height: 2.4375rem;
    }

    .sidebar-highlight-image {
        max-width: 60%;
        margin: auto;
        position: relative;
    }

    .sidebar-highlight-image img {
        max-width: 60%;
        height: auto;
        margin: 0 auto 0.25rem;
        display: block;
        border: 0;
        outline: 0;
        padding: 0;
    }

    .sidebar-list-details {
        max-width: 80%;
        min-width: 1rem;
        height: auto;
        margin: 0 auto;
        display: block;
        font-size: 1rem;
        line-height: 2rem;
        padding-left: 2rem;
        text-align: center;
    }

    .sidebar-list-detail-with-icon, .sidebar-list-detail-no-icon {
        text-align: left;
        width: 16rem;
        margin: 0 auto;
        font-weight: bold;
    }

    .article-published-release-wrapper {
        display: block;
        margin: 0 auto 0.5rem;
        width: 100%;
        font-weight: 700;
        font-size: 1.25rem;
        text-align: center;
    }

    .article-published-release-info, .article-published-release-contact {
        display: block;
        text-align: center;
        margin: 0 auto 0.75rem;
    }
}

@media only screen and (max-width:1199.9999px) and (min-width:400px) {
    .sidebar-video {
        width: 90%;
        max-width: 369px;
        height: auto;
        max-height: 369px;
        margin: 0 auto;
        float: none;
        min-height: 1px;
    }

        .sidebar-video .video-icon-play {
            background-size: 100% !important;
        }

    .media-column {
        border-left-width: 0.25rem;
        padding: 0 0.125rem;
    }

    .webinar-details-body {
        display: table;
        width: 100%;
    }

    .webinar-details-description {
        display: table-cell;
        max-width: calc(100% - 10rem);
        padding-right: 2rem;
        float: left;
        font-size: 0.9375rem;
        line-height: 1rem;
    }

    .webinar-details-files {
        display: table-cell;
        max-width: 8rem;
        float: left;
    }
}

@media only screen and (max-width:399.9999px) {
    .video-icon-play::after {
        background-size: 2rem;
    }

    .sidebar-video {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        float: none;
    }

        .sidebar-video .video-icon-play {
            background-size: 100px !important;
        }

    .media-column {
        width: 100%;
        margin: 0 auto 1rem;
        height: auto;
        float: none;
        border-left-width: 0.125rem;
        padding: 0 0.0625rem;
        max-height: 30rem;
        overflow-y: auto;
    }

    .webinar-details-body {
        display: block;
    }

    .webinar-details-description {
        display: block;
        float: none;
        font-size: 1rem;
        line-height: 1rem;
    }

    .webinar-details-files {
        display: block;
        float: none;
        margin: 0 auto 1rem;
        max-width: 399px;
    }

    .webinar-details-files::after {
        content: " ";
        display: table;
        clear: both;
    }

    .webinar-details-listitem {
        float: left;
        margin: 0 0.25rem;
    }
}

@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

@media only print {
}

@media only speech {
}

/* TS Changes*/

/* FAQ Styles*/

#faq-accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 40px;
}

#faq-accordion .panel-title a {
    display: block;
    padding: 10px 20px 10px 60px;
   
    background: #365d9d;
    border-radius: 30px;
    border: 2px solid #365d9d;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    position: relative;
}

    #faq-accordion .panel-title a.collapsed {
        border: 2px solid #bbb;
        background: #fff;
        /*color: #bbb;*/
        color: black;
        text-decoration: none;
    }

        #faq-accordion .panel-title a:before,
        #faq-accordion .panel-title a.collapsed:before {
            /*content: "\f068";*/
            content: "A";
            /*font-family: "Font Awesome 5 Free";*/
            font-weight: 900;
            width: 60px;
            height: 60px;
            line-height: 60px;
            border-radius: 50%;
            background: #af841d;
            font-size: 24px;
            color: black;
            text-align: center;
            border-right: 3px solid #fff;
            position: absolute;
            top: -10px;
            left: -30px;
            z-index: 1;
            transition: all 0.3s ease 0s;
        }

        #faq-accordion .panel-title a.collapsed:before {
            content: "Q";
            background: #bbb;
            border: none;
        }

#faq-accordion .panel-body {
    padding: 10px 15px 0;
    margin: 0 0 0 30px;
    border: none;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    position: relative;
}

    #faq-accordion .panel-body:before {
        content: "";
        display: block;
        width: 5px;
        height: 90%;
        background: #af841d;
        position: absolute;
        top: 0;
        left: -30px;
    }

    #faq-accordion .panel-body:after {
        content: "";
        border-top: 20px solid #af841d;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        position: absolute;
        bottom: 0;
        left: -48px;
    }

/* Staff */

.staff-div-exec {
    border: 1px solid #af841d !important;
}

.staff-div {
    border-bottom: 1px dotted #af841d !important;
}

.staff-tab a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.staff-tab .nav-tabs {
    border-bottom: none;
}

.staff-tab .nav-tabs li a {
    font-size: 16px;
    font-weight: bold;
    color: black;
    background: white !important;
    border-left: 5px solid #365d9d !important;
    margin: 0;
    position: relative;
    
}

.staff-tab .nav-tabs li a:hover {
     background: #c0d0d4 !important;
     color: black;
     border-left: 5px solid #c0d0d4 !important;
}

.staff-tab .nav-tabs .nav-link.active,
.staff-tab .nav-tabs li.active a,
.staff-tab .nav-tabs li.active a:focus,
.staff-tab .nav-tabs li.active a:hover {
    background: #365d9d !important;
    color: white !important;
    border: none;
    border-left: 5px solid #365d9d !important;
}

.staff-tab .tab-content {
    font-size: 16px;
    color: black;
    line-height: 24px;
    background-color: white;
    border: none;
    padding: 15px;
}

.staff-tab .tab-content h3 {
    font-size: 24px;
}

@media screen and (max-width: 480px) {
    .staff-tab .nav-tabs li {
        width: 100%;
    }
}

/* Advisory Committee, Peer Reviewer Pages*/

.peerreviewer-tab a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.peerreviewer-tab .nav-tabs {
    border-bottom: none;
}

    .peerreviewer-tab .nav-tabs li a {
        font-size: 16px;
        font-weight: bold;
        color: black;
        background: white !important;
        border-left: 5px solid #365d9d !important;
        margin: 0;
        position: relative;
    }

        .peerreviewer-tab .nav-tabs li a:hover {
            background: #c0d0d4 !important;
            color: black;
            border-left: 5px solid #c0d0d4 !important;
        }

    .peerreviewer-tab .nav-tabs .nav-link.active,
    .peerreviewer-tab .nav-tabs li.active a,
    .peerreviewer-tab .nav-tabs li.active a:focus,
    .peerreviewer-tab .nav-tabs li.active a:hover {
        background: #365d9d !important;
        color: white !important;
        border: none;
        border-left: 5px solid #365d9d !important;
    }

.peerreviewer-tab .tab-content {
    font-size: 14px;
    color: #7e828a;
    line-height: 24px;
    background: #fff;
    border: none;
    padding: 15px;
}

    .peerreviewer-tab .tab-content h3 {
        font-size: 24px;
    }

@media screen and (max-width: 480px) {
    .peerreviewer-tab .nav-tabs li {
        width: 100%;
    }
}


table#acrylic {
    border-collapse: collapse;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 25px auto;
    width: 100%;
}

#acrylic thead {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    #acrylic thead th {
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
        text-align: left;
        padding: 20px;
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #646f7f), color-stop(100%, #4a5564));
        background-image: -moz-linear-gradient(#646f7f, #4a5564);
        background-image: -webkit-linear-gradient(#646f7f, #4a5564);
        background-image: linear-gradient(#646f7f, #4a5564);
        border-top: 1px solid #858d99;
    }

        #acrylic thead th:first-child {
            -moz-border-top-right-radius: 5px;
            -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
        }

        #acrylic thead th:last-child {
            -moz-border-top-right-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            border-top-right-radius: 5px;
        }

#acrylic tbody tr td {
    font-family: 'Open Sans', sans-serif;
    color: black;
    font-size: 16px;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #e0e0e0;
}

#acrylic tbody tr:nth-child(2n) {
    background: #f0f3f5;
}

#acrylic tbody tr:last-child td {
    border-bottom: none;
}

    #acrylic tbody tr:last-child td:first-child {
        -moz-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    #acrylic tbody tr:last-child td:last-child {
        -moz-border-bottom-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.stnd ul, ol {
    display: block;
    list-style: disc outside none;
    margin: 1em 0;
    padding: 0 0 0 40px;
}

.stnd ol {
    list-style-type: decimal;
}

.stnd li {
    display: list-item;
}

.stnd ul ul, ol ul {
    list-style-type: circle;
    margin-left: 15px;
}

.stnd ol ol, ul ol {
    list-style-type: lower-latin;
    margin-left: 15px;
}


/*CPRIT Grants Funded*/
div.dt-buttons {
    float: right;
    margin-left: 10px;
}

div.dataTables_length {
    white-space: nowrap;
    margin-left: 10px;
}

/*CPRIT Scholar Detail Layout*/

.roundedTable {
    border: 3px solid #365d9d;
    border-radius: 6px;
    border-spacing: 0;
    margin: 10px;
    padding: 0px;
    width: 300px;
    border-collapse: unset !important;
    float: right;
}

    .roundedTable th {
        background-color: #365d9d;
        color: white;
        text-align: center;
    }

    .roundedTable td,
    .roundedTable th {
        border-bottom: 3px solid #365d9d;
        padding: 10px;
    }

    .roundedTable tr:last-child > td {
        border-bottom: none;
    }

/* User Cards */
.user-box {
    width: 180px;
    margin: auto;
    margin-bottom: 20px;
}

    .user-box img {
        width: 100%;
        border-radius: 50%;
        padding: 0px;
        background: #9ca0a3;
        -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    }


.profile-card-4 .user-box {
    width: 180px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 15px;
}

.profile-card-4 .list-icon {
    display: table-cell;
    font-size: 30px;
    padding-right: 20px;
    vertical-align: middle;
    color: #223035;
}

.card .tab-content {
    padding: 1rem 0 0 0;
}


/*END CPRIT Scholar Detail Layout*/

/* Don't display dates on the News & Events Meltwater Feed */
.sidebar-meltwater .meltwater-article-date {
    display: none;
}
