﻿

body {
    font-family: 'Habibi', serif;
    font-weight: normal;
    color: #232323;
    background-color: #fff;
}

header {
}

.btn-primary, .btn-primary:link, .btn-primary:visited, .btn-primary:active, .btn-primary:focus {
    color: #ffffff;
    background-color: #f8ae01;
    border-color: #f8ae01;
    text-decoration: none;
}

    .btn-primary:hover {
        color: #ffffff;
        background-color: #B1931E;
        border-color: #B1931E;
        text-decoration: none;
    }

.leaderboard {
    display: none;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
}

.leaderboard-lg {
    display: none;
    margin: 0 auto;
    background-color: #f8ae01;
    height: 0;
}

.leaderboard-sm {
    display: block;
    margin: 0 auto;
    background-color: orange;
}

.advert {
    justify-content: center;
    display: flex;
    /*margin-bottom:60px;*/
}

.advert-article {
}

.advert-article-lg {
    display: none;
    margin: 0 auto;
    background-color: indianred;
}

.advert-article-md {
    display: none;
    margin: 0 auto;
    background-color: orange;
}

.advert-article-sm {
    display: block;
    margin: 0 auto;
    background-color: cornflowerblue;
}

.right-column {
    /*margin: 20px 0 0 0;*/
    float: right;
    padding-top: 20px;
}
/**     NAVIGATION-----------------------------------------------------------------     */
nav .active {
    border-bottom: 4px solid #f8ae01 !important;
}

.navbar-popup .active {
    background-color: #f8ae01 !important;
}

.dropdown .active {
    background-color: #f8ae01 !important;
}

.nav_menu_top {
    background-color: #000000;
    min-width: 364px;
    max-height: 40px;
    padding-right: 0px;
    width: 100%;
    margin: 0;
    height: 40px;
}

.navbar-brand {
    margin-top: auto;
    padding: initial;
    float: left;
}

.nav_menu_bottom {
    position: relative;
    min-height: 80px;
}

.nav_menu_bottom_hidden {
    /* left: 0; */
    height: 60px;
    /* min-height: 60px; */
    background: transparent;
    width: 195px;
    /* min-width: 195px; */
    display: block;
    position: absolute;
}

nav {
    padding: 0;
    display: flex;
    height: 40px;
    margin: 0;
    float: right;
}

    nav .dropdown {
        width: min-content;
    }

        nav .dropdown:hover {
            margin-bottom: -15px;
            border-bottom: 0px !important;
        }

    nav .dropdown-top {
        color: #ffffff !important;
        display: inline-flex;
        background-color: #677074;
        transition: all .15s ease;
    }

        nav .dropdown-top i {
            transform: rotate(0deg);
            line-height: 24px;
            margin-left: 10px;
            color: #ffffff;
        }

        nav .dropdown-top:hover {
            cursor: default;
            background-color: #f8ae01;
            transition: all .15s ease;
        }

            nav .dropdown-top:hover i {
                transform: rotate(180deg);
                transition: all .15s ease;
            }

    nav .dropdown:hover .dropdown-magazine {
        transition: all .15s ease;
        display: block;
    }

.dropdown-divider {
    margin: 0 12px;
}

.dropdown-magazine {
    position: absolute;
    z-index: 20;
    display: none;
    background-color: #979797;
    width: inherit;
    min-width: 180px;
}

.dropdown-magazine-item {
    display: block;
    font-weight: 300;
    border: 0px;
}

    .dropdown-magazine-item:hover {
        text-decoration: none;
    }

.navbar-leftcontent {
    display: none;
    text-decoration: none;
    list-style-type: none;
    flex-wrap: wrap;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    min-width: fit-content;
}

    .navbar-leftcontent li {
        flex-wrap: wrap;
        padding: 0;
    }

        .navbar-leftcontent li a {
            padding: 8px 9px 4px 9px;
            background-color: #000000;
            border-bottom: 4px solid transparent;
            font-weight: bold;
            color: #ffffff;
            min-width: 100%;
        }

            .navbar-leftcontent li a:hover {
                background-color: #f8ae01;
                border-bottom: 4px solid transparent;
                transition: all .15s ease;
            }

.navbar-rightcontent {
    float: right;
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
}

.cta-social {
    margin: 10px 100px;
    font-size: 1.7em;
    transition: .15s ease all;
}

    .cta-social > div {
        width: 25%;
    }

    .cta-social a, .cta-social a:active, .cta-social a:link {
        margin: 0 10px;
        color: black;
        transition: .15s ease all;
    }

        .cta-social a:hover {
            color: #f8ae01;
        }

.navbar-social {
    display: none;
    padding-right: 5px;
}

    .navbar-social a {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .navbar-social i {
        color: #000000;
        background-color: transparent;
        font-size: 1.2em;
        transition: all .15s ease;
    }

        .navbar-social i:hover {
            color: #f8ae01;
        }

.navbar-hamburger {
    padding: 4px 9px 4px 9px;
    color: #ffffff;
    background-color: #f8ae01;
    float: right;
    border: 0;
    cursor: pointer;
    display: inline-flex;
}

/*.navbar-hamburger:hover i:before{
    content: "\f00d"; 
    transition: all .15s ease;
}*/

.expanded_menu {
    display: flex;
}


.nav_menu_search {
    width: 35%;
    display: none;
}

.nav_menu_subscribe {
    width: 40%;
    display: none;
}

.nav_menu_social {
    width: 20%;
    float: right;
}

.navbar-rightcontent {
    width: -moz-fit-content;
    width: -webkit-fill-content; /* Mozilla-based browsers will ignore this. */
    width: fill-content;
    width: auto;
}

#navbarSupportedContent {
    /*-ms-transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);*/
    right: 0;
    height: auto;
    position: absolute;
    background-color: #677074;
    color: #FFFFFF;
    padding: 20px;
    display: none;
    z-index: 100;
    /*top: 120px;*/
    width: 260px;
}

    #navbarSupportedContent .close-menu-button {
        position: absolute;
        left: -35px;
        background-color: #f8ae01;
        width: 35px;
        cursor: pointer;
    }

        #navbarSupportedContent .close-menu-button i {
            margin-left: 6px;
        }

    #navbarSupportedContent a {
        color: #FFFFFF;
    }

    #navbarSupportedContent li {
        list-style-type: none;
    }

