@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 {
    width:200px;
    height:auto;
    margin:10px 0px;
    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: 16px;
  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;
}
#footer .form-group input {
  height: auto;
}
.md-btn {
  height: 50px;
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.1), 0 2px 3px 0 rgba(0, 0, 0, 0);
}
.form-control {
  font-size: 18px;
}
.center-align {
  color: white; 
  text-align: center; 
  font-style: italic; 
  margin-top: 0; 
  font-size: 18px;
  font-weight: 700;
}
.spacing {
    text-align: center; 
    margin-bottom: 10%; 
    font-size: 14px;
}
.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;
}
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;
}
.zip-code .form-control {
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
}
.zip-label {
  transform: translateY(16px);
  background: white;
  padding: 0 10px;
  font-weight: 900 !important;
  font-size: 18px;
}


/*-- 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;
}
.zip-code .errorMsg span:after,
.first-name .errorMsg span:after,
 {
  content: '';
  background-image: url('/vhcovnet1/images/error-point.png');
  background-size: 18px 10px;
  background-repeat: no-repeat;
  width: 19px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 16px;
}
.vehicle-error {
  font-size: 16px;
  color: #e40000;
  display: block;
  font-weight: bolder;
}
.question-error {
  font-size: 14px;
  color: #e40000;
  display: block;
  font-weight: bolder;
}
.has-error .form-control {
  color: #a94442;
  background-color: #ffdbdb;
}
.errorMsg, .errorMsg span {
  margin-top: 27px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.errorMsg .email-error {
  margin-top: 0px !important;
}

.step1 .error-msg, .error-msg span {
  display: block;
  color: red;
  font-size: 12px;
}
.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 img.site-logo {
  width:200px;
  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';
      }

/*------- Date -------*/

input[type="date"]
{
  display:block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  min-height: 2.3em;
  text-align: center;
  padding-left: 10%;
}
.input-min-width-95p {
  min-width:95%;
}

/*------- contact-feed -------*/

.af ul {
  float: none;
  padding-left: 14px;
  text-align: left;
}

/*----- General Progress bar Layout -----*/

.dot-progress {
    width:100%;
    margin-top: 15px;
    margin-bottom: 45px;
  }
  .dot-progress ul {
    padding:0;
    width:300px;
    margin:0 auto;
  }
  .dot-progress li {
    list-style-type:none;
    float:left;
    width:16.66%;
    position:relative;
    text-align:center;
    color:#cfcfcf;
  }
    .dot-progress li:before {
      content: '';
      width:18px;
      height:18px;
      line-height:10px;
      border:5px solid #cfcfcf;
      display:block;
      text-align:center;
      margin:0 auto 10px;
      border-radius:50%;
      background-color:#ffffff;
      position:relative;
      z-index:100;
    }
    .dot-progress li:after {
      content: '';
      position:absolute;
      width:100%;
      height:3px;
      background-color:#cfcfcf;
      top:8px;
      left:-50%;
    }
    .dot-progress li:first-child:after {
      content:none;
    }
    .dot-progress li.complete {
      color:#025ea2;
    }
    .dot-progress li.complete:before {
      border-color:#025ea2;
    }
    .dot-progress li.complete + li:after {
      background-color:#025ea2;
    }
    .dot-progress li.active {
      color:#14c704;
    }
    .dot-progress li.active:before {
      border-color:#14c704;
    }
    .dot-progress li.active + li:after {
      background-color:#cfcfcf;
    }

    /*----- Outer Progress bars -----*/

    .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 .progress-check {
      color: #1A9918;
      font-size: 10px;
    }

    /*----- Progress bar Used For Desktop & Mobile -----*/

    .mobile-progress {
      width: 326px;
      height: 22px;
      text-align: center;
      margin: 40px auto 60px auto;
    }
    .mobile-progress .inner-progress {
      height: 22px;
    }
    .mobile-progress .prog-step1 {
      width: 90px;
    }
    .mobile-progress .prog-step2 {
      width: 100px;
    }
    .mobile-progress .prog-step3 {
      width: 117px;
    }
    .mobile-progress .prog-step4 {
      width: 280px;
    }
    .mobile-progress .prog-step5 {
      width: 170px;
    }
    .mobile-progress .prog-step6 {
      width: 185px;
    }
    .mobile-progress .prog-step7 {
      width: 205px;
    }
    .mobile-progress .prog-step8 {
      width: 235px;
    }
    .mobile-progress .prog-step9 {
      width: 280px;
    }
    .mobile-progress .prog-step10 {
      width: 295px;
    }
    .mobile-progress .prog-step11 {
      width: 295px;
    }
    .mobile-progress .check-container {
      float: right;
      margin: 3px;
    }
    .mobile-progress .check-container {
      float: right;
      margin: 3px;
    }
    .mobile-progress .progress-note {
      margin: 10px 0;
      font-weight: 800;
      font-size: 14px;
    }
    .progress-note .green-text {
      color: #1A9918;
    }
    .progress-note .underlined-text {
      text-decoration: underline;
    }
    .mobile-break {
      display: none;
    }

