/*
Theme Name: Holley Autobodies
Template: clearvertical
Author: Clear Vertical
Author URI: https://www.clearvertical.co.uk/
Description: Praesent varius luctus auctor. Nam non lorem non massa malesuada facilisis. Mauris lacinia metus eu mi sollicitudin, et vehicula nibh consequat.
Version: 1.0
Tags: Responsive
Text Domain: cv
*/

::selection {
    background-color: #043f85;
    color: #fff;
}
:focus {
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
}
/*
TYPOGRAPHY
---------------------------------------------------------------------------------------------------- */

body {
    font-family: 'IBM Plex Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    line-height: 26px;
}
h1 {
    color: #043f85;
}
h2, h3, h4, h5, h6 {
    color: #444444;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
h1 {
    font-size: 36px;
}
h5 {}
h6 {
    font-size: 18px;
}
a, a:hover, a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover, a h6:hover {
    color: #043f85;
}
p a:hover {
    border-bottom: solid 2px #043f85;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
p {
    margin-bottom: 20px;
}
.sub-title {
    font-size: 24px;
}
.txt-primary {
    color: #043f85;
}
.txt-secondary {
    color: #f6c446;
}
.txt-light, .txt-light h1, .txt-light h2, .txt-light h3, .txt-light h4, .txt-light h5, .txt-light h6 {
    color: #fff;
}
/*
Blockquote
-------------------------------------------------- */

blockquote {
    position: relative;
    border-left: solid 3px;
    font-size: 24px;
    z-index: 10;
}
/*
GLOBAL STYLES
---------------------------------------------------------------------------------------------------- */

.parent {
    padding: 50px 0;
}
@media (min-width: 991px) {
    .cv_flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cv_flex.center {
        align-items: center;
    }
}
table {
    width: 100%;
}
/*
HEADER
---------------------------------------------------------------------------------------------------- */

#cv_header {
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0;
}
.header-fixed #cv_responsiveMenuToggle {
    top: 53px;
}
.cv_admin-bar #cv_header {
    top: 32px;
}
.page-content {
    padding-top: 164px;
    /* Clear Top Bar (unique banner ) */
}
/*
Top Bar
-------------------------------------------------- */

#cv_topBar {
    border-bottom: solid 2px #fff;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}
.top-link a {
    background: #043f85;
    color: #fff;
    float: left;
    font-weight: 600;
    letter-spacing: .2px;
    margin-right: 0;
    min-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
}
.top-link a:hover {
    background: #444;
    color: #fff;
}
/*
Contact (Right Side)
----------- */

.top-bar_contact span:not(:last-of-type) {
    padding-right: 10px;
}
.top-bar_contact {
    background: #999;
    font-size: 15px;
    padding: 0 20px;
}
/*
Menu
-------------------------------------------------- */

#cv_mainMenu, #cv_mainMenu svg, #cv_mainMenu .logo path {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/*
Logo (SVG)
----------- */

#cv_mainMenu .logo a {
    display: block;
}
#cv_mainMenu .logo svg {
    display: block;
    width: auto;
    height: 100px;
    padding: 20px 0;
}
/*
Menu
----------- */

#cv_mainMenu .menu-primary-container {
    float: left;
}
#cv_mainMenu .menu {
    padding: 0;
    margin: 0;
}
#cv_mainMenu .menu li {
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 26px 0 10px;
}
#cv_mainMenu .menu li:first-of-type a {
    padding-left: 0;
}
#cv_mainMenu .menu li:last-of-type a {
    padding-right: 0;
}
#cv_mainMenu .menu a {
    position: relative;
    display: block;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 60px;
    letter-spacing: .2px;
}
#cv_mainMenu .menu a:hover {
    text-decoration: none;
}
#cv_mainMenu .menu a {
    position: relative;
    margin: 0 1em;
    padding-right: 0;
    padding-left: 0;
    color: #999;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
