@charset "utf-8";

body {
  font-family: 'Open Sans',Arial,sans-serif;
  background: #f2f2f2;
  font-weight: 300;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #94a3a8;
}

strong,b {
  font-weight: 600;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  margin: 25px 0;
  font-weight: 600;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 15px 0;
}

h3 {
  font-size: 30px;
  margin: 10px 0;
  font-weight: 600;
}

h4 {
  font-size: 25px;
  margin: 10px 0;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
  color: #384047;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  color: #384047;
}

a {
  color: #5173bd;
}

a:hover,a:focus {
  color: #5173bd;
}

.btn,.btn-lg,.input-lg {
  border-radius: 3px;
}

.form-control {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #DCDCDC;
}

.form-control:focus {
  border-color: #ABABAB;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-lg {
  height: 55px;
}

.btn-lg,.btn-group-lg>.btn {
  padding: 5px 28px;
  height: 46px;
  margin-top: 3px;
}

.breath {
  margin: 50px auto;
}

.highlight {
  background: #e5e8ec;
  margin-top: 40px;
}

.relative-block {
  position: relative;
}

.form-group.last {
  margin-bottom: 0;
}

.multiple-btns .btn+.btn {
  margin: 10px;
}

.re-assure {
  color: #AAAAAA;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 11px;
  font-style: italic;
}

.has-margin-top {
  margin-top: 30px;
}

.has-margin-top-lg {
  margin-top: 40px;
}

.has-margin-bottom {
  margin-bottom: 30px;
}

.has-margin-bottom-sm {
  margin: 0 10px 10px 0;
  border: 1px solid #ccc;
  padding: 15px 0;
  box-shadow: 0 0 10px 0 #ccc;
  border-radius: 10px;
}

.has-margin-vertical {
  margin: 20px 0 30px;
}

.has-margin-bottom {
  margin-bottom: 40px;
}

