@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700i,900,900i&display=swap');


/*----- Site -----*/
                                                                          
body {
  background-color:#ffffff;
  color:#333333;
  font-size: 16px!important;
  text-align: center;
  font-weight:400;
  -webkit-font-smoothing: antialiased;
}
section {
  padding-bottom: 10% 0;
}
p, h1, h2, h3, h4 {
  font-family: 'Lato', sans-serif;
}
#wrapper {
  overflow: hidden;
}

/*----- Header & Hero background image/color -----*/

.wide-container {
  margin-right: 2%;
  margin-left: 2%;
  padding-left: 15px;
  padding-right: 15px;
}

/*----- Header -----*/
#header {
  background-color:white;
  position:relative;
  z-index:20;
}
#header img.sitelogo {
  width:200px;
  height:auto;
  margin:10px auto;
  display:block;
}
#header p.callnow {
  display:block;
  color:#ffffff;
  font-size:14px;
  font-weight:400;
  text-align:center;
  margin: 10px 0 15px;
  line-height: 20px;
}
#header p.callnow a {
  display:block;
  font-weight:700;
  color:#ff9600;
  font-size:18px;
}
#header a.visible-xs {
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#header a img {
  width: 24px;
  margin-top: 12px;
  margin-right: 16px;
}

/*----- Blue Header -----*/

div#header.blue {
  background-color: #275b97; 
}
div#header.blue p {
  color: white;
}

/*----- Hero & LP form -----*/

.form-group input {
  height: 42px;
}
.form-control {
  font-size: 18px;
}
.border-no {
  border:none!important;
}
.boxshadow-no {
  -webkit-box-shadow:none!important;
  -moz-box-shadow:none!important;
  box-shadow:none!important;
}
form .site-submit-btn {
  background: #ff8a00;
  border:none;
  font-family: 'Lato' !important;
  color:#ffffff;
  font-size:18px;
  -webkit-box-shadow: 4px 4px 5px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 4px 5px -4px rgba(0,0,0,0.75);
  box-shadow: 4px 4px 5px -4px rgba(0,0,0,0.75);
  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;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor:pointer;
}
form .site-submit-btn:hover, form .site-submit-btn:active, form .site-submit-btn:focus {
  background-color:#ff5e00;
  color:#ffffff !important;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 10px 16px rgba(0, 255, 125, .125);
  box-shadow: inset 0 12px 50px rgba(0, 255, 125, .15) !important;
}
form .secure {
  font-size:.7857em;
  color:#ffffff;
  text-align:center;
  margin-top:1em;
}
.form-control {
  font-family: sans-serif!important;
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 16px;
  font-size: 18px;
  line-height: 1.25;
  color: #000000;
  font-weight: 400;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #939393;
  border-radius: 5px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  cursor: text;
}
.quick-form .form-control {
  border-color: #999999;
  height: 36px;
}
.quick-form .form-group {
  z-index: 1;
  padding: 0;
  text-align: center;
  margin-top: 18px;
}
.zip-code .form-control {
  border: 2px solid black;
  color: black;
  max-width: 260px;
  height: 60px;
  font-size: 32px;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
  font-weight: 700;
}
.zip-code .form-label {
  transform: translateY(16px);
  background: white;
  padding: 0 10px;
  font-weight: 900 !important;
  font-size: 18px;
}

/*--Radio Buttons --*/
  #main-content input[type=radio], #main-content input[type=checkbox] {
    display: none;
  }
      
      
  /*-- Month Birthday --*/
  #main-content form .radio-bday-month {
    width: 250px;
    margin: 10px auto 0;
    text-align:center;
  }
    #main-content form .radio-bday-month .radio-text {
      display:inline-block;
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
      border-radius:4px;
      width:50px;
      font-size:16px;
      font-weight:400;
      color:#000000;
      margin-bottom:20px;
      margin:6px 10px;
      padding:3px 0;
      text-align:center;
    }
    #main-content form .radio-bday-month .radio-text:hover, #main-content form .radio-bday-month .radio-text.active {
      background-color:#4e98dd;
      color:#ffffff;
      -webkit-box-shadow:none;
      -moz-box-shadow:none;
      box-shadow:none;
    }


  /*-- Day Birthday --*/
  #main-content form .radio-bday-day {
    width: 276px;
    margin: 10px auto 0;
    text-align:left;
    padding-left: 20px;
  }
    #main-content form .radio-bday-day .radio-text {
      display:inline-block;
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
      border-radius:4px;
      width:36px;
      font-size:16px;
      font-weight:400;
      color:#000000;
      margin-bottom:20px;
      margin:3px 0px;
      padding:3px 0;
      text-align:center;
    }
    #main-content form .radio-bday-day .radio-text:hover, #main-content form .radio-bday-day .radio-text.active {
      background-color:#4e98dd;
      color:#ffffff;
      -webkit-box-shadow:none;
      -moz-box-shadow:none;
      box-shadow:none;
    }