/*------- Input Text Alignment -------*/
input[type="email"], 
input[type="text"],
input[type="tel"] {
  text-align: center; 
}  



 /*--Key Frames For AJAX Slide In --*/
.animated {
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-fill-mode: eth;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}




/*----- STEP 2 & ON STYLES -----*/
	
/*----- Main Content -----*/

#main-content {
	padding-top:20px;
	padding-bottom: 20px;
	min-height:70vh;
}
	/*----- headline -----*/
	#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-content .headlines h2 {
			font-size:18px;
			color:#909090;
			margin-top:10px;
			margin-bottom:10px;
			line-height: 20px
		}

		#main-site-wrapper {
			position: relative;
			overflow: hidden;
		}

/*----- Mobile progress bar -----*/
/*----- Mobile progress bar -----*/
.dot-progress {
		width:100%;
		margin-top: 15px;
		margin-bottom: 45px;
	}
	.dot-progress ul {
		padding:0;
		width:300px;
		margin:0 auto;
	}
	.dot-progress li {
		list-style-type:none;
		float:left;
		width:16.66%;
		position:relative;
		text-align:center;
		color:#cfcfcf;
	}
		.dot-progress li:before {
			content: '';
			width:18px;
			height:18px;
			line-height:10px;
			border:5px solid #cfcfcf;
			display:block;
			text-align:center;
			margin:0 auto 10px;
			border-radius:50%;
			background-color:#ffffff;
			position:relative;
			z-index:100;
		}
		.dot-progress li:after {
			content: '';
			position:absolute;
			width:100%;
			height:3px;
			background-color:#cfcfcf;
			top:8px;
			left:-50%;
		}
		.dot-progress li:first-child:after {
			content:none;
		}
		.dot-progress li.complete {
			color:#025ea2;
		}
		.dot-progress li.complete:before {
			border-color:#025ea2;
		}
		.dot-progress li.complete + li:after {
			background-color:#025ea2;
		}
		.dot-progress li.active {
			color:#14c704;
		}
		.dot-progress li.active:before {
			border-color:#14c704;
		}
		.dot-progress li.active + li:after {
			background-color:#cfcfcf;
		}

		/*----- Mobile and tablet/desktop progress bars -----*/
		.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 .progress-check {
			color: #1A9918;
			font-size: 10px;
			top: -4px;
		}

		/*----- Mobile progress bar -----*/
		/*----- Mobile and tablet/desktop progress bars -----*/
		.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 .progress-check {
			color: #1A9918;
			font-size: 10px;
			top: -4px;
		}

		/*----- Mobile progress bar -----*/
		.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: 215px;
		}
		.mobile-progress .prog-step5 {
			width: 220px;
		}
		.mobile-progress .prog-step6 {
			width: 270px;
		}
		.mobile-progress .prog-step7 {
			width: 295px;
		}
		.mobile-progress .check-container {
			float: right;
			margin: 3px;
		}
		.mobile-progress .progress-note {
			margin: 10px 0;
			font-weight: 800;
		}
		.progress-note .green-text {
			color: #1A9918;
		}
		.progress-note .underlined-text {
			text-decoration: underline;
		}
		.mobile-break {
			display: none;
		}

		/*----- tablet/desktop progress bar -----*/
		.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: 380px;
		}
		.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: "65% COMPLETE!";
		}
		.desktop-progress .prog-step5 .check-container::after {
			content: "75% COMPLETE!";
		}
		.desktop-progress .prog-step6 .check-container::after {
			content: "85% COMPLETE!";
		}
		.desktop-progress .prog-step7 .check-container::after {
			content: "95% COMPLETE!";
		}
