/*******************************************************/
/** START: RELATED STORIES AT END OF GALLERIES *********/
/*******************************************************/
.gallery-tsm-slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px;
    line-height: 1em;
}

.gallery-tsm-slide h3 {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    padding: 0;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
}

.gallery-tsm-slide-content {
    position: absolute;
    top: 16px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px;
    line-height: 1em;
}

.gallery-tsm-item {
    float: left;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.gallery-tsm-item-inner {
    display: block;
    margin: 10px;
    overflow: hidden;
}

.gallery-tsm-item-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    max-height: 40px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.gallery-tsm-image-sizer {
    box-sizing: content-box;
    position: relative;
    height: 0;
    padding-bottom: 85%;
}

@media screen and (min-width: 400px) {
    .gallery-tsm-item {
        width: 33.33%;
        height: 100%;
    }
}

@media screen and (min-width: 431px) {
    .gallery-tsm-item {
        width: 33.33%;
        height: 50%;
    }
    .gallery-tsm-image-sizer {
        padding-bottom: 65%;
    }
}

@media screen and (min-width: 768px) {
    .gallery-tsm-slide {
        padding: 15px;
    }
    .gallery-tsm-item-inner {
        margin: 15px;
    }
    .gallery-tsm-image-sizer {
        padding-bottom: 70%;
    }
}

@media screen and (min-width: 1025px) {
    .gallery-tsm-item {
        width: 25%;
        height: 33.33%;
    }
    .gallery-tsm-image-sizer {
        padding-bottom: 65%;
    }
}

.gallery-tsm-image-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-tsm-image-holder img {
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: 50% 0;
}

.gallery-tsm-title {
    margin-top: 5px;
    line-height: 18px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: white;
}
/*******************************************************/
/** END: RELATED STORIES AT END OF GALLERIES *********/
/*******************************************************/


/*******************************************************/
/** START BIG STORY ELEMENT STYLES *********************/
/*******************************************************/
.big-story-container {
    font-size: 1em;
}

@media screen and (min-width: 600px) {
    .big-story-container {
        font-size: 1.1em !important;
    }
}

@media screen and (min-width: 1025px) {
    .big-story-container {
        font-size: 1.2em !important;
    }
}

.big-story-container .top-block-container,
.big-story-container .n-block-container {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.big-story-container .n-block-container {
    margin-top: 1em;
}

.big-story-container .comments-container {
    max-width: 1024px;
    margin: 0 auto 1em;
}

.big-story-cover {
    position: relative;
}

.big-story-cover .bs-cover-photo {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 65%;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.big-story-cover .bs-cover-caption {
    line-height: 1.4em;
    margin: .35em auto 0;
    padding: 0 .5rem;
    font-style: italic;
    font-size: .8rem;
    color: #666;
}

@media screen and (min-width: 1025px) {
    .big-story-cover .bs-cover-photo.fixed {
        background-attachment: fixed;
    }
}

.big-story-cover .bs-cover-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .15);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0) 100%);
}

.big-story-cover .bs-scroll-down {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    z-index: 2;
}

.big-story-cover .bs-scroll-down .bs-scroll-icon {
    display: inline-block;
    margin-bottom: .15em;
    border-radius: 1em;
    padding: .25em;
    font-size: 4em;
    cursor: pointer;
}

.big-story-cover .bs-scroll-down .bs-scroll-icon:hover {
    background: rgba(0, 0, 0, .1);
}

.big-story-cover .bs-meta {
    margin: 1.5em auto 0;
}

.big-story-cover .bs-title h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2em !important;
    font-weight: bold !important;
    line-height: 1.1em !important;
    margin: 0 !important;
    color: #000;
}

.big-story-cover .bs-byline {
    margin: .5em auto 0;
    color: #444444;
}

.big-story-cover .bs-byline .byline-item {
    margin: 0;
}

.big-story-cover .bs-byline {
    font-size: .9em !important;
    line-height: 1.4em !important;
}

.big-story-cover .bs-byline .author {
    font-size: 1.1em !important;
    line-height: 1.4em !important;
}

.big-story-cover .bs-byline p {
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
}

/*.big-story-block {}
.big-story-first-block {}
.big-story-n-block {}*/


/** START: BIG STORY DTI ELEMENT STYLE OVERRIDES **/
.big-story-block .embedBox {
    margin-bottom: 1em;
}

