/****************Home************************/
#mdl-main-home {
    margin-top: 0;
}

    #mdl-main-home .list-tab {
        border-bottom: 4px solid #000;
        margin: 0;
    }

        #mdl-main-home .list-tab ul {
            margin-left: -15px;
            margin-bottom: 5px;
        }

            #mdl-main-home .list-tab ul:after, #mdl-main-home .list-tab ul:before {
                content: '';
                display: table;
                clear: both;
            }

            #mdl-main-home .list-tab ul li {
                float: left;
            }

                #mdl-main-home .list-tab ul li.active a {
                    background: black;
                    color: #fff;
                }

            #mdl-main-home .list-tab ul a {
                text-transform: uppercase;
                color: #000;
                padding: 12px 20px;
                position: relative;
                top: -3px;
            }

                #mdl-main-home .list-tab ul a:hover {
                    background: black;
                    color: #fff;
                }

                #mdl-main-home .list-tab ul a:focus {
                    background: black;
                    color: #fff;
                }


    #mdl-main-home .different {
        background: #f9f9f9;
        padding: 20px 20px 45px;
    }

        #mdl-main-home .different .top {
            border-bottom: 4px solid #000;
            padding-bottom: 10px;
        }

            #mdl-main-home .different .top:before, #mdl-main-home .different .top:after {
                content: '';
                clear: both;
                display: table;
            }

        #mdl-main-home .different .title {
            font-size: 14px;
            color: #000;
            font-family: "fact-deck";
            text-transform: uppercase;
            float: left;
            margin: 0;
        }

        #mdl-main-home .different .video {
            cursor: pointer;
            position: relative;
        }

            #mdl-main-home .different .video:before {
                content: '';
                width: 43px;
                height: 43px;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                position: absolute;
                background-image: url(../images/PLAY.svg);
                background-position: center center;
                background-repeat: no-repeat;
            }

        #mdl-main-home .different .img {
            width: 100%;
            height: 145px;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }

        #mdl-main-home .different .see-all {
            font-size: 11px;
            color: #000;
            text-transform: uppercase;
            float: right;
        }

        #mdl-main-home .different .issue:before, #mdl-main-home .different .issue:after {
            content: '';
            clear: both;
            display: table;
        }

        #mdl-main-home .different .issue a {
            float: left;
            margin-right: 20px;
            box-shadow: 6px 4px 17px 0px #ccc;
        }

        #mdl-main-home .different .issue .text {
            display: table;
        }

            #mdl-main-home .different .issue .text span {
                display: block;
                font-size: 13px;
                font-family: 'Domine', georgia, serif;
                color: #8d8d8d;
            }

            #mdl-main-home .different .issue .text h6 {
                margin-top: 3px;
                font-size: 16px;
                font-family: "fact-deck";
                color: #000;
            }

        #mdl-main-home .different .follow-us .list-social {
            display: table;
            margin: 35px auto 0;
        }

            #mdl-main-home .different .follow-us .list-social a {
                display: inline-block;
                position: relative;
                top: 0px;
                -webkit-transition: top .3s;
                transition: top .3s;
                margin: 0 12px;
            }

                #mdl-main-home .different .follow-us .list-social a.sc-fb {
                    width: 21px;
                    height: 21px;
                    margin-right: 10px;
                }

                #mdl-main-home .different .follow-us .list-social a.sc-tw {
                    width: 23px;
                    height: 23px;
                }

                #mdl-main-home .different .follow-us .list-social a.sc-it {
                    width: 21px;
                    height: 21px;
                }

                #mdl-main-home .different .follow-us .list-social a.sc-yt {
                    width: 26px;
                    height: 26px;
                }

                #mdl-main-home .different .follow-us .list-social a:hover {
                    top: -3px;
                }

    #mdl-main-home #latest-stories .banner-location, #mdl-main-home #stories-you-may-like .banner-location {
        max-width: 300px;
        height: auto;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

        #mdl-main-home #latest-stories .banner-location iframe, #mdl-main-home #stories-you-may-like .banner-location iframe {
            display: block;
            /*position: absolute;*/
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
        }

    #mdl-main-home #latest-stories .banner-location-big, #mdl-main-home #stories-you-may-like .banner-location-big {
        padding-top: 170%;
    }

    #mdl-main-home #latest-stories .banner-location-small, #mdl-main-home #stories-you-may-like .banner-location-small {
        padding-top: 80%;
    }

    #mdl-main-home #latest-stories .categories, #mdl-main-home #stories-you-may-like .categories {
        display: block;
        margin-bottom: 20px;
    }

    #mdl-main-home #latest-stories .categories {
        margin-right: 3.5%;
    }

        #mdl-main-home #latest-stories .categories:hover .box-text .title-category, #mdl-main-home #stories-you-may-like .categories:hover .box-text .title-category {
            text-decoration: underline;
        }

       

        #mdl-main-home #latest-stories .categories .img, #mdl-main-home #stories-you-may-like .categories .img {
            float: left;
            width: 34.5%;
            height: 200px;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            position: relative;
            overflow: hidden;
        }

            #mdl-main-home #latest-stories .categories .img .icon {
                position: absolute;
                right: 10px;
                bottom: 10px;
            }

                #mdl-main-home #latest-stories .categories .img .icon.show-page-diff {
                    display: none;
                }

        #mdl-main-home #latest-stories .categories .box-text {
            width: 61.5%;
            height: 200px;
            border-top: 1px solid #eee;
            display: table;
            padding: 13px 12px 0px 20px;
            background: #fff;
        }

            #mdl-main-home #latest-stories .categories .box-text .top {
                font-size: 11px;
            }

                #mdl-main-home #latest-stories .categories .box-text .top:before, #mdl-main-home #latest-stories .categories .box-text .top:after {
                    content: '';
                    clear: both;
                    display: table;
                }

                #mdl-main-home #latest-stories .categories .box-text .top .type {
                    color: #444;
                    float: left;
                    text-transform: uppercase;
                    font-family: 'SourceSansPro', serif;
                }

                #mdl-main-home #latest-stories .categories .box-text .top .date {
                    color: #8d8d8d;
                    float: right;
                    font-size: 13px;
                    font-family: 'SourceSansPro', serif;
                }

            #mdl-main-home #latest-stories .categories .box-text .wrap-text {
                max-width: 425px;
                width: 100%;
                margin-top: 20px;
            }

            #mdl-main-home #latest-stories .categories .box-text .title-category {
                font-size: 22px;
                font-family: "fact-deck";
                color: #000;
                -webkit-transition: .3s;
                transition: .3s;
                line-height: 1.1;
                margin-top: 20px;
            }

            #mdl-main-home #latest-stories .categories .box-text p {
                font-family: 'Domine', georgia, serif;
                font-size: 15px;
                color: #444;
            }

    #mdl-main-home #latest-stories .category-big {
        /*display: block;*/
        border-top: 4px solid #000;
        border-bottom: 4px solid #000;
        margin: 0;
        margin-left: 30px;
        margin-right: 30px;
    }

        #mdl-main-home #latest-stories .category-big:hover .box-text h6 {
            text-decoration: underline;
        }

        #mdl-main-home #latest-stories .category-big .data-img {
            padding-left: 0;
        }

        #mdl-main-home #latest-stories .category-big .img {
            width: 100%;
          height: 452px;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            overflow: hidden;
        }

        #mdl-main-home #latest-stories .category-big .box-text {
            padding: 20px 20px 20px 5px;
        }

            #mdl-main-home #latest-stories .category-big .box-text .top {
                font-size: 11px;
            }

                #mdl-main-home #latest-stories .category-big .box-text .top .type {
                    color: #000;
                    text-transform: uppercase;
                    margin-right: 10px;
                    font-family: 'SourceSansPro', serif;
                }

                #mdl-main-home #latest-stories .category-big .box-text .top .date {
                    color: #8d8d8d;
                    font-size: 13px;
                    font-family: 'SourceSansPro', serif;
                    margin-left: 10px;
                }

            #mdl-main-home #latest-stories .category-big .box-text h6 {
                font-size: 24px;
                font-family: "fact-deck";
                margin-top: 20px;
                color: #000;
                -webkit-transition: .3s;
                transition: .3s;
            }

            #mdl-main-home #latest-stories .category-big .box-text .text-info {
                color: #444 !important;
                margin-top: 5px;
                font-size: 16px;
            }

    #mdl-main-home #latest-stories .banner-head {
        max-width: 970px;
        height: 0;
        width: 100%;
        display: table;
        margin: 40px auto;
        position: relative;
        padding-top: 21.5%;
    }

        #mdl-main-home #latest-stories .banner-head iframe, #mdl-main-home #stories-you-may-like .banner-head iframe {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
        }

    #mdl-main-home #latest-stories .btn-load-more, #mdl-main-home #stories-you-may-like .btn-load-more {
        padding: 10px 45px;
        background: #000;
        border-radius: 4px;
        color: #fff;
        text-align: center;
        display: table;
        margin: 40px auto 0;
    }

   

    #mdl-main-home .right-mb {
        display: none;
    }

