﻿@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham/Gotham-Book.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Gotham/Gotham-Book.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/Gotham/Gotham-Book.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/Gotham/Gotham-Book.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/Gotham/Gotham-Book.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham/Gotham-Bold.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Gotham/Gotham-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/Gotham/Gotham-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/Gotham/Gotham-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/Gotham/Gotham-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 700;
}

/*@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham/Gotham-Light.eot'); 
    src: url('/fonts/Gotham/Gotham-Light.eot?#iefix') format('embedded-opentype'), 
    url('/fonts/Gotham/Gotham-Light.woff2') format('woff2'), 
    url('/fonts/Gotham/Gotham-Light.woff') format('woff'),
    url('/fonts/Gotham/Gotham-Light.ttf') format('truetype'), 
    url('/fonts/Gotham/Gotham-Light.svg#svgFontName') format('svg'); 
    font-weight: 200;
}*/

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham/Gotham-Medium.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Gotham/Gotham-Medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/Gotham/Gotham-Medium.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/Gotham/Gotham-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/Gotham/Gotham-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 500;
}



body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #232323;
    background-color: #fff;
}
header {
    
}
.leaderboard {
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
}

.leaderboard-lg {
    display: none;
    margin: 0 auto;
    background-color: indianred;
    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;
}
/**     NAVIGATION-----------------------------------------------------------------     */
nav .active {
    border-bottom: 4px solid #00739C !important;
}
.navbar-popup .active {
    background-color:#00739C !important;
}
.dropdown .active {
    background-color: #00739C !important;
}
.nav_menu_top {
    background-color: #AEABAC;
    min-width: 364px;
    max-height: 40px;
    padding-right: 0px;
    width: 100%;
    margin: 0;
    height: 40px;
}
.navbar-brand {
    margin-top: auto;
    padding: initial;
    float: left;
    padding: 16px;
    background-color: #00739C;
}
.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;
}
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;
    padding-left: 10px;
    color:#ffffff;
}
nav .dropdown-top:hover {
    cursor: default;
    background-color: #00739C;
    transition: all .15s ease;
}
nav .dropdown-top:hover i {
    transform: rotate(90deg);
    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: max-content;
}

.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-size: 16px;
    min-width: fit-content;
}
.navbar-leftcontent li {
    flex-wrap: wrap;
    padding: 0;
}
.navbar-leftcontent li a {
        padding: 8px 9px 4px 9px;
        background-color: transparent;
        border-bottom: 4px solid transparent;
        font-weight: bold;
        color: #ffffff;
    }
.navbar-leftcontent li a:hover {
            background-color: #F68D1E;
            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;
}

#home-link a:hover {
    border: 0;
    padding: 8px 9px 3px 9px;
}

#home-link i {
    font-size: 1.65em;
}

.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: #ffffff;
        background-color: transparent;
        font-size: 1.2em;
        transition: all .15s ease;
    }

.navbar-social i:hover {
    color: #00739C;
}
.navbar-hamburger {
    padding: 4px 9px 4px 9px;
    color: #ffffff;
    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: 40%;
    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;
}

#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: #00739C;
    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;
}
.search-form input, .search-form input:focus {
    border: 0px solid;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}
    .search-form i {
        margin-right: 6px;
        padding-top: 8px;
        font-size: 1.3em;
    }

.nav_menu_subscribe {
    margin-top: 10px;
    float: right;
    position: absolute;
}

.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: #00739C;
    border-color: #00739C;
}
.navbar-popup-item-socials a {
    color: #ffffff;
    display: inline-flex;
}

.navbar-popup-item-socials a:hover {
    color: #00739C !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: #00739C;
    border-color: #00739C;
}
.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: #00739C;
    border-color: #00739C;
}



    

.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: #00739C;
}
.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: #fff;
    background-color: #F68D1E;
    display: inline-flex;
    text-decoration: none;
    font-size: 16px;
    font-weight: lighter;
    line-height: 28px;
    transition: all .15s ease;
}

.subscribe-item {
    margin-right: 20px;
    max-width: 190px;
}

    .subscribe-item a:hover {
        color: #FFFFFF;
        text-decoration: none;
        transition: all .15s ease;
        background-color: #AEABAC;
    }