#cv_mainMenu .menu a:hover, #cv_mainMenu .menu a:focus {
    color: #999;
}
#cv_mainMenu .menu a:hover::before, #cv_mainMenu .menu a:focus::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
#cv_mainMenu .menu a::before, #cv_mainMenu .menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#cv_mainMenu .menu a::before {
    background: #b5b5b5;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
#cv_mainMenu .menu a::after {
    background: #043f85;
}
#cv_mainMenu .current_page_item a, #cv_mainMenu .current_page_item a:hover, #cv_mainMenu .current_page_item a:focus {
    color: #043f85;
}
#cv_mainMenu .current_page_item a::after, #cv_mainMenu .current_page_item a::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
#cv_mainMenu .current_page_item a::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
/*
Fixed
-------------------------------------------------- */

.cv_admin-bar.header-fixed #cv_header {
    position: fixed;
    top: -10px;
}
.header-fixed #cv_header {
    position: fixed;
    top: -42px;
}
/*
Menu
----------- */

.header-fixed #cv_mainMenu {
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.header-fixed #cv_mainMenu a {
    color: #444;
}
.header-fixed #cv_mainMenu a::before {
    background-color: #043f85;
}
.header-fixed #cv_mainMenu .menu li:not(:last-of-type) a::after {
    background: #444;
}
.header-fixed #cv_mainMenu .logo svg {
    padding: 5px 0;
    height: 60px;
}
.header-fixed #cv_mainMenu .menu li, .header-fixed #cv_mainMenu .menu a {
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
}
/*
CAREERS
---------------------------------------------------------------------------------------------------- */

/*
Overview
-------------------------------------------------- */

.cv_job-display-type {
    display: none;
}
.cv_job-display-type.active {
    display: block;
}
.job-row {
    padding: 6rem 0;
}
/* Intro (Top Bar) */

#cv_jobIntro {
    background: #fafafa;
    margin-bottom: 30px;
    padding: 0.575rem 0.9375rem;
}
#cv_jobIntro::after {
    clear: both;
    content: '';
    display: table;
}
#cv_jobIntro .job-toggle {
    cursor: pointer;
    display: block;
    float: left;
    line-height: 1;
    margin-left: 2rem;
    margin-top: 3px;
    position: relative;
}
#cv_jobIntro .job-toggle:hover {
    opacity: 0.7;
}
#cv_jobIntro .job-toggle i {
    left: -24px;
    position: absolute;
    top: -4px;
}
#cv_jobIntro .job-toggle i::after {
    content: '';
    height: 18px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 18px;
}
#cv_jobIntro .job-toggle .th-list::after {
    background: url(img/svg/icons/th-list.svg) no-repeat;
    background-size: 18px;
}
#cv_jobIntro .job-toggle .table::after {
    background: url(img/svg/icons/table.svg) no-repeat;
    background-size: 18px;
}
#cv_jobIntro .job-toggle.active {
    color: #043f85;
    opacity: 1;
}
#cv_jobIntro .job-toggle:not(:last-child) {
    border-right: solid 1px #222;
    margin-right: 10px;
    padding-right: 6px;
}
/* Sidebar */

.sidebar-item__job {
    background: #fafafa;
    border-bottom: 3px solid #043f85;
    margin-bottom: 30px;
    padding: 30px;
}
.sidebar-item__job:last-of-type {
    margin-bottom: 4rem;
}
.sidebar-item__job svg {
    font-size: 75%;
}
/* Job */

.cv_job-item:not(:last-child) {
    margin-bottom: 30px;
}
.cv_job-featured * {
    background: center center / cover;
    height: 100%;
}
.cv_job-content {
    border: solid 1px #eee;
    overflow: hidden;
    padding: 30px;
    position: relative;
}
.cv_job-content .excerpt {
    margin-bottom: 15px;
}
.cv_job-content h3 {
    margin-bottom: 6px;
}
.cv_job-content .job-meta {
    border-bottom: solid 1px #fafafa;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.cv_job-content::after {
    background: #043f85;
    bottom: 0;
    content: '';
    height: 3px;
    left: 100%;
    position: absolute;
    transition: all 0.6s ease;
    width: 100%;
}
.cv_job-content:hover::after {
    animation: cv_jobLineSlide 0.6s ease;
    left: 0;
}
@keyframes cv_jobLineSlide {
    from {
        left: -100%;
        right: auto;
    }
    to {
        left: 0;
    }
}
/* Apply Link */