.search-form {
    border-bottom: 1px solid black;
    display: inline-flex;
    width: 100%;
    margin-left: 10%;
    margin-right: 5%;
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
}

    .search-form input, .search-form input:focus {
        border: 0 solid;
        box-shadow: none;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
    }

    .search-form .btn-primary,
    .search-form .btn-primary:active,
    .search-form .btn-primary:link,
    .search-form .btn-primary:focus {
        color: #000000;
        background-color: transparent;
        border-color: transparent;
        text-decoration: none;
        box-shadow: none;
    }

        .search-form .btn-primary:hover {
            color: #f8ae01;
            background-color: transparent;
            border-color: transparent;
            text-decoration: none;
        }

    .search-form i {
        margin-right: 6px;
        padding-top: 8px;
        font-size: 1.3em;
    }

.nav_menu_subscribe {
    margin-top: 10px;
    float: right;
    position: absolute;
}

.subscribe-item {
    margin-right: 20px;
    max-width: 190px;
}

.navbar-popup .search-form {
    padding: 0;
    background-color: #ffffff;
    height: 45px;
    border: 0;
    margin: 0 0 20px 0;
    color: black;
    font-size: 16px;
    line-height: 19px;
}

.navbar-popup input::-moz-placeholder,
.navbar-popup input::-webkit-input-placeholder,
.navbar-popup input::placeholder,
.navbar-popup input::-ms-input-placeholder,
.navbar-popup input:-ms-input-placeholder {
    color: black;
    background-color: red;
}

.navbar-popup .search-form i {
    position: relative;
    margin-left: 6px;
    font-size: 1.4em;
    color: black;
    display: flex;
    align-items: center;
}

.navbar-popup-content {
    padding: 0;
    margin: 0;
}

.navbar-popup-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    padding: 0px;
    border-bottom: 2px solid #979797;
}

    .navbar-popup-item:hover {
        transition: all .15s ease;
        background-color: #f8ae01;
        border-color: #f8ae01;
    }

.navbar-popup-item-socials a {
    color: #ffffff;
    display: inline-flex;
}

    .navbar-popup-item-socials a:hover {
        color: #f8ae01 !important;
    }

.navbar-popup-item-socials i {
    font-size: 1.5em;
}

.navbar-popup-item .navbar-popup-link {
    display: inline-block;
    padding: 0 0 0 10px;
    text-decoration: none;
    width: 100%;
}

.navbar-popup-dropdown-magazine {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    padding: 0px;
    border-bottom: 2px solid #979797;
}

    .navbar-popup-dropdown-magazine .navbar-popup-link {
        display: inline-block;
        padding: 0 0 0 10px;
        text-decoration: none;
        width: 100%;
    }

.navbar-popup-dropdown-magazine-header {
    display: table;
    padding: 0 0 0 10px;
    text-decoration: none;
    width: 100%;
}

    .navbar-popup-dropdown-magazine-header:hover {
        text-decoration: none;
        transition: all .15s ease;
        background-color: #f8ae01;
        border-color: #f8ae01;
    }

    .navbar-popup-dropdown-magazine-header i {
        display: table-cell;
    }

.navbar-popup-dropdown-magazine-content {
    display: none;
    transition: all .15s ease;
    background-color: #979797;
}

    .navbar-popup-dropdown-magazine-content a:hover {
        transition: all .15s ease;
        background-color: #f8ae01;
        border-color: #f8ae01;
    }





.navbar-popup-padding {
    padding: 20px 0;
}

.navbar-popup-subscribe {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin: 5px 0 5px 0;
    display: inline-flex;
    background-color: #f8ae01;
}

    .navbar-popup-subscribe a {
        padding: 10px 14px 10px 10px;
        text-decoration: none;
    }

    .navbar-popup-subscribe:hover i, .navbar-popup-subscribe:hover div {
        transition: all .15s ease;
        color: #677074;
    }

    .navbar-popup-subscribe * {
        display: table;
        vertical-align: middle;
    }

    .navbar-popup-subscribe a i {
        display: table-cell;
        width: 10%;
    }

    .navbar-popup-subscribe a div {
        display: table-cell;
        width: 85%;
    }

.subscribe-item a, .subscribe-item a:link, .subscribe-item a:active {
    color: #1A1919;
    background-color: #F0E6C2;
    display: inline-flex;
    text-decoration: none;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: lighter;
    line-height: 17px;
    transition: all .15s ease;
}

    .subscribe-item a:hover {
        color: #FFFFFF;
        text-decoration: none;
        transition: all .15s ease;
        background-color: #f8ae01;
    }

    .subscribe-item a div {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 14px;
        min-width: 175px;
    }

    .subscribe-item a i {
        min-width: 20px;
        color: #FFFFFF;
        line-height: 50px;
    }
/**** END RIGHT SIDE MENU ***/


/** CAROUSEL **/
.carousel {
    position: relative;
    width: 100%;
    height: 270px;
    max-height: 372px;
    /* z-index: 200; */
    background: grey;
    overflow: hidden;
    background-color: #f8ae01;
}

