@font-face {
    font-family: 'BodoniXT';
    src: url('/fonts/subset-BodoniXT.eot');
    src: url('/fonts/subset-BodoniXT.eot?#iefix') format('embedded-opentype'), url('/fonts/subset-BodoniXT.woff') format('woff'), url('/fonts/subset-BodoniXT.ttf') format('truetype'), url('/fonts/subset-BodoniXT.svg#BodoniXT') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('/fonts/subset-ACaslonPro-Regular.eot');
    src: url('/fonts/subset-ACaslonPro-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/subset-ACaslonPro-Regular.woff') format('woff'), url('/fonts/subset-ACaslonPro-Regular.ttf') format('truetype'), url('/fonts/subset-ACaslonPro-Regular.svg#ACaslonPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ============================================================
    COMMON STYLES 
============================================================ */
html {
    font-size: 62.5%;
	overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    color: #1f1f1f;
    background-color: #ffffff;
    margin-top: 1.0rem;
}

a {
    color: #1f1f1f;
    text-decoration: underline;
}

    a:hover, a:focus {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'BodoniXT';
}

    h1.roboto {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 3.0rem;
        color: #000000;
        margin-bottom: 30px;
    }

.btn, .button {
    display: inline-block;
    min-width: 174px;
    padding: 10px 50px;
    border: none;
    background-color: #ffffff;
    color: #ffffff;
    font-family: 'BodoniXT';
    font-size: 1.4rem;
    text-transform: uppercase;
}

.badge {
    display: inline-block;
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 1.3rem;
    font-weight: 400;
    color: #df3331 !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: none;
}

    .badge.listing-badge {
        text-align: left;
    }

    .badge.sponsored-badge {
        width: 230px;
        height: 28px;
        line-height: 28px;
        color: #fff;
        background-color: #000;
    }

.btn:hover, .button:hover {
    background-color: #58585b;
}

.location-button, .subscribe-button {
    background-color: #dd2a00;
}

    .location-button:hover, subscribe-button:hover {
        background-color: #58585b;
    }

#buy-now {
    background-color: #dd2a00;
}

    #buy-now:hover {
        background-color: #58585b;
    }

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.right-border {
    border-right: 1px solid #bfbfbf;
}

.header-social a.social-icon:hover, .article-sharing a:hover, .article-nav-social a.social-icon:hover {
    background-color: #000 !important;
    color: #fff;
    border: 1px solid #000;
}

.has-error {
    border: 2px solid #ff0000 !important;
}

.captcha {
    position: absolute;
    left: -99999px;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

/* ============================================================
    HEADER 
============================================================ */
/* == header ad == */
.header-ad {
    display: none;
}

header .ad-wrapper {
    padding: 24px 0 29px 0;
    border-bottom: 1px solid #737373;
    margin-bottom: 35px;
}

header .ad-image, header .ad-image img {
    margin: 0 auto;
    text-align: center;
}

.ad-image div, .google-horz-ad div, .google-vert-ad div, .widget-ad iframe, .google-mobile-ad div, .google-desktop-ad div, .google-universal-ad div {
    margin: auto;
    display: block;
}

/* == header logo == */
header a {
    text-decoration: none;
}

header .cim-logo {
    text-align: center;
    margin-bottom: 25px;
}

.logo-wrapper a {
    display: block;
    line-height: 113px;
}

header .logo-wrapper img {
    margin: 0 auto;
    width: 370px;
    display: inline-block;
    vertical-align: middle;
}

/* == header links == */
.logo-links-wrapper {
    position: relative;
}

.header-links {
    position: absolute;
    top: 0;
    left: 75%;
    width: calc(100% - 75%);
    z-index: 10;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.341rem;
}

    .header-links a {
        color: inherit;
    }

.signin, .my-cart, .lang-wrapper {
    position: relative;
    display: block;
    vertical-align: middle;
    text-transform: uppercase;
    right: 30px;
    float: right;
    max-width: 50px;
    top: 1px;
}

.account-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: 0%;
}

    .account-wrapper a {
        padding: 5px;
    }

.my-cart, .signin {
    margin-left: 20px;
}

    .signin a, .my-cart a {
        color: #000000;
    }

    .my-cart span {
        display: inline-block;
        padding: 4px 7px;
        background-color: #dd2a00;
        color: #ffffff;
    }

.fa-shopping-cart {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-right: 2px;
    color: #9c9c9c;
}

.my-cart span:hover {
    background-color: #58585b;
}

/* == MY CART MINICART PANEL == */
.minicart-panel {
    display: none;
    position: absolute;
    top: 24px;
    right: 0;
    border: 1px solid #dd2a00;
    padding: 20px;
    background-color: #fff;
    width: 275px;
}

.cart-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 0;
    border-bottom: 1px solid #ddd;
}

.cart-item-name {
    text-transform: none;
    display: inline-block;
    font-size: 1.1rem;
    margin-left: -4px;
    width: 83.33333333%;
    vertical-align: middle;
    text-align: left;
}

.cart-item-quantity {
    text-transform: none;
    display: inline-block;
    font-size: 1.1rem;
    margin-left: -4px;
    width: 16.66666667%;
    vertical-align: middle;
}

.cart-total-container {
    text-align: right;
    padding-right: 10px;
}

    .cart-total-container > div {
        display: inline-block;
        text-align: right;
        margin-bottom: 20px;
        text-transform: none;
    }

.btn-go-to-cart {
    display: none;
}

.my-cart .btn-go-to-cart a {
    color: #fff;
    padding: 10px 20px;
}

.header-social {
    margin: 26px 0 19px 0;
    text-align: right;
    padding-right: 7%;
}

    .header-social a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #b5b5b5;
        border-radius: 50%;
        background-color: #ffffff;
        color: #000000;
        font-size: 120%;
        margin: 0 8px 0 -4px;
    }

        .header-social a:last-child {
            margin-right: 0;
            border: none;
        }

        .header-social a.search {
            border: none;
        }

.print-subscribe {
    text-align: right;
    padding-right: 10%;
}

.print-edition, .subscribe {
    display: inline-block;
    font-size: 1.4rem;
}

.print-edition {
    margin-right: 15px;
}

    .print-edition a {
        color: #dd2a00;
    }

.subscribe a {
    color: #dd2a00;
}

/* == Header Search == */
#header-search input[type=text], #article-search input[type=text] {
    border: 1px solid #b4b4b4;
    height: 34px;
    border-right: none;
    padding: 0 10px;
    width: 215px;
    vertical-align: top;
}

#header-search button[type=submit], #article-search button[type=submit] {
    border: 1px solid #b4b4b4;
    height: 34px;
    border-left: none;
    padding: 0 10px;
    background-color: #fff;
    width: 34px;
    vertical-align: top;
}

#article-search, #article-search-form {
    display: inline-block;
    vertical-align: middle;
}

/* == MAIN NAVIGATION == */
.main-nav-wrapper {
    position: relative;
}

