/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

html {
    font-family: 'Lato', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #393939;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}


.small,
small {
    font-size: 85%
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}


ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.clearfix:after,
.clearfix:before,
.fluid-wrapper:after,
.fluid-wrapper:before {
    display: table;
    content: " "
}
.clearfix:after, .fluid-wrapper:after {
    clear: both
}

/******** ============== Custom CSS ==================== **************/
.container {
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

img {
    max-width: 100%;
}
a:hover {
    text-decoration: none;
}
header {
    background: #fff;
    padding: 10px 0;
    min-width: 1140px;
}
#header {
    background: #fff;
}

/******** Header *******/
.logo-container {
    float: left;
    width: 205px;
}
.support-text {
    float: left;
    width: 440px;
    font-size: 25px;
    line-height: 56px;
    font-style: italic;
    text-align: right;
    margin-left: 15px;
}
.free-quote-box {
    float: left;
    width: 435px;
    background: #135B7E;
    padding: 5px 10px;
    color: #fff; 
    overflow: hidden;
    margin-left: 15px;
}
.free-quote-box .free-quote-text {
    float: left;
    width: 118px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-align: right;
}
.free-quote-box .free-quote-tel {
    float: left;
    padding: 5px 25px;
    background: #FF8503;
    margin-left: 15px;
    border-radius: 5px;
}
.free-quote-box .free-quote-tel span {
    display: block;
    color: #fff;
    background: url('/images/icon-telephone.png') left center no-repeat #FF8503;
    padding-left: 40px;
    font-size: 24px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 0.03em;
}
.free-quote-box .free-quote-tel a:hover {
    text-decoration: none;
}



/********* Quote form ********/
.quote-form-wrapper {
    padding: 30px 0;
    background: linear-gradient(78.3deg, #87F1F8 0%, #58B5F9 100.28%);
    background-color: #65C5F8;
    min-width: 1140px;
}
.quote-form-box {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.quote-form-box h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0.01em;
}
.quote-form-input {
    margin-bottom: 15px;
}
.quote-form-input input[type="text"] {
    display: inline-block;
    min-height: 70px;
    background: url('/images/icon-zip.png') left 20px center no-repeat #FFF;
    padding: 10px 10px 10px 60px;
    font-size: 22px;
    width: 400px;
    border-radius: 10px;
    border: none;
    font-weight: bold;
    margin-right: 15px;
    margin-bottom: 15px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}
.quote-form-input button[type="submit"] {
    background: #FFE600;
    border: none;
    min-height: 70px;
    font-size: 22px;
    line-height: 44px;
    font-weight: 900;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}
.quote-form-input .errorMsg {
    position: relative;
}
.quote-form-input .errorMsg span {
    display: block;
    text-align: left;
    width: 240px;
    padding: 10px;
    background-color: #FDCDCD;
    border: 1px solid #AE0000;
    letter-spacing: 0.3px;
    font-weight: 700;
    border-radius: 4px;
    position: absolute;
    left: 53px;
    top: -10px;

}
.quote-form-input .errorMsg span:after {
    content: '';
    background-image: url('/images/error-point.png');
    background-size: 18px 10px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -10px;
    left: 16px;
}

/********* Bid to offer ********/
.bid-to-offer-wrapper {
    background: #231440;
    padding: 30px 0;
    color: #fff;
    min-width: 1140px;
}
.bid-to-offer-text {
    float: left;
    width: 660px;
    font-size: 30px;
    padding: 0 40px 0 60px;
}
.bid-to-offer-text span {
    display: inline-block;
    font-weight: 700;
    background: url('/images/best-rate-underline.png') bottom center no-repeat transparent;
    padding-bottom: 5px;
}
.bid-to-offer-wrapper .contact-info {
    float: left;
    width: 400px;
}
.bid-to-offer-wrapper .contact-info p {
    font-size: 18px;
    font-weight: 700;
}
.bid-to-offer-wrapper .contact-info .call-number {
    display: inline-block;
    padding: 5px 30px;
    color: #fff;
    background: #FF8503;
    border-radius: 5px;
    margin-left: 15px;
}
.bid-to-offer-wrapper .contact-info .call-number a {
    display: block;
    color: #fff;
    background: url('/images/icon-telephone.png') left center no-repeat #FF8503;
    padding-left: 40px;
    font-size: 34px;
    font-weight: 900;
    line-height: 42px;
}

.tooltip-helper {
    color:#428BCA;
    cursor:pointer;
    font-size:0.875em;
    margin-left:0.2em;
}
.popover {
    font-family: 'lato';    
    font-size:0.875em!important;
    background-color: #5F5F5F!important;
    color:#ffffff!important;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal;
}

.popover.top {
    margin-top: -12px!important;
}

.popover.top>.arrow:after {
    border-top-color: #5F5F5F!important;
}

/*-- Validation Styling --*/

.has-error .form-control {
    background-color:#FFC8C8;
}

#sub-form .errorMsg {
    font-size: 13px;
    display: block;
    color: #AE0000;
    margin-top: 3px;
    margin-left: 1px;
    font-family: 'lato';
    font-weight: bold;
}




/* Sub Steps */

form .form-group .radio-btn {
    color: #333333;
    font-size: 14px;
    background-color: #e7e7e7;
    border: none;
    box-shadow: none;
    width: 48%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

form .form-group .radio-btn:hover, 
form .form-group .radio-btn.active {
    background-color: #68c6e9;
    color: #ffffff;
}

form .site-submit-btn {
    background-color: #ff0000;
    border: none;
    color: #ffffff;
    font-weight: 700;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(118, 73, 13, 0.50);
    box-shadow: 0px 1px 0px 0px rgba(118, 73, 13, 0.50);
    width: 100%;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border: 0 solid #000000;
    margin-top: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

form .site-submit-btn:hover,
form .site-submit-btn:active,
form .site-submit-btn:focus {
    background-color: #d50000;
    color: #ffffff;
}

.step2, .step3, .step4, .confirmpage {
    background-color: #135b7e;
}

#sub-step {
    padding: 1.5625em 0 0.3125em;
}

#sub-step .step-title {
    text-align: center;
    font-size: 1.3em;
    color: #ffffff;
    padding-left: 1em;
    padding-right: 1em;
}

#sub-form {
    background-color: #f6f6f4;
    padding-top: 0.625em;
    padding-bottom: 1.25em;
    margin-bottom: 20%;
    border: 0px solid #000000;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

    #sub-form p.current-step {
        text-align: center;
        margin-bottom: 1.25em;
        margin-top: 0.625em;
        font-size: 16px;
        font-weight: 700;
        color: #ff0000;
    }

    #sub-form form .form-group .dropdown {
        margin-bottom: 0.25em;
    }

    #sub-form form .form-group .radio-btn {
        border: 1px solid #cccccc;
        width: 80px;
        font-weight: 700;
    }

    #sub-form form .form-group .radio-btn.active {
        border: 1px solid #52A7C7;
        color: #ffffff;
    }

    #sub-form form .form-group .btn-right {
        float: none;
    }

    #sub-form form .site-submit-btn {
        width: 260px;
        margin: 1.875em auto 0.625em;
        display: block;
    }
	#sub-form form .submit-legal {
		font-size: 12px;
		line-height: 17px;
	}