/*-- Select Dropdown --*/
select {
  text-align: center;
  text-align-last: center;
  /* webkit*/
}
option {
  text-align: left;
  /* reset to left*/
}


/*-- Validation Styling --*/

.zip-code .errorMsg span, 
.first-name .errorMsg {
  background: #FDCDCD;
  font-weight: 700;
  padding: 6px 10px;
  border: 1px solid #AE0000;
  margin-top: 4px;
  border-radius: 4px;
  position: relative;
  font-size: 9px;
}
.has-error .form-control {
  color: #a94442;
	background-color:#FFC8C8;
}
.errorMsg {
  display: block;
  color: #e40000;
  margin-top: 3px;
  margin-left: 1px;
}
.errorMsg, .errorMsg span {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.step1 .error-msg, .error-msg span {
  font-size: 12px;
  display: block;
  color: red;
}
.has-error .control-label {
  color: #000;
}


/*----- Step 1 Section -----*/
.form-wrapper h1 {
  font-size: 24px;
  margin-bottom: 10px;
}
.step1 .form-wrapper h1 {
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 42px;
}
.step1 .submit-btn {
  height: 56px;
  width: 260px;
  font-size: 20px;
  font-weight: 600;
  border: none;
  margin-top: 10px;
  background-color: #ff8a00;
  color: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 20px;
}
.blue-bar {
  background-color: #275b97;
  color: #fff;
  text-align: center;
  padding: 30px 15px;
  margin-top: 5%;
}
.blue-bar h2 {
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.blue-bar p {
  max-width: 800px;
  margin: 0 auto;
}
.partners-wrapper {
  margin-bottom: 40px;
  text-align:center;
}
.partners-wrapper h3 {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #7d7d7d;
  margin-top: 0;
  margin-bottom: 20px;
}
.partners-wrapper img {
	width: 110px;
  height: auto;
  margin: 12px;
}
.secure_lang {
  margin-bottom: 20px;
}
.secure_lang p{
  display: inline;
}

/*----- Footer -----*/

#footer .form-group input {
  height: auto;
}
#footer img.site-logo {
  height:auto;
  margin-bottom:0.3125em;
}
#footer p {
  margin-bottom:1.25em;
}
#footer ul {
  list-style-type:none;
  padding-left:0px;
}
#footer ul li {
  display: inline-block;
  border-right: solid black 1.5px;
  padding: 0 2%;
}
#footer ul li:last-child {
  border: none;
} 
#footer ul li a {
  cursor:pointer;
  color:rgb(43, 152, 218);
  font-weight: 600;
  font-family: 'Lato';
}

/*------- Inputs -------*/

input[type="email"], 
input[type="text"],
input[type="tel"] {
  text-align: center; 
}  
input[type='radio'] {
	display: none; 
}

/*----- Progress Bar -----*/

