/* AAA line-height fix */
.display-text, 
.display-text--x-large, 
.display-text--large, 
.display-text--medium, 
.display-text--small,
.stats ul li p {
    line-height: 1.5;
}

ul.two-columns,
ul.three-columns {
    margin-bottom: 1.25rem;
}

/* Homepage banner */
 #banner .display-text--large, #banner h1, #banner h2, #banner-video .display-text--large, #banner-video h1, #banner-video h2 {
     font-family: 'barlow', 'komet-sc', 'frank-new', sans-serif;
     text-shadow: 0 4px 3px #000;
     font-weight: 800;
}
 @media (min-width: 1025px) {
     #banner .display-text--large, #banner h1, #banner h2, #banner-video .display-text--large, #banner-video h1, #banner-video h2 {
         font-size: 2.65rem;
    }
}
 #banner h2 {
     margin-bottom: 5rem;
}
 #banner h2, #banner .h2, #banner-video h2, #banner-video .h2 {
     font-size: 3rem;
     line-height: 1.20967742;
}
 @media (min-width: 1025px) {
     #banner h2, #banner .h2, #banner-video h2, #banner-video .h2 {
         font-size: 2.65rem;
    }
}
 @media (min-width: 1300px) {
     #banner h2, #banner .h2, #banner-video h2, #banner-video .h2 {
         font-size: 2.65rem;
    }
}
 #banner.banner-flex .content-flex .content, #banner-video.banner-flex .content-flex .content {
     max-width: 100%;
}
 #banner.banner--wide .content-flex .content, #banner-video.banner--wide .content-flex .content {
     width: auto;
     padding-left: 0;
     padding-right: 0;
}
 #banner.banner--justify-content-start .content-flex, #banner-video.banner--justify-content-start .content-flex {
     justify-content: flex-start;
}
 #banner.banner--justify-content-start .content-flex .content, #banner-video.banner--justify-content-start .content-flex .content {
     padding-left: 0;
     padding-right: 0;
}

/* testing nav */
#mobile-menu .mobile-dropdown a  {
    border-bottom:solid 2px !important; 
}


#mobile-menu .mobile-dropdown .current-section > a > span {
    font-weight: bold;
}

#mobile-menu .mobile-dropdown .dropdown-items .current-section {
    padding:0 1rem;
    background:whitesmoke;
}

#mobile-menu .mobile-dropdown .dropdown-items .current-section > a {
    background:whitesmoke !important;
    border-bottom: 2px solid #e6e6e6 !important;
    padding-left:0
}


#mobile-menu .mobile-dropdown .current-section ul li a {
    background:whitesmoke;
    border-bottom:solid 2px #e6e6e6 !important;
    margin-left: 0 !important;
}
/* Multimedia Backgrounds */
.taller.short, .taller.overlay.short {
    height: auto;
}
/* Tabs */
.tabs--homecoming-full-schedule .tabs {
    display: flex;
    justify-content: center;
}
.tabs--homecoming-full-schedule .tabs li {
    float: none;
    border: 2px solid #081e3f;
    border-radius: 5px !important;
    margin: 0.25rem;
    overflow: hidden;
}
.tabs--homecoming-full-schedule .tabs li,
.tabs--homecoming-full-schedule .tabs li:first-child {
    padding: 0;
}
@media (max-width: 480px) {
    .tabs--homecoming-full-schedule .tabs {
        display: block;
    }
    .tabs--homecoming-full-schedule .tabs li {
        margin-left: 0;
        margin-right: 0;
        width: 100%;    
    }
}
.tabs--homecoming-full-schedule .tabs li .tabs .tab-title a span {
    display: inline;
}
.tabs--homecoming-full-schedule .tabs-content {
    border: 0 !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 70ch;
}
.tabs--homecoming-full-schedule .tabs-content h3 {
    font-size: 1.5rem;
}
.tabs--homecoming-full-schedule .tabs-content * + h3 {
    margin-top: 2rem;
}
/* Blog */
#blogPost header figure img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: auto !important;
    max-height: 450px;
    max-width: 800px;
}
#blogPost footer {
    margin-top: 4rem;
}
#blogPost .widget:first-child {
    padding-top: 0;
}
#blogPost .widget--footer-share {
    display: none;
}