.subscribe-item a div {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
    min-width: 180px;
}

.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: #00739C;
}
.carousel-indicators {
    position: absolute;
    left: 0;
    right: unset;
    margin: 0 0 0 5px;
    float: left;
}
.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: left;
    margin: 10px 5px;
   
}
.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: 80%;
	bottom:0;
    font-size: 12px;
    background-color: #00739C;
    line-height: 20px;
}
.carousel-inner .caption-text {
    
    padding: 0 10px;
    width: 100%;
    bottom: 50px;
    text-align: left;
}
.carousel-inner .date {
    font-size: 1.2rem;
    color: #C3C1C1;
    font-style:oblique;
}
.carousel-inner .title, .carousel-inner .title a, .carousel-inner .title a:active, .carousel-inner .title a:link {
    margin-top: 15px;
    font-size: 1.5rem;
    color: #ffffff;
}
.carousel-inner .type {
    margin-top: 15px;
    font-size: 1.4rem;
}
.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: 0%;
}
.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-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: #00739C;
    color: #ffffff;
    border: 5px solid #00739C;
    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 #00739C;*/
    padding-bottom: 10px;
    padding-top: 20px;
}
.news-container h3 a {
    color: black;
    font-weight: bold;
}

.news-container h3 a:hover{
    color: #00739C;
    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-content:last-child {
    border-bottom: none;
  
}

.news-container-article img {
    object-fit: cover;
    max-height: 200px;
    position: relative;
    border: 1px solid gainsboro;
    width:100%;
}
a.news-container-article-title {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
}


/*** END ----  NEWS CONTAINER ***/

/*** HOME PAGE - INSIGHT CONTAINER ***/
.insight-container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .insight-container h3 {
        border-top: 10px solid #00739C;
        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-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-weight: bold;
        position: relative;
    }

        a.insight-container-article-title:hover {
            color: #00739C;
            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 #00739C;
        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-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-weight: bold;
        position: relative;
    }

        a.opinion-container-article-title:hover {
            color: #00739C;
            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: #00739C;
    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: #00739C;
    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;
}

.article-image-tiny {
    display: none;
}


.more-articles {
    display: table;
    width: 100%;
    margin: 15px 0 0 0;
    background-color: #00739C;
    border: 2px solid #00739C;
}

    .more-articles:hover {
        cursor: pointer;
        background-color: #ffffff;
        border: 2px solid #00739C;
        transition: all .15s ease;
    }

        .more-articles:hover i {
            background-color: #ffffff;
            color: #00739C;
            transition: all .15s ease;
        }

        .more-articles:hover div {
            color: #00739C;
            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-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: 'Merriweather', serif;
    font-weight: lighter;
    font-size: 12px;
    line-height: 15px;
    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-weight: bold;
}
a.article-list-container-title:hover {
    color: #00739C;
    list-style-type: none;
    font-weight: bold;
    text-decoration: none;
}
.article-list-container-content .article-list-container-date {
    color: #C3C1C1;
    font-style: oblique;
    padding:0 0 15px 0;
}

/*** END ARTICLE ITEM ********/

.article-title {
    font-size:24px;
    font-family:Gotham;
    line-height:30px;
    font-weight:bold;
    color:#1A1919;
}

 .article-title h1 {
     text-transform:none;
}

.article-title-type a {
    color: #f49700;
    transition: all 0.15s ease;
}
.article-title-type:hover a {
    color: #677074;
    transition: all 0.15s ease;
}
.article-subtitle {
    border-bottom: 1px solid #1A1919;
    margin: 0;
}
.article-date {
    font-style: italic;
    line-height: 25px;
    color: #979797;
    font-family: Gotham;
    padding: 0 0 15px 0;
    font-weight:300;
    font-size:14px;

}

/*** START ISSUE/MAGAZINE LIST ********/
.issue-list-container {
    font-family: Gotham;
}

.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: #00739C;
    border: 2px solid #00739C;
    transition: ease .15s all;
    padding: 10px;
    display: block;
    width: 95%;
    max-width: 200px;
    text-align: center;
    font-weight: bolder;
    font-family: Gotham;
}


