/* Fonts */

@font-face {
    font-family: "Duplicate Slab";
    src: 
        url('/media/muhlenbergedu/siteassets/fonts/DuplicateSlab-Regular.woff2') format('woff2'), 
        url('/media/muhlenbergedu/siteassets/fonts/DuplicateSlab-Regular.woff') format('woff');
}

@font-face {
    font-family: "Duplicate Slab Light Italic";
    src: 
        url('/media/muhlenbergedu/siteassets/fonts/DuplicateSlab-LightItalic.woff2') format('woff2'), 
        url('/media/muhlenbergedu/siteassets/fonts/DuplicateSlab-LightItalic.woff') format('woff');
}

/* 3 x Hero News Stories */

.hero-news {
    margin-bottom: 50px;
    padding-top: 110px;
}

.hero-news__title {
    color: #000;
    font-family: 'Duplicate Slab Light Italic', serif;
    font-style: italic;
    font-size: 2.5rem;
    font-weight: 100;
    text-align: center;
}

.hero-news__top-stories .fs-row:first-child .fs-cell {
    max-width: 100%;
}

.hero-news__figure {
    position: relative;
}

.hero-news__dept {
    background-color: #A41E34;
    bottom: 0;
    color: #FFF;
    font-family: 'Merriweather Sans', sans-serif;
    left: 2rem;
    padding: 0.5rem 3rem 0.5rem 1.5rem;
    position: absolute;
    z-index: 1;
}

.hero-news__article img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.hero-news__article-title {
    color: #A41E34;
    font-family: 'Merriweather', serif;
    transition: color 0.25s;
}

.hero-news__article-title:active,
.hero-news__article-title:focus,
.hero-news__article-title:hover {
    color: #222;
}

.hero-news__article-desc {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 100;
}

@media screen and (min-width: 980px) {
    .hero-news {
        margin-bottom: 70px;
    }

    .hero-news__title {
        font-size: 5rem;
    }

    .hero-news__top-stories .fs-row .fs-cell:nth-child(2) {
        border-right: 1px solid #D8D8D8;
    }

    .hero-news__top-stories .fs-row .fs-lg-6 .hero-news__article img {
        height: 275px;
    }

    .hero-news__top-stories .fs-row .fs-lg-6 .hero-news__article-header h2 {
        margin: 0;
    }
    
    .hero-news__top-stories .fs-row .fs-lg-6 .hero-news__article-header {
        padding: 1rem 1rem 0;
    }

    .hero-news__top-stories .fs-row .fs-lg-6 .hero-news__article-desc {
        padding: 0 1rem 1rem;
    }

    .hero-news__article-desc {
        margin-right: 3rem;
    }
}

/* Hero News Sidebar */

.hero-news .news_listing {
    margin: 0;
    text-align: center;
}

.hero-news .fs-row:nth-child(2) .fs-lg-4 {
    background-color: #F4F4F4;
}

.hero-news .news_listing_title {
    background-color: #A41E34;
    color: #FFF;
    font-family: 'Duplicate Slab', serif;
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0 0 1.5rem 0;
    padding: 1rem 0;
    text-transform: capitalize;
}

.hero-news .news_listing_body {
    border-top: 0;
}

.hero-news .news_items {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
}

.hero-news .news_item {
    border-bottom: 0;
    margin: 0 auto;
    max-width: 35ch;
    padding: 0;
    width: 35ch;
}

.hero-news .news_item_date_time {
    color: #000;
    font-family: 'Merriweather', serif;
    font-weight: 100;
}

.hero-news .news_item_title_link {
    font-weight: 400;
    line-height: 1.2;
}

.hero-news .news_item_meta {
    font-style: italic;
}

.hero-news .news_item hr {
    color: #D8D8D8;
    height: 2px;
    margin: 1.5rem auto;
    max-width: 20ch;
    width: 20ch;
}

.hero-news .news_item:last-child hr {
    display: none;
}

.hero-news .news_listing_footer {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 40px;
}

@media screen and (min-width: 980px) {
    .hero-news .news_items {
        align-items: unset;
        display: block;
        flex-wrap: unset;
    }
}

/* Featured Video & Podcast */
.featured-content {
    background-color: #A41E34;
}

