/***************************
**  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: #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: #000;
    padding: 40px 0;
    font-size: 25px;
}

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

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

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

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

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

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

.feature-header {
    background: #ecf4f6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ecf4f6 0%, #cfe3ec 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ecf4f6 0%, #cfe3ec 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ecf4f6 0%, #cfe3ec 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf4f6', endColorstr='#cfe3ec', GradientType=0);
    /* IE6-9 */
    color: #000;
    padding: 30px 0 0;
}

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

.feature-header-img img {
    border-top: 5px solid #589bb7;
    border-bottom: 5px solid #589bb7;
}

.feature-header-img img.top {
    position: absolute;
    left: 0;
    top: 0;
    animation-name: crossFade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
}

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

.feature-header h2 {
    font-family: 'Josefin Slab', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 76px;
    padding: 20px 0 30px;
}

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

.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: 1px dashed #579bb7;
    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 *
***************************/
.article-feature-header-img {
    background-image: url('https://cdn.bisnow.net/content/feature/widett-circle/widett_circle_boston-01.jpg');
    background-repeat: no-repeat;
    background-position: 0 45%;
    background-size: cover;
    width: 100%;
    height: 250px;
    border-top: 5px solid #589bb7;
    border-bottom: 5px solid #589bb7;
}

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

.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%;
    float: left;
    margin: 0 auto;
    margin-right: 20px;
    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;
}
.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: 'Josefin Slab', sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    padding-top: 10px;
}
.related-stories  h2.title a {
    color: #000;
    transition: .5s all ease-in-out;
}
.related-stories  h2.title a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #555;
}


@media only screen and (max-width : 1090px) {
    .feature-stories {
        padding: 50px 0 30px 0;
    }

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

@media only screen and (max-width : 1015px) {
    .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) {
    .article-feature-header-img {
        height: 175px;
        background-position: center;
    }

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

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

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

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

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

    #featured-series-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;
    }

    #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;
    }
}

/* crossFade animation for header */
@keyframes crossFade {
    0% {
        opacity: 1;
    }

    35% {
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
