.image img
{
    width: 100%;
}

.map_heading .heading_pals .map_alternate img
{
    display: none !important;
}

.map_heading .heading_pals
{
    display: block !important;
}

.map_container {
    margin: 40px 0 0 !important;
}

@media only screen and (min-width: 800px) and (max-width: 1020px)
{
    .map_container svg
    {
        width: 100% !important;
        margin: auto;
    }
}

.map_container svg
{
    width: 100%;
    margin: auto;
}

.map_svg_wrapper
{
    display: block !important;
}

@media only screen and (max-width: 800px)
{
    .map_container svg
    {
        width: 100% !important;
    }
}

.guide_map path.state_shape,
.guide_map path.small_state_pad {
    fill: #81ac8b;
}
.map_container svg path.state_label {
    fill: #fff;
}
.map_container svg a:hover path.state_label {
    fill: #000;
}
.map_container svg a:hover path.state_shape,
.map_container svg a:hover path.small_state_pad {
    fill-opacity: .8;
}
.map_container svg path {
    transition: .5s fill-opacity;
}
.map_container svg path.connector_line {
    stroke: #000;
}

/*form*/
.form-state {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    gap: 20px;
}
.form-state select {
    padding: 0 32px 0 15px;
    background-image: url('/wp-content/themes/mro/assets/img/icons/tipdown_arrow.svg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center right;
    background-size: 32px 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    text-indent: .01px;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 40px;
    height: 60px !important;
    color: #7C7C7C;
    width: 100%;
    max-width: 250px;
}
.form-state button {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff !important;
    background-color: #f36523;
    padding: 10px 15px;
    white-space: nowrap;
    border-radius: 40px;
    border: none;
    cursor: pointer;
}
.form-state button:disabled {
    cursor: default;
}

@media(max-width: 374px) {
    .form-state {
        gap: 10px;
        flex-direction: column;
    }
    .form-state select {
        max-width: initial;
        line-height: 1.5;
    }
    .form-state button {
        justify-content: center;
        min-height: 60px;
    }
}

.relative {
    position: relative;
}
.form-box-text {
    margin: 55px 0;
}
.form-box-text form {
    margin: 0;
}
.states_on_hio {
    border: 1px solid rgba(86,57,100,.2);
    display: flex;
    margin-top: 30px;
    padding: 10px;
    width: 100%;
}
.states_on_hio a.hio_logo {
    display: block;
    margin-right: 10px;
}
.states_on_hio a.hio_logo svg.hio-logo {
    display: block;
    width: 75px;
    height: 75px;
    fill: #4f728f;
}
.states_on_hio a.hio_logo svg.hio-logo:hover {
    fill: #6085a4;
}
.states_on_hio p {
    color: #000;
    margin: 16px 0;
    font-size: 14px;
}
.states_on_hio a {
    color: #563964 !important;
}
@media(min-width: 1200px) {
    .states_on_hio {
        position: absolute;
        top: 230px;
        right: -210px;
        background: #fff;
        max-width: 305px;
    }
}
@media(max-width: 1199px) {
    .states_on_hio {
        margin: 30px auto 0;
    }
}