/***************************
**  Global Featured Styles *
***************************/
#header .innerWrap {
    background-color: #4A4A4A;
}

#header .in .rightMenu ul li>a.signUp {
    background: #4A4A4A;
}

#header .in nav ul li:hover>a,
#header .in .rightMenu ul li:hover>a.signUp {
    background-color: #2d2d2d;
}

#featured-series-wrapper {
    background-color: #202B35;
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
}

#featured-series-wrapper .content-wrap {
    max-width: 1080px;
    margin: 0 auto;
}

#featured-series-wrapper .txt-lighter {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: lighter;
}

#featured-series-wrapper .presented-by {
    text-align: center;
    color: #fff;
    padding: 40px 0;
    font-size: 25px;
}

#featured-series-wrapper article.story {
    color: #fff;
    padding: 30px 0;
}

#featured-series-wrapper article.story:first-of-type {
    padding-top: 50px
}

#featured-series-wrapper h2.story-title {
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 55px;
    text-transform: uppercase;
    padding-top: 10px;
}

#featured-series-wrapper h2.story-title a {
    color: #fff;
    transition: .5s all ease-in-out;
}

#featured-series-wrapper h2.story-title a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #42d282;
}

/***************************
**  Featured Section Styles
***************************/

.feature-header {
    color: #fff;
    padding: 30px 0 0;
}

.feature-header-img {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.feature-header-img img{
    width: 100%;
}

#featured-series-wrapper .featured-tag {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', 'Roboto', Arial, sans-serif;
    font-weight: 900;
}

.feature-header h2 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 90px;
    line-height: 86px;
    padding: 20px 0 30px;
    width: 65%;
}

.feature-header h2 a {
    color: #fff;
}

.feature-header h2 a:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.feature-stories {
    padding: 50px 0 30px 0;
}

.feature-stories article.story p {
    font-family: 'Roboto Condensed', 'Roboto', Arial, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
}

.feature-stories article.story p span.story-author {
    font-weight: 300;
}

.dotted-hr {
    border-top: 2px dashed #fff;
    height: 5px;
    width: 80%;
    margin: 30px auto;
}

.feature-ad-placement {
    height: 90px;
    background: #efefef;
    color: #ccc;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 25px;

}

/***************************
**  Article Section Styles *
***************************/
.feature-story-content {
    padding: 20px 0;
    font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
}

.feature-story-content p {
    margin: 25px 0;
    color: #fff;
    line-height: 25px;
}

.feature-story-content a {
    color: #42d282;
}

.feature-story-content section.image {
    font-style: italic;
    font-size: 12px;
    width: 500px;
    float: left;
    max-width: 100%;
    margin: 0 auto;
    margin-right: 20px;
    padding: 0;
    background:rgba(255,255,255,.1);
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .feature-story-content section.image {
        float: none;
        width: 100%;
        margin-right: auto;
    }
}

.feature-story-content section.image .image_credit_link,
.feature-story-content section.image .image_cutline {
    padding: 0 10px;
}

.feature-story-content section.image img {
    width: 100%;
}

.noPadding {
    padding: 0;
}

/** Related Stories **/
.related-stories{
    padding-bottom: 50px;
}
.related-stories .featured-tag{
    font-size: 25px;
    font-weight: 900;
}
.related-stories article.related-story{
    padding: 35px 0 0;
}
.related-stories article.related-story h2.title{
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    padding-top: 10px;
}
.related-stories  h2.title a {
    color: #fff;
    transition: .5s all ease-in-out;
}
.related-stories  h2.title a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #42d282;
}


@media only screen and (max-width : 1090px) {

    .feature-header h2 {
        font-size: 70px;
        line-height: 60px;
        padding-bottom: 20px;
        width: 60%;
    }

    .feature-stories {
        padding: 50px 0 30px 0;
    }

    .content-wrap {
        padding: 0 15px;
    }
}

@media only screen and (max-width : 960px) {

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

    .feature-header h2 {
        font-size: 50px;
        line-height: 60px;
        padding-bottom: 20px;
    }

    #featured-series-wrapper h2.story-title {
        font-size: 35px;
        line-height: 40px;
        padding-top: 5px;
    }

    .feature-stories {
        padding: 0 0 50px;
    }
}

@media only screen and (max-width : 600px) {

    .feature-header h2 {
        font-size: 40px;
        line-height: 45px;
    }

    #featured-series-wrapper h2.story-title {
        font-size: 28px;
        line-height: 32px;
        padding-top: 5px;
    }

    .feature-stories article.story p {
        font-size: 15px;
        line-height: 15px;
    }
}

@media only screen and (max-width : 480px) {

    .feature-header h2 {
        width: 100%;
    }
}
