@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Andada|Open+Sans:300,400,400i,600,700&display=swap');


/*----- Site -----*/

body {
    background-color:#135b7e;
    color:#333333;
    font-size:16px!important;
}

.clear {
    clear:both;
}

/*----- transition for sizing -----*/

#header img.site-logo, #header .contact, #circle, #circle img.health-icon {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


/*----- Header -----*/

#header {
    background-color:#ffffff;
    font-family: 'Andada';
    color:#333333;
    padding:0.5em 0em 0em;
}

#header img.site-logo {
    margin:0em auto .5em;
    display:block;
    width:165px;
    height:auto;
}

#header .contact {
    font-size:0.875em;
    text-align:center;
}

#header .contact a {
    font-family: 'Andada';
    color:#333333;
}

#header .contact .glyphicon {
    margin-right: .3125em;
}


/*----- Hero & LP form -----*/

#hero {
    color:#ffffff;
}

#hero h1 {
    font-family: 'Open Sans';
    font-weight: light;
    font-size:1.7em;
    line-height:1.38em;
    padding-bottom:.6em;
}

#hero #form-box {
    border-radius: 6px; 
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-left:0.9375em;
    margin-right:0.9375em;
    padding:1.7em 1.3em 2em;
}

label {
    margin-bottom: 2px!important;
    font-family: 'Open Sans';
    font-weight: 600;
}

.form-group {
    margin-bottom:10px!important;
}
 
.form-control {
    font-size:1em!important;
}

.border-no {
    border:none!important;
}

.boxshadow-no {
    -webkit-box-shadow:none!important;
    -moz-box-shadow:none!important;
    box-shadow:none!important;
}

form .form-group .radio-btn {
    color:#333333;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size:1em;
    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 {
    color:#ffffff;
    background-color:#68c6e9;
}

form .site-submit-btn {
    background-color:#ff0000;
    border:none;
    color:#ffffff;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size:1em;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(118, 73, 13, 0.50);
    -moz-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%;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 0px 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;
}

form .secure {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size:.7857em;
    color:#ffffff;
    text-align:center;
    margin-top:1em;
}




/*-- Validation Styling --*/

.has-error .form-control {
    background-color:#FFC8C8;
}

#hero .errorMsg, #sub-form .errorMsg {
    font-size: 13px;
    display: block;
    color: #AE0000;
    margin-top: 3px;
    margin-left: 1px;
    font-family: 'Open Sans';
    font-weight: bold;
}

#hero .errorMsg {
    color: #FFDF00!important;
}

/*----- circle -----*/

#circle {
    margin-top: 15px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: #f6f6f4;
    margin: 0px auto;
    padding-top:1.25em;
    margin-top:1.25em;
}
#circle img.health-icon {
    width: 50px;
    height: auto;
    display: block;
    margin: 0px auto;
}


/*----- Benefits -----*/

#benefits {
    background-color:#f6f6f4;
    margin-top: -3.75em;
    padding-top: 0.9375em;
}

#benefits .container {
    margin-left:0.9375em;
    margin-right:0.9375em;
}

.content-title {
    font-family: 'Andada';
    font-size:1.5em;
    line-height:1.3333em;
    color:#ff0000;
    text-align:center;
    margin-bottom:1em;
}

#benefits .benefit-box {
    text-align:center;
    font-family: 'Open Sans';
    font-weight: light;
    background-color:#ffffff;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 0px solid #000000;
    margin-bottom:1.2em;
    padding:1em 1.5em;
}

#benefits .benefit-icon {
    font-size:2em;
    color:#135b7e;
}

#benefits .benefit-box h4 {
    font-size:1.35em;
    color:#135b7e;
}

#benefits .benefit-box p {
    font-size:1em;
    color:#545950;
}

/*----- Articles -----*/

#articles {
    background-color:#f6f6f4;
    padding-top:1.875em;
    padding-bottom: 4.375em;
    color:#3C3C3C;
}

#articles .article-box {
    background-color:#f6f6f4;
    color:#3C3C3C;
    margin-bottom:1.875em;
}

#articles .article-box .article-title {
    font-family: 'Open Sans';
    font-size:1.15em;
}

#articles .article-box .article-content {
    font-family: 'Open Sans';
    font-weight: light;
    font-size:0.875em;
}

#articles .article-box ul {
    font-family: 'Open Sans';
    font-weight: light;
    font-size:0.875em;
    padding-left:20px!important;
}

#articles .article-box .read-on {
    font-family: 'Open Sans';
    font-size:0.875em;
}

#articles .article-box .read-on span {
    font-size:0.6875em;
}


