<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CarShield Navigation Styles */

.miles-disclaimer {
    font-size: 12px;
}

.form-head {
    font-size: 16px;
}
.main-form-label {
    font-size: 14px;
}
.form-control {
    font-size: 16px;
}
.form-label {
    font-size: 16px;
}

@media all and (max-width: 767px) {
    
    .bar.bar--mobile-sticky{
            margin-top: -10px;
    }
.bar.bar--mobile-sticky[data-scroll-class*='fixed'].pos-fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    margin-top: -10px;
}
.bar.bar--mobile-sticky[data-scroll-class*='fixed'] + .bar.pos-fixed {
    top: 1.71428571em;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
}
    
   
    
    
.carshield-cta {
    width: 100% !important;
}
.carshield-cta .bg-blue {
    background-color: #F0FCFF;
    color: #255483 !important;
}
.carshield-cta .btn-orange {
    background-color: #F6A623;
    color: #1C4D80;
    min-height: 44px;
    width: 195px;
    border: none;
    text-align: center;
}
.carshield-cta .btn-orange:hover, .carshield-cta .btn-orange:focus {
    background-color: #e59400;
    color: #ffffff;
}
.carshield-cta .btn-green {
    background-color: #2189B0;
    color: #ffffff;
    min-height: 44px;
    width: 195px;
    border: none;
    text-align: center;
}
.carshield-cta .btn-green:hover, .carshield-cta .btn-green:focus {
    background-color: #24622b;
    color: #ffffff;
}
.carshield-cta img.logo {
    max-width: 150px;
    margin-bottom: 15px;
}
.carshield-cta p.small {
    font-size: 13px;
    margin-bottom: 10px;
}
.carshield-cta .ww-fixed {
    width: 195px !important;
    text-align: center !important;
}
.carshield-cta .icon-phone {
    margin-right: 5px;
}
.btn--fast-quote {
    font-size: 18px !important;
}
.btn--fast-quote, .btn--fast-quote:visited {
    background: #007D3C;
    border-color: #007D3C;
    font-weight: 600;
    color: #fff !important;
}
.btn--fast-quote .btn__text, .btn--fast-quote:visited .btn__text {
    color: #fff !important;
}
.btn--fast-quote .btn__text i, .btn--fast-quote:visited .btn__text i {
    color: #fff !important;
}
.btn--fast-quote:hover {
    background: #00CC63;
    color: #fff !important;
}
.btn--fast-quote:active {
    background: #00AD54;
    color: #fff !important;
}
.btn--call-quote {
    font-size: 18px !important;
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif !important;
    font-weight: 900 !important;
}
.btn--call-quote, .btn--call-quote:visited {
    background: #ff9a00;
    border-color: #ff7400;
    font-weight: 900 !important;
    color: #255483 !important;
}
.btn--call-quote .btn__text, .btn--call-quote:visited .btn__text {
    color: #255483 !important;
}
.btn--call-quote .btn__text i, .btn--call-quote:visited .btn__text i {
    color: #255483 !important;
}
.btn--call-quote:hover {
    background: #ff9a00;
    color: #255483 !important;
}
.btn--call-quote:active {
    background: #ff9a00;
    color: #255483 !important;
}
.call-quote {
    font-size: 16px;
}
.form-head {
    font-size: 16px;
    font-weight: 600
}
.main-form-label {
    font-size: 16px;
}
.form-control {
    font-size: 20px;
    border: solid 1px;
    border-color: #2E2E2E !important;
}
.form-control.state-error {
    -webkit-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7)t;
    -moz-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
    -ms-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
    box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
    background-color: rgba(249, 88, 88, .1);
    color: #DE888A;
    font-size: 20px;
}
.form-label {
    font-size: 13px;
}
label.state-error {
    display: block !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #DE888A !important;
    padding-left: 20px !important;
    margin-bottom: 20px;
}
.mobile-plan-desc {
    font-size: 16px;
    font-weight: bold;
}
}
html, body {
    width: auto!important;
    overflow-x: hidden!important
}


/* Desktop Navigation */
.navbar {
    background-color: white;
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    min-height: 50px;
}

.navbar-brand {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
}

.navbar-brand img {
    height: 44px;
}

.navbar-nav &gt; li &gt; a {
    color: #4a6b8a;
    font-weight: 500;
    padding: 25px 8px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 12px;
    white-space: nowrap;
}

.navbar-nav {
    float: right;
    margin: 0;
}

.navbar &gt; .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-nav &gt; li &gt; a:hover,
.navbar-nav &gt; li &gt; a:focus {
    color: #2c5779;
    background-color: transparent;
}

.navbar-right {
    margin-right: 0;
}

.language-selector {
    display: inline-block;
    margin-left: 10px;
}

.language-selector img {
    height: 20px;
    margin-right: 5px;
}

.language-selector .dropdown-toggle {
    color: #4a6b8a;
    background: none;
    border: none;
    padding: 30px 10px;
}