.big-story-container .share-icons {
    float: none;
    position: relative;
}

.big-story-container .fact-box,
.big-story-container .fact-box-mobile {
    float: none;
    width: 100%;
    max-width: 600px;
    padding: .65em 1em 1em 1em;
    margin: 0 auto 1em;
    font-size: 1em;
}

.big-story-container .fact-box h4,
.big-story-container .fact-box-mobile h4 {
    max-width: 100% !important;
    margin: 0 0 .5em !important;
    padding: 0 0 .5em 0 !important;
    text-align: center;
}

.big-story-container .fact-box h4 p,
.big-story-container .fact-box-mobile h4 p {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1em !important;
    text-align: center;
}

.big-story-container .fact-box p,
.big-story-container .fact-box-mobile p {
    max-width: 100% !important;
    margin: 0 0 1em !important;
    padding: 0 !important;
    text-align: left;
}

.big-story-container .fact-box p:last-child,
.big-story-container .fact-box-mobile p:last-child {
    margin-bottom: 0 !important;
}
/** END: BIG STORY DTI ELEMENT STYLE OVERRIDES **/

.big-story-container .share-icons {
    margin: 0 auto;
}

.big-story-block .first-paragraph,
.big-story-block .first-paragraph-no-border {
    border: none;
}

.big-story-first-block {
    margin-top: 1em;
}

.big-story-block h1,
.big-story-block h2,
.big-story-block h3,
.big-story-block h4,
.big-story-block h5,
.big-story-block h6 {
    margin: 1.35em auto .65em !important;
    line-height: 1.2em !important;
}

.big-story-block h1:first-child,
.big-story-block h2:first-child,
.big-story-block h3:first-child,
.big-story-block h4:first-child,
.big-story-block h5:first-child,
.big-story-block h6:first-child {
    margin-top: 0 !important;
}

.big-story-block p {
    margin: 0 auto 1em !important;
    line-height: 1.7em !important;
}

.big-story-cover .bs-meta,
.big-story-container .share-icons,
.big-story-block .pd-widget-size-small,
.big-story-block .pd-widget-size-medium figcaption,
.big-story-block .pd-widget-size-large figcaption,
.big-story-block .pd-widget-size-jumbo figcaption,
.big-story-block h1,
.big-story-block h2,
.big-story-block h3,
.big-story-block h4,
.big-story-block h5,
.big-story-block h6,
.big-story-block p {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 0 .5rem;
}

.big-story-block .pd-shortcode-widget figcaption,
.big-story-block p {
    font-size: 1em;
}

.big-story-block .pd-shortcode-widget .pd-figcaption-inner-wrap {
    font-size: .8rem;
}

@media screen and (min-width: 600px) {
    .big-story-cover.has-cover-image .bs-cover-overlay {
        display: inherit;
    }

    .big-story-cover .bs-scroll-down.show {
        display: inherit;
    }

    .big-story-cover.has-cover-image .bs-meta {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 800px !important;
        margin: 0;
        padding: 5% !important;
        text-align: left;
    }

    .big-story-cover.has-cover-image .bs-title h1 {
        font-size: 2.5em !important;
        color: #FFFFFF;
    }

    .big-story-cover.has-cover-image .bs-byline {
        color: #FFFFFF;
    }

    .big-story-cover.has-cover-image .bs-byline a {
        color: #FFFFFF;
    }

    .big-story-cover.has-cover-image .bs-byline .time-posted {
        color: #FFFFFF;
    }

    .pd-shortcode-widget {
        padding: 0 !important;
    }

    .big-story-cover.no-cover-image .bs-meta,
    .big-story-container .share-icons,
    .big-story-block h1,
    .big-story-block h2,
    .big-story-block h3,
    .big-story-block h4,
    .big-story-block h5,
    .big-story-block h6,
    .big-story-block p {
        max-width: 600px !important;
        padding: 0 !important;
    }

    .big-story-block .pd-shortcode-widget figcaption {
        max-width: 600px !important;
        padding: 0 !important;
    }

    .big-story-block .pd-widget-size-jumbo {
        max-width: 1600px;
    }

    .big-story-block .pd-widget-size-large {
        max-width: 750px;
    }

    .big-story-block .pd-widget-size-medium,
    .big-story-block .pd-widget-size-small {
        max-width: 600px;
    }

    .big-story-block .pd-widget-size-small.pd-widget-position-full,
    .big-story-block .pd-widget-size-small.pd-widget-position-split {
        max-width: 540px;
    }
}
/*******************************************************/
/** END BIG STORY ELEMENT STYLES ***********************/
/*******************************************************/


