@font-face {
    font-family: 'Big John';
    src: url('/assets/site_resources/BIG_JOHN.eot');
    src: url('/assets/site_resources/BIG_JOHN.eot?#iefix') format('embedded-opentype'),
         url('/assets/site_resources/BIG_JOHN.woff') format('woff'),
         url('/assets/site_resources/BIG_JOHN.woff2') format('woff2'),
         url('/assets/site_resources/BIG_JOHN.ttf') format('truetype')
   }
@font-face {
    font-family: 'BN Times Gothic';
    src: url('/assets/site_resources/TangoSans.ttf');
}
@font-face {
    font-family: 'HK Grotesk Light';
    src: url('/assets/site_resources/HKGrotesk-Regular.otf');
}

:root{
    --title-font:'BN Times Gothic'; 
}

.list_controls a {height: 9.6em !important;} 

html,
body {  
    overflow-x: hidden;
    width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    background: #fbfbfb !important;
    font-family: 'HK Grotesk Light', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.15em !important;}

.news_all {display: none;}

#skin_FARRAGO .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;}

.margTop {
    margin-top: 80px!important;
}

@media (min-width: 992px) {
.margTop {
    margin-top: 117px!important;}
}

@media (min-width: 1700px) {
.margTop {
    margin-top: 130px!important;}
}

.row > * {position:relative;}
.col-12 {
    padding-right: 15px;
    padding-left: 15px;}
    
.no-padding {padding: 0 !important;}    


.flexWrapper {
    display: flex;
    flex-wrap: wrap;}
    
    

/* HEADINGS */
#skin_FARRAGO h1, 
#skin_FARRAGO h2, 
#skin_FARRAGO h3 {font-family: var(--title-font), sans-serif; font-weight: normal;letter-spacing:.1px;}

#skin_FARRAGO h4, 
#skin_FARRAGO h5, 
#skin_FARRAGO h6 {font-family: 'HK Grotesk Light', sans-serif; font-weight: 900;}

#skin_FARRAGO h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;}

#skin_FARRAGO h5 { 
    font-weight: 700;
    font-size: 18px;}

#skin_FARRAGO h6 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;}


/* BUTTONS */

.buttonCTA {
    color: #fff;
    font-weight:700;
    border: 2px solid #e6957a;
    font: bold 12px 'HK Grotesk Light', sans-serif;
    letter-spacing: 1px;
    background: #e6957a;
    width: fit-content;
    cursor: pointer;
    position: relative;
    margin: 15px auto;
    display: table;
    border-radius: 4px;
    padding: 10px 20px;
    transition-duration: 1s;}

.buttonCTA:hover {
    background: transparent;
    color: #e6957a;
}

.buttonCTA a {
    transition-duration: 1s;
    color: #fff;
    padding: 7px 30px;
    display: block}

.buttonCTA a:hover {color: #e6957a;}

.buttonCTA.arrow a {
    padding: 0}

.buttonCTA.arrow {
    padding: 7px 40px 7px 20px}

.buttonCTA.arrow:after {
    content: "\f105";
    font-family: 'font awesome\ 5 free';
    display: block;
    position: absolute;
    top: 7px;
    right: 15px}

.buttonCTA.green {
    border: 3px solid #008080;
    background: #008080}

.buttonCTA.green:focus,
.buttonCTA.green:hover {
    background: transparent;
    border: 3px solid #008080;}

.buttonCTA.green:focus a,
.buttonCTA.green:hover a {
    color: #008080 !important;}

.buttonCTA.green:after {
    color: #fff}

.buttonCTA.lavender {
    border: 3px solid #D2B2F2;
    color: #fff;
    background: #D2B2F2;
    border-radius: 3px;}

.buttonCTA.lavender a {
    color: #fff
}

.buttonCTA.lavender:after {
    color: #fff
}

.buttonCTA.lavender:hover {
    background: transparent;
    border: 3px solid #D2B2F2;
    color: #D2B2F2;}

.buttonCTA.lavender:hover a,
.buttonCTA.lavender:hover:after {
    color: #D2B2F2
}

.buttonCTA.lavender:focus {
    background: transparent;
    border: 1px solid #D2B2F2;
    color: #D2B2F2;
}

.buttonCTA.blackBorder {
    border: 3px solid #000;
    color: #000
}

.buttonCTA.blackBorder a {
    color: #000
}

.buttonCTA.blackBorder:after {
    color: #000
}

.buttonCTA.peachBorder {
    border: 3px solid #e6957a
}

.buttonCTA.peachBorder a {
    color: #e6957a
}

.buttonCTA.peachBorder:after {
    color: #e6957a
}

.buttonCTA.icon {
    padding: 0 0 0 20px !important;
    display: inline-block;
    margin: 15px
}

.buttonCTA.icon:before {
    font-family: 'font awesome\ 5 free';
    display: block;
    position: absolute;
    top: 7px;
    left: 15px;
    color: #fff;}

.buttonCTA.lavender.icon:before {
    color: #502764
}

.buttonCTA.icon:hover:before {
    color: #fff
}

.buttonCTA.icon.download:before {
    content: "\f56d"
}

.buttonCTA.icon.shop:before {
    content: "\f291"
}

.buttonCTA.icon.mail:before {
    content: "\f0e0"
}

.buttonCTA.icon.link:before {
    content: "\f0c1"
}

.buttonCTA.icon.facebook:before {
    content: "\f39e";
    font-family: 'font awesome\ 5 brands'
}

.buttonCTA.icon.instagram:before {
    content: "\f16d";
    font-family: 'font awesome\ 5 brands'
}

.buttonCTA.icon.twitter:before {
    content: "\f099";
    font-family: 'font awesome\ 5 brands'
}

.buttonCTA.icon.share:before {
    content: "\f14d"
}

.buttonCTA.icon.like:before {
    content: "\f164"
}

.buttonCTA.center {
    margin: 30px auto
}

.buttonCTA.left {
    margin: 30px 0
}

.buttonCTA.small {
    padding: 5px 15px
}

@media(min-width:769px) {
    .buttonCTA {
        margin: 25px 0
    }
}


/** FOOTER **/
footer {
    padding: 0.5em !important;
    background-color: #000;
}
#footer {
    color: #fff;
    min-height: 6em;
    padding: 50px 20px;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
#footer-menu {
    margin: 20px 0 30px;
    font-size: 14px;}

#footer-menu > span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin: 25px 0;}

#footer-menu .msl_navbar {
    list-style: none;
    padding: 0;}

#footer-menu li {
    display: inline-block;
    width: 49%;
    width: calc(50% - 5px);
    vertical-align: top;
    margin: 10px 0;
    text-align: center;}

#footer-nav {padding: 0 5%;}

#footer-menu .footer-link {
    display: inline-block;
    position: relative;
}
#footer-menu .footer-link span {
    padding: 10px 12px 10px 25px;
}
#footer-menu .footer-link:before {
    padding: 0 5px;
    color: #1ba39c;
    font-family: "Font Awesome 5 Free";
    font-size: 1.2em;
    content: "\f105";
    font-weight: 900;
    display: block;
    position: absolute;
    left: 2px;
}
#footer-top {
    flex-wrap: wrap;
}
#footer-menu a {
    margin-right: 3em;
}
#footer-bottom a:hover,
#footer-follow a:hover,
#footer-menu a:hover {
    color: #fff;
}
#footer-follow .logo img {
    max-width: 210px;
    margin-left: -8px;}

