.top-bg {
  position: absolute;
  height: 615px;
  width: 100%;
  top: 0;
  z-index: -1;
  background: #c4d7e2;
  background: -moz-radial-gradient(center, ellipse cover, #c4d7e2 0%, #cbebff 47%, #a1dbff 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f0f9ff), color-stop(47%, #cbebff), color-stop(100%, #a1dbff));
  background: -webkit-radial-gradient(center, ellipse cover, #c4d7e2 0%, #cbebff 47%, #a1dbff 100%);
  background: -o-radial-gradient(center, ellipse cover, #c4d7e2 0%, #cbebff 47%, #a1dbff 100%);
  background: -ms-radial-gradient(center, ellipse cover, #c4d7e2 0%, #cbebff 47%, #a1dbff 100%);
  background: radial-gradient(ellipse at center, #c4d7e2 0%, #cbebff 47%, #a1dbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); }

header .header {
  margin: 40px 0px 30px 0px; }

.main {
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px #ccc ;
  -moz-box-shadow: 0px 0px 15px #ccc ;
  box-shadow: 0px 0px 15px #ccc ;
  padding: 15px 15px 0px 15px; }
  .main .arrow-right {
    margin-bottom: 70px; }
  .main .steps > div {
    margin-bottom: 100px; }
  .main .steps .round50 {
    margin-right: 10px; }

footer .footer .menu {
  border-bottom: 1px solid #c4d7e2;
  margin-top: 15px; }
  footer .footer .menu .nav-pills {
    margin-bottom: 15px; }
footer .footer .social {
  margin: 25px 0px; }

.mb10 {
  margin-bottom: 10px; }

body {
  font-family: Open Sans;
  font-size: 24px; }

h1 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 50px; }

h2 {
  font-size: 24px;
  font-weight: bold; }

a {
  color: #5c8db2; }
  a:hover {
    color: #5c8db2; }

span.red {
  color: red !important; }

p.light {
  font-weight: 300 !important; }

span.light {
  font-weight: 300 !important; }

.round50 {
  border-radius: 50% !important;
  border: 2px solid #5c8db2;
  color: #5c8db2; }

.mb50 {
  margin-bottom: 50px; }

header .header .phone {
  font-size: 28px;
  font-weight: 300; }
  header .header .phone a {
    text-decoration: none;
    color: black; }
    header .header .phone a:hover {
      color: black; }

.main {
  margin-bottom: 30px; }
  .main .slogan {
    color: #6a7989;
    font-size: 22px;
    font-weight: 300; }
  .main .jumbotron {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #b6cddb;
    background-color: #ffde33;
    margin-left: -15px;
    margin-right: -15px;
    padding: 35px 15px 0px 15px; }
    .main .jumbotron p {
      font-size: 18px;
      font-weight: 300;
      line-height: normal; }
    .main .jumbotron h2 {
      margin-top: 0px;
      margin-bottom: 17px;
      line-height: 19px; }
    .main .jumbotron .line {
      background-color: #f7f7f7;
      height: 35px;
      margin-left: -15px;
      margin-right: -15px; }
    .main .jumbotron .add-line {
      margin-bottom: 35px; }
      .main .jumbotron .add-line p:last-child {
        margin-bottom: 0px; }
  .main .arrow-right {
    background: #ffe200;
    border: 1px solid #c9b73e;
    padding: 30px; }
    @media (min-width: 992px) {
      .main .arrow-right {
        background: url(../img/arrow-right.png) no-repeat;
        width: 427px;
        height: 293px;
        border: none; } }
  .main .steps .round50 {
    width: 62px;
    height: 62px;
    padding: 12px; }
  .main .well {
    margin-bottom: 50px; }
    .main .well h2 {
      margin-top: 0;
      font-size: 29px;
      margin-bottom: 30px; }
      .main .well h2 .caret {
        border-top: 10px solid;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent; }
    .main .well .sub-title {
      color: #30769e;
      font-size: 20px;
      font-weight: bold;
      line-height: normal; }
    .main .well p.sub-title {
      margin-bottom: 20px; }
    .main .well .form-control.top-field {
      background-color: #6a7989;
      border-radius: 0px;
      border: 1px solid #cfd3d8;
      color: #FFF;
      height: 75px;
      font-size: 20px;
      font-weight: bold;
      box-shadow: none; }
    .main .well .radio-label {
      font-size: 20px;
      font-weight: bold; }
    .main .well .radio-inline {
      color: #637481;
      font-size: 20px;
      font-weight: bold; }
      .main .well .radio-inline input[type=radio] {
        margin-top: 10px; }
    .main .well .control-label {
      font-size: 20px;
      font-weight: bold;
      color: #637481;
      padding-left: 25px;
      padding-top: 25px; }
    .main .well .select {
      padding-right: 25px; }
      .main .well .select .form-control {
        background-color: #EFEEEE;
        height: 75px;
        font-size: 20px;
        height: 80px;
        color: #637481;
        border-radius: 0px;
        border: none;
        box-shadow: none;
        -webkit-appearance: none; }
    .main .well .comment {
      background-color: #EFEEEE;
      height: 75px;
      font-size: 20px;
      height: 80px;
      color: #637481;
      border-radius: 0px;
      border: none;
      box-shadow: none; }
    .main .well .comment-control {
      padding-left: 25px;
      padding-right: 25px; }

footer .footer .nav-pills {
  max-width: 550px; }
  footer .footer .nav-pills li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0px 0px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 300; }
    footer .footer .nav-pills li a:hover {
      color: #097ca8;
      background-color: white; }
    footer .footer .nav-pills li a:focus {
      color: #097ca8;
      background-color: white; }
footer .footer .social .nav-pills {
  max-width: 260px; }
  footer .footer .social .nav-pills li a {
    padding: 15px 15px;
    margin: 0px;
    font-size: 16px; }
  footer .footer .social .nav-pills li + li {
    margin-left: 10px; }

.bg-danger {
  padding-left: 10px;
  margin: -48px 25px 0px 25px;
  font-size: 10px;
  padding-top: 5px;
  padding-bottom: 5px; }

.com-image {
  text-align: center; }
  .com-image img {
    width: 100%; }

/*# sourceMappingURL=main.css.map */