.carousel-indicators {
    position: absolute;
    left: auto;
    right: auto;
    /* margin: 0 0 0 5px; */
    float: left;
    bottom: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    width: calc(100% - 100px);
    padding: 10px 0 10px 30px;
    margin: 0;
    background-color: rgba(248, 174, 1, 0.9) !important;
    opacity: 0.9;
}

    .carousel-indicators li {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        float: left;
        margin: 10px 5px;
        left: calc(-50% + 35px);
    }

    .carousel-indicators .active {
        background-color: dimgrey;
    }

.carousel-inner {
    min-height: 272px;
}

    .carousel-inner .carousel-caption {
        margin: 0;
        right: 0;
        padding: 0;
        left: unset;
        width: 100%;
        height: 65%;
        bottom: 0;
        font-size: 12px;
        line-height: 20px;
    }

    .carousel-inner .caption-text {
        padding: 0 10px;
        width: 100%;
        bottom: 62px;
        text-align: left;
        background-color: rgba(248, 174, 1, 0.9) !important;
        position: absolute;
        opacity: 0.9;
    }

    .carousel-inner .date {
        font-size: 1.2rem;
        color: #ababab;
        font-style: oblique;
    }

    .carousel-inner .title, .carousel-inner .title a, .carousel-inner .title a:active, .carousel-inner .title a:link {
        margin-top: 15px;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.5rem;
        color: #ffffff;
    }

    .carousel-inner .type {
        margin-top: 15px;
        font-size: 1.5rem;
    }

    .carousel-inner img {
        object-fit: cover;
        max-height: -moz-available;
        max-height: -webkit-fill-available;
        max-height: fill-available;
        height: -moz-available;
        height: -webkit-fill-available;
        height: fill-available;
        width: 100%;
    }

.carousel-control-prev {
    position: absolute;
    left: unset;
    color: green;
    right: 50px;
    height: 60px;
    width: 50px;
    top: auto;
    background-color: rgba(248, 174, 1, 0.9) !important;
    opacity: 0.9;
}

.carousel-control-next {
    position: absolute;
    left: unset;
    color: green;
    background-color: rgba(248, 174, 1, 0.9) !important;
    opacity: 0.9;
    right: 0;
    height: 60px;
    width: 50px;
    top: auto;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
    color: #ffffff;
}

.carousel-control-next:hover i {
    color: black;
}

.carousel-control-prev:hover i {
    color: black;
}

.carousel-sponsored {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: unset;
    position: absolute;
    height: 42px;
    padding: 6px 5px;
    width: 130px;
    font-weight: bolder;
    background-color: #f8ae01;
    color: #ffffff;
    border: 5px solid #f8ae01;
    z-index: 20;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
}



/*** HOME PAGE - NEWS CONTAINER ***/
.news-container {
    width: 100%;
    /*padding-top: 20px;*/
    padding-bottom: 20px;
}

    .news-container h3 {
        /*border-top: 10px solid #f8ae01;*/
        padding-bottom: 10px;
        padding-top: 20px;
    }

        .news-container h3 a {
            font-family: 'Montserrat', sans-serif;
            color: black;
            font-weight: bold;
        }

            .news-container h3 a:hover {
                color: #f8ae01;
                list-style-type: none;
                text-decoration: none;
            }

.news-container-article .first-item {
    border-bottom: 0px dotted #979797;
}

.news-container-article-content {
    border-bottom: 1px dotted #979797;
    margin: 0;
    padding: 0;
}

.news-container-article img {
    object-fit: cover;
    max-height: 200px;
    position: relative;
    border: 1px solid gainsboro;
}

a.news-container-article-title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
}

    a.news-container-article-title, a.news-container-article-title:link, a.news-container-article-title:active {
        font-family: 'Montserrat', sans-serif;
        color: black;
        font-weight: bold;
    }

        a.news-container-article-title:hover {
            color: #f8ae01;
            list-style-type: none;
            font-weight: bold;
            text-decoration: none;
        }

/*** END ----  NEWS CONTAINER ***/

/*** HOME PAGE - INSIGHT CONTAINER ***/
.insight-container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .insight-container h3 {
        border-top: 10px solid #f8ae01;
        padding-bottom: 20px;
        padding-top: 20px;
    }

.insight-container-article {
    display: block;
}

.insight-container-article-content {
    width: 100%;
    margin: 0;
}

.insight-container-article img {
    object-fit: cover;
    max-height: 200px;
    position: relative;
    border: 1px solid gainsboro;
}

a.insight-container-article-title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px dotted #979797;
}

    a.insight-container-article-title, a.insight-container-article-title:link, a.insight-container-article-title:active {
        color: black;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        position: relative;
    }

        a.insight-container-article-title:hover {
            color: #f8ae01;
            list-style-type: none;
            font-weight: bold;
            text-decoration: none;
        }
/*** END ----  INSIGHT CONTAINER ***/

/*** HOME PAGE - OPINION CONTAINER ***/
.opinion-container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .opinion-container h3 {
        border-top: 10px solid #f8ae01;
        padding-bottom: 20px;
        padding-top: 20px;
    }

.opinion-container-article {
    display: block;
}

.opinion-container-article-content {
    width: 100%;
    margin: 0;
}

.opinion-container-article img {
    object-fit: cover;
    max-height: 200px;
    position: relative;
    border: 1px solid gainsboro;
}

a.opinion-container-article-title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px dotted #979797;
}

    a.opinion-container-article-title, a.opinion-container-article-title:link, a.opinion-container-article-title:active {
        color: black;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        position: relative;
    }

        a.opinion-container-article-title:hover {
            color: #f8ae01;
            list-style-type: none;
            font-weight: bold;
            text-decoration: none;
        }

/*** END ----  OPINION CONTAINER ***/