.main-nav {
    width: 100%;
    border-top: 3px solid #222222;
    border-bottom: 1px solid #585454;
}

    .main-nav ul {
        font-size: 0;
        margin: 0 auto;
        text-align: center;
    }

    .main-nav li {
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 1.6rem;
        vertical-align: middle;
        width: auto;
        text-align: center;
        margin: auto;
    }

        .main-nav li a {
            display: block;
            width: 100%;
            height: 45px;
            line-height: 45px;
            color: #1f1f1f;
            text-decoration: none;
            padding: 0rem 25px 0rem 25px;
            margin: auto;
        }

            /*.main-nav.fr li a {
    padding: 0.8rem 2.2rem 0.5rem 2.2rem;
}*/
            .main-nav li a:hover:not(.nav-cim), .main-nav li a.active {
                background-color: #585454;
                color: #fff;
            }

            .main-nav li a.nav-news, .main-nav li a.nav-videos {
                /*background-color: #53535b;
    border-bottom-color: #53535b;
    color: #ffffff;
    position: relative;*/
            }

            .main-nav li a.nav-cim {
                border-bottom: none !important;
                padding: 0 !important;
            }

                .main-nav li a.nav-cim img {
                    vertical-align: middle;
                    margin-left: 7%;
                }

/* == CIM.org LINKS == */
.cim-org-links-panel {
    display: none;
    position: absolute;
    top: 45px;
    left: 15px;
    width: calc(100% - 30px);
    background-color: #000;
    z-index: 55555;
    overflow: hidden;
    padding: 20px;
    font-size: 0;
}

ul.cim-org-section {
    display: inline-block;
    vertical-align: top;
}

    ul.cim-org-section:last-child {
        padding: 0;
    }

.main-nav ul.cim-org-section li {
    display: block;
    font-size: 1.322rem;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}

    .main-nav ul.cim-org-section li:first-child {
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
        font-weight: 500;
    }

    .main-nav ul.cim-org-section li a {
        color: #fff;
        display: block;
        width: auto;
        height: auto;
        padding: 0;
        border-bottom-style: none;
        border-bottom-width: 0;
        text-decoration: none;
        padding: 0 30px 0 0;
        height: 100%;
        line-height: 1.4;
    }

li a.cim-org-link:hover {
    text-decoration: underline !important;
    background-color: #000 !important;
}

li.cim-links-wrapper:hover .cim-org-links-panel {
    display: block;
}

/* == CRUMBTRAIL == */
.crumbtrail {
    margin-top: 44px;
    font-size: 1.2rem;
}

/* == Article Header and Navigation == */
.header-ad-article {
    margin-top: 0;
}

header .ad-wrapper-article {
    padding: 34px 0 29px 0;
    margin-bottom: 0rem;
}

.article-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 55555;
    height: 74px;
    border-bottom: 2px solid #8e8e8e;
    background-color: #ffffff;
}

    .article-nav .col-sm-4 {
        display: inline-block;
        float: none;
        vertical-align: middle;
        margin-left: -4px;
        height: 0;
    }

    .article-nav .nav-icon {
        font-size: 1.6rem;
        font-weight: 500;
        color: #2f2f2f;
        margin-top: 10px;
    }

        .article-nav .nav-icon .fa {
            vertical-align: middle;
        }

        .article-nav .nav-icon .fa-bars {
            margin-right: 5px;
        }

    /*.article-nav .nav-icon .fa-search {
    margin-left: 2.5rem;
}*/
    .article-nav .logo {
        width: 242px;
        margin: 0 auto;
    }

    .article-nav .header-links {
        position: static;
        width: 100%;
        text-align: center;
    }

        .article-nav .header-links .print-subscribe {
            text-align: center;
            padding-right: 0;
            padding-top: 7px;
        }

        .article-nav .header-links .lang-select {
            display: inline-block;
            vertical-align: top;
            margin-left: 10px;
            font-size: 1.6rem;
            color: #2f2f2f;
        }

        .article-nav .header-links .login-link {
            display: inline-block;
            vertical-align: top;
            margin-left: 10px;
            font-size: 1.6rem;
            color: #2f2f2f;
            background: none;
            border: none;
        }

            .article-nav .header-links .login-link:focus {
                outline: none;
            }

.login-link {
    background: none !important;
    border: none !important;
    text-transform: uppercase;
}

    .login-link:focus {
        outline: none !important;
    }

/* == Article Drop Down Menu == */
.article-nav .container {
    position: relative;
}

.article-nav-panel {
    display: none;
    position: absolute;
    top: 67px;
    left: 0;
    width: 290px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
    z-index: 777777;
    padding-bottom: 10px;
}

.article-menu {
    margin-bottom: 20px;
}

    .article-menu ul li {
    }

        .article-menu ul li > div {
            width: 90%;
            margin: 0 auto;
            border-bottom: 1px solid #e8e8e8;
        }

        .article-menu ul li a {
            border: none;
            display: block;
            padding: 20px 10px;
            font-size: 1.6rem;
        }

/*.article-menu ul li a.nav-news,
.article-menu ul li a.nav-videos {
    width: 90%;
    margin: 0 auto;
    background-color: #58585b;
    color: #fff;
    margin-bottom: 0.1rem;
}
.article-menu ul li a.nav-news {
    margin-top: 0.2rem;
}*/
.nav-bars {
    display: inline-block;
    width: 32px;
    vertical-align: middle;
}

a.nav-bars:hover, a.nav-bars:focus {
    color: #1f1f1f;
}

.article-nav-social {
    margin: 20px;
    text-align: center;
}

    .article-nav-social a {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #b5b5b5;
        border-radius: 50%;
        background-color: #ffffff;
        color: #000000;
        font-size: 150%;
        margin: 0 15px 0 -4px;
        text-align: center;
    }

        .article-nav-social a:last-child {
            margin-right: 0;
        }

.article-nav-bottom-links .lang-select {
    padding-top: 10px;
    font-weight: bold;
    font-size: 1.6rem;
    display: block;
    padding: 10px;
    max-width: 50px;
}

.article-nav-bottom-links a:hover {
    color: #1f1f1f;
}

.article-nav-bottom-links .login-link {
    font-weight: bold;
    font-size: 1.6rem;
    display: inline-block;
    padding: 10px;
}

/* ============================================================
    HOME GRID 
============================================================ */
.grid-section {
    margin: 69px 0 32px 0;
}

.grid-section-2, .grid-section-3, .grid-section-4, .grid-section-5, .grid-section-6, .grid-section-7 {
    margin: 0 0 32px 0;
}