.call-text {
    color: #666;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    padding: 30px 0;
}

.phone-number {
    display: inline-block;
    background-color: #45a049;
    color: white;
    border-radius: 4px;
    padding: 10px 15px;
    margin: 20px 5px;
    font-weight: bold;
    text-decoration: none;
}

.phone-number:hover {
    background-color: #3c8c3f;
    color: white;
    text-decoration: none;
}

.btn-quote {
    background-color: #4CAF50;
    color: white;
    border-radius: 4px;
    padding: 10px 15px;
    margin: 20px 5px;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
}

.btn-quote:hover,
.btn-quote:focus {
    background-color: #45a049;
    color: white;
}

/* Dropdown styles */
.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding: 0;
    margin-top: 0;
}

.dropdown-menu &gt; li &gt; a {
    padding: 12px 20px;
    color: #4a6b8a;
    border-bottom: 1px solid #f1f1f1;
}

.dropdown-menu &gt; li:last-child &gt; a {
    border-bottom: none;
}

.dropdown-menu &gt; li &gt; a:hover {
    background-color: #f8f8f8;
    color: #2c5779;
}

.dropdown-header {
    padding: 15px 20px;
    color: #2c5779;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
}

/* Mobile Navigation Styles */
.mobile-nav {
    display: none;
}
@media (max-width: 768px) {
    body {
        padding-top: 130px;
    }
    
    
    /* Hide desktop navigation on mobile */
    .desktop-nav {
        display: none;
    }
    
    /* Show mobile navigation */
    .mobile-nav {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        background-color: white;
        z-index: 1000;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }
    
    .mobile-nav-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 15px;
    }
    
    .mobile-brand {
        display: inline-block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .mobile-brand img {
        height: 44px;
    }
    
    .mobile-hamburger {
        font-size: 24px;
        color: #4a6b8a;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }
    
    .mobile-close {
        font-size: 24px;
        color: #4a6b8a;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }
    
    .mobile-buttons {
        display: flex;
        justify-content: space-between;
        padding: .5rem 1rem 1rem;
        border-top: 1px solid #f1f1f1;
        font-size:16px;
        font-weight:600;
    }

    a.mobile-phone:hover,
    a.mobile-quote:hover { text-decoration: none; color: inherit !important; }
    
    .mobile-phone {
        flex: 1;
        padding: 10px 15px;
        margin-right: 10px;
        background-color: white;
        border: 1px solid lightgray;
        border-radius: 4px;
        color: #4a6b8a;
        font-weight:600;
        text-align: center;
        text-decoration: none;
    }
    
    .mobile-quote {
        flex: 1;
        padding: 10px 15px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 4px;
        font-weight:600;
        text-decoration: none;
        text-align: center;
    }
    
    /* Mobile Menu */
    .mobile-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: white;
        z-index: 1001;
        overflow-y: auto;
    }
    
    .mobile-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        width: 100vw;
        padding: 0 15px;
        background-color: #fff;
        border-bottom: 1px solid lightgray;
        box-shadow: 0px 1px 5px 0px #D6D6D6;
    }
    
    .mobile-search {
        position: relative;
        padding: 15px;
        border-bottom: 1px solid #f1f1f1;
    }
    
    .mobile-search input {
        width: 100%;
        padding: 10px;
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        padding-right: 40px;
    }
    
    .mobile-search button {
        position: absolute;
        right: 25px;
        top: 25px;
        background: none;
        border: none;
        color: #4a6b8a;
    }
    
    .mobile-accordion {
        list-style-type: none;
        padding: 78px 0 0;
        margin: 0;
    }
    
    .mobile-accordion li {
        border-bottom: 1px solid #f1f1f1;
    }
    
    .mobile-accordion-header {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        color: #4a6b8a;
        background: none;
        border: none;
        width: 100%;
        text-align: left;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
    }
    
        .mobile-accordion-header-link {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        color: #4a6b8a;
        background: none;
        border: none;
        width: 100%;
        text-align: left;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
    }
    
    
    .mobile-accordion-content {
        display: none;
        padding: 0 15px 15px;
    }
    
    .mobile-accordion-content ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    
    .mobile-accordion-content ul li {
        padding: 10px 0;
        border-bottom: none;
    }
    
    .mobile-accordion-content ul li a {
        color: #4a6b8a;
        text-decoration: none;
         font-size: 15px;
    }
    
    .mobile-footer {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        background-color: #f8f8f8;
        border-top: 1px solid lightgray;
        position: sticky;
        bottom: 0;
    }
    
    .mobile-footer a {
        color: #4a6b8a;
        text-decoration: none;
        font-size: 16px;
    }

    .mobile-footer i { margin-right: .5rme; }
    
    /* Add padding to the body when mobile nav is fixed */
    body.mobile-nav-active {
        padding-top: 110px;
    }
}

/* Caret for dropdowns */
.caret-down::after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 5px;
}