/*----- tablet/desktop progress bar -----*/
.vert-progress ul {
		padding:0;
		width:260px;
		margin:0 auto;
	}
	.vert-progress li {
		list-style-type:none;
		float:none;
		width:100%;
		position:relative;
		text-align:left;
		color:#cfcfcf;
	}
		.vert-progress li span {
			margin-left: 40px;
			top: -30px;
			position: relative;
		}
		.vert-progress li:before {
			content: '';
			width:18px;
			height:18px;
			line-height:10px;
			border:5px solid #cfcfcf;
			display:block;
			text-align:center;
			margin:0 12px 10px;
			border-radius:50%;
			background-color:#ffffff;
			position:relative;
			z-index:100;
		}
		.vert-progress li:after {
			content: '';
			position:absolute;
			width:3px;
			height:100%;
			background-color:#cfcfcf;
			top:-40px;
			left:20px;
		}
		.vert-progress li:first-child:after {
			content:none;
		}
		.vert-progress li.complete {
			color:#025ea2;
			font-weight:700;
		}
		.vert-progress li.complete:before {
			border-color:#025ea2;
		}
		.vert-progress li.complete + li:after {
			background-color:#025ea2;
		}
		.vert-progress li.active {
			color:#14c704;
			font-weight:700;
		}
		.vert-progress li.active:before {
			border-color:#14c704;
		}
		.vert-progress li.active + li:after {
			background-color:#cfcfcf;
		}
			
		/*----- 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 .form-control {
			width: 220px;
			margin: 0 auto;
			font-size:18px;
		}
		select.form-control {
			padding-right:0px!important;
			padding-left:3px!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 .short-width {
			width:25px!important;
		}
		#main-content form .form-group .radio-container .mid-width {
			width:50px!important;
		}
		#main-content form .form-group .radio-container .wide-width {
			width:100px!important;
		}
		#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 .form-group .radio-container .radio-dot {
			display:inline-block;
			width:18px;
			height:18px;
			margin:-3px 4px 0 0;
			vertical-align:middle;
			cursor:pointer;
			border-radius:50%;
			-moz-border-radius:50%;
			-webkit-border-radius:50%;
			-webkit-box-shadow: 0px 0px 0px 1px #1bcd00;
			-moz-box-shadow: 0px 0px 0px 1px #1bcd00;
			box-shadow: 0px 0px 0px 1px #1bcd00;
		}
		#main-content form .form-group .radio-container .active .radio-dot {
			background-color:#1bcd00;
			border:2px solid #fff;
		}
		#main-content form .form-group .bday {
			margin-bottom:5px;
			padding-right:0!important\9;
		}
		#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;
    }
		
		
		
/*-- Validation Styling --*/

.has-error .form-control {
	background-color:#FFC8C8;
}