#footer-follow p {
    font-size: 13px;
    max-width: 560px;
    margin-top: 20px;}

#footer-follow .footer-link {
    padding: 0.3em;
    border: 2px solid;
}
.footer-social i {
    margin: 10px 20px 10px;
    font-size: 2em;
}
.footer-social i:first-of-type { margin-left: 0px;}
#footer-bottom {
    border-top: 1px solid #ffffff47;
    padding: 40px 0;
}
#footer-bottom p {
    margin: 15px 0 0;
    line-height: 20px;
    width: 95%;
}
#footer-bottom img {
    width: 100px;
}
@media only screen and (max-width: 480px) {
    #footer-follow,
    #footer-menu {
        margin: 1em 0;
    }
    #footer-top {
        display: flex;
        justify-content: center;
    }
    #footer-follow {
        margin-top: 0;
    }
    .footer-social i {
        font-size: 2em;
    }
    #footer-menu a {
        margin-right: 1em;
    }
    #footer-bottom p {
        font-size: 1em;
    }
    #footer-bottom {
        margin: 0 1em;
    }
}
@media only screen and (max-width: 330px) {
    #footer-menu {
        margin: 0.8em;
    }
}
@media (min-width: 992px) {
    #footer-bottom {
        border-bottom: 1px solid #ffffff47;
        margin-right: 10%;
    }
    #footer-top {
        margin-right: 10%;
    }
}


/******** HOME ***********/ 
.secTitleWrapper {
    position: relative;
    display: block;
    border-top: 2px solid #ccc;
    padding-top: 15px;
    margin: 30px 0;
    height: 89%;}

.secTitle {
    font: bold 12px 'HK Grotesk Light', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ccc;
    padding: 5px 10px 5px 20px;
    margin: 0 0 0 0;
    line-height: 24px;
    transform-origin: 0 0;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;}

@media (max-width: 849px) {
.noImageWrapper .secTitle {top: -30px;}
}

@media (max-width: 767px) {
 .ourPicksWrapper {margin-bottom: 60px;}
 .secTitleWrapper {min-height: 475px;height: 100%;}
}


@media (min-width: 850px) {
.col-12:not(.ourPicksWrapper) .secTitleWrapper {
    border-left: 2px solid #ccc;
    border-top: 0px solid #ccc;
    padding: 0 0 0 15px;
    margin: 30px 0;}    

.col-12:not(.ourPicksWrapper) .secTitle {
    top: 20px;
    left: 20px;
    transform: rotate(90deg);
     padding: 5px 10px;}
    
.col-12:not(.ourPicksWrapper) .secTitle span {
    transform: rotate(180deg );
    display: block;}
}

@media (min-width: 992px) {
.col-12:not(.ourPicksWrapper) .secTitle {
    top: 20px;
    left: 50px;
    transform: rotate(90deg);
     padding: 5px 10px;}
     
.secTitleWrapper.ourPicks {margin-top: 50px;}
.ourPicksWrapper .secTitle {top: 20px;}
     
}

@media (min-width: 992px) {
.col-12:not(.ourPicksWrapper) .secTitleWrapper,
.noImageWrapper .col-12:not(.ourPicksWrapper) .secTitleWrapper {margin-left: 30px !important;}
}


