/*========================================================================
                          FONT LINKING    
========================================================================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@font-face {
  font-family: 'HelveticaLTStd-BoldCond';
  src: url('../fonts/HelveticaLTStd-BoldCond.eot');
  src: url('../fonts/HelveticaLTStd-BoldCond.eot?#iefix') format('embedded-opentype'),
       url('../fonts/HelveticaLTStd-BoldCond.woff') format('woff'),
       url('../fonts/HelveticaLTStd-BoldCond.ttf')  format('truetype'),
       url('../fonts/HelveticaLTStd-BoldCond.svg#HelveticaLTStd-BoldCond') format('svg');
  font-weight: normal;
  font-style: normal;     
}

/*========================================================================
                          COMMON STYLES    
========================================================================*/
html {
  position: relative;
  min-height: 100%;
  height: 100%;
}
body {
  min-height: 100%;
  height: 100%;
  font-family: arial;
}
.wrapper {
  position: relative;
  min-height: 100%;
  padding-bottom: 65px;
}
.container {
  max-width: 1190px;
}
h1 {
  text-align: center;
  font-size: 48px;
  line-height: 36px;
  color: #fc2f97;
  font-weight: 300;
  margin: 30px 0 15px;
}
.v-align {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.survey-btn {
  display: inline-block;
  min-width: 30%;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  max-width: 450px;
  margin: 15px auto 0;
  text-transform: uppercase;
  background-color: #ffaf1c;
  border-color: #ffaf1c;
  border-radius:0;
  margin-bottom: 15px;
}
.survey-btn:hover, .survey-btn:focus {
  background-color: #e19916;
  color: #333;
  border-color: #e19916;
}
.survey-btn.no-bg {
  background: #fff;
  color: #ccc;
  border: 1px solid #ccc;
}

/*========================================================================
                          HOMEPAGE STYLES    
========================================================================*/
.banner {
  background: url('../images/homepage-banner.jpg') no-repeat;
  background-position: center bottom;
  background-size: cover;
  text-align: center;
}
.banner .container {
  position: relative;
}
.banner h1 {
  font-size: 42px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 15px;
  color: #333333;
  font-weight: 700;
  text-align: center;
}
.banner p {
  font-size: 24px;
  line-height: 40px;
  color: #333;
  margin: 0;
  font-weight: bold;
  font-family: arial;
}
/*========================================================================
                          NAVBAR STYLES    
========================================================================*/
.header {
  padding: 15px 0;
  border-top: 6px solid #cccccc;
  border-bottom: 1px solid #c2c2c2;
}
.logo {
  float: left;
  display: block;
  min-height: 77px; 
}
.tagline {
  float: right;
  font-size: 30px;
  line-height: 36px;
  color: #e29d01;
  margin: 18px 0 0;
}
/*========================================================================
                          FOOTER STYLES    
========================================================================*/
.footer {
  position: absolute;
  left: 0;
  bottom:0;
  right: 0;
  padding: 0px 0 30px;
}
.footer ul {
  margin: 0;
  text-align: center;
}
.footer ul li, .footer ul li a {
  font-size: 16px;
  line-height: 36px;
  color: #999999;
}
/*========================================================================
                          INNER STYLES    
========================================================================*/
.content {
  padding: 40px 0;
  text-align: center;
}
.progress-status {
  border: none;
  margin-bottom: 40px;
}
.progress-status li {
  width: 33.3333%;
  display: block;
  padding: 0;
  float: left;
}
.progress-status li a {
  font-size: 20px;
  line-height: 45px;
  color: #1a0f3e;
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.progress-status li a:hover, .progress-status li a:focus {
  text-decoration: none;
}
.progress-status li a.active {
  color: #fff;
  background: #e29d01;
}
.tick {
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-bottom: -4px;
  margin-right: 10px;
  background: url('../images/un-tick.png') no-repeat;
  background-position: center center;
  background-size: contain;
}
.progress-status li a.active .tick {
  background: url('../images/tick.png') no-repeat;
  background-position: center center;
}
/*========================================================================
                          FORM STYLES    
========================================================================*/
.form-wrapper {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #d6d6d6;
  position: relative;
  padding: 60px 150px 40px;
  margin-bottom: 30px;
}
.form-wrapper .form-title {
  position: absolute;
  top: -18px;
  left: 50%;
  padding: 0 20px;
  font-size: 18px;
  margin: 0;
  line-height: 36px;
  color: #777777;
  background-color: #fff;
  transform: translateX(-50%);
}
.q1 .form-group {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
label, .label-txt {
  text-align: left!important;
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  color: #1a0f3e;
  padding-top: 0!important;
  font-weight: 600;
}
.label-txt {
  text-align: center!important;
  margin: 20px 0 40px;
  display: block;
}
.form-control {
  border-radius: 0;
  color: #1a0f3e;
  font-family: arial;
  font-weight: bold;
  margin-bottom: 15px;
}
.form-control.bottom-border {
  border:none;
  border-bottom: 1px solid #ccc;
}
.form-control.bottom-border:focus {
  box-shadow: none;
}
.option-selector {
  position: relative;
  margin-bottom: 40px;
}
.q2 {
  max-width: 500px;
  margin: 0 auto;
}
.option-selector input{
    margin:0;
	padding:0;
    
            position: absolute;
			opacity: 0;
}
.option-selector input#option2 {
  right: 0px;
}

.option-selector input:active +.answers {
  opacity: 1;
}
.option-selector input:checked +.answers{
    opacity: 1;
}
.answers {
    cursor:pointer;
    display:inline-block;
    text-align: center!important;
    width:150px;
    float: left;
    opacity: .5;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    
}
.answers.answer-2 {
  float: right;
}
.answers img {
  display: block;
  margin: 0 auto;
}
.answers:hover{
    opacity: 1;
}
.form-wrapper.q2 .label-txt {
  margin-bottom:40px;
}
.form-horizontal .checkbox label {
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #515151;
}
.small-txt {
  font-size: 12px;
  line-height: 24px;
}
.radio-list li{
  color: #AAAAAA;
  display: block;
  position: relative;
  width: 100%;
  height: 65px;
}

.radio-list li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.radio-list li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 15px;
  padding: 15px 15px 15px 30px;
  z-index: 9;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.radio-list li .check{
  display: block;
  position: absolute;
  border: 1px solid #AAAAAA;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 23px;
  left: 0px;
  z-index: 5;
  -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
}

.radio-list li:hover .check {
  border: 1px solid #AAAAAA;
}

.radio-list li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 14px;
  width: 14px;
  top: 2px;
  left: 2px;
  margin: auto;
  -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
}

input[type=radio]:checked ~ .check {
  border: 1px solid #000;
}

input[type=radio]:checked ~ .check::before{
  background: #000;
}

input[type=radio]:checked ~ label{
  color: #000;
  font-weight: 600;
}
.detail {
  font-size: 15px;
  line-height: 24px;
  color: #515151;
  font-weight: 400px;
  margin-bottom: 30px;
  position: relative;
  padding-right: 40px;
}
.detail .detail-title {
  font-weight: 600;
  color: #000;
}
.detail .edit {
  font-size: 12px;
  line-height: 20px;
  color: #e19916;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0%;
}
.details-check .checkbox label {
  line-height: 20px;
  font-size: 13px;
}
.details-check .checkbox label a {
  color: #000;
  font-weight: 600;
}
.details-check {
  max-width: 720px;
  margin: 0 auto 30px;
}
/*========================================================================
                          MODAL STYLES    
========================================================================*/
.modal-content {
  background: #fbe9f1;
  padding: 15px;
}
.modal-header {
  border:none;
  padding: 0;
}
.modal-dialog {
  margin-top: 250px;
}
.modal h2 {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
  color: #000;
  margin: 15px 0 40px;
}
.modal p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 40px;
  text-align: center;
}
.close {
  color: #fc2f97;
  opacity: 1;
  font-size: 32px;
}

