@import url(
  https://fonts.googleapis.com/css?family=Open+Sans:300,
  400,
  600,
  700,
  800
);
@import url(
  https://fonts.googleapis.com/css?family=Oswald:300,
  400,
  500,
  600,
  700
);
.font-primary,
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.font-Oswald,
#top-bar p {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

body {
  font-size: 16px;
}

a {
  color: #2f90af;
  text-decoration: none !important;
}

hr {
  margin-bottom: 1.3em;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 1.3em;
}

h1 {
  font-size: 40px;
}

h2 {
  border-bottom: 3px solid #26748b;
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 25px;
}

h3 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 24px;
}

section#hero {
  position: relative;
  min-height: 450px;
  padding: 40px 0 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #26748b;
}
section#hero h1,
section#hero h4 {
  color: #fff;
  font-weight: 300;
  text-shadow: 1px 1px #585858;
}
section#hero h1 {
  margin-top: 30px;
  margin-bottom: 20px;
}
section#hero .form {
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  margin-top: 30px;
  text-align: center;
}
section#hero .form .step {
  height: 100%;
  display: none;
}
section#hero .form .step#step-1 {
  display: block;
}
section#hero .form button {
  background-color: #578641;
  border: none;
  border-radius: 4px;
  padding: 0.7rem 2.8rem;
  font-size: 1.5em;
  margin-top: 25px;
}
section#hero .form button#vt-bib-button-2 span {
  display: none;
}
@media screen and (max-width: 768px) {
  section#hero {
    padding: 0px;
  }
  section#hero .form button {
    font-size: 14px;
    padding: 15px;
  }
}
section#hero .form span.copy {
  font-size: 12px;
  text-align: justify;
}
section#hero .form label {
  display: block;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 0.5em;
}
section#hero .form label.error {
  background: #f00;
  color: #fff;
  font-size: 12px;
  margin-top: -3px;
  text-shadow: 0 0 transparent;
  position: relative;
}
section#hero .form .ui-slider-wrapper {
  padding-top: 75px;
  position: relative;
  text-align: center;
}
section#hero .form .ui-slider-wrapper .val {
  background: #fff;
  color: #fff;
  display: block;
  font-family: verbbold, Arial;
  font-size: 32px;
  left: 0;
  line-height: 45px;
  padding: 0 10px;
  position: absolute;
  top: 0;
}
section#hero .form .ui-slider-wrapper .val i {
  color: #2b3b43;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
  padding: 10px 0;
  text-shadow: none;
}
section#hero .form .ui-slider-wrapper .val:after {
  bottom: -12px;
  content: " ";
  left: 0;
  margin-left: -6px;
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid white;
  width: 24px;
  right: 0;
  margin: auto;
}
section#hero .form .ui-slider-wrapper .ui-slider {
  border-radius: 25px;
  background-color: #c4cddc;
  border: 0 none;
}
section#hero .form .ui-slider-wrapper .ui-slider .ui-slider-horizontal {
  height: 0.6em;
}
section#hero .form .ui-slider-wrapper .ui-slider .ui-slider-range {
  background: #27758b;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
section#hero .form .ui-slider-wrapper .ui-slider .ui-slider-handle {
  background: #27758b;
  border: 4px solid #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 0 2px 0 #27758b !important;
  -webkit-box-shadow: 0 0 2px 0 #27758b !important;
  box-shadow: 0 0 2px 0 #27758b !important;
  cursor: pointer;
  height: 22px;
  width: 22px;
  top: -6px;
}
section#hero
  .form
  .ui-slider-wrapper
  .ui-slider
  .ui-slider-handle.ui-state-focus {
  outline: 0;
}
section#hero .list-header {
  max-width: 960px;
  margin: 0 auto 20px;
}
section#hero .list-header .list-header-item {
  display: inline-block;
  margin-bottom: 15px;
  color: white;
  font-size: 20px;
  text-shadow: 1px 1px #585858;
  padding-left: 35px;
}
section#hero .list-header .list-header-item:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
  font-size: 22px;
}
section#hero:before {
  content: "";
  background-color: black;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
}
section#content {
  padding: 60px 0;
}
section#content > .container {
  margin-bottom: 2em;
}
section#content > .container:last-child {
  margin-bottom: 0;
}
section#content .container > .row,
section#content .container div > .row {
  margin-bottom: 1.2em;
}
section#content .container > .row:last-child,
section#content .container div > .row:last-child {
  margin-bottom: 0;
}

.form-control {
  height: 42px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 300;
}
.form-control.error {
  border: 1px solid #f00;
}