/*@media (min-width: 1200px) and (max-width: 1260px) {
.col-12:not(.ourPicksWrapper) .secTitleWrapper,
.noImageWrapper .col-12:not(.ourPicksWrapper) .secTitleWrapper  {margin-left: 30px !important;}
}*/




/* Featured news */
#newsArticles .msl-item,
.search_news .news_item { position: relative;}

.search_news h2 {flex: 1 1 100%;}

#newsArticles:not(.featured) .msl-item,
.search_news .news_item {
    margin: 0 0 15px 0;
    border: 1px solid #eaeaea;}

#newsArticles:not(.featured) .msl-item .newsDetails,
.search_news .news_item .newsDetails {
    background: #fbfbfb;
    padding: 30px 20px 15px 20px;}
    
#newsArticles .msl-item .newsDetails,
.search_news .news_item .newsDetails { min-height: 120px; position: relative;}

#newsArticles .msl-item .newsDetails h3,
.search_news .news_item h5 {
    margin: 0 0 20px;
    display: block;}

#newsArticles:not(.featured) .msl-item .newsDetails h3,
.search_news .news_item h5  {
    font-size: 20px;
    line-height: 1.2;}

.search_news .news_item h5 a {
    color: #000; 
    text-decoration: none;
    font-family: var(--title-font), sans-serif;
    font-weight: normal;}
    
#newsArticles:not(.featured) .msl-item .newsDetails .msl-byline,
.search_news .news_item .leader { font-size: 12px;}

.search_news .news_item .msl-pubdate { display: none;}

#newsArticles .msl-item .articleCat {
    display: none;
    background: #e8e8e8;
    padding: 9px 10px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    position: absolute;
    top: -17px;
    left: -1px;}


#newsArticles .msl-item .articleCat:first-of-type {display: block;}

#newsArticles .msl-item .articleCat.articleCatNoImg {}
/*#newsArticles.threeCol .msl-item .articleCat {background: #e6957a;}
#newsArticles.noImage .msl-item .articleCat {background: #008080;}
#newsArticles.latest .msl-item .articleCat {background: #008080;}*/

#newsArticles .msl-item .articleCat.creative {background: #D8BFD8;}
#newsArticles .msl-item .articleCat.columns {background: #F5D7DA;}
#newsArticles .msl-item .articleCat.nonfiction {background: #f3eeb2;}
#newsArticles .msl-item .articleCat.news {background: #BBCAB5;}
#newsArticles .msl-item .articleCat.satire {background: #AEC6CF;}
#newsArticles .msl-item .articleCat.fodder {background: #E16751;}

#newsArticles .msl-item .msl-tag.featuredhome {display: none;}

.msl-item  .msl-morelink {
    display: block;
    color: #c8bad6;}
    
#newsArticles .msl-item .msl-morelink {
    color: #000;
    display: block;
    font-weight: bold;
    margin-top: 15px;
    font-size: 11px;}  
    
/*.page_list-news #newsArticles.threeCol .msl-item .msl-morelink {color: #BBCAB5;}
.page_nonfiction #newsArticles.threeCol .msl-item .msl-morelink {color: #f3eeb2;}
.page_creative #newsArticles.threeCol .msl-item .msl-morelink {color: #D8BFD8;}
.page_columns #newsArticles.threeCol .msl-item .msl-morelink {color: #F5D7DA;}
.page_satire #newsArticles.threeCol .msl-item .msl-morelink {color: #AEC6CF;}
.page_fodder #newsArticles.threeCol .msl-item .msl-morelink {color: #C23B22;}*/


#newsArticles .msl-item img {
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;}
    
#newsArticles .msl-item:hover img {    
    transform: scale(1.02);}
    
#newsArticles .msl-item a {
    color: #000;
    display:inline-block;}

#newsArticles .msl-item a:hover {
    text-decoration: none;
    color: #000;}

#newsArticles .msl-item .msl-image {overflow: hidden;}

@media (min-width: 600px) {   
  #newsArticles:not(.featured) .msl-item {margin: 0 0 15px;}
}

@media (min-width: 768px) {
  #newsArticles:not(.featured) .msl-item:nth-child(even) {margin-right: 0;}
}

@media (min-width: 992px) {
  #newsArticles:not(.featured) .msl-item:nth-child(even) {margin: 0 15px 15px 0;}    
  #newsArticles:not(.featured) .msl-item:nth-child(3n) {margin-right: 0;}
}

/* Search */
#search_main .news_item img {
    width: 100%;
    height: 200px;
    object-fit: cover;}

/* No image slider - homepage */
.greyBg { 
    background: #f6f6f6;
    padding: 70px 0px;
    margin: 30px 0;}