.masthead {
  position: relative;
  padding: 30px 15px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead .container {
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
}

.loading * {
  -webkit-animation: none!important;
  -moz-animation: none!important;
  -ms-animation: none!important;
  -o-animation: none!important;
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

.logo {
  padding: 10px 0;
  text-align: center;
}

.btn-large {
  font-size: 18px;
  padding: 20px 50px;
  margin: 5px 10px;
}

.btn-success {
  background-color: #2ecc71;
  background-image: none;
  border: 0;
  -webkit-box-shadow: 0 3px 0 rgba(2,154,67,1);
  box-shadow: 0 3px 0 rgba(2,154,67,1);
  line-height: 1.8;
}

.btn-success:hover,.btn-success:focus,.btn-success:active {
  background-color: #29c36a;
  color: #FFF;
  border: 0;
  -webkit-box-shadow: 0 3px 0 rgba(2,139,61,1);
  box-shadow: 0 3px 0 rgba(2,139,61,1);
}

.btn-primary {
  background-color: #23306b;
  border: solid 1px #23306b;
  line-height: 1.8;
  -webkit-box-shadow: 0 3px 0 rgb(24,36,87);
  box-shadow: 0 3px 0 rgb(24,36,87);
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
  background-color: #2d3978;
  border: solid 1px #23306b;
  -webkit-box-shadow: 0 3px 0 rgb(24,36,87);
  box-shadow: 0 3px 0 rgb(24,36,87);
}

.btn-warning {
  background-color: #ff871c;
  line-height: 1.8;
  -webkit-box-shadow: 0 3px 0 rgb(214,106,18);
  box-shadow: 0 3px 0 rgb(214,106,18);
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active {
  background-color: #FF973B;
  -webkit-box-shadow: 0 3px 0 rgb(214,106,18);
  box-shadow: 0 3px 0 rgb(214,106,18);
}

.btn-grey {
  background-color: #868c96;
  line-height: 1.8;
  color: #FFF;
  -webkit-box-shadow: 0 3px 0 rgb(108,115,107);
  box-shadow: 0 3px 0 rgb(108,115,107);
}

.btn-grey:hover,.btn-grey:focus,.btn-grey:active {
  background-color: #8F959E;
  color: #FFF;
  -webkit-box-shadow: 0 3px 0 rgb(108,115,107);
  box-shadow: 0 3px 0 rgb(108,115,107);
}

.subscribe {
  padding: 45px 0;
}

.loading p {
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
  color: #8A8A8A;
  margin-bottom: 0;
}

.loading .text-success {
  color: #21BD24;
}

.loading .text-danger {
  color: #CF3E3B;
}

@keyframes arrowbounce {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-moz-keyframes arrowbounce {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes arrowbounce {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-o-keyframes arrowbounce {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.scrollto,.scrollto:hover {
  display: block;
  text-decoration: none;
  position: absolute;
  bottom: -30px;
  left: 50%;
  height: 70px;
  margin-left: -50px;
}

.scrollto--arrow {
  padding: 10px;
  position: relative;
}

.scrollto--arrow img {
  animation: arrowbounce 1s alternate infinite;
  -moz-animation: arrowbounce 1s alternate infinite;
  -webkit-animation: arrowbounce 1s alternate infinite;
  -o-animation: arrowbounce 1s alternate infinite;
}

.section-title {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}

.section-title h2 {
  color: #384047;
}

.section-title h4 {
  color: #94a3a8;
}

.highlight .section-title {
  margin-top: 50px;
}

.heroimg img,.clientlogo img {
  max-width: 100%;
}

.masthead .main-title {
  margin-bottom: 0;
}

.masthead .sub-title {
  font-size: 25px;
}

.quick-features {
  text-align: left;
}

.features-lead {
  margin-bottom: 30px;
  color: #323e4f;
}

.featues-single {
  margin-bottom: 25px;
}

.featues-single.last {
  margin-bottom: 40px;
}

.featues-single img {
  margin-right: 20px;
  margin-top: 8px;
}

.featues-single h5 {
  margin-bottom: 5px;
  margin-left: 50px;
  color: #323e4f;
}

.featues-single p {
  color: #A1B8E4;
  margin-left: 50px;
  margin-bottom: 0;
}

.masthead .featues-single h5,.masthead .features-lead {
  color: #fff;
}

@media (min-width:992px) {
  .btn-xl,.btn-group-xl>.btn {
    padding: 15px 30px;
    height: 75px;
    font-size: 25px;
    font-weight: 600;
  }

  .btn-min-width {
    min-width: 160px;
  }

  .btn-min-width-lg {
    min-width: 280px;
  }

  .featues-single.last {
    margin-bottom: 15px;
  }

  .signup-block {
    position: absolute;
    width: 100%;
  }
}


.zigzag {
  margin: 55px 0;
}

.zigzag-lead {
  color: #595c60;
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
}

.zigzag p {
  line-height: 1.5;
  font-size: 16px;
}

.icon-wrap {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

@media (max-width:992px) {
  .zigzag-lead {
    margin-top: 30px;
  }
}

.features {
  margin: 25px 0;
}

.footercontent .social {
  padding: 8px 0;
  display: inline-block;
}

.footercontent .copyinfo {
  text-align: right;
}

@media (min-width: 768px) {
  .footercontent .copyinfo {
    line-height: 2.7;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 35px;
    line-height: 50px;
    margin: 15px 0;
  }

  h2 {
    font-size: 35px;
  }

  .logos {
    text-align: center;
  }

  
  .breath {
    margin: 30px auto;
  }

}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h5 {
    line-height: 25px;
  }

  .subscribe [class*="col-"]:not(:first-child) {
    margin-top: 30px;
  }

  .masthead {
    padding: 40px 15px;
    background-attachment: scroll;
  }

  .masthead .sub-title {
    font-size: 18px;
    line-height: 25px;
  }

  .input-lg {
    font-size: 16px;
    height: 45px;
  }

  .zigzag-lead {
    text-align: center;
	margin-top: 0px;
  }

  .zigzag p {
    text-align: center;
  }

  .footercontent {
    text-align: center;
  }

  .footercontent .copyinfo {
    text-align: center;
  }

  .subscribe-block [class*="col-"]:not(:first-child) {
    margin-top: 20px;
  }

  .bulletin {
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
	.zigzag-lead {
    margin-top: 0px;
  }
}

@media (max-device-width: 992px) {
  .masthead {
    background-size: cover;
    background-attachment: scroll;
  }
}

.subpage-head {
  background-color: #f4f4f4;
  padding-top: 30px;
  padding-bottom: 15px;
  margin-bottom: 40px;
  background-image: url(../images/header_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.subpage-head .section-title h2 {
  color: #FFF;
}

.subpage-head .section-title h4 {
  color: #b5b2df;
}

.subpage-head a {
  color: #FFF;
  border-bottom: solid 1px #FFF;
  text-decoration: none;
  padding-bottom: 5px;
}

.subpage-head a:hover,.subpage-head a:focus,.subpage-head a:active {
  color: rgba(255,255,255,0.7);
  border-bottom: solid 1px rgba(255,255,255,0.7);
  text-decoration: none;
}

.signup-space {
  height: 250px;
  width: 100%;
}

.subscribe-block {
  padding: 20px;
  background: rgba(255,255,255,0.3);
  color: #535353;
  text-align: left;
  margin-bottom: 40px;
  margin-top: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.subscribe-block .loading p {
  color: #FFF;
}

.subscribe-block .loading .text-success {
  color: #FFF;
}

.subscribe-block .loading .text-danger {
  color: #FFF;
}


select {
    padding:12px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	font-size: 18px;
	width: 100%;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

label {position:relative; width: 100%;}
label:after {
    content:'<>';
    font:18px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; 
	top:10px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
label:before {
    content:'';
    right:6px; top:0px;
    width:20px; 
	height:40px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}

.pp_block {
	background: #fff !important;
}

#age_error, #amount_error { 
	color: #fff;
	font-weight: bold;
}