.special-execution-wrapper .mood-meter-wrapper h6 {
    font-weight: initial;
    letter-spacing: initial;
}

hr.half-margin {
    clear: none;
}

.special-execution-wrapper top-img bg-img {
    padding-bottom: 67%;
}

.spec-exec-headline {
    font-weight: 300px!important;
    font-weight: 300 !important;
    text-transform: uppercase;
}

@media screen and (min-width: 992px) {
    top-img .special-execution-wrapper {
        background-color: rgba(0, 0, 0, 0.30);
        padding: 15px;
    }
    
    text-container.center {
        bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50%;
        width: 50%;
        margin: auto;
        display: table;
    }

    .spec-exec-headline,
    .spec-exec-subhead,
    .spec-exec-byline {
        /*text-shadow: 0 1px 1px rgba(0,0,0,.7),0 4px 4px rgba(0,0,0,.5)!important;*/
    }

    text-container.center {
        bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50%;
        width: 50%;
        margin: auto;
        display: table;
    }

}

@media screen and (max-width: 1199px) {
    .special-execution-wrapper .blob-right {
        margin: 10px -170px 16px 16px!important;
    }
}

bg-image.center-image {
    background-position: center !important;
    background-color: #000 !important;
}

@media screen and (min-width: 768px) {
    bg-image.center-image {
        -webkit-background-size: contain!important;
        -moz-background-size: contain!important;
        -o-background-size: contain!important;
        background-size: contain !important;

    }
}

@media screen and (min-width: 1200px) {
    .spec-exec-headline {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 998px) {
    top-img {
        margin-top:50px;
    }
}

@media screen and (max-width: 991px) {
    blockquote {
        max-width: 85%;
    }
}

@media screen and (max-width: 768px) {
    blockquote {
        max-width: 66%;
        margin: 0 !important;
    }

    .linkback-container text-container > p {
        margin: 10px 15px;
    }

    .linkback-container text-container > h1 {
        text-align: center;
    }
}

/* PHVOTE Component CSS */

.choose-cont {
    padding: 0 5%;
    margin: 15px 0;
}

.choose-icon {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}

.choose-desc {
    display: table-cell;
    width: 75%;
    vertical-align: middle;
    padding-right: 10px;
}

.choose-img {
    width: 100%;
}

.choose-title {
    margin: 0 0 10px 0;
    color: #fff;
    text-transform: uppercase;
}
/*.choose-desc label { color: #fff !important; }*/
@media(max-width: 768px) {
    .choose-icon {
        width: 20%;
    }
    .choose-desc {
        width: 80%;
    }
}

/* next story container */

.next-story-container .thumbnail-wrap {
    position: relative;
    box-shadow: 0 1px 5px #333;
    transition: 0.3s all linear;
    overflow: hidden;
}

.next-story-container .thumbnail-wrap:after {
    content: " ";
    background-color: #000;
    position: absolute;
    /* height: 100%; */
    /* width: 300px; */
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: 0.3s opacity linear;
}

.next-story-container .thumbnail-wrap img {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .next-story-container .thumbnail-wrap img {
        width: 103%;
        max-width: none;
    }
}

.next-story-container .thumbnail-wrap p {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 3px #4c4c4c;
    z-index: 1;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.next-story-container .thumbnail-wrap p.over-top {
    top: -25px;
    left: -5px;
    text-align: left;
}

.next-story-container .thumbnail-wrap:hover {
    box-shadow: 0 1px 5px #000;
}

.next-story-container .thumbnail-wrap:hover:after {
    opacity: 0.2;
}

@media screen and (max-width: 768px) {
    .next-story-container .thumbnail-wrap {
        margin-bottom: 15px;
    }
}

text-container .spec-exec-byline {
    font-size: 18px;
}
