/* Minification failed. Returning unminified contents.
(8,16): run-time error CSS1039: Token not allowed after unary operator: '-primary-bg'
(11,16): run-time error CSS1039: Token not allowed after unary operator: '-secondary-bg'
(14,16): run-time error CSS1039: Token not allowed after unary operator: '-primary-bg-color'
(26,18): run-time error CSS1039: Token not allowed after unary operator: '-primary-bg'
(33,22): run-time error CSS1039: Token not allowed after unary operator: '-body-bg'
(124,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-bg'
 */
.how-work-item .how-work-item-image svg {
    max-height: 170px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-color-primary {
    fill: var(--primary-bg);
}
.img-color-secondary {
    fill: var(--secondary-bg);
}
.img-color-white {
    fill: var(--primary-bg-color);
}
.img-color-opacity-8{
    opacity:0.8;
}
.img-color-none{
    fill:none;
}
.img-color-skin {
    fill: #d9d9d9
}
.img-stroke-primary {
    stroke: var(--primary-bg);
}
.nots-sure-items .not-sure-left svg {
    max-height: 400px;
    display: block;
}
body.vendors-website-body .sc-section-bg::after {
    background: var(--body-bg);
}
@media (max-width: 980px) {
    .how-work-item .how-work-item-image svg {
        max-height: 80px;
    }
    .nots-sure-items .not-sure-left svg {
        max-width: 130px;
        margin-left: auto;
        margin-right: auto;
    }
}
.up-form-lead-btn-container button{
    border:none;
    outline:none;
}
.ven-single-indi-review-quote {
    margin-left: -0.5em;
    margin-top: -0.7em;
}
.my-btn.price-button{
    display:flex;
    align-items:center;
    width:fit-content;
}
.my-btn.price-button img{
    width:1.5em;
    display:inline-block;
    margin-left:0.5em;
}
.ven-single-header-right .header-stars.header-stars-visible {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ven-single-header-right .header-stars img {
    max-width: 2em;
    margin-right: 0.3em;
}
.ven-single-campus-icon{

}
.ven-single-campus-icon img{
    box-sizing: border-box;
    width: 90%;
    max-width: 45px;
    margin-left: auto;
    margin-right: auto;
}


.ven-single-point-icon {
    text-align: center;
}
.ven-single-point-icon img {
    display: block;
    width: 80%;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
}


.my-btn {
    border-radius: 0px;
}
.autl-partner-container {
    max-width: 600px;
}
.autl-partner-header .full-search-close-left img {
    opacity: 0;
}
.autl-partner-left {
    margin-bottom: auto;
    max-width: 100%;
    width:100%;
}
.autl-new-catch-title {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
    text-align: center;
    width: 100%;
    line-height: 1.2em;
    margin-top: 0.5em;
}
.autl-new-catch-title .re-info-col {
    display: block;
    font-size: 1.4em;
    font-weight: 900;
    color: var(--primary-bg);
    line-height: 1.4em;
}
.autl-partner-right {
    width: 100%;
}
.autl-partner-header{
    padding:0.1em 1em;
}
.ap-select-container .ap-select-container-right .my-btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.autl-partner-items{
    padding-top:0em;
}

@media (max-width: 980px) {
    .autl-new-catch-title {
        font-size: 0.8em;
    }
    .autl-partner-header{
        padding:0.2em 1em;
    }
    .form-field {
        margin-bottom: 0.5em;
    }
}