/*----- bottom-cta -----*/

#bottom-cta {
    padding-top:1.5625em;
    padding-bottom:2.1875em;
    text-align:center;
}

#bottom-cta p {
    font-family: 'Open Sans';
    font-size:1.25em;
    color:#ffffff;
}

.scroll-top-wrapper {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

#bottom-cta .bottom-cta-btn {
    background-color:#ff0000;
    border:none;
    color:#ffffff;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size:1em;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(118, 73, 13, 0.50);
    -moz-box-shadow:0px 1px 0px 0px rgba(118, 73, 13, 0.50);
    box-shadow:0px 1px 0px 0px rgba(118, 73, 13, 0.50);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 0px solid #000000;
    margin-top:0.3125em;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform:uppercase;
    width:65%;
}

#bottom-cta .bottom-cta-btn:hover {
    background-color:#d50000;
}


/*----------------------*/
/*------- Step 2 -------*/
/*----------------------*/

#sub-step {
    padding: 0.625em 0px 0.3125em;
}

#sub-step .step-title {
    color:#ffffff;
    font-family: 'Open Sans';
    font-size:1.125em;
    padding-left:1em;
    padding-right:1em;
}

#sub-form {
    background-color:#f6f6f4;
    padding-top:0.625em;
    padding-bottom:2em;
    margin-bottom:0px;
}

#sub-form p.current-step {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size:1em;
    color:#ff0000;
}

/*------- Step 2 form -------*/

#sub-form form label {
    color:#333333;
    font-family: 'Open Sans';
    font-weight: 600;
}

#sub-form form .form-group .radio-btn {
    border:1px solid #cccccc;
}

#sub-form form .form-group .radio-btn:hover, #sub-form form .form-group .radio-btn.active {
    border:1px solid #52A7C7;
    color:#ffffff;
}

#sub-form form .form-group .btn-right {
    float:right;
}

#sub-form form .form-group .dropdown {
    margin-bottom:0.25em;
}

#sub-form form .secure {
    color:#555555;
    font-family: 'Open Sans';
}

.tooltip-helper {
    color:#428BCA;
    cursor:pointer;
    font-size:0.875em;
    margin-left:0.2em;
}

.bg-lightgray {
    background-color: #FAFAFA;
    border-bottom: 1px solid #AEACAC;
}

.modal-header p {
    margin-bottom: 0;
}
.modal-header h4 {
    font-size: 20px;
    font-weight: bold;
}

.popover {
    font-family: 'Open Sans';    
    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;
}

.submit-legal {
    font-family: 'Open Sans';
    font-size:12px;
    color:#555555;
    margin-top:1.875em;
}

#sub-form form .site-submit-btn {
    margin:2.5em auto 0.625em;
    display:block;
}



/*----- footer -----*/

#footer {
    background-color: #E5E5E5;
    padding-top:2.5em;
    padding-bottom:3.125em;
    color:#333333;
    font-size:.75em;
    font-family: 'Open Sans';
}

#footer img.site-logo {
    width:200px;
    height:auto;
    margin-bottom:0.3125em;
}

#footer p {
    margin-bottom:1.25em;
}

#footer .socialmedia-wrapper {
    padding:0px 0px 10px;
}

#footer .socialmedia-wrapper i {
    margin-right:5px;
}
#footer .socialmedia-wrapper i:hover {
    color:#DCDCDC;
}

#footer ul {
    list-style-type:none;
    padding-left:0px;
}

#footer ul li {
    font-family: 'Open Sans';
    font-weight: bold;
}

#footer ul li a {
    cursor:pointer;
    color:#333333;
}


/*------- 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;
}

/*-----------------------------*/
/*------- Modal Windows -------*/
/*------- Confirm page  -------*/
/*-----------------------------*/

#confirm-popover .modal-content {
    padding:5px 10px;
    margin:10px;
    text-align:center;
}

#confirm-popover .modal-content .modal-header {
    color:#0f87c9;
    font-family: 'Andada';
    font-weight: bold;
    font-size:1.25em;
    padding-bottom:0px;
}

#confirm-popover .modal-content .modal-body {
    color:#333333;
    font-family: 'Open Sans';
    font-weight: light;
    font-size:1.125em;
}

#confirm-popover .modal-content .modal-body .attention {
    font-family: 'Open Sans';
    font-weight: bold;
    color:#f18b03!important;
}

#confirm-popover .modal-content .modal-body .number {
    font-size:1.375em;
}

.modal-content .modal-body .sm-text {
    font-size:0.875em;
}

#confirm-popover .modal-content .modal-body .phone-ring {
    margin-bottom: 15px;
    width: 55px;
    height: auto;
}