.job-actions .pull-left {
    margin: 13px 0 0 0;
}
.job-actions .pull-left svg {
    color: #043f85;
    height: 1.3em;
    position: relative;
    width: 0.4em !important;
}
.job-actions .pull-left p a {
    display: inline-block;
}
.job-actions .pull-left .text {
    padding-left: 1.5rem;
}
.job-actions .pull-left .single-listing__link {
    bottom: 30px;
    position: absolute;
}
.job-actions .pull-left .icon-border {
    float: left;
    position: relative;
}
.job-actions .pull-left .icon-border::before {
    background: transparent url("img/svg/icons/angle-right.svg") no-repeat center;
    content: '';
    height: 14px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 14px;
}
.job-actions::after {
    clear: both;
    content: '';
    display: table;
}
/* Share */

.share-job-outer {
    height: 50px;
    margin-bottom: 0;
    overflow: hidden;
}
.job-share-toggle {
    cursor: pointer;
    display: block;
    line-height: 50px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.share-job-outer.clicked, .job-share-toggle:hover {
    color: #043f85;
}
.share-job-outer.clicked span {
    line-height: 25px;
}
.share-job-outer a {
    display: inline-block;
    height: 25px;
    text-align: center;
    width: 25px;
}
.job-share-items .icon-social {
    background-size: 10px;
    margin-left: 1rem;
    margin-right: 0;
}
.icon-social {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 13px;
    border-radius: 50%;
    float: left;
    height: 40px;
    margin-right: 1rem;
    width: 40px;
}
.icon-social:hover {
    border-bottom: 0;
    opacity: 0.8;
}
.facebook {
    background-color: #3b5998;
    background-image: url(img/svg/icons/facebook.svg);
}
.twitter {
    background-color: #0084b4;
    background-image: url(img/svg/icons/twitter.svg);
}
.linkedin {
    background-color: #0077b5;
    background-image: url(img/svg/icons/linkedin.svg);
}
.email-share {
    background-color: #333;
    background-image: url(img/svg/icons/envelope-light.svg);
}
/* Table */

#cv_jobTable a {
    display: block;
    margin: -10px 0;
    padding: 10px 0;
    position: relative;
    z-index: 10;
}
#cv_jobTable {
    width: 100%;
}
#cv_jobTable tr td:not(:last-child) {
    pointer-events: none;
}
#cv_jobTable tr:not(:last-child), #cv_jobTable .adp-directions tr:not(:last-child) {
    border-bottom: solid 1px #fff;
}
#cv_jobTable th:not(:last-child), #cv_jobTable td:not(:last-child), .adp-directions th:not(:last-child), .adp-directions td:not(:last-child) {
    border-right: solid 1px #fff;
}
#cv_jobTable th, #cv_jobTable td, .adp-directions th, .adp-directions td {
    font-weight: normal;
    padding: 10px 0;
    text-align: center;
}
#cv_jobTable th, .adp-directions th {
    background: #043f85;
    border-bottom: solid 1px #fff;
    color: #fff;
}
#cv_jobTable tbody tr:nth-child(odd), .adp-directions tbody tr:nth-child(odd) {
    background: #fafafa;
}
#cv_jobTable tbody tr:nth-child(even), .adp-directions tbody tr:nth-child(even) {
    background: #f2f2f2;
}
/*
Inner
-------------------------------------------------- */