@media only screen and (max-width: 991px) {
    #mdl-main-home #latest-stories .category-big .img {
        height: 380px;
    }
}

@media only screen and (max-width: 767px) {
    #mdl-main-home {
        margin-top: 50px;
    }

        #mdl-main-home .list-tab {
            border-bottom: none;
            margin: 0;
        }

            

            #mdl-main-home .list-tab ul {
                margin-left: -15px;
                margin-right: -15px;
                margin-bottom: 0;
                border-bottom: 4px solid #000;
            }

                #mdl-main-home .list-tab ul a {
                    width: 100%;
                    display: block;
                    text-align: center;
                    font-size: 12px;
                    padding-bottom: 8px;
                }

            #mdl-main-home .list-tab .wrap-select {
                margin-top: 10px;
                border: 1px solid #bbb;
                padding: 10px 0;
            }

            #mdl-main-home .list-tab select {
                padding-left: 0;
                font-size: 12px;
                border: 1px solid #d7d7d7;
                width: 100%;
                background-position: 98% center;
                float: none;
                padding: 10px 15px;
                -moz-text-align-last: auto;
                text-align-last: auto;
                direction: inherit;
            }

        

       /* #mdl-main-home #latest-stories .right-dkt {
            display: none;       
        }*/
        
        .right-col-ad {
        	 text-align: center !important;
        }

        #mdl-main-home #latest-stories .banner-location {
            display: none;
        }

        #mdl-main-home #latest-stories .categories .img {
            float: left;
            width: 100%;
        }

        #mdl-main-home #latest-stories .categories .box-text {
            width: 100%;
            height: auto;
            border: none;
            border-bottom: 1px solid #d7d7d7;
        }

            #mdl-main-home #latest-stories .categories .box-text .wrap-text {
                margin-top: 0;
            }

            #mdl-main-home #latest-stories .categories .box-text .title-category {
                font-size: 20px;
            }

       

                    #mdl-main-home #latest-stories .category-big .box-text .top:before, #mdl-main-home #latest-stories .category-big .box-text .top:afterr {
                        content: '';
                        clear: both;
                        display: table;
                    }

                    #mdl-main-home #latest-stories .category-big .box-text .top .type {
                        color: #444;
                        float: left;
                        text-transform: uppercase;
                    }

                    #mdl-main-home #latest-stories .category-big .box-text .top .date {
                        color: #8d8d8d;
                        float: right;
                        font-size: 13px;
                    }

                #mdl-main-home #latest-stories .category-big .box-text h6 {
                    margin-top: 0;
                    font-size: 20px;
                }

        #mdl-main-home #latest-stories .btn-load-more {
            margin-top: 10px;
        }

        
        #mdl-main-home .right-mb {
            display: block;
        }

        #mdl-main-home .different .video .img {
            height: 220px;
        }
}