.errorMsg {
	font-size: 13px;
	display: block;
	color: #e40000;
	margin-top: 3px;
	margin-left: 1px;
	text-align:center;
}



	/*----- 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  ==========*/


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 310px) {
  #header img.sitelogo {
    width: 200px;
    height: auto;
    display: block;
  }
  .header-title {
    font-size: 16px;
    font-style: italic;
  }
  .header-title-sm {
    font-size: 23px;
  }
  #header img {
    width: 27px; 
    padding-top: 1%;
  }
  hr {
    margin-bottom: 0;
  }
  .show-section {
    position: relative;
    padding: 0;
    height: 35px;
    background-image: url(/v_aifl_flow1_x1/images/road.png), url(/v_aifl_flow1_x1/images/road.png), url(/v_aifl_flow1_x1/images/road.png);
    background-repeat: no-repeat;
    background-position: -195px 40%, -56px 40%, 190px 40%
  }
  input.form-control.md-btn.ng-pristine.ng-invalid.ng-invalid-required {
    border: none;
  }
  #footer ul li {
    border-right: none;
    border-right-width: 0;
    border-right-style: none;
    border-right-color: none;
    padding: 0 2%;
  }
  #footer {
    position: relative;
    background-color: white;
    padding-top:0;
    padding-bottom:3.125em;
    color: #535353;
    font-size:12px;
    text-align: center;
  }
  .name-text {
    margin-top: -2px;
  }
  #footer ul {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 10%;
    margin-bottom: 5%;
    line-height: 19px;
  }
  #footer ul li {
    display: block;
  }
  #footer p.visible-xs  {
    margin-bottom: 0;
  }
  .no-margin-bottom {
    margin-bottom: 0 !important;
  }
  .dot-progress li {
    width: 84px;
  }
  .dot-progress {
    width: 550px;
    margin-left: -9%;
  }
  #main-content form .radio-years {
   width: 366px;
   margin: 10px auto 0;
   text-align:center;
  }
  #main-content form .radio-bday-year {
     display:inline-block;
     -moz-border-radius:4px;
     -webkit-border-radius:4px;
     border-radius:4px;
     width:60px;
     color:#000000;
     margin-bottom:20px;
     margin:6px 20px;
     padding:3px 0;
     text-align:center;
   }
   #main-content form .radio-bday-year .btn {
     font-size:17px;
     font-weight:400;
   }
   .new-button {
    background: #ff8a00;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    height: 45px;
    width: 100%;
    margin: 30px auto 60px;
    display: block;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer;
  }
  .valid-license {
    margin-bottom: 10%;
  }
  .radio-text.vehicle-btn {
    box-shadow: none;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 8%;
    padding-bottom: 8%;
    font-size: 12px;
    overflow: hidden;
  }
  .radio-text.vehicle-btn.active {
    border-color: #4e98dd;
    color: #4e98dd;
  }
  label.col-sm-12 {
    margin-bottom: 5%;
  }
  .shade.btn-group.box2 {
    margin-top: 15%;
    margin-left: -1%;
  }
  .question-header {
    margin-bottom: 7%; 
    margin-top: -20px;
  }
  input[type="date"] {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 2.3em;
    text-align: center;
    padding-left: 15%;
  }
  #lp-bg-wrap {
    height: 430px;
  }
  .smaller-font {
    font-size: 11px;
  }
  .step1 .mobile-progress {
    width: 280px;
  }
  .mobile-progress {
    width: 300px;
    height: 22px;
    text-align: center;
    margin: 0px auto 45px auto;
  }
  .mobile-progress .prog-step4 {
    width: 160px;
  }
  #footer .sitelogo {
    width: 190px;
    height: 30px;
    margin-top: 65px;
  }
  .content-title {
    line-height: 26px;
    color: #035fa0;
    text-align: center;
    margin-bottom: .5em;
    font-size: 19px;
    padding-top: 2rem;
    margin-top: 3%;
    font-weight: 600;
  }
  /* Modal Content */ 
  .modal-content {
    text-align: left; 
  }
  .outer-progress.mobile-progress.step {
    margin-top: 5px;
  }
  .pulse-animation {
    animation: shadow-pulse 3s infinite;
  }

}

/* Custom, iPhone Retina */ 

