/***************************
**  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: 'Roboto Condensed', 'Roboto', Arial, sans-serif;
    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: 'Roboto Condensed', 'Roboto', Arial, sans-serif;
    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;
    max-width: 100%;
    margin: 0 auto;
    margin-right: 20px;
    padding: 0;
    box-sizing: border-box;
    float: left;
    max-width: 100%;
}
@media (max-width: 768px) {
    .feature-story-content section.image {
        float: none;
        width: 100%;
        margin-right: auto;
    }
}

.feature-story-content section.image img {
    width: 100%;
}
.feature-story-content section.image .image_credit_link {
    line-height: 14px;
    margin-bottom: 3px;
}
.feature-story-content section.image .image_cutline {
    line-height: 14px;
}

.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: 'Roboto Condensed', 'Roboto', Arial, sans-serif;
    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%;
    }
}

/* Boston Opportunity Zones */
.boston-opportunity-zone .feature-header {
    background-color: #f58d49;
}
.boston-opportunity-zone .feature-header h2,
#featured-series-wrapper.boston-opportunity-zone h2.story-title {
    font-family: 'Squada One', cursive;
}
.boston-opportunity-zone .feature-header h2 {
    width: 100%;
}
.boston-opportunity-zone .feature-header-img,
.boston-opportunity-zone .feature-stories,
.boston-opportunity-zone .feature-story-content {
    background-color: #363f5b;
}
/* END Boston Opportunity Zones */

/* Property Tax Outlook */
.property-tax-outlook .feature-header {
    background-color: #506186;
    padding: 0;
    margin: 0;
}
.property-tax-outlook .feature-header h2,
#featured-series-wrapper.property-tax-outlook h2.story-title {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 48px;
    line-height: 52px;
}
.property-tax-outlook .feature-header h2 {
    font-weight: 900;
    width: 100%;
    font-size: 75px;
    line-height: 75px;
}
#featured-series-wrapper.property-tax-outlook h2.story-title a {
    font-weight: 900;
}
#featured-series-wrapper.property-tax-outlook h2.story-title a:hover {
    color: #f58d49;
}
.property-tax-outlook .feature-header-img,
.property-tax-outlook .feature-stories,
.property-tax-outlook .feature-story-content {
    background-color: #202D42;
}
.property-tax-outlook .feature-story-content a,
.property-tax-outlook .feature-story-content a:hover {
    color: #f58d49;
}
/* END Property Tax Outlook */


/**************************************
** Feature Specific Fonts and Colors **
**************************************/

/* LA TRANSIT DEVELOPMENT */
#featured-series-wrapper.la-transit{
    background-color: #404A8E;
}
#featured-series-wrapper.la-transit h2.story-title{
    font-family: 'Alfa Slab One', sans-serif;
}
#featured-series-wrapper.la-transit h2.story-title a:hover {
    color: #f5bf66;
}
.la-transit .feature-header{
    background-color: #306CA7;
}
.la-transit .feature-header h2{
    font-family: 'Alfa Slab One', sans-serif;
}
.la-transit .feature-story-content a{
    color: #f5bf66;
}
.la-transit .related-stories article.related-story h2.title{
    font-family: 'Alfa Slab One', sans-serif;
}
.la-transit .related-stories  h2.title a:hover {
    color: #f5bf66;
}
/* END LA TRANSIT DEVELOPMENT */

/* SILVER LINE PHASE TWO */
#featured-series-wrapper.silver-line{
    background-color: #A4726C;
}
#featured-series-wrapper.silver-line h2.story-title{
    font-family: 'Volkhov', sans-serif;
}
#featured-series-wrapper.silver-line h2.story-title a:hover {
    color: #f7c378;
}
.silver-line .feature-header{
    background-color: #ADBBDB;
}
.silver-line .feature-header h2{
    font-family: 'Volkhov', sans-serif;
}
.silver-line .feature-story-content a{
    color: #f7c378;
}
.silver-line .related-stories article.related-story h2.title{
    font-family: 'Volkhov', sans-serif;
}
.silver-line .related-stories  h2.title a:hover {
    color: #f7c378;
}
@media only screen and (max-width : 960px) {
    .silver-line .feature-header h2 {
        width: 50%;
    }
}
@media only screen and (max-width : 675px) {
    .silver-line .feature-header h2 {
        width: 70%;
    }
}
/* END SILVER LINE PHASE TWO */

