/**
 * Geoff Cotton
 * Oct 21, 2016
 *
 * Jumbotron Font and Overlay Options
 */

.uofs-section-bg.jumbotron.uofs-jumbotron-OL-Light:before {
    background:rgba(50,50,50,.2);
}
.uofs-section-bg.jumbotron.uofs-jumbotron-OL-None:before {
    background:none;
}

/**
 * Colin Skrapek
 * Dec 5, 2016
 *
 * The following contains CSS rules specific to the presentation of news feed items.
 * The goal is to make them more closely resemble news items on news.usask.ca 
 */




@media screen and (min-width: 768px) {
    .media-heading { 
        font-size: 24px; 
        font-weight: bold; 
        letter-spacing: -.5px;
        line-height: 1.3;
        margin: 6px 0 12px; 
    }
    .media-body > p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .uofs-media-col .media-object {
        float:none;
        max-width:100%;

    }
    .media-heading {
        font-size:20px;
        font-weight:bold;
        line-height:1.2;
        margin-bottom:6px;
    }
}


/**
 * Joel Farthing
 * Oct 20, 2016
 *
 * The following contains CSS rules specific to the Custom usask header used on this site 
 */

body {
    padding-top: 0px;
}

#usask-header-logo {
  padding: 0px;  
}

.h3> a {
    font-weight: inherit;
}

h3.mbsm {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 16px !important;
    }
}


@media screen and (max-width: 1023px) {
    .popular-links {
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
        padding-right:40px;
    }
    .popular-links:after {
        content:"";
        display:block;
        width:60px;
        height:20px;
        position:absolute;
        right:45px;
        top:auto;
        margin-top:-20px;
        background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    }
}
@media screen and (max-width: 767px) {
    .popular-links:after {
        right: 0;
    }
}

.uofs-media-col {
    border-right: none !important;
}

.media-object {
    width: 100%;
}

@media (min-width: 768px) {
    .navbar>.container-fluid {
        padding: 0 36px;
    }
    .uofs-header-sitename:first-child {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .navbar-nav> li> a {
        padding-left: 16px;
        padding-right: 16px;
    }
}