/* Minification failed. Returning unminified contents.
(596,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* #region Home Coupon */

.hp-coupon {
    z-index: 0;
    position: relative;
    margin: -4.375rem auto 1rem;
    padding: 2.75rem 5.5rem 2.75rem 7.5rem;
    background-color: #122a47;
}

.hp-coupon .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hp-coupon .special-title{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}

.hp-coupon .title-prefix {
    position: relative;
    margin-bottom: 1.75rem;
    padding-bottom: 1rem;
    color: #fbf7f7;
    font: 400 1.125em/1.125em "Raleway", Arial, sans-serif;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.hp-coupon .title-prefix:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 9.375rem;
    height: 1px;
    background: #a4a9ae;
}

.hp-coupon .title {
    color: #fff;
    font: 400 2.8125em/1em "Raleway", Arial, sans-serif;
    letter-spacing: 0.01em;
}

.hp-coupon .title b,
.hp-coupon .title strong {
    display: block;
    color: #fff;
    font: 700 1.33em/1 "Bebas Neue", Arial, sans-serif;
}

.hp-coupon .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    max-width: 38%;
    color: #fff;
    font: 400 1em/2em "Raleway", Arial, sans-serif;
    letter-spacing: 0.01em;
}

.hp-coupon .content span {
    font: inherit;
}

.hp-coupon .content a {
    color: #fff;
    font: inherit;
}

.hp-coupon .content .link {
    font: inherit;
}

.hp-coupon .content a:hover,
.hp-coupon .content a:focus,
.hp-coupon .content a:active {
    color: #00d4f2;
    text-decoration: none;
}

.hp-coupon .actions{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    text-align: right;
}

.hp-coupon .btn{
    display: inline-block;
    max-width: 15.625rem;
    margin: 0 auto;
    padding: 1.525rem 1rem;
    border-color: #fff;
    background: none;
}

/* #endregion */

/* #region Home Page Entry Wrapper */
.hp-entry-wrapper{
    z-index: 0;
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: calc((420 / 1920) * 100%);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    text-align: center;
}
.hp-entry-wrapper .entry-content{
    max-width: 70%;
    margin: 0 auto;
    padding: 0;
}
.hp-entry-wrapper .entry-content h2{
    font-size: 2.625em;
}
.hp-entry-wrapper .entry-content h2 strong{
    display: block;
}

/* #endregion Home Page Entry Wrapper */

/* #region Home Page Other Locations Section */
.hp-other-locations{
    z-index: 0;
    position: relative;
    padding: 5rem 0 6rem;
    text-align: center;
}
.hp-other-locations h2{
    margin: 0 auto 3rem;
    color: #1c1c1c;
    font: 400 2.625em/1em "Raleway", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}
.hp-other-locations h2 strong{
    display: block;
    font: 700 1.3em/1em "Bebas Neue", Arial, sans-serif;
}
.hp-other-locations .locations-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.hp-other-locations .locations-list > div{
    position: relative;
    padding: 0 0.5rem 0 1.5rem;
    text-align: left;
}
.hp-other-locations .locations-list > div:before{
    position: absolute;
    content: "\E814";
    top: 0;
    left: -0.5rem;
    color: #cb4747;
    font-weight: normal;
    font-size: 2rem;
    font-family: 'cms';
}
.locations-list > div a{
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #1c1c1c;
    font: 700 1.375em/1em "Montserrat", Arial, sans-serif;
    letter-spacing: 0.01em;
    text-decoration: none;
}
.locations-list > div a:hover,
.locations-list > div a:active,
.locations-list > div a:focus{
    color: #cb4747;
}
.locations-list > div span{
    display: block;
    color: #1c1c1c;
    font: 400 1.125em/1.125em "Raleway", Arial, sans-serif;
    letter-spacing: 0.01em;
}
/* #endregion Home Page Other Locations Section */