/* picture text full row */
.story-full-row .row {
    font-size: 0;
}

    .story-full-row .row .col-sm-6 {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

.story-full-row article {
    width: 100%;
    margin: 0 auto;
}

.story-full-row .badge {
    margin-bottom: 18px;
}

.story-full-row h1 {
    font-size: 5.8rem;
    color: #000000;
    margin-bottom: 10px;
}

.story-full-row .author {
    font-weight: 500;
    font-size: 1.5rem;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.story-full-row p {
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 1.5;
    color: #1f1f1f;
    margin-bottom: 20px;
}

/* == Grid Story 1/3 == */
.story-one-third .grid-img {
    margin-bottom: 22px;
}

.story-one-third .badge {
    margin-bottom: 10px;
}

.story-one-third h1 {
    font-size: 3.0rem;
    color: #1f1f1f;
    text-transform: none;
    margin-bottom: 10px;
}

.story-one-third .author {
    font-weight: 500;
    font-size: 1.3rem;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.story-one-third p {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #1f1f1f;
    margin-bottom: 20px;
}

/* == Grid Story 1/4 == */
.story-one-fourth {
    margin: 0 0 52px 0;
}

    .story-one-fourth .grid-img {
        margin-bottom: 10px;
    }

    .story-one-fourth .badge {
        margin-bottom: 12px;
    }

    .story-one-fourth h1 {
        font-size: 2.3rem;
        color: #1f1f1f;
        text-transform: none;
        margin-bottom: 5px;
    }

    .story-one-fourth .author {
        font-weight: 500;
        font-size: 1.2rem;
        color: #1f1f1f;
        margin-bottom: 5px;
    }

    .story-one-fourth p {
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.5;
        color: #1f1f1f;
        margin-bottom: 20px;
    }

.widget-bar .grid-section {
    margin: 0;
}

    .widget-bar .grid-section .container {
        width: auto;
        margin: 0;
        padding: 0;
    }

/* == Grid News : Article styles shared with Most Popular == */
.grid-news-element {
    margin: 0 0 52px 0;
}

    .grid-news-element .news-item:last-child {
        display: block;
    }

.news-item {
    margin-bottom: 10px;
}

.news-text article .date {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.news-text article h1, .popular-list-item article h1 {
    font-size: 2.3rem;
    margin-bottom: 2px;
}

.news-text article .author, .popular-list-item article .author {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.news-text article p, .popular-list-item article p {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px;
}

.more-news {
    text-align: center;
}

    .more-news a {
        font-family: 'BodoniXT';
        font-size: 1.43rem;
        color: #898989;
        text-transform: uppercase;
    }

/* == Signup navigation ==*/
.signup-nav {
    width: 100% !important;
}

    .signup-nav a {
        text-decoration: none;
        border: 0 !important;
    }

    .signup-nav .active {
        border: 1px solid #d9d9d9;
        border-bottom-width: 0;
    }

    .signup-nav li {
        color: #000000;
    }
    .signup-nav > li:not(.active) {
        border-bottom: 1px solid #d9d9d9;
    }

    .signup-nav > li:not(.active) > a:hover {
        background-color: transparent !important;
    }

    .signup-nav .active a {
        /*color: #000000;*/
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
    }

    .signup-nav li a {
        color: #3E51B5;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
    }


/* == Grid Most Poular == */
ol.popular-list {
    list-style-type: decimal;
    padding: 0 0 0 20px;
}

li.popular-list-item {
    margin-bottom: 20px;
}

/* == Grid Videos == */
.video-item {
    margin-bottom: 36px;
}

    .video-item .badge {
        margin-bottom: 12px;
    }

    .video-item h1 {
        font-size: 2.3rem;
        color: #1f1f1f;
        text-transform: none;
        margin-bottom: 5px;
    }

    .video-item .author {
        font-weight: 500;
        font-size: 1.2rem;
        color: #1f1f1f;
        margin-bottom: 15px;
    }

    .video-item p {
        font-weight: 300;
        font-size: 1.4rem;
        line-height: 1.5;
        color: #1f1f1f;
        margin-bottom: 20px;
    }

a.grid-more-videos-link {
    font-family: 'BodoniXT';
    font-size: 2.3rem;
    color: #1f1f1f;
    text-transform: uppercase;
    text-decoration: underline;
    display: inline-block;
    margin-left: 10px;
}

/* == Grid Sponsored Content == */
.sponsored-content-wrapper {
    width: 90%;
    margin: 0 auto;
    background-color: #e6e6e6;
    border: 1px solid #c8c8c8;
    padding: 20px 44px;
}

    .sponsored-content-wrapper article .badge {
        margin-bottom: 20px;
    }

    .sponsored-content-wrapper article h1 {
        font-size: 2.3rem;
        color: #1f1f1f;
        text-transform: none;
        margin-bottom: 17px;
    }

    .sponsored-content-wrapper article .author {
        font-weight: 500;
        font-size: 1.2rem;
        color: #1f1f1f;
        margin-bottom: 15px;
    }

    .sponsored-content-wrapper article p {
        font-weight: 300;
        font-size: 1.4rem;
        line-height: 1.5;
        color: #1f1f1f;
        margin-bottom: 20px;
    }

    .sponsored-content-wrapper article .read-more {
        margin-top: -10px;
    }

    .sponsored-content-wrapper article .article-sharing {
        margin-top: 15px;
    }

        .sponsored-content-wrapper article .article-sharing a {
            background-color: #e6e6e6;
        }

/* == Grid h2 Seperator == */
h2.grid {
    position: relative;
    text-align: center;
    font-family: 'BodoniXT';
    font-size: 1.8rem;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 29px;
}

    /*h2.grid {
    font-size: 2.684rem;
    color: #1f1f1f;
}*/
    h2.grid span {
        background: #ffffff;
        padding: 0 16px;
        position: relative;
        z-index: 1;
        text-transform: uppercase;
    }

    h2.grid:before {
        background: #111113;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        top: 50%;
        width: 100%;
    }

    h2.grid:before {
        left: 0;
    }

/* == grid google ads == */
.google-vert-ad img, .google-horz-ad img, .grid-cim-ad img {
    margin: 0 auto;
}

.grid-cim-ad {
    padding-top: 8px;
}

/* == Article Sharing == */
.article-sharing a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000000;
    font-size: 1.4rem;
    margin: 0 8px 0 -4px;
    text-align: center;
}

    .article-sharing a:last-child {
        margin-right: 0;
    }

.home-grid .grid-cim-ad, .home-grid .google-vert-ad {
    margin: 10px 0 30px 0;
    text-align: center;
}

/* ============================================================
    CATEGORY LANDING 
============================================================ */
.category-landing, .webpage-content {
    margin: 69px 0 32px 0;
}

.landing-list-item {
    margin-bottom: 40px;
}

    .landing-list-item article {
        width: 95%;
        border-bottom: 1px solid #bfbfbf;
        overflow: hidden;
    }

.article-img {
    margin-bottom: 20px;
}

article h1 {
    font-size: 3.0rem;
    margin-bottom: 5px;
}

    article h1 a {
        color: #1f1f1f !important;
        text-decoration: none;
    }

        article h1 a:hover {
            text-decoration: none;
        }

article .author {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 15px;
}

article .date {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 2px;
}

article p {
    font-size: 1.6rem;
    font-weight: 300;
    color: #36363a;
    line-height: 17px;
    margin-bottom: 10px;
}

.landing-more {
    text-align: center;
}

    .landing-more a {
        font-family: 'BodoniXT';
        font-size: 2.3rem;
        color: #000000;
        text-transform: uppercase;
    }

.landing-portrait .landing-img img {
    max-width: 55%;
    margin: 0 15%;
}

/* ============================================================
    VIDEO LANDING 
============================================================ */
.hero-video {
    position: relative;
    padding-bottom: 75px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 35px;
}

.filter-select-wrapper {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 33.33333333%;
    background-color: #ffffff;
}

.filter-select {
    width: 257px;
    height: 35px;
    padding: 0 0 0 10px;
    font-size: 1.6rem;
    font-weight: 100;
    color: #58585b;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
}

.video-content, .edition {
    margin-top: 40px;
}

.vid {
    /*position: relative;*/
    display: block;
}

    .vid .icon {
        display: block;
        opacity: .8;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: 1000;
    }

    .vid:hover .icon {
        opacity: 1;
    }

    .vid .icon.small img {
        max-width: 60%;
        margin: 0 auto;
    }

.landing-img .vid .icon img {
    max-width: 70%;
    margin: 0 auto;
}

.video-detail-img {
    margin-bottom: 30px;
}

.video-bottom-sharing {
    text-align: center;
    margin-bottom: 10px;
}

/* ============================================================
    EDITION 
============================================================ */
/*== Edition Landing == */
.story-full-row.issues article {
    width: auto;
}

.media-item.recent-issue {
    margin: 0 auto;
}

.landing-list-item article .author, .issue-nums {
    font-weight: 500;
    font-size: 1.2rem;
    color: #1f1f1f;
    margin-bottom: 20px;
    margin-top: 10px;
}

.edition .issue-nums {
    font-size: 1.6rem;
}

.filter-select-wrapper.editions {
    width: 25%;
}

.edition-tile-listing .landing-list-item h1 {
    margin-bottom: 20px;
}

.issues h1 {
    margin-bottom: 40px;
}

.edition {
    margin-bottom: 40px;
}

.tags {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
}

    .tags li {
        display: inline-block;
        padding: 3px 10px;
        background-color: rgb(4, 163, 222);
        color: #fff;
        border-radius: 10px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

article h2 {
    font-size: 2.6rem;
    margin-bottom: 5px;
}

article section {
    margin-bottom: 30px;
}

section h3 {
    font-size: 2.6rem;
    margin-bottom: 5px;
}

.edition article p {
    margin-bottom: 20px;
    line-height: 1.4;
}

.edition article {
    margin-bottom: 20px;
}

.edition-cover {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

    .edition-cover img {
        margin: auto;
        display: block;
    }

.edition .btn-wrapper {
    position: relative;
    text-align: center;
    width: 100%;
}

#open-pdf, #buy-now {
    margin: 10px auto;
    display: block;
    background-color: #737373;
}

#open-pdf {
    padding: 10px 45px;
}

    #open-pdf i {
        margin-right: 5px;
    }

    #open-pdf[disabled], #open-pdf[disabled]:hover {
        background-color: #737373;
        cursor: not-allowed;
        opacity: .7;
    }

ol {
    list-style-type: decimal;
}

    ol li {
        font-size: 1.6rem;
        font-weight: 300;
        color: #36363a;
        line-height: 17px;
        margin-left: 20px;
        margin-bottom: 5px;
    }

/* ============================================================
    SEARCH RESULTS 
============================================================ */
.category-landing.search .results-for {
    font-size: 1.8rem;
}

    .category-landing.search .results-for span {
        color: #dd2a00;
    }

.search-box-wrapper {
    margin-bottom: 35px;
}

#search-form {
    position: relative;
}

    #search-form #search {
        width: 100%;
        height: 35px;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        padding: 0 67px 0 10px;
        font-size: 1.6rem;
        font-weight: 100;
        color: #58585b;
    }

    #search-form #submit-btn {
        position: absolute;
        top: 9px;
        left: 93%;
        background-color: #fff;
        border: none;
        width: 50px;
    }

