/***************************
**  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;
}

#incentive-war-wrapper {
    background-color: #21A3D8;
    font-family: 'Roboto', Arial, sans-serif;
}

#incentive-war-wrapper .content-wrap {
    max-width: 980px;
    margin: 0 auto;
}

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

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

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

#incentive-war-wrapper article.story:first-of-type {
    padding-top: 100px
}

#incentive-war-wrapper h2.story-title {
    font-family: 'Roboto Condensed', 'Roboto', Arial, sans-serif;
    font-weight: 600;
    font-size: 55px;
    line-height: 55px;
    text-transform: uppercase;
    padding-top: 10px;
}

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

#incentive-war-wrapper h2.story-title a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #d4d4d4;
}

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

.feature-header-img.desktop {
    max-width: 800px;
    margin: 0 auto;
}

.feature-header-img.responsive {
    display: none;
}

.feature-header {
    background-color: #FB4C6F;
    color: #fff;
    border-bottom: 2px solid #000;
    padding: 30px 0 0;
    height: 580px;
}

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

.feature-header h2 {
    font-family: 'Noto Serif SC', serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 76px;
    padding: 20px 0 50px;
}

.feature-stories {
    padding: 200px 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: 1px dashed #e2e2e2;
    height: 5px;
    width: 90%;
    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-header {
    background-color: #FB4C6F;
    color: #fff;
    border-bottom: 2px solid #000;
    padding: 30px 0 0;
    height: 288px;
}

.feature-story-header.responsive {
    display: none;
}

.feature-story-header .classification-title {
    vertical-align: top;
}

.feature-story-header h2 {
    font-family: 'Noto Serif SC', serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 70px;
}

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

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

.feature-story-title {
    background-color: #21A3D8;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 40px;
}

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

.feature-story-content {
    background-color: #fff;
    padding: 20px 0;
    font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
}

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

.feature-story-content a {
    color: #21A3D8;
}

.feature-story-content section.image {
    font-style: italic;
    font-size: 12px;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
    background: #f7f7f7;
    padding: 10px;
    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 img {
    width: 100%;
}

.noPadding {
    padding: 0;
}

/** Related Stories **/
.related-stories{
    padding-bottom: 50px;
    background-color: #fff;
}
.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: 'Roboto Condensed', 'Roboto', Arial, sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    padding-top: 10px;
}
.related-stories  h2.title a {
    color: #333;
    transition: .5s all ease-in-out;
}
.related-stories  h2.title a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}


/*****
 Main feature mediq query
 *****/
@media only screen and (max-width : 1090px) {
    .feature-header-img.desktop {
        display: none;
    }

    .feature-header {
        height: unset;
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .feature-header-img.responsive {
        display: block;
        border: none;
    }

    .feature-header-img.responsive img {
        vertical-align: bottom;
    }

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

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

/*****
 Article section media query
 *****/
@media only screen and (max-width : 1015px) {

    .feature-story-header.desktop {
        display: none;
    }

    .feature-story-header.responsive {
        display: block;
        height: unset;
        border: none;
        /* padding-bottom: 20px; */
    }

    .feature-story-header h2 {
        padding: 20px 0 30px;
    }

    .feature-story-title {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .feature-story-title p {
        font-size: 20px;
    }
}

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

    .feature-header h2,
    .feature-story-header h2 {
        font-size: 50px;
        line-height: 60px
    }

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

    .feature-header h2 {
        padding-bottom: 20px;
    }

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

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

    #incentive-war-wrapper article.story:first-of-type {
        padding-top: 50px;
    }
}

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

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

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

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

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