#job {
    margin-bottom: 3rem;
}
.sidebar-item__apply {
    margin-top: 30px;
}
#apply-btn {
    line-height: 57px;
    margin-top: 30px;
}
#apply-btn i {
    margin-right: 2rem;
    position: relative;
}
#apply-btn i::before {
    background: transparent url("img/svg/icons/angle-left.svg") no-repeat center;
    content: '';
    height: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 14px;
}
/* Map */

#job #mapPanel {
    display: none;
    opacity: 0;
    visibility: hidden;
}
#job #mapPanel h4 {
    background: #043f85;
    color: #fff;
    margin-bottom: 0;
    margin: -5px -5px 5px;
    padding: 18px 30px;
}
#job #mapPanel h5 span {
    cursor: pointer;
}
#job #mapPanel.is-visible {
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    display: block;
    margin: 30px 0;
    opacity: 1;
    padding: 5px;
    position: relative;
    visibility: visible;
}
#job #mapPanel.is-visible::after {
    background: #fff;
    bottom: 0;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}
#job #mapPanelMap {
    height: 300px;
    overflow: scroll;
}
#job .adp-placemark {
    display: none;
}
.map-input-search #address {
    border-bottom: 2px solid #043f85;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 5px 4px;
    width: 100%;
}
/* Icons */

.job-icons {
    background: #fafafa;
    margin: 0 0 30px;
    padding: 30px 0;
}
.job-icons svg {
    color: #043f85;
    font-size: 44px;
    margin-bottom: 0;
}
.job-icons h6 {
    color: #043f85;
    margin: 3rem 0 0 0;
}
.job-icons p {
    margin-bottom: 0;
}
.job-icons .col-md-4:last-child p {
    margin-bottom: 0;
}
.job-icons i {
    position: relative;
}
.job-icons .fas::before {
    content: '';
    height: 30px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 30px;
}
.job-icons .fa-users::before {
    background: url(img/svg/icons/users.svg) no-repeat;
}
.job-icons .fa-map-marker-alt::before {
    background: url(img/svg/icons/map-marker-alt.svg) no-repeat;
}
.job-icons .fa-pound-sign::before {
    background: url(img/svg/icons/pound-sign.svg) no-repeat;
}
/* Popup */

.job-scroll {
    height: 100vh;
    overflow: hidden !important;
}
#jobPopup {
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
}
#jobPopup.active {
    display: block;
    opacity: 1;
    visibility: visible;
}
.jp-background {
    background: #000;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    width: 100%;
}
.jp-content {
    background: #fff;
    border-bottom: solid 5px #043f85;
    height: 800px;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    overflow-y: scroll;
    padding: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 600px;
    z-index: 10;
}
#field_8_6, #field_9_10 {
    width: 100%;
}
#jobPopup .divider {
    border: solid #eee !important;
    border-width: 2px 0 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}
#jobPopup textarea {
    height: 136px;
}
#jobPopup li {
    border: none !important;
}
#jobPopup li::before {
    display: none !important;
}
#jobPopup .gfield_radio {
    margin-bottom: 0;
}
#jobPopup .gfield_radio li svg {
    display: none;
}
#jobPopup .ginput_container {
    margin: 0 0 8px 0;
}
#jobPopup .gform_wrapper li.hidden_label input {
    margin-bottom: 12px;
    margin-top: 0;
}
#jobPopup .ginput_container_radio li {
    float: left;
    margin-right: 15px;
}
#jobPopup .gform_footer {
    margin: 0;
    padding: 0 0 10px;
}
#jobPopup .section-title h4 {
    margin-bottom: 7px;
}
body #jobPopup ul li.gfield {
    margin-bottom: 10px;
    margin-top: 0;
}
/*
FOOTER
---------------------------------------------------------------------------------------------------- */

footer {
    background: url(img/footer/footer_map-overlay.jpg) no-repeat;
}
@media screen and (min-width: 1400px) {
    footer {
        background-size: auto 520px;
    }
}
/*
Top
-------------------------------------------------- */