.page_list-news .greyBg {background: #BBCAB5;}
.page_nonfiction .greyBg {background: #f3eeb2;}
.page_creative .greyBg {background: #D8BFD8;}
.page_columns .greyBg {background: #F5D7DA;}
.page_satire .greyBg {background: #AEC6CF;}
.page_fodder .greyBg {background: #E16751;}

.page_list-news #newsArticles:not(.featured) .msl-item, .search_news .news_item { border: 1px solid #cfdcca;}
.page_creative #newsArticles:not(.featured) .msl-item, .search_news .news_item { border: 1px solid #e6cee6;}
.page_satire #newsArticles:not(.featured) .msl-item, .search_news .news_item { border: 1px solid #c1d8e0;}

.noImageWrapper .secTitleWrapper {margin: 0;}

#newsArticles.noImage {
    overflow: hidden; 
    padding-bottom: 20px !important;
    padding-left: 7px;}

#newsArticles.noImage .slick-track{ display: flex !important; }

#newsArticles.noImage .msl-item {margin: 0 7px 7px 7px !important; height: inherit !important;}

#newsArticles.noImage .msl-item > a {display: none;}
#newsArticles.noImage .msl-item .newsDetails,
#newsArticles.landingFour .msl-item .newsDetails,
#newsArticles.landingFive .msl-item .newsDetails {
    background: transparent;
    padding: 50px 20px 15px 20px;}

#newsArticles.noImage .msl-item .articleCat {display: none;}
#newsArticles.noImage .msl-item .articleCat.articleCatNoImg {top: 0; left: 0; display: block;}

@media (min-width: 992px) {
.noImageWrapper.greyBg {padding: 40px 0px 70px 0px;}
}



/* ARTICLES 3 COLUMNS */ 
#newsArticles.threeCol .msl-news,
.search_news {
    display: flex;
    flex-wrap: wrap;}
    
#newsArticles.threeCol .msl-item,
.search_news .news_item {
    padding: 0;
    width: 100%;
    margin: 0 0 15px;
    flex: 1 1 100%;
    overflow: hidden;}

@media (min-width: 600px) {
#newsArticles.threeCol .msl-item,
.search_news .news_item {
    flex: 1 1 50%;
    max-width: calc(50% - 8px);
    margin: 0 15px 15px 0;}

#newsArticles.threeCol .msl-item:nth-child(even),
.search_news .news_item:nth-child(odd) {  margin: 0 0 15px 0;}  
    
}


@media (min-width: 992px) {
#newsArticles.threeCol .msl-item,
.search_news .news_item {
    flex: 1 1 33%;
    max-width: calc(33% - 8px);
    margin: 0 15px 15px 0;}
    
.search_news .news_item {max-width: calc(33% - 12px);}    

#newsArticles.threeCol .msl-item:nth-child(even),
.search_news .news_item:nth-child(odd) {  margin: 0 15px 15px 0;} 

#newsArticles.threeCol .msl-item:nth-child(3n) {  margin: 0 0 15px 0;} 
}


/* ARTICLES HOME SLIDER */
#newsArticles.sliderArt .msl-item {
    overflow: hidden;
    display: flex;}
    
#newsArticles.sliderArt .msl-item .msl-image,
#newsArticles.sliderArt .msl-item .newsDetails {
    display: inline-block;
    vertical-align: top;}


#newsArticles.sliderArt .msl-item img {
    width: 70px;
    height: 100%;
    object-fit: cover;}

#newsArticles.sliderArt .msl-item .newsDetails {
    width: calc(100% - 70px);
    padding: 50px 15px 15px 15px;}
 

/* ARTICLES OUR PICKS */ 
#newsArticles.ourPicks .msl-item {
    padding: 0;
    width: 100%;
    margin: 0 0 15px 0;
    overflow: hidden;
    display: flex;}
    
#newsArticles.ourPicks .msl-item:last-child {margin: 0;}    

#newsArticles.ourPicks .msl-item .msl-image,
#newsArticles.ourPicks .msl-item .newsDetails {
    display: inline-block;
    vertical-align: top;}

#newsArticles.ourPicks .msl-item img {
    width: 70px;
    height: 100%;
    object-fit: cover;}

#newsArticles.ourPicks .msl-item .newsDetails {
    width: calc(100% - 70px);
    padding: 15px;}

#newsArticles.ourPicks .msl-item .newsDetails h3 {
    font-size: 16px;}

@media (min-width: 992px) {

}


/* Slick slider extra styles */
.slick-slider .slick-arrow {
    bottom: -28px;
    top: auto;
    right: 0px;
    left: auto;
    z-index: 9;}

.slick-prev:before, .slick-next:before {font-size: 17px;}

.slick-slider .slick-arrow.slick-prev {
    right: 25px;
    right: calc(0px + 27px);}
    
.slick-slider button {
    border: none;
    background: transparent;
    width: 30px;
    height: 30px;
    color: transparent;
    overflow: hidden;
    position: absolute;}    

