a, button {
    outline: none;
}
ul.paging {
    text-align: center;
}

ul.paging li.active a {
    font-weight: bold;
}

.gallery figure {
    text-align: center;
}

.gallery figure img {
    max-width: 100%;
    max-height: 600px;
    width: auto;
}
/* HEADLINES */
.headlines-v2-nav-box {
    position: relative;
}
.headlines-v2,
.headlines-v2-white {
    position: relative;
}

.headlines-v2-wrap {
    width: 100%;

}

.headlines-v2-list {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-left: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    max-height: 28em;
    overflow: hidden;
}
.headlines-v2-list:after {
    content: "";
    display: table;
    font-size: 0;
    clear: both;
}
.headlines-v2-list.slick-initialized {
    overflow: visible;
    max-height: none;
}

.headlines-v2-list .slick-arrow {
    display: block;
    position: absolute;
    left: -0.8rem;
    top: 50%;
    margin-top: -26px;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(197, 197, 197, 0.898);
    border-radius: 50%;
    background: rgba(197, 197, 197, 0.898);
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    font-size: 23px;
    z-index: 1000;
    box-sizing: border-box;
    transition: all 0.4s;
}
.headlines-v2-list .slick-next {
    left: auto;
    right: -0.8rem;
}
.headlines-v2-list .slick-prev i {
    padding-right: 2px;
}.headlines-v2-list .slick-next i {
    padding-left: 2px;
}
.headlines-v2-list .slick-arrow:hover {
    color: rgba(197, 197, 197, 1.0);
    background: #222222;
}
.headlines-v2-list .slick-arrow.slick-disabled {
    cursor: default;
    opacity: 0.2;
}

.headlines-v2-list .feature-tile {
    display: block;
    float: left;
    position: relative;
    border-left: 0;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    margin: 0;
    padding: 0.6em 1em;
    height: 28em;
    background: black;
    white-space: normal;
    font-size: 0.9375rem;
}


.headlines-v2-list .feature-tile .story-head,
.headlines-v2-list .feature-tile .story-head-icon-above {
    margin-top: 0.2942em;
    margin-bottom: 1.1768em;
    padding-top: 0.3em;
}

.headlines-v2-list .feature-tile .cover-pad {
    background: white;
    color: #222222;
}

.headlines-v2-list .feature-tile .cover-pad:hover {
    opacity: 0.95;
}

.headlines-v2-white .cover-pad img {
    display: block;
}

/* CONTENT SLIDER */

.content-slider {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-left: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    max-height: 28em;
    overflow: hidden;
}
.content-slider:after {
    content: "";
    display: table;
    font-size: 0;
    clear: both;
}
.content-slider.slick-initialized {
    overflow: visible;
    max-height: none;
}

.content-slider .slick-arrow {
    display: block;
    position: absolute;
    left: -0.8rem;
    top: 50%;
    margin-top: -26px;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(197, 197, 197, 0.898);
    border-radius: 50%;
    background: rgba(197, 197, 197, 0.898);
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    font-size: 23px;
    z-index: 1000;
    box-sizing: border-box;
    transition: all 0.4s;
}
.content-slider .slick-next {
    left: auto;
    right: -0.8rem;
}
.content-slider .slick-prev i {
    padding-right: 2px;
}.content-slider .slick-next i {
     padding-left: 2px;
 }
.content-slider .slick-arrow:hover {
    color: rgba(197, 197, 197, 1.0);
    background: #222222;
}
.content-slider .slick-arrow.slick-disabled {
    cursor: default;
    opacity: 0.2;
}

.content-slider .content-slide {
    display: block;
    float: left;
    position: relative;
    border-left: 0;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    margin: 0;
    padding: 0.6em 1em;
    height: 28em;
    background: black;
    white-space: normal;
    font-size: 0.9375rem;
}


.content-slider .content-slide .story-head,
.content-slider .content-slide .story-head-icon-above {
    margin-top: 0.2942em;
    margin-bottom: 1.1768em;
    padding-top: 0.3em;
}

.content-slider .content-slide .cover-pad {
    background: white;
    color: #222222;
}

.content-slider .content-slide .cover-pad:hover {
    opacity: 0.95;
}

.headlines-v2-white .cover-pad img {
    display: block;
}

@media (max-width: 600px) {
    .mobile-image-text{
        margin-top: 5px !important;
    }
}

.cover-pad-link {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    display: block;
}
.cover-pad .cover-pad-link {
    z-index: 1000;
}
.cover-pad .cover-pad-text a {
    z-index: 1100;
    position: relative;
    text-decoration: underline;
}