.right-dkt.different .bottom .issue:before, .right-dkt.different .bottom .issue:after {
    content: '';
    clear: both;
    display: table;
}

.right-dkt.different .bottom .issue a {
    float: left;
    margin-right: 20px;
    box-shadow: 6px 4px 17px 0px #ccc;
}

.right-dkt.different .bottom .issue .text {
    display: table;
}

    .right-dkt.different .bottom .issue .text span {
        display: block;
        font-size: 13px;
        font-family: 'Domine', georgia, serif;
        color: #8d8d8d;
    }

    .right-dkt.different .bottom .issue .text h6 {
        margin-top: 3px;
        font-size: 16px;
        font-family: "fact-deck";
        color: #000;
    }
    .right-dkt.different .top {
        background: #f9f9f9;
        padding: 20px;
    }

        .right-dkt.different .top .item {
            display: block;
            margin-top: 20px;
        }

            .right-dkt.different .top .item:before, .right-dkt.different .top .item:after {
                content: '';
                clear: both;
                display: table;
            }

            .right-dkt.different .top .item img {
                width: 96px;
                /*height: 64px;*/
                float: left;
                margin-right: 10px;
            }

            .right-dkt.different .top .item .text {
                display: table;
                margin-bottom: 0;
                border-top: 1px solid #ccc;
                padding-top: 5px;
            }

                .right-dkt.different .top .item .text span.title {
                    text-transform: uppercase !important;
                    color: #8d8d8d !important;
                    display: block !important;
                    font-size: 9px !important;
                    font-family:inherit!important;
                    float:none!important;
                }

                .right-dkt.different .top .item .text span:last-child {
                    color: #000;
                    font-size: 13px;
                    line-height: 14px;
                    display: block;
                }

    .right-dkt.different .bottom {
        margin-top: 20px;
        background: #f9f9f9;
        padding: 20px 20px 45px;
    }

        .right-dkt.different .bottom .video {
            cursor: pointer;
            position: relative;
        }

            .right-dkt.different .bottom .video:before {
                content: '';
                width: 43px;
                height: 43px;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                position: absolute;
                background-image: url(../images/PLAY.svg);
                background-position: center center;
                background-repeat: no-repeat;
            }

        .right-dkt.different .bottom .img {
            width: 100%;
            height: 145px;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }

        .right-dkt.different .bottom .see-all {
            font-size: 11px;
            color: #000;
            text-transform: uppercase;
            float: right;
        }


