@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("/fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"), url("/fonts/HelveticaNeueLTStd-Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("/fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2"), url("/fonts/HelveticaNeueLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("/fonts/HelveticaNeueLTStd-Md.woff2") format("woff2"), url("/fonts/HelveticaNeueLTStd-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("/fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("/fonts/HelveticaNeueLTStd-Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #3e3e3e;
  overflow-x: hidden;
}

.bg-lightgray {
  background-color: #f1f1f1;
}

ul .list-col,
ol .list-col {
  display: inline-block;
  width: 130px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.6rem;
}

.arrows {
  width: 33px;
  padding: 25px;
  box-sizing: content-box;
  pointer-events: none;
}

.form-control,
.form-select {
  border-radius: 4px;
  border: 2px solid #d1d1d1;
  color: #505050;
  font-size: 1.1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:hover, .form-control:focus, .form-control:active,
.form-select:hover,
.form-select:focus,
.form-select:active {
  box-shadow: none;
  border-color: #989898;
}
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
  color: #505050;
}
.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
  color: #505050;
}
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  color: #505050;
}
.form-control:-moz-placeholder,
.form-select:-moz-placeholder {
  color: #505050;
}

input[type=text].form-control,
input[type=email].form-control {
  padding: 18px 30px;
}

textarea {
  resize: none;
}

.form-check-label {
  font-size: 0.8rem;
  font-weight: 300;
}

input[type=text].form-control.form-padding--small,
input[type=email].form-control.form-padding--small {
  padding: 0.375rem 0.75rem;
}

.bg-color-primary {
  background-color: #e41b13;
}

.grecaptcha-badge {
  display: none !important;
}

.btn,
button.g-recaptcha {
  padding: 15px 70px;
  background-color: #6a9a21;
  color: #fff;
  font-weight: 500;
  border-radius: 60px;
  border: none;
  transition: all 0.3s;
}
.btn:hover, .btn:focus, .btn:active,
button.g-recaptcha:hover,
button.g-recaptcha:focus,
button.g-recaptcha:active {
  color: #fff;
  opacity: 0.9;
  box-shadow: none;
}
.btn:disabled,
button.g-recaptcha:disabled {
  background-color: #989898;
  cursor: default;
}
.btn:disabled:hover, .btn:disabled:focus, .btn:disabled:active,
button.g-recaptcha:disabled:hover,
button.g-recaptcha:disabled:focus,
button.g-recaptcha:disabled:active {
  opacity: 1;
}

button.g-recaptcha {
  float: left;
  margin: 50px 0;
}

.btn--color-white {
  background-color: #fff;
  color: #3e3e3e;
}
.btn--color-white:hover, .btn--color-white:focus, .btn--color-white:active {
  color: #3e3e3e;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1;
  box-shadow: 0 12px 66px rgba(0, 0, 0, 0.16);
  margin-bottom: 50px;
}
.navbar .container {
  position: relative;
}
.navbar__topbar {
  display: block;
  position: absolute;
  top: -5px;
  right: 20px;
  border-bottom: 1px solid #707070;
  padding-bottom: 7px;
  font-size: 0.9rem;
}
.navbar__topbar a {
  color: #707070;
  text-decoration: none;
  transition: opacity 0.3s;
}
.navbar__topbar a:hover, .navbar__topbar a:focus, .navbar__topbar a:active {
  color: #707070;
  text-decoration: none;
  opacity: 0.6;
}
.navbar__topbar ul li {
  margin-right: 60px;
}
.navbar__topbar ul li:last-of-type {
  margin-right: 0;
}
.navbar-brand {
  margin-bottom: -53px;
}
.navbar .nav-item {
  padding: 0 50px;
}
.navbar .nav-item:last-of-type {
  padding-right: 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #707070;
}
.navbar-light .navbar-nav .nav-link--highlight {
  background-color: #6a9a21;
  color: #fbfbfb;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color 0.3s;
}
.navbar-light .navbar-nav .nav-link--highlight:hover, .navbar-light .navbar-nav .nav-link--highlight:active, .navbar-light .navbar-nav .nav-link--highlight:focus {
  color: #fbfbfb;
  background-color: #989898;
}

.navbar-no-margin .navbar {
  margin-bottom: 0;
}

a.social-item {
  display: inline-block;
  width: 29px;
  height: 29px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 1.05rem;
  line-height: 31px;
  text-align: center;
  color: #e41b13;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s;
}
a.social-item:hover, a.social-item:focus, a.social-item:active {
  color: #e41b13;
  text-decoration: none;
  opacity: 0.6;
}
a.social-item--type-facebook i {
  position: absolute;
  bottom: -1px;
  right: 5px;
  font-size: 1.3rem;
}
a.social-item--size-lg {
  width: 74px;
  height: 74px;
  line-height: 76px;
  font-size: 2.2rem;
}
a.social-item--size-lg.social-item--type-facebook i {
  right: 11px;
  font-size: 3.2rem;
}

.page-footer {
  font-size: 0.9rem;
  position: relative;
}
.page-footer__top {
  background-color: #e41b13;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}
.page-footer__top a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.page-footer__top a:hover, .page-footer__top a:focus, .page-footer__top a:active {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}
.page-footer__bottom {
  font-size: 0.8rem;
  color: #000;
  border-top: 1px solid #707070;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.page-footer__bottom a {
  color: #000;
  text-decoration: none;
}
.page-footer__bottom a:hover, .page-footer__bottom a:focus, .page-footer__bottom a:active {
  color: #000;
  text-decoration: underline;
}
.page-footer a.social-item {
  color: #e41b13;
}
.page-footer a.social-item:hover, .page-footer a.social-item:focus, .page-footer a.social-item:active {
  color: #e41b13;
}

@media (max-width: 991px) {
  .navbar-brand {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .navbar-nav {
    margin-top: 25px;
  }
  .navbar-light .navbar-nav .nav-link--highlight {
    margin-left: -20px;
    margin-right: -20px;
  }
  .navbar__topbar {
    font-size: 0.8rem;
  }
  .navbar__topbar ul li {
    margin-right: 13px;
  }
  .navbar__topbar ul li:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  a.social-item--size-lg {
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 1.7rem;
  }
  a.social-item--size-lg.social-item--type-facebook i {
    font-size: 2.2rem;
  }

  .social-items-success-page {
    flex-direction: column;
  }
  .social-items-success-page .d-flex {
    display: block !important;
    padding-right: 0 !important;
    margin-bottom: 25px;
  }
}
