body,
p,
a,
blockquote {
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #16243c;
  font-weight: 400;
}
body {
  font-size: 1.125rem;
  font-weight: 400;
}
strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 900;
}
body,
html {
  height: 100%;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .modal-lg {
    /*  iPad Portrait  */
    max-width: 700px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal-lg {
    /*  iPad Landscape  */
    max-width: 800px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-xxl {
    /*  13" laptop  */
    max-width: 1320px;
  }
}
@media only screen and (min-width: 1400px) {
  .container-xxl {
    /*  15" Laptop and new 13"  */
  }
}
@media only screen and (min-width: 1500px) {
  .container-xxl {
    /*  Desktop  */
    max-width: 1400px;
  }
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn {
  padding: 0.3rem 1rem 0.2rem;
  border-radius: 0;
}
.header-cta {
  background-color: #ffc629;
  color: #16243c !important;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.header-cta:hover {
  background-color: #00a7e1;
}
.more-btn {
  background-color: #93D500;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  color: #FFFFFF;
  width: 145px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.more-btn:hover {
  background-color: #16243c;
  color: #FFFFFF;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
.sub-section-title a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.sub-section-title a:hover {
  color: #FFFFFF;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
blockquote {
  padding-left: 2.5rem;
  border-left: 3px solid #93D500;
}
.offset:before {
  display: block;
  content: " ";
  visibility: hidden;
}
@media (max-width: 767px) {
  .offset:before {
    /*  All phone devices */
  }
}
@media only screen and (min-width: 768px) {
  .offset:before {
    /*  iPad Portrait  */
    height: 120px;
    margin-top: -120px;
  }
}
@media only screen and (min-width: 1024px) {
  .offset:before {
    /*  iPad Landscape  */
  }
}
@media only screen and (min-width: 1200px) {
  .offset:before {
    /*  Desktop  */
    height: 120px;
  }
}
.gform_anchor {
  position: absolute;
  top: -305px;
}
a,
a* {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.center {
  text-align: center;
}
.carousel-control {
  text-shadow: none;
  background-color: transparent;
  background-image: none !important;
  filter: alpha(opacity=100);
  opacity: 1;
}
#breadcrumb {
  height: 45px;
}
#breadcrumb a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
  position: relative;
  overflow: hidden;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
  width: 20000em;
  position: relative;
  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
  /* Required only for block elements like <li>'s */
  float: left;
}
#pagination .page-numbers {
  padding: 5px 7px;
  font-size: 1rem;
}
#pagination a.page-numbers {
  -webkit-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -ms-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
#pagination a.page-numbers:hover {
  color: #FFFFFF;
}
#pagination .current {
  color: #FFFFFF;
}
#pagination .dots {
  background-color: transparent;
}
#pagination .dots {
  padding: 0 0 5px 0;
}
#pagination a.next,
#pagination a.prev {
  display: none;
}
#share .jssocials-share {
  margin-right: 10px;
}
#share a.jssocials-share-link {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#share .jssocials-share-facebook a.jssocials-share-link {
  padding: 0.58rem 0.85rem;
}
#share .svg-inline--fa {
  font-size: 1rem;
}
@media (max-width: 767px) {
  img.alignright {
    /*  All phone devices */
    margin: 0 0 1em 0;
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  img.alignright {
    /*  iPad Portrait  */
    margin: 0 0 1em 1em;
    float: right;
  }
}
img.alignleft {
  margin: 0 2.5rem 1rem 0;
}
@media (max-width: 767px) {
  img.alignleft {
    /*  All phone devices */
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  img.alignleft {
    /*  iPad Portrait  */
    float: left;
  }
}
img.aligncenter {
  display: block;
  margin: 1em auto;
}
@media (max-width: 767px) {
  a img.alignright {
    /*  All phone devices */
    margin: 0 0 1em 0;
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  a img.alignright {
    /*  iPad Portrait  */
    margin: 0 0 1em 1em;
    float: right;
  }
}
a img.alignleft {
  margin: 0 1em 1em 0;
}
@media (max-width: 767px) {
  a img.alignleft {
    /*  All phone devices */
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  a img.alignleft {
    /*  iPad Portrait  */
    float: left;
  }
}
a img.aligncenter {
  display: block;
  margin: 1em auto;
}
#forcedRedirectModal {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#forcedRedirectModal .modal-title {
  color: white;
  justify-content: center;
  text-align: center;
  width: 100% !important;
  font-weight: 900 !important;
  font-size: 35px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  #forcedRedirectModal .modal-title {
    margin-top: 0px;
    font-size: 3.5rem;
    color: #fff;
    letter-spacing: 2px;
    font-size: 56px !important;
    font-weight: 900 !important;
  }
}
#forcedRedirectModal .modal-title h5 {
  font-size: 56px !important;
}
#forcedRedirectModal .modal-header {
  border: none;
  display: block;
}
#forcedRedirectModal .modal-header a {
  color: white !important;
  text-decoration: none;
}
#forcedRedirectModal .modal-body {
  color: white !important;
  justify-content: center;
  text-align: center;
  padding: 0;
  width: 100%;
  border: none;
}
#forcedRedirectModal .modal-body a {
  color: white !important;
  text-decoration: none;
}
#forcedRedirectModal .modal-body p {
  color: white !important;
}
#forcedRedirectModal .modal-footer {
  color: white;
  justify-content: center;
  text-align: center;
  width: 100%;
  border: none;
}
#forcedRedirectModal .modal-footer a {
  color: white !important;
  text-decoration: none;
}
#forcedRedirectModal #redirectButton {
  background-color: #ffc526;
  color: black;
  border-radius: 2px;
  border: none;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  #forcedRedirectModal #redirectButton {
    margin-top: 30px;
  }
}
#forcedRedirectModal #redirectButton:hover {
  background-color: #ffc526 !important;
  outline: none !important;
  border: none !important;
}
#forcedRedirectModal #redirectButton:focus {
  background-color: #ffc526 !important;
  color: white;
  outline: none !important;
  border: none !important;
}
#forcedRedirectModal #redirectButton:active {
  background-color: #ffc526 !important;
  color: white;
  outline: none !important;
  border: none !important;
}
#forcedRedirectModal .btn-modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 1rem;
  fill: white !important;
  outline: none !important;
  border: none !important;
  opacity: 1;
}
#forcedRedirectModal .btn-modal-close:active {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}
#forcedRedirectModal .btn-modal-close:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}
#forcedRedirectModal .btn-modal-close .btn:active {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}
#forcedRedirectModal .btn-modal-close .btn:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}
#forcedRedirectModal .btn-modal-closesvg {
  stroke-width: 3px !important;
  width: 20px;
  height: 20px;
}
.modal-backdrop.show {
  opacity: 0;
  /* Adjust the value for opacity */
}
#forcedRedirectModal .modal-dialog {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px;
}
@media (min-width: 992px) {
  #forcedRedirectModal .modal-dialog {
    max-width: 70%;
  }
}
#forcedRedirectModal .modal-content {
  background-color: rgba(22, 36, 61, 0.8) !important;
  border: none;
  height: 100%;
  padding: 20px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  #forcedRedirectModal .modal-content {
    padding: 90px;
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 0;
  }
}
#header-nav {
  background-color: #16243c;
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 9;
}
@media only screen and (min-width: 1200px) {
  #nav-logo .logo {
    /*  Desktop  */
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #nav-logo .mob-btns-pos {
    /* To TO iPad  */
    margin-right: 5rem;
  }
}
#nav-logo .navbar-toggler-icon {
  background-image: none;
}
#nav-logo .nav-closed .svg-inline--fa,
#nav-logo .nav-open .svg-inline--fa {
  color: #FFFFFF;
  font-size: 1.7rem;
}
#nav-logo .nav-closed {
  display: block;
}
#nav-logo .nav-open {
  display: none;
}
#nav-logo .navbar-toggler {
  color: transparent;
  border-color: transparent;
  position: absolute;
  right: 0rem;
  top: 1.7rem;
}
#nav-logo button:focus {
  outline: none;
}
@media only screen and (min-width: 1200px) {
  #nav-logo #hfs-nav {
    /*  Desktop  */
    margin: 2rem 0 0 0;
  }
}
#nav-logo .navbar {
  padding: 0.3rem 0;
}
#nav-logo .navbar-nav li {
  position: relative;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -ms-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