#confirm-popover .modal-content .modal-body .no-accept {
    font-family: 'Open Sans';
    font-size:1.125em;
    color:#ff0000;
}

#confirm-popover .modal-content .modal-footer {
    color:#5e5e5e;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size:.75em;
    text-align:center;
    margin-top:0px;
    padding: 10px 20px 12px;
}

#confirm-popover .modal-content .modal-footer a{
    color:#5e5e5e;
}



/*-----------------------------*/
/*------- Click Feed -------*/
/*-----------------------------*/

#call-end {
    padding-top:0.75em;
    margin-bottom:0.625em;
}

#call-end .action-msg {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size:1.25em;
    color:#ffffff;
    margin-top:5px;
    margin-left: -15px;
    margin-right: -15px;
}

#call-end .feed-title {
    font-family: 'Open Sans';
    font-size:1em;
    color:#ffffff;
    margin-left: -15px;
    margin-right: -15px;
}

#click-feed {
    color:#333333;
    margin-top:0.25em;
    padding-bottom: 100px;
}

#click-feed .feed-details {
    background-color:#fff1a3;
    padding:0.625em 0.9375em;
    font-size:0.875em;
    font-family: 'Open Sans';
    margin-left: -15px;
    margin-right: -15px;
    margin-top:-10px;
}


iframe {
    position:absolute;
}












/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    body {
        background-size:226px;
    }
    #header {
        padding-bottom: 1em;
    }
    #header img.site-logo {
        margin: 0px;
        float: left;
    }
    #header .contact {
        text-align: right;
        float: right;
        margin-top:0.7em;
        font-size:1em;
    }
    #header .contact p {
        margin-bottom:0px;
    }
    #hero h1 {
        font-size:2.4375em;
        line-height:1.28em;
        padding-top:1.2em;
        padding-bottom:1.7em;
    }
    #hero #form-box {
        margin-top: 3.125em;
        margin-left: 1.875em;
    }
    #circle {
        margin-top: 0px;
        width: 130px;
        height: 130px;
        padding-top: 23px;
    }
    #circle img.health-icon {
        width: 80px;
        height: auto;
    }
    #benefits {
        margin-top:-4.6875em;
        padding-top: 1.875em;
    }
    .content-title {
        font-size:1.625em;
    }
    #benefits .container {
        margin-left:auto;
        margin-right:auto;
    }
    #benefits .benefit-box .benefit-icon {
        font-size:3.125em;
        margin-top:0.2em;
    }
    #benefits .benefit-box h4 {
        text-align:left;
        font-size:1.25em;
    }
    #benefits .benefit-box p {
        text-align:left;
        font-size:0.875em;
    }
    #bottom-cta {
        padding-top: 1.875em;
        padding-bottom: 1.875em;
    }
    #bottom-cta p {
        font-size:1.5em;
        margin-right:1.875em;
        display: inline-block;
        margin-bottom:0px;
    }
    #bottom-cta .bottom-cta-btn {
        display: inline;
        margin-top: 0px;
        position: relative;
        top: -4px;
    }
    
    /*------- Step 2 -------*/
    #sub-step {
        padding-top:1.5625em;
    }
    #sub-step .step-title {
        text-align:center;
        font-size: 1.3em;
    }
    #sub-form p.current-step {
        text-align:center;
        margin-bottom:1.25em;
        margin-top: 0.625em;
        font-size:1em;
    }
    #sub-form {
        border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        border: 0px solid #000000;
        margin-bottom:20%;
        padding-bottom:1.25em;
    }
    #sub-form form label {
        font-size:0.875em;
    }
    #sub-form form .form-group .radio-btn {
        width:80px;
    }
    #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;
    }
    #call-end .action-msg {
        font-size:1.7em;
    }
    #click-feed .feed-details {
        padding-right:130px;
        margin-left:auto;
        margin-right:auto;
        margin-top:auto;
    }
    #feedHeaderBox .box2 {
        margin:-45px auto 0px;
        width:450px;
    }
    #feedHeaderBox .headline p {
        font-size:30px;
        line-height:34px;
    }
    #feedHeaderBox .box2 ul {
        font-size:14px;
        padding:10px 10px;
    }
    #feedHeaderBox .box2 ul li {
        margin-right:30px;
    }
    #feedHeaderBox .box2 ul .location {
        width:220px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #header img.site-logo {
        width:200px;
        height:auto;
    }
    #header .contact {
        font-size:1.125em;
    }
    #hero h1 {
        font-size:2.8125em;
        line-height:1.28em;
        padding-top:1.2em;
        padding-bottom:1.7em;
    }
    #hero #form-box {
        margin-left:0px;
        margin-right:0px;
    }
    .content-title {
        font-size:1.75em;
    }
    #benefits {
        padding-top:3.125em;
    }
    #benefits .benefit-box h4 {
        text-align:center;
        font-size:1.25em;
    }
    #benefits .benefit-box p {
        text-align:center;
    }
    #call-end .action-msg {
        font-size:2em;
    }
    
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


















