

    .top-banner {
        background: url("/base/public/logos/top-banner-xl.png");
        background-size: 67% 100%;
        background-repeat: no-repeat ;
        padding-left: 160px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .banner_inst_logo {
        width: 250px;
    }
    .banner_title {
        font-size: 28pt;
        font-weight: 700;
        color:#042765;
        line-height: 2.3vw;
    }
    .banner_subtitle {
        font-size: 20pt;
        font-weight: 400;
        color:#697da3;
        line-height: 2vw;
        height:6vw;
        padding-right: 90px;
    }
    .banner_video_button {
        background-color: black;
        border-radius: 0.5rem;
        line-height: 2vw;
        align-items: center;
        min-width: 70px;
    }
    .banner_video_button_text {
        color:white;
        line-height: 3vw;
        vertical-align: middle;
        font-weight: 700;
        font-size: larger;
    }
    .banner_video_button_play_icon {
        height: 3vw;
    }
    .delos_logo {
        position: absolute;
        bottom:0;
        left:0;
        width: 70%;
    }
    .link_row {
        padding-left: 0;
        margin-bottom: 50px;
        margin-top: 30px;
    }
    .link_card {
        width: 100%;
        color:white;
        border-radius: 0.5rem;
        padding: 20px;
    }
    .link_card_icon {
        width:90%;
        min-width: 25px;
    }
    .link_card_header {
        font-weight: 700;
        font-size: 1em;
    }
    .link_card_subheader {
        font-size: 0.9em;
    }
    .link_card_subheader_counter {
        font-weight: 700;
    }
    .link_card_subheader_text {
        font-size: 12.5pt;
        height:4.5vw;
        line-height: 1.5vw;
        margin-top:14px;
    }
    .news_col {
        margin-top: 15px;
    }
    .news_header {
        border-bottom: #0e6e0e 1px solid;
        height: 2em;
        font-size: 1em;
        font-weight: 600;
        margin-top:0;
    }
    .news_row {
        font-size: 1em;
    }

    .sub_title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 3.6em; /* exactly three lines */
        line-height: 1.2em;
        font-weight: 500;
        font-size: 1em;
    }