/* *
 * Custom styles for University home page
 *
 * Created 23 Aug 2017
 * Updated 10 Aug 2022 2022
 *
 * Last update: fix text cropping at smaller viewport sizes, AB
 *
 * @author Debbie Hay
 * @author Allan A Beattie
 */

.homepage {
    background-color: transparent;
}

/* news / events lists
------------------------------------------------------------ */

.syndicated_thumbs.syndicated,
.syndicated_events.syndicated {
    margin-top: -.8em;
}

.syndicated.syndicated_thumbs li,
.syndicated.syndicated_events li {
    position: relative;
}

.syndicated_thumbs.syndicated li:first-child a,
.syndicated_events.syndicated li:first-child a {
    padding-top: .8em
}

.syndicated_thumbs li img,
.syndicated_thumbs.syndicated li:first-child img {
    float: left;
    margin: 0 0 .8em 0;
    position: relative;
    width: 3em;
}

.syndicated_thumbs.syndicated li:first-child img + h3 {
    margin-left: 66px;
}

.syndicated_events li {
    position: relative;
}

.syndicated_events p {
    color: #444;
    margin-bottom: 0;
    margin-left: 66px !important;
}

.syndicated.syndicated_events h3,
.syndicated.syndicated_thumbs h3 {
    font-weight: bold;
}

.syndicated.syndicated_events h3 {
    margin-bottom: .2em;
    margin-left: 4.32em;
}

.syndicated_events li .event_date {
    float: left;
    font-size: .9em;
    margin: 0 0 .8em;
    overflow: hidden;
    position: relative;
    width: 4em;
}

.syndicated_events li .event_date_day,
.syndicated_events li .event_date_month {
    display: block;
    font-size: .8em;
    font-weight: bold;
    padding: .4em;
    text-align: center;
    text-transform: uppercase;
}

.syndicated_events li .event_date_day {
    background-color: #fafafa;
    font-size: 1.1em;
}

.top_prospectus_search {
    background-color: #1f3165;
    padding-bottom: 2px;
    padding-top: 2px;
}

.top_prospectus_search .prospectus_search {
    padding: 1em 0;
}

.top_prospectus_search .abdn_col {
    --abdn-gutter-x: 0 !important;
}

/* Global overrides
------------------------------------------------------------ */

#top {
    margin-bottom: 0;
    margin-top: 0;
}

.feature_image_16_by_9 {
    padding-bottom: 56.5%;
    position: relative;
}

.feature_image_16_by_9 img {
    bottom: 0;
    left: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
}

.primary_nav_homepage #section_nav.can_toggle {
    border-top: .5em solid #fff;
}

.primary_nav_homepage .global_nav {
    margin-top: 0;
}

.primary_nav_homepage #primary_nav > ul {
    display: none;
}

.homepage .feature_box .feature_content p {
    margin-bottom: 1em;
}

@media screen and (min-width: 780px) {
    .abdn_col.abdn_col_extended {
        max-width: 72em;
    }
}

@media screen and (min-width: 940px) {
    #section_nav_wrapper.can_toggle {
        display: none;
    }
}