.slick-slider .slick-prev:before {
    content: '\f053';
    color: #9c9c9c;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;}

.slick-slider .slick-next:before {
    content: '\f054';
    color: #9c9c9c;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;}
    
/*.slick-track { display: flex !important;}*/
#newsArticles.noImage .slick-slide { height: inherit !important;}
#newsArticles.noImage .slick-slide > div { height: 95%; }


/* Cat home section */
.categoryWrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;}

.categoryWrapper li {
    background: #008080;
    border: 2px solid #008080;
    width: 47%;
    width: calc(50% - 12px);
    display: inline-block;
    margin: 0 5px 10px 5px;
    transition-duration: .5s;}

.categoryWrapper li a {
    color: #fff;
    text-align: center;
    display: block;
    padding: 15px 10px;
    text-transform: uppercase;
    font: bold 12px 'HK Grotesk Light', sans-serif;
    letter-spacing: 1px;}

.categoryWrapper li:hover {
    background: transparent;
    border: 2px solid #008080;}

.categoryWrapper li:hover a {
    color: #008080;}


@media (min-width: 600px) {
  .categoryWrapper li {
    width: 31%;
    width: calc(33% - 11px);}
}

/*@media (min-width: 769px) {
  .categoryWrapper li {
    margin: 0 10px 20px 10px;
    width: 22%;
    width: calc(25% - 23px);}
}*/



/***** LANDING PAGE 4 ARTICLES *******/
.padding-right {padding: 0 20px !important;}
.landingPageWrapper {padding: 90px 0; margin-top: 0;}

.landingPageWrapper .landingDetails { 
    text-align: center;
    margin-bottom: 70px;
    max-width: 650px;
    margin: 0 auto 70px;}
    
.landingPageWrapper .landingTitle {  }
.landingPageWrapper .landingDesc {line-height: 1.5;  }

#newsArticles.landingFour .msl-item {
    padding: 0;
    width: 95%;
    width: 100%;
    margin: 0 0 15px;
    overflow: hidden;}

#newsArticles.landingFour .msl-item:nth-child(3),
#newsArticles.landingFour .msl-item:nth-child(4) {
    padding: 0;
    overflow: hidden;
    display: flex;}

#newsArticles.landingFour .msl-item:nth-child(3) .msl-image, #newsArticles.landingFour .msl-item:nth-child(3) .newsDetails,
#newsArticles.landingFour .msl-item:nth-child(4) .msl-image, #newsArticles.landingFour .msl-item:nth-child(4) .newsDetails {
    display: inline-block;
    vertical-align: top;
    width: 40%;}    

#newsArticles.landingFour .msl-item:nth-child(3) .msl-image img,
#newsArticles.landingFour .msl-item:nth-child(4) .msl-image img {
    height: 100%;
    object-fit: cover;}

#newsArticles.landingFour .msl-item:nth-child(3) .newsDetails,
#newsArticles.landingFour .msl-item:nth-child(4) .newsDetails {
    width: 60%;
    padding: 50px 15px 15px 20px;}


#newsArticles.landingFour .msl-item:nth-child(3) .msl-leader,
#newsArticles.landingFour .msl-item:nth-child(4) .msl-leader {display: none;}

#newsArticles.landingFour .msl-item:nth-child(3) .articleCat,
#newsArticles.landingFour .msl-item:nth-child(4) .articleCat {
    top: 0;
    left: -38px;}
    

.landingPageWrapper #newsArticles .msl-item .articleCat {background: #e8e8e8 !important;}
.landingPageWrapper #newsArticles .msl-item .msl-morelink {color: #000 !important;}
#newsArticles.landingFour .msl-item:after, #newsArticles.landingFive .msl-item:after {color: rgb(241 241 241 / 80%) !important;}


@media(min-width: 768px) {
#newsArticles.landingFour .msl-news {
    display: grid;
    grid-gap: 15px;
    width: calc(100% - 20px);
    grid-template-columns: 50% 50%;}

#newsArticles.landingFour .msl-item {margin: 0 !important;}

#newsArticles.landingFour .msl-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;}

#newsArticles.landingFour .msl-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;}

#newsArticles.landingFour .msl-item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;} 

#newsArticles.landingFour .msl-item:nth-child(4) {    
    grid-column: 2;
    grid-row: 2;}

}

@media(min-width: 992px) {
#newsArticles.landingFour .msl-news {
    display: grid;
    grid-gap: 20px;
    width: calc(100% - 30px);
    grid-template-columns: 33% 33% 33%;}    
    
#newsArticles.landingFour .msl-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 3;}
    

#newsArticles.landingFour .msl-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / 3;}

#newsArticles.landingFour .msl-item:nth-child(3) {
    grid-column: 3;
    grid-row: 1;}

#newsArticles.landingFour .msl-item:nth-child(4) {
    grid-column: 3;
    grid-row: 2;}
}

#newsArticles.landingFour .msl-item:after,
#newsArticles.landingFive .msl-item:after,
#newsArticles.trending .msl-item:after {
    content: "\f06d";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 15px;
    color: rgb(162 162 162 / 80%);
    bottom: 13px;
    font-size: 17px;
    font-weight: bold;    }

.card {background: transparent !important; border: none !important;}

.filtercont #newsArticles.threeCol .msl-item .msl-pubdate {display: none;}

@media (min-width: 600px) {
.filtercont #newsArticles.threeCol .msl-item {
    max-width: calc(50% - 15px);
    margin: 0 15px 15px 0 !important;}
}

@media (min-width: 992px) {
.filtercont #newsArticles.threeCol .msl-item {
    flex: 1 1 33%;
    max-width: calc(33% - 13px);}
}


/***** LANDING PAGE 5 ARTICLES *******/
#newsArticles.landingFive .msl-item {
    padding: 0;
    width: 95%;
    width: 100%;
    margin: 0 0 15px;
    overflow: hidden;}

#newsArticles.landingFive .msl-item:nth-child(3) .msl-leader,
#newsArticles.landingFive .msl-item:nth-child(4) .msl-leader,
#newsArticles.landingFive .msl-item:nth-child(5) .msl-leader,
#newsArticles.landingFive .msl-item:nth-child(3) img,
#newsArticles.landingFive .msl-item:nth-child(4) img,
#newsArticles.landingFive .msl-item:nth-child(5) img {display: none;}
    