/* Special dropdown styling for "HOW IT WORKS" */
.megamenu {
    padding: 20px 0;
    width: 100%;
    background-color: #fff;
}

.megamenu h4 {
    color: #2c5779;
    font-weight: bold;
    margin-top: 0;
}

.megamenu-header {
    padding: 15px 20px;
    font-weight: bold;
    color: #2c5779;
    border-bottom: 1px solid #f1f1f1;
}

.megamenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.megamenu-list li {
    padding: 10px 20px;
    border-bottom: 1px solid #f1f1f1;
}

.megamenu-list li:last-child {
    border-bottom: none;
}

.megamenu-list li a {
    color: #4a6b8a;
    text-decoration: none;
}

.megamenu-list li a:hover {
    color: #2c5779;
}


  /* Modal Styles */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1500;
            display: none;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .quote-modal {
            position: fixed;
            top: -100%;
            left: 0;
            right: 0;
            margin: 0 auto;
            background-color: white;
            width: 100%;
            max-width: 600px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            z-index: 1600;
            padding: 0;
            transition: top 0.5s ease;
            max-height: 90vh;
            overflow-y: auto;
        }
        
        .modal-header {
            padding: 15px 20px;
            text-align: center;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            position: relative;
        }
        
        .modal-logo {
            font-size: 24px;
            font-weight: bold;
            color: #1a3b55;
            margin-bottom: 10px;
        }
        
        .modal-logo span {
            color: #ff6600;
        }
        
        .modal-tagline {
            font-size: 20px;
            font-weight: bold;
            color: #000;
            margin: 0;
        }
        
        .modal-title {
            font-size: 18px;
            font-weight: 900;
            color: #1a3b55;
            margin: 0;
            padding: 15px 20px;
            white-space: nowrap;
        }

       .modal-call-us {
            font-size: 18px;
            font-weight: 700;
            color: #1a3b55;
            margin-top: 16px;
        }
        
        .modal-close {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 22px;
            background: none;
            border: 1px solid #ccc;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            line-height: 28px;
            text-align: center;
            cursor: pointer;
            color: #000;
            z-index: 10;
        }
        
        .modal-body {
            padding: 0 20px 20px;
        }
        
        .form-group {
            margin-bottom: 15px;
        }
        
        .form-control {
            width: 100%;
            padding: 10px 15px;
             border: 1px solid rgba(0, 87, 132, .5) !important;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
            border-radius: 4px;
            font-size: 16px;
        }
        
        .form-select {
            width: 100%;
            padding: 10px 15px;
           /* border: 1px solid #005784 !important;*/
             border: 1px solid rgba(0, 87, 132, .5);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
            border-radius: 4px;
            font-size: 16px;
            appearance: none;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 15px center;
        }
        
        .form-label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
            color: #263f52;
            font-size: 12px;
        }
        
        .section-title {
            font-size: 16px;
            color: #2c5779;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
        .section-title i {
            margin-right: 8px;
            color: #2c5779;
        }
        
        .btn-submit {
            background-color: #4CAF50;
            color: white;
            border: none;
            border-radius: 4px;
            padding: 12px 20px;
            font-size: 16px;
            font-weight: bold;
            width: 100%;
            margin-top: 10px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            text-transform: uppercase;
        }
        
        .btn-submit:hover {
            background-color: #45a049;
        }
        
        .form-disclaimer {
            text-align: center;
            margin-top: 15px;
            font-size: 14px;
            color: #666;
        }
        
        /* Mileage Slider */
        .mileage-slider {
            margin-top: 10px;
            position: relative;
            padding-top: 40px;
        }
        
        .mileage-value {
            background-color: #4CAF50;
            color: white;
            display: inline-block;
            padding: 5px 10px;
            border-radius: 4px;
            font-weight: bold;
            position: absolute;
            top: 0;
            transform: translateX(-50%);
            text-align: center;
            min-width: 80px;
        }
        
        .mileage-value:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #4CAF50 transparent transparent transparent;
        }
        
        /*.slider {
            width: 100%;
            height: 8px;
            background: #d3d3d3;
            outline: none;
            -webkit-appearance: none;
            appearance: none;
            border-radius: 4px;
            margin-top: 8px;
        }*/
        
        .slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #4CAF50;
            cursor: pointer;
            border: 2px solid white;
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        }
        
        .mileage-range {
            display: flex;
            justify-content: space-between;
            font-size: 12px;
            color: #666;
            margin-top: 5px;
        }
        
        /* Show Modal Animation */
        .modal-overlay.show {
            display: block;
            opacity: 1;
        }
        
        .quote-modal.show {
            top: 5%;
        }
        
        /* Body styles when modal is open */
        body.modal-open {
            overflow: hidden;
        }
        
        /* Form background */
        .form-section {
            background-color: #f0f8ff;
            padding: 15px 20px;
            border-radius: 8px;
            margin-bottom: 20px;
            border: 1px solid rgba(38, 63, 82, 0.1);
        }</pre></body></html>