.btn-secondary:hover {
    transition: ease .15s all;
    color: #00739C;
    background-color: #fff;
    border: 2px solid #00739C;
    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: #00739C;
    border: 2px solid #00739C;
}

.more-issues:hover {
    cursor: pointer;
    background-color: #ffffff;
    border: 2px solid #00739C;
    transition: all .15s ease;
}
    .more-issues:hover i {
        background-color: #ffffff;
        color: #00739C;
        transition: all .15s ease;
    
        }
    .more-issues:hover div {
        color: #00739C;
        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-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-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: #00739C;
        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-weight: bold;
}

    a.issue-list-container-title-2:hover {
        color: #00739C;
        list-style-type: none;
        font-weight: bold;
        text-decoration: none;
    }
/*** END ISSUE/MAGAZINE ITEM ********/



.jssocials{
    display:inline-flex;
}
.article-social {
    color: #00739C;
    padding-right: 0;
    padding-left: 0;
    display: inline-flex;
    float: right;
    
}
.jssocials-shares {
    color: #F68D1E;
    display: inline-flex;
    float: right;
}
.article-social span {
    font-weight: bold;
    font-size: 14px;
    line-height: 35px;
    color: #f49700;
}
.article-social-icons {
    display:inline-block;
    width:100%;
}
.jssocials-share {
    display: table-cell;
    color: #00739C;
    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: #F68D1E;
    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:#C3C1C1;
    font-size:10px;
    font-family:Merriweather;
    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: #00739C;
    font-size: 14px;
    font-style: normal;
    font-weight: lighter;
    width: 100%;
    line-height: 20px;
}
.article-body {
    font-size: 16px;
    font-weight: 300;
}
.article-body-image figure{
    display: inline-block;
    float: right;
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
    border: solid 1px #E5E5E5;
    margin: 0.5em 0 10px 10px;
    padding: 0 0 0.5em 0;
    width: 100%;
}
.article-body-image figure img{
    vertical-align: top;
    float: right;
    padding: 0;
    
}
.article-body-image figure figcaption{
    text-align: justify;
    padding: 0 10px 0 10px;
    margin: 0 10px 0 10px;
    line-height: 15px;
    color: grey;
    font-size: 11px;
}


.article-body-image img{
    margin: 0 0 0px 0px;
    height: auto;
    width: 100%;
}
.article-body-image-caption {
    display: block;
    width: 100%;
    font-family: "Gotham";
    font-weight: lighter;
    color: lightgrey;
    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 {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    margin-top: 25px;
    margin-bottom: 25px;
}
.article-body .videoIframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;

}
.article-body .videoIframeCopy {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    width: 40%;
    float: right;
}

.article-abstract {
     margin: 1em 0 0 0;
}
.article-body .videoIframe iframe, .videoIframeCopy iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.article-keywords {
}
/*** END ARTICLE ITEM ********/


.panel-twitter {
    margin:0px;
}

/*** START PANEL ADVERTS ********/
.panel-adverts {
    padding-bottom: 15px;
    padding-top: 25px;
    flex-wrap: wrap;
}
    .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%;
        padding: 20px 0px;
        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: Gotham;
    font-weight: bold;
    line-height: 20px;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid lightgoldenrodyellow;
}
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: Gotham;
    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: Gotham;
    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: #00739C;
    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 #F68D1E;
    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-weight: bold;
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 10px;
    }
footer p {
    width: 100%;
    
}
    footer a, footer a:visited {
        color: #F68D1E;
        font-weight: bold;
    }
        footer a:hover {
            color: #00739C !important;
            text-decoration: underline !important;
        }
.footer-about {
   
    font-size: 16px;
    font-weight: lighter;
    line-height: 20px;
    padding-bottom: 40px;
}
.footer-links {
   
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    margin-bottom:20px;
}
.footer-social {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    padding: 0;
}