.outer-progress {
  background-color: #D2ECD1;
  border-radius: 25px;
  padding: 0;
}
.outer-progress .inner-progress {
  background-color: #1A9918;
  border-radius: 25px;
}
.outer-progress .check-container {
  background-color: white;
  border-radius: 100%;
  width: 16px;
  height: 16px;
}
.outer-progress .glyphicon-ok {
  color: #1A9918;
  font-size: 10px;
  top: -4px;
}
.progress-note .green-text {
  color: #1A9918;
}
.progress-note .underlined-text {
  text-decoration: underline;
}
.mobile-break {
  display: none;
}
.mobile-progress {
  width: 326px;
  height: 22px;
  text-align: center;
  margin: 10px auto 60px auto;
}
.mobile-progress .inner-progress {
  height: 22px;
}
.mobile-progress .prog-step1 {
  width: 90px;
}
.mobile-progress .prog-step2 {
  width: 105px;
}
.mobile-progress .prog-step3 {
  width: 140px;
}
.mobile-progress .prog-step4 {
  width: 160px;
}
.mobile-progress .prog-step5 {
  width: 180px;
}
.mobile-progress .prog-step6 {
  width: 220px;
}
.mobile-progress .prog-step7 {
  width: 245px;
}
.mobile-progress .prog-step8 {
  width: 260px;
}
.mobile-progress .prog-step9 {
  width: 270px;
}
.mobile-progress .check-container {
  float: right;
  margin: 3px;
}
.mobile-progress .progress-note {
  margin: 10px 0;
  font-weight: 800;
  font-size: 14px;
}
.desktop-progress {
  height: 400px;
  width: 22px;
}
.desktop-progress .inner-progress {
  padding: 3px;
  position: relative;
  margin-bottom: -3px;
}
.desktop-progress .prog-step1 {
  height: 125px;
}
.desktop-progress .prog-step2 {
  height: 145px;
}
.desktop-progress .prog-step3 {
  height: 190px;
}
.desktop-progress .prog-step4 {
  height: 255px;
}
.desktop-progress .prog-step5 {
  height: 338px;
}
.desktop-progress .prog-step6 {
  height: 355px;
}
.desktop-progress .prog-step7 {
  height: 375px;
}
.desktop-progress .prog-step8 {
  height: 380px;
}
.desktop-progress .prog-step9 {
  height: 390px;
}
.desktop-progress .check-container {
  position: absolute;
  bottom: 3px;
}
.desktop-progress .check-container::after {
  position: absolute;
  left: 30px;
  font-weight: 800;
}
.desktop-progress .prog-step1 .check-container::after {
  content: "25% COMPLETE!";
}
.desktop-progress .prog-step2 .check-container::after {
  content: "35% COMPLETE!";
}
.desktop-progress .prog-step3 .check-container::after {
  content: "45% COMPLETE!";
}
.desktop-progress .prog-step4 .check-container::after {
  content: "55% COMPLETE!";
}
.desktop-progress .prog-step5 .check-container::after {
  content: "75% COMPLETE!";
}
.desktop-progress .prog-step6 .check-container::after {
  content: "80% COMPLETE!";
}
.desktop-progress .prog-step7 .check-container::after {
  content: "85% COMPLETE!";
}
.desktop-progress .prog-step8 .check-container::after {
  content: "90% COMPLETE!";
}
.desktop-progress .prog-step9 .check-container::after {
  content: "95% COMPLETE!";
}
	
/*----- Main Content -----*/

#main-content {
	padding-top:20px;
	padding-bottom: 20px;
	min-height:70vh;
}
#main-content .headlines {
  text-align:center;
  color:#000000;
  font-family: 'Lato', sans-serif;
  font-weight:400;
}
#main-content .headlines h1 {
  font-weight:700;
  font-size:28px;
  line-height:28px;
  margin:0;
}
#main-site-wrapper {
  position: relative;
  overflow: hidden;
}

			
/*----- LP Form -----*/
#main-content form .form-group label {
  color:#000000;
  font-family: 'Lato', sans-serif;
  font-weight:700;
  font-size:18px;
  margin-bottom:3px;
  display: block;
  text-align: center;
}
#main-content form .form-group label:focus {
	border: solid 2px green;
}
#main-content form .form-group .form-control {
  width: 220px;
  margin: 0 auto;
  font-size:18px;
}
select.form-control {
  padding-right:0px!important;
  padding-left:3px!important;
}
.radio-year label:checked {
  border: 2px solid red!important;
  background: blue;
}
.radio-year label:hover {
  border: 2px solid green!important;
}
.radio-year label:selected {
  border: 2px solid green!important;
  background: blue;
}
.radio-year label:valid {
  border: 2px solid green!important;
}
#main-content form .form-group .radio-container {
  background-color:#ffffff;
  width:100%;
  border:none;
  text-align:center;
}
#main-content form .form-group .radio-container .btn-checkbox-radio {
  float:none;
  font-family: 'Lato', sans-serif;
  font-weight:700;
  text-align:center;
  height: 40px;
  padding:0 9px 0;
  margin:0;
  color:#000000;
  font-size:18px;
  line-height: 35px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border:2px solid #fff;
  display:inline-block;
}
#main-content form .form-group .radio-container .btn-checkbox-radio.active, #main-content form .form-group .radio-container .btn-checkbox-radio:hover {
  -webkit-box-shadow:none!important;
  -moz-box-shadow:none!important;
  box-shadow:none!important;
  border:2px solid #14c704;
  color:#14c704;
}
#main-content form .site-submit-btn {
  background: #ff8a00;
  color:#ffffff;
  font-family: 'Lato', sans-serif;
  font-weight:700;
  text-align:center;
  font-size:20px;
  height:55px;
  width:205px;
  margin:30px auto 60px;
  display:block;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  cursor:pointer;
}
#main-content form .site-submit-btn:hover {
  background:#ff5e00;
}
#main-content form label.tcpa-disclosure p {
  font-size: 12px;
  font-weight: 400;
}
.clear {
  clear:both;
}
	
