/* Build timestamp: Thu 6 Mar 2025 2:42:46 PM EST */

.hero-container {
  margin-top: -1.5em;
  margin-bottom: 0 !important;
  padding: 0 !important
}
.hero-container .bootstrap-container {
  width: 100%;
  max-width: 100%
}
.hero-container .row, .hero-container .section {
  margin: 0;
  padding: 0 !important
}
/*
 * New homepage styles
 * ============================================= */
/* General positioning rules (hero-container) */
@media (min-width: 320px) {
  .hero-container > div > .row > section > div {
    position: relative;
  }
  .hero-container .freeform {
    position: absolute;
    top: 0;
    max-width: inherit !important;
  }
  .hero-container .adaptive-hero-carousel {
    padding-top: 165px !important;
  }
}
@media (min-width: 840px) {
  .hero-container .adaptive-hero-carousel {
    padding-top: 134px !important;
  }
}
@media (min-width:992px) {
  .hero-container {
    margin-top: 0 !important;
  }
  .hero-container > div > .row > section > div {
    position: relative;
  }
  .hero-container .freeform {
    position: relative;
    top: 0;
  }
  .hero-container .adaptive-hero-carousel {
    padding-top: 0 !important;
  }
}
/* Icon nav */
#responsive-nav-bar {
  padding: 0;
}
.nav-bar, .nav-bar *, .nav-bar *:before, .nav-bar *:after {
  box-sizing: border-box;
}
.nav-bar {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 1.5em 0 0 0;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.nav-bar span {
  font-weight: 400;
  font-size: 0.9rem;
}
.nav-bar__description p {
  margin: 0.75em;
  text-align: right;
  font-size: 0.9rem;
  font-style: italic;
  color: gray;
}
.nav-bar__inner {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.nav-bar__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 0 0 auto;
  height: 100%;
  padding: 1em 0.5em;
  text-align: center;
  width: 140px;
  text-decoration: none;
  color: #000;
}
.nav-bar__item:last-child {
  border: none;
}
.nav-bar__icon {
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: bold;
}
.nav-bar__icon img {
  width: 42px;
  height: 42px;
}
@media (min-width: 320px) {
  #responsive-nav-bar {
    position: relative;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .nav-bar {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 840px) {
  .nav-bar {
    margin-bottom: 20px;
  }
  .nav-bar__inner {
    justify-content: center;
  }
  .nav-bar__description {
    display: none;
  }
}
@media (min-width:992px) {
  #responsive-nav-bar {
    margin-top: 0;
    position: relative;
    z-index: 5;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .nav-bar {
    background-color: transparent;
    box-shadow: none;
    margin-top: 0;
  }
  .nav-bar__description {
    display: none;
  }
  .nav-bar .nav-bar__item {
    width: 160px;
    padding: 1rem;
    text-align: center;
  }
  .nav-bar .nav-bar__icon {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
  }
  .nav-bar .nav-bar__icon:hover {
    margin-top: -0.25em;
    margin-bottom: 0.75em;
  }

@charset "utf-8";
/* CSS Document */