.card {
    border-top: none;
    border-left: none;
    background-color: white;
    padding: 0px;
    position: relative;
    box-shadow: 0 0 8px #D5D0C0;
    min-height: 170px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .card {
        min-height: 150px;
    }
}

@media (max-width: 767px) {
    .large.card {
        padding-right: 1.2em;
    }
}

.short.card {
    padding: 0 1.2em;
}

.custom-short.card {
    padding: 17px 19px;
}

.large.card img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.full.card img {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .large.card img,
    .short.card img {
        width: 100px;
        height: 100px;
    }
}

.story-supplement.card h2 {
    color: #005f69;
    font-family: 'SVN-Poppins';
    font-size: 1.5em;
    font-weight: normal;
    text-align: center;
    border-bottom: none;
}

.full.card h3 {
    font-size: 2.1em;
}

@media (min-width: 992px) {
    .full.card h3 {
        font-size: 3.1em;
    }
}

@media (max-width: 767px) {
    .card h3 {
        font-size: 1.25em;
    }
}

.full.card .teaser {
    font-size: 1.125em;
}

@media (min-width: 992px) {
    .full.card .teaser {
        font-size: 1.25em;
        line-height: 1.35em;
    }
}

@media (min-width: 992px) {
    .card .category {
        font-size: 1.2em;
    }
}

.short.card .card-photo {
    margin-top: 1.5em;
    float: left;
    padding-right: 1em;
    padding-bottom: 1em;
}

.short.card .custom-card-photo {
    margin-top: 5px;
    float: left;
    padding-right: 10px;
    padding-bottom: 1em;
}

.short.card .card-photo img {
    width: 135px;
    height: 90px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .large.card .card-photo,
    .short.card .card-photo {
        margin-top: 1.5em;
        float: left;
        padding-right: 1em;
        padding-bottom: 1em;
    }
    .large.card .card-photo {
        padding-left: 1em;
    }
}

