/* ==========================================================================
    RESETS
    ========================================================================== */
*:focus,
*:hover,
*:active,
.btn:focus,
.btn:hover,
.btn:active,
a:focus,
a:hover,
a:active {
    outline: none;
    outline: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
p {
    margin: 0 0 15px;
}

/* ==========================================================================
    UTILS
    ========================================================================== */
html, body {
    max-width:100%;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}
.relative { position: relative; }
.absolute { position: absolute; }
.in-block { display: inline-block; }
.hidden {display: none }
.hidden-sm-up { display: none !important }

.margin-bottom-0 { margin-bottom: 0 !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-bottom-15 { margin-bottom: 15px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.margin-bottom-25 { margin-bottom: 25px !important; }
.margin-bottom-30 { margin-bottom: 30px !important; }
.margin-bottom-40 { margin-bottom: 40px !important; }
.margin-bottom-45 { margin-bottom: 45px !important; }
.margin-bottom-50 { margin-bottom: 50px !important; }
.margin-bottom-60 { margin-bottom: 60px !important; }
.margin-bottom-70 { margin-bottom: 70px !important; }
.margin-bottom-80 { margin-bottom: 80px !important; }
.margin-bottom-90 { margin-bottom: 90px !important; }
.margin-top-0 { margin-top: 0 !important; }
.margin-top-10 { margin-top: 10px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-top-25 { margin-top: 25px !important; }
.margin-top-30 { margin-top: 30px !important; }
.margin-top-40 { margin-top: 40px !important; }
.margin-top-50 { margin-top: 50px !important; }
.margin-top-70 { margin-top: 70px !important; }
.margin-top-80 { margin-top: 80px !important; }
.margin-top-90 { margin-top: 90px !important; }

/* ==========================================================================
    DEFAULTS
    ========================================================================== */
body {

    background: url("/assets/108aa1b0/images/background.jpg") repeat;
    background-size: 100px 100px;
}
body,
a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #444;
    font-weight: 400;
}
a, a:visited {
    color: #CE0202;
}
a:hover {
    text-decoration: none;
    color: #890404;
}

.container {
    max-width: 1000px;
    padding-right: 0;
    padding-left: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #444;
    margin-bottom: 10px;
}
h1,
.h1 {
    font-size: 24px;
    line-height: 30px;
    color: #CE0202;
}
h2 {
    font-size: 32px;
    line-height: 40px;
}
h3 {
    font-size: 28px;
    line-height: 38px;
    color: #3871CF;
}
h4 {
    font-size: 21px;
    line-height: 27px;
    color: #837E7C;
}

hr {
    border-color: #D8D8D8;
    margin: 30px 0;
}

.wrap-site {
    background: #fff;
    border: 4px solid #CE0202;
}

.inline-block {
    display: inline-block;
}

.content {
    padding: 30px 15px 30px 25px;
    position: relative;
}

.content.content-border {
    border: 1px solid #DDDDDD;
}

.navbar {
    border-radius: 0px;
    border: 0px;
    margin-bottom: 0px;
}
.navbar-toggle {
    position: absolute;
    top: 50px;
    left: 20px;
    margin: 0;
    padding: 0;
    border: none;
    background: none !important;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
    background-color: #CE0202;
}
.navbar-toggle .icon-bar {
    width: 28px;
    height: 5px;
}
.navbar-toggle .icon-bar {
    background-color: #CE0202;
}
.navbar-collapse {
    padding: 0px;
}

/* ==========================================================================
    ICONS
    ========================================================================== */


/* ==========================================================================
    BUTTONS
    ========================================================================== */
.btn {
    font-weight: 700;
    padding: 9px 28px;
}
.btn.btn-danger {
    color: #F9F9F9;
    background: #CE0202;
    box-shadow: inset 0px 0px 3px 3px #FF0000;
    border: 2px solid #AB0000;
    border-radius: 5px;
}
.btn.btn-primary {
    color: #FFF;
    background: #0093DB;
    border-radius: 5px;
}

/* ==========================================================================
    FORM
    ========================================================================== */



/* ==========================================================================
    HEADER
    ========================================================================== */
header {
    position: relative;
    padding: 25px;
    background: #D1DEE5;
    background-image: linear-gradient(-180deg, #D1DEE5 0%, #F9F9F9 100%);
}

header .logo a {
    max-width: 341px;
    float: left;
    text-align: center;
}
header .logo a img {
    max-width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
header .logo a span {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #00498C;
    text-shadow: 1px 1px 0 #CE0202, -1px -1px 0 #CE0202, 1px -1px 0 #CE0202, -1px 1px 0 #CE0202, 1px 1px 0 #CE0202;
}

.header-phone-cta {
    font-size: 14px;
    line-height: 20px;
    color: #004A75;
    margin-bottom: 14px;
    display: inline-grid;
    padding: 10px 22px;
    background: #FEFEFE;
    background-image: linear-gradient(-180deg, #FEFEFE 0%, #C4C3C3 100%);
    border: 2px solid #004A75;
    box-shadow: -2px 4px 4px 0 rgba(0,0,0,0.50);
    border-radius: 10px;
}
.header-phone-cta:hover, .header-phone-cta:active, .header-phone-cta:focus {
    color: #004A75;
    background: #C4C3C3;
    background-image: linear-gradient(-180deg, #C4C3C3 0%, #FEFEFE 100%);
}
.header-phone-cta span {
    display: inline-block;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #E51837;
}
.header-phone-cta span i {
    font-size: 20px;
    color: #004A75;
}

.header-badge {
    width: 125px;
    height: 126px;
    float: left;
    padding: 18px;
    padding-top: 22px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -62px;
    background: url("/assets/108aa1b0/images/header-badge.png") top center no-repeat transparent;
    background-size: 125px 126px;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    color: #223E79;
}
.header-badge strong {
    font-size: 25px;
    font-weight: 800;
}


ul.nav {
    background: #004A75;
}
ul.nav li {
    padding: 18px 25px;
}
ul.nav li:hover,
ul.nav li:focus,
ul.nav li.active {
    padding-right: 20px;
}
ul.nav li a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 0;
}
ul.nav li:hover a,
ul.nav li:focus a,
ul.nav li.active a {
    color: #fff;
    font-weight: 700;
    background: transparent;
}

/* ==========================================================================
    CONTENT
    ========================================================================== */
img.img-border {
    border: 2px solid #004A75;
    padding: 4px;
    background: #CE0202;
    box-shadow: inset 0px 0px 0px 2px #fff;
}

.cta-phone {
    position: relative;
    background: #CE0202;
    -webkit-border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-topright: 100px;
    -moz-border-radius-bottomright: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 12px 30px 12px 30px;
    margin: 30px 0;
    margin-left: 35px;
}
.cta-phone:before {
    width: 50px;
    height: 80px;
    float: left;
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: -32px;
    background: url("/assets/108aa1b0/images/cta-phone-tool.png") top center no-repeat transparent;
}
.cta-phone:after {
    width: 30px;
    height: 20px;
    content: "";
    position: absolute;
    z-index: 1;
    left: -20px;
    bottom: 0px;
    background: #CE0202;
}
.cta-phone h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0px;
}
.cta-phone p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0px;
}
.cta-phone .wrap-phone {
    margin-top: 6px;
}
.cta-phone a {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #FFD400;
    text-decoration: underline;
    float: right;
    margin-left: 15px;
}
.cta-phone span.fa-stack i {
    color: #CE0202;
}
.cta-phone span.fa-stack i.fa-circle {
    color: #FFF;
}

.service-box {
    margin-bottom: 30px;
}
.service-box img {
    border-radius: 10px;
    margin-bottom: 10px;
}
.service-box h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
}
.service-box p {
    font-size: 14px;
    line-height: 20px;
}


.reviews {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.reviews figure {
    height: 40px;
}
.reviews img {
    display: inline-block;
}
.reviews .stars {
    margin: 0 0 4px;
}
.reviews .stars .fa {
    font-size: 21px;
    line-height: 31px;
    color: #999999;
}
.reviews .stars .fa.active {
    color: #FFD100;
}
.reviews .rating {
    font-size: 14px;
    line-height: 18px;
    color: #4A4A4A;
}


.wrap-coupons {
    width: 100%;
    float: left;
    margin: 30px 0;
    padding: 35px;
    background: #D1DEE5;
    background-image: linear-gradient(-180deg, #D1DEE5 0%, #F9F9F9 100%);
    border: 4px solid #CE0202;
}
.coupon {
    width: 100%;
    height: 150px;
    float: left;
    padding: 20px 15px;
    text-align: center;
    position: relative;
    background-image: linear-gradient(-180deg, #FFFFFF 0%, #EBEBEB 100%);
    border: 3px solid #CE0202;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.50);
}
.coupon:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    border: 4px solid #004A75;
}
.coupon span {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #CE0202;
    text-shadow: 0 2px 3px rgba(0,0,0,0.30);
}
.coupon small {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 10px;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    color: #0093DC;
}

html.homepage .content:before {
    width: 330px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    content: "";
    background: #F3F3F3;
}

.wrap-form-sidebar {
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 15px 20px;
    background: #004A75;
    background-image: -webkit-linear-gradient(#0081AE 0%, #004A75 100%);
    background-image: -o-linear-gradient(#0081AE 0%, #004A75 100%);
    background-image: linear-gradient(#0081AE 0%, #004A75 100%);
}
.wrap-form-sidebar:before {
    width: 100%;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: -12px;
    left: 0px;
    content: "";
    background: url("/assets/108aa1b0/images/form-quote-bg.png") top center no-repeat transparent;
    background-size: 259px auto;
}
.wrap-form-sidebar h2 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    position: relative;
}
.wrap-form-sidebar h2:before {
    width: 58px;
    height: 6px;
    position: absolute;
    left: 22px;
    top: 29px;
    content: "";
    background: url("/assets/108aa1b0/images/marker-red.png") top center no-repeat transparent;
    background-size: 60px auto;
}

.wrap-form-sidebar .form-quote ul.list {
    width: 100%;
    float: left;
    background: #FFFFFF;
    border: 2px solid #E6E6E6;
    border-radius: 4px;
    margin-bottom: 10px;
}
.wrap-form-sidebar .form-quote ul.list li {
    width: 100%;
    float: left;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 10px;
    border-top: 2px solid #E6E6E6;
}
.wrap-form-sidebar .form-quote ul.list li:first-child {
    border-top: 0px;
}
.wrap-form-sidebar .form-quote ul.list li input[type="radio"] {
    float: left;
    margin-right: 10px;
}
.wrap-form-sidebar .form-quote .btn.btn-danger {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
}
.list-badges {
    width: 100%;
    display: inline-block;
    margin: 22px 0;
}
.list-badges li {
    margin: 0 25px;
}

.box-sidebar {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    overflow: hidden;
    margin-bottom: 30px;
}
.box-sidebar h3 {
    font-size: 22px;
    line-height: 30px;
    color: #CE0202;
}
.box-sidebar .description {
    width: 100%;
    float: left;
    padding: 20px 18px;
    background: #fff;
    border: 1px solid #E6E6E6;
}
.box-sidebar .description a {
    font-size: 14px;
    line-height: 20px;
    color: #0093DC;
}
.box-sidebar .description.rounded {
    border-radius: 5px;
}


.business-hours {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 15px 0;
    background: #004A75;
}
.business-hours div.item {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 6px 20px;
    margin-top: 5px;
}
.business-hours div.item .weekday {
    width: 50px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}
.business-hours div.item .hours {
    width: 150px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.business-hours div.item .open {
    float: right;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    color: #FFD400;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 10px;
}
.business-hours div.item.active {
    background: #0093DC;
    position: relative;
}
.business-hours div.item.active:before {
    width: 5px;
    height: 100%;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background: #FFD400;
}

.box-sidebar .brands {
    text-align: center;
}
.box-sidebar .brands img {
    display: inline-block;
}

.box-sidebar .description ul li {
    margin-top: 4px;
}
.box-sidebar .description ul li:first-child {
    margin-top: 0px;
}

.table.table-facts {
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.table.table-facts > tbody > tr > td,
.table.table-facts > tbody > tr > th {
    background: #fff;
}

.table.table-facts tr td.field {
    width: 50%;
}
.table.table-facts tr td.value {
    width: 50%;
}


.service-boxes .col-md-4 {
    margin-bottom: 30px;
}
.service-boxes h2 {
    font-size: 16px;
    line-height: 22px;
    color: #CE0202;
    margin-top: 15px;
}
.service-boxes p {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

html.coverage ul.list-coverage li {
    width: 33%;
    float: left;
    margin-bottom: 10px;
}
html.coverage ul.list-coverage li a {
    color: #0093DC;
}


/* ==========================================================================
    CONTACT US
========================================================================== */
.contact-form label {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 7px;
}
.contact-form label.error {
    font-size: 12px;
    line-height: 14px;
    color: #CE0202;
}
html.contact-us .wrap-form-sidebar h2 {
    margin-bottom: 20px;
}
html.contact-us .wrap-form-sidebar h2:before {
    display: none;
}
.contact-form .btn.btn-danger {
    width: 100%;
}

.alert.alert-success.thank-you-contact-form {
    margin-bottom: 40px;
    background: #70BE22;
    border: 0px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding-left: 50px;
}
.alert.alert-success.thank-you-contact-form .fa {
    position: absolute;
    top: 22px;
    left: 30px;
    font-size: 23px;
    color: #E6FFCC;
}

#mapLeaflet {
    width: 100%;
    height: 400px;
    float: left;
}



/* ==========================================================================
    PRE FOOTER
    ========================================================================== */
.pre-footer {
    width: 100%;
    float: left;
    padding: 25px;
    background: #004A75;
    box-shadow: inset 0 0 40px 0 rgba(0,0,0,0.50);
}
.pre-footer .col-md-4 {
    min-height: 330px;
    border-left: 2px dotted #fff;
}
.pre-footer .col-md-4:first-child {
    border: none;
}
.pre-footer .btn {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    cursor: inherit;
}
.pre-footer .btn.btn-danger {
    box-shadow: none;
}
.pre-footer h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.pre-footer p,
.pre-footer p a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}


/* ==========================================================================
    FOOTER
========================================================================== */
footer {
    width: 100%;
    float: left;
    color: #fff;
    padding: 35px 30px;
    background: #3F3F3F;
}
footer .navigation,
footer .navigation a {
    font-size: 14px;
    line-height: 20px;
    color: #B3B3B3;
}
footer .copyright {
    font-size: 14px;
    line-height: 20px;
    color: #B3B3B3;
    margin: 10px 0 0;
}

.mob-fixed-footer {
    display: none;
}

/* ==========================================================================
    RESPONSIVE
    ========================================================================== */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1440px) {

}

@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 1024px) and (min-width: 992px) {

}

@media only screen and (max-width: 992px) {
    header .logo a {
        max-width: 260px;
    }
    .header-phone-cta {
        float: right;
        font-size: 12px;
    }
    .header-phone-cta span {
        font-size: 22px;
    }
    header .btn-danger {
        float: right;
    }
    html.homepage .content:before {
        background: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .hide-on-sm {
        display: none !important;
    }
    .show-on-sm {
        display: block !important;
    }

    header .logo {
        text-align: center;
    }
    header .logo a {
        max-width: 186px;
        float: none;
        display: inline-block;
    }
    header .logo a img {
        margin-bottom: 3px;
    }
    header .logo a span {
        font-size: 18px;
        line-height: 24px;
    }
    header .header-badge {
        width: 70px;
        height: auto;
        padding: 0px;
        margin: 0px;
        left: auto;
        top: 36px;
        right: 15px;
        background: none;
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;
    }
    header .header-badge strong {
        font-weight: 900;
        font-size: 12px;
        line-height: 14px;
    }

    ul.nav {
        box-shadow: inset 0 0 40px 0 rgba(0,0,0, 0.5);
        padding: 15px 0;
    }
    ul.nav li {
        width: 100%;
    }

    .buttons-header-mobile {
        padding: 15px 10px;
        background: #F9F9F9;
        background-image: -webkit-linear-gradient(#D1DEE5 0%, #F9F9F9 100%);
        background-image: -o-linear-gradient(#D1DEE5 0%, #F9F9F9 100%);
        background-image: linear-gradient(#D1DEE5 0%, #F9F9F9 100%);
    }

    .header-phone-cta {
        float: none;
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
    }
    .header-phone-cta span {
        font-size: 26px;
        line-height: 30px;
    }

    .buttons-header-mobile .btn.btn-danger {
        width: 100%;
    }

    .tap-to-call {
        width: 100%;
        text-align: center;
        display: inline-block;
        padding: 10px 20px 15px;
        background: #CE0202;
    }
    .tap-to-call span {
        width: 100%;
        display: inline-block;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        margin-bottom: 6px;
    }
    .tap-to-call a {
        display: inline-block;
        font-weight: 700;
        font-size: 36px;
        line-height: 36px;
        color: #fff;
        padding: 6px 20px;
        border-radius: 4px;
        border: 1px solid #fff;
    }

    .cta-phone {
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .cta-phone:before {
        bottom: auto;
        top: -10px;
    }
    .cta-phone:after {
        width: 50px;
        height: 100px;
        left: -32px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .cta-phone a {
        float: none;
    }
    .cta-phone .wrap-phone {
        margin-left: -46px;
        margin-right: -15px;
        margin-top: 20px;
        text-align: left;
        position: relative;
        z-index: 10;
    }
    .cta-phone .wrap-phone .fa-stack {
        float: left;
    }
    .cta-phone h3 {
        font-size: 34px;
        line-height: 50px;
        display: inline-block;
        margin-top: -10px
    }

    .wrap-coupons {
        padding: 20px;
        padding-top: 0px;
    }
    .wrap-coupons .coupon {
        margin-top: 20px;
    }

    .pre-footer .col-md-4:first-child {
        margin: 0px;
        padding: 0px;
    }
    .pre-footer .col-md-4 {
        min-height: initial;
        height: auto;
        border: 0px;
        border-top: 2px dotted #fff;
        margin-top: 30px;
        padding-top: 30px;
    }

    footer {
        padding: 25px 15px;
        text-align: center;
    }
    footer.footer_margin {
        margin-bottom: 99px;
    }
    footer img {
        display: none !important;
    }

    .mob-fixed-footer {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 10000;
        display: none;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}

/* Retina Images */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {


}