/* LONDON PLACEMAKING */
#featured-series-wrapper.london-placemaking{
    background-color: #0A568C;
}
#featured-series-wrapper.london-placemaking h2.story-title{
    font-family: 'EB Garamond', sans-serif;
    font-weight: 800;
}
#featured-series-wrapper.london-placemaking h2.story-title a:hover {
    color: #e0b249;
}
.london-placemaking .feature-header{
    background-color: #C5EAF9;
}
.london-placemaking .feature-header h2{
    font-family: 'EB Garamond', sans-serif;
    color: #0A568C;
    font-weight: 800;
}
.london-placemaking .feature-header h2 a{
    color: #0A568C;
}
#featured-series-wrapper.london-placemaking .featured-tag{
    color: #0A568C
}
#featured-series-wrapper.london-placemaking .related-stories .featured-tag{
    color: #ffffff
}
.london-placemaking .feature-story-content a{
    color: #e0b249;
}
.london-placemaking .related-stories article.related-story h2.title{
    font-family: 'EB Garamond', sans-serif;
}
.london-placemaking .related-stories  h2.title a:hover {
    color: #e0b249;
}
/* END LONDON PLACEMAKING */


/* NEW YORK EQUITY RISING */

#featured-series-wrapper.new-york-equity-raising{
    background-color: #5E3849;
}
#featured-series-wrapper.new-york-equity-raising h2.story-title{
    font-family: 'Merriweather', sans-serif;
    color: #FFF;
}
#featured-series-wrapper.new-york-equity-raising h2.story-title a:hover {
    color: #c9ae40;
}
.new-york-equity-raising .feature-header{
    background-color: #D0E7F4;
}
.new-york-equity-raising .feature-header h2{
    font-family: 'Merriweather', sans-serif;
    color: #5E3849;
    width: 80%;
}
.new-york-equity-raising .feature-header h2 a{
    color: #5E3849;
}
#featured-series-wrapper.new-york-equity-raising .featured-tag{
    color: #5E3849;
}
#featured-series-wrapper.new-york-equity-raising .related-stories .featured-tag{
    color: #ffffff
}
.new-york-equity-raising .feature-story-content a{
    color: #c9ae40;
}
.new-york-equity-raising .related-stories article.related-story h2.title{
    font-family: 'Merriweather', sans-serif;
    color: #FFF;
}
.new-york-equity-raising .related-stories  h2.title a:hover {
    color: #c9ae40;
}
.new-york-equity-raising .feature-stories article.story p {
    font-family: 'Merriweather', sans-serif;
}
.new-york-equity-raising .presented-by img {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    height: auto;
}
.new-york-equity-raising #feature_inline_leaderboard {
    max-width: 100%;
    overflow: hidden;
}
@media only screen and (max-width : 1090px) {
    .new-york-equity-raising .feature-header h2 {
        width: 65%;
    }
}
@media only screen and (max-width : 971px) {
    .new-york-equity-raising .feature-header h2 {
        width: 70%;
    }
}
@media only screen and (max-width : 960px) {
    .new-york-equity-raising .feature-header h2 {
        width: 50%;
    }
}
@media only screen and (max-width : 905px) {
    .new-york-equity-raising .feature-header h2 {
        width: 55%;
    }
}
@media only screen and (max-width : 825px) {
    .new-york-equity-raising .feature-header h2 {
        width: 60%;
    }
}
@media only screen and (max-width : 761px) {
    .new-york-equity-raising .feature-header h2 {
        width: 65%;
    }
}
@media only screen and (max-width : 706px) {
    .new-york-equity-raising .feature-header h2 {
        width: 70%;
    }
}
@media only screen and (max-width : 659px) {
    .new-york-equity-raising .feature-header h2 {
        width: 75%;
    }
}
@media only screen and (max-width : 619px) {
    .new-york-equity-raising .feature-header h2 {
        width: 80%;
    }
}
@media only screen and (max-width : 600px) {
    .new-york-equity-raising .feature-header h2 {
        width: 70%;
    }
}
/* END NEW YORK EQUITY RISING */