.search-details {
    margin-bottom: 30px;
}

.num-results {
    font-family: Roboto, serif;
    font-weight: 300;
    font-size: 1.6rem;
    color: #58585b;
}

.filter-btns {
    text-align: right;
}

    .filter-btns .btn {
        padding: 8px 10px;
        border-radius: 5px;
        width: 95px;
        min-width: unset;
        background-color: white;
        border: 1px solid #bfbfbf;
        font-family: Roboto, serif;
        font-weight: 300;
        font-size: 1.6rem;
        color: #58585b;
        text-transform: none;
        text-align: center;
        line-height: 1;
        cursor: pointer;
    }

        .filter-btns .btn:hover, .filter-btns .btn.active {
            background-color: #dd2a00;
            border-color: #dd2a00;
            color: #ffffff;
        }

.btn.sort-relevance {
    margin-right: 10px;
}

.term-searched {
    color: #dd2a00;
}

/* ============================================================
    ARTICLE PAGE 
============================================================ */
.article-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 30px;
}

    .article-header .badge {
        margin-bottom: 15px;
        text-align: left;
    }

    .article-header h1 {
        font-size: 3.5rem;
        color: #000000;
        margin-bottom: 10px;
    }

    .article-header .author, .article-header .date, .article-header .sub-title {
        font-size: 1.5rem;
        font-weight: 400;
        display: inline-block;
    }

    .article-header .sub-title {
        font-size: 1.8rem;
        display: block;
        position: relative;
        width: 75%;
        margin-bottom: 5px;
    }

    .article-header .date {
        border-left: 1px solid #1f1f1f;
        padding-left: 10px;
        margin-left: 10px;
    }

    .article-header .article-sharing {
        text-align: right;
        margin-top: -15px;
        margin-right: 0px;
    }

.article-body .article-img {
    margin-bottom: 5px;
}

.article-body .caption {
    font-size: 1.3rem;
    font-weight: 300;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 35px;
}

.article-body p {
    font-family: 'Adobe Caslon Pro';
    font-size: 1.9rem;
    color: #000;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
}

.article-body .rte h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 2.9rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

.article-slider-wrapper {
    width: 57.2rem;
    margin: 40px auto 0 auto;
}

.slick-slide img {
    margin: 0 auto;
}

.article-bottom-sharing {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}

.more-of-section {
    margin-top: 34px;
}

    .more-of-section article .author {
        margin-bottom: 5px;
    }

    .more-of-section article p {
        line-height: 1.3;
    }

.article-teaser {
    position: relative;
}

.teaser-overlay {
    height: 110%;
    width: 100%;
    position: absolute;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

/* ============================================================
    SUBSCRIBE PAGE 
============================================================ */
#locations > div > div {
    display: inline-block;
    margin-right: 20px;
}

#locations {
    margin-bottom: 30px;
    text-align: center;
}

#products h4 {
    font-size: 2.4rem;
    color: #1f1f1f;
    text-transform: none;
    margin-bottom: 15px;
}

    #products h4 + p {
        height: 145px;
        overflow: hidden;
        margin-bottom: 15px;
    }

h2.subscribe-step {
    font-weight: 500;
    font-size: 3.0rem;
    margin-bottom: 20px;
    text-align: center;
}

h2.step2 {
    display: none
}

button.button.subscribe-button {
    width: 174px;
    padding: 10px 0;
}