/* SLIDER */
.site #mdl-banner-slide {
  position: relative;
}

.site #mdl-banner-slide .slide {
  /*border-top: 4px solid #000;*/
  position: relative;
  overflow: hidden;
  max-height: 450px;
  width:  100%;
  max-width:  900px;
  margin-left:  auto;
  margin-right:  auto;
}
.site #mdl-banner-slide .wpsisac-slide-wrap {
    height: 450px !important;
}
/*@media only screen and (max-width: 1199px) {
    .site #mdl-banner-slide .wpsisac-slide-wrap {
        height: 505px !important;
    }
}*/
@media only screen and (max-width: 991px) {
    .site #mdl-banner-slide .wpsisac-slide-wrap {
        height: 360px !important;
    }
    .site #mdl-banner-slide .wpsisac-slider-content h2.wpsisac-slide-title {
        font-size: 36px !important;
    }
}
@media only screen and (max-width: 767px) {
    .site #mdl-banner-slide .wpsisac-slide-wrap {
        height: calc((100% - 30px) / (2/1)) !important;
    }
}

.site #mdl-banner-slide .wpsisac-slider-content {
  position: absolute;
  /*  width: 100%; 
  background: rgba(0, 0, 0, 0.2);*/
  padding: 32px 0;
  text-align: center;
  max-width: 615px;
  width: 100%;
  left: 50%;
  bottom: 0;
  top: auto;
  color: #fff;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
}
.site #mdl-banner-slide .wpsisac-slider-content .wpcolumns.wp-medium-7 {
  width: 100%;
  color: black;
  text-align: center;
}
.site #mdl-banner-slide .wpsisac-slider-content a:hover, .site #mdl-banner-slide .wpsisac-slider-content a:focus {
  text-decoration: underline;
}
.site #mdl-banner-slide .wpsisac-slider-content h2.wpsisac-slide-title {
  text-shadow: none;
  text-align: center;
  color: white;
  max-width: 500px;
  margin: 0 auto !important;
  font-size: 44px;
  line-height: 1.1;
  font-family: "fact-deck";
}
.site #mdl-banner-slide .wpsisac-slider-content .wpsisac-slider-short-content {
  text-align: center;
}
.site #mdl-banner-slide .wpsisac-slider-content .wpsisac-slider-short-content p {
  text-align: center;
  color: white;
  text-decoration: none !important;
  font-size: 16px;
  margin-top: 10px;
  text-shadow: none;
}
.site #mdl-banner-slide .slick-dots {
    bottom:30px !important;
}
.site #mdl-banner-slide .slick-dots li button {
    width: 8px !important;
    height: 8px !important;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}


