/* This is all you. */
/* This is all you. */
body 
{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.section-background-video-wrapper,
  .section-background-image-wrapper {
    position: absolute !important;
  }
.section-background-video-wrapper,
  .section-background-image-wrapper {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
  }
.section-background-video {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
.section-background-image {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
.section-background-overlay {
    content: '';
    background-color: rgba(0,0,0, 1);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    position: absolute;
  }
.section-background-video-embed.js-video-parallax {
      position: fixed;
      top: calc(50% + 32px);
      left: 50%;
      transform: translate(-50%,-50%);
      min-width: 150%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -9999;
      -o-object-fit: cover;
         object-fit: cover;
    }
@media (max-width: 1180px) {
.section-background-video-embed.js-video-parallax {
        min-width: 175%
    }
      }
@media (max-width: 1070px) {
.section-background-video-embed.js-video-parallax {
        min-width: 200%
    }
      }
@media (max-width: 880px) {
.section-background-video-embed.js-video-parallax {
        min-width: 250%
    }
      }
@media (max-width: 740px) {
.section-background-video-embed.js-video-parallax {
        min-width: 300%
    }
      }
@media (max-width: 600px) {
.section-background-video-embed.js-video-parallax {
        min-width: 350%
    }
      }
.section-background-video-embed {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.banner-background-image-wrapper.banner-jarallax .section-background-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
/* Homepage Banner */
/* background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    height: 800px;
    width: 100%; */
.home-carousel .carousel-cell-background {
      background-size: cover;
      background-attachment: fixed;
      background-position: 50% 50%;
      height: 600px;
      height: 100%;
      overflow-x: scroll;
      width: 100%;
    }
/* &-content {
      overflow: hidden;
      z-index: 0;
    } */
.home-carousel .carousel-cell img {
      max-width: none;
      width: 100%;
    }
.home-carousel-video-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    height: 100%;
    width: 100%;
    transform: translateX(-50%);


  }
.home-carousel-video-wrapper.banner-video-desktop {
      display: block;
    }
.home-carousel-video-wrapper.banner-video-mobile {
      display: none;
    }
.home-carousel-video-wrapper .banner-video-embed {
      width: 100vw;
      height: 56.25vw;
      min-height: 100vh;
      min-width: 177.77vh;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
.home-carousel-video-wrapper .banner-video {}
.swiper-wrapper {
    /* overflow-x: hidden !important; */
  }
.swiper-container {
    width: 100%;
    height: 75vh;
  }
@media ( max-width: 800px ) {
.swiper-container {
      height: 55vh
  }
    }
.swiper-slide {
    display: flex;
    justify-content: center;
    background-size: cover;
  }
.swiper-slide-active {
      z-index: 2;
    }
.swiper-navigation,
  .swiper-pagination {
    width: 100% !important;
    bottom: 100px !important;
  }
.swiper-navigation,
  .swiper-pagination {
    display: flex;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    z-index: 10;
    padding: 0 2rem;
  }
@media (max-width: 800px ) {
.swiper-navigation,
  .swiper-pagination {
      bottom: 50px !important
  }
    }
.swiper-navigation {
    justify-content: flex-end;
  }
.swiper-navigation.is-disabled {
      display: none;
    }
.swiper-pagination-bullet {
      background: #fff;
      width: 14px;
      height: 14px;
      border-radius: 50%;
    }
.swiper-pagination-bullet-active {
        /* background: #fff; */
      }
.swiper-button-next,
  .swiper-button-prev {
    position: relative;
    left: auto;
    right: auto;
    height: 32px;
    width: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-left: 0.5rem;
  }
.swiper-button-next:after, .swiper-button-prev:after {
      color: #fff;
      font-size: 1rem;
    }
.home-button-row.button-row {
    position: relative;
    top: -165px;
    padding: 0 1.5rem;
  }
@media (max-width: 700px) {
.home-button-row.button-row {
      top: 0
  }
    }
.home-button-row .carousel-slide-button {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 150ms linear;
    height: 14px;
    width: 14px;
    margin-right: 0.5rem;
  }
.home-button-row .carousel-slide-button.is-selected {
      background-color: #fff;
    }
.home-button-row .carousel-prev-next-button {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    width: 32px;
    height: 32px;
    transition: all 150ms linear;
  }
.home-button-row .carousel-prev-next-button:focus,
    .home-button-row .carousel-prev-next-button:hover {
      background-color: #fff;
      color: #333;
    }
.banner {
  /* background-image: url('{{ banner_background_image }}'); */
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.banner-content {
    position: relative;
    z-index: 10;
  }
.banner-overlay {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
  }
.banner-sm,
  .banner-md,
  .banner-lg,
  .banner-full-height {
    padding: 2rem 0;
  }
@media (max-width: 680px) {
.banner-sm,
  .banner-md,
  .banner-lg,
  .banner-full-height {
      min-height: 45vh !important
  }
    }
.banner-sm {
    min-height: 300px;
  }
.banner-md {
    min-height: 500px;
  }
.banner-lg {
    min-height: 680px;
  }
.banner-height {
    min-height: calc(100vh - 120px)
  }
.banner-background-video-wrapper {
      /* position: relative; */
      position: absolute;
      height: 100%;
      width: 100%;
    }
.banner-background-image-wrapper {
      position: absolute !important;
    }
.banner-background-image-wrapper {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%;
      top: 0;
    }
.btn 
{
    border-radius: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 700;
}
.btn-blue 
{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, 1);
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-blue:hover 
{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, 1);
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}
.primary-btn,
.secondary-btn,
.tertiary-btn,
.white-btn 
{
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    border-radius: 0.25rem;
    border-width: 2px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition: all 150ms linear;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.primary-btn:focus,
  .primary-btn:hover,
  .secondary-btn:focus,
  .secondary-btn:hover,
  .tertiary-btn:focus,
  .tertiary-btn:hover,
  .white-btn:focus,
  .white-btn:hover {}
.primary-btn-border, 
.secondary-btn-border, 
.tertiary-btn-border, 
.white-btn-border 
{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.primary-btn-border, 
.secondary-btn-border, 
.tertiary-btn-border, 
.white-btn-border 
{
    display: inline-block;
}
.primary-btn-border, 
.secondary-btn-border, 
.tertiary-btn-border, 
.white-btn-border 
{
    border-radius: 0.25rem;
}
.primary-btn-border, 
.secondary-btn-border, 
.tertiary-btn-border, 
.white-btn-border 
{
    border-width: 2px;
}
.primary-btn-border, 
.secondary-btn-border, 
.tertiary-btn-border, 
.white-btn-border 
{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.primary-btn-border, 
.secondary-btn-border, 
.tertiary-btn-border, 
.white-btn-border 
{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.primary-btn-border, 
.secondary-btn-border, 
.tertiary-btn-border, 
.white-btn-border 
{
    font-weight: 700;
}
.primary-btn-border, 
.secondary-btn-border, 
.tertiary-btn-border, 
.white-btn-border 
{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.primary-btn-border, .secondary-btn-border, .tertiary-btn-border, .white-btn-border {
    transition: all 150ms linear;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
.primary-btn-border:focus,
    .primary-btn-border:hover,
    .secondary-btn-border:focus,
    .secondary-btn-border:hover,
    .tertiary-btn-border:focus,
    .tertiary-btn-border:hover,
    .white-btn-border:focus,
    .white-btn-border:hover {
      text-shadow: none;
    }
.primary-btn 
{
    --tw-border-opacity: 1;
    border-color: rgba(79, 169, 159, 1);
    border-color: rgba(79, 169, 159, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(79, 169, 159, 1);
    background-color: rgba(79, 169, 159, var(--tw-bg-opacity));
}
.primary-btn:focus,
  .primary-btn:hover 
{
    --tw-border-opacity: 1;
    border-color: rgba(28, 133, 120, 1);
    border-color: rgba(28, 133, 120, var(--tw-border-opacity));
}
.primary-btn:focus,
  .primary-btn:hover 
{
    --tw-bg-opacity: 1;
    background-color: rgba(28, 133, 120, 1);
    background-color: rgba(28, 133, 120, var(--tw-bg-opacity));
}
.primary-btn-border 
{
    --tw-border-opacity: 1;
    border-color: rgba(79, 169, 159, 1);
    border-color: rgba(79, 169, 159, var(--tw-border-opacity));
}
.primary-btn-border 
{
    background-color: transparent;
}
.primary-btn-border 
{
    --tw-text-opacity: 1;
    color: rgba(79, 169, 159, 1);
    color: rgba(79, 169, 159, var(--tw-text-opacity));
}
.primary-btn-border:focus,
    .primary-btn-border:hover 
{
    --tw-border-opacity: 1;
    border-color: rgba(79, 169, 159, 1);
    border-color: rgba(79, 169, 159, var(--tw-border-opacity));
}
.primary-btn-border:focus,
    .primary-btn-border:hover 
{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 169, 159, 1);
    background-color: rgba(79, 169, 159, var(--tw-bg-opacity));
}
.primary-btn-border:focus,
    .primary-btn-border:hover 
{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
/* Light Green */
.secondary-btn 
{
    --tw-border-opacity: 1;
    border-color: rgba(99, 82, 155, 1);
    border-color: rgba(99, 82, 155, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(99, 82, 155, 1);
    background-color: rgba(99, 82, 155, var(--tw-bg-opacity));
}
.secondary-btn:focus,
  .secondary-btn:hover 
{
    --tw-border-opacity: 1;
    border-color: rgba(102, 45, 145, 1);
    border-color: rgba(102, 45, 145, var(--tw-border-opacity));
}
.secondary-btn:focus,
  .secondary-btn:hover 
{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 45, 145, 1);
    background-color: rgba(102, 45, 145, var(--tw-bg-opacity));
}
.secondary-btn-border 
{
    --tw-border-opacity: 1;
    border-color: rgba(99, 82, 155, 1);
    border-color: rgba(99, 82, 155, var(--tw-border-opacity));
}
.secondary-btn-border 
{
    background-color: transparent;
}
.secondary-btn-border 
{
    --tw-text-opacity: 1;
    color: rgba(99, 82, 155, 1);
    color: rgba(99, 82, 155, var(--tw-text-opacity));
}
.secondary-btn-border:focus,
    .secondary-btn-border:hover 
{
    --tw-border-opacity: 1;
    border-color: rgba(99, 82, 155, 1);
    border-color: rgba(99, 82, 155, var(--tw-border-opacity));
}
.secondary-btn-border:focus,
    .secondary-btn-border:hover 
{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 82, 155, 1);
    background-color: rgba(99, 82, 155, var(--tw-bg-opacity));
}
.secondary-btn-border:focus,
    .secondary-btn-border:hover 
{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
/* Red */
.tertiary-btn 
{
    --tw-border-opacity: 1;
    border-color: rgba(169, 79, 89, 1);
    border-color: rgba(169, 79, 89, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(169, 79, 89, 1);
    background-color: rgba(169, 79, 89, var(--tw-bg-opacity));
}
.tertiary-btn:focus,
  .tertiary-btn:hover 
{
    --tw-border-opacity: 1;
    border-color: rgba(201, 54, 67, 1);
    border-color: rgba(201, 54, 67, var(--tw-border-opacity));
}
.tertiary-btn:focus,
  .tertiary-btn:hover 
{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 54, 67, 1);
    background-color: rgba(201, 54, 67, var(--tw-bg-opacity));
}
.tertiary-btn-border 
{
    --tw-border-opacity: 1;
    border-color: rgba(169, 79, 89, 1);
    border-color: rgba(169, 79, 89, var(--tw-border-opacity));
}
.tertiary-btn-border 
{
    background-color: transparent;
}
.tertiary-btn-border 
{
    --tw-text-opacity: 1;
    color: rgba(169, 79, 89, 1);
    color: rgba(169, 79, 89, var(--tw-text-opacity));
}
.tertiary-btn-border:focus,
    .tertiary-btn-border:hover 
{
    --tw-border-opacity: 1;
    border-color: rgba(169, 79, 89, 1);
    border-color: rgba(169, 79, 89, var(--tw-border-opacity));
}
.tertiary-btn-border:focus,
    .tertiary-btn-border:hover 
{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 79, 89, 1);
    background-color: rgba(169, 79, 89, var(--tw-bg-opacity));
}
.tertiary-btn-border:focus,
    .tertiary-btn-border:hover 
{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
/* White */
.white-btn 
{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(66, 66, 66, 1);
    color: rgba(66, 66, 66, var(--tw-text-opacity));
}
.white-btn:focus,
  .white-btn:hover 
{
    --tw-border-opacity: 1;
    border-color: rgba(189, 189, 189, 1);
    border-color: rgba(189, 189, 189, var(--tw-border-opacity));
}
.white-btn:focus,
  .white-btn:hover 
{
    --tw-bg-opacity: 1;
    background-color: rgba(189, 189, 189, 1);
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity));
}
.white-btn-border 
{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.white-btn-border 
{
    background-color: transparent;
}
.white-btn-border 
{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.white-btn-border:focus,
    .white-btn-border:hover 
{
    --tw-border-opacity: 1;
    border-color: rgba(189, 189, 189, 1);
    border-color: rgba(189, 189, 189, var(--tw-border-opacity));
}
.white-btn-border:focus,
    .white-btn-border:hover 
{
    --tw-bg-opacity: 1;
    background-color: rgba(189, 189, 189, 1);
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity));
}
.white-btn-border:focus,
    .white-btn-border:hover 
{
    --tw-text-opacity: 1;
    color: rgba(66, 66, 66, 1);
    color: rgba(66, 66, 66, var(--tw-text-opacity));
}
/* Link Bolded */
.link-btn-bold 
{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
  transition: all 150ms linear;
  text-shadow: 0 0 4px #222;
}
.link-btn-bold:hover,
  .link-btn-bold:focus 
{
    text-decoration-line: underline;
}
.link-btn-bold-primary,
  .link-btn-bold-secondary,
  .link-btn-bold-tertiary 
{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.link-btn-bold-primary,
  .link-btn-bold-secondary,
  .link-btn-bold-tertiary 
{
    font-weight: 700;
}
.link-btn-bold-primary,
  .link-btn-bold-secondary,
  .link-btn-bold-tertiary {
    transition: all 150ms linear;
    text-shadow: 0 0 4px #222;
  }
.link-btn-bold-primary:hover,
    .link-btn-bold-primary:focus,
    .link-btn-bold-secondary:hover,
    .link-btn-bold-secondary:focus,
    .link-btn-bold-tertiary:hover,
    .link-btn-bold-tertiary:focus 
{
    text-decoration-line: underline;
}
.link-btn:focus,
  .link-btn:hover {}
.link-btn-primary 
{
    --tw-text-opacity: 1;
    color: rgba(79, 169, 159, 1);
    color: rgba(79, 169, 159, var(--tw-text-opacity));
}
.link-btn-primary:focus,
    .link-btn-primary:hover 
{
    --tw-text-opacity: 1;
    color: rgba(28, 133, 120, 1);
    color: rgba(28, 133, 120, var(--tw-text-opacity));
}
.link-btn-secondary 
{
    --tw-text-opacity: 1;
    color: rgba(99, 82, 155, 1);
    color: rgba(99, 82, 155, var(--tw-text-opacity));
}
.link-btn-secondary:focus,
    .link-btn-secondary:hover 
{
    --tw-text-opacity: 1;
    color: rgba(102, 45, 145, 1);
    color: rgba(102, 45, 145, var(--tw-text-opacity));
}
.link-btn-tertiary 
{
    --tw-text-opacity: 1;
    color: rgba(169, 79, 89, 1);
    color: rgba(169, 79, 89, var(--tw-text-opacity));
}
.link-btn-tertiary:focus,
    .link-btn-tertiary:hover 
{
    --tw-text-opacity: 1;
    color: rgba(156, 11, 6, 1);
    color: rgba(156, 11, 6, var(--tw-text-opacity));
}
/* .btn {

  &-small {
    font-size: 0.9rem;
  }
} */
.btn--small {
    padding: 0.5rem 1rem !important
  }
.btn--small {
    font-size: 0.8rem
  }
.btn--regular {}
.btn--large {
    padding: 0.5rem 2rem !important;
  }
.btn--large {
    font-size: 1.25rem;
  }
.btn--ex-large {
    padding: 1rem 3rem !important;  
  }
.btn--ex-large {
    font-size: 1.5rem;  
  }
.footer a {
    -webkit-text-decoration: none;
    text-decoration: none;
  }
.footer a:hover,
    .footer a:focus {
      -webkit-text-decoration: underline;
      text-decoration: underline;
    }
.header-wrapper {}
.logo-wrapper .logo-img {
    max-width: 250px;
    max-height: 50px;
  }
@media (max-width: 360px) {
.logo-wrapper .logo-img {
      max-width: 150px;
      max-height: 50px
  }
    }
@media (max-width: 250px) {
.logo-wrapper .logo-img {
      max-width: 100px;
      max-height: 50px
  }
    }
.nav-wrapper 
{
    display: flex;
    align-items: center;
}
ul[role="menubar"] {
  list-style: none;
  background-color: transparent;
}
ul[role="menubar"] [role="menuitem"] {
    background-color: transparent;
    border-bottom: 4px solid transparent;
  }
ul[role="menubar"] [role="menuitem"].nav-item 
{
    margin-top: 0px;
}
ul[role="menubar"] [role="menuitem"].nav-item 
{
    margin-left: 0px;
}
ul[role="menubar"] [role="menuitem"].nav-item 
{
    display: block;
}
ul[role="menubar"] [role="menuitem"].nav-item 
{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
ul[role="menubar"] [role="menuitem"].nav-item 
{
    padding-left: 1rem;
    padding-right: 1rem;
}
ul[role="menubar"] [role="menuitem"].nav-item {
      border-left: 1px solid transparent;
      /* font-size: 0.95rem; */
      transition: all 150ms ease;
    }
ul[role="menubar"] [role="menuitem"].nav-button 
{
    margin-left: 1rem;
}
ul[role="menubar"] [role="menuitem"].nav-button {
      background-color: #fff;
      border-bottom: 0;
      border-radius: 25px;
      color: #333;
      line-height: 1;
      padding: 0.75rem 1.5rem;
      transition: all 150ms linear;
    }
ul[role="menubar"] [role="menuitem"].nav-button:focus,
      ul[role="menubar"] [role="menuitem"].nav-button:hover 
{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 149, 233, 1) !important;
    background-color: rgba(39, 149, 233, var(--tw-bg-opacity)) !important;
}
ul[role="menubar"] [role="menuitem"].nav-button:focus,
      ul[role="menubar"] [role="menuitem"].nav-button:hover {
        color: #fff;
      }
ul[role="menubar"] [role="menuitem"]:focus,
    ul[role="menubar"] [role="menuitem"]:hover {
      background-color: transparent;
      color: white;
    }
ul[role="menubar"] a[role="menuitem"] {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #fff;
  }
ul[role="menubar"] li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
ul[role="menubar"] > li 
{
    display: flex;
}
ul[role="menubar"] > li 
{
    align-items: center;
}
ul[role="menubar"] > li {
    position: relative;

    /* & > a::after {
      content: url('../images/down-arrow-brown.png');
      padding-left: 0.25em;
    } */
  }
ul[role="menubar"] > li:focus [role="menuitem"].nav-item, ul[role="menubar"] > li:hover [role="menuitem"].nav-item {
          background-color: #111;
          border-left-color: #222;
        }
ul[role="menubar"] ul[role="menu"] 
{
    padding-top: 0px;
}
ul[role="menubar"] ul[role="menu"] 
{
    padding-bottom: 0.5rem;
}
ul[role="menubar"] ul[role="menu"] {
    background: #111;
    border: 1px solid #222;
    border-top: 0;
    display: none;
    position: absolute;
    /* top: -2px; */
    left: 0;
    margin: 0;
    min-width: 180px;
  }
ul[role="menubar"] ul[role="menu"] li a {
        display: block;
        width: 100%;
      }
ul[role="menubar"] ul[role="menu"] li a.nav-sub-item 
{
    display: block;
}
ul[role="menubar"] ul[role="menu"] li a.nav-sub-item 
{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
ul[role="menubar"] ul[role="menu"] li a.nav-sub-item 
{
    padding-left: 1rem;
    padding-right: 1rem;
}
ul[role="menubar"] ul[role="menu"] li a.nav-sub-item 
{
    font-size: .875rem;
}
ul[role="menubar"] ul[role="menu"] li a.nav-sub-item {
          border-bottom: 0;
        }
ul[role="menubar"] ul[role="menu"] li a.nav-sub-item:focus,
          ul[role="menubar"] ul[role="menu"] li a.nav-sub-item:hover {
            background-color: #fff;
            color: #333;
          }
ul[role="menubar"] ul[role="menu"] a[aria-haspopup="true"]::after {
        /* content: url('../images/right-arrow-brown.png'); */
        padding-right: 2em;
      }
.nav-wrapper .nav-search 
{
    position: relative;
    margin-top: 0px;
    margin-left: 1rem;
    display: block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.nav-wrapper .nav-search::before 
{
    display: block;
}
.nav-wrapper .nav-search::before 
{
    height: 2rem;
}
.nav-wrapper .nav-search::before 
{
    width: 2rem;
}
.nav-wrapper .nav-search::before 
{
    cursor: pointer;
}
.nav-wrapper .nav-search::before {
    content: '';
    background-image: url(/images/icon-search-white.svg?752c7f211023f4b458456e971b55589b);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 150ms linear;
  }
@media (max-width: 480px) {
.nav-wrapper .nav-search::before {
      height: 1.5rem;
      width: 1.5rem
  }
    }
.nav-wrapper .nav-search:focus::before, .nav-wrapper .nav-search:hover::before {
      background-image: url(/images/icon-search-dark.svg?41a649461ccd005128f0f73dcf2077d9);
    }
.nav-wrapper .nav-item.nav-item-active {
  border-bottom-color: #fff;
}
.nav-wrapper .nav-item.nav-item-active[aria-expanded="true"] {
    border-bottom-color: transparent;
  }
.nav-wrapper .nav-item.nav-item-active:focus,
  .nav-wrapper .nav-item.nav-item-active:hover {
    border-bottom-color: transparent;
  }
.header-nav-mobile-wrapper {
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 20;

}
.header-nav-mobile-wrapper .nav-item-mobile {
    color: black !important;
  }
.header-nav-mobile-wrapper .nav-item-mobile {
    padding: 0.65rem 1.5rem;
  }
.header-nav-mobile-wrapper .nav-item-mobile[aria-expanded="true"] {
      background-color: #333 !important;
      color: #fff !important;
    }
.header-nav-mobile-wrapper .nav-item-mobile[aria-expanded="true"] {
      position: relative;
      display: block;
      border-bottom: none;
    }
.header-nav-mobile-wrapper .nav-item-mobile[aria-haspopup="true"] .submenu-icon {
        display: block;
        height: 24px;
        width: 24px;
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
      }
.header-nav-mobile-wrapper .nav-item-mobile[aria-haspopup="true"] .submenu-icon:before,
        .header-nav-mobile-wrapper .nav-item-mobile[aria-haspopup="true"] .submenu-icon:after{
          content: "";
          position: absolute;
          background-color: #4FA99F;
          transition: transform 0.25s ease-out;
        }
/* background: linear-gradient(#fff,#fff), transparent;
          background-position:center;
          background-size: 75% 2px, 2px 75%; */
/* vertical line */
.header-nav-mobile-wrapper .nav-item-mobile[aria-haspopup="true"][aria-expanded="true"] .submenu-icon:before{
            display: none;
          }
/* horizontal line */
.header-nav-mobile-wrapper .nav-item-mobile[aria-haspopup="true"][aria-expanded="true"] .submenu-icon:after{
            background-color: #fff;
            top: 50%;
            left: 0;
            width: 100%;
            height: 4px;
            margin-top: -2px;
          }
/* background: linear-gradient(#3279b7,#3279b7), linear-gradient(#3279b7,#3279b7), transparent;
          background-position: center;
          background-size: 75% 2px, 2px 75%; */
/* vertical line */
.header-nav-mobile-wrapper .nav-item-mobile[aria-haspopup="true"][aria-expanded="false"] .submenu-icon:before{
            top: 0;
            left: 50%;
            width: 4px;
            height: 100%;
            margin-left: -2px;
          }
/* horizontal line */
.header-nav-mobile-wrapper .nav-item-mobile[aria-haspopup="true"][aria-expanded="false"] .submenu-icon:after{
            top: 50%;
            left: 0;
            width: 100%;
            height: 4px;
            margin-top: -2px;
          }
.header-nav-mobile-wrapper .sub-menu-mobile {
    background: #fff !important;
    border: none !important;
    position: relative !important;
    margin-bottom: 0.5rem !important;
    top: 0 !important;
  }
.header-nav-mobile-wrapper .sub-menu-mobile {
    /* padding-left: 0.5rem; */
    width: 100%;
  }
.header-nav-mobile-wrapper .sub-menu-mobile:last-of-type {
      border-bottom: 0;
    }
.header-nav-mobile-wrapper .sub-menu-mobile .nav-sub-item-mobile 
{
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, 1);
    color: rgba(51, 51, 51, var(--tw-text-opacity));
}
.header-nav-mobile-wrapper .sub-menu-mobile .nav-sub-item-mobile {
      padding: 0.25rem 0.25rem 0.25rem 2rem;
      transition: all 150ms linear;
    }
.header-nav-mobile-wrapper .sub-menu-mobile .nav-sub-item-mobile:focus,
      .header-nav-mobile-wrapper .sub-menu-mobile .nav-sub-item-mobile:hover {
        background-color: #fff;
        color: #333;
      }
.header-nav-mobile-wrapper .nav-button-mobile {
    background-color: #fff !important;
    color: rgba(255,255,255,1) !important;
    margin: 0 !important;
  }
.header-nav-mobile-wrapper .nav-button-mobile {
    padding: 0.65rem 1.5rem;
    /* margin-bottom: 1rem !important; */
    text-align: left;
    transition: all 150ms linear;
  }
.header-nav-mobile-wrapper .nav-button-mobile:focus,
    .header-nav-mobile-wrapper .nav-button-mobile:hover {
      background-color: #4FA99F !important;
    }
.header-nav-mobile-wrapper ul[role="menubar"] [role="menuitem"] {
      border-bottom: none;
    }
.header-nav-mobile-wrapper ul[role="menubar"] ul[role="menu"] {
      background: #eee !important;
      margin-bottom: 0 !important;
    }
.header-nav-mobile-wrapper ul[role="menubar"] ul[role="menu"] {
      padding: 0.5rem 0;
    }
.header-nav-mobile-wrapper ul[role="menubar"] ul[role="menu"] li a {
        font-size: 1rem;
        padding: 0.5rem 1.5rem 0.5rem 2rem;
      }
.header-nav-mobile-wrapper .submenu-hover-capture {
    position: absolute !important;
    background-color: transparent !important;
  }
.header-nav-mobile-wrapper .submenu-hover-capture {
    cursor: pointer;
    padding: 0;
    height: 50px;
    width: 100%;
    z-index: 1;
  }
/* Search */
.header-search-wrapper {
    background-color: #333;
  }
.header-search-input {
    font-size: 1.5rem;
    padding: 0.25rem 3rem 0.25rem 0.25rem;
  }
.header-search-btn {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
  }
/* icon-share icon-share-email text-sm underline text-blue-500 hover:text-black */
.icon-share 
{
    position: relative !important;
    font-size: .875rem !important;
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, 1) !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
    text-decoration-line: underline !important;
}
.icon-share 
{
  padding-left: 2rem;
  margin-left: 1rem;
  transition: all 150ms linear;
}
.icon-share:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
.icon-share:focus,
  .icon-share:hover {
    color: #333 !important;
  }
.connect-icon {
  display: block;
  margin: 1rem 0;
  position: relative;
  padding-left: 42px;
  margin-left: 1rem;
}
.connect-icon::before {
    content: '';
    background-color: #4299e1;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 32px;
    width: 32px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
.icon-deaf {

  }
/* Social Icons */
.social-icon {
  background-size: cover;
  background-color: #FFF;
}
.social-icon:focus,
  .social-icon:hover {
    background-color: #2795E9;
  }
.no-icon {
  padding: 0;
  margin: 0;
}
.accreditation-icon {
  width: 200px !important;
}
.pagination-wrapper .pagination {
      display: flex;

    }
.pagination-wrapper .pagination span,
      .pagination-wrapper .pagination a {
        padding: 0.5rem 1rem;
        background: #fff;
        border: 2px solid #ddd;
        border-radius: 6px;
        display: block;
        font-size: 0.9rem;
        font-weight: 400;
        margin: 0.25rem;
        min-width: 50px;
        text-align: center;
        -webkit-text-decoration: none;
        text-decoration: none;
        transition: all 150ms linear;
      }
.pagination-wrapper .pagination a:focus, 
        .pagination-wrapper .pagination a:hover {
          color: #4299e1;
          border-color: #4299e1;
          font-weight: bold;
        }
.pagination-wrapper .pagination .disabled span {
          background-color: #ddd;
          color: #888;
        }
.pagination-wrapper .pagination .active span {
          background: #4299e1;
          border-color: #4299e1;
          color: #fff;
          font-weight: 800;
          padding: 0.5rem 1rem;
        }
.staff-card a {
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
  }
body {
  /*font-family: 'Nunito Sans', sans-serif;*/
  font-family: "Open Sans";
}
b, strong {
  font-weight: 600;
}
h1, h2, h3, h4, h5, h6 
{
    font-weight: 700;
}
h1 
{
    font-size: 3.5rem;
}
h2 
{
    font-size: 2.75rem;
}
h3 
{
    font-size: 2.25rem;
}
h4 
{
    font-size: 1.875rem;
}
h5 
{
    font-size: 1.5rem;
}
h6 
{
    font-size: 1.25rem;
}
.text-h1 
{
    font-size: 3.5rem;
}
.text-h2 
{
    font-size: 2.75rem;
}
.text-h3 
{
    font-size: 2.25rem;
}
.text-h4 
{
    font-size: 1.875rem;
}
.text-h5 
{
    font-size: 1.5rem;
}
.text-h6 
{
    font-size: 1.25rem;
}
p, li, a 
{
    font-size: 1.125rem;
    font-weight: 300;
}
a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.scripture-light,
  .scripture-dark {
    background-color: rgba(245, 245, 245, 0.1);
    border-radius: 4px;
    font-size: 1.1rem;
    line-height: 1.4;
    padding: 1.2rem;
    text-align: center;
  }
.scripture-light cite, .scripture-dark cite {
      color: #b4b4b4;
      display: block;
      font-size: 0.8rem;
      font-style: italic;
      line-height: 1;
      text-transform: uppercase;
      margin-top: 1rem;
    }
.scripture-dark {
    background-color: rgba(0,0,0, 0.1);
  }
.scripture-dark cite {
      color: #4a4a4a;
    }
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/* ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #eeeeee; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #bdbdbd; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #bdbdbd; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after 
{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
::backdrop 
{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
.container 
{
    width: 100%;
}
@media (min-width: 640px) 
{
    .container 
{
        max-width: 640px;
    }
}
@media (min-width: 768px) 
{
    .container 
{
        max-width: 768px;
    }
}
@media (min-width: 1024px) 
{
    .container 
{
        max-width: 1024px;
    }
}
@media (min-width: 1280px) 
{
    .container 
{
        max-width: 1280px;
    }
}
@media (min-width: 1536px) 
{
    .container 
{
        max-width: 1536px;
    }
}
.absolute 
{
    position: absolute !important;
}
.relative 
{
    position: relative !important;
}
.sticky 
{
    position: sticky !important;
}
.top-0 
{
    top: 0px !important;
}
.z-10 
{
    z-index: 10 !important;
}
.z-20 
{
    z-index: 20 !important;
}
.m-auto 
{
    margin: auto !important;
}
.mx-auto 
{
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-1 
{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 
{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-4 
{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.mb-0 
{
    margin-bottom: 0px !important;
}
.mb-10 
{
    margin-bottom: 2.5rem !important;
}
.mb-2 
{
    margin-bottom: 0.5rem !important;
}
.mb-4 
{
    margin-bottom: 1rem !important;
}
.mb-5 
{
    margin-bottom: 1.25rem !important;
}
.mb-6 
{
    margin-bottom: 1.5rem !important;
}
.mb-8 
{
    margin-bottom: 2rem !important;
}
.ml-2 
{
    margin-left: 0.5rem !important;
}
.ml-4 
{
    margin-left: 1rem !important;
}
.mr-0 
{
    margin-right: 0px !important;
}
.mr-2 
{
    margin-right: 0.5rem !important;
}
.mr-4 
{
    margin-right: 1rem !important;
}
.mr-6 
{
    margin-right: 1.5rem !important;
}
.mt-10 
{
    margin-top: 2.5rem !important;
}
.mt-2 
{
    margin-top: 0.5rem !important;
}
.mt-4 
{
    margin-top: 1rem !important;
}
.mt-6 
{
    margin-top: 1.5rem !important;
}
.block 
{
    display: block !important;
}
.inline 
{
    display: inline !important;
}
.flex 
{
    display: flex !important;
}
.table 
{
    display: table !important;
}
.hidden 
{
    display: none !important;
}
.h-2 
{
    height: 0.5rem !important;
}
.h-20 
{
    height: 5rem !important;
}
.h-6 
{
    height: 1.5rem !important;
}
.h-8 
{
    height: 2rem !important;
}
.h-full 
{
    height: 100% !important;
}
.w-1\/2 
{
    width: 50% !important;
}
.w-1\/3 
{
    width: 33.333333% !important;
}
.w-1\/4 
{
    width: 25% !important;
}
.w-1\/5 
{
    width: 20% !important;
}
.w-2\/3 
{
    width: 66.666667% !important;
}
.w-20 
{
    width: 5rem !important;
}
.w-3\/4 
{
    width: 75% !important;
}
.w-6 
{
    width: 1.5rem !important;
}
.w-full 
{
    width: 100% !important;
}
.max-w-4xl 
{
    max-width: 56rem !important;
}
.grow 
{
    flex-grow: 1 !important;
}
.flex-row 
{
    flex-direction: row !important;
}
.flex-row-reverse 
{
    flex-direction: row-reverse !important;
}
.flex-col 
{
    flex-direction: column !important;
}
.flex-wrap 
{
    flex-wrap: wrap !important;
}
.items-center 
{
    align-items: center !important;
}
.justify-end 
{
    justify-content: flex-end !important;
}
.justify-center 
{
    justify-content: center !important;
}
.justify-between 
{
    justify-content: space-between !important;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) 
{
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * 0) !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * (1 - 0)) !important;
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))) !important;
    margin-left: calc(2rem * calc(1 - 0)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.overflow-hidden 
{
    overflow: hidden !important;
}
.rounded 
{
    border-radius: 0.25rem !important;
}
.rounded-none 
{
    border-radius: 0px !important;
}
.border 
{
    border-width: 1px !important;
}
.border-2 
{
    border-width: 2px !important;
}
.border-b 
{
    border-bottom-width: 1px !important;
}
.border-solid 
{
    border-style: solid !important;
}
.border-black 
{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, 1) !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}
.border-gray-500 
{
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 158, 158, 1) !important;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity)) !important;
}
.border-gray-900 
{
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 33, 33, 1) !important;
    border-color: rgba(33, 33, 33, var(--tw-border-opacity)) !important;
}
.bg-black 
{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, 1) !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}
.bg-rc-amber 
{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 246, 220, 1) !important;
    background-color: rgba(252, 246, 220, var(--tw-bg-opacity)) !important;
}
.bg-rc-dark-gray 
{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, 1) !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}
.bg-rc-teal 
{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 169, 159, 1) !important;
    background-color: rgba(79, 169, 159, var(--tw-bg-opacity)) !important;
}
.bg-white 
{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.fill-current 
{
    fill: currentColor !important;
}
.p-2 
{
    padding: 0.5rem !important;
}
.p-4 
{
    padding: 1rem !important;
}
.p-6 
{
    padding: 1.5rem !important;
}
.px-1 
{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
.px-10 
{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}
.px-2 
{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.px-4 
{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.px-6 
{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.py-10 
{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}
.py-12 
{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.py-16 
{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.py-2 
{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-4 
{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-6 
{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.pb-0 
{
    padding-bottom: 0px !important;
}
.pb-10 
{
    padding-bottom: 2.5rem !important;
}
.pb-16 
{
    padding-bottom: 4rem !important;
}
.pb-32 
{
    padding-bottom: 8rem !important;
}
.pb-4 
{
    padding-bottom: 1rem !important;
}
.pb-6 
{
    padding-bottom: 1.5rem !important;
}
.pb-8 
{
    padding-bottom: 2rem !important;
}
.pl-10 
{
    padding-left: 2.5rem !important;
}
.pl-2 
{
    padding-left: 0.5rem !important;
}
.pl-4 
{
    padding-left: 1rem !important;
}
.pl-5 
{
    padding-left: 1.25rem !important;
}
.pr-0 
{
    padding-right: 0px !important;
}
.pr-5 
{
    padding-right: 1.25rem !important;
}
.pr-6 
{
    padding-right: 1.5rem !important;
}
.pt-0 
{
    padding-top: 0px !important;
}
.pt-10 
{
    padding-top: 2.5rem !important;
}
.pt-12 
{
    padding-top: 3rem !important;
}
.pt-16 
{
    padding-top: 4rem !important;
}
.pt-2 
{
    padding-top: 0.5rem !important;
}
.pt-24 
{
    padding-top: 6rem !important;
}
.pt-4 
{
    padding-top: 1rem !important;
}
.pt-6 
{
    padding-top: 1.5rem !important;
}
.pt-8 
{
    padding-top: 2rem !important;
}
.text-left 
{
    text-align: left !important;
}
.text-center 
{
    text-align: center !important;
}
.text-right 
{
    text-align: right !important;
}
.font-heading 
{
    font-family: Open Sans !important;
}
.text-15xl 
{
    font-size: 6.5rem !important;
}
.text-2xl 
{
    font-size: 1.5rem !important;
}
.text-3xl 
{
    font-size: 1.875rem !important;
}
.text-4xl 
{
    font-size: 2.25rem !important;
}
.text-8xl 
{
    font-size: 4.25rem !important;
}
.text-base 
{
    font-size: 1rem !important;
}
.text-lg 
{
    font-size: 1.125rem !important;
}
.text-sm 
{
    font-size: .875rem !important;
}
.text-xl 
{
    font-size: 1.25rem !important;
}
.text-xs 
{
    font-size: .75rem !important;
}
.font-bold 
{
    font-weight: 700 !important;
}
.font-light 
{
    font-weight: 300 !important;
}
.font-semibold 
{
    font-weight: 600 !important;
}
.font-thin 
{
    font-weight: 100 !important;
}
.italic 
{
    font-style: italic !important;
}
.leading-normal 
{
    line-height: 1.5 !important;
}
.leading-snug 
{
    line-height: 1.375 !important;
}
.leading-tight 
{
    line-height: 1.25 !important;
}
.text-black 
{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.text-blue-500 
{
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, 1) !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}
.text-gray-500 
{
    --tw-text-opacity: 1 !important;
    color: rgba(158, 158, 158, 1) !important;
    color: rgba(158, 158, 158, var(--tw-text-opacity)) !important;
}
.text-gray-600 
{
    --tw-text-opacity: 1 !important;
    color: rgba(117, 117, 117, 1) !important;
    color: rgba(117, 117, 117, var(--tw-text-opacity)) !important;
}
.text-gray-700 
{
    --tw-text-opacity: 1 !important;
    color: rgba(97, 97, 97, 1) !important;
    color: rgba(97, 97, 97, var(--tw-text-opacity)) !important;
}
.text-rc-blue 
{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 122, 183, 1) !important;
    color: rgba(51, 122, 183, var(--tw-text-opacity)) !important;
}
.text-rc-dark-gray 
{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, 1) !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}
.text-rc-light-blue 
{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 149, 233, 1) !important;
    color: rgba(39, 149, 233, var(--tw-text-opacity)) !important;
}
.text-white 
{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.underline 
{
    text-decoration-line: underline !important;
}
.no-underline 
{
    text-decoration-line: none !important;
}
.placeholder-black::-moz-placeholder 
{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}
.placeholder-black::placeholder 
{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}
.opacity-20 
{
    opacity: .2 !important;
}
.opacity-40 
{
    opacity: .4 !important;
}
.opacity-80 
{
    opacity: .8 !important;
}
.shadow 
{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.outline-none 
{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}
.transition 
{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.hover\:bg-rc-light-gray:hover 
{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 226, 226, 1) !important;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity)) !important;
}
.hover\:text-black:hover 
{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.hover\:text-rc-dark-blue:hover 
{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 123, 1) !important;
    color: rgba(34, 82, 123, var(--tw-text-opacity)) !important;
}
.hover\:text-rc-dark-gray:hover 
{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, 1) !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}
.hover\:text-rc-light-blue:hover 
{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 149, 233, 1) !important;
    color: rgba(39, 149, 233, var(--tw-text-opacity)) !important;
}
.hover\:text-rc-teal:hover 
{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 169, 159, 1) !important;
    color: rgba(79, 169, 159, var(--tw-text-opacity)) !important;
}
.hover\:text-red-500:hover 
{
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, 1) !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}
.hover\:text-white:hover 
{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.hover\:underline:hover 
{
    text-decoration-line: underline !important;
}
@media (min-width: 640px) 
{
    .sm\:mb-4 
{
        margin-bottom: 1rem !important;
    }
}
@media (min-width: 768px) 
{
    .md\:my-2 
{
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .md\:mt-0 
{
        margin-top: 0px !important;
    }
    .md\:hidden 
{
        display: none !important;
    }
    .md\:w-1\/2 
{
        width: 50% !important;
    }
    .md\:w-1\/3 
{
        width: 33.333333% !important;
    }
    .md\:w-1\/4 
{
        width: 25% !important;
    }
    .md\:w-2\/3 
{
        width: 66.666667% !important;
    }
    .md\:w-full 
{
        width: 100% !important;
    }
    .md\:px-0 
{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .md\:px-6 
{
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .md\:pb-16 
{
        padding-bottom: 4rem !important;
    }
    .md\:text-5xl 
{
        font-size: 2.75rem !important;
    }
    .md\:text-lg 
{
        font-size: 1.125rem !important;
    }
    .md\:text-xl 
{
        font-size: 1.25rem !important;
    }
}
@media (min-width: 1024px) 
{
    .lg\:mt-0 
{
        margin-top: 0px !important;
    }
    .lg\:flex 
{
        display: flex !important;
    }
    .lg\:hidden 
{
        display: none !important;
    }
    .lg\:w-1\/2 
{
        width: 50% !important;
    }
    .lg\:w-1\/3 
{
        width: 33.333333% !important;
    }
    .lg\:w-1\/4 
{
        width: 25% !important;
    }
    .lg\:w-1\/5 
{
        width: 20% !important;
    }
    .lg\:w-2\/3 
{
        width: 66.666667% !important;
    }
    .lg\:w-3\/5 
{
        width: 60% !important;
    }
    .lg\:w-full 
{
        width: 100% !important;
    }
    .lg\:pb-24 
{
        padding-bottom: 6rem !important;
    }
    .lg\:text-6xl 
{
        font-size: 3.5rem !important;
    }
    .lg\:text-xl 
{
        font-size: 1.25rem !important;
    }
}
@media (min-width: 1280px) 
{
    .xl\:mr-6 
{
        margin-right: 1.5rem !important;
    }
    .xl\:mt-0 
{
        margin-top: 0px !important;
    }
    .xl\:flex 
{
        display: flex !important;
    }
    .xl\:hidden 
{
        display: none !important;
    }
}