/* ============================================================
    404 
============================================================ */
.Error404 {
    text-align: center;
    margin: 200px 0;
}

    .Error404 h1 {
        font-size: 96px;
    }

    .Error404 p {
        font-size: 22px;
    }

/* ============================================================
    WIDGET BAR 
============================================================ */
.widget-bar {
    margin: 0 36px;
}

.widget-ad, .widget-story, .widget-video, .widget-issue, .widget-text {
    padding-bottom: 30px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 30px;
}

.widget-bar div:last-child {
    border-bottom: none;
}

.advertisement {
    font-family: Verdana;
    font-size: 1.2rem;
    color: #747474;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.widget-img {
    margin: 0 auto 15px auto;
}

.widget-bar h2 {
    font-size: 2.3rem;
    margin-bottom: 15px;
    text-align: center;
}

.widget-bar p {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.3;
}

.widget-text {
    text-align: center;
}

.widget a {
    text-decoration: none;
}

/* ============================================================
    FOOTER 
============================================================ */
.footer-content {
    background-color: #000000;
}

    .footer-content > .container {
        padding-top: 34px;
        padding-bottom: 26px;
    }

footer h2 {
    position: relative;
    text-align: center;
    font-family: 'BodoniXT';
    font-size: 2.2rem;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

    footer h2 span {
        background: #000000;
        padding: 0 7px;
        position: relative;
        z-index: 1;
    }

    footer h2:before {
        background: #737373;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        top: 50%;
        width: 100%;
    }

    footer h2:before {
        left: 0;
    }

.footer-subscribe, .footer-follow, .footer-about {
    width: 244px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    color: #ffffff;
}

.subscribe-text {
    text-align: left;
}

.footer-subscribe-btn {
    margin-top: 42px;
    text-decoration: none;
    background-color: #dd2a00;
}

.footer-social-icons {
    width: 128px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

.footer-social-icon {
    display: inline-block;
    font-size: 2.0rem;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 12px;
    color: #ffffff !important;
}

    .footer-social-icon:nth-child(odd) {
        margin-right: 23px;
    }

    .footer-social-icon.facebook {
        background-color: #3b5999;
    }

    .footer-social-icon.linkedin {
        background-color: #0077b5;
    }

    .footer-social-icon.twitter {
        background-color: #55acee;
    }

    .footer-social-icon.instagram {
        background-color: #3f729b;
    }

.footer-newsletter {
    margin-top: 25px;
}

.footer-newsletter-text {
    font-size: 1.5rem;
}

    .footer-newsletter-text span {
        font-family: 'BodoniXT';
        font-size: 2.2rem;
    }

.footer-newsletter.fr .footer-newsletter-text span {
    font-size: 2.0rem;
}

.footer-newsletter.fr .footer-newsletter-text {
    font-size: 1.4rem;
}

.newsletter {
    margin-top: 10px;
}

    .newsletter input[type=email] {
        width: 222px;
        height: 34px;
        border: 1px solid #ffffff;
        font-weight: 300;
        font-size: 1.4rem;
        padding: 0 10px;
        color: #1f1f1f;
    }

.footer-newsletter.fr .newsletter input[type=email] {
    width: 170px;
}

.newsletter input[type=submit].btn, .newsletter input[type=button].btn {
    min-width: unset;
    padding: 0;
    height: 34px;
    vertical-align: middle;
    background-color: #dd2a00;
    border-radius: 0;
    padding: 0px 3px;
}

    .newsletter input[type=submit].btn:hover {
        color: #ffffff;
    }

.footer-newsletter.fr .newsletter input[type=submit].btn {
    width: 74px;
}

.newsletter-ty {
    display: none;
    margin-top: 20px;
    font-size: 1.2rem;
}

.about-content-wrapper {
    width: 128px;
    margin: 0 auto;
}

.footer-nav li {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.footer-nav a {
    color: #ffffff;
    text-decoration: none;
}

    .footer-nav a:hover {
        text-decoration: underline;
    }

.footer-logo {
    padding-top: 10px;
}

.disclaimer {
    margin-top: 24px;
    text-align: center;
    font-weight: 400;
    font-size: 1.2rem;
}

/* ============================================================
    SLICK SLIDER OVERRIDE 
============================================================ */
/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 3px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 10px;
            height: 10px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            border-radius: 50%;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    background-color: #bfbfbf;
                }

            .slick-dots li button:before {
                line-height: 10px;
                position: absolute;
                top: 0;
                left: 0;
                width: 10px;
                height: 10px;
                content: '';
                text-align: center;
                opacity: 1;
                color: transparent;
                background: #ffffff;
                border: 1px solid #bfbfbf;
                border-radius: 50%;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: 1;
            background-color: #bfbfbf;
        }

.mobile-subtitle {
    display: none;
}

.google-mobile-ad {
    display: none !important;
}

.google-desktop-ad {
    display: block;
}

.newsletter-form {
    width: 100%;
    text-align: center;
}

pre {
    margin: auto;
    overflow: hidden;
    display: block;
    max-width: 640px;
    padding: 3px;
    line-height: normal;
    background: none;
    border: none;
    border-radius: 0;
}

#mce-responses a {
    color: #ffffff;
}

.newsletter-page-title {
    margin-top: 0;
}

.newsletter-page-content p {
    line-height: 1.5;
    margin-bottom: 0 !important;
}

.newsletter-page-signup {
    margin-top: 10px;
    float: none !important;
}

.newsletter-page-mce-responses a {
    color: #000000 !important;
}

.login-page {
    min-height: 440px;
}

.story-login.login-page {
    min-height: 300px;
    border: 1px solid #d9d9d9;
    padding: 25px;
    max-width: 49%;
}

    .story-login.login-page.col-md-12 {
        min-height: 0;
        border: 1px solid #d9d9d9;
        border-top-width: 0;
        max-width: none;
        width: 100%;
        margin-right: 0 !important;
    }

/*.story-login.login-page:first-child {
	margin-right: 5px;
}

.story-login.login-page:last-child {
	margin-left: 5px;
}*/

.new-account {
    width: 80%;
    max-width: 440px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.login-form, .recovery-page #formError, .recovery-page #formInvalid, .recovery-page #formSuccess {
    width: 80%;
    max-width: 440px;
    margin: auto;
    margin-bottom: 10px;
}

    .login-form .input-group {
        margin-bottom: 5px;
    }

    .login-form .input-group-addon {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

        .login-form .input-group-addon .material-icons {
            line-height: 140%;
        }

.login-page h3 {
    text-align: center;
    margin-bottom: 20px !important;
    font-size: 2.5rem !important;
}

.locked-content {
    max-width: 480px;
    margin: auto;
}

h4.locked-content {
    padding-bottom: 25px;
}

.story-login.login-page h3 {
    text-align: left;
    font-size: 2.3rem !important;
    margin-top: 0;
    margin-bottom: 10px !important;
}


#formLogin, #loginToSubscribe, #formRecover, #formRecovery, #formRegister {
    padding: 10px;
    vertical-align: middle;
    background-color: #dd2a00;
    width: 55%;
    display: block;
    margin: 10px auto;
    color: #ffffff !important;
    font-size: 1.8rem;
}

.newsletter-info {
    padding: 10px 0 0 0;
    font-size: 1.5rem !important;
    line-height: 1;
    text-align: justify;
    margin: 0 0 10px !important;
}

.newsletter-checkbox-div {
    text-align: center;
}

#btnAddSubscription, #btnSaveProfile, #btnRenewSubscription, #btnEditAddressDetails {
    padding: 10px;
    vertical-align: middle;
    background-color: #dd2a00;
    width: 60%;
    min-width: 280px;
    max-width: 350px;
    display: block;
    margin: 10px auto;
    color: #ffffff !important;
    font-size: 1.6rem;
}