@media only screen and (min-width: 1024px) {
	.site #mdl-banner-slide .wpsisac-slider-content .wpsisac-slider-short-content p { 
		 text-shadow: 1px 1px #000 !important;
	}
	.site #mdl-banner-slide .wpsisac-slider-content h2.wpsisac-slide-title {
  		text-shadow: 2px 1px #000 !important;
  	}
}


@media only screen and (min-width: 768px) {
  	.site #mdl-banner-slide .wpsisac-slider-content .wpsisac-slider-short-content {
  		display: none;
  	}
}

@media only screen and (max-width: 768px) {
  	.container, .container-md, .container-sm {
  		max-width: 728px !important;
  	}
}

@media only screen and (max-width: 767px) {
    .site #mdl-banner-slide .slide {
        max-height: none;
    }
    .site #mdl-banner-slide .wpsisac-image-slide {
        height: auto;
    }
    /* .site #mdl-banner-slide .wpsisac-slide-wrap {
        height: auto !important;
    } */
    .site #mdl-banner-slide .wpsisac-slider-content h2.wpsisac-slide-title {
        color: black;
        font-size: 24px !important;
    }
    .site #mdl-banner-slide .wpsisac-slider-content .wpsisac-slider-short-content {
        margin-bottom: 0;
    }
    .site #mdl-banner-slide .wpsisac-slider-content .wpsisac-slider-short-content p {
        color: black;
        margin-bottom: 0;
    }
    .site #mdl-banner-slide .wpsisac-slider-content {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        margin: 0 auto;
        transform: none;
        padding: 0;
    }
    .site #mdl-banner-slide .slide .slick-dots li.slick-active button {
        background: #000000 !important;
    }
    #mdl-banner-slide .slide .slick-dots {
        position: relative !important;
        right: auto;
        bottom: auto !important;
        transform: none;
        left: auto !important;
    }
}



