/**
 * @file
 * Customizations to timeline.
 */

html{
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.timeline-statement-left-edge {
    position: relative;
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    padding: 75px 50px 50px 70px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    -webkit-transform: translate(0px, -75px);
    -ms-transform: translate(0px, -75px);
    transform: translate(0px, -75px);
}

.timeline-statement-left-edge.background-image-reverse {
    padding-right: 0px;
    padding-bottom: 200px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/ghp-wattermark-20.svg');
    background-position: 0px 50%;
    background-size: 550px;
    background-repeat: no-repeat;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.text-timeline-hero-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 50px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.text-timeline-hero-container.reversed {
    max-width: 600px;
    padding-right: 0px;
    padding-left: 50px;
}

.timeline-decade-hero {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 600px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 59.2%, 0.25)), to(hsla(0, 0%, 59.2%, 0.25))), url('https://www.houston.org/themes/custom/ghphouston/src/components/images/example-bg.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 59.2%, 0.25), hsla(0, 0%, 59.2%, 0.25)), url('https://www.houston.org/themes/custom/ghphouston/src/components/images/example-bg.png');
    background-position: 0px 0px, 50% 50%;
    background-size: cover;
    background-repeat: repeat, no-repeat;
}

.timeline-decade-hero.reversed-hcarrot {
    background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/ghpcarrot-r.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(2, 58, 90, 0.5)), to(rgba(2, 58, 90, 0.5))), url('https://www.houston.org/themes/custom/ghphouston/src/components/images/example-bg.png');
    background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/ghpcarrot-r.svg'), linear-gradient(180deg, rgba(2, 58, 90, 0.5), rgba(2, 58, 90, 0.5)), url('https://www.houston.org/themes/custom/ghphouston/src/components/images/example-bg.png');
    background-position: 100% 100%, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: no-repeat, repeat, repeat;
}

.timeline-decade-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 0px none #979797;
}