@media(min-width: 600px) and (max-width: 767px) {
#newsArticles.landingFive .msl-news {
    display: grid;
    grid-gap: 10px;
    width: calc(100% - 15px);
    grid-template-columns: 50% 50%;}

#newsArticles.landingFive .msl-item {margin: 0 !important;}

#newsArticles.landingFive .msl-item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1;}

#newsArticles.landingFive .msl-item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;}

#newsArticles.landingFive .msl-item:nth-child(3) {
    grid-column: 2;
    grid-row: 2;} 

#newsArticles.landingFive .msl-item:nth-child(4) {    
    grid-column: 1;
    grid-row: 3;}

#newsArticles.landingFive .msl-item:nth-child(5) {    
    grid-column: 2;
    grid-row: 3;}

#newsArticles.landingFive .msl-item:nth-child(2) .msl-leader,
#newsArticles.landingFive .msl-item:nth-child(2) img { display: none;}

}


@media(min-width: 768px) {
#newsArticles.landingFive .msl-news {
    display: grid;
    grid-gap: 15px;
    width: calc(100% - 20px);
    grid-template-columns: 33% 33% 33%;}

#newsArticles.landingFive .msl-item {margin: 0 !important;}

#newsArticles.landingFive .msl-item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1;}

#newsArticles.landingFive .msl-item:nth-child(2) {
    grid-column: 3;
    grid-row: 1;}

#newsArticles.landingFive .msl-item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;} 

#newsArticles.landingFive .msl-item:nth-child(4) {    
    grid-column: 2;
    grid-row: 2;}

#newsArticles.landingFive .msl-item:nth-child(5) {    
    grid-column: 3;
    grid-row: 2;}

}

@media(min-width: 992px) {
#newsArticles.landingFive .msl-news {grid-gap: 20px; width: calc(100% - 30px);}    
}


/* FILTERS */

#e-filters #featuredhome,
#e-filters #ourpicks,
#e-filters #slidingarticle,
#e-filters #trendinghome {display: none;}

@media(max-width:768px) {
    .m-filter {
        margin-bottom: 20px
    }
}

.ev-search {padding-top: 30px !important;}

.filterHeading {
    font-weight: bold;
    margin: 20px 0 10px;}

.filter-c {
    border: 2px solid #000;
}

.filter-c.open {
    background: #000;
    color: white;}

.filter-c.f-reset {
    top: 40px;
    right: 15px;
    position: absolute;
    display: inline-block;
    float: right;
    color: #1ba39c;
    cursor: pointer;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    width: 130px;
    background: 0 0;
    border: 0 solid #dadada !important;
    text-align: right;}

.filter-c.f-reset .reset {
    padding: 0;
    display: inline-block;
    background: transparent;
    color: #000;
    font-weight: bold;
    font-size: 12px;}

.m-filter .centered {
    display: inline-block;
    margin: 0;
    text-align: left
}

@media(min-width:992px) {
    .m-filter .centered {
        display: inline-block;
        margin: 0;
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }
}


.dateFilter select {
    display: block
}

.checkbox {
    font-size: 14px
}

.checkbox .msl-ef-typeslist tr {
    display: inline-block;
    vertical-align: top;
    margin: 0 25px 10px 0
}

.checkbox td label {
    padding-left: 0;
    vertical-align: sub
}

.checkbox td input[type=checkbox] {
    position: absolute;
    opacity: 0
}

.checkbox td input[type=checkbox]+label {
    position: relative;
    cursor: pointer;
    padding: 0
}

.checkbox td input[type=checkbox]+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #5c5d60
}

.checkbox td input[type=checkbox]:hover+label:before {
    background: #e6e6e6
}

.checkbox td input[type=checkbox]:focus+label:before {
    box-shadow: 0 0 0 3px transparent
}

.checkbox td input[type=checkbox]:checked+label:before {
    border: 1px solid #dadada;
    background: #dadada
}

.checkbox td input[type=checkbox]:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 11px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    transform: rotate(45deg)
}

.msl-ef-filterbutton {
    color: #fff;
    background: #007888;
    padding: 5px 20px;
    margin: 5px auto;
    cursor: pointer;
    display: inline-block;
    text-decoration: none
}

.live-search-box {
    font-size: 14px;
    padding: 11.5px 10px;
    border: none;
    outline: 0;
    width: 90%;
    float: left;
    background: transparent;}

#button-holder {
    border: 2px solid #e6967c;
    border-radius: 4px;
    position: relative;
    overflow: auto;
    margin-bottom: 20px;}

#button-holder .fa-search:before {
    color: #4f2766;
    position: absolute;
    right: 20px
}

.search-c {
    display: block;
    width: 100%;
    box-shadow: none;
    padding: 0 15px
}

.search-c input#filter {
    display: block;
    font-size: 18px;
    width: 98%;
    text-align: left;
    background-size: 8%
}

@media(min-width:480px) {
    .search-c input#filter {
        background-size: 5%
    }
}

@media(min-width:768px) {
    .search-c input#filter {
        background-size: 14%
    }
}

@media(min-width:768px) {
    .search-c input#filter {
        background-size: inherit
    }
}

@media(min-width:768px) {
    .search-c {
        display: block;
        width: 100%;
        height: auto;
        box-shadow: none;
        padding: 0
    }
}

.search-c {
    padding: 0
}