.nice-select {
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #55595c;
  font-weight: 300;
  float: none;
}
.nice-select.error {
  border: 1px solid #f00;
}
.nice-select:after {
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
  box-sizing: initial;
  border-color: #000;
  height: 7px;
  width: 7px;
  right: 18px;
}
.nice-select .list {
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}
.nice-select .option {
  font-weight: 300;
}
.nice-select .option.selected {
  color: #000;
}

.btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 24px;
  font-weight: 300;
  padding: 15px 40px;
  transition: all 0.3s ease;
}
.btn.btn-default {
  background: #527e3e;
  border: 1px solid #314b25;
  color: #fff;
}
.btn.btn-default:hover,
.btn.btn-default:active:focus {
  color: #fff;
  border: 1px solid #314b25;
  background-color: #3c5c2d;
}

.circle {
  width: 145px;
  height: 145px;
  display: table;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #464646;
  margin-bottom: 0.9em;
  border-radius: 50%;
}
.circle span {
  display: table-cell;
  vertical-align: middle;
  color: #44accd;
  font-size: 28px;
}

.social-networks {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.social-networks li {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
}
.social-networks li .icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 46px !important;
  text-align: center;
  font-size: 28px;
  transition: all 0.1s linear;
  border: 2px solid #2a353d;
  color: #2a353d;
}
.social-networks li .icon.facebook {
  border-color: #3a5795;
  color: #3a5795;
}
.social-networks li .icon.twitter {
  border-color: #55acee;
  color: #55acee;
}
.social-networks li .icon.youtube {
  border-color: #cc181e;
  color: #cc181e;
}
.social-networks li .icon.google {
  border-color: #dc4c3f;
  color: #dc4c3f;
}
.social-networks li .icon.rss {
  border-color: #f28500;
  color: #f28500;
}

.widget {
  margin-bottom: 2em;
}
.widget p {
  margin-bottom: 1em;
}
.widget h2 {
  border-bottom: 2px solid #44accd;
  font-weight: 300;
  font-size: 24px;
  padding-left: 40px;
  position: relative;
}
.widget h2 i {
  position: absolute;
  top: 2px;
  left: 0;
}
.widget h3 {
  font-size: 21px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 0.5em;
}
.widget a {
  color: #44accd;
  transition: all 0.3s ease;
}
.widget a:hover {
  color: #2f90af;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 18px;
  position: relative;
  padding-left: 15px;
}
.widget ul li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0da";
  clear: both;
  position: absolute;
  color: #44accd;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.widget ul li a {
  color: #464646;
  transition: all 0.3s ease;
}
.widget ul li a:hover {
  color: #44accd;
}

.success-note {
  background-color: #efecb6;
  color: #484848;
  border-radius: 5px;
  display: none;
  text-align: center;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 3rem;
}
.success-note h3 {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 9px;
}
.sucesss-note p {
  font-size: 2.2rem;
  margin-bottom: 0;
  padding: 0 7px;
}

#top-bar {
  padding: 10px 0;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.4s ease;
}
#top-bar p {
  font-weight: 500;
  font-size: 20px;
}
#top-bar p a {
  color: #ce2e26;
  margin-left: 10px;
}

header .contact-info {
  margin-top: 10px;
}

body.header-fixed header .logo-image {
  display: inline-block;
  margin: 12px;
}

header .contact-info h3:last-of-type {
  margin-bottom: 0px;
}

header .contact-info .tracking-phone {
  font-size: 35px;
}

header {
  padding: 15px 0;
  background-color: #fff;
}

header .container,
header .row > div,
header .row {
  height: 100%;
}
header .table {
  height: 100%;
  margin: 0;
}
header ul li {
  margin-left: 15px;
}
.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 25px;
  height: 25px;
  width: 145px;
  position: relative;
  padding: 0;
  text-shadow: 0px 1px 0 #a2a2a2;
  margin-bottom: 25px;
}

.star-ratings-css-top {
  color: #26748b;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

.star-ratings-css-bottom {
  padding: 0;
  display: block;
  z-index: 0;
}

.star-ratings-css span {
  margin-right: 5px;
}

footer {
  color: white;
  background-color: #2f90af;
  border-top: 2px solid #ffffff;
  padding: 50px 0;
}
footer h3 {
  margin-bottom: 40px;
  font-weight: 100;
  font-size: 35px;
}
footer p {
  margin: 0;
}
footer .testimonial-box {
  width: 100%;
  height: auto;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid white;
  border-radius: 4px;
  color: #464646;
  position: relative;
  min-height: 280px;
}
footer .testimonial-box-footer {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
}
footer .testimonial-box-footer p {
  padding-right: 25px;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
}

/* DISCLAIMER SECTION ADDED BY ALEX VAZQUEZ */
#disclaimer-section {
  padding: 20px 5px !important;
  background-color: #fff;
}
#disclaimer-section p {
  padding: 5px 0px !important;
  text-align: left;
  margin: 0;
  font-size: 12px;
}
@media screen and (max-width: 820px) {
  #disclaimer-section p {
    padding: 5px 10px !important;
    width: 90%;
    margin: 0 auto;
  }
}
/* *************************************** */