.footer-top {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 50px 0;
}
.footer-top .row {
    display: table;
    width: 100%;
}
.footer-top .footer-col {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.footer-top h4 {
    color: rgba(255, 255, 255, 0.5);
}
.footer-top a {
    color: #fff;
}
.footer-top a:hover {
    color: #999;
}
/*
Location (Icons)
--------------- */

.footer-top .footer-col .icon-set:not(:last-of-type), .footer-top .give-margin {
    display: block;
    margin-bottom: 20px;
}
.footer-top .icon-set>span {
    display: table-cell;
}
.footer-top .icon-set>span:first-of-type {
    width: 30px;
}
/*
Logo
--------------- */

.footer-logo {
    margin-bottom: 20px;
    text-align: center;
}
.footer-logo svg {
    width: 25%;
}
/*
Social
--------------- */

.footer-top .footer-social {
    vertical-align: bottom;
}
.footer-social a {
    display: inline-block;
    background: #4c4c4c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.footer-social a:not(:last-child) {
    margin-right: 10px;
}
.footer-social a:hover {
    background: #eb1f3f;
}
footer .logos {
    margin-bottom: 20px;
}
footer .logos img {
    height: 75px;
    width: auto;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
}
/*
Bottom (Copyright)
-------------------------------------------------- */

.footer-bottom {
    background: #fff;
    padding: 25px 0;
    color: #999;
    font-size: 13px;
}
.footer-bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-bottom li {
    position: relative;
    display: inline-block;
}
.footer-bottom li:not(:last-of-type) {
    margin-right: 2.5px;
}
.footer-bottom li:not(:last-of-type)::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    right: -5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #999;
}
.footer-bottom li:last-child a {
    padding-right: 0;
}
.footer-bottom li a {
    color: #999;
    padding: 0 7.5px;
    transition: all .4s ease;
}
.footer-bottom li a:hover {
    color: #fff;
}
/*
HOMEPAGE
---------------------------------------------------------------------------------------------------- */

.box-border {
    border-bottom: 2px solid #043f85;
}
/*
Strapline
-------------------------------------------------- */

.home-strapline {
    background: #043f85;
    color: #fff;
    padding: 28px;
}
/*
Connectors
-------------------------------------------------- */

.smile_icon_list li .icon_description h3 {
    font-weight: 400 !important;
}
/*
Intro Boxes
-------------------------------------------------- */

.ult-new-ib-title {
    width: 100% !important;
    text-align: center;
    background: rgba(4, 63, 133, .6);
}
.ult-new-ib-content {
    margin-top: 30px;
}
/*
SERVICE PAGES
---------------------------------------------------------------------------------------------------- */

#repair-quote {
    scroll-margin-top: 5em;
}
/*
BLOCKS
---------------------------------------------------------------------------------------------------- */

#eco-policy .text {
    padding: 3.5rem 2.8125rem;
}
/*
CONTACT US
---------------------------------------------------------------------------------------------------- */

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
}
.form-half {
    clear: none !important;
    float: left;
    width: 50%;
}
.gform_wrapper .top_label input.medium, .gform_wrapper textarea.medium {
    border: 2px solid #dddd;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    width: 100% !important;
}
.gform_wrapper .top_label input.medium:focus, .gform_wrapper textarea.medium:focus {
    border: 2px solid #043f85;
}
.gform_button {
    background: #043f85;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 50px;
    padding: 0 20px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
.gform_button:hover {
    background: #444;
}
.gform_wrapper.gravity-theme .gfield textarea.small {
    height: 132px !important;
}
/*
MISC
---------------------------------------------------------------------------------------------------- */

.vc_btn3 {
    font-weight: bold;
}
.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
    background-color: #043f85 !important;
}
.vc_btn3.vc_btn3-color-blue:hover, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover {
    background-color: #444 !important;
}
.btn {
    padding: 13px 22px;
}
.btn-primary {
    background-color: #043f85;
    border-color: #043f85;
}
.btn-primary:hover {
    background-color: #444;
    border-color: #444;
}
@media screen and (max-width: 470px) {
    #cv_body.home .page-content .homepage-first-section {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}
.d-flex {
    display: flex;
}
.align-self-center {
    align-self: center;
}
.repairs-estimate-cta {
    flex-direction: row;
}
@media screen and (max-width: 767px) {
    .manufacturer-logo-section .wpb_column:last-child .vc_column-inner {
        padding-top: 0px !important;
    }
    .repairs-estimate-cta {
        flex-direction: column;
    }
    .manufacturer-logo-section {
        margin: 20px 0 45px 0!important;
    }
    .promises-section .wpb_column:first-child .vc_column-inner {
        padding-top: 65px !important;
    }
    .home .repairs-estimate-cta {
        padding-top: 20px !important;
        padding-bottom: 30px !important;
    }
    .manufacturer-logo-section .alignright {
        float: unset;
        text-align: center;
        margin: 20px auto;
        display: block;
    }
    .manufacturer-logo-section .alignleft {
        float: left;
        margin: 5px 20px 20px 0;
        float: unset;
        text-align: center;
        margin: 0px auto;
        display: block;
    }
}
/* =Blocks
-------------------------------------------------------------- */

.block_shadow>.vc_column-inner {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .18);
}
/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*
RESPONSIVE
---------------------------------------------------------------------------------------------------- */