.story-login.login-page #formLogin, .story-login.login-page #loginToSubscribe, .story-login.login-page #formRecover, #formRecovery {
    width: 100%;
    max-width: 380px;
    text-decoration: none;
}
/* =============================================================================================
    RESPONSIVE MEDIA QUERIES
============================================================================================= */
/* == Phone == */
@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    /* == Hidding widget bar on mobile == */
    .widget-bar {
        display: none;
    }

    /* == Mobile Header Ad == */
    header.mobile .ad-wrapper {
        padding: 10px 0;
        border-bottom: none;
        margin-bottom: 0;
    }

    /* == Mobile Header and Navigation == */
    .mobile.article-header {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }

    .mobile-nav-wrapper {
        position: relative;
        position: relative;
        border-top: 1px solid #f7f7f7;
        background-color: #ffffff;
        -webkit-box-shadow: 0 5px 10px 1px rgba(0,0,0,0.2);
        box-shadow: 0 5px 10px 1px rgba(0,0,0,0.2);
    }

    .mobile-nav {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 20;
        height: 74px;
        background-color: #ffffff;
    }

    .mobile-nav-icon-panel {
        position: absolute;
        top: 50%;
        left: 10px;
        -moz-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        z-index: 1000;
    }

    .mobile.article-nav-panel {
        top: 50px;
        left: -10px;
    }

    .mobile-search {
        padding: 0 20px 20px 20px;
    }

        .mobile-search input[type=text] {
            border: 1px solid #b4b4b4;
            height: 34px;
            border-right: none;
            padding: 0 10px;
            width: 215px;
        }

        .mobile-search button[type=submit] {
            border: 1px solid #b4b4b4;
            height: 34px;
            border-left: none;
            padding: 0 10px;
            background-color: #fff;
            width: 34px;
        }

    .mobile-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 500;
    }

    .mobile-subscribe {
        position: absolute;
        top: 50%;
        right: 10px;
        -moz-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        z-index: 10;
    }

        .mobile-subscribe a {
            color: #dd2a00;
            font-size: 1.2rem;
        }

    .article-header {
        padding-top: 20px;
    }

    /* == Home Featured Story == */
    .grid-section {
        margin: 40px 0 40px 0;
    }

    .story-full-row .badge {
        margin-top: 10px;
        margin-bottom: 0.5rem;
    }

    .story-full-row h1 {
        font-size: 2.5rem;
    }

    .story-full-row .synopsis-text {
        display: block;
    }

    .story-full-row .article-sharing {
        display: none;
    }

    /*== Home Top Stories == */
    .story-one-third h1 {
        font-size: 2.5rem;
    }

    .story-one-third .synopsis-text {
        display: block;
    }

    .story-one-third .google-horz-ad {
        margin-top: 30px !important;
    }

    .story-one-third .center, .story-one-third .badge {
        text-align: left;
    }

    .story-one-fourth h1 {
        font-size: 2.5rem;
    }

    .story-one-fourth .synopsis-text {
        display: block;
    }

    .story-one-fourth .badge {
        margin-bottom: 0.5rem;
        text-align: left;
    }

    .story-one-fourth .center {
        text-align: left;
    }

    /* == Grid News == */
    .grid-news-element .news-thumb {
        margin-bottom: 10px;
    }

    .news-item {
        margin-bottom: 20px;
    }

    .grid-news-element .news-item:last-child {
        display: block;
    }

    .news-text article h1 {
        margin-bottom: 5px;
    }

    .news-text article .date {
        font-size: 1.1rem;
        margin-bottom: 0px;
    }

    /* == Most Popular == */
    ol.popular-list {
        padding: 0;
    }

    .popular-list-item article h1 {
        font-size: 2.5rem;
        line-height: 1.1;
        margin-bottom: 3px;
    }

    .popular-list-item .synopsis-text {
        display: block;
    }

    /* == Grid Videos == */
    .grid-videos .article-sharing {
        display: none;
    }

    .grid-videos .synopsis-text {
        display: none;
    }

    .grid-videos .grid-img {
        margin-bottom: 10px;
    }

    .video-item {
        margin-bottom: 20px;
    }

        .video-item h1 {
            font-size: 2.5rem;
            margin-bottom: 0.8rem;
        }

        .video-item .badge {
            margin-bottom: 3px;
            white-space: initial;
        }

    a.grid-more-videos-link {
        margin-left: 0;
        font-size: 1.8rem;
        text-align: center;
        width: 100%;
    }

    /* == Sponsored Article == */
    .grid-sponsored {
        margin: 0 -15px 70px -15px;
    }

        .grid-sponsored .grid-img {
            margin-bottom: 10px;
        }

    .badge.sponsored-badge {
        width: auto;
        padding: 0 20px;
    }

    .sponsored-content-wrapper {
        padding: 2.0rem 1.0rem;
    }

        .sponsored-content-wrapper article .badge {
            margin-bottom: 10px;
        }

        .sponsored-content-wrapper .article-sharing {
            display: none;
        }

    /* == Story Category Listing == */
    .right-border {
        border-right: none;
    }

    .landing-list-item h1 {
        font-size: 2.5rem;
        margin-bottom: 7px;
    }

    .landing-list-item .synopsis-text {
        display: block;
    }

    .landing-list-item .landing-img {
        margin-bottom: 10px;
    }

    .landing-list-item article .author {
        margin-bottom: 20px;
    }

    .landing-more {
        margin-bottom: 40px;
    }

        .landing-more a {
            font-size: 1.8rem;
        }

    /* == News Landing == */
    .story-full-row p {
        font-size: 1.4rem;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .story-full-row .grid-img {
        margin-bottom: 10px;
    }

    .story-full-row article .author {
        font-size: 1.2rem;
    }

        .story-full-row article .author:first-child {
            margin-bottom: 5px;
        }

    .hero-video {
        border-bottom: none;
        padding-bottom: 0;
    }

    .filter-select-wrapper {
        padding-top: 20px;
        position: static;
        width: auto;
        text-align: center;
    }

    /* == Editions == */
    .media-item.recent-issue img {
        margin: 0 auto 10px auto;
    }

    .hero-video {
        text-align: center;
    }

    .filter-select-wrapper.editions {
        width: auto;
    }

    .edition-tile-listing .landing-list-item h1 {
        margin-bottom: 10px;
    }

    .edition-tile-listing .landing-img img {
        margin: 0;
    }

    /* == Story/Article/Video/Edition Detail == */
    .article-header .synopsis {
        width: 100%;
    }

    .article-header .article-sharing {
        text-align: left;
        margin-top: 20px;
        margin-right: 0;
    }

    .article-slider-wrapper {
        width: auto;
    }

    .article-bottom-sharing, .video-bottom-sharing {
        margin-bottom: 60px;
    }

    .issue-nums + article > h1 {
        font-size: 2.5rem;
    }

    .issue-nums + article section h3 {
        font-size: 2.5rem;
    }

    .edition article p {
        font-size: 1.4rem;
    }

    .article-header .sub-title {
        display: none;
    }

    /* == Subscribe == */
    #locations form {
        margin-bottom: 20px;
    }

    #products .col-lg-3 {
        margin-bottom: 30px;
    }

    /* == Search Results == */
    .search-details {
        margin-bottom: 2.0rem;
    }

    .num-results {
        margin-bottom: 30px;
    }

    .search .filter-btns {
        text-align: center;
    }

    .search h1 {
        font-size: 2.0rem;
    }

    /* == Footer == */
    footer h2 {
        font-size: 1.6rem;
    }

    .footer-subscribe, .footer-follow, .footer-about {
        width: 100%
    }

    .footer-subscribe {
        margin-bottom: 30px;
    }

    .footer-subscribe-btn {
        margin-top: 2.2rem;
        position: absolute;
        bottom: 0px;
        min-width: unset;
        padding: 10px 30px;
        right: 25%;
        -moz-transform: translate(50%, 0);
        -webkit-transform: translate(50%, 0);
        -o-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    .subscribe-content-wrapper {
        position: relative;
    }

    .footer-follow {
        margin-bottom: 30px;
    }

        .footer-follow h2 {
            top: 110px;
        }

    .follow-content-wrapper {
        margin-top: 150px;
    }

    .footer-social-icons {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 0;
    }

    .footer-social-icon {
        font-size: 2.0rem;
        width: 3.4rem;
        height: 3.4rem;
        line-height: 3.4rem;
    }

        .footer-social-icon:nth-child(even) {
            margin-right: 20px;
        }

        .footer-social-icon:nth-child(odd) {
            margin-right: 20px;
        }

        .footer-social-icon:last-child {
            margin-right: 0;
        }

    .footer-newsletter {
        width: 100%;
        margin-top: 20px;
    }

    footer .newsletter {
        text-align: center;
    }

    .footer-newsletter-text {
        line-height: 1.2;
    }

        .footer-newsletter-text span {
            font-size: 1.6rem;
        }

    .about-content-wrapper {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .footer-nav-wrapper, .footer-logo {
        display: inline-block;
        vertical-align: middle;
        text-align: right;
        width: auto;
        margin-right: 10px;
    }

    .footer-logo {
        width: auto;
    }

    .disclaimer {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1.0rem;
    }

    .desktop-title {
        display: none;
    }

    .mobile-subtitle {
        display: block;
    }

    .google-mobile-ad {
        display: block !important;
    }

    .google-desktop-ad {
        display: none;
    }

    .story-login.login-page {
        min-height: 0;
        margin: auto;
        max-width: 65%;
        min-width: 300px;
    }

    #createAccountBox {
        margin: auto !important;
    }

    .story-login.login-page:first-child {
        margin-right: 0;
        margin: auto;
        margin-bottom: 15px;
    }

    .story-login.login-page:last-child {
        margin-left: 0;
        margin: auto;
    }
}

