@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

@font-face {
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ProximaNova-Regular.woff') format('woff'),
       url('../fonts/ProximaNova-Regular.ttf')  format('truetype'),
       url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
}
@font-face {
  src: url('../fonts/ProximaNova-Semibold.eot');
  src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ProximaNova-Semibold.woff') format('woff'),
       url('../fonts/ProximaNova-Semibold.ttf')  format('truetype'),
       url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
}
html {
  min-height: 100%;
  height: 100%;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}
.container {
  max-width: 1190px;
  position: relative;
}
/*=========================================
            HOME PAGE 
=========================================*/
.wrapper {
  min-height: 100%;
  height: 100%;
  position: relative;
  background: url('../images/banner.jpg') no-repeat;
  background-position: top center;
  background-size: cover
}
.banner-txt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0%; 
  right: 0;
  padding: 0 15px;
  transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.banner-txt h1 {
  font-size: 58px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}
.banner-txt h2 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 25px;
  padding: 15px;
  background-color: rgba(252, 47, 151, 0.8);
  font-family: 'Open Sans', sans-serif;
}
.banner-txt .btn.site-btn {
  background-color: #ffaf1c;
  color: #333;
  max-width: 500px;
  margin: 0 auto;
  border: none;
  font-size: 30px;
  text-transform: inherit;
  font-family: 'Open Sans', sans-serif;
}
.thanks .site-btn {
  text-transform: inherit;
}
.modal-title {
  font-size:20px;
}
.header {
  padding: 25px 0;
  border-bottom: 1px solid #fce9f2;
  background-color: #fffffd;
}
.header .logo {
  float: left;
}
.tagline {
  font-size: 36px;
  line-height: 36px;
  color: #515151;
  float: right;
  margin: 35px 0 0;
  font-family: 'Open Sans', sans-serif;
}
.footer ul {
  margin: 30px 0 30px;
  float: right;
}
.footer ul li, .footer ul li a {
  font-size: 16px;
  line-height: 36px;
  color: #777777;
  font-family: 'Open Sans', sans-serif;
}
.btn-default[disabled] {
	background-color: #ccc;
    border-color: #ccc;
    box-shadow: none;
    opacity: 1;
}
.content {
  padding: 20px 0 0;
}
.txt {
  font-size: 18px;
  line-height: 20px;
  color: #8296a0;
  margin-bottom: 20px;
  text-align: center; 
  font-family: 'Open Sans', sans-serif;
}
.txtt {
  font-size: 18px;
  line-height: 20px;
  color: #fc2f97;
  margin-bottom: 20px; 
  font-family: 'Open Sans', sans-serif;
}
.tab-row {
  margin-bottom: 20px;
  text-align: center;
  border:1px solid #fce9f2;
}
.tab-row li {
  width: 33%;
  padding: 0;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.tab-row li.active{
  background-color: #fc2f97;
}
.tab-row li input{
  margin: 0px auto 0px;
  float: none!important;
  opacity: 0;
  height: 22px;
  width: 22px;
  visibility:hidden;
}
.tab-row li .checkbox {
  padding: 0;
}
.tab-row li label {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 36px;
  color: #cccccc;
}
.tab-row li.active label {
  color: #fff;
}
.summary {
  padding: 30px;
  background-color: #f9f9f9;
}
.summary h3 {
  font-size: 24px;
  color: #777777;
  margin-top: 0;
}
.thanks{
  max-width: 500px;
  margin: 0 auto 50px;
}
.thanks h2{
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 25px;
  text-align: center;
  color: #515151;
}
.thanks .txtt {
  line-height: 26px;
  text-align: justify;
}

.site-btn.back:hover, .site-btn.back:focus {color: #0f75bc; }
.site-btn {
  border: 1px solid #fff; 
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffaf1c;
  text-align: center;
  width: 100%;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff;
}

.site-btn:hover {
  border: 1px solid #fff; 
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffaf1c;
  text-align: center;
  width: 100%;
  font-size: 25px;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff;
}

.site-btn.back {
  background-color: #14426F;
  color: #cccccc;
}

/*=========================================
          DETAILS PAGE
=========================================*/
.form-control {
  border: 1px solid #cbcbcb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
}
.details-form .form-group {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom:  1px solid #ccc;
}
.details-form .form-group.no-border {
  border-bottom:  none; 
  padding-bottom: 0;
}
.details-form .control-label {
  text-align: left;
  font-weight: normal;
}

/*========================================
               GENDER
========================================*/
.left-content {
  max-width: 600px;
  margin: 0 auto; 
  padding-top: 40px;
}
.left-content  h2 {
  font-size: 22px;
  line-height: 24px;
  color: #333;
  text-align: center;
  margin: 0 0 20px;
}
.gender-form  .checkbox {
  padding:0;
  text-align:center;
}
.gender-form  label {
  text-transform: uppercase;
  position: relative;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  color: #404348;
  opacity: .5;
}
label {
  display:block;
}
label.error {
  text-align:center;
}
.gender-form  label.error {
	display: none !important;
}
.gender-form .checkbox  label:hover {
  opacity: 1;
}
.gender-form .checkbox.active  label {
  opacity: 1;
}
.gender-form  label input {
  opacity: 0;
  position: absolute;
  visibility:hidden;
}
form  img {
  display: block;
  max-width: 204px;
  margin: 0 auto 20px;
}
.input-group.date {
  max-width: 230px;
  margin: 0 auto 30px;
}
.insurance-form .radio-inline {
  display: block;
  font-size: 16px;
}
.insurance-form .radio-inline+.radio-inline {
  margin-left: 0;
  display: block;
}
.issue-form .radio-inline {
  display:block;	
}
.radio-inline+.radio-inline {
  margin-left: 0;
  font-size:15px;	
}
/*==============================================
                  HOUSEHOLD
==============================================*/

.cover-form select {
  max-width: 400px;
    margin: 20px auto 50px;
    min-height: 45px;
}
.members {
  position: relative;
  opacity: .5;
  cursor: pointer;
  min-height:200px;
  overflow:hidden;
  
}
.members:hover {
  opacity: 1; 
}
.members:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 26px;
  width: 26px;
  margin-left: -13px; 
  background: url('../images/not-ok.png') no-repeat;
  background-position: center center;
  background-size: contain;
}
.members.active:after {
  content: '';
  position: absolute;
  background: url('../images/ok.png') no-repeat;
  background-position: center center;
  background-size: contain;
}
.members.active {
  opacity: 1;
}
.members input {
  visibility: hidden;
  opacity: 0;
  position:relative;
  
}
.members.tap-last input {
	position:absolute!important;
  top: -9999px;
  left: -9999px;
	z-index:-1;
}


/*========================================================================
                          TERMS PAGE STYLES    
========================================================================*/
.terms-content {
  margin-bottom: 40px;
}
.terms-content h1 {
  margin-bottom: 40px;
}
.terms-content ul {
  list-style-type: decimal;
  padding-left: 20px;
  margin-top: 20px;
}
.terms-content li {
  font-size: 16px;
  color: #1a0f3e;
  padding-bottom: 10px;
  padding-left: 10px;
}

/*========================================================================
                          MEDIA QUERY STYLES    
========================================================================*/
@media screen and (max-width: 1199px) {
  .tagline {
    font-size: 24px;
  }
  .banner-txt h1 {
    font-size: 40px;
  }
  .banner-txt h2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 991px) {
  .tagline {
    font-size: 20px;
    margin-top: 20px;
  }
  .logo img {
    max-width: 210px;
  }
  .header {
    padding: 30px 0;
  }
  .tab-row li {
    width: 32%;
  }
  .left-content {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 15px 0;
  }
  .wrapper {
    min-height: 560px;
  }
  .header .logo {
    float: none;
  }
  .logo img {
    max-width: 100%;
  }
  form img {
  	max-width:100%;
  }
  .tagline {
    text-align: center;
    float: none;
    font-size: 16px;
    margin-top: 10px;
  }
  .tab-row li {
    width: 100%;
  }
  .summary {
    padding: 15px;
  }
  .details-form .form-control {
    margin-bottom: 15px;
  }
  .details-form .form-group {
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .site-btn {
    font-size:20px;
  }
  .left-content h2 br {
    display:none; 
  }
  .banner-txt {
    position: static;
    transform: translateY(0); 
    -webkit-transform: translateY(0); 
    -moz-transform: translateY(0); 
  }
  .banner-txt h1 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-top: 50px;
    font-weight: 800;
    text-shadow: 1px 3px 1px #cc2a80;
  }
  .banner-txt h2 {
    font-size: 19px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 25px;
    padding: 7px;

    background-color: #cc2a80;
  }
  .banner-txt .site-btn {
    font-size: 20px;
  }
  .site-btn {
    font-size: 20px;
  }
  .left-content {
    padding-top: 0px;
  }
  .tab-row li label {
    display: inline-block;
    min-width: 180px;
    margin-bottom: 0;
    text-align: center;
  }
  .tab-row li label:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 5px;
  }
  .footer ul li, .footer ul li a {
  	font-size:14px;
  	padding-right:0px;
  }
  .left-content {
    padding-top: 0px;
  }
  .terms-content h1 {
    font-size: 30px;
  }
  .terms-content h2 {
    font-size: 20px;
  }
}