body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #393939;
    background-color: #E5E5E5;
}

.fluid-wrapper:after,
.fluid-wrapper:before {
    display: table;
    content: " "
}
.fluid-wrapper:after {
    clear: both
}

/******** ============== Custom CSS ==================== **************/
.wrapper {
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.wrapper-inner {
    max-width: 945px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}
a:hover {
    text-decoration: none;
}
header {
    background: #fff;
    padding: 18px 0;
    border-bottom: 2px solid #0B4981;
}

/******** Header *******/
.logo-container {
    width: 205px;
}

/******* Body ************/
.insurance-quotes-wrapper {
    padding: 35px 0; 
}
.insurance-quotes-inner {
    overflow: hidden;
}
.insurance-quotes-left {
    padding-left: 100px;
}
.insurance-quotes-right {
}
.insurance-quotes-form {
    padding: 40px 0;
}
.insurance-quotes-form h2 {
    font-weight: 900;
    font-size: 30px;
    line-height: 44px;
    color: #2E2D30;
    margin-top: 0;
}
.insurance-quotes-form p {
    font-size: 22px;
    line-height: 36px;
    color: #666060;
    margin-bottom: 25px;
}
.form-find-deal .form-left {
    float: left;
    width: 263px;
}
.form-find-deal .form-right {
    float: left;
    width: 263px;
    margin-left: 20px;
}

.form-find-deal input[type="text"] {
    border: 1px solid #797777;
    box-sizing: border-box;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    height: 58px;
    background: url('../images/maps-and-flags.png') left 10px center no-repeat #fff;
    background-size: 30px auto;
    padding: 10px 45px;
    font-size: 22px;
    line-height: 44px;
    text-align: center;
    color: #797777;
}
.form-find-deal button {
    background: #FF8503;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    font-weight: 700;
    font-size: 22px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 58px;
    width: 100%;
    border: none;
}


/********* partners ********/
.partners-wrapper {
    padding: 32px 0; 
    background: #fff;
	text-align:center;
}
.partners-wrapper h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #393939;
    margin-top: 0;
    margin-bottom: 20px;
}
.partners-wrapper img {
    max-height: 30px;
}



/*-- 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: 'lato';
    font-weight: 600;
    font-size:1.25em;
    color:#ffffff;
    margin-top:5px;
    margin-left: -15px;
    margin-right: -15px;
}

#call-end .feed-title {
    font-family: 'lato';
    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: 'lato';
    margin-left: -15px;
    margin-right: -15px;
    margin-top:-10px;
}


/*-----------------------------*/
/*------- Responsive -------*/
/*-----------------------------*/
@media only screen and (max-width: 1199px) {
    .insurance-quotes-left {
        padding-left: 0;
    }
    .form-find-deal .form-left {
        width: 255px;
    }
    .form-find-deal .form-right {
        width: 255px;
    }
    .insurance-quotes-form {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 768px) {
    .insurance-quotes-left {
        text-align: center;
    }
    .form-find-deal .form-left,
    .form-find-deal .form-right {
        float: none;
        display: inline-block;
    }
    .partners-wrapper img {
        max-height: 24px;
        margin-bottom: 30px;
        max-width: 100%;
    }

}
@media only screen and (max-width: 576px) {
    header {
        padding: 8px 0;
    }
    .logo-container {
        width: 160px;
        margin: 0 auto;
    }
    .insurance-quotes-wrapper {
        padding: 15px 0;
    }
    .insurance-quotes-form h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .insurance-quotes-form p {
        font-size: 18px;
        line-height: 24px;
    }
    .form-find-deal .form-left {
        width: 140px;
    }
    .form-find-deal .form-right {
        width: 140px;
        margin-left: 6px;
    }
    .form-find-deal input[type="text"] {
        height: 40px;
        background: url(../images/maps-and-flags.png) left 7px center no-repeat #fff;
        background-size: 20px auto;
        padding: 10px 20px 10px 28px;
        font-size: 18px;
        line-height: 26px;
    }
    .form-find-deal button {
        font-size: 18px;
        line-height: 24px;
        height: 40px;
    }
    .partners-wrapper {
        padding: 15px 0 0;
    }
}