/*******************************************************/
/** START EMBED CONTAINER / SHORTCODE STYLES ***********/
/** DO NOT MAKE PAGE-SPECIFIC CHANGES WITHIN THIS BLOCK /
/*******************************************************/
.pull-quote {
    padding: 10px;
    background-color: #eee;
}

.pull-quote:before {
    font-family: FontAwesome;
    content: "\f10d";
    float: left;
    margin-right: 10px;
    font-size: 2.15em;
    color: #B1B1B1;
}

.pull-quote-text {
    font-size: 1.3em;
    font-style: italic;
}

.embed-container {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container-16-9 {
    padding-bottom: 56.25% !important;
}

.embed-container-4-3 {
    padding-bottom: 75% !important;
}

.embed-container-1-1 {
    padding-bottom: 100% !important;
}

.embed-container-5-6 {
    padding-bottom: 120% !important;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
/*******************************************************/
/** END EMBED CONTAINER / SHORTCODE STYLES *************/
/** DO NOT MAKE PAGE-SPECIFIC CHANGES WITHIN THIS BLOCK /
/*******************************************************/

/*******************************************************/
/** START INLINE IMAGE STYLES (IMAGE BY NAME) **********/
/** DO NOT MAKE PAGE-SPECIFIC CHANGES WITHIN THIS BLOCK /
/*******************************************************/
@keyframes pdWidgetFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.pd-shortcode-widget {
    animation-duration: 1.5s;
    animation-name: pdWidgetFadeIn;
    display: block;
    max-width: 1024px;
    margin: 0 auto 1em;
    font-size: 1em;
}

.pd-shortcode-widget figure {
    box-sizing: content-box;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

.pd-shortcode-widget figure img {
    vertical-align: bottom;
    font-size: 1em;
}

.pd-shortcode-widget figure .pd-figure-inner-wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    vertical-align: bottom;
    font-size: 1em;
}

.pd-shortcode-widget figcaption {
    margin: .35em auto 0;
    padding: 0;
    font-size: 1em;
}

.pd-shortcode-widget .pd-figcaption-inner-wrap {
    line-height: 1.4em;
    font-style: italic;
    font-size: .875em;
    color: #666;
}

.pd-widget-position-split figure:first-child {
    margin-bottom: 1em;
}

.pd-widget-size-small.pd-widget-position-full,
.pd-widget-size-small.pd-widget-position-split {
    max-width: 90%;
}

@media screen and (min-width: 600px) {
    .pd-widget-position-left figure,
    .pd-widget-position-split figure:first-child {
        float: left;
        width: 48%;
        margin: 0 2% 1em 0;
    }

    .pd-widget-position-right figure,
    .pd-widget-position-split figure:last-child {
        float: right;
        width: 48%;
        margin: 0 0 1em 2%;
    }

    .pd-widget-size-small.pd-widget-position-left figure,
    .pd-widget-size-small.pd-widget-position-right figure {
        width: 32%;
    }

    .pd-widget-position-split  {
        margin-bottom: 0;
    }

    .pd-widget-position-split:before,
    .pd-widget-position-split:after {
        content: "";
        display: table;
        clear: both;
    }

    .pd-widget-position-split.resized .pd-figure-outer-wrap {
        position: relative;
        height: 0;
        width: 100%;
        padding-bottom: 75%;
        overflow: hidden;
    }

    .pd-widget-position-split.resized .pd-figure-inner-wrap {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .pd-widget-position-split.resized .pd-figure-inner-wrap img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: 50% 0;
    }
}

@media screen and (max-width: 599px) {
    /* to negate padding added in cph.unified.js */
    .pd-widget-position-split.resized .pd-figure-outer-wrap {
        padding-bottom: 0 !important;
    }
}
/*******************************************************/
/** END INLINE IMAGE STYLES (IMAGE BY NAME) ************/
/** DO NOT MAKE PAGE-SPECIFIC CHANGES WITHIN THIS BLOCK /
/*******************************************************/

/*******************************************************/
/** START SWIPER GALLERY STYLES (INLINE GALLERY) *******/
/** DO NOT MAKE PAGE-SPECIFIC CHANGES WITHIN THIS BLOCK /
/*******************************************************/
.swiper-gallery {
    display: block;
    margin: 0 auto 1em;
}

.swiper-container {
    box-sizing: content-box;
    height: 400px;
    width: 100%;
    background-color: #111;
}

.is-single-slide .swiper-container {
    height: auto !important;
    max-height: 600px;
}

.swiper-container .swiper-pagination,
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    display: none;
}

.swiper-container .swiper-slide {
    box-sizing: content-box;
    background: none;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    width: 47px;
    height: 64px;
    margin-top: -32px;
    background-color: rgba(0, 0, 0, .1);
}

.swiper-container .swiper-button-prev:hover,
.swiper-container .swiper-button-next:hover {
    transition: background-color 180ms;
    background-color: rgba(0, 0, 0, .25);
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.swiper-wrapper {
    height: auto !important;
}

.cph-gallery-container {
    box-sizing: content-box;
    position: relative;
    height: 400px;
    line-height: 396px;
    text-align: center;
}

.cph-gallery-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto !important;
    max-height: 100% !important;
    width: auto !important;
    max-width: 100% !important;
    margin: auto;
}

.is-single-slide .cph-gallery-container {
    height: auto !important;
    line-height: 1 !important;
    max-height: 600px;
}

.is-single-slide .cph-gallery-container img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.cph-gallery-captions {
    position: relative;
}

.cph-gallery-caption {
    display: none;
    padding: .5em .65em;
    border-bottom: 1px solid #555;
    background-color: rgba(0, 0, 0, .05);
    line-height: 1.4em;
    font-size: 14px;
    color: #333;
}

.cph-gallery-slide-count {
    text-transform: uppercase;
    font-weight: bold;
}

.is-single-slide .cph-gallery-slide-count {
    display: none;
}

.cph-gallery-caption a {
    text-decoration: underline;
}

.cph-gallery-caption p {
    margin: 0 0 .65em 0 !important;
    padding: 0 !important;
}

.cph-gallery-caption > :last-child {
    margin-bottom: 0;
}

/*******************************************************/
/** END SWIPER GALLERY STYLES (INLINE GALLERY) *********/
/** DO NOT MAKE PAGE-SPECIFIC CHANGES WITHIN THIS BLOCK /
/*******************************************************/




/*** START: DISQUS LOGIN STYLES ***/
#disqus_account, #disqus_account p {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3em;
    margin: 0 0 1em;
    padding: 1px 0 30px;
    color: #ffffff;
    font-weight: 400;
}