.featured-content__article {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.featured-content__inner,
.featured-content__figure {
    flex: 100%;
}

.featured-content__figure img {
    height: 225px;
    margin: 1rem 0;
    object-fit: cover;
    width: 100%;
}

.featured-content__article-title {
    color: #FFF;
    font-style: italic;
    font-weight: 100;
    margin: 0;
    line-height: 1.2;;
}

.featured-content__article-subtitle {
    color: #FFF;
    font-family: 'Merriweather', serif;
    font-size: 1.5rem;
    margin: 0;
    line-height: 1.2;
}

.featured-content__inner .featured-content__article-subtitle a {
    color: #FFF;
    font-family: 'Merriweather', serif;
    font-size: 1.1rem;
    text-transform: inherit;
    line-height: 1.2;
}

.featured-content__article p {
    color: #FFF;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 100;
    margin: 0;
    line-height: 1.2;
}

.featured-content__article > a {
    align-items: center;
    color: #FFF;
    display: flex;
    flex: 100%;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 0.8rem;
    margin: 0;
    text-transform: uppercase;
}

.featured-content__article a:active,
.featured-content__article a:focus,
.featured-content__article a:hover {
    text-decoration: underline;
}

.featured-content__article a:active .featured-content__link-icon svg,
.featured-content__article a:focus .featured-content__link-icon svg,
.featured-content__article a:hover .featured-content__link-icon svg {
    transform: translate(50%, 0);
}

.featured-content__link-icon svg {
    fill: #FFF;
    height: 1rem;
    transition: transform 0.25s, -webkit-transform 0.25s;
    width: 1rem;
}

@media screen and (min-width: 740px) {
    .featured-content__article {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 40px 0;
    }

    .featured-content__inner,
    .featured-content__figure {
        flex: 50%;
    }

    .featured-content__figure img {
        height: 180px;
        margin: 0;
    }
}

@media screen and (min-width: 980px) {
    .featured-content__article {
        margin: 60px 0;
        padding: 0 0 0 60px;
    }

    .featured-content .fs-cell:first-child .featured-content__article {
        border-right: 1px solid #D8D8D8;
        padding-left: 0;
        padding-right: 60px;
    }
}

/* Card slider colour overrides */
.cards_block.theme_teal {
    background-color: #5B6671;
}

.cards_block.theme_teal .card:nth-child(3n+3) .card_inner {
    background: #A41E34;
}

.cards_block.theme_teal .card:after {
    background-color: #5B6671;
}

/* Mule Movers */
.mule-movers {
    margin: 40px 0;
    text-align: center;
}

.mule-movers__headline {
    border-bottom: 1px solid #5B6671;
    color: #A41E34;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-size: 2rem;
    font-weight: 400;
    margin-top: 0;
    padding-bottom: 1rem;
    position: relative;
}

.mule-movers__headline:after {
    background-color: #5B6671;
    bottom: -2px;
    content: '';
    height: 3px;
    position: absolute;
    right: 0;
    width: 1px;
}

.mule-movers__headline:before {
    background-color: #5B6671;
    bottom: -2px;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    width: 1px;
}

.mule-movers__column hr {
    color: #D8D8D8;
    margin: 0 auto 2rem;
} 

.mule-movers__column-header {
    background-color: #A41E34;
    color: #FFF;
    font-family: 'Merriweather Sans', sans-serif;
    margin: 0 auto;
    padding: 0.75rem 0;
    width: 35%;
}

.mule-movers__column-wrapper > a {
    background: #A41E34;
    border: 1px solid #A41E34;
    color: #FFF;
    display: block;
    font-family: 'Merriweather Sans', sans-serif;
    margin: 0 auto 2rem;
    padding: 0.75rem;
    transition: background .325s, border .325s, color .325s, transform .325s, -webkit-transform .325s;
    width: 70%;
}

.mule-movers__column-wrapper > a:active,
.mule-movers__column-wrapper > a:hover,
.mule-movers__column-wrapper > a:focus {
    background: #FFF;
    color: #A41E34;
}

.mule-movers__article {
    margin: 0 auto 2rem;
}

.mule-movers__article:first-child:after {
    content: url(/media/muhlenbergedu/siteassets/images/mule-icon.png);
    display: block;
    margin: 2rem auto 0;
    opacity: .2;
}

.mule-movers__article h3 {
    margin-top: 0;
}

.mule-movers__article h3 a {
    color: #A41E34;
    font-family: 'Merriweather', serif;
    transition: color 0.25s;
}

.mule-movers__article h3 a:active,
.mule-movers__article h3 a:focus,
.mule-movers__article h3 a:hover {
    color: #222;
}

.mule-movers__article p {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 100;
}

.mule-movers__figure img {
    margin-bottom: 1rem;
    width: 100%;
}

@media screen and (min-width: 980px) {
    .mule-movers {
        margin: 60px 0;
    }

    .mule-movers__headline {
        font-size: 3rem;
    }

    .mule-movers__column .fs-row .fs-cell:nth-child(2) .mule-movers__column-inner {
        border-left: 1px solid #D8D8D8;
        border-right: 1px solid #D8D8D8;
    }

    .mule-movers__column-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .mule-movers__column-wrapper > a {
        margin-bottom: 0;
        margin-top: auto;
    }

    .mule-movers__column hr, 
    .mule-movers__article {
        width: 70%;
    }
}

/* Persepctive */
.perspective-container {
    background-color: #EFEEEE;
    border-top: 1px solid #000;
    padding: 40px 0;
}

.perspective-container hr {
    margin: 0 auto 2rem;
    width: 40%
}

.perspective-container__headline {
    color: #A41E34;
    letter-spacing: 4px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 2rem;
    font-weight: 100;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}

.perspective-container__intro {
    font-family: 'Merriweather', serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.perspective-container__article {
    margin-bottom: 2rem;
    position: relative;
}

.perspective-container__figure {
    margin-bottom: 1.5rem;
}

.perspective-container__figure img {
    height: auto;
    object-fit: cover;
    width: 100%;
}

.perspective-container__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.perspective-container__header h3 {
    color: #A41E34;
    font-family: 'Merriweather', serif;
    margin: 0 0 0.5rem;
}

.perspective-container__header p {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 100;
    margin: 0 0 0.5rem;
}

.perspective-container__header a {
    font-family: 'Merriweather Sans', sans-serif;
    color: #A41E34;
    transition: color 0.25s;
}

.perspective-container__header a:active,
.perspective-container__header a:focus,
.perspective-container__header a:hover {
    color: #222;
}

.perspective-container__bio {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 100;
    font-style: italic;
}

.perspective-container__footer {
    margin: 40px 0;
    text-align: center;
}

.perspective-button {
    background: #A41E34;
    border: 1px solid #A41E34;
    color: #FFF;
    font-family: 'Merriweather Sans', sans-serif;
    margin: 0 auto 2rem;
    padding: 0.5rem 5rem;
    transition: background .325s, border .325s, color .325s, transform .325s, -webkit-transform .325s;
}

.perspective-button:active,
.perspective-button:hover,
.perspective-button:focus {
    background: transparent;
    color: #A41E34;
}

@media screen and (min-width: 980px) {
    .perspective-container {
        padding: 60px 0;
    }

    .perspective-container__intro {
        margin-bottom: 60px;
    }

    .perspective-container__article {
        display: flex;
    }

    .perspective-container__figure {
        margin-bottom: 0;
        margin-right: 3rem;
    }

    .perspective-container__figure img {
        width: 365px;
    }
}

@media screen and (min-width: 1220px) {
    .perspective-container hr {
        margin: 0 0 2rem 14rem;
        width: 30%;
    }
}

/*******
* PSRR-14207 - CSS Updates
******/

/* change in font size */
@media screen and (min-width: 740px) {
    .news_item_title_link {
        font-size: 24px;
        font-size: 1.5rem;
    }
}
    
/* change in font size */
.hero-news__article-desc {
    font-size: 17px;
    font-size: 1.063rem;
}

/* added these properties */
.featured-content__article > a {
    letter-spacing: 1.25px;
    letter-spacing: 0.07813rem;
}

/* added line-height and font sizing */
.mule-movers__article p {
    font-size: 17px;
    font-size: 1.063rem;
    line-height: 1.5;
}

/* added line-height and font sizing */
.perspective-container__header p {
    font-size: 17px;
    font-size: 1.063rem;
    line-height: 1.5;
}

/*Left Margin issue*/
.full_width_callouts {
   margin-left: 0 !important;
}

/*PSRR-14389*/
.featured-content__article .featured-content__inner,
.featured-content__article>a {
  padding: 0 10px;
}
.featured-content__article>a {
  padding-top: 10px;
}
.featured-content__article-subtitle {
  padding: 5px 0;
  line-height: 1;
}
@media screen and (min-width: 740px) {
  .featured-content__figure img {
    height: 200px;
  }
}
.featured-content__article p {
  margin: 10px 0 0 0;
}