#cv_responsiveMenuToggle {
    display: none;
    /* Initial hiding */
    position: absolute;
    top: 10px;
    right: 5px;
    width: 40px;
    line-height: 40px;
    color: #043f85;
    text-align: center;
    font-size: 24px;
}
.responsive-menu-open #cv_responsiveMenuToggle i::before {
    content: '\e646';
}
.responsive-menu-open #livechat-compact-container {
    display: none;
}
.cv_admin-bar #cv_responsiveMenu {
    padding-top: 102px;
}
#cv_responsiveMenu {
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 30px 0;
    z-index: 10000;
    background: #d9d9d9;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    width: 300px;
}
.responsive-menu-open #cv_responsiveMenu {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
#cv_responsiveMenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#cv_responsiveMenu a {
    display: block;
    padding: 14px 28px;
    width: 300px;
    max-width: 100%;
    border-bottom: solid 1px #cccccc;
    color: #555555;
}
#cv_responsiveMenu .social-items a {
    padding: 14px 0;
    text-align: center;
}
#cv_responsiveMenu .standout a {
    background: #53334D;
    color: #fff;
}
.small-close {
    display: none;
    z-index: 1000;
}
.responsive-menu-open #livechat-compact-container {
    display: none;
}
/* ----------- Sub Menu Styling ----------- */