.timeline-decade-container.left-edge {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.timeline-decade-container.center-hero {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.decade-timeline-scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 600px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

.decade-timeline-img {
    width: 50%;
    height: 100%;
    background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/example-bg.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.timeline-decade-facts-container {
    overflow: scroll;
    width: 50%;
    height: 100%;
    padding: 26px 5%;
    max-width: 85vh;
    overflow-x: hidden;
}

.decade-timeline-fact {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.text-timeline-year {
    margin-bottom: 8px;
    font-family: Proximanova, sans-serif;
    color: #324553;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.text-timeline-fact {
    margin-bottom: 6px;
    font-family: Proximanovasoft, sans-serif;
    color: #324553;
    font-size: 16px;
    font-weight: 400;
}

.text-timeline-fact a{
    font-family: Proximanova, sans-serif;
    color: #00a0dd;
    font-weight: 700;
    text-decoration: none;
}

.text-timline-link {
    font-family: Proximanova, sans-serif;
    color: #00a0dd;
    font-weight: 700;
    text-decoration: none;
}

.timeline-statement-right-edge {
    position: relative;
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    padding: 75px 0px 50px 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #fff;
    -webkit-transform: translate(0px, -75px);
    -ms-transform: translate(0px, -75px);
    transform: translate(0px, -75px);
}

.timeline-statement-right-edge.background-image-reverse {
    padding-right: 0px;
    padding-bottom: 200px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/ghp-wattermark-20.svg');
    background-position: 0px 50%;
    background-size: 550px;
    background-repeat: no-repeat;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.decade-timeline-caption-desktop {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.text-caption-label {
    margin-bottom: 8px;
    font-family: effra, sans-serif;
    color: #324553;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-timeline-caption {
    margin-bottom: 6px;
    font-family: Proximanovasoft, sans-serif;
    color: #324553;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

.decade-timeline-caption-mobile {
    display: none;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.timeline-nav-lg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 18%;
    padding-top: 3%;
    padding-bottom: 4%;
    padding-left: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.7)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 20%, transparent);
}

.decade-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Proximanova, sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: none;
}

.decade-container:hover{
    color: #3dc1cc;
}

.decade-container.active-decade {
    color: #3dc1cc;
    font-size: 16px;
}

.decade-bar {
    width: 30px;
    height: 6px;
    margin-right: 15px;
    background-color: #fff;
}

.decade-bar.active-bar {
    width: 60px;
    height: 9px;
    background-color: #3dc1cc;
}

.timeline-nav-sm {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: none;
    width: 14%;
    padding-bottom: 3%;
    padding-left: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.7)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 20%, transparent);
}

.timeline-statement-main-hero {
    position: relative;
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    padding: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    -webkit-transform: translate(0px, -75px);
    -ms-transform: translate(0px, -75px);
    transform: translate(0px, -75px);
    max-width: 1400px;
}

.timeline-statement-main-hero.background-image-reverse {
    padding-right: 0px;
    padding-bottom: 200px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/ghp-wattermark-20.svg');
    background-position: 0px 50%;
    background-size: 550px;
    background-repeat: no-repeat;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.breadcrumbs-wrapper{
    width: 100%!important;
    max-width: none!important;
}

@media (max-width: 991px) {
    .container-for-sections {
        position: static;
        max-width: 800px;
        padding: 40px 30px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .container-for-sections.relative-pos {
        margin-top: 0px;
        padding-top: 0px;
    }
    .container-for-sections.add-background-color {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wrapper-content-standard {
        max-width: 800px;
    }
    .page-links-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 30px;
    }
    .form---newsletter-sign-up {
        width: 100%;
    }
    .page-links-column {
        width: 30%;
        margin-right: 40px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .page-links-column.no-right-margin {
        float: right;
    }
    .fieldlabel---newsletter {
        width: 100%;
        padding-right: 0px;
        float: left;
        text-align: center;
    }
    .form---newsletter-email-input {
        width: 100%;
        margin-top: 7px;
        float: right;
    }
    .button---newseltter-submit {
        right: 0px;
    }
    .wrapper-content-equal-padding {
        max-width: 800px;
    }
    .footer-poetic-logo {
        right: 75px;
        bottom: 0px;
    }
    .footer-poetic-logo.tablet-poet {
        bottom: 162px;
    }
    .main-nav-container {
        max-width: 800px;
    }
    .nav-link-events-button {
        background-color: #00a0dd;
        background-image: none;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .nav-link-events-button:hover {
        background-color: #0076bb;
    }
    .nav-logo {
        top: 0px;
        width: 200px;
    }
    .btn-basic.pink {
        clear: left;
    }
    .btn-text {
        font-size: 20px;
    }
    .btn-arrow.white {
        margin-top: 0px;
        background-image: none;
    }
    .btn-arrow.lg-l-blue {
        margin-top: 2px;
    }
    .h3 {
        width: 100%;
    }
    .h3.left-padding {
        padding-left: 0px;
    }
    .h4-a {
        float: left;
        text-align: left;
    }
    .h4-a.float-right {
        float: none;
        text-align: center;
    }
    .h4-a.light-blue {
        float: none;
    }
    .paragraph.centered {
        text-align: left;
    }
    .home-card-wrapper {
        min-width: 50%;
    }
    .home-card-wrapper.hc3 {
        clear: none;
    }
    .text-homepage-card {
        width: 100%;
    }
    .h-card-btn-container {
        height: 20%;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    .container-no-padding {
        max-width: 800px;
        padding: 0px;
    }
    .container-no-padding.flex {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .h-card-text-container {
        height: 65%;
        margin-top: 20px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .news-card--home {
        width: 100%;
        margin-right: 35px;
        padding-top: 0px;
        border-bottom-style: none;
    }
    .img-h-news-card {
        display: block;
        width: 150px;
        margin-bottom: 10px;
    }
    .img-h-news-card.featured {
        width: 150px;
        height: 150px;
    }
    .h-news-card-text-container {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 0px;
        padding-left: 0px;
        clear: left;
    }
    .news-card-h3 {
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 26px;
    }
    .news-card-h3.homecard {
        overflow: hidden;
        margin-top: 10px;
        font-size: 20px;
        line-height: 26px;
    }
    .text---news-card-tag {
        font-size: 12px;
        line-height: 12px;
        font-weight: 500;
    }
    .card--ft-event-wrap {
        width: 340px;
        margin-top: 0px;
        float: left;
    }
    .h4-ft-event-title.industry-grid {
        margin-top: 5px;
        font-size: 20px;
        line-height: 26px;
    }
    .text---event-tag {
        font-size: 11px;
    }
    .paragr---ft-event-card.industry-grid {
        margin-top: 0px;
        margin-left: 0px;
        padding-left: 0px;
    }
    .event-card-wrapper {
        width: 300px;
        float: right;
        clear: right;
    }
    .wrapper-h-news-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wrapper-h-event-section {
        width: 100%;
        margin-top: 60px;
        clear: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .btn-basic-centered.l-blue {
        display: block;
        max-width: 200px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        clear: none;
    }
    .contact-team-wrapper {
        width: 100%;
        padding: 20px;
    }
    .wrapper-half---homepage {
        padding: 40px;
    }
    .homepage-white-text-container {
        width: 80%;
    }
    .img-home-r1-arrow {
        left: -30px;
        top: 214px;
    }
    .img-home-r2-arrow {
        top: 209px;
        right: -30px;
    }
    .btn-h-card-arrow.white {
        margin-top: 11px;
    }
    .div-block-2 {
        width: 100%;
        float: none;
    }
    .centered-text-container {
        width: 100%;
    }
    .containerhome-header {
        max-width: 800px;
        padding: 100px 40px 15px;
    }
    .home-header-small-copy.w--current {
        padding-right: 25px;
    }
    .header-divider-line {
        display: block;
    }
    .nav-memnership-drop-down-list.w--open {
        height: 320px;
    }
    .nav-wh-dropdown-info-block {
        position: absolute;
        top: 0px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    .container-flex---home {
        max-width: 690px;
        margin-bottom: 0px;
        padding: 0px;
    }
    .row {
        max-width: 750px;
    }
    .btn-arrow-small.pink {
        height: 15px;
        margin-top: 5px;
    }
    .nav-dropdown-info-block-copy {
        position: absolute;
        top: 0px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    .nav-memb-dropdown-info-block {
        position: absolute;
        top: 0px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    .container-equal-padding {
        max-width: 800px;
        padding: 30px;
    }
    .section-standard-header {
        height: 670px;
    }
    .header-photo {
        height: 510px;
    }
    .header-content-container {
        width: 90%;
        padding: 40px;
        -webkit-transform: translate(0px, -20%);
        -ms-transform: translate(0px, -20%);
        transform: translate(0px, -20%);
    }
    .breadcrumbs-wrapper {
        width: 100%;
    }
    .header-paragraph-col1 {
        height: 100%;
    }
    .header-paragraph-col2 {
        height: 100%;
    }
    .news-card-container {
        width: 100%;
        max-width: 750px;
        margin-right: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .news-card-thumbnail-parent {
        width: auto;
        max-width: 100%;
        padding-left: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .news-card-thumbnail-parent.news-card-optimized-for-mobile {
        height: 190px;
    }
    .img---news-thumbnail {
        height: 100%;
    }
    .news-card-content-container {
        padding: 20px;
    }
    .card--news--description {
        line-height: 1.5em;
        font-weight: 300;
    }
    .container-news-section {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .container-event-section {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
        clear: none;
    }
    .need-more-info-section {
        width: 100%;
        max-width: 800px;
    }
    .text---tm-points {
        width: 86%;
    }
    .tm-headshot-parent {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .tm-info-wrapper {
        margin-top: 20px;
        padding-top: 0px;
        float: left;
        clear: left;
    }
    .tm-info {
        float: left;
        clear: none;
    }
    .form---contact-industries-expert {
        top: 60px;
        right: 0px;
        display: block;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 30px;
        float: right;
    }
    .text-area---contact-form {
        max-width: 320px;
        min-height: 100px;
        min-width: 300px;
    }
    .text-area---contact-form.tall {
        height: 120px;
        min-width: 220px;
        margin-top: 15px;
    }
    .btn-contact-form {
        height: 100%;
    }
    .form-btn-warpper {
        width: 55%;
        margin-bottom: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .contact-form-wrapper {
        position: relative;
        top: 6px;
        right: 0px;
        width: 70%;
        margin-top: 29px;
        padding-top: 0px;
        padding-right: 20px;
        padding-left: 15px;
    }
    .contact-form-wrapper.optimized-for-tablet {
        position: static;
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .contact-points {
        margin-top: 10px;
        padding-right: 13px;
        float: left;
    }
    .contact-points.full-width {
        width: 46%;
    }
    .testimonial-slides {
        height: 100%;
        padding-bottom: 50px;
    }
    .slider-controls {
        right: 30px;
        height: 60px;
    }
    .testimonial-paragraph {
        max-width: 750px;
        color: #fafafa;
    }
    .testimonial-attribute-wrapper {
        height: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .btn-text-small {
        font-size: 20px;
    }
    .btn-text-small.industry-grid {
        color: #00a0dd;
    }
    .kei-section-wrapper {
        width: 100%;
        margin-top: 20px;
        float: left;
        clear: left;
    }
    .kei-card-wrapper {
        max-width: 275px;
        margin-right: 5px;
        float: left;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .kei-card-wrapper.purple-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .kei-card-wrapper.purple-wrapper.content-image-kei {
        bottom: -84px;
        width: 75%;
        height: auto;
    }
    .kei-card-wrapper.green-wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .kei-card-wrapper.green-wrapper.last-row {
        margin-right: 0px;
    }
    .kei-card-wrapper.teal-background {
        width: 100%;
    }
    .text---kei-highlight {
        font-size: 44px;
    }
    .text---kei-highlight.sm {
        font-size: 42px;
    }
    .business-climate-wrapper {
        width: 100%;
    }
    .kei-btn-wrapper {
        width: 100%;
        float: left;
    }
    .wh-energy-header-photo {
        height: 510px;
    }
    .wh-biotech-header-photo {
        height: 510px;
    }
    .headquarters-header-photo {
        height: 510px;
    }
    .adv-manufacturing-header-photo {
        height: 510px;
    }
    .innovation-tech-header-photo {
        height: 510px;
    }
    .aerospace-header-photo {
        height: 510px;
    }
    .distribution-header-photo {
        height: 510px;
    }
    .industry-card-wrapper {
        margin-top: 0px;
        margin-right: 5px;
        padding-top: 131px;
        float: left;
    }
    .alt-header-container {
        bottom: -132px;
        padding-top: 30px;
        padding-bottom: 15px;
        padding-left: 0px;
    }
    .container-for-sections-flex {
        position: static;
        max-width: 800px;
        padding: 40px 30px 30px;
    }
    .industries-wrapper {
        width: 50%;
        padding: 10px;
    }
    .industries-wrapper.intro {
        width: 50%;
    }
    .h4-a-fixed-height {
        margin-top: 0px;
        margin-bottom: 10px;
        float: left;
        text-align: left;
    }
    .base-card-wrapper {
        width: 50%;
        padding-left: 10px;
    }
    .alt-header-no-img {
        height: 350px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
        background-image: linear-gradient(180deg, #eee, #eee);
    }
    .breadcrumbs-background-color {
        padding-left: 30px;
    }
    .h3-indus-toolkit {
        width: 100%;
    }
    .toolkit-wrapper {
        width: 100%;
        margin-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .contact-sidebar-wrapper {
        width: 100%;
        margin-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .container-no-padding-flex {
        position: static;
        max-width: 800px;
        padding: 40px 30px 30px;
    }
    .text---res-points {
        width: 86%;
    }
    .res-contact-info {
        width: 50%;
        float: left;
        clear: left;
    }
    .form---contact-res-expert {
        top: 60px;
        right: 0px;
        display: block;
        width: 50%;
        height: 100%;
        margin-top: 45px;
        margin-right: auto;
        margin-left: auto;
        padding: 30px;
        float: left;
        clear: left;
        border: 1px solid #bfccd4;
    }
    .form-btn-small {
        width: 59%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .h3--regions {
        width: 100%;
    }
    .h5-a {
        float: left;
        text-align: left;
    }
    .container-for-regions-map {
        max-width: 800px;
        padding: 0px;
    }
    .card--news-wrap {
        width: 100%;
        height: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .card--news-wrap.max-width-380 {
        width: 100%;
    }
    .testimonial-left-arrow {
        left: 35%;
    }
    .h3---blue-section {
        width: 100%;
    }
    .form---contact-team {
        top: 0px;
        right: 0px;
        display: block;
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 30px;
        float: right;
    }
    .div-block-4 {
        padding-right: 30px;
        padding-left: 30px;
    }
    .system-section-title {
        padding-left: 20px;
    }
    .link-block.nav-dropdown {
        position: absolute;
        bottom: 20px;
        display: inline-block;
    }
    .link-block.kei-button {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .system-section-container {
        padding: 20px;
    }
    .system-section-container.buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .link-text--arrow.kei-arrow {
        margin-top: 2px;
    }
    .system-section {
        position: relative;
    }
    .band-container.vertical {
        padding-right: 50px;
        padding-left: 50px;
    }
    .background-color {
        padding-right: 30px;
        padding-left: 30px;
    }
    .home-explore-card {
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .div-block-15 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .div-block-17 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .div-block-17.reversed {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .content-image-paragraph {
        max-width: none;
    }
    .content-image--content-container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .content-image--content-container.reversed {
        max-width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .image-3 {
        left: 0px;
        max-width: 100%;
    }
    .image-3.reversed {
        left: 0px;
    }
    .div-block-19 {
        max-width: 100%;
    }
    .div-block-20 {
        padding-right: 0px;
    }
    .div-block-21 {
        margin-top: 0px;
    }
    .content-image--data-content-container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .content-image-data-container {
        top: 90px;
    }
    .content-image-data-image-wrap {
        max-width: 100%;
    }
    .content-image-data--img {
        left: 0px;
        max-width: 100%;
    }
    .text-block-15 {
        margin-bottom: 15px;
    }
    .content-image-content.reversed {
        top: 20px;
        max-width: 100%;
        padding-top: 0px;
        padding-left: 0px;
    }
    .content-image--img-reversed {
        max-width: 100%;
    }
    .div-block-24 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section-label.lih-label {
        margin-bottom: 15px;
    }
    .wrapper.contact-band {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #f6f6f6), color-stop(0, #fff));
        background-image: linear-gradient(180deg, #f6f6f6 90%, #fff 0);
    }
    .container.horizontal {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .data-report--content-wrapper {
        padding-right: 30px;
    }
    .div-block-32 {
        padding: 30px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .div-block-33 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .div-block-34 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .title-card {
        max-width: 100%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .title-card-content-container {
        padding: 0px 20px 0px 0px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .container--tablet--vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news-card--home-read-more {
        right: 10px;
        bottom: 10px;
        opacity: 1;
    }
    .hr-divider {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .div-block-36 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .card--industry-wrap {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .card--industry--content-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-industry-small {
        width: 100%;
        height: auto;
        max-height: none;
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
        margin-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    }
    .card--industry-small--img-wrap {
        width: 25%;
        height: 150px;
        max-width: none;
        padding-left: 0px;
    }
    .card--industry-small--content-wrap {
        width: 75%;
        padding: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .card--industry-small--read-more {
        margin-top: 5px;
    }
    .card--industry-small-btn-text {
        color: #e64784;
    }
    .card--industry-small--title {
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 26px;
    }
    .div-block-38 {
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .detail-page--banner-content-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .div-block-42 {
        padding-left: 30px;
    }
    .industry--grid-wwrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .card-grid--news-wrap {
        width: 100%;
        height: auto;
        max-height: none;
        max-width: 100%;
        margin-bottom: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    }
    .card-grid--news-img {
        display: block;
        width: 25%;
        height: 200px;
        max-width: 25%;
        padding-left: 0px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-position: 0px 50%;
        background-size: cover;
    }
    .card-grid--ft-event-wrap {
        width: 100%;
        max-width: 100%;
        margin-top: 0px;
        margin-bottom: 30px;
        padding-top: 25px;
        padding-right: 25px;
        padding-left: 25px;
        float: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .div-block-43 {
        width: 100%;
        margin-right: 0px;
        padding-right: 0px;
    }
    .industry-grid--ft-event-link-text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        opacity: 1;
        -webkit-transform: translate(0px, -19px);
        -ms-transform: translate(0px, -19px);
        transform: translate(0px, -19px);
    }
    .image-9 {
        width: 15px;
    }
    .image-10 {
        width: 20px;
        height: 100%;
    }
    .kei-band-container {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .div-block-51 {
        max-width: 100%;
    }
    .resource-download {
        width: 50%;
    }
    .factoid-wrapper {
        width: 50%;
        margin-bottom: 30px;
        border-right-style: none;
    }
    .priority-wrapper {
        height: auto;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .fake-link-container {
        margin-top: 5px;
    }
    .fake-link-text {
        color: #e64784;
    }
    .policy-image-grid {
        width: 100%;
    }
    .image-grid--img.two-thirds {
        margin-bottom: 10px;
    }
    .image-grid--img.one-third {
        margin-bottom: 10px;
    }
    .image-grid--img.stacked {
        margin-bottom: 10px;
    }
    .div-block-54 {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .h3-small {
        font-size: 18px;
    }
    .committee-topic-container {
        width: 100%;
    }
    .div-block-58 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .div-block-60 {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .industries-index--grid {
        background-size: 500px;
    }
    .heading-3 {
        margin-bottom: 10px;
    }
    .public-policy .priority-container .heading-3 {
        text-align: center;
    }
    .industry-index-card-wrapper {
        height: auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .big-stat-number {
        font-size: 28px;
        line-height: 36px;
    }
    .industry-index-card-content {
        top: -19px;
    }
    .hidden-link-text {
        opacity: 1;
        font-size: 18px;
    }
    .card-title {
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 26px;
    }
    .industry-index-card-title {
        margin-bottom: 20px;
        font-family: effra, sans-serif;
        color: #004e7d;
        font-size: 24px;
        line-height: 27px;
        font-weight: 500;
    }
    .industry-index-title-card--title {
        margin-top: -1px;
        font-size: 28px;
        line-height: 36px;
    }
    .callout-band-description.centered {
        text-align: center;
    }
    .nav-dropdown-factoid {
        line-height: 20px;
    }
    .about-statement-img {
        height: 400px;
        background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/ghpcarrot.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(2, 58, 90, 0.5)), to(rgba(2, 58, 90, 0.5))), url('https://www.houston.org/themes/custom/ghphouston/src/components/images/example-bg.png');
        background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/ghpcarrot.svg'), linear-gradient(180deg, rgba(2, 58, 90, 0.5), rgba(2, 58, 90, 0.5)), url('https://www.houston.org/themes/custom/ghphouston/src/components/images/example-bg.png');
        background-position: 0% 74%, 0px 0px, 50% 50%;
        background-size: 250px, auto, cover;
    }
    .about-statement-img.reversed-hcarrot {
        height: 375px;
        background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/ghpcarrot-r.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(2, 58, 90, 0.5)), to(rgba(2, 58, 90, 0.5))), url('https://www.houston.org/themes/custom/ghphouston/src/components/images/example-bg.png');
        background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/ghpcarrot-r.svg'), linear-gradient(180deg, rgba(2, 58, 90, 0.5), rgba(2, 58, 90, 0.5)), url('https://www.houston.org/themes/custom/ghphouston/src/components/images/example-bg.png');
        background-position: 100% 74%, 0px 0px, 50% 50%;
        background-size: 250px, auto, cover;
        background-repeat: no-repeat, repeat, no-repeat;
    }
    .about-statement-details-container {
        padding-top: 50px;
        padding-left: 30px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transform: translate(0px, -50px);
        -ms-transform: translate(0px, -50px);
        transform: translate(0px, -50px);
    }
    .div-block-64.reversed {
        max-width: 400px;
        padding-left: 30px;
    }
    .div-block-65 {
        max-width: 750px;
    }
    .heading-5 {
        width: 100%;
        font-size: 32px;
        line-height: 40px;
    }
    .div-block-67 {
        min-height: 380px;
    }
    .text-block-22 {
        font-size: 24px;
        line-height: 36px;
    }
    .div-block-68 {
        max-width: 500px;
    }
    .member-benefit-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #bfccd4;
    }
    .member-tier.partnership {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .member-title {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #f0f9fd;
        text-align: center;
    }
    .heading-6 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: effra, sans-serif;
        color: #004e7d;
        font-size: 22px;
        font-weight: 500;
    }
    .two-col.benefit {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #004e7d;
    }
    .two-col.included-benefit {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 6px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .circle.leadership {
        width: 25px;
        height: 25px;
    }
    .circle.associate {
        width: 25px;
        height: 25px;
    }
    .circle.associate-hide {
        background-color: transparent;
    }
    .circle.leadership-hide {
        width: 25px;
        height: 25px;
        background-color: transparent;
    }
    .text-block-24 {
        position: absolute;
        left: 25px;
        bottom: 0px;
    }
    .div-block-72 {
        width: 68%;
    }
    .partner-label-column {
        width: 33%;
    }
    .vertical-label {
        font-size: 10px;
        letter-spacing: 1px;
    }
    .benefit-label {
        font-size: 10px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .align-center.border-right.max-width-col {
        text-align: center;
    }
    .align-center.max-width-col {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .vertical-line {
        min-height: 100px;
    }
    .form-two-col-input-wrapper {
        width: 100%;
    }
    .related-news-card {
        margin-right: 5px;
        float: left;
    }
    .related-news-sidebar {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .background-transparent {
        padding-right: 30px;
        padding-left: 30px;
    }
    .timeline-statement-left-edge {
        left: 0px;
        width: 90%;
        padding-top: 50px;
        padding-left: 0px;
        -webkit-transform: translate(0px, -50px);
        -ms-transform: translate(0px, -50px);
        transform: translate(0px, -50px);
    }
    .timeline-statement-left-edge.background-image-reverse {
        left: 0px;
    }
    .text-timeline-hero-container {
        padding-right: 19px;
    }
    .text-timeline-hero-container.reversed {
        max-width: 400px;
        padding-left: 30px;
    }
    .timeline-decade-hero {
        height: 400px;
    }
    .timeline-decade-hero.reversed-hcarrot {
        height: 375px;
        background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/ghpcarrot-r.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(2, 58, 90, 0.5)), to(rgba(2, 58, 90, 0.5))), url('https://www.houston.org/themes/custom/ghphouston/src/components/images/example-bg.png');
        background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/ghpcarrot-r.svg'), linear-gradient(180deg, rgba(2, 58, 90, 0.5), rgba(2, 58, 90, 0.5)), url('https://www.houston.org/themes/custom/ghphouston/src/components/images/example-bg.png');
        background-position: 100% 74%, 0px 0px, 50% 50%;
        background-size: 250px, auto, cover;
        background-repeat: no-repeat, repeat, no-repeat;
    }
    .decade-timeline-scroll {
        height: 450px;
    }
    .timeline-decade-facts-container.left-edge-timeline {
        padding-right: 2%;
        padding-left: 2%;
    }
    .timeline-statement-right-edge {
        left: 0px;
        width: 90%;
        padding-top: 50px;
        -webkit-transform: translate(0px, -50px);
        -ms-transform: translate(0px, -50px);
        transform: translate(0px, -50px);
    }
    .timeline-statement-right-edge.background-image-reverse {
        left: 0px;
    }
    .timeline-statement-main-hero {
        left: 0px;
        width: 90%;
        padding-top: 50px;
        padding-left: 50px;
        -webkit-transform: translate(0px, -50px);
        -ms-transform: translate(0px, -50px);
        transform: translate(0px, -50px);
    }
    .timeline-statement-main-hero.background-image-reverse {
        left: 0px;
    }
}

@media (max-width: 767px) {
    .timeline-statement-left-edge {
        left: 0px;
        margin-right: auto;
        margin-left: auto;
        padding: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .timeline-statement-left-edge.background-image-reverse {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background-color: transparent;
        background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/section-background-arrow-reverse.png');
        background-position: 0px 50%;
        background-size: 50vh;
        background-repeat: no-repeat;
    }
    .text-timeline-hero-container {
        width: 100%;
        padding-right: 7px;
    }
    .text-timeline-hero-container.reversed {
        margin-top: 170px;
        padding-left: 0px;
    }
    .timeline-decade-hero {
        height: 300px;
        padding-right: 30px;
        padding-left: 30px;
        background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/example-bg.png');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .timeline-decade-hero.reversed-hcarrot {
        height: 300px;
        background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/ghpcarrot-r.svg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('https://www.houston.org/themes/custom/ghphouston/src/components/images/example-bg.png');
        background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/ghpcarrot-r.svg'), linear-gradient(180deg, null, null), url('https://www.houston.org/themes/custom/ghphouston/src/components/images/example-bg.png');
        background-size: 200px, auto, cover;
    }
    .timeline-decade-container {
        margin-left: 18%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-left: 1px solid #50758b;
    }
    .decade-timeline-scroll {
        height: auto;
    }
    .decade-timeline-img.hide-in-mobile {
        display: none;
    }
    .timeline-decade-facts-container {
        width: 100%;
    }
    .timeline-decade-facts-container.left-edge-timeline {
        width: 100%;
        padding-top: 2%;
    }
    .timeline-statement-right-edge {
        left: 0px;
        margin-right: auto;
        margin-left: auto;
        padding: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .timeline-statement-right-edge.background-image-reverse {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background-color: transparent;
        background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/section-background-arrow-reverse.png');
        background-position: 0px 50%;
        background-size: 50vh;
        background-repeat: no-repeat;
    }
    .decade-timeline-img-mobile {
        width: 100%;
        height: auto;
        margin-bottom: 14px;
        background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/example-bg.png');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .decade-timeline-caption-mobile {
        display: block;
    }
    .timeline-nav-lg {
        display: none;
    }
    .decade-container {
        margin-top: 4px;
        margin-bottom: 4px;
        color: #023a5a;
        text-shadow: none;
    }
    .decade-bar {
        display: none;
    }
    .timeline-nav-sm {
        display: block;
        margin-top: 33%;
        padding-bottom: 2%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-image: none;
    }
    .timeline-statement-main-hero {
        left: 0px;
        margin-right: auto;
        margin-left: auto;
        padding: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .timeline-statement-main-hero.background-image-reverse {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background-color: transparent;
        background-image: url('https://www.houston.org/themes/custom/ghphouston/src/components/images/section-background-arrow-reverse.png');
        background-position: 0px 50%;
        background-size: 50vh;
        background-repeat: no-repeat;
    }
    .decade-timeline-caption-desktop{
        display: none;
    }
}

@media (max-width: 479px) {
    .timeline-statement-left-edge {
        padding-top: 30px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .timeline-statement-left-edge.background-image-reverse {
        background-position: 100% 50%;
        background-size: 100vw;
    }
    .text-timeline-hero-container {
        padding-right: 0px;
    }
    .text-timeline-hero-container.reversed {
        margin-top: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .timeline-statement-right-edge {
        padding-top: 30px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .timeline-statement-right-edge.background-image-reverse {
        background-position: 100% 50%;
        background-size: 100vw;
    }
    .timeline-statement-main-hero {
        padding-top: 30px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .timeline-statement-main-hero.background-image-reverse {
        background-position: 100% 50%;
        background-size: 100vw;
    }
    .decade-timeline-fact{
        padding-right: 10px;
        padding-left: 10px;
    }
}