.footer-social i {
    width: 25px;
}
.footer-copyright {
    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;
    }

    .IE11 nav {
        display: block;
    }
    
}
/* Small devices (landscape phones, less than 768px) */
@media (min-width: 768px) {
    
    .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 {
        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-indicators {
        left: unset;
        right: calc(66.5% - 100px);
    }
    .carousel-inner img {
        height: 372px;
        width: 100%;
    }
    .carousel-inner .carousel-caption {
        right: 0;
        left: unset;
        width: 70%;
        height: 180px;
    }
    .carousel-inner .caption-text {
        position:absolute;
    }
    .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-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: #00739C;
        color: #ffffff;
        border: none;
        padding: 6px 14px;
    }

    .panel-twitter {
        margin: 15px 10px;
    }
    .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: #C3C1C1;
        font-size: 10px;
        font-family: Merriweather;
        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: #00739C;
        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;
    }
}
 /*Medium devices (tablets, less than 992px) */
@media (min-width: 992px) {
    .navbar-hamburger {
        display: none;
    }

    .IE11 .navbar-hamburger {
        display: block;
    }

    .IE11 .navbar-leftcontent {
        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: #F68D1E;
        padding-right: 0;
        padding-left: 50px;
        display: inline-flex;
        float: right;
    }

    .jssocials-shares {
        color: #F68D1E;
        display: inline-flex;
        float: right;
        background-color: white;
    }

    .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-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;
        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: #00739C;
            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-image-tiny {
           display: block;
           
        }

    .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-size: 18px;
            line-height: 20px;
            margin-top: 0px;
        }

        .article-list-container-rightcontent .article-list-container-abstract {
            font-size: 12px;
            line-height: 15px;
            padding-bottom: 0px;
            margin-bottom: 0px;
        }

        .article-list-container-rightcontent .article-list-container-date {
            padding-bottom: 0px;
            margin-bottom: 0px;
        }


    .article-body {
        width: 100%;
    }
    /****** ISSUE/MAGAZINE */

    .issue-list-container-content {
        display: flex;
    }

        .issue-list-container-content .caption-sponsored-tiny {
            position: absolute;
            height: 21px;
            width: 88px;
            background-color: #00739C;
            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-size: 18px;
            line-height: 20px;
        }

    .issue-list-container-title-2 {
        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;
    }

    .more-issues-container {
        width: 95%;
    }

    .subscribe-text {
        font-size: 16px;
        padding: 25px 20px 0 25px;
        border-right: 1px solid lightgoldenrodyellow;
        border-bottom: none;
    }

    .panel-twitter {
        margin: 15px -5px;
    }
    .ad-panel-bottom-left {
        margin-left: -35px;
    }

    .ad-panel-bottom-right {
        margin-right: -35px;
    }

    
}    





@media (min-width: 992px) and (max-width: 1199px) {
	
.right-column-panel {
   margin-left: 0;
   margin-right: -10px;
  
}	
	
}







/*Large devices (desktops, less than 1200px) */
@media (min-width: 1200px) {
    .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 20px;
    }
    .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;
    }

/** CAROUSEL **/
.carousel {
    position: relative;
    width: 100%;
    height: 372px;
    max-height: 372px;
    /* z-index: 200; */
    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 {
        margin: 0;
        right: 0;
        padding: 0;
        left: unset;
        width: 40%;
        height: 100%;
        top: 0px;
        background-color: #00739C;
    }

.carousel-inner .caption-text {
    position: absolute;
    padding: 0 10px;
    width: 100%;
    text-align: left;
}

.carousel-inner .date {
    color: #C3C1C1;
}

    .carousel-inner .title, .carousel-inner .title a, .carousel-inner .title a:active, .carousel-inner .title a:link {
        color: #ffffff;
        font-size: 26px;
        font-weight: bold;
    }

    .carousel-inner .type {
        font-size: 14px;
    }

    .carousel-inner img {
        max-height: -webkit-fill-available;
        max-height: -moz-available; /* WebKit-based browsers will ignore this. */
        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;
        padding: 35px 20px 0 35px;
        

    }

    .article-social {
     
    }
}

@media (min-width: 1025px) {
    .IE11 .navbar-hamburger {
        display: none;
    }

    .IE11 .navbar-leftcontent {
        display: inherit;
    }

    .IE11 nav {
        display: flex;
    }
}
