body {
  font-family: 'Opens Sans', sans-serif;
  color: #4A4A4A;
  font-size: 16px;
  background: #ffffff;
  min-width: 320px; }

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; }

.hero {
  background-image: url("../img/bg-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 546px; }
  .hero .container {
    max-width: 985px;
    width: 100%;
    margin: 0 auto; }
    .hero .container .logo {
      margin-top: 30px; }
    .hero .container .claim {
      width: 100%;
      max-width: 779px; }

.main-title {
  background: #0D79BF;
  margin-bottom: 10px; }
  .main-title h3 {
    margin-top: 20px;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 42px;
    font-weight: bold;
    color: #fff; }
  .main-title h4 {
    margin-bottom: 25px;
    color: #cbe5ff; }

.form {
  background: #F2F5FB;
  padding-top: 0px;
  padding-bottom: 30px;
  margin-bottom: 80px;
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.12);
  max-width: 985px;
  width: 100%;
  margin: -80px auto;
  border-radius: 10px; }
  .form h3 span {
    display: block;
    font-size: 25px;
    font-weight: 400; }
  .form .lead {
    margin-top: 20px; }
    .form .lead .form-group {
      width: 46%;
      margin-bottom: 12px;
      -ms-input-placeholder-color: black;
      -moz-placeholder-color: black; }
      .form .lead .form-group:last-child {
        margin-left: 0; }
      .form .lead .form-group input {
        background: #fff;
        border: 1px solid rgba(208, 208, 208, 0.49);
        border-radius: 3px;
        height: 53px;
        width: 95%;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: #595959; }
      .form .lead .form-group ::-webkit-input-placeholder {
        color: #595959; }
      .form .lead .form-group ::-moz-placeholder {
        color: black; }
    .form .lead .checkbox label {
      font-size: 16px; }
      .form .lead .checkbox label input {
        margin-right: 5px; }
    .form .lead .action {
      margin-top: 30px; }
      .form .lead .action .btn {
        background: #4EC623;
        border-radius: 40px;
        padding: 20px 60px;
        border: none;
        color: white;
        text-transform: uppercase;
        font-size: 22px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 900; }
        .form .lead .action .btn:hover {
          background: #3e9e1c; }

.ferror {
  font-size: 14px;
  color: #9f1717;
  display: block;
  border-radius: 40px;
  margin-top: 10px;
  padding: 0px 20px 0px 20px; }

.ierror {
  border-color: #ffbfbf !important; }

.tips {
  max-width: 985px; }
  .tips h2 {
    font-weight: 600;
    color: #0D79BF;
    margin: 160px auto 40px auto;
    text-align: center; }
    .tips h2:after {
      content: '';
      display: block;
      width: 40px;
      height: 4px;
      background: #c4e8ff;
      margin: 15px auto 0px auto; }
  .tips .tip-box {
    background: #F2F5FB;
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 80px;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.12);
    text-align: center; }
    .tips .tip-box i {
      color: #ffffff;
      margin: 30px 0px 10px 0px;
      font-size: 36px;
      background: red;
      width: 60px;
      height: 60px;
      line-height: 60px;
      border-radius: 100%;
      text-align: center;
      background: #0D79BF; }
    .tips .tip-box h4 {
      font-size: 22px;
      color: #0D79BF;
      font-weight: 600;
      margin-bottom: 10px; }
    .tips .tip-box span {
      width: 75%;
      margin: auto;
      display: block;
      font-size: 16px;
      line-height: 18px;
      color: #0b4367; }

.tips-2 .tip-box {
  background: #F2F5FB;
  padding: 30px;
  margin-bottom: 80px;
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.12);
  text-align: left;
  max-width: 985px;
  margin: auto; }
  .tips-2 .tip-box h4 {
    color: #0D79BF;
    font-size: 32px;
    padding-bottom: 20px;
    font-weight: 600; }
  .tips-2 .tip-box span {
    display: block;
    color: #0b4367;
    padding-bottom: 20px; }

.layout {
  position: fixed;
  bottom: 0px;
  background-color: rgba(198, 198, 198, 0.8);
  width: 100%;
  color: black;
  padding: 20px; }
  .layout #cookies {
    max-width: 960px;
    margin: 0px auto; }
    .layout #cookies .sst_close {
      background-color: #40ab40;
      color: white;
      font-family: Arial;
      padding-bottom: 5px;
      padding-top: 5px;
      padding-left: 20px;
      padding-right: 20px;
      float: right;
      margin-top: 15px;
      border-radius: 5px; }

.gracias-hero {
  height: 200px; }
  .gracias-hero .logo {
    margin-top: 60px !important; }

.gracias {
  background: white;
  padding-top: 100px;
  padding-bottom: 100px; }
  .gracias h3 {
    font-size: 34px;
    color: #0D79BF;
    font-weight: 600;
    line-height: 35px; }
    .gracias h3:after {
      content: '';
      display: block;
      width: 40px;
      height: 4px;
      background: #c4e8ff;
      margin: 15px auto 0px auto; }
  .gracias p {
    width: 90%;
    max-width: 800px;
    margin: 40px auto; }
  .gracias i {
    display: block;
    font-size: 62px;
    margin-bottom: 30px;
    color: #4EC623; }
  .gracias .btn {
    background: #4EC623;
    border-radius: 40px;
    padding: 20px 60px;
    border: none;
    color: white;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900; }
    .gracias .btn:hover {
      background: #3e9e1c; }

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

.grecaptcha-badge {
  visibility: hidden; }

@media (max-width: 992px) {
  .main-title {
    padding: 20px; }
    .main-title h3 {
      margin-top: 0px;
      line-height: 28px;
      margin-bottom: 10px; }
    .main-title h4 {
      margin-bottom: 10px;
      line-height: 20px; }
  .hero {
    height: 446px; } }

@media (max-width: 767px) {
  .hero {
    height: 306px; }
    .hero .container .logo img {
      max-width: 100px;
      vertical-align: top;
      margin-top: 0px; }
  .form .lead .form-group {
    width: 100%; }
    .form .lead .form-group input {
      width: 100%; }
  .tips .tip-box {
    margin-bottom: 0px; } }

@media (max-width: 458px) {
  .hero {
    height: 236px;
    overflow: hidden; }
  .logo img {
    max-width: 100px;
    vertical-align: top; }
  .main-title {
    padding: 20px; }
    .main-title h3 {
      font-size: 20px;
      line-height: 20px; }
    .main-title h4 {
      font-size: 14px;
      line-height: 14px; }
  .gracias-hero {
    height: 200px !important; } }