/* == Tablet Portrait == */
@media (min-width: 768px) and (max-width: 991px) {
    /* == Main Navigation == */ body {
        overflow-x: hidden;
    }

    /* == Mobile Header Ad == */
    header.mobile .ad-wrapper {
        padding: 10px 0;
        border-bottom: none;
        margin-bottom: 0;
    }

    /* == Mobile Header and Navigation == */
    .mobile.article-header {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
        z-index: 20;
    }

    .mobile-nav-wrapper {
        position: relative;
        border-top: 1px solid #f7f7f7;
        background-color: #ffffff;
        -webkit-box-shadow: 0 5px 10px 1px rgba(0,0,0,0.2);
        box-shadow: 0 5px 10px 1px rgba(0,0,0,0.2);
    }

    .mobile-nav {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        height: 124px;
        background-color: #fff;
    }

    .mobile-nav-icon-panel {
        position: absolute;
        top: 50%;
        left: 10px;
        -moz-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        z-index: 1000;
    }

    .mobile.article-nav-panel {
        top: 76px;
        left: -10px;
    }

    .mobile-search {
        padding: 0 20px 20px 20px;
    }

        .mobile-search input[type=text] {
            border: 1px solid #b4b4b4;
            height: 34px;
            border-right: none;
            padding: 0 10px;
            width: 215px;
        }

        .mobile-search button[type=submit] {
            border: 1px solid #b4b4b4;
            height: 34px;
            border-left: none;
            padding: 0 10px;
            background-color: #fff;
            width: 34px;
        }

    .mobile-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 500;
    }

    .mobile-subscribe {
        position: absolute;
        top: 50%;
        right: 10px;
        -moz-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        z-index: 10;
    }

        .mobile-subscribe a {
            color: #dd2a00;
            font-size: 1.6rem;
        }

    /* == Home Featured Story == */
    .grid-section {
        margin: 30px 0 0px 0;
    }

    .story-full-row .badge {
        margin-top: 10px;
        margin-bottom: 0.5rem;
    }

    .story-full-row h1 {
        font-size: 4.0rem;
    }

    .story-full-row .synopsis-text {
        display: block;
    }

    .story-full-row p {
        font-size: 1.6rem;
    }

    .story-full-row .article-sharing {
        display: none;
    }

    /* == Top Stories == */
    .grid-section-2, .grid-section-3, .grid-section-4, .grid-section-5, .grid-section-6, .grid-section-7 {
        margin: 0 -15px 32px -15px;
    }

    .tablet-two .col-md-3 {
        width: 50%;
        float: left;
    }

        .tablet-two .col-md-3:nth-child(2n+1) {
            clear: both;
        }

    .story-one-third article.center, .story-one-third article .badge {
        text-align: left;
    }

    .story-one-third .synopsis-text {
        display: none;
    }

    /* == 4 across stories == */
    .story-one-fourth h1 {
        font-size: 2.5rem;
        margin-bottom: 5px;
    }

    .story-one-fourth article.center, .story-one-fourth article .badge {
        text-align: left;
    }

    .story-one-fourth article .badge {
        margin-bottom: 5px;
    }

    .story-one-fourth .synopsis-text {
        display: none;
    }

    /* == Grid News == */
    .grid-news-element .news-item {
        margin-bottom: 20px;
    }

        .grid-news-element .news-item:nth-child(2n+1) {
            clear: both;
        }

        .grid-news-element .news-item:last-child {
            display: block;
        }

        .grid-news-element .news-item .news-thumb {
            margin-bottom: 10px;
        }

        .grid-news-element .news-item h1 {
            font-size: 2.5rem;
            margin-bottom: 8px;
        }

        .grid-news-element .news-item .date {
            margin-bottom: 2px;
        }

    /* == Grid Videos == */
    .grid-videos .video-item .embed-responsive-16by9 {
        margin-bottom: 10px;
    }

    .grid-videos .video-item .badge {
        margin-bottom: 5px;
    }

    .grid-videos .video-item .synopsis-text, .grid-videos .video-item .article-sharing {
        display: none;
    }

    .grid-more-videos-link-wrapper {
        text-align: center;
        margin-top: -20px;
    }

    a.grid-more-videos-link {
        font-size: 1.6rem;
    }

    /* == Grid Sponsored == */
    .sponsored-content-wrapper {
        width: 100%;
        padding: 20px;
    }

        .sponsored-content-wrapper .grid-img {
            margin-bottom: 10px;
        }

        .sponsored-content-wrapper .article-sharing {
            display: none;
        }

        .sponsored-content-wrapper article h1 {
            font-size: 2.5rem;
            margin-bottom: 5px;
        }

        .sponsored-content-wrapper article .badge {
            margin-bottom: 10px;
        }

        .sponsored-content-wrapper article .author {
            margin-bottom: 20px;
        }

        .sponsored-content-wrapper article .read-more {
            display: none;
        }

    /* == Story Category Listing == */
    .landing-list-item h1 {
        margin-bottom: 7px;
    }

    .landing-list-item .synopsis-text {
    }

    .landing-list-item .landing-img {
        margin-bottom: 10px;
    }

    .landing-list-item article .author {
        margin-bottom: 20px;
    }

    .landing-more {
        margin-bottom: 40px;
    }

    /* == News Landing == */
    .category-landing.news .story-full-row .grid-img, .category-landing.videos .story-full-row .embed-responsive {
        margin-bottom: 10px;
    }

    .category-landing.news .story-full-row article .author:first-child, .category-landing.videos .story-full-row article .badge {
        margin-bottom: 5px;
    }

    .category-landing.news .filter-select-wrapper, .category-landing.videos .filter-select-wrapper {
        width: 40%;
    }

    /* == Story/Article/News == */
    .article-header .synopsis {
        width: 70%;
    }

    .article-content {
        margin-top: 40px;
    }

    .article-header .badge {
        margin-bottom: 5px;
    }

    .article-slider-wrapper {
        width: 100%;
    }

    /* == Edition Detail == */
    .edition-item article h1 {
        font-size: 2.5rem;
    }

    .edition-item article p {
        font-size: 1.4rem;
    }

    .edition .issue-nums {
        font-size: 1.4rem;
        margin-bottom: 5px;
    }

    #open-pdf, #buy-now {
        min-width: unset;
        width: 135px;
        padding: 1.0rem 2.5rem
    }

    #buy-now {
        background-color: #dd2a00;
    }

        #buy-now:hover {
            background-color: #58585b;
        }

    /* == Subscribe == */
    #products .col-lg-3 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    /* == FOOTER == */
    .footer-subscribe, .footer-follow, .footer-about {
        width: 100%;
        font-size: 1.4rem;
    }

    footer h2 {
        font-size: 1.6rem;
    }

    .footer-subscribe {
        margin-bottom: 30px;
    }

    .subscribe-content-wrapper {
        position: relative;
    }

    .footer-subscribe-btn {
        margin-top: 2.2rem;
        position: absolute;
        bottom: 0px;
        min-width: unset;
        padding: 10px 0;
        width: 190px;
        left: calc(50% + 50px);
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .footer-social-icons {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 0;
    }

    .footer-social-icon {
        font-size: 2.0rem;
        width: 4.4rem;
        height: 4.4rem;
        line-height: 4.4rem;
    }

        .footer-social-icon:nth-child(even) {
            margin-right: 20px;
        }

        .footer-social-icon:nth-child(odd) {
            margin-right: 20px;
        }

        .footer-social-icon:last-child {
            margin-right: 0;
        }

    .footer-newsletter {
        width: 100%;
        margin-top: 20px;
    }

    footer .newsletter {
        text-align: center;
    }

    .footer-newsletter-text {
        line-height: 1.2;
    }

        .footer-newsletter-text span {
            font-size: 1.6rem;
        }

    .newsletter input[type=email] {
        width: 25.0rem;
    }

    .about-content-wrapper {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .footer-nav-wrapper, .footer-logo {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        width: auto;
    }

    .footer-nav {
        text-align: right;
        margin-right: 10px;
    }

    .footer-logo {
        width: auto;
    }

    .disclaimer {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1.0rem;
    }

    .story-login.login-page {
        min-height: 0;
        margin: auto;
        max-width: 95%;
    }

        .story-login.login-page:first-child {
            margin-right: 0;
            margin: auto;
            margin-bottom: 15px;
        }

        .story-login.login-page:last-child {
            margin-left: 0;
            margin: auto;
        }
}

/* == Small Desktop == */
@media (min-width: 992px) and (max-width: 1199px) {
    /* == Header == */ .header-links {
        left: 69.9%;
        width: 300px;
    }

        .header-links.fr {
            left: 70%;
        }

            .header-links.fr .signin, .header-links.fr .lang-wrapper, .header-links.fr .my-cart {
                margin: 0;
                padding: 0 10px;
            }

    /* == Main Nav == */
    .main-nav li a {
        padding: 0rem 1.2rem 0rem 1.2rem;
    }

        .main-nav li a.nav-cim img {
            margin-left: 25%;
        }

    .main-nav ul.cim-org-section li {
        font-size: 1.1rem;
    }

        .main-nav ul.cim-org-section li a {
            padding: 0 2.0rem 0 0;
        }

    /* == Landing Featured Story/Video/News == */
    .story-full-row article h1 {
        font-size: 4.0rem;
    }

    /* == Subscribe == */
    #products .col-lg-3 {
        width: 25%;
        float: left;
        margin-bottom: 30px;
    }
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    aling-items: center;
    justify-content: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.overlay-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    display: none;
}

/**
    custom MailChimp 
*/

.footer-newsletter input[type=email] {
    width: 222px;
    height: 34px;
    border: 1px solid #ffffff;
    font-weight: 300;
    font-size: 1.4rem;
    padding: 0 10px;
    color: #1f1f1f;
}

.responses {
    padding: 10px;
    background-color: #dd2a00;
    font-weight: bold;
    z-index: 1;
    color: #fff;
    margin: auto;
    text-align: center;
    min-width: 257px;
    max-width: 300px;
    display: none;
}

    .responses p {
        margin: 0;
        color:white !important;
    }

.newsletter .btn {
    margin-bottom: 1px;
    margin-top: -1px;
}

.newsletter .btn:hover {
   color:white;
   cursor:pointer;
}
/*
    subscribe-parial-form-Newsletter
*/

#subscribe-parial-form-Newsletter .responses {
    margin: 0;
}

#subscribe-parial-form-Newsletter input[type=email] {
    width: 225px;
}

.ProvideEmail{
    text-align: center;
}
/*
    subscribe-form-Newsletter
*/
#subscribe-form-Newsletter .responses {
    margin: 0;
}