.section.main article {
    margin: 0;
}
.hero-section {
    width:100%;
    max-width:1150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.hero-section form.hio_quote_homepage .form-row .form_block select,
.hero-section form.hio_quote_homepage .form-row .form_block input {
    display: flex !important;
    flex: 1 1 auto !important;
    margin: 0 !important;
}
.hero-section .hio_quote_homepage .form-row {
    font-family: var(--main-r);
    display: flex;
    align-items: center;
}

.hero-section .hio_quote_homepage select {
    color: #7C7C7C;
    cursor: pointer;
    /*border-radius: 5px;*/
    /*padding-right: 75px;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    /*background-image: url(/wp-content/themes/hio/assets/img/new_design/arrow.svg);*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 88% 52%;
    background-size: 10px 6px;
    background-color: #fff;
    position: relative;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
}

.hero-section .hio_quote_homepage select option {
    text-align: left;
}
.hero-section .hio_quote_homepage select,
.hero-section .hio_quote_homepage input:not([name="zipcode_quoting_modal"]) {
    padding: 10px 15px;
    border-radius: 50px;
    margin-right: 20px;
    border: 1px solid #7c7c7c;
}
.hero-section .hio_quote_homepage input.zip-input:not([name="zipcode_quoting_modal"]) {
    width: 141px;
    text-align: center;
    color: #7C7C7C;
}
html[lang="es"] .hero-section .hio_quote_homepage input.zip-input:not([name="zipcode_quoting_modal"]) {
    width: 210px;
}
.hero-section .hio_quote_homepage input.getQuoteButton {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
    background-color: #f36523;
    border: 1px solid rgba(255,255,255,0);
    justify-content: center;
    text-align: center;
    font-family: var(--main-sb);
}
.hero-section .hio_quote_homepage input.getQuoteButton:hover {
    cursor: pointer !important;
    text-decoration: none !important;
}
.hero-section .hio_quote_homepage input.getQuoteButton:hover {
    color: #fff !important;
}
/*@media only screen and (max-width: 768px){*/
/*    .states-template-tmp-states-health-insurance .hero-section .imgmobile {*/
/*        display: none !important;*/
/*    }*/

/*    .states-template-tmp-states-health-insurance .hero-section .imgdesktop {*/
/*        display: block !important;*/
/*        margin: 0 auto !important;*/
/*        border-radius: 0 !important;*/
/*        box-shadow: unset !important;*/
/*    }*/

/*    .states-template-tmp-states-health-insurance .hero-section .title h2 {*/
/*        text-align: center !important;*/
/*    }*/

/*    .states-template-tmp-states-health-insurance .hero-section	.subtitle {*/
/*        text-align: center !important;*/
/*    }*/

/*    .states-template-tmp-states-health-insurance .hero-section {*/
/*        flex-direction: column !important;*/
/*    }*/

/*    .states-template-tmp-states-health-insurance .hero-section .lc {*/
/*        order: 2 !important;*/
/*    }*/

/*    .states-template-tmp-states-health-insurance .hero-section .rc {*/
/*        display: flex !important;*/
/*        order: 1 !important;*/
/*        padding: 0 !important;*/
/*    }*/

/*    .states-template-tmp-states-health-insurance .hero-section form.hio_quote_homepage .form-row .form_block select {*/
/*        text-align: center !important;*/
/*    }*/
/*}*/
.hero-section .lc, .hero-section .rc {
    display: flex;
    flex: 0 0 calc(50% - 10px);
    align-content: center;
    flex-direction: column;
    overflow: hidden;
    padding: 20px;
}
.hero-section img.imgmobile, .hero-section img.imgdesktop {
    border-style: none;
    border-radius: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .33);
    width: 100%;
    height: auto;
    margin: 20px auto !important;
}
.hero-section img.imgdesktop {
    display: block;
}
.hero-section img.imgmobile {
    display: none;
}
.hero-section h2 {
    font-size: calc(1.375rem + 1.5vw);
    color: #88AB69 !important;
    letter-spacing: 1px;
    font-family: var(--main-sb);
}
.hero-section .subtitle > div {
    max-width: 350px;
}
.hero-section p {
    color: #7C7C7C;
    line-height: 1.5 !important;
    font-family: var(--main-r);
}
.hero-section .subtitle {
    margin-top: 25px;
}
.hero-section .form-featured {
    margin-top: 30px;
}
.hero-section .hio_quote_homepage .form-row .form_block {
    margin-right: 12px;
    position: relative;
}
.hero-section .hio_quote_homepage .form-row .form_block:last-child {
    margin-right: 0;
}
.hero-section .hio_quote_homepage .form-row .form_block label {
    position: absolute;
    bottom: -17px;
    font-size: 14px;
    text-align: center;
    left: 50%;
    translate: -50% 0;
    color: #ff0000;
    font-weight: 900;
    display: none;
}
.hero-section .hio_quote_homepage .form-row .form_block select {
    width: 100%;
}
.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 {
    border-radius: 30px !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;
        border-radius: 30px;
    }
    .hero-section {
        text-align: center;
    }
    .hero-section .rc {
        display: none !important;
    }
    .hero-section .lc, .hero-section .rc {
        flex: 1 1 auto !important;
    }
    .hero-section img.imgdesktop {
        display: none;
    }
    .hero-section img.imgmobile {
        display: block;
    }
    .hero-section .subtitle > div {
        max-width: 90%;
        margin: auto;
    }
    .hero-section form.hio_quote_homepage .form-row {
        flex-direction: column;
        gap: 15px;
    }
    .hero-section .hio_quote_homepage .form-row .form_block {
        margin-right: 0px;
    }
}
@media only screen and (min-width: 1024px) {
    .hero-section h2 {
        font-size: 2.5rem;
    }
}

/*is_home*/
.hero-section.is_home {
    background-size: contain;
}
.hero-section.is_home h2 {
    color: #000 !important;
    font-weight: initial;
}
.hero-section.is_home h2 span {
    color: #88AB69;
}
.hero-section.is_home .lc,
.hero-section.is_home .rc {
    box-sizing: border-box;
}
.hero-section .lc, .hero-section .rc {
    padding: 20px 16px;
}
.hero-section .lc a {
    text-decoration: none !important;
}
.hero-section.is_home .lc img,
.hero-section.is_home .rc img{
    box-shadow: initial !important;
}
.hero-section.is_home .subtitle > div {
    max-width: initial;
}
.hero-section.is_home .subtitle {
    margin: 5px 0 0;
}
.hero-section.is_home .subtitle p {
    margin: 0;
}
.hero-section.is_home form.hio_quote_homepage .form-row .form_block select,
.hero-section.is_home form.hio_quote_homepage input:not([name="zipcode_quoting_modal"]) {
    border-radius: var(--1, 8px) !important;
}
.hero-section.is_home form.hio_quote_homepage input.getQuoteButton {
    background: #FF8145;
}
.hero-section.is_home form.hio_quote_homepage input.getQuoteButton:hover {
    background: #F74F00;
}
@media(min-width: 1025px) {
    .hero-section.is_home .lc {
        flex: 0 0 calc(45% - 10px);
    }
    .hero-section.is_home .rc {
        flex: 0 0 calc(55% - 10px);
        padding-top: 0;
        padding-bottom: 0;
    }
    .hero-section.is_home .rc img {
        margin: 0 !important;
    }
}
@media(max-width: 1024px) {
    .hero-section.is_home {
        background-size: cover;
        background-position: center center;
    }
}