@media only screen and (min-width : 320px) {
  #footer ul {
    list-style-type:none;
    padding-left:0px;
  }
  #footer ul li {
    border-right: none;
    border-right-width: 0;
    border-right-style: none;
    border-right-color: none;
    padding: 0 2%;
  }
  .name-text {
    margin-top: -2px;
  }
  #footer ul li {
    display: block;
  }
  #footer p.visible-xs  {
    margin-bottom: 0;
  }
  .no-margin-bottom {
    margin-bottom: 0 !important;
  }
  .step1 .mobile-progress {
      width: 290px;
  }
  .mobile-progress {
    width: 305px;
    height: 22px;
    text-align: center;
    margin: 20px auto 60px auto;
  }
  .dot-progress li {
    width: 84px;
  }
  .dot-progress {
    width: 550px;
    margin-left: -9%;
  }
  .valid-license {
    margin-bottom: 10%;
  }
  .radio-text.vehicle-btn {
    width: 100%;
    margin-bottom: 15px;
    padding: 8% 2px;
    font-size: 12px;
    overflow: hidden;
    border: solid thin lightgray;
    border-radius: 5px;
   -webkit-box-shadow: 2px 2px 0px 3px rgba(224,224,224,1);
   -moz-box-shadow: 1px 3px 0px 1px rgba(224,224,224,1);
   box-shadow: 1px 3px 0px 1px rgba(224,224,224,1);
  }
  .radio-text.vehicle-btn.active
  {
    border-color: #4e98dd;
    color: #4e98dd;
  }
  label.col-sm-12 {
    margin-bottom: 5%;
  }
  .question-header {
    margin-bottom: 7%; 
    margin-top: -20px;
  }
  .p-title {
    margin-bottom: 5%;
    padding-top: 15px;
  }
  #lp-bg-wrap {
    height: 450px;
  }
  #header img.sitelogo {
    width:200px;
    height:auto;
    display:block;
  }
  .margin-auto p {
    text-align: center;
    font-size: 12px;
	}
}

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

/* Extra Small Devices, Phones */ 
/* Custom, iPhone Retina */ 


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
  /*----- Mobile progress bar -----*/
  .mobile-progress {
    width: 280px;
  }
  .mobile-progress .prog-step1 {
    width: 90px;
  }
  .mobile-progress .prog-step2 {
    width: 105px;
  }
  .mobile-progress .prog-step3 {
    width: 92px;
  }
  .mobile-progress .prog-step4 {
    width: 140px;
  }
  .mobile-progress .prog-step5 {
    width: 182px;
  }
  .mobile-progress .prog-step6 {
    width: 247px;
  }
  .mobile-progress .prog-step7 {
    width: 232px;
  }
  .mobile-break {
    display: block;
  }
}

@media only screen and (min-width : 480px) {

  /* Progression Bar */ 
  .mobile-progress {
    width: 326px;
  }
  .mobile-progress .prog-step4 {
    width: 245px;
  }
  #footer ul {
    list-style-type:none;
    padding-left:0px;
  }
  .w-300 {
    width: 300px;
  }
  #footer ul {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 10%;
    margin-bottom: 5%;
  }
    #footer ul li {
      display: block;
    }
  #footer p.visible-xs  {
    margin-bottom: 0;
  }
  .no-margin-bottom {
    margin-bottom: 0 !important;
  }
  .dot-progress li {
    width: 84px;
  }
  .dot-progress {
    width: 550px;
    margin-left: 13%;
  }
  label.col-sm-12 {
    margin-bottom: 5%;
  }
  .p-title {
    margin-bottom: 4%;
    margin-top: 0%;
  }
  .content-title {
    font-size: 23px;
  }
  .smaller-font {
    font-size: 18px;
  }
  .shade.btn-group.box2 {
    margin-left: 2%;
  }
  .mr-10 {
    margin-right: 10% !important;
  }
  .show-section {
    height: 45px;
    background: url(/v_aifl_flow1_x1/images/road.png) repeat-x;
    background-position: -100px 40%;
  } 
  #header img {
      width: 33px;
  }
  input[type="date"] {
    padding-left: 10%;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  #header img.sitelogo {
    float: left;
  }
  #header p.callnow {
    display:inline-block;
    float: right;
    color:#ffffff;
    font-size:16px;
    font-weight:400;
    text-align:right;
    line-height: 22px;
  }
  #header p.callnow a {
    display:block;
    color:#ff9600;
    font-size:20px;
  }
  .form-wrapper {
    padding: 60px 5px 0px 5px;
  }
  .step1 .form-wrapper h1 {
    font-size: 35px;
  }
  .form-wrapper h1 {
    font-size: 35px;
    margin-bottom: 50px;
  }
  .blue-bar {
    padding: 30px 10px;
  }
  .blue-bar h2 {
    font-size: 26px;
    line-height: normal;
  }
  #lp-bg-wrap {
    height: 590px;
  }
  .content-title {
    font-size: 20px;
    line-height: 26px;
  }
  .mobile-progress,
  .step1 .mobile-progress {
    width: 326px;
    height: 22px;
    text-align: center;
    margin: 15px auto 60px 205px;
  }
  div.question-wrapper .homeowner-buttons {
    margin-top: 50px;
  }
  #footer ul {
    margin-top: 1%;
  }
  .shade.btn-group.box2 {
    margin-left: 4%;
  }
  #header img {
      width: 30px;
  }
  input[type="date"] {
    padding-left: 6%;
  }
  #state-select {
    height: 38px;
    font-size: 15px;
    padding-left: 4%;
  }
  .question-wrapper p {
    margin-top: 2%;
    margin-bottom: 0%;
  }
  .zip-label {
    transform: translateY(16px);
    background: white;
    padding: 0 10px;
  }
  .zip-code .form-control {
    max-width: 260px;
    text-align: center;
  }
  .quick-form .form-control {
    height: 60px;
  }
  .quick-form .form-group {
    text-align: center;
    padding: 0 5px;
    text-align: left;
    margin-bottom: 10px;
    z-index: 1;
    text-align: center;
  }
  .quick-form .form-label {
    font-size: 18px;
    font-weight: 900;
    font-size: 18px;
  }
  .submit-legal {
    text-align: left;
  }
  