@media (max-width: 768px) {
    div.menu-right-news {
        margin-top: 20px;
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    div.menu-right-news {
        margin-top: 20px;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    #top-story-1.card .card-photo {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .large.card .embed-responsive,
    .short.card .embed-responsive {
        padding-top: 1.5em;
    }
}

@media (max-width: 767px) {
    .large.card .embed-responsive .embed-responsive-item,
    .large.card .embed-responsive iframe,
    .large.card .embed-responsive embed,
    .large.card .embed-responsive object,
    .large.card .embed-responsive video,
    .short.card .embed-responsive .embed-responsive-item,
    .short.card .embed-responsive iframe,
    .short.card .embed-responsive embed,
    .short.card .embed-responsive object,
    .short.card .embed-responsive video {
        border-top: 20px solid white;
    }
}

.card .card-content {
    padding: 1.2em;
    clear: both;
}

.card .custom-card-content {
    padding: initial;
}

@media (max-width: 767px) {
    .card .card-content {
        clear: none;
    }
}

.short.card .card-content {
    display: inline;
}

.full.card .card-content {
    display: block;
    height: auto;
}

@media (min-width: 992px) {
    .full.card .card-content {
        padding: 2.4em;
    }
}

.card .card-content p {
    text-align: justify;
    line-height: 1.59375;
    font-size: 15px;
    font-family: 'SVN-Poppins';
}

.card .card-content p:last-child {
    margin-bottom: 0;
}

.social.card .card-content p {
    text-align: left;
}

.twitter.social.card .card-content p {
    font-size: 1.125em;
    text-align: center;
    line-height: 1.4444em;
}

.card .card-content .meta {
    display: block;
    text-transform: uppercase;
    color: #f26f33;
    font-size: 0.8em;
    font-weight: 600;
    font-size: 0.8125em;
    line-height: 1.53846154em;
    margin-bottom: 0.46153846em;
    font-family: 'SVN-Poppins';
}

.card .card-content h3 {
    font-weight: 600;
    font-family: 'SVN-Poppins';
    color: black;
    margin: 0;
    margin-top: 0.2em;
    margin-bottom: 0.4em;
    padding: 0;
    font-size: 1.1875em;
    line-height: 1.10526316em;
    margin-bottom: 0.31578947em;
}

@media (max-width: 767px) {
    .card .card-content h3 {
        font-size: 1.25em;
    }
}

.full.card .card-content h3 {
    font-size: 1.875em;
    line-height: 1.13333333em;
    margin-bottom: 0.2em;
}

@media (min-width: 992px) {
    .full.card .card-content h3 {
        font-size: 2.625em;
        line-height: 1.14285714em;
        margin-bottom: 0.14285714em;
    }
}

.social.card .card-content h3 {
    font-family: 'SVN-Poppins';
    font-weight: normal;
    text-align: center;
}

.social.card .card-content h3:hover {
    text-decoration: underline;
}

.card .card-content a {
    text-decoration: none;
    color: #005f69;
    font-size: 18px;
}

.card .card-content a.category-link,
a.category-link {
    color: #f56d1f;
    font-size: 15px;
}

.social.card .card-content a {
    color: #005f69;
}

.card .card-content a:hover {
    color: #f26f33;
    text-decoration: underline !important;
}

a.category-link:hover {
    color: #f26f33;
    text-decoration: underline !important;
}

.social.card .card-content a:hover {
    text-decoration: underline;
}

.card .card-content .btn {
    font-size: inherit;
}

.twitter.social.card .card-content>img,
.facebook.social.card .card-content>img {
    padding-bottom: 1em;
}

.social.card .card-content .social-img img {
    margin: auto;
}

.instagram.social.card .card-content .social-img img {
    width: 200px;
}

.social.card .card-content .actions {
    text-align: center;
    vertical-align: middle;
}

#section-more-stories .container>h2 a {
    color: inherit;
}

.padding-top {
    padding-top: 1em;
}

aside h2 {
    font-size: 1em;
}

aside ul {
    list-style: none;
}

aside ul li {
    margin-bottom: 0.3em;
}

aside ul li:before {
    content: ">";
    margin-left: -1.5em;
    margin-right: 1em;
}

aside .sidebar-section {
    margin-bottom: 45px;
    clear: both;
    font-family: 'SVN-Poppins';
}

aside .sidebar-section h2 {
    font-size: 1.25em;
}

aside .sidebar-section p {
    font-family: 'SVN-Poppins';
}

aside .sidebar-section #rss-feed-item {
    clear: both;
}

aside .sidebar-section #rss-feed-item img {
    float: right;
    margin-left: 1em;
    width: 80px;
}

aside .sidebar-section a {
    font-weight: inherit;
}

aside .sidebar-section#faculty-staff {
    margin-bottom: 0;
}

aside #weather-events {
    display: table;
    width: 100%;
    margin: -1em 0 2.5em;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 1em 0;
}

aside #weather-events #weather,
aside #weather-events #events {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
}

aside #weather-events #weather:hover,
aside #weather-events #events:hover {
    background-color: white;
}

aside #weather-events #weather a,
aside #weather-events #events a {
    display: block;
}

aside #weather-events #weather a:hover,
aside #weather-events #events a:hover {
    text-decoration: none;
    color: inherit;
}

aside #weather-events #weather {
    border-right: 1px solid #FFF;
}

aside #weather-events #weather #weather-temp {
    font-size: 1.8em;
    font-weight: 600;
}

aside #weather-events #events {
    padding-top: 0.4em;
}

aside #weather-events #events p {
    margin-top: 0.6em;
}

aside #in-the-news .news-source {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.sidebar-section p.side-byline {
    color: #f56d1f;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

a.title-menu-right {
    color: #000;
    font-size: 15px;
    font-family: 'SVN-Poppins';
}

a.title-menu-right:hover {
    color: #f56d1f;
    text-decoration: underline !important;
}

a.news-title-view:hover {
    color: #004b41;
}