.caption-sponsored {
    position: absolute;
    height: 32px;
    padding: 6px 13px;
    width: 120px;
    font-weight: bolder;
    background-color: #f8ae01;
    color: #ffffff;
    z-index: 20;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.caption-sponsored-tiny {
    position: absolute;
    padding-left: 7px;
    top: -1px;
    width: 95px;
    background-color: #f8ae01;
    color: #ffffff;
    font-size: 11px;
    z-index: 20;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.opinion-container-article .caption-sponsored-tiny, .insight-container-article .caption-sponsored-tiny {
    top: -15px;
    position: initial;
}

/*** START ARTICLE LIST ********/
.article-list-container {
}

.article-list-container-content {
    border-bottom: 1px dotted #979797;
    margin: 0;
    padding: 0;
}

.article-list-container-advert {
    margin: 0;
    padding: 30px 0 30px 0px;
}

.article-list-container-content .article-image-first {
    /* object-fit: cover;*/
    max-height: 200px;
    position: relative;
    border: 1px solid gainsboro;
    margin: 15px 0 15px 0;
    width: 100%;
}

.article-list-container-content .article-image-tiny {
    display: none;
}

.more-articles {
    display: table;
    width: 100%;
    margin: 15px 0 0 0;
    background-color: #f8ae01;
    border: 2px solid #f8ae01;
}

    .more-articles:hover {
        cursor: pointer;
        background-color: #ffffff;
        border: 2px solid #f8ae01;
        transition: all .15s ease;
    }

        .more-articles:hover i {
            background-color: #ffffff;
            color: #f8ae01;
            transition: all .15s ease;
        }

        .more-articles:hover div {
            color: #f8ae01;
            transition: all .15s ease;
        }

    .more-articles i {
        width: 10%;
        color: #ffffff;
        display: table-cell;
    }

    .more-articles div {
        width: 80%;
        display: table-cell;
        text-align: center;
        color: #ffffff;
        font-weight: bolder;
    }

.article-list-container-content .caption-sponsored {
}

.article-list-container-content .caption-sponsored-tiny {
    top: -15px;
    position: initial;
}

.article-list-container-content .article-list-container-title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
}

.article-list-container-content .article-list-container-abstract {
    display: block;
    /*font-family: 'Sorts Mill Goudy', serif;
    font-weight: bolder;*/
    font-style: oblique;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}

a.article-list-container-title, a.article-list-container-title:link, a.article-list-container-title:active {
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

    a.article-list-container-title:hover {
        color: #f8ae01;
        list-style-type: none;
        font-weight: bold;
        text-decoration: none;
    }

.article-list-container-content .article-list-container-date {
    color: #ababab;
    font-style: oblique;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
}

/*** END ARTICLE ITEM ********/

.article-title {
    font-size: 24px;
    font-family: Montserrat;
    line-height: 30px;
    font-weight: bold;
    color: #1A1919;
}

.article-title-type a {
    color: #f8ae01;
    transition: all 0.15s ease;
}

.article-title-type:hover a {
    color: #677074;
    transition: all 0.15s ease;
}

.article-subtitle {
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #1A1919;
    margin: 0;
}

.article-date {
    font-style: italic;
    line-height: 25px;
    color: #979797;
    font-family: Montserrat;
    padding: 0 0 15px 0;
}

/*** START ISSUE/MAGAZINE LIST ********/
.issue-list-container {
    font-family: Montserrat;
}

    .issue-list-container h2 {
        margin: 15px 0 15px 0;
        font-size: 18px;
    }

.issue-list-container-content {
    margin: 0;
    padding: 0;
}

    .issue-list-container-content .issue-image-first {
        object-fit: cover;
        max-height: 215px;
        position: relative;
        border: 1px solid gainsboro;
        margin: 0;
    }

.issue-list-container-content-previous {
    margin: 30px 0 10px 0;
    padding: 0;
    width: 49%;
    display: inline-table;
}

    .issue-list-container-content-previous .issue-image-tiny {
        object-fit: contain;
        max-height: 215px;
        position: relative;
        /* border: 1px solid gainsboro; */
        margin: 0 auto;
        width: 100%;
    }

    .issue-list-container-content-previous .issue-list-container-image-2 {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    .issue-list-container-content-previous .issue-list-container-button-2 {
        display: block;
        width: 150px;
        margin: 0 auto;
    }

.btn-secondary, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:visited {
    color: #fff;
    background-color: #f8ae01;
    border: 2px solid #f8ae01;
    transition: ease .15s all;
    padding: 10px;
    display: block;
    width: 95%;
    max-width: 200px;
    text-align: center;
    font-weight: bolder;
    font-family: Montserrat;
}


    .btn-secondary:hover {
        transition: ease .15s all;
        color: #f8ae01;
        background-color: #fff;
        border: 2px solid #f8ae01;
        text-decoration: none;
    }

.issue-list-container-content .btn-secondary,
.issue-list-container-content .btn-secondary:active,
.issue-list-container-content .btn-secondary:focus,
.issue-list-container-content .btn-secondary:visited {
    margin: 10px 0;
}

.issue-list-container-content-previous .btn-secondary,
.issue-list-container-content-previous .btn-secondary:active,
.issue-list-container-content-previous .btn-secondary:focus,
.issue-list-container-content-previous .btn-secondary:visited {
    margin: 10px auto;
}


.more-issues {
    display: table;
    width: 100%;
    margin: 15px 0 0 0;
    background-color: #f8ae01;
    border: 2px solid #f8ae01;
}

    .more-issues:hover {
        cursor: pointer;
        background-color: #ffffff;
        border: 2px solid #f8ae01;
        transition: all .15s ease;
    }

        .more-issues:hover i {
            background-color: #ffffff;
            color: #f8ae01;
            transition: all .15s ease;
        }

        .more-issues:hover div {
            color: #f8ae01;
            transition: all .15s ease;
        }

    .more-issues i {
        width: 10%;
        color: #ffffff;
        display: table-cell;
    }

    .more-issues div {
        width: 80%;
        display: table-cell;
        text-align: center;
        color: #ffffff;
        font-weight: bolder;
    }

.issue-list-container-content .issue-list-container-title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bolder;
    line-height: 16px;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
}

.issue-list-container-content-previous .issue-list-container-title-2 {
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
}

.issue-list-container-content .issue-list-container-abstract {
    display: block;
    font-weight: lighter;
    font-size: 14px;
    line-height: 15px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}

a.issue-list-container-title, a.issue-list-container-title:link, a.issue-list-container-title:active {
    color: black;
    font-weight: bold;
}

    a.issue-list-container-title:hover {
        color: #f8ae01;
        list-style-type: none;
        font-weight: bold;
        text-decoration: none;
    }

a.issue-list-container-title-2, a.issue-list-container-title-2:link, a.issue-list-container-title-2:active {
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

    a.issue-list-container-title-2:hover {
        color: #f8ae01;
        list-style-type: none;
        font-weight: bold;
        text-decoration: none;
    }
/*** END ISSUE/MAGAZINE ITEM ********/



.jssocials {
    display: inline-flex;
}

.article-social {
    color: #f8ae01;
    padding-right: 0;
    padding-left: 0;
    display: inline-flex;
    float: right;
}

.jssocials-shares {
    color: #f8ae01;
    display: inline-flex;
    float: right;
}

.article-social span {
    font-weight: bold;
    font-size: 14px;
    line-height: 35px;
    color: #f8ae01;
}

.article-social-icons {
    display: inline-block;
    width: 100%;
}

.jssocials-share {
    display: table-cell;
    color: #f8ae01;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    float: left;
    vertical-align: bottom;
    margin: 0 !important;
}

    .article-social a, .jssocials-share a {
        margin-left: 10px;
        float: right;
        text-decoration: none;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

.article-social i, .jssocials-shares i {
    color: #f8ae01;
    transition: all 0.15s ease;
}

    .article-social i:hover, .jssocials-shares i:hover {
        color: #677074;
        transition: all 0.1s ease;
    }

.article-people {
    display: block;
    color: #ababab;
    font-size: 10px;
    font-family: 'Habibi', serif;
    font-style: italic;
    line-height: 13px;
}

    .article-people img {
        min-width: 60px;
        min-height: 60px;
        max-height: 60px;
        max-width: 60px;
        object-fit: cover;
        border: 1px solid lightgrey;
        border-radius: 50%;
        background-color: transparent;
        display: none;
        margin: 0;
    }

.article-writer {
    margin: 10px 0 15px 0px;
    display: block;
}

.article-contributors {
    margin: 0px 0 15px 0px;
    display: block;
}

.article-writers-name, .article-contributors-name {
    display: block;
    color: #f8ae01;
    font-size: 14px;
    font-style: normal;
    font-weight: lighter;
    width: 100%;
    line-height: 20px;
}

.article-body {
    font-size: 17px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.article-body-image {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .article-body-image img {
        margin: 0 0 0px 0px;
        border: 1px solid lightgray;
        height: auto;
        width: 100%;
    }

.article-body-image-caption {
    display: block;
    width: 100%;
    font-family: "Montserrat";
    font-weight: lighter;
    color: #7f7f7f;
    padding: 3px 10px 10px 0px;
    /*border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-left: 1px solid lightgray;*/
    font-size: 14px;
    font-style: italic;
    text-align: right;
    position: relative;
}

.article-body-image-old {
    display: none;
    float: right;
    margin: 30px 10% 30px 10px;
    border: 1px solid lightgray;
    padding: 10px;
    max-width: 100%;
}

    .article-body-image-old img {
        margin: 0 0 0px 0px;
        height: auto;
        width: 100%;
    }


.article-body .videoIframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.article-body .audioIframe {
    position: relative;
    height: 180px;
}

.article-body .videoIframeCopy {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    width: 40%;
    float: right;
}

.article-abstract {
}

.article-body .videoIframe iframe, .videoIframeCopy iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.article-keywords {
}
/*** END ARTICLE ITEM ********/

/*** START FEED PANELS ********/

.panel-latest-articles {
    margin: 15px 0 15px 0;
    overflow: hidden;
}


/*** ABOSULTE FIX PANELS ********/

.takeover-right {
	display: none;
}

.takeover-left {
	display: none;
}

.panel-next-events {
    margin: 15px 0 15px 0;
    overflow: hidden;
}

ul.news-feed-panel-list {
    list-style-type: none;
    width: 100%;
    padding: 0;
}

.feed-panel-item {
    list-style-type: none;
    padding-left: 30px;
    padding-right: 30px;
}

    .feed-panel-item > a {
        margin: 0 -5px 0px -5px;
        border-bottom: 1px solid #EDEDED;
        padding: 18px 5px 20px 5px;
        font-weight: normal;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        position: relative;
        transition: all 0.275s;
        width: 100%;
    }

        .feed-panel-item > a > img.fpi-teaser-image {
            /* width: 20%; */
            height: 10%;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            margin-right: 10px;
            max-height: 50px;
            transition: all 0.275s;
        }

        .feed-panel-item > a > .fpi-content {
            font-size: 16px;
            width: 100%;
            max-width: 75%;
            display: inline-block;
        }

            .feed-panel-item > a > .fpi-content > .fpi-text {
                color: black;
                transition: all 0.275s;
                font-size: 16px;
            }

            .feed-panel-item > a > .fpi-content > .fpi-date {
                position: absolute;
                bottom: 3px;
                right: 10px;
                font-size: 12px;
            }
/*** END FEED PANELS ********/


.panel-twitter {
    margin: 15px;
}


/*** START PANEL ADVERTS ********/
.panel-adverts {
    flex-wrap: wrap;
    padding: 20px 0px;
}

    .panel-adverts .ad-panel-top {
        flex-grow: 1;
        min-width: 25%;
        width: 100%;
    }

    .panel-adverts .ad-panel-bottom {
        flex-grow: 1;
        min-width: 25%;
        width: 49%;
        display: inline-flex;
    }

.ad-panel-bottom-left {
    margin-left: -5px;
}

.ad-panel-bottom-right {
    margin-right: -5px;
}


/*** END PANEL ADVERTS ********/

/** SUBSCRIBE PARTIAL ****/
.subscribe-container {
    margin-top: 30px;
    position: relative;
}

    .subscribe-container > div {
        border-bottom: 1px solid #ffffff;
    }

.subscribe-text {
    color: #1A1919;
    background-color: #F0E6C2;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: bold;
    line-height: 20px;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid lightgoldenrodyellow;
    margin-bottom: 5px;
}

a.subscribe-newsletter, a.subscribe-newsletter:link, a.subscribe-newsletter:active {
    background-color: #F0E6C2;
    padding: 20px 30px 20px 15px;
    position: relative;
    color: #1A1919;
    text-decoration: none;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: lighter;
    line-height: 21px;
    transition: all .15s ease;
    display: table;
    min-height: 92.5px;
    width: 100%;
    border-right: 1px solid lightgoldenrodyellow;
}

a.subscribe-magazine, a.subscribe-magazine:link, a.subscribe-magazine:active {
    background-color: #F0E6C2;
    padding: 20px 30px 20px 15px;
    position: relative;
    color: #1A1919;
    text-decoration: none;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: lighter;
    line-height: 21px;
    transition: all .15s ease;
    display: table;
    min-height: 92.5px;
    width: 100%;
}


    a.subscribe-newsletter:hover, a.subscribe-magazine:hover {
        text-decoration: none;
        transition: all .15s ease;
        background-color: #f8ae01;
        color: #ffffff;
    }

    a.subscribe-newsletter div, a.subscribe-magazine div {
        display: table-cell;
        vertical-align: middle;
    }

    a.subscribe-newsletter i, a.subscribe-magazine i {
        min-width: 20px;
        color: #FFFFFF;
        display: table-cell;
        vertical-align: middle;
    }
/** END ------------ SUBSCRIBE PARTIAL ****/

/** FOOTER */
/** FOOTER -----------------------------------------------------------*/
footer {
    border-top: 10px solid #f8ae01;
    margin-top: 30px;
    padding-top: 40px;
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    footer .row {
        margin: 0;
        padding: 0;
        margin-bottom: 40px;
        width: 100%;
    }

    footer h3 {
        margin-top: 0;
        width: 100%;
        font-family: Montserrat;
        font-weight: bold;
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 10px;
    }

    footer p {
        width: 100%;
    }

    footer a, footer a:visited {
        color: #f8ae01;
        font-weight: bold;
    }

        footer a:hover {
            color: #f8ae01 !important;
            text-decoration: underline !important;
        }

.footer-about {
    font-family: 'Habibi', serif;
    font-size: 16px;
    font-weight: lighter;
    line-height: 20px;
    padding-bottom: 40px;
}

.footer-links {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
}

.footer-social {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    padding: 0;
}

    .footer-social i {
        width: 25px;
    }

.footer-copyright {
    font-family: 'Habibi', serif;
    font-size: 12px;
    font-weight: lighter;
    line-height: 20px;
}

footer a:hover {
    color: #b1d0eb;
    text-decoration: none;
}

/**     HEADER-----------------------------------------------------------------   */
/*Extra small devices (portrait phones, less than 576px) */
@media (min-width: 576px) {
    .navbar-social {
        padding-right: 15px;
        display: inline-flex;
    }

        .navbar-social a {
            padding-top: 10px;
            padding-bottom: 6px;
        }
}

@media (min-width: 692px) {
    .cta-social {
        margin: 10px 50px;
        font-size: 1.4em;
    }
}
/* Small devices (landscape phones, less than 475px) */
@media (min-width: 475px) {
    
}
/* Small devices (landscape phones, less than 768px) */
@media (min-width: 768px) {
    .article-body-image-old {
        display: inline-block;
        max-width: 100%;
    }

    .issue-list-container-content-previous .issue-list-container-image-2 {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    
    @-moz-document url-prefix() {
        .issue-list-container-content-previous .issue-list-container-image-2 {
            display: -moz-box;
        }
    }

    .issue-list-container-content-previous .issue-list-container-button-2 {
        display: fit-content;
        width: 100%;
        margin: 0 auto;
    }

    .news-container-article .first-item {
        border-bottom: 0px dotted #979797;
    }

    .article-body {
        font-size: 16px;
        /* font-weight: lighter; */
    }

    .carousel {
        height: 372px;
    }

    .leaderboard {
        display:block;
        width: 728px;
        height: auto;
    }

    .leaderboard-lg {
        display: block;
    }

    .leaderboard-sm {
        display: none;
    }

    .advert-article-lg {
        display: none;
    }

    .advert-article-md {
        display: block;
    }

    .advert-article-sm {
        display: none;
    }

    .nav_menu_search {
    }

    .nav_menu_subscribe {
        display: inline-flex;
        right: 20%;
    }

    /**Carousel*/
    /*.carousel-item {
        min-height: 272px;
    }
    .carousel-inner {
        min-height: 272px;
    }*/


    .carousel-inner img {
        height: 372px;
        width: 100%;
    }


    .carousel-inner .caption-text {
        position: absolute;
        bottom: 60px;
    }

    .carousel-inner .date {
        font-size: 1.2rem;
    }

    .carousel-inner .title, .carousel-inner .title a, .carousel-inner .title a:active, .carousel-inner .title a:link {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
    }

    .carousel-inner .type {
        margin-top: 15px;
        font-size: 12px;
        line-height: 0px;
        font-weight: bold;
    }

    .carousel-control-prev {
        position: absolute;
        left: unset;
        color: green;
        right: 50px;
        height: 60px;
        width: 50px;
        top: auto;
    }

    .carousel-control-next {
        position: absolute;
        left: unset;
        color: green;
        right: 0;
        height: 60px;
        width: 50px;
        top: auto;
    }

    .carousel-sponsored {
        height: 32px;
        width: 120px;
        background-color: #f8ae01;
        color: #ffffff;
        border: none;
        padding: 6px 14px;
    }

    .panel-twitter {
        margin: 15px;
    }

    .ad-panel-bottom-left {
        margin-left: -15px;
    }

    .ad-panel-bottom-right {
        margin-right: -15px;
    }

    /* FOOTER **/
    footer {
        text-align: left;
    }

    .footer-links {
        margin-bottom: 0px;
    }

    .footer-about {
        padding-bottom: 20px;
    }

    .footer-social h3 {
        /*padding-left: 40px;*/
    }

    .footer-copyright {
        text-align: center;
    }
    /** SUBSCRIBE PARTIAL ****/
    a.subscribe-newsletter, a.subscribe-newsletter:link, a.subscribe-newsletter:active {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        padding: 0 35px 0 20px;
    }

    a.subscribe-magazine, a.subscribe-magazine:link, a.subscribe-magazine:active {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        padding: 20px 15px 20px 25px;
    }

    .article-people {
        display: block;
        /*color: #ababab;
        font-size: 10px;
        font-family: 'Habibi', serif;
        font-style: italic;
        line-height: 13px;*/
        margin: 10px 0 0 0;
    }

        .article-people img {
            display: inline-grid;
        }

    .article-writer {
        display: inline-grid;
        min-width: 40%;
        padding-left: 30px;
        padding-top: 10px;
        margin: 0;
        vertical-align: top;
    }

    .article-contributors {
        display: inline-grid;
        padding-left: 15px;
        padding-top: 10px;
        margin: 0;
        vertical-align: top;
    }

    .article-writers-name, .article-contributors-name {
        display: inline-block;
        color: #f8ae01;
        font-size: 16px;
        font-style: normal;
        font-weight: lighter;
        line-height: 20px;
    }

    .panel-adverts {
        display: flex;
        flex-wrap: wrap;
    }

    .issue-list-container h2 {
        margin: 15px 0 15px 0;
        font-size: 20px;
    }

    .panel-latest-articles {
        margin: 15px;
    }

    .panel-next-events {
        margin: 15px;
    }
}


@media (min-width: 893px) {
    .cta-social {
        margin: 10px 30px;
        font-size: 1.2em;
    }
}
/*Medium devices (tablets, less than 992px) */
@media (min-width: 992px) {
    nav {
        float: none;
    }
    .article-body-image-old {
        max-width: 40%;
    }

    .right-column {
        padding-top: 0px;
    }

    .navbar-hamburger {
        display: none;
    }

    .navbar-leftcontent {
        display: inherit;
    }

    .navbar-social {
        padding-right: 0;
    }

    .nav_menu_search {
        display: inline-flex;
    }

    .nav_menu_subscribe {
        display: inline-flex;
        right: 2%;
    }

    .footer-about h3 {
        padding-bottom: 0px;
    }

    .article-social {
        color: #f8ae01;
        padding-right: 0;
        padding-left: 77px;
        display: inline-flex;
        float: right;
    }

    .jssocials-shares {
        color: #f8ae01;
        display: inline-flex;
        float: right;
    }

    .news-container-article .first-item {
        border-bottom: 1px dotted #979797;
    }
    /** SUBSCRIBE PARTIAL ****/
    a.subscribe-newsletter, a.subscribe-newsletter:link, a.subscribe-newsletter:active {
        display: table;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid lightgoldenrodyellow;
        padding: 20px 15px 20px 25px;
    }

    a.subscribe-magazine, a.subscribe-magazine:link, a.subscribe-magazine:active {
        display: table;
        width: 100%;
        padding: 20px 15px 20px 25px;
    }

    a.type-container-article-title {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        line-height: 20px;
    }
    /*** HOME PAGE - INSIGHT CONTAINER ***/
    .insight-container-article {
        display: flex;
    }

    .insight-container-article-content {
        width: 50%;
        padding: 0 15px 0 0;
    }

    a.insight-container-article-title {
        margin: 15px 0 0 0;
        font-family: 'Montserrat', sans-serif;
        padding: 0px 0px 15px 0px;
    }
    /*** END ----  INSIGHT CONTAINER ***/

    /*** HOME PAGE - OPINION CONTAINER ***/
    .opinion-container-article {
        display: flex;
    }

    .opinion-container-article-content {
        width: 50%;
        padding: 0 15px 0 0;
    }

    a.opinion-container-article-title {
        margin: 15px 0 0 0;
        padding: 0px 0px 15px 0px;
    }
    /*** END ----  OPINION CONTAINER ***/

    .article-list-container-content {
        display: flex;
    }

        .article-list-container-content .caption-sponsored-tiny {
            position: absolute;
            height: 21px;
            width: 88px;
            background-color: #f8ae01;
            color: #ffffff;
            z-index: 20;
            top: auto;
            font-size: 10px;
            line-height: 20px;
            text-align: center;
            padding: 0;
            text-transform: uppercase;
        }

        .article-list-container-content .article-image-first {
            margin: 0 0 15px 0;
        }

        .article-list-container-content .article-image-tiny {
            object-fit: cover;
            max-height: 80px;
            position: relative;
            border: 1px solid gainsboro;
            display: block;
            max-width: 140px;
            min-width: 140px;
        }

    .article-list-container-leftcontent {
        padding: 15px 0 15px 0;
    }

    .article-list-container-rightcontent {
        padding: 15px 15px 15px 15px;
    }

        .article-list-container-rightcontent .article-list-container-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 18px;
            line-height: 20px;
            margin-top: 0px;
        }

        .article-list-container-rightcontent .article-list-container-abstract {
            font-size: 16px;
            line-height: 18px;
            padding-bottom: 0px;
            margin-bottom: 0px;
        }

        .article-list-container-rightcontent .article-list-container-date {
            padding-bottom: 4px;
            margin-bottom: 0px;
        }


    .article-body {
        width: 80%;
    }
    /****** ISSUE/MAGAZINE */

    .issue-list-container-content {
        display: flex;
    }

        .issue-list-container-content .caption-sponsored-tiny {
            position: absolute;
            height: 21px;
            width: 88px;
            background-color: #f8ae01;
            color: #ffffff;
            z-index: 20;
            top: auto;
            font-size: 10px;
            line-height: 20px;
            text-align: center;
            padding: 0;
            text-transform: uppercase;
        }

        .issue-list-container-content .issue-image-first {
            margin: 0 0 15px 0;
        }

        .issue-list-container-content .issue-image-tiny {
            object-fit: cover;
            max-height: 80px;
            position: relative;
            border: 1px solid gainsboro;
            display: block;
            max-width: 140px;
            min-width: 140px;
        }

    .issue-list-container-content-previous {
        width: 24%;
    }

        .issue-list-container-content-previous .issue-image-tiny {
            max-width: fit-content;
        }

    .issue-list-container-rightcontent {
        padding: 15px 15px 15px 15px;
    }

        .issue-list-container-rightcontent .issue-list-container-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 18px;
            line-height: 20px;
        }

    .issue-list-container-title-2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
    }

    a.issue-list-container-title-2, a.issue-list-container-title-2:link, a.issue-list-container-title-2:active {
        width: 150px;
    }

    .issue-list-container-content-previous .btn-secondary {
        width: 150px;
        float: left;
    }

    .issue-list-container-rightcontent .issue-list-container-abstract {
        font-size: 12px;
        line-height: 15px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .carousel-inner .carousel-caption {
        right: 0;
        left: 0;
        width: 100%;
    }

    /*.carousel-indicators {
        left: unset;
        right: calc(66.5% - 100px);
    }*//*.carousel-indicators {
        left: unset;
        right: calc(66.5% - 100px);
    }*/

    .more-issues-container {
        width: 95%;
    }

    .subscribe-text {
        font-size: 16px;
        border-right: 1px solid lightgoldenrodyellow;
        border-bottom: none;
        padding: 20px 35px 20px 35px;
    }

    .panel-twitter {
        margin: 15px -5px;
    }

    .ad-panel-bottom-left {
        margin-left: -35px;
    }

    .ad-panel-bottom-right {
        margin-right: -35px;
    }

    .panel-latest-articles {
        margin: 15px -5px 15px -5px;
    }

    .panel-next-events {
        margin: 15px -5px 15px -5px;
    }
}

@media (min-width: 1080px) {
    .cta-social {
        margin: 10px 30px;
        font-size: 1.2em;
    }
}
/*Large devices (desktops, less than 1200px) */
@media (min-width: 1200px) {

    .navbar-leftcontent {
        font-size: 16px;
    }

    .leaderboard {
        padding-top: 10px;
    }

    .leaderboard-article-lg {
        display: block;
    }

    .leaderboard-article-sm {
        display: none;
    }

    .advert-article-lg {
        display: block;
    }

    .advert-article-md {
        display: none;
    }

    .advert-article-sm {
        display: none;
    }

    .panel-twitter {
        margin: 15px 25px;
    }

    .ad-panel-bottom-left {
        margin-left: -7px;
    }

    .ad-panel-bottom-right {
        margin-right: -7px;
    }

    .navbar-social a {
        padding-left: 16px;
        padding-right: 2px;
    }

    .nav_menu_subscribe {
        display: inline-flex;
        right: -15px;
        float: right;
        width: fit-content;
        position: relative;
    }

    .panel-latest-articles {
        margin: 15px 25px 15px 25px;
    }

    .panel-next-events {
        margin: 15px 25px 15px 25px;
    }
    /** CAROUSEL **/
    /*.carousel {
    position: relative;
    width: 100%;
    height: 372px;
    max-height: 372px;
    background: grey;
}

.carousel-indicators {
    position: absolute;
    left: unset;
    right: calc(37.8% - 100px);
    margin: 0 0 0 10px;
    float: left;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: left;
    margin: 10px 5px;
}

.carousel-inner .carousel-caption {
	font-family: 'Montserrat', sans-serif;
    margin: 0;
    right: 0;
    padding: 0;
    left: unset;
    width: 40%;
    height: 100%;
    top: 0px;
    background-color: #f8ae01;
}

.carousel-inner .caption-text {
    position: absolute;
    padding: 0 10px;
    width: 100%;
    text-align: left;
}

.carousel-inner .date {
    color: #ababab;
}

    .carousel-inner .title, .carousel-inner .title a, .carousel-inner .title a:active, .carousel-inner .title a:link {
        color: #ffffff;
		font-family: 'Montserrat', sans-serif;
        font-size: 26px;
        font-weight: bold;
    }

    .carousel-inner .type {
        font-size: 14px;
    }

    .carousel-inner img {
        max-height: -webkit-fill-available;
        max-height: -moz-available; 
        max-height: fill-available;
        width: 60%;
        object-fit: cover;
    }

.carousel-control-prev {
   
}

.carousel-control-next {
    
}*/



    .more-issues-container {
        float: left;
    }

        .more-issues-container > div {
            padding: 0;
        }

    .subscribe-text {
        font-size: 18px;
    }

    .article-social {
        padding-left: 67px;
    }
}
@media (min-width: 1380px) {

    .takeover-right {
        display: inline;
    }

    .takeover-left {
        display: inline;
    }
}