/* STEP 2 & On Styles */
  	/*----- Headline -----*/
	#main-content .headlines {
		text-align:left;
		margin-bottom:15px;
	}
	#main-content .headlines h1 {
		font-size: 35px;
	}
	#main-content .headlines h2 {
		font-size:24px;
		margin-top:15px;
	}
	/*----- form lp -----*/
	#main-content form .form-group label {
		text-align:left;
	}
	#main-content form .form-group .form-control {
		margin:0;
		width:250px;
	}
	#main-content form .site-submit-btn {
		margin: 0;
	}
	#main-content form .form-group .radio-container {

		text-align:;
	}
	#main-content form .form-group .radio-container .btn-checkbox-radio {
		float:left;
		margin:0;
		display:inline-block;
	}
	#main-content form .form-group .bday {
		width:86px;
		float:left;
		margin-right:5px;
	}
	.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 {
		margin-left: auto;
    text-align: left;
  }
  .errorMsg span.email-error {
    text-align: left;
    margin-top: 0;
  }
}

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

      /*----- Header -----*/
  #header img.sitelogo {
    width: 194px;
  }
  #lp-bg-wrap {
    height: 450px;
  }
  .small-container {
      width: 690px;
      margin: 0 auto;
  }
  .one {
    float: right;
  }
  #header img.site-logo {
    margin:6px 0 0 0;
  }
  #header .contact {
    text-align: right;
    float: right;
    margin-top:0.4375em;
    font-size:1em;
  }
  .header-title-sm {
    font-size: 32px;
  }
  form .form-group .radio-container .btn-checkbox-radio {
    float: left;
    margin: 0;
    display: inline-block;
  }
  .spacing {
    text-align: center; 
    margin-bottom: 5%; 
    font-size: 16px;
  }
  .name-text {
    margin-top: 1px;
  }
  .mt-30 {
    margin-top: 5px;
  }
  #first-select {
    margin-top:30px;
  }
  .content-title {
    font-size: 32px;
    padding-top: 7rem;
  }
  #step-5 button {
    margin-top: 30px;
  }
  div.question-wrapper .homeowner-buttons {
    margin-top: 10px;
  } 
  .subquestion-title {
    margin-bottom: 5px !important;
  }
/*----- TCPA-----*/
  .tcpa-disclosure {
    font-size: 12px;
  }