@media (max-width: 767px) {
  #nav-logo .navbar-nav li {
    /*  All phone devices */
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #nav-logo .navbar-nav li {
    /*  iPad Landscape  */
  }
}
@media only screen and (min-width: 1200px) {
  #nav-logo .navbar-nav li {
    /*  Desktop  */
    margin: 0 0.25rem;
    height: 70px;
  }
}
#nav-logo .navbar-nav li a.nav-link {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  font-size: 0.8rem;
}
#nav-logo .navbar-nav li a.nav-link:hover {
  color: #ffc629;
}
#nav-logo .navbar-nav li a.nav-link:focus {
  outline: none;
}
#nav-logo .navbar-nav li.member-login {
  margin-top: 0.3rem;
  margin-right: 0;
}
#nav-logo .navbar-nav li.current_page_item a {
  color: #ffc629;
}
footer {
  background-color: #16243c;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer hr {
  margin: 1rem 0;
  color: #FFFFFF;
  background-color: #ffc629;
  border: 0;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  footer .border-left {
    /*  iPad Portrait  */
    border-left: 1px solid #ffc629;
  }
}
footer .border-top {
  border-top: 1px solid #ffc629 !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #ffc629;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}
footer p,
footer a {
  color: #FFFFFF;
  font-size: 0.75rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer p,
  footer a {
    /*  All phone devices */
    font-size: 0.7rem;
  }
}
footer a:hover {
  color: #ffc629;
}
@media (min-width: 414px) {
  footer .address {
    /*  iPhone 6 plus  */
    margin-top: 0.5rem;
  }
}
footer .address p,
footer .phone-email p,
footer .address a,
footer .phone-email a {
  text-align: right;
  color: #ffc629;
}
footer .address a:hover,
footer .phone-email a:hover {
  color: #FFFFFF;
}
footer .address a.find-us,
footer .phone-email a.find-us {
  color: #FFFFFF;
}
footer .address a.find-us:hover,
footer .phone-email a.find-us:hover {
  color: #ffc629;
}
@media (max-width: 767px) {
  footer .phone-email {
    /*  All phone devices */
    margin-top: 3.1rem;
  }
}
@media only screen and (min-width: 768px) {
  footer .phone-email {
    /*  iPad Portrait  */
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  footer .phone-email {
    /*  iPad Landscape  */
    margin-top: 2rem;
  }
}
footer .footer-nav #footer-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  -moz-column-count: 2;
  -moz-column-gap: 0;
  -webkit-column-count: 2;
  -webkit-column-gap: 0;
  column-count: 2;
  column-gap: 0;
  width: 280px;
}
footer .footer-nav #footer-menu li {
  width: 100%;
}
footer .footer-nav #footer-menu li a {
  display: inline-block;
  font-size: 0.75rem;
  color: #ffc629;
}
footer .footer-nav #footer-menu li a:hover {
  color: #FFFFFF;
}
footer .footer-left {
  float: right;
  text-align: right;
}
@media (min-width: 414px) {
  footer .footer-left {
    /*  iPhone 6 plus  */
    margin-top: 1rem;
  }
}
footer .footer-left .join-us-form input[type="email"],
footer .footer-left .join-us-form .svg-inline--fa {
  -webkit-appearance: none;
  border-radius: 0;
  position: relative;
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
  footer .footer-left .join-us-form input[type="email"],
  footer .footer-left .join-us-form .svg-inline--fa {
    left: 4.5rem;
  }
}
footer .footer-left .join-us-form input[type="email"] {
  border: 1px solid #ffc629;
  background-color: transparent;
  color: #FFFFFF;
  padding: 0.4rem;
  width: 230px;
}
footer .footer-left .join-us-form .svg-inline--fa {
  background-color: #ffc629;
  color: #16243c;
  font-size: 2rem;
  width: 32px;
  height: 33px;
  position: relative;
  top: 0.5rem;
}
footer .footer-left .copyright {
  margin: 1rem 0;
}
footer .footer-left .copyright p,
footer .footer-left .copyright a {
  text-align: right;
  font-size: 0.7rem;
  color: #ffc629;
}
footer .footer-left .copyright a {
  color: #FFFFFF;
}
footer .footer-left .copyright a:hover {
  color: #ffc629;
}
footer .footer-left .social-media {
  margin-bottom: 2rem;
}
footer .footer-left .social-media .svg-inline--fa {
  font-size: 1.3rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  footer .footer-left .social-media .svg-inline--fa {
    /*  All phone devices */
    margin: 0 0.5rem;
  }
}
@media (min-width: 320px) {
  /*  iPhone 4 & 5 */
}
@media (min-width: 360px) {
  /* Galaxy s4 & s6 */
}
@media (min-width: 375px) {
  /*  iPhone 6 */
}
@media (min-width: 411px) {
  /*  Google Pixel - 5"  */
}
@media (min-width: 414px) {
  /*  iPhone 6 plus  */
}
@media (max-width: 767px) {
  /*  All phone devices */
}
@media only screen and (min-width: 768px) {
  /*  iPad Portrait  */
}
@media only screen and (min-width: 1024px) {
  /*  iPad Landscape  */
}
@media only screen and (min-width: 1200px) {
  /*  Desktop  */
}
@media only screen and (min-width: 1200px) {
  /*  13" laptop  */
}
@media only screen and (min-width: 1400px) {
  /*  15" Laptop and new 13"  */
}
@media only screen and (min-width: 1500px) {
  /*  Desktop  */
}
