.lc,.rc,
.hero-intro .hero-img-container {
    flex: 1 1 auto !important;
}
.hero-intro .hero-img-container img.hero-img.responsive-image {
    margin: unset !important;
}
.rc {
    display: none !important;
}
.hero-intro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border: 1px solid #7c7c7c;
    border-radius: 20px !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .33);
    width: 100%;
    max-width: 1150px;
    margin: 0 auto 20px;
}

.hero-intro > .facts,
.hero-intro > .hero-img-container {
    display: flex;
    flex: 0 0 calc(50% - 40px);
    align-content: center;
    flex-direction: column;
    overflow: hidden;
    padding: 20px;
}

.hero-intro > .facts .articles-box-slider-wrapper {
    display: flex;
    flex: 0 0 35%;
}

.hero-intro > .facts .articles-box-slider-wrapper .post_author_and_date {
    color: #7C7C7C;
}

.hero-intro > .facts .articles-box-slider-wrapper .title h2 {
    font-size: 1em;
    color: #7C7C7C !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    margin: 18px 0 !important;
}
.hero-img {
    border-style: none;
    border-radius: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .33);
    width: 100%;
    height: auto;
    margin: 20px auto !important;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
    .hero-intro .hero-img-container {
        width: 100%;
        height: 35vh;
        display: flex !important;
        order: 1 !important;
        padding: 0 !important;
    }
}
@media only screen and (min-width: 376px) and (max-width: 576px) {
    .hero-intro .hero-img-container {
        width: 100%;
        height: 25vh;
        display: flex !important;
        order: 1 !important;
        padding: 0 !important;
    }
}
@media only screen and (min-width: 281px) and (max-width: 375px) {
    .hero-intro .hero-img-container {
        width: 100%;
        height: 30vh;
        display: flex !important;
        order: 1 !important;
        padding: 0 !important;
    }
}
@media only screen and (max-width: 280px) {
    .hero-intro .hero-img-container {
        width: 100%;
        height: 25vh;
        display: flex !important;
        order: 1 !important;
        padding: 0 !important;
    }
}
@media only screen and (width: 540px) and (height: 720px) {
    .hero-intro .hero-img-container {
        width: 100%;
        height: 35vh;
        display: flex !important;
        order: 1 !important;
        padding: 0 !important;
    }
}
@media only screen and (max-width: 768px){
    .hero-section {
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }
    .hero-intro .facts {
        padding: 0 20px !important;
    }
    /*.hero-intro .hero-img-container {*/
    /*    display: block !important;*/
    /*    flex: unset !important;*/
    /*    width: 100%;*/
    /*    height: 25vh;*/
    /*    padding: 0 !important;*/
    /*}*/
    .hero-intro .hero-img-container img.hero-img.responsive-image {
        display: block;
        border-radius: 0;
        box-shadow: unset;
    }
    .page-template-tmp-open-enrollment .hero-section .imgmobile {
        display: none !important;
    }

    .page-template-tmp-open-enrollment .hero-section .imgdesktop {
        display: block !important;
        margin: 0 auto !important;
        border-radius: 0 !important;
        box-shadow: unset !important;

    }

    .page-template-tmp-open-enrollment .hero-section .title h1 {
        text-align: center !important;
    }

    .page-template-tmp-open-enrollment .hero-section	.subtitle {
        text-align: center !important;
    }

    .page-template-tmp-open-enrollment .hero-section {
        flex-direction: column !important;
    }

    .page-template-tmp-open-enrollment .hero-section .lc {
        order: 2 !important;
    }

    .page-template-tmp-open-enrollment .hero-section .rc {
        display: flex !important;
        order: 1 !important;
        padding: 0 !important;
    }

    .page-template-tmp-open-enrollment input.zip:not([name="zipcode_quoting_modal"])::placeholder {
        text-align: center;
    }

    /* or, for legacy browsers */

    .page-template-tmp-open-enrollment input.zip:not([name="zipcode_quoting_modal"])::-webkit-input-placeholder {
        text-align: center;
    }

    .page-template-tmp-open-enrollment input.zip:not([name="zipcode_quoting_modal"]):-moz-placeholder { /* Firefox 18- */
        text-align: center;
    }

    .page-template-tmp-open-enrollment input.zip:not([name="zipcode_quoting_modal"])::-moz-placeholder {  /* Firefox 19+ */
        text-align: center;
    }

    .page-template-tmp-open-enrollment input.zip:not([name="zipcode_quoting_modal"]):-ms-input-placeholder {
        text-align: center;
    }

    .page-template-tmp-open-enrollment .hero-section form.hio_quote_homepage .form-row .form_block select {
        text-align: center !important;
    }
}
@media only screen and (max-width: 1024px) {
    .hero-section form.hio_quote_homepage .form-row .form_block select, .hero-section form.hio_quote_homepage .form-row .form_block input,
    .hero-section input.getQuoteButton,
    .hero-section input.zip
    {
        display: flex !important;
        flex: 0 1 auto !important;
        margin: 0 !important;
        padding: 20px 50px;
        border-radius: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .hero-intro {
        flex-direction: column-reverse;
        border: unset !important;
        border-radius: unset !important;
        box-shadow: unset !important;
        margin-top: 0 !important;
    }
    .hero-intro > .facts {
        background: unset !important;
        padding: 15px;
    }
    .hero-intro > .facts > .articles-box-slider-wrapper {
        flex: 1 !important;
        text-align: center;
    }
}