/*----- Footer -----*/
  #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 {
    width: 273px;
    height: 40px;
    margin-top: 0;
  }
  .logo {
    margin-top: 75px;
    margin-bottom: 25px;
  }
  /*----- Mobile Progress -----*/
  .dot-progress {
    margin-left: 16%;
    width: 80%;
    margin-bottom: 4%;
    margin-top: 2%;
  }
  .mobile-progress,
  .step1 .mobile-progress {
    width: 400px;
    height: 22px;
    text-align: center;
    margin: 40px auto 60px 175px;
  }
  .mobile-progress .prog-step2 {
    width: 115px;
  }
  .mobile-progress .prog-step3 {
    width: 125px;
  }
  .mobile-progress .prog-step4 {
    width: 195px;
  }
  .mobile-progress .prog-step5 {
    width: 212px;
  }
  .mobile-progress .prog-step6 {
    width: 230px;
  }
  .mobile-progress .prog-step7 {
    width: 270px;
  }
  .mobile-progress .prog-step8 {
    width: 330px;
  }
  .mobile-progress .prog-step9 {
    width: 380px;
  }
  .mobile-progress .prog-step10 {
    width: 390px;
  }
  #main-content form .radio-years {
    width:600px;
    margin: 10px auto 0;
    text-align: center;
  }
 #main-content form .radio-bday-year {
   display:inline-block;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
   border-radius:4px;
   width:100px;
   color:#000000;
   margin-bottom:20px;
   margin:6px 35px;
   padding:3px 0;
   text-align:center;
 }
#main-content form .radio-bday-year .btn {
   font-size:20px;
   font-weight:400;
   -webkit-box-shadow: 2px 2px 0px 3px rgba(224,224,224,1);
   -moz-box-shadow: 1px 3px 0px 1px rgba(224,224,224,1)
   box-shadow: 1px 3px 0px 1px rgba(224,224,224,1);
 }
.more-padding {
    padding: 8px 35px;
 }
.new-button {
    background: #ff8a00;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    height: 45px;
    width: 180px;
    margin: 30px auto 60px;
    display: block;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer;
  }
  /*----- Step 2 -----*/
  form .site-submit-btn-step2 {
      width: 180px;
      margin-left: 10px;
  }
  .valid-license {
    margin-bottom: 2%;
  }
  .radio-text.vehicle-btn {
    font-size: 16px;
  }
  label.col-sm-12 {
    margin-bottom: 0%;
  }
  .footer-logo {
    margin-top: -180px;
  }
  .col-sm-12.text-section {
      margin-top: -75px;
  }
  .radio-text.vehicle-btn {
    border: solid thin lightgray;
    border-radius: 5px;
   -webkit-box-shadow: 2px 2px 0px 3px rgba(224,224,224,1);
   -moz-box-shadow: 1px 3px 0px 1px rgba(224,224,224,1);
   box-shadow: 1px 3px 0px 1px rgba(224,224,224,1);
    width: 100%;
    margin-bottom: 15px;
    padding-top: 8%;
    padding-bottom: 8%;
    font-size: 16px; 
    overflow: hidden;
    max-width: 165px;
  }
  .shade.btn-group.box2 {
    margin-top: 11%;
    margin-left: 17px;
  }
  .question-header {
    margin-bottom: 0%; 
  }
  .p-title {
    font-size: 36px;
  }
  .mobile-progress,
  .step1 .mobile-progress {
    margin: 20px auto 60px 290px;
  }
  .question-wrapper p {
    font-size: 1.7rem;
  }
  .mt-5-20 {
    margin-top: 20px; 
  }
  form .site-submit-btn {
    height: 42px;
    padding: 0px 16px;
  }