.filter-c {
    padding: 0;
    width: 100%;
    margin: 20px 0 0;
    z-index: 1;
    position: relative;
    display: block;
    padding: 4px 10px;
    border-radius: 4px;
}

.date .filter-c {
    padding: 4px 10px;
    border-radius: 4px;
}

.filter-c p {
    font-size: 14px;
    margin-bottom: 10px;
}

.filter-c span {
    position: relative;
    cursor: pointer
}

.filter-c span:after {
    font-weight: 900;
    content: "\f078";
    font-family: 'font awesome\ 5 free';
    display: block;
    position: absolute;
    top: 10px;
    right: 5px;
    color: #4f2766
}

.filter-c.open span:after {
    content: "\f077";
    color: white;}

.filter-c:after {
    content: "\25be";
    font-family: FontAwesome;
    top: 10px;
    right: 25px;
    font-size: 20px;
    z-index: 2;
    color: #000;
    position: absolute;
    display: none
}

#e-filters {
    padding: 0;
    list-style: none;
    text-align: left;
    width: 100%;
    left: 0;
    margin: 0;
    display: none;
    margin: 10px 0;
    padding: 10px 0;
    border-radius: 4px;
    list-style: none;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #dadada;
    margin-top: 5px
}

#e-months {
    margin: 10px 0;
    padding: 0 0 10px;
    border-radius: 4px;
    list-style: none;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #dadada;
    margin-top: 5px
}

@media(min-width:768px) {
    .filter-c:after {
        display: block
    }
    .filter-c {
        width: 100%;
        margin: 0 0 20px
    }
}

@media(min-width:768px) {
    .search-c input#filter {
        padding: 10px 12px;
        font-size: 2em;
        width: 96%;
        position: absolute;
        top: 5px;
        width: 28%;
        right: 0;
        border: 0 solid;
        display: none;
        right: 4%
    }
}

@media(min-width:1024px) {
    .search-c input#filter {
        width: 40%
    }
}

@media(min-width:1200px) {
    .search-c input#filter {
        width: 55%
    }
}

@media(min-width:768px) {
    .filter-c:after {
        display: none
    }
    .filter-c span:after {
        display: block
    }
    .search-c input#filter {
        display: block;
        font-size: 1.5em
    }
}

.filter-c span {
    padding: 9px 20px 0 0;
    display: block
}

.search-c input#filter::placeholder {
    opacity: 0;
    transition: .5s;
    text-align: left
}

.search-c input#filter:focus::placeholder {
    color: #666;
    opacity: 1
}

@media(min-width:1200px) {
    .search-c {
        position: relative
    }
    #filters {
        margin: 10px 0;
        padding: 0;
        list-style: none;
        text-align: center;
        display: none;
        position: absolute;
        left: 130px;
        top: 56px;
        width: 250px;
        z-index: 10;
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2)
    }
    .search-c input#filter {
        font-size: 2em;
        font-style: italic;
        font-weight: 700;
        top: 25px;
        right: 8px;
        width: 38%
    }
}

#e-filters li {
    padding: 6px 30px;
    margin: 0 20px;
    transition: .3s all;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #5c5c61;
    width: auto;
    position: relative;
    display: block
}

#e-filters li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #dadada;
    transform: translateY(-50%)
}

#e-months li {
    padding: 6px 20px;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: #000;
    text-transform: capitalize
}

#e-filters li:hover:before {
    content: "";
    border-color: #037786
}

#e-filters li.active:before {
    background: #e6967c;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: white;
    font-size: 10px;
    padding: 1px 0 0 4px;}

#e-months li.active,
#e-months li:hover {
    color: #e6977d;
    font-weight: 700
}

@media only screen and (max-width:460px) {
    #e-filters li,
    #e-months li {
        width: 100%
    }
}

#event_date {
    display: none;
    position: absolute;
    top: 66px;
    left: 445px;
    width: 300px;
    text-align: center
}

#event_date select {
    width: 300px;
    padding: 6px;
    font-size: 1.3em;
    background: #c0828f;
    color: #fff;
    border: 0 solid;
    text-transform: lowercase;
    text-align: center
}

.show {
    display: block !important
}

.posTop {
    position: relative;
    z-index: 9;}

/*
.page_list-news #newsArticles.threeCol .msl-item .msl-morelink {color: #BBCAB5;}
.page_nonfiction #newsArticles.threeCol .msl-item .msl-morelink {color: #f3eeb2;}
.page_creative #newsArticles.threeCol .msl-item .msl-morelink {color: #D8BFD8;}
.page_columns #newsArticles.threeCol .msl-item .msl-morelink {color: #F5D7DA;}
.page_satire #newsArticles.threeCol .msl-item .msl-morelink {color: #AEC6CF;}
.page_fodder #newsArticles.threeCol .msl-item .msl-morelink {color: #C23B22;}*/
#newsArticles.threeCol .msl-item .msl-morelink,
.landingPageWrapper #newsArticles .msl-item .msl-morelink {display: none !important;}


/* FILTER COLOURS */
/* Satire - #AEC6CF */
.page_satire .filter-c.f-reset .reset,
.page_satire #e-months li.active, 
.page_satire #e-months li:hover {color: #AEC6CF;}
.page_satire .filter-c,
.page_satire #button-holder { border: 2px solid #AEC6CF;}
.page_satire .filter-c.open,
.page_satire #e-filters li.active:before {background: #AEC6CF;}  