/* ATL Suburbs */
#featured-series-wrapper.atlanta-suburbs{
    background-color: #EF6A00;
}
#featured-series-wrapper.atlanta-suburbs h2.story-title{
    font-family: 'Aleo', sans-serif;
    font-weight: 700;
}
#featured-series-wrapper.atlanta-suburbs h2.story-title a:hover {
    color: #fff322;
}
.atlanta-suburbs .feature-header{
    background-color: #F8B964;
}
.atlanta-suburbs .feature-header h2{
    font-family: 'Aleo', sans-serif;
    font-weight: 700;
    width: 100%;
}
.atlanta-suburbs .feature-story-content a{
    color: #fff322;
}
.atlanta-suburbs .related-stories article.related-story h2.title{
    font-family: 'Aleo', sans-serif;
    font-weight: 700;
}
.atlanta-suburbs .related-stories  h2.title a:hover {
    color: #fff322;
}
/* END ATL Suburbs */

/* Mergers DC */
#featured-series-wrapper.mergers-dc{
    background-color: #5E7767;
}
#featured-series-wrapper.mergers-dc h2.story-title{
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
}
#featured-series-wrapper.mergers-dc h2.story-title a:hover {
    color: #e7dac7;
}
.mergers-dc .feature-header{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#97afa0+0,5e7767+100 */
    background: #97afa0; /* Old browsers */
    background: -moz-linear-gradient(top, #97afa0 0%, #5e7767 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #97afa0 0%,#5e7767 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #97afa0 0%,#5e7767 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97afa0', endColorstr='#5e7767',GradientType=0 ); /* IE6-9 */
}
.mergers-dc .feature-header h2{
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    width: 100%;
}
.mergers-dc .feature-story-content a{
    color: #e7dac7;
}
.mergers-dc .related-stories article.related-story h2.title{
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
}
.mergers-dc .related-stories  h2.title a:hover {
    color: #e7dac7;
}
/* END Mergers DC */

/* Boston Tackling */
#featured-series-wrapper.boston-tackling{
    background-color: #202D42;
}
#featured-series-wrapper.boston-tackling h2.story-title{
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}
#featured-series-wrapper.boston-tackling h2.story-title a:hover {
    color: #e5a165;
}
.boston-tackling .feature-header{
    background-color: #506186;
}
.boston-tackling .feature-header h2{
    font-family: 'Playfair Display', serif;
    font-size: 75px;
    line-height: 75px;
    font-weight: 900;
    width: 100%;
}
.boston-tackling .feature-story-content a{
    color: #e5a165;
}
.boston-tackling .related-stories article.related-story h2.title{
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}
.boston-tackling .related-stories  h2.title a:hover {
    color: #e5a165;
}
@media only screen and (max-width : 1090px) {
    .boston-tackling .feature-header h2 {
        font-size: 60px;
        line-height: 60px;
    }
}
@media only screen and (max-width : 960px) {
    .boston-tackling .feature-header h2 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media only screen and (max-width : 600px) {
    .boston-tackling .feature-header h2 {
        font-size: 30px;
        line-height: 35px;
    }
}
/* END Boston Tackling */

/* Denver Opportunity Zones */
#featured-series-wrapper.denver-zones{
    background-color: #333;
}
#featured-series-wrapper.denver-zones h2.story-title{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}
#featured-series-wrapper.denver-zones h2.story-title a:hover {
    color: #f3e902;
}
.denver-zones .feature-header{
    background-color: #333;
}
.denver-zones .feature-header h2{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    width: 100%;
}
.denver-zones .feature-story-content a{
    color: #f3e902;
}
.denver-zones .related-stories article.related-story h2.title{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}
.denver-zones .related-stories  h2.title a:hover {
    color: #f3e902;
}
/* END Denver Opportunity Zones */

/* END Boston Tackling */