/* MOBILE */
@media only screen and (max-width: 767px) {
    header#masthead, header#fixed-header .top-bar { display: none !important; }
    header#fixed-header { display: block !important; transform: none !important; height: 43px; padding: 5px 10px !important; }
    header#fixed-header .container {
        max-width: 100%;
    }
    header#fixed-header .logo img {
        max-width: none;
        width: 240px !important;
        margin-top: 5px;
    }
    header#fixed-header .hidden-xs {
        display: none !important;
    }
    div#top-ad-block .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    div#page-sub-header {
        padding-top: 0;
    }
    div#mdl-list-menu-category ul#menu-category-menu-1 {
        display: flex;
        padding-left: 15px;
        padding-right: 15px;
    }
    div#mdl-list-menu-category .list-category li {
        padding: 0 5px;
        flex: 1 1 auto;
        /*width: auto;*/
        width: 16.6%;
    }
    div#mdl-list-menu-category .list-category li a {
        padding: 0;
    }
    div#mdl-banner-slide .slide {
        padding: 0 15px;
    }
    div#mdl-banner-slide .slick-slide {
        border-top: 4px solid #000000;
    }
    div#mdl-banner-slide .slide .slide img {
        height: 44vw !important;
    }
    div#mdl-banner-slide .slick-arrow, div#mdl-banner-slide .slick-dots {
        display: none !important;
    }
    div#content {
        padding-left: 15px;
        padding-right: 15px;
    }
    div#mdl-main-home {
        margin-top: 15px;
    }
    .site-content>.container {
        padding-top: 20px;
    }
    div#latest-stories {
        margin-top: 0;
    }
    div#mdl-main-home #latest-stories .categories {
        margin-right: 0;
    }
    div#mdl-main-home #latest-stories .categories .img {
        float:none;
        height: 220px;
    }
    div#mdl-main-home #latest-stories .categories .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    div#mdl-main-home #latest-stories .categories .box-text .title-category {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    div#mdl-main-home #latest-stories .categories .box-text {
        border-bottom: 0;
    }
    div#mdl-main-home #latest-stories .category-big {
        border-top: 4px solid #000;
        border-bottom: 4px solid #000;
        padding-top: 15px;
        margin: 0 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    div#mdl-main-home #latest-stories .category-big .data-img {
        padding: 0;
    }
    div#mdl-main-home #latest-stories .category-big .img {
        height: 200px;
    }
    div#mdl-main-home #latest-stories .category-big .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    div#mdl-main-home #latest-stories .category-big .box-text {
        padding: 15px;
        padding-left: 20px;
    }
    footer.site-footer div.container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    footer.site-footer #mc_embed_signup #mc_embed_signup_scroll {
        position: relative;
    }
    footer.site-footer #mc_embed_signup #mc-embedded-subscribe {
        position: absolute;
        top: 0;
        right: 0;
        background: none;
        width: 40px;
        text-indent: -99999px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAQAAAA9B+e4AAAAQklEQVQI12P4P/U/y38GCGT4////rv+CCM7//zf/qyI4//+/+++C4Pz///t/FjInG6HMFabs1n81mAG7EUZPQ1gKAA3KWanpxfM9AAAAAElFTkSuQmCC);
        height: 29px;
        min-width: 0;
        background-repeat: no-repeat;
        background-position: center right 5px;
    }
    footer.site-footer #mc_embed_signup input.email {
        border-radius: 0;
    }
    footer#colophon .wrap-copy {
        margin-top: 0;
    }
    footer#colophon .footer-bottom {
        margin-top: 20px;
    }
}

/* Mobile menu */
a.mobile-menu-button {
    vertical-align: top;
    margin-right: 6px;
    margin-top: 0;
    height: 35px;
    display: none;
}
@media only screen and (max-width: 767px) {
    a.mobile-menu-button {
        display: inline-block;
    }
}
a.mobile-menu-button #nav-icon {
    width: 23px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
a.mobile-menu-button #nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
a.mobile-menu-button #nav-icon span:nth-child(1) {
    top: 7px;
}
a.mobile-menu-button #nav-icon span:nth-child(2), a.mobile-menu-button #nav-icon span:nth-child(3) {
    top: 15px;
}
a.mobile-menu-button #nav-icon span:nth-child(4) {
    top: 23px;
}
a.mobile-menu-button.open #nav-icon span:nth-child(1) {
    top: 21px;
    width: 0%;
    left: 50%;
}
a.mobile-menu-button.open #nav-icon span:nth-child(2) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
a.mobile-menu-button.open #nav-icon span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
a.mobile-menu-button.open #nav-icon span:nth-child(4) {
    top: 21px;
    width: 0%;
    left: 50%;
}
a.mobile-menu-button.open #nav-icon span:nth-child(5), a.mobile-menu-button.open #nav-icon span:nth-child(6) {
    opacity: 0;
    top: 21px;
}
.wrap-menu-mb {
    display: none;
    position: fixed;
    top: 43px;
    left: 0;
    width: 100%;
    z-index: 99;
    pointer-events: none;
}
.wrap-menu-mb .menu-mb {
    height: 0 !important;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    width: 100%;
    background: black;
    padding: 20px;
    color: white;
    top: 0 !important;
    padding-bottom: 20px !important;
}
.wrap-menu-mb .menu-mb a {
    color: white;
}
.wrap-menu-mb.open {
    display: block !important;
    pointer-events: all;
}
.wrap-menu-mb.open .menu-mb { 
    height: calc(100vh - 43px) !important;
    overflow: auto;
}