#cv_responsiveMenu a {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
#cv_responsiveMenu .menu-item-has-children>a {
    pointer-events: none !important;
}
#cv_responsiveMenu .sub-menu {
    display: none;
}
#cv_responsiveMenu .menu-item-has-children {
    position: relative;
}
#cv_responsiveMenu .menu-item-has-children::after {
    content: '\e62a';
    position: absolute;
    font-family: themify;
    text-align: center;
    top: 0;
    right: 0;
    background: transparent;
    line-height: 53px;
    width: 58px;
    border-left: solid 1px #cccccc;
    color: #5b5b5b;
}
#cv_responsiveMenu .sub-open .sub-menu {
    display: block;
}
#cv_responsiveMenu .sub-open>a {
    background: #5b5b5b;
    color: #fff;
}
#cv_responsiveMenu .sub-open::after {
    color: #fff;
    border-color: #fff;
}
#cv_responsiveMenu .sub-menu a {
    position: relative;
    padding: 14px 28px 14px 40px;
    background: #eee;
}
#cv_responsiveMenu .sub-menu li:last-child a {
    border-bottom-color: #5b5b5b;
}
@media ( max-width: 1440px) {
    #cv_mainMenu .logo svg {
        height: 87px;
    }
    #cv_mainMenu .menu a {
        margin: 0 0.8em;
    }
}
@media ( max-width: 1199px) {
    #cv_header .menu {
        display: none;
    }
    #cv_responsiveMenuToggle {
        display: block;
        top: 76px;
        right: 32px;
    }
    #cv_responsiveMenu {
        padding-bottom: 50px;
        overflow: scroll;
    }
    .responsive-menu-open #sideLinks {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition-delay: .6s;
    }
    #cv_header {
        position: fixed;
        z-index: 10000;
    }
    /*
Setup
-------------------------------------------------- */
    .header-menu {
        display: none;
    }
    #cv_responsiveMenuToggle {
        display: block;
    }
    /* Homepage
-------------------------------------------------- */
    #slide-1-layer-4, #slide-4-layer-4, #slide-5-layer-4 {
        display: none;
    }
    /* Blocks
-------------------------------------------------- */
    /* Eco Policy */
    #eco-policy .text {
        padding: 7.5rem 3.8125rem;
    }
    .order-2 {
        order: 2;
    }
    /* Contact
-------------------------------------------------- */
    .wpb_gmaps_widget {
        margin-top: 50px;
    }
}
@media ( max-width: 994px) {
    #cv_responsiveMenuToggle {
        right: 16px;
        top: 75px;
    }
}
@media ( max-width: 994px) {
    #cv_topBar {
        display: none;
    }
    #cv_responsiveMenuToggle {
        top: 27px;
    }
    .page-content {
        padding-top: 87px;
    }
    .header-fixed #cv_header {
        top: 0;
    }
    .header-fixed #cv_responsiveMenuToggle {
        top: 11px;
    }
    .tparrows {
        top: 86% !important;
    }
    .home-services .vc_column-inner {
        padding-top: 0 !important;
    }
    .cta-btn .vc_btn3-container.vc_btn3-right {
        text-align: left;
    }
    .cta-btn .vc_column-inner {
        padding-top: 0 !important;
    }
    .footer-top .row {
        margin: 0;
    }
    .footer-top .footer-col {
        float: left;
        width: 100%;
    }
    .service-imgs {
        margin-top: 35px;
    }
}
@media ( max-width: 767px) {
    /* Blocks
-------------------------------------------------- */
    /* Eco Policy */
    #eco-policy .img {
        height: 250px;
    }
    .order-2 {
        order: 0;
    }
    .order-2-small {
        order: 2;
    }
    /* Careers
-------------------------------------------------- */
    .job-icons p {
        margin-bottom: 2rem;
    }
    .job-icons svg {
        margin-top: 2rem;
    }
    .job-icons h6 {
        margin: 1rem 0 0 0;
    }
}
@media ( max-width: 620px) {
    /* Blocks
-------------------------------------------------- */
    /* Eco Policy */
    #eco-policy .text {
        padding: 3.5rem 1.8125rem;
    }
    /* Careers
-------------------------------------------------- */
    #cv_jobIntro .job-toggle {
        margin-left: 1.5rem;
    }
    #cv_jobIntro .pull-left {
        width: 100%;
    }
    #cv_jobIntro .pull-right {
        width: 100%;
    }
    #cv_jobIntro {
        padding: 0.75rem 1.875rem 1.1875rem;
    }
}
@media screen and (max-width: 400px) {
    .job-actions .pull-left {
        width: 100%;
    }
    .job-actions .pull-right {
        margin-top: 0.625rem;
        text-align: left !important;
        width: 100%;
    }
}
/* Remove Service Images on Mobile & footer responsive
-------------------------------------------------- */

@media screen and (max-width: 991px) {
    .service-imgs {
        display: none;
    }
    #cv_footer .footer-col a {
        overflow-wrap: anywhere;
    }
}


.banner-blue-gradient-bg > .upb_row_bg{
    background: -webkit-linear-gradient(left, rgb(4, 62, 133) 0%, rgb(175, 184, 197) 100%);
}
@media screen and (max-width: 767px) {
    .banner-blue-gradient-bg > .upb_row_bg{
        background: #003e85 !important;
    } 
}