/* #region Home Page Services Section */
.hp-srv-section{
    z-index: 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 39% auto;
}
.hp-srv-section h2{
    display: inline-block;
    margin: 0 1rem 0 0;
    vertical-align: bottom;
    color: #1c1c1c;
    font: 400 2.625em/1em "Raleway", Arial, sans-serif;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
.hp-srv-section h2 strong{
    display: block;
    font: 700 1.3em/1em "Bebas Neue", Arial, sans-serif;
}
.hp-srv-section .section-heading > div{
    display: inline-block;
    vertical-align: bottom;
}
.hp-srv-section .section-heading img{
    display: inline-block;
    margin: 0 0.5rem;
    vertical-align: middle;
}
.hp-srv-section h3{
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 5.5rem;
    color: #1c1c1c;
    font: 700 2.5em/0.9em "Bebas Neue", Arial, sans-serif;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
.hp-srv-section .srv-list > div:nth-child(4) h3{
    padding-left: 4.5rem;
}
.hp-srv-section h3:before{
    position: absolute;
    top: 0;
    left: 0;
    font-weight: normal;
    font-size: 4.375rem;
    line-height: 1;
    font-family: 'cms';
    color: #122a47;
}
.hp-srv-section .srv-list > div:nth-child(1) h3:before{
    content: "\E815";
}
.hp-srv-section .srv-list > div:nth-child(2) h3:before{
    content: "\E816";
    font-size: 3.75rem;
}
.hp-srv-section .srv-list > div:nth-child(3) h3:before{
    content: "\E80B";
}
.hp-srv-section .srv-list > div:nth-child(4) h3:before{
    content: "\E80D";
}

.hp-srv-section p{
    margin-bottom: 1rem;
    color: #1c1c1c;
    font: 400 1.125em/1.75em "Raleway", Arial, sans-serif;
    letter-spacing: 0.01em;
}
.hp-srv-section .section-heading p{
    margin-top: 1.5rem;
    font-size: 1.25em;
}
.hp-srv-section .srv-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.hp-srv-section .srv-list > div{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin: 2rem 0;
}
.srv-list > div a{
    display: inline-block;
    color: #cb4747;
    font: 800 1em/1.2em "Raleway", Arial, sans-serif;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-decoration: underline;
    transition: all ease-in-out 0.3s;
}
.srv-list > div a:hover,
.srv-list > div a:active,
.srv-list > div a:focus{
    color: #122a47;
    text-decoration: none;
}
.hp-srv-section .btn{
    margin: 0;
    max-width: 15.5rem;
}
/* #endregion Home Page Services Section */

/* #region Home Page Vehicles Section */
.hp-vehicles-section{
    z-index: 0;
    position: relative;
    margin-bottom: 4rem;
    padding-top: 8rem;
    padding-right: 0.75rem;
    padding-bottom: calc((607 / 1920) * 100%);
    padding-left: 0.75rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    text-align: center;
}
.hp-vehicles-section h2{
    margin-bottom: 2rem;
    color: #1c1c1c;
    font: 400 2.625em/1em "Raleway", Arial, sans-serif;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
.hp-vehicles-section h2 strong{
    display: block;
    font: 700 1.4em/1em "Bebas Neue", Arial, sans-serif;
}
.hp-vehicles-section ul{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -4rem;
    right: 0;
    left: 0;
    width: calc(100% - 1.5rem);
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    background: #122a47;
}
.hp-vehicles-section ul li{
    position: relative;
    list-style-type: none;
}
.hp-vehicles-section ul li + li{
    margin-left: 7rem;
}
.hp-vehicles-section ul li + li:before{
    position: absolute;
    content: "";
    top: 0;
    left: -3.5rem;
    width: 1px;
    height: 100%;
    background: #fff;
}
.hp-vehicles-section ul li a{
    color: #fff;
    font: 700 2.1875em/1em "Bebas Neue", Arial, sans-serif;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}
.hp-vehicles-section ul li:last-child a{
    color: #cb4747;
}
.hp-vehicles-section ul li a:hover,
.hp-vehicles-section ul li a:active,
.hp-vehicles-section ul li a:focus{
    color: #cb4747;
    text-decoration: none;
}
.hp-vehicles-section ul li:last-child a:hover,
.hp-vehicles-section ul li:last-child a:active,
.hp-vehicles-section ul li:last-child a:focus{
    color: #00d4f2;
}
/* #endregion Home Page Vehicles Section */

/* #region Home Page Reviews Section */
.hp-reviews-section{
    z-index: 0;
    position: relative;
    padding: 10rem 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50% auto;
}

.hp-reviews-section:before{
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 14%;
    height: 364px;
    background: url(/Themes/Automotive/Assets/images/hp-reviews-folder.jpg) no-repeat left center;
    background-size: contain;
    transform: translateY(-50%);
}

.module-reviewsslider {
    position: relative;
}

.module-reviewsslider h2 {
    margin: 0 0 2rem;
    color: #1c1c1c;
    font: 400 2.625em/1em "Raleway", Arial, sans-serif;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.module-reviewsslider h2 strong{
    display: block;
    font: 700 1.4em/1em "Bebas Neue", Arial, sans-serif;
}

.module-reviewsslider .opinion {
    margin: 0 0 2rem;
    color: #1d1d1d;
    font: 400 1.125em/1.875em "Raleway", Arial, sans-serif;
}

.module-reviewsslider .author {
    display: inline-block;
    vertical-align: middle;
    color: #1d1d1d;
    font: 800 1.1875em/1.125em "Raleway", Arial, sans-serif;
}

.module-reviewsslider .author span{
    font: 700 1em/1em Verdana, sans-serif;
}

.module-reviewsslider .rating {
    margin-left: 0.5rem;
    vertical-align: middle;
}

.module-reviewsslider .rating:before,
.module-reviewsslider .rating:after {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.5em;
}

.module-reviewsslider .rating:after {
    color: #f0a01b;
}

.module-reviewsslider .reply {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #122a47;
    background: #122a47;
    color: #fff;
    font: 400 1em/1.5 "Raleway", Arial, sans-serif;
    border-radius: 0.25rem;
}

.module-reviewsslider .reference {
    display: inline-block;
    margin: 0 0 0 0.5rem;
}

.module-reviewsslider .link-reviews {
    color: #1d1d1d;
    font: 400 1.1875em/1.2em "Raleway", Arial, sans-serif;
    text-decoration: underline;
}

.module-reviewsslider .link-reviews:hover,
.module-reviewsslider .link-reviews:focus,
.module-reviewsslider .link-reviews:active {
    text-decoration: none;
}

/* #endregion Home Page Reviews Section */

/* #region Home Page Appt Section */
.hp-appt-section{
    z-index: 0;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 4rem;
    text-align: center;
}
.hp-appt-section h2{
    margin-bottom: 0.5rem;
    color: #0c1114;
    font: 700 2.8125em/1em "Raleway", Arial, sans-serif;
    letter-spacing: 0.015em;
}
.hp-appt-section p{
    color: #787878;
    font: 400 1.125em/1.5em "Raleway", Arial, sans-serif;
}
.hp-appt-section .module-appointmentsshortform{
    margin-top: 3rem;
}
.hp-appt-section .input, 
.hp-appt-section .textarea, 
.hp-appt-section .select{
    border: none;
    border-bottom: 1px solid #ccc;
    padding: .5rem 0;
}
.hp-appt-section .btn{
    margin: 3rem auto 0;
    max-width: 20rem;
}
.hp-appt-section .btn:disabled,
.hp-appt-section .btn:disabled:hover,
.hp-appt-section .btn.disabled,
.hp-appt-section .btn.disabled:hover{
    margin: 3rem auto 0;
}
/* #endregion Home Page Appt Section */

/* #region Theme Home Queries */

@media (min-width: 768px) {}

@media (min-width: 992px) {
    /* Animation */
    @keyframes ShowUp{
        0% {transform: scale(0);}
        75% {transform: scale(1.05);}
        100% {transform: scale(1);}
    }
    .hp-entry-wrapper .entry-content h2,
    .hp-entry-wrapper .entry-content p,
    .hp-other-locations h2,
    .hp-other-locations .locations-list > div,
    .hp-srv-section .section-heading,
    .hp-srv-section .srv-list > div,
    .hp-srv-section .btn-box,
    .hp-vehicles-section h2,
    .hp-vehicles-section ul{
        transform: scale(0);
    }
    .hp-entry-wrapper.show-up .entry-content h2,
    .hp-entry-wrapper.show-up .entry-content p,
    .hp-other-locations.show-up h2,
    .hp-other-locations.show-up .locations-list > div,
    .hp-srv-section.show-up .section-heading,
    .hp-srv-section.show-up .srv-list > div,
    .hp-srv-section.show-up .btn-box,
    .hp-vehicles-section.show-up h2,
    .hp-vehicles-section.show-up ul{
        transform: scale(1);
        animation: ShowUp 1s ease-in-out;
    }
    .hp-entry-wrapper.show-up .entry-content p,
    .hp-other-locations.show-up .locations-list > div,
    .hp-srv-section.show-up .srv-list > div{
        animation-duration: 1.4s;
    }
    .hp-srv-section.show-up .btn-box,
    .hp-vehicles-section.show-up ul{
        animation-duration: 1.6s;
    }
}

@media (min-width: 1224px) {}

@media (max-width: 1223px) {
    .hp-coupon{
        margin-top: -2rem;
        padding: 2rem;
    }
    .hp-coupon .title-prefix{
        font-size: 1em;
    }
    .hp-coupon .title{
        font-size: 2.25em;
    }
    .hp-coupon .content{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .hp-entry-wrapper .entry-content{
        max-width: 100%;
    }
    .hp-other-locations{
        padding: 3rem 0 4rem;
    }
    .hp-other-locations h2{
        margin-bottom: 2rem;
        font-size: 2em;
    }
    .hp-other-locations .locations-list > div{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%;
        max-width: 30%;
        margin: 1rem auto;
    }
    .hp-srv-section{
        background-image: none !important;
    }
    .hp-srv-section .btn{
        margin: 0 auto;
    }
    .hp-vehicles-section{
        padding-top: 4rem;
    }
    .hp-vehicles-section h2{
        font-size: 2em;
    }
    .hp-vehicles-section ul li + li{
        margin-left: 5rem;
    }
    .hp-vehicles-section ul li + li:before{
        left: -2.5rem;
    }
    .hp-vehicles-section ul li a{
        font-size: 1.75em;
    }
    .hp-reviews-section{
        padding-top: 3rem;
        padding-bottom: calc((520 / 958) * 100%);
        background-position: center bottom;
        background-size: contain;
        text-align: center;
    }
    .hp-reviews-section:before{
        display: none;
    }
}

@media (max-width: 991px) {
    .hp-coupon{
        background-image: none !important;
    }
    .hp-coupon .coupon > div{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 0.5rem auto;
        text-align: center;
    }
    .hp-coupon .title-prefix{
        margin-bottom: 1.25rem;
    }
    .hp-coupon .title-prefix:after{
        right: 0;
        margin: 0 auto;
    }
    .hp-coupon .btn{
        padding: 1.125rem 1rem;
        max-width: 20rem;
    }
    .hp-other-locations .locations-list > div{
        padding-left: 1rem;
    }
    .hp-other-locations .locations-list > div:before{
        left: -0.25rem;
        font-size: 1.5rem;
    }
    .locations-list > div a{
        font-size: 1.25em;
    }
    .locations-list > div span{
        font-size: 1em;
    }
    .hp-srv-section h2{
        font-size: 2em;
    }
    .hp-vehicles-section ul{
        bottom: -3rem;
        padding: 2rem 1rem;
    }
    .hp-vehicles-section ul li + li{
        margin-left: 3rem;
    }
    .hp-vehicles-section ul li + li:before{
        left: -1.5rem;
    }
    .hp-appt-section{
        padding-top: 1rem;
        padding-bottom: 3rem;
    }
    .hp-appt-section h2{
        font-size: 2.125em;
    }
}

@media (max-width: 767px) {
    .hp-coupon{
        margin-top: 0;
    }
    .hp-coupon:after{
        z-index: -1;
        position: absolute;
        content: "";
        top: 0;
        left: -10rem;
        width: calc(100% + 20rem);
        height: 100%;
        background: #122a47;
    }
    .hp-other-locations .locations-list > div{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 32%;
                flex: 0 0 32%;
        max-width: 32%;
        margin: 1rem auto;
    }
    .hp-srv-section .section-heading{
        display: flex;
        flex-flow: column wrap;
        text-align: center;
    }
    .hp-srv-section h2{
        order: 1;
        display: block;
        margin: 0 auto;
    }
    .hp-srv-section .section-heading p{
        order: 2;
        font-size: 1.125em;
    }
    .hp-srv-section .section-heading > div{
        order: 3;
    }
    .hp-srv-section .srv-list > div{
        margin: 1.5rem 0;
    }
    .hp-srv-section h3{
        font-size: 2.25em;
    }
    .hp-vehicles-section{
        margin-bottom: 6rem;
    }
    .hp-vehicles-section ul{
        bottom: -6rem;
        padding: 1rem;
    }

    .hp-vehicles-section ul li:last-child{
        margin: 1.5rem auto 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hp-vehicles-section ul li:last-child:before{
        display: none;
    }
    .hp-vehicles-section ul li:last-child a{
        display: inline-block;
        width: 90%;
        max-width: 20rem;
        border: 1px solid #fff;
        padding: 1rem;
        color: #fff;
        font: 700 1em/1em "Raleway", Arial, sans-serif;
    }
    .hp-vehicles-section ul li:last-child a:hover,
    .hp-vehicles-section ul li:last-child a:active,
    .hp-vehicles-section ul li:last-child a:focus{
        background: #fff;
        color: #122a47;
    }
    .module-reviewsslider h2{
        font-size: 2em;
    }
    .module-reviewsslider .author{
        display: block;
        margin-bottom: 0.25rem;
    }
    .module-reviewsslider .rating{
        margin-left: 0;
    }
}

@media (max-width: 599px) {
    .hp-entry-wrapper .entry-content h2{
        font-size: 2.3em;
    }
    .hp-entry-wrapper .entry-content p{
        font-size: 1.0625em;
    }
    .hp-other-locations .locations-list > div{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .hp-srv-section .section-heading img{
        margin: 0.75rem;
    }
    .hp-srv-section .srv-list > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 85%;
        margin: 1.5rem auto;
    }
    .hp-vehicles-section{
        margin-bottom: 13rem;
    }
    .hp-vehicles-section ul{
        bottom: -12rem;
    }
    .hp-vehicles-section ul li{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
        max-width: 33%;
    }
    .hp-vehicles-section ul li + li{
        margin-left: 0;
    }
    .hp-vehicles-section ul li + li:before{
        left: 0;
    }
    .hp-vehicles-section ul li:nth-child(4):before{
        display: none;
    }
}

@media (max-width: 480px) {
    .hp-coupon{
        padding: 2rem 0.75rem;
    }
    .locations-list > div a{
        font-size: 1.125em;
    }
    .locations-list > div span{
        letter-spacing: 0;
    }
}

@media (max-width: 380px){
    .hp-other-locations .locations-list > div{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding: 1rem 0 0;
        text-align: center;
    }
    .hp-other-locations .locations-list > div:before{
        top: -0.75rem;
        right: 0;
        left: 0;
    }
    .hp-vehicles-section h2{
        font-size: 1.75em;
    }
    .hp-vehicles-section ul{
        padding: 1rem 0.25rem;
    }
    .hp-vehicles-section ul li a{
        font-size: 1.5em;
    }
    .module-reviewsslider h2{
        font-size: 1.75em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hp-srv-section .section-heading img{
        max-width: 130px;
    }
}

@media (min-width: 992px) and (max-width: 1223px) {}

@media (min-width: 1224px) and (max-width: 1619px) {
    .hp-coupon{
        padding: 2.75rem 2rem 2.75rem 2.5rem;
    }
    .hp-coupon .content{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .hp-entry-wrapper .entry-content{
        max-width: 80%;
    }
    .hp-other-locations{
        padding: 4rem 0 5rem;
    }
    .hp-other-locations .locations-list > div{
        padding-left: 1rem;
    }
    .hp-other-locations .locations-list > div:before{
        left: -0.25rem;
        font-size: 1.5rem;
    }
    .locations-list > div a{
        font-size: 1.25em;
    }
    .locations-list > div span{
        font-size: 1em;
        letter-spacing: 0;
    }
    .hp-srv-section h2{
        margin-right: 0.5rem;
        font-size: 1.75em;
    }
    .hp-srv-section .section-heading img{
        max-width: 120px;
    }
    .hp-srv-section .srv-list > div{
        margin: 1rem 0;
    }
    .hp-srv-section p{
        font-size: 1em;
    }
    .hp-srv-section .section-heading p{
        font-size: 1.125em;
    }
    .srv-list > div a{
        font-size: 0.875em;
    }
    .hp-reviews-section{
        padding: 5rem 0;
    }
    .hp-reviews-section:before{
        width: 10%;
    }
    .module-reviewsslider h2{
        font-size: 2em;
    }
    .module-reviewsslider .opinion,
    .module-reviewsslider .author,
    .module-reviewsslider .link-reviews{
        font-size: 1em;
    }
    .module-reviewsslider .author{
        display: block;
    }
    .module-reviewsslider .rating{
        margin-left: 0;
    }
}

@media (min-width: 1620px) and (max-width: 1850px){
    .hp-reviews-section:before{
        width: 10%;
    }
}

/* #endregion */
