@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'Source Sans Pro', sans-serif;
  background: #f4f4f4;
  padding-bottom: 60px;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.header{
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
.main-title{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#273790+0,3ba0d6+100 */
background: #273790; /* Old browsers */
background: -moz-linear-gradient(left, #273790 0%, #3ba0d6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #273790 0%,#3ba0d6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #273790 0%,#3ba0d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#273790', endColorstr='#3ba0d6',GradientType=1 ); /* IE6-9 */
padding: 40px 20px;
margin-bottom: 60px;
}
.main-title h1{
  font-weight: 300;
  text-align: center;
  color: #fff;
  font-size: 33px;
  letter-spacing: 2px;
}
.main-content-container{
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.main-content-container p{
  font-size: 17px;
  color: #666;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 20px;
}
.main-content-container p a{
  color: #273790;
}
.start-form label{
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #666;
}
.start-form input[type="text"],
.start-form input[type="email"]{
  width: 100%;
  border: 1px solid #eee;
  padding: 0 10px;
  height: 40px;
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.start-form input[type="text"]:focus,
.start-form input[type="email"]:focus{
  border-color: #273790;
}
.start-form input[type="submit"]{
  display: inline-block;
  height: 55px;
  padding: 0 60px 0 40px;
  background:#273790 url('../images/arrow-right.svg') no-repeat center right 20px / 30px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  border: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
  white-space: normal;
}
.start-form input[type="submit"]:hover{
  padding: 0 70px 0 40px;
  background:#273790 url('../images/arrow-right.svg') no-repeat center right 20px / 30px;
}

.return{
  display: inline-block;

  padding: 20px 60px 20px 40px;
  background:#273790 url('../images/arrow-right.svg') no-repeat center right 20px / 30px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  border: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
}
.return:hover{
  padding: 20px 70px 20px 40px;
  color: #fff;
  text-decoration: none;
  background:#273790 url('../images/arrow-right.svg') no-repeat center right 20px / 30px;
}

.start-form span{
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.question-info{
  color: #666666;
  font-size: 15px;
}
.question-info ul{
  margin: 0 -10px;
}
.question-info li{
  display: inline-block;
  padding: 0 10px;
}
.question-info span{
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #273790;
  color: #fff;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 5px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}

.main-form-container{
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  color: #666666;
  font-size: 15px;
  line-height: 1.3;
}
.main-form-container .row{
  margin-bottom: 20px;
}
.main-form-container ul{
  margin: 0 -10px;
}
.main-form-container ul li{
  display: inline-block;
  padding: 0 10px;
}
.main-form-container ul li input[type="radio"]{
  display: none;
}
.main-form-container ul li input[type="radio"] + span{
  position: relative;
  padding-left: 30px;
}
.main-form-container ul li input[type="radio"] + span:before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #ccc;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.main-form-container ul li input[type="radio"]:checked + span:before{
  background: #273790;
  box-shadow: inset 0 0 0 4px #fff;
}
.main-form-container input[type="text"]{
  width: 100%;
  height: 40px;
  border: 1px solid #eee;
  padding: 0 10px;
  transition: all 0.3s ease-out;
  font-size: 15px;
}
.main-form-container input[type="text"]:focus,
.main-form-container textarea:focus{
  border-color:#273790;
}
.main-form-container textarea{
  width: 100%;
  min-height: 150px;
  border: 1px solid #eee;
  padding: 20px;
  transition: all 0.3s ease-out;
  font-size: 15px;
}
.main-form-container select{
  width: 100%;
  border: 1px solid #eee;
  height: 40px;
  font-size: 15px;
  padding: 0 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../images/arrow-down.svg') no-repeat center right 10px / 20px;
}
.main-form-container h2{
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

.main-form-container input[type="submit"]{
  display: inline-block;
  border: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 15px 50px 15px 40px;
  background: #14C84B url('../images/send.svg') no-repeat center right 10px / 30px;
  color: #fff;
  margin-top: 40px;
  transition: all 0.3s ease-out;
  white-space: normal;
}
.main-form-container input[type="submit"]:hover{
  padding-right: 60px;
}
@media (max-width: 991px){
  .question-info ul{
    margin: 0;
  }
  .question-info li{
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }
  .main-form-container .row .col-md-6:first-child{
    margin-bottom: 20px;
  }
}
@media (max-width: 560px){
  .start-form input[type="submit"]:hover{
    padding: 0 60px 0 40px;
  }
}
@media (max-width: 480px){
  .main-form-container ul{
    margin: 0;
  }
  .main-form-container ul li{
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }
}