/*----- Confirmpage -----*/
#substep-content .confirm-page-headline {
  font-size:28px;
  font-weight:700;
  color:#000000;
  margin:0 0 15px 0;
  text-align:center;
  line-height: 32px;
}
#substep-content .confirm-page-feed-text {
  font-size:16px;
  font-weight:400;
  color:#707070;
  margin-bottom:5px;
  text-align:center;
}
	
	
/*----- Personalized -----*/
.personalized {
  background-color:#ffffff;
  border:2px solid #f0d7b4;
  margin-top:5px;
  margin-bottom:30px;
  padding:15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position:relative;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #fbfaee 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#fbfaee 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#fbfaee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfaee',GradientType=0 );
}
.personalized ul {
  list-style-type:none;
  padding:0;
  text-align:center;
  margin:0;
}
.personalized ul li {
  font-family: 'Lato', sans-serif;
  font-weight:400;
  font-size:16px;
  color:#000000;
  display:block;
}
.personalized ul li span {
  font-family: 'Lato', sans-serif;
  font-weight:700;
  color:#ff9600;
  margin-left:2px;
}
.personalized ul li.midspace {
  margin:0;
}
	
/*-----------------------------*/
/*------- Modal Windows -------*/
/*------- Confirm page  -------*/
/*-----------------------------*/

#confirm-popover .modal-content {
  padding:5px 10px;
  margin:10px;
  text-align:center;
}
#confirm-popover .modal-content .modal-header {
  color:#2b85c7;
  font-size:1.25em;
  padding-bottom:0px;
}
#confirm-popover .modal-content .modal-body {
  color:#333333;
  font-size:1.125em;
}
#confirm-popover .modal-content .modal-body .attention {
  font-weight:700;
  color:#ff9600!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-size:1.125em;
  color:#E00000;
}
#confirm-popover .modal-content .modal-footer {
  color:#5e5e5e;
  font-size:.75em;
  text-align:center;
  margin-top:0px;
  padding: 10px 20px 12px;
}
#confirm-popover .modal-content .modal-footer a{
  color:#5e5e5e;
}
#call-end {
  padding-top:0.75em;
  margin-bottom:0.625em;
  text-align:center;
  font-weight:700;
}
#call-end .action-msg {
  font-weight:400;
  font-size:1.25em;
  color:#ffffff;
  margin-top:5px;
  margin-left: -15px;
  margin-right: -15px;
}
#call-end .feed-title {
  font-size:1em;
  color:#ffffff;
  margin-left: -15px;
  margin-right: -15px;
}


/*==========  Media Queries  ==========*/

@media only screen and (min-width : 310px) {
  hr {
    margin-bottom: 0;
  }
  #footer {
    font-size:12px;
    color: #535353;
    padding-bottom: 3.125em;
  }
  #footer ul {
    margin-top: 10%;
    margin-bottom: 5%;
    line-height: 19px;
  }
  #footer ul li {
    border-right-style: none;
    display: block;
  }
  #footer .sitelogo {
    height: 30px;
    margin-top: 65px;
  }
  #footer .modal {
    font-size:12px;
    color: #535353;
  }
  .no-margin-bottom {
    margin-bottom: 0 !important;
  }
  .step1 .mobile-progress {
    width: 280px;
  }
  .mobile-progress {
    width: 280px;
    text-align: center;
  }
  .mobile-progress .prog-step4 {
    width: 160px;
  }
  .modal-content {
    text-align: left; 
  }
}