/* Form Section */
  #header .contact {
    font-size:1.125em;
  }
  .ml-add {
    margin-left: 22%;
  }
  .small-container {
    width: 798px;
    margin: 0 auto;
  }
  form .substep-btn {
    width:280px;
    float:right;
  }
  #form-box form {
    margin-left: 5%;
  }
  div#sprite-images {
    margin-top: 2%;
  }
  .center {
    margin-left: 179%
    margin-top: 2%;
  }
  #call-end .action-msg {
    font-size:2em;
  }
  #sub-step .step-title {
    text-align: center;
    font-size: 1.8em;
  }
  #sub-step .step-title .sub-title {
    font-size: 0.6em;
  }
  .name-text {
    margin-top: 20px;
  }
  .center {
    margin-left: 349px;
    margin-top: 2%;
  }
  #main-content form .radio-years {
    width: 600px;
    margin: 10px auto 0;
    text-align: center;
  }
  label.col-sm-12 {
    margin-bottom: 0%;
  }
  .footer-logo {
    margin-top: -180px;
  }
  .col-sm-12.text-section {
    margin-top: -10px;
  }
  .question-wrapper p {
    font-size: 1.4rem;
    margin-bottom: -10px;
  }
  .shade.btn-group.box2 {
    margin-top: 0%;
  }
  #footer {
    font-size:14px;
  }
  .line-height {
    line-height: 24px; 
  }
  .pb-6 {
    padding-bottom: 0;
  } 
  input[type="date"] {
    padding-left: 15%;
  }
  #footer .modal-content .modal-body ul li {
    display:block;
    border-right:none;
    border-right-width:none;
  }
  #step-5 {
    margin-top: 0px;
  }
  #state-select {
    padding-left: 10%;
  }
  form .site-submit-btn-step2 {
    margin-left: auto;
  }
  #main-content form .site-submit-btn {
		margin: 0 0 0 -2px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  #header img.sitelogo {
    margin: 6px auto 0;
  }
  .small-container {
    width: 840px;
    margin: 0 auto;
  }
  #form-box form {
    margin-left: 5%;
  }
  .dot-progress {
    margin-left: 27%;
  }
  .mobile-progress,
  .step1 .mobile-progress {
    width: 400px;
    height: 22px;
    text-align: center;
    margin: 25px auto 50px 385px;
  }
  .pt-20 {
    padding-top: 20%;
  }
  .pt-23 {
    padding-top: 23%;
  }
  #main-content form .radio-years {
    width: 870px;
    margin: 10px auto 0;
    text-align: center;
  }
  .center {
    margin-left: 425px;
    margin-top: 2%;
  }
  .card1 {
    margin-left: 32px;
  }
  .form-group.col-md-4.col-lg-3 {
    margin-left: 1%;
  }
  label.col-sm-12 {
    margin-bottom: 0%;
  }
  .footer-logo {
    margin-top: -180px;
  }
  .col-sm-12.text-section {
    margin-top: -75px;
  }
  #lp-bg-wrap {
    height: 483px;
  }
  .ml-add {
    margin-left: 24%;
  }
  .col-sm-12.margin-bottom {
    margin-bottom: 3%;
  }
  input[type="date"] {
    padding-left: 12%;
  }

  #main-content form .site-submit-btn {
		margin: 0 0 0 -5px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1700px) {
  #form-box form {
    margin-left: 5%;
  }
  .form-group.col-md-4.col-lg-3 {
    margin-left: 0px;
  }
  .center {
    margin-left: 425px;
    margin-top: 2%;
  }
  label.col-sm-12 {
    margin-bottom: 0%;
  }
  .footer-logo {
    margin-top: -180px;
  }
  .col-sm-12.text-section {
    margin-top: -75px;
  }
  input[type="date"] {
    padding-left: 10%;
  }
}

/* KEY FRAMES */

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(90, 210, 17, 0.9);
  }
  50% {
    box-shadow: 0 0 0 0px rgba(90, 210, 17, 0.6);
  }
  75% {
    box-shadow: 0 0 0 0px rgba(90, 210, 17, 0.3);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(90, 210, 17, 0);
  }
}

.scroll-arrow {
  text-align: center;
  margin:0;
  position:fixed;
  bottom:10px;
  right:15px;
  z-index:999;
 
}
	.scroll-arrow span {
		color:#fe9600;
		font-size:32px;
	}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}

/* New Button Layout */
#main-content form .form-group label:focus {
	border: solid 2px green;
}

input[type='radio'] {
	display: none; 
}

.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;
}


.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;
}