/* News - #BBCAB5 */
.page_list-news .filter-c.f-reset .reset,
.page_list-news #e-months li.active, 
.page_list-news #e-months li:hover {color: #BBCAB5;}
.page_list-news .filter-c,
.page_list-news #button-holder { border: 2px solid #BBCAB5;}
.page_list-news .filter-c.open,
.page_list-news #e-filters li.active:before {background: #BBCAB5;} 

/* Nonfiction - #f3eeb2 */
.page_nonfiction .filter-c.f-reset .reset,
.page_nonfiction #e-months li.active, 
.page_nonfiction #e-months li:hover {color: #444;}
.page_nonfiction .filter-c,
.page_nonfiction #button-holder { border: 2px solid #f3eeb2;}
.page_nonfiction .filter-c.open,
.page_nonfiction #e-filters li.active:before {background: #f3eeb2; color: #444}  
.page_nonfiction .filter-c.open span:after {color: #444}  

/* Creative - #D8BFD8 */
.page_creative .filter-c.f-reset .reset,
.page_creative #e-months li.active, 
.page_creative #e-months li:hover {color: #D8BFD8;}
.page_creative .filter-c,
.page_creative #button-holder { border: 2px solid #D8BFD8;}
.page_creative .filter-c.open,
.page_creative #e-filters li.active:before {background: #D8BFD8;} 
    

/* Columns - #F5D7DA */
.page_columns .filter-c.f-reset .reset,
.page_columns #e-months li.active, 
.page_columns #e-months li:hover {color: #F5D7DA;}
.page_columns .filter-c,
.page_columns #button-holder { border: 2px solid #F5D7DA;}
.page_columns .filter-c.open,
.page_columns #e-filters li.active:before {background: #F5D7DA;}  

/* Fodder - #E16751 */
.page_fodder .filter-c.f-reset .reset,
.page_fodder #e-months li.active, 
.page_fodder #e-months li:hover {color: ##E16751;}
.page_fodder .filter-c,
.page_fodder #button-holder { border: 2px solid #E16751;}
.page_fodder .filter-c.open,
.page_fodder #e-filters li.active:before {background: #E16751;} 
    
    
.page_satire .paging a.current {
    border: 2px solid #AEC6CF;
    color: #AEC6CF;}

.page_satire .paging a:hover {color: #AEC6CF;}
    
.page_list-news .paging a.current {
    border: 2px solid #BBCAB5;
    color: #BBCAB5;} 
    
.page_list-news .paging a:hover {color: #BBCAB5;}
    
.page_nonfiction .paging a.current {
    border: 2px solid #f3eeb2;
    color: #f3eeb2;} 

.page_nonfiction .paging a:hover {color: #f3eeb2;}

.page_creative .paging a.current {
    border: 2px solid #D8BFD8;
    color: #D8BFD8;} 

.page_creative .paging a:hover {color: #D8BFD8;}

.page_columns .paging a.current {
    border: 2px solid #F5D7DA;
    color: #F5D7DA;} 

.page_columns .paging a:hover {color: #F5D7DA;}

.page_fodder .paging a.current {
    border: 2px solid #E16751;
    color: #E16751;} 
 
.page_fodder .paging a:hover {color: #E16751;}   

    
/* Sidebar */
.sidecol .box {
	padding: 20px;
    background-color: #f6f6f6;
    float: left;
    width: 100%;
    position: relative;
    margin: 15px 0;
    transition: 0.3s;}

.sidecol .box:empty {
	display: none;
}

.sidecol .box>*:first-child, .sidecol .box>*:first-child h3 {
	position: absolute;
    top: 4px;
    left: 50%;
    max-width: 100%;
    margin: -23px auto;
    padding: 10px 15px;
    line-height: 1;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fbfbfb;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* text-transform: uppercase; */
    font-size: 14px;
    padding: 10px 15px!important;
    font-weight: bold!important;}

.sidecol .box h2, .sidecol .box h3 {
	margin: 0 0 5px;
	padding-top: 0;
	font-weight: normal;
	font-size: 22px;
	/* border-bottom: 2px solid #eee; */
	color: #333;
	font-weight: 600;
}

/* Social icons */
.shareContent {
    margin: 20px 0;
}

.shareContent a {
    position: relative;
    width: 36px !important;
    height: 36px;
    display: inline-block;
    padding:0;
    color: #fff;
    display: inline-block;
    margin: 0px 3px 0px 0;
    vertical-align: top;}

.shareContent a span {
    line-height: 26px !important;
    height: 33px !important;
    width: 33px !important;
    padding: 0 0 0 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    transition: 0.2s ease all;
    color: #fff;
    -webkit-transition: 0.2s ease all;
}

.shareContent a span:hover {
    border-color: rgba(255,255,255,0.5);
}

#msl ul.msl_linkgrid {overflow:auto;}


/* Pagination */
.paging {
    display: block;
    margin: 20px 0;
    text-align: center;}

.paging a {
    padding: 3px 8px;
    color: #000;
    font-weight: 600;}

.paging a.current {
    border: 2px solid #e6967c;
    border-radius: 50px;
    color: #e6967c;}
    
.paging a:hover {
    color: #e6967c;
    text-decoration: none;}

.paging a.prev,
.paging a.next {display: none;}


/* footer */ 
.umsuLogo img {
    width: 70px;
    margin: 10px 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);}