@media only screen and (min-width : 320px) {
  #header img.sitelogo {
    margin:12px auto;
  }
  .step1 .mobile-progress {
    width: 290px;
  }
  .mobile-progress {
    margin: 20px auto 60px auto;
  }
  .margin-auto p {
    font-size: 12px;
	}
}

@media only screen and (max-width: 350px){
  .quick-form .form-label {
    font-size: 17px;
  }
}

@media only screen and (min-width : 768px) {
  .quickquotes #header img.sitelogo {
    margin-top:  10px;
  }
  #header {
    height: 69px;
  }
  #header img.sitelogo {
    width:300px;
    float: left;
    margin: 15px auto 0;
  }
  #header p.callnow {
    font-size:16px;
    text-align:right;
    line-height: 22px;
  }
  #header p.callnow a {
    font-size:20px;
  }
  .form-wrapper {
    padding: 60px 5px 0px 5px;
  }
  .step1 .form-wrapper h1 {
    font-size: 35px;
  }
  .blue-bar {
    padding: 30px 10px;
  }
  .blue-bar h2 {
    font-size: 26px;
    line-height: normal;
  }
  .mobile-progress,
  .step1 .mobile-progress {
    width: 326px;
    margin: 15px auto 60px 205px;
  }
  .question-wrapper p {
    margin-top: 2%;
  }
  .quick-form .form-group {
    margin-bottom: 10px;
    text-align: center;
  }
  .submit-legal {
    text-align: left;
  }
	#main-content .headlines {
		text-align:left;
		margin-bottom:15px;
	}
	#main-content .headlines h1 {
		font-size: 35px;
	}
	#main-content form .form-group label {
		text-align:left;
	}
	#main-content form .site-submit-btn {
		margin: 30px 0px;
	}
	#main-content form .form-group .radio-container .btn-checkbox-radio {
		float:left;
  }
  #main-content form .form-group .form-control {
    margin: 0;
    width: 250px;
  }
  #main-content form .radio-bday-month {
    margin: 0px;
    text-align: left;
  }
  #main-content form .radio-bday-month #bday-month1  {
    margin-left: 8px;
    text-align: left;
    padding-left: 10px;
  }
  #main-content form .radio-bday-day {
    margin: 0px;
    padding-left: 0px;
  }
	.errorMsg {
		text-align:left;
	}
	#substep-content .confirm-page-headline {
		font-size:35px;
		line-height: 38px;
	}
	#substep-content .confirm-page-feed-text {
		font-size:18px;
	}
	.personalized ul li {
		display:inline-block;
	}
	.personalized ul li span {
		margin-left:5px;
	}
	.personalized ul li.midspace {
		margin:0 80px;
	}
	.margin-auto p {
    text-align: left;
  }
  #footer ul {
    margin-top: 1%;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .logo {
    margin-top: 75px;
    margin-bottom: 25px;
  }
  .mobile-progress,
  .step1 .mobile-progress {
    width: 400px;
    margin: 20px auto 60px 290px;    
  }
  #call-end .action-msg {
    font-size:2em;
  }
  .question-wrapper p {
    font-size: 1.4rem;
    margin-bottom: -10px;
  }
  .line-height {
    line-height: 24px; 
  }
  #footer {
    font-size:14px;
  }
  #footer ul li {
    display: inline-block;
    border-right: solid black 1.5px;
    border-right-width: 1.5px;
    border-right-style: solid;
    border-right-color: black;
    padding: 0 2%;
  }
  #footer ul {
    margin-top: 0%;
    margin-bottom: 0%;
  }
  #footer .sitelogo {
    height: 30px;
    margin-top: 0;
  }
  #footer .modal-content .modal-body ul li {
    display:block;
    border-right:none;
    border-right-width:none;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  #header img.sitelogo {
    margin: 15px auto 0;
  }
  .mobile-progress,
  .step1 .mobile-progress {
    margin: 25px auto 50px 385px;
  }
}