#disqus_account p {
    margin: 10px 0 20px 0;
    padding: 0;
}

#disqus_account .input-label {
    color: #001e37;
    cursor: default;
    left: 25px;
    position: absolute;
    top: 15px;
}

#disqus_account label, #disqus_account .label {
    color: #546673;
    display: block;
    margin-bottom: 5px;
}

#disqus_account label, #disqus_account input, #disqus_account button, #disqus_account select, #disqus_account textarea {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
}

#disqus_account select, #disqus_account textarea, #disqus_account input[type="email"] {
    background: white none repeat scroll 0 0;
    color: #546673;
    display: inline-block;
    font-size: 16px;
    height: 44.2px;
    line-height: 26px;
    margin-bottom: 20px;
    padding: 4px 6px;
}

#disqus_account input {
    background-color: rgba(22, 75, 120, 0.1) !important;
    border: 1px solid rgba(28, 92, 146, 0.3) !important;
    border-radius: 3px;
    box-shadow: none;
    display: block !important;
    margin: 0 auto !important;
}

#disqus_account input {
    box-sizing: border-box;
    width: 100%;
}

#disqus_account .input-group input {
    color: #ffffff;
    padding-left: 90px !important;
}

#disqus_account .submit {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: none;
    color: #2e9fff;
    font-weight: 600;
    margin: 0 !important;
    padding: 8px 12px;
    position: relative;
    transition: all 250ms ease-in-out 0s;
    width: 100%;
}

#disqus_account .button, #disqus_account a.button {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
}

#disqus_account fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
/*** START: DISQUS LOGIN STYLES ***/