/* LOAD MORE ARTICLES BUTTON */
.load-more-articles-button {
    text-align: center;
    margin-left: 15px;
}
.load-more-articles-button a {
    display: inline-block;
    background: black;
    color: white;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    padding: 8px 25px;
}

/* POPUP */
aside.tmag-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 199;
}
aside.tmag-popup .tmag-popup-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 350px;
    width: 95%;
    max-height: 95%;
    background: white;
    overflow: auto;
}

aside.tmag-popup .tmag-popup-box img {
    width: 100%;
    height: auto;
}
aside.tmag-popup .tmag-popup-box img.branding {
    margin: 30px auto 10px;
    width: 90%;
    display: block;
}
aside.tmag-popup .tmag-popup-box .tmag-popup-content {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
aside.tmag-popup .tmag-popup-box .tmag-popup-content h2 {
    font-size: 28px;
}
aside.tmag-popup .tmag-popup-box .close-popup {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23000' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cpath d='M2 2l14 14M16 2L2 16'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
    aside.tmag-popup .tmag-popup-box {
        width: 300px;
        max-width: 100%;
        height: auto;
    }
    aside.tmag-popup .tmag-popup-box img.branding {
        margin-top:15px;
    }  
    aside.tmag-popup .tmag-popup-box .tmag-popup-content h2 {
       font-size: 22px;
       margin-bottom: 10px;
    }
    aside.tmag-popup .tmag-popup-box .tmag-popup-content {
        font-size:14px;
    }
}


.popup-button-cta {
    background-color: #000;
    padding: 5px 0;
}

.popup-button-cta a, .popup-button-cta a:active, .popup-button-cta a:hover {
    color: #fff;
}

/* Shrinking padding */
body header#masthead {
    padding:  10px 0 0;
}
body header#masthead .top-bar, body header#fixed-header .top-bar {
    border-bottom:  0;
    padding:  0;
}
body header#fixed-header .top-bar {
    padding-bottom:  12px;
}
body header#masthead .bottom-head {
    margin-bottom:  5px;
    margin-top:  8px;
}
body #top-ad-block {
    margin-top: 28px;
}

@media only screen and (max-width: 468px) {
    body #top-ad-block { margin-top: 50px; }
}


body #page-sub-header {
    padding-top:  0;
}
body #tmag-editor-picks {
    margin-top:  0;
    margin-bottom:  20px;
}
body .post.hentry {
    margin-bottom: 0;
}
body #mdl-main-home #latest-stories .categories, body #mdl-main-home #stories-you-may-like .categories {
    margin-bottom:  0;
}
body .load-more-articles-button {
    margin-top:  15px;
}

.editors-picks-subheading {
    display: flex;
    border-bottom:  4px solid black;
    margin-bottom:  15px;
    padding-bottom:  5px;
    flex-wrap: wrap;
}
body #tmag-editor-picks .pick .title {
    margin-bottom:  0;
    padding-bottom:  5px;
}
.editors-picks-subheading .editors-picks-subheading-left {
    flex: auto;
    text-align:  left;
    font-family: "fact-deck";
    font-weight:  300;
    font-style:  italic;
    font-size:  90%;
}
.editors-picks-subheading .editors-picks-subheading-right {
    flex: auto;
    text-align:  right;
    text-transform: uppercase;
    font-family: sourcesanspro,serif;
    padding-left:  20px;
    font-size:  12px;
}

.editors-picks-disclaimer {
    flex: auto;
    text-align:  left;
    text-transform: uppercase;
    font-family: sourcesanspro,serif;
    padding-left: 0px;
    font-size:  10px;
}

@media (max-width: 991px) {
    .editors-picks-subheading .editors-picks-subheading-right {
        padding-left:  0;
        text-align:  left;
    }
}