body {
  font-family: 'Poppins', sans-serif;
  color: #4A4A4A;
  font-size: 16px;
  min-width: 320px;
  height: 100%; }

html {
  height: 100%; }

a, button {
  color: #4A4A4A;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  a:hover, button:hover {
    text-decoration: none;
    color: black; }

.reset-p {
  padding: 0 !important; }

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0; }

#home {
  padding: 0px 0px 80px 0px; }

.home-bg {
  background: url("../img/photo_main.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.home-bg-b {
  width: 100%;
  height: 100%;
  background-color: rgba(15, 98, 94, 0.4); }

.home-logo {
  text-align: center;
  margin-top: 0px;
  max-width: 280px; }

.header-logo {
  background: #e9e9e9;
  text-align: center; }

.main-title {
  padding: 40px 0px 0px 0px; }
  .main-title h1 {
    color: #fff;
    font-weight: 700;
    font-size: 32px; }
  .main-title h3 {
    color: #fff;
    padding-top: 10px;
    font-weight: 300;
    font-size: 30px; }

.plan {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #EEE;
  margin-top: 48px; }
  .plan h3 {
    color: #006863;
    font-weight: 500;
    padding: 10px 0px 10px 0px; }
  .plan h4 {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 400; }
  .plan .tips-special {
    border: solid 1px #007e78;
    border-radius: 10px;
    padding: 10px 10px 16px 10px;
    margin: 50px 0px 20px 0px;
    width: 100%;
    color: #333;
    display: block;
    background: white;
    background: -moz-linear-gradient(-45deg, white 0%, #ebf5f4 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, white), color-stop(100%, #ebf5f4));
    background: -webkit-linear-gradient(-45deg, white 0%, #ebf5f4 100%);
    background: -o-linear-gradient(-45deg, white 0%, #ebf5f4 100%);
    background: -ms-linear-gradient(-45deg, white 0%, #ebf5f4 100%);
    background: -webkit-linear-gradient(315deg, white 0%, #ebf5f4 100%);
    background: -o-linear-gradient(315deg, white 0%, #ebf5f4 100%);
    background: linear-gradient(135deg, white 0%, #ebf5f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebf5f4', GradientType=1 ); }
    .plan .tips-special:after {
      display: block;
      content: '+';
      background: #007e78;
      width: 40px;
      line-height: 32px;
      margin: auto;
      color: #fff;
      border-radius: 25px;
      border: solid 4px #fff;
      margin-bottom: -37px;
      font-size: 32px; }
  .plan .tips-div {
    padding: 20px 0px 20px 0px;
    text-align: left; }
    .plan .tips-div span {
      background: url(../img/check.png) 10px top no-repeat;
      background-size: 20px 20px;
      color: #4c4c4c;
      font-size: 14px;
      font-weight: 400;
      padding-left: 40px;
      padding-bottom: 5px;
      display: block;
      text-align: left !important; }
  .plan .div-special {
    margin-bottom: 29px; }
  .plan .plan-color {
    color: #006863;
    font-size: 22px; }
    .plan .plan-color strong {
      font-weight: 700; }

.home-tips {
  text-align: center;
  border: solid 1px #eee;
  border-radius: 5px;
  margin: -20px 20px 20px 20px;
  background-color: #ffffff;
  width: 28%;
  float: none;
  display: inline-block;
  vertical-align: top;
  line-height: 16px !important;
  padding: 10px 20px 20px 20px; }
  .home-tips img {
    max-height: 70px; }
  .home-tips h3 {
    font-size: 16px;
    color: #006863;
    font-weight: 600;
    margin-bottom: 10px; }
  .home-tips span {
    font-size: 14px; }

.home-tips2 {
  padding: 0px 0px 0px 50px; }
  .home-tips2 h4 {
    color: #00e8dc;
    font-size: 16px;
    margin-top: 20%; }
  .home-tips2 h3 {
    font-size: 28px;
    color: #006863;
    font-weight: 600;
    margin-bottom: 10px; }
  .home-tips2 span {
    font-size: 14px; }

.home-form-title {
  font-weight: 800;
  font-size: 26px;
  color: #FFBC49;
  margin-top: 42px;
  text-shadow: 1px 5px 15px rgba(0, 0, 0, 0.54); }

.home-form h3 span {
  display: block;
  font-size: 25px;
  font-weight: 400; }

.home-form .form-inline {
  margin-top: 20px; }
  .home-form .form-inline .form-group {
    margin-bottom: 12px;
    width: 100%;
    display: block;
    -ms-input-placeholder-color: black;
    -moz-placeholder-color: black; }
    .home-form .form-inline .form-group:last-child {
      margin-left: 0; }
    .home-form .form-inline .form-group input {
      background: #ffffff;
      border-radius: 0px;
      height: 53px;
      width: 95%;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 18px;
      padding-left: 20px;
      border-radius: 10px;
      border: none;
      color: #223b7a; }
    .home-form .form-inline .form-group ::-webkit-input-placeholder {
      color: #8d95a9; }
    .home-form .form-inline .form-group ::-moz-placeholder {
      color: black; }
  .home-form .form-inline .checkbox label {
    font-size: 16px;
    color: #fff; }
    .home-form .form-inline .checkbox label a {
      color: #fff;
      text-decoration: none;
      border-bottom: dotted 1px #fff; }
    .home-form .form-inline .checkbox label input {
      margin-right: 5px; }
  .home-form .form-inline .action {
    margin-top: 30px; }
    .home-form .form-inline .action .btn {
      background: #FFBC49;
      border-radius: 6px;
      padding: 20px 60px;
      border: none;
      color: #007e78;
      font-size: 22px;
      font-weight: 600; }
      .home-form .form-inline .action .btn:hover {
        color: #007e78;
        background: #fff; }

.selectize-control {
  width: 100% !important;
  background: none;
  border: 0px;
  height: 53px;
  padding: 0px;
  padding-right: 0px !important; }
  .selectize-control .input-active {
    background: none;
    border: 0px; }

.help-block {
  color: #ee9694 !important; }

.selectize-input {
  background: #ffffff;
  border-radius: 30px !important;
  height: 53px;
  width: 95%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  padding-left: 20px;
  border: none;
  color: #223b7a;
  -ms-input-placeholder-color: black;
  -moz-placeholder-color: black;
  text-align: left; }
  .selectize-input ::-webkit-input-placeholder {
    color: #8d95a9; }
  .selectize-input ::-moz-placeholder {
    color: black; }
  .selectize-input .item {
    width: 100%;
    padding: 10px;
    padding-left: 0px;
    text-align: left; }
  .selectize-input input {
    width: 100%; }
  .selectize-input input {
    height: 36px !important; }

.selectize-dropdown {
  background: #fff;
  border: 0px !important;
  border-radius: 30px;
  height: auto !important;
  text-align: left; }
  .selectize-dropdown .selectize-dropdown-content {
    background: #fff;
    font-size: 18px;
    line-height: 24px; }

.content-bg {
  background: white;
  background: -moz-linear-gradient(top, white 0%, white 52%, #d1dada 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(52%, white), color-stop(100%, #d1dada));
  background: -webkit-linear-gradient(top, white 0%, white 52%, #d1dada 100%);
  background: -o-linear-gradient(top, white 0%, white 52%, #d1dada 100%);
  background: -ms-linear-gradient(top, white 0%, white 52%, #d1dada 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(52%, white), to(#d1dada));
  background: linear-gradient(to bottom, white 0%, white 52%, #d1dada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1dada', GradientType=0 ); }

.people-text {
  margin: auto;
  padding-top: 80px;
  padding-bottom: 50px; }
  .people-text h2 {
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase; }
  .people-text .col-xs-12 {
    max-width: 800px;
    margin: auto;
    float: none;
    padding: 60px 20px 60px 20px; }
    .people-text .col-xs-12 span {
      color: #fff;
      font-size: 18px; }
      .people-text .col-xs-12 span u {
        text-decoration: none;
        border-bottom: dotted 1px #fff; }

.people {
  margin: 0px 0px -10px 0px;
  max-width: 500px;
  width: 100%; }

.people-g {
  margin: 30px 0px 0px 0px;
  max-width: 400px;
  width: 100%; }

.layout {
  position: fixed;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  color: black;
  padding: 20px; }
  .layout #cookies {
    max-width: 960px;
    margin: 0px auto;
    color: #fff; }
    .layout #cookies a {
      color: #fff;
      border-bottom: dotted 1px #fff;
      cursor: pointer; }
    .layout #cookies .sst_close {
      background: #009996;
      border-radius: 40px;
      padding: 5px 10px;
      border: none;
      color: white;
      text-transform: uppercase;
      font-size: 14px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 900;
      display: block;
      width: 100px;
      text-align: center;
      float: right;
      margin: 10px; }
      .layout #cookies .sst_close:hover {
        background: #54dcd9;
        color: #009996 !important; }

.gracias-bg {
  background: url("../img/photo_main.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%; }
  .gracias-bg .container-fluid {
    background-color: rgba(0, 153, 150, 0.4);
    margin: 0px !important;
    padding: 50px 0px 0px 0px;
    height: 100%; }
  .gracias-bg h3 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase; }
  .gracias-bg p {
    margin-bottom: 50px;
    color: #fff;
    font-size: 22px; }
  .gracias-bg .btn {
    background: #FFBC49;
    border-radius: 5px;
    padding: 10px 30px;
    border: none;
    color: #00716f;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    margin-bottom: 50px; }
    .gracias-bg .btn:hover {
      background: #00716f;
      color: #fff; }

i.form-control-feedback {
  display: none !important; }

.grecaptcha-badge {
  visibility: hidden; }

.main-cta, .main-cta-close {
  display: none; }

@media (max-width: 992px) {
  .main-cta {
    display: block;
    width: 260px;
    position: fixed;
    bottom: 20px;
    right: -5px;
    background: #FFBC49;
    height: 60px;
    padding-left: 30px;
    font-size: 22px;
    color: #00716f;
    border-radius: 5px;
    line-height: 60px;
    font-weight: 700;
    -webkit-box-shadow: 0px 10px 28px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 10px 28px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 10px 28px 0px rgba(0, 0, 0, 0.45);
    cursor: pointer; }
  .home-tips {
    width: 30%;
    height: 230px;
    margin-left: 2px;
    margin-right: 2px; }
  .main-col-1, .main-col-2 {
    width: 50% !important;
    display: block; }
  .main-col-3 {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 113, 111, 0.8);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: none; }
    .main-col-3 .home-form-title {
      font-size: 22px;
      margin-top: 60px; }
    .main-col-3 .main-cta-close {
      display: block;
      color: #00716f;
      position: absolute;
      right: 0px;
      top: 0px;
      width: 40px;
      height: 40px;
      background: #fff;
      line-height: 41px;
      font-size: 24px;
      margin: 10px;
      border-radius: 100%;
      z-index: 10000; }
  .home-form .form-inline {
    max-width: 50%;
    margin: 20px auto 0px auto; }
    .home-form .form-inline .checkbox label, .home-form .form-inline .checkbox a {
      font-size: 12px; }
  .form-inline .form-group input {
    margin: auto;
    max-width: 100%; }
  .container-end {
    padding-bottom: 60px; }
    .container-end .home-tips2 h4 {
      margin-top: 30px; } }

@media (max-width: 614px) {
  .main-col-1, .main-col-2 {
    padding: 5px; }
    .main-col-1 .plan, .main-col-2 .plan {
      padding: 5px; }
  .home-tips {
    width: 80%;
    height: auto;
    margin-bottom: 40px; }
  .home-form h3 span {
    display: block;
    font-size: 25px;
    font-weight: 400; }
  .home-form .form-inline {
    max-width: 100%; }
    .home-form .form-inline .form-group input {
      width: 95%; }
    .home-form .form-inline .action .btn {
      width: 95%;
      text-align: center;
      padding: 20px 0px 20px 0px; } }

@media (max-width: 458px) {
  .main-col-1, .main-col-2 {
    width: 100% !important; }
  .plan {
    margin-top: -5px;
    padding: 5px; }
  .main-col-1 {
    margin-bottom: 10px; }
  .main-title {
    padding-top: 0px; }
    .main-title h1 {
      font-size: 16px;
      margin-top: 0px; }
    .main-title h3 {
      font-size: 16px;
      margin-bottom: 30px; }
  .header-logo {
    background: transparent; } }