/*========================================================================
                          TERMA 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) {
  label, .label-txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .tagline {
    font-size: 25px;
    margin: 8px 0 0;
  }
  .logo {
    float: left;
    min-height: 58px;
    max-width: 200px;
  }
  .banner h1 {
    font-size: 36px;
  }
  .banner p {
    font-size: 20px;
    line-height: 30px;
  }
  label, .label-txt {
    font-size: 18px;
  }
  .form-wrapper {
    padding: 50px 100px;
  }
  .progress-status li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    float: none;
    margin: 0 auto;
  }
  .tagline {
    float: none;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }
  .banner h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .form-wrapper {
    padding: 0px;
    border:none;
  }
  .form-wrapper .form-title {
    position: static;
    line-height: 20px;
    font-size: 14px;
    padding: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
  .progress-status li {
    width: 100%;
    float: none;
  }
  .progress-status li a {
    font-size: 16px;
    line-height: 40px;
  }
  .progress-status {
    margin-bottom: 20px;
  }
  .q1 .form-group {
    margin-bottom: 0;
  }
  .survey-btn {
    min-width: 45%;
    font-size: 20px;
  }
  .answers {
    width: 130px;
  }
  .footer ul li, .footer ul li a {
    font-size: 14px;
  }
  .terms-content h1 {
    font-size: 30px;
  }
  .terms-content h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px){
  .banner .container .v-align {
    position: static;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
  }
}