/*------- Personalized Feed Header -------*/

#feedHeaderBox {
    background-color:#ffffff;
    padding-top:12px;
    padding-bottom:20px;
    border:solid 1px #e05a4f;
    margin-bottom:50px;
}

#feedHeaderBox .headline p {
    color:#4f3333;
    font-size:22px;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    margin-bottom:0px;
    line-height:24px;
}

#feedHeaderBox .cOne{
    color:#a5a5a5;
    font-weight:normal;
}

#feedHeaderBox .cTwo{
    color:#e05a4f;
}

#feedHeaderBox .cThree {
    color:#a1261c;
}

#feedHeaderBox .end {
    margin-right:0px!important;
}

#feedHeaderBox .subHeadline {
    color:#4f3333;
    font-size:14px;
    line-height:17px;
    text-align:center;
    margin-top:10px;
}

#feedHeaderBox .box2 {
    border:3px solid #e05a4f;
    margin:-50px auto 0px;
    width:305px;
    position:relative;
    top: 50px;
    background-color:#ffffff;
}

#feedHeaderBox .box2 ul {
    list-style-type:none;
    padding:6px 10px;
    margin-bottom:0px;
    font-size:11px;
}

#feedHeaderBox .box2 ul li {
    display:inline-table;
    margin-right:11px;
}

#feedHeaderBox .box2 ul li span {
    display:block;
}

#feedHeaderBox .box2 ul .location {
    width:166px;
}



/*-----------------------------*/
/*------- Click Feed -------*/
/*-----------------------------*/

#call-end {
    padding-top:0.75em;
    margin-bottom:0.625em;
}

#call-end .action-msg {
    font-family: 'open_sanssemibold';
    font-size:1.25em;
    color:#ffffff;
    margin-top:5px;
    margin-left: -15px;
    margin-right: -15px;
}

#call-end .feed-title {
    font-family: 'open_sansregular';
    font-size:1em;
    color:#ffffff;
    margin-left: -15px;
    margin-right: -15px;
}

#click-feed {
    color:#333333;
    margin-top:0.25em;
}

#click-feed .feed-details {
    background-color:#fff1a3;
    padding:0.625em 0.9375em;
    font-size:0.875em;
    font-family: 'open_sansregular';
    margin-left: -15px;
    margin-right: -15px;
    margin-top:-10px;
}



/* Footer */

#footer {
    background-color: #ffffff;
    padding-top: 2.5em;
    /* padding-bottom: 3.125em; */
    color: #333333;
    font-size: .75em;
}

    #footer img.site-logo {
        width: 205px;
        height: auto;
        margin-bottom: 0.3125em;
    }

    #footer p {
        margin-bottom: 1.25em;
        font-size: 12px;
    }

    #footer ul {
        list-style-type: none;
        padding-left: 0;
    }

        #footer ul li a {
            cursor: pointer;
            color: #333333;
            font-size: 12px;
            font-weight: 700;
        }