/* London Connectivity */
#featured-series-wrapper.london-connectivity{
    background-color: #ebf3ff;
    color: #333;
}
#featured-series-wrapper.london-connectivity h2.story-title{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
#featured-series-wrapper.london-connectivity h2.story-title a{
    color: #333;
}
#featured-series-wrapper.london-connectivity h2.story-title a:hover {
    color: #739eff;
}
#featured-series-wrapper.london-connectivity .presented-by {
    padding: 10px 0 30px 0;
}
#featured-series-wrapper.london-connectivity .presented-by img {
    max-width: 400px;
}
.london-connectivity .feature-story-content p, .london-connectivity .feature-stories article.story p {
    color: #333;
}
.london-connectivity .feature-header{
    background-color: #739eff;
}
.london-connectivity .presented-by-text{
    display: block;
    color: #3a7db1;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
.london-connectivity .feature-header h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    width: 100%;
}
.london-connectivity .feature-story-content a{
    color: #739eff;
}
.london-connectivity .related-stories h2.title a {
    color: #333;
}
.london-connectivity .related-stories article.related-story h2.title{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.london-connectivity .related-stories  h2.title a:hover {
    color: #739eff;
}
.london-connectivity .dotted-hr {
    border-top-color: #b6d0ff;
}
/* END London Connectivity */

/* London Connectivity */
#featured-series-wrapper.uk-remote-vs-house{
    background-color: #ebf3ff;
    color: #333;
}
#featured-series-wrapper.uk-remote-vs-house h2.story-title{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
#featured-series-wrapper.uk-remote-vs-house h2.story-title a{
    color: #333;
}
#featured-series-wrapper.uk-remote-vs-house h2.story-title a:hover {
    color: #739eff;
}
#featured-series-wrapper.uk-remote-vs-house .presented-by {
    padding: 10px 0 30px 0;
}
#featured-series-wrapper.uk-remote-vs-house .presented-by img {
    max-width: 400px;
}
.uk-remote-vs-house .feature-story-content p, .uk-remote-vs-house .feature-stories article.story p {
    color: #333;
}
.uk-remote-vs-house .feature-header{
    background-color: #739eff;
}
.uk-remote-vs-house .presented-by-text{
    display: block;
    color: #3a7db1;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
.uk-remote-vs-house .feature-header h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    width: 100%;
}
.uk-remote-vs-house .feature-story-content a{
    color: #739eff;
}
.uk-remote-vs-house .related-stories h2.title a {
    color: #333;
}
.uk-remote-vs-house .related-stories article.related-story h2.title{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.uk-remote-vs-house .related-stories  h2.title a:hover {
    color: #739eff;
}
.uk-remote-vs-house .dotted-hr {
    border-top-color: #b6d0ff;
}
/* END London Connectivity */

.washington-dc-neighborhood-guide .feature-header {
    background: #5677c4;
}
.washington-dc-neighborhood-guide .feature-header h2 {
    width: 100%;
    font-size: 65px;
    line-height: 65px;
    padding: 5px;
    font-family: 'Merriweather', serif;
}
.washington-dc-neighborhood-guide .feature-header-img,
.washington-dc-neighborhood-guide .feature-stories {
    background: #3056a1;
}
.washington-dc-neighborhood-guide .feature-stories {
    padding-top: 0;
}
#featured-series-wrapper .presented-by {
    padding: 20px 0;
}
.washington-dc-neighborhood-guide .presented-by img {
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.washington-dc-neighborhood-guide .story {
    padding: 15px 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 200;
    text-align: center;
}
.washington-dc-neighborhood-guide .story h2 a {
    font-size: 45px;
    line-height: 45px;
    color: #ffffff;
    font-family: 'Merriweather', serif;
}
#featured-series-wrapper.washington-dc-neighborhood-guide article.story {
    padding: 15px 0;
}

@media (max-width: 768px) {
    .washington-dc-neighborhood-guide .feature-header h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .washington-dc-neighborhood-guide .story {
        font-size: 14px;
    }
    .washington-dc-neighborhood-guide .story h2 a {
        font-size: 28px;
        line-height: 28px;
    }
}