#copyright {
  background-color: #26333b;
  color: white;
  padding: 20px 0;
}
#copyright .col-sm-4 {
  border-right: 1px solid white;
  height: 40px;
  padding-top: 5px;
}
#copyright .col-sm-4 a {
  color: #2f90af !important;
}

#copyright .col-sm-4:first-child {
  position: relative;
}
#copyright .col-sm-4:first-child:before {
  content: "";
  background-image: url("../images/leaves.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -27px;
  left: -70px;
}
#copyright .col-sm-4:last-child {
  border: none;
}
#copyright span a {
  color: #ffffff !important;
  font-size: 12px;
}
#copyright .pipe-divider {
  margin: 0 10px;
}
#copyright p {
  margin: 0;
}
.list-container {
  background-color: rgba(0, 0, 0, 0.5);
  width: 80%;
  margin: 0 auto 25px;
  padding: 25px;
  border-radius: 4px;
}
@media screen and (max-width: 1200px) {
  #copyright .col-sm-4 {
    height: 70px;
  }
}
@media screen and (max-width: 991px) {
  #copyright .col-sm-4 {
    height: 90px;
  }

  header .contact-info h3:first-of-type {
    font-size: 19px;
  }

  section#hero h1 {
    margin-top: 0px;
    text-align: center;
    font-size: 40px;
    width: 95%;
    line-height: 52px;
  }
  section#hero .list-header .list-header-item {
    list-style-type: none;
    width: 47%;
  }

  section#hero .form {
    padding: 40px;
    max-width: 85%;
    margin: 35px auto 0;
  }

  section#hero .list-header {
    text-align: center;
  }

  header .contact-info .tracking-phone {
    font-size: 28px;
  }

  body.header-fixed header .logo-image {
    margin: 4px;
  }
}
@media screen and (max-width: 767px) {
  #copyright .col-sm-4 {
    border-right: none !important;
    height: auto !important;
  }
  #copyright .col-sm-4:first-child:before {
    display: none;
  }
  #copyright p {
    text-align: center;
  }
  header .main-logo {
    margin: 10px;
    margin: 10px;
  }
  header .contact-info {
    margin-top: 10px;
    text-align: center;
  }
  header .logo-image {
    display: inline-block;
    margin: 10px;
  }
  header ul li {
    width: 50%;
    margin: 0;
    padding-left: 10px;
  }

  header .credibility-logos {
    text-align: right;
    margin-top: 10px;
  }

  header .contact-info h3:first-of-type {
    font-size: 25px !important;
    margin-bottom: 5px;
  }

  header .contact-info h3:last-of-type {
    margin-bottom: 0.5em;
  }

  header .contact-info .tracking-phone {
    font-size: 40px !important;
  }

  section#hero h1 {
    font-size: 35px;
    margin-top: 0;
    line-height: 46px;
    margin-bottom: 0;
  }
  section#hero {
    padding: 25px 0;
  }
  section#hero .list-header .list-header-item {
    font-size: 17px;
    width: 49%;
  }
}

@media screen and (max-width: 615px) {
  section#hero .form {
    padding: 28px 40px;
    max-width: 90%;
    margin: 23px auto 0;
  }

  section#hero .list-header .list-header-item {
    display: block;
    width: 100%;
  }
  section#hero .list-header {
    margin: 0 auto 0px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 460px) {
  section#hero .form {
    padding: 28px 40px;
    max-width: 95%;
    margin: 23px auto 0;
  }

  body.header-fixed header .logo-image:first-of-type {
    display: none;
  }

  section#hero .form label {
    font-size: 24px;
  }

  body.header-fixed header .logo-image:last-of-type img {
    max-width: 80px;
    margin-top: 25px;
  }

  header .contact-info {
    margin-top: 10px;
    text-align: center;
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 4px;
  }

  header .contact-info h3:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 410px) {
  section#hero .form {
    padding: 20px 30px;
    max-width: 98%;
  }

  section#hero h1 {
    font-size: 30px;
    line-height: 38px;
  }
  section#hero .list-header .list-header-item {
    font-size: 19px;
  }
}

@media screen and (max-width: 345px) {
  header .contact-info .tracking-phone {
    font-size: 37px !important;
  }
}
