﻿@media only screen and (max-width: 750px) {
  main#content {
    width: 100%;
  }
}
.access__wrapper {
  background-color: #f8f8f7;
  padding-bottom: 5rem;
  margin-bottom: 100px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__wrapper {
    background-color: white;
    margin-bottom: 0px;
  }
}
.access__header {
  font-family: Montserrat;
  font-size: 24px;
  text-transform: uppercase;
  color: #939393;
  padding: 1.5rem 5rem;
  padding-top: 2rem;
  padding-left: 4rem;
}
@media only screen and (max-width: 750px) {
  .access__header {
    padding: 1rem;
    font-size: 20px;
  }
}
.access .menu-bcrea-access-mobile-container {
  width: 100%;
  box-sizing: border-box;
}
.access__mobileHeader {
  display: none;
  justify-content: space-between;
  color: #fff;
  background-color: #003a5d;
  padding: 1rem 2rem;
  font-family: Montserrat;
  font-size: 15px;
  position: fixed;
  inset: 95px 0 auto 0;
  z-index: 100;
  flex-wrap: wrap;
  text-align: center;
  padding: 10px;
}
.access__mobileHeader.scrolled {
  inset: 74px 0 auto 0;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__mobileHeader {
    display: flex;
  }
}
@media only screen and (max-width: 750px) {
  .access__mobileHeader {
    display: flex;
  }
}
.access__mobileHeader-logo {
  text-decoration: none;
  flex: 1 0 50%;
  text-align: left;
  padding-left: 1rem;
}
@media only screen and (max-width: 750px) {
  .access__mobileHeader-logo {
    padding-left: 6px;
    flex: 1 0 70%;
  }
}
.access__mobileHeader-signOut {
  text-decoration: none;
}
.access__mobileHeader-arrow {
  color: white;
  font-size: 18px;
  flex: 1 0 50%;
  text-align: right;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 750px) {
  .access__mobileHeader-arrow {
    flex: 1 0 20%;
  }
}
.access__mobileHeader.open {
  display: flex !important;
}
.access__mobileHeader-menu {
  z-index: 20;
  left: 0px;
  top: 131px;
  position: fixed;
  display: none;
  background-color: #003a5d;
  width: 100%;
  flex: 0 1 100%;
  text-align: center;
  padding: 10px;
}
.access__mobileHeader-menu.open {
  display: flex !important;
}
.access__mobileHeader-menu.scrolled {
  top: 113px;
}
.access__mobileHeader-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.access__mobileHeader-menu ul > li {
  text-align: left;
  padding: 0.5rem;
}
.access__mobileHeader-menu ul > li a {
  text-decoration: none;
  color: white;
}
.access__mobileHeader-menu ul > li.hasArrow > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: white transparent transparent transparent;
  margin-left: 1rem;
}
.access__mobileNav {
  justify-content: space-between;
  padding: 10px 25px;
  align-items: center;
  position: fixed;
  top: 145px;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__mobileNav {
    display: flex;
  }
}
@media only screen and (max-width: 750px) {
  .access__mobileNav {
    display: flex;
  }
}
.access__mobileNav-searchBtn {
  background-image: url(/wp-content/themes/bcrea/images/icons/search.png);
  width: 30px;
  height: 30px;
  margin-right: 2rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.access__mobileNav-toggle {
  background-image: url(/wp-content/themes/bcrea/bcreaAccess/images/hamburger.png);
  background-size: cover;
  width: 35px;
  height: 24px;
  background-repeat: no-repeat;
}
.access__mobileNav-toggle[aria-expanded="true"] {
  background-image: url(/wp-content/themes/bcrea/bcreaAccess/images/close-btn.png);
  background-size: contain;
}
.access__mobileButtons {
  display: flex;
  max-width: 150px;
}
.access__mobileLogo {
  display: none;
  width: 130px;
  z-index: 99;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__mobileLogo {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .access__mobileLogo {
    display: block;
  }
}
.access__nav {
  background-color: #003a5d;
  padding: 1rem 1.8rem 0rem 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 0px;
  z-index: 5;
}
@media only screen and (max-width: 750px) {
  .access__nav {
    display: none;
  }
}
.access__nav::after {
  content: "";
  width: 145px;
  height: 15px;
  background-color: #f5a800;
  position: absolute;
  bottom: -7px;
  left: 0;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__nav::after {
    left: 50%;
    transform: translate(-50%);
    display: none;
  }
}
.access__nav-logo {
  font-size: 2rem;
  font-family: Montserrat;
  color: #008abd;
  text-decoration: none;
  color: white;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__nav-logo {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .access__nav-logo {
    display: none;
  }
}
.access__nav-right {
  text-align: right;
  position: relative;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__nav-right {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .access__nav-right {
    width: 100%;
  }
}
.access__nav-right input[type="search"] {
  width: 350px;
  height: 40px;
  padding: 10px;
  background-color: #F5F6FA;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .access__nav-right input[type="search"] {
    width: 250px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__nav-right input[type="search"] {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .access__nav-right input[type="search"] {
    display: none;
  }
}
.access__nav-signOut {
  text-decoration: none;
  color: white;
  font-family: Montserrat;
  margin-right: 1.5rem;
}
.access__nav-signOut:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 750px), tablet {
  .access__nav-signOut {
    display: none;
  }
}
.access__nav .menu-bcrea-access-container .menu {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__nav .menu-bcrea-access-container .menu {
    position: fixed;
    inset: 0;
    height: 100vh;
    top: 5rem;
    background-color: #fff;
    flex-direction: column;
    padding: 15rem 2rem;
    justify-content: flex-start;
    z-index: 10;
    transform: translateX(100%);
    transition: transform 350ms ease-out;
  }
}
@media only screen and (max-width: 750px) {
  .access__nav .menu-bcrea-access-container .menu {
    position: fixed;
    inset: 0;
    height: 100vh;
    top: 5rem;
    background-color: #fff;
    flex-direction: column;
    padding: 15rem 2rem;
    justify-content: flex-start;
    z-index: 10;
    transform: translateX(100%);
    transition: transform 350ms ease-out;
  }
}
.access__nav .menu-bcrea-access-container .menu-item {
  list-style: none;
  margin: 1rem;
  color: white;
  font-family: Montserrat;
  font-weight: 600;
  padding-bottom: 0px;
}
.access__nav .menu-bcrea-access-container .menu-item a {
  margin-right: 0;
  text-decoration: none;
}
.access__nav .menu-bcrea-access-container .menu-item:last-child {
  margin-right: 0;
}
.access__nav .menu-bcrea-access-container .menu-item:last-child a {
  margin-right: 1rem;
}
.access__nav .menu-bcrea-access-container .menu-item:last-child a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 7px;
  border-color: white transparent transparent transparent;
  margin-left: 1rem;
}
.access__nav-submenu {
  display: none;
  right: 0;
  background-color: #003a5d;
  text-align: left;
  padding: 0 0 1rem 1rem;
  list-style: none;
  top: 100px;
  position: absolute;
}
.access__nav-submenu.expand {
  display: block;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__nav-submenu {
    position: relative;
    display: none;
    width: 100%;
    background-color: transparent;
    font-size: 1rem;
    color: white;
  }
}
.access__nav-submenu .menu-item {
  margin-right: 1rem;
  margin-left: 0;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__nav-submenu .menu-item {
    padding: 5px;
  }
}
@media only screen and (max-width: 750px) {
  .access__nav-submenu .menu-item {
    padding: 5px;
  }
}
.access__nav-submenu .menu-item a {
  display: block;
  color: white;
  font-size: 1rem;
  font-family: Montserrat;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 1rem;
  white-space: nowrap;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__nav-submenu .menu-item a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__nav-submenu .menu-item a {
    white-space: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: white;
  }
}
.access__nav-submenu .menu-item a::after {
  display: none;
}
.access__nav-submenu .menu-item a:hover {
  text-decoration: underline;
}
.open {
  display: block !important;
}
.menuVisible {
  transform: translateX(0%) !important;
  text-align: left;
  font-size: 26px;
  font-weight: 600;
}
.al {
  background-color: #f8f8f8;
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.al__wrapper {
  width: fit-content;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  .al__wrapper {
    width: 100%;
  }
}
.al__title {
  font-size: 2rem;
  color: #008abd;
  font-family: Montserrat;
  font-weight: 600;
  padding: 1rem 0;
}
@media only screen and (max-width: 750px) {
  .al__title {
    width: 80%;
    margin: auto;
  }
}
.al__form {
  width: 550px;
  color: #9b9e9b !important;
}
@media only screen and (max-width: 750px) {
  .al__form {
    width: 80%;
    margin: auto;
  }
}
.al__form .blueButton {
  background-color: #008abd;
  color: white;
  padding: 5px 20px;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
}
.al__form .blueButton:hover {
  background-color: #f5a800;
}
.al__form-field {
  width: 100%;
  background-color: #fff !important;
  height: 70px;
  padding: 1rem;
  margin: 10px 0;
  border-radius: 15px;
  color: #484848 !important;
  font-size: 1rem;
}
@media only screen and (max-width: 750px) {
  .al__form-field {
    height: 50px;
    margin: 5px 0;
    border-radius: 10px;
  }
}
.al__form-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
.al__form-submit {
  background-color: #008abd;
  color: #fff;
  font-family: Montserrat;
  padding: 1rem 2rem;
  border-radius: 10px;
  font-size: 1.3rem;
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  .al__form-submit {
    font-size: 1rem;
  }
}
.al__form-submit:hover {
  background-color: #f5a800;
}
.al__form-remember {
  display: flex;
  align-items: center;
}
.al__form-remember input {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  accent-color: #008abd;
}
@media only screen and (max-width: 576px) {
  .al__form-remember input {
    margin-right: 5px;
  }
}
.al__form-link {
  text-decoration: none;
}
.al__form-link:hover {
  text-decoration: underline;
}
.access__slider {
  background-color: #f8f8f7;
  position: relative;
}
.access__slider-wrapper {
  display: flex;
  height: 600px;
  width: 99%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .access__slider-wrapper {
    height: 680px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .access__slider-wrapper {
    height: 680px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .access__slider-wrapper {
    height: 680px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__slider-wrapper {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 750px) {
  .access__slider-wrapper {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 3rem;
  }
}
.access__slider-left {
  width: 40%;
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__slider-left {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .access__slider-left {
    width: 100%;
  }
}
.access__slider-text {
  padding: 2rem 4rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .access__slider-text {
    padding: 3.5rem;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .access__slider-text {
    padding: 2rem 4rem;
  }
}
.access__slider-subtitle {
  display: block;
  color: #003a5d;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: 600;
  text-decoration: none;
}
.access__slider-title {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  max-width: 25rem;
  color: #003a5d;
  font-family: Montserrat;
  margin: 1rem 0;
  letter-spacing: 1px;
  text-decoration: none;
}
.access__slider-title:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .access__slider-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .access__slider-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .access__slider-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__slider-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .access__slider-title {
    font-size: 26px;
  }
}
.access__slider-excerpt {
  color: #003a5d;
  font-family: Montserrat;
  line-height: 1.5;
  max-width: 26rem;
}
.access__slider-excerpt a {
  display: block;
  margin-top: 1rem;
  color: #f5a800;
  text-transform: uppercase;
  font-family: Montserrat;
  text-decoration: none;
  width: 125px;
}
@media only screen and (max-width: 750px) {
  .access__slider-excerpt a {
    display: inline;
  }
}
.access__slider-excerpt a:hover {
  text-decoration: underline;
}
.access__slider-image {
  width: 60%;
  height: 100%;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__slider-image {
    width: 100%;
    height: 450px;
  }
}
@media only screen and (max-width: 750px) {
  .access__slider-image {
    width: 100%;
    height: 350px;
  }
}
@media only screen and (max-width: 576px) {
  .access__slider-image {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (max-width: 375px) {
  .access__slider-image {
    width: 100%;
    height: 200px;
  }
}
.access__slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-wrapper {
  list-style: none;
}
.swiper-slide {
  margin: 0;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .swiper {
    padding-top: 4rem !important;
    margin-top: -4rem;
  }
}
@media only screen and (max-width: 750px) {
  .swiper {
    padding-top: 4rem !important;
    margin-top: -4rem;
  }
}
.swiper-button-next {
  width: 25px;
  height: 35px;
  background-color: #bcbcbc;
  margin: 2px;
  position: relative;
  margin-right: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -17px;
  z-index: 5;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .swiper-button-next {
    top: 200px;
    right: 0px;
  }
}
.swiper-button-next:hover {
  background-color: #008abd;
}
.swiper-button-next::before {
  content: '';
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 3px solid #FFF;
  border-right: 3px solid #fff;
  margin-right: -0.15rem;
  z-index: 2;
  top: 35%;
  right: 50%;
  transform: rotate(45deg);
}
.swiper-button-prev {
  width: 25px;
  height: 35px;
  background-color: #bcbcbc;
  margin: 2px;
  position: relative;
  position: absolute;
  top: 2rem;
  left: 0px;
  top: 50%;
  margin-top: -17px;
  z-index: 5;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .swiper-button-prev {
    top: 200px;
    left: auto;
  }
}
.swiper-button-prev:hover {
  background-color: #008abd;
}
.swiper-button-prev::before {
  content: '';
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 3px solid #FFF;
  border-left: 3px solid #fff;
  margin-left: -0.15rem;
  z-index: 2;
  top: 35%;
  left: 50%;
  transform: rotate(-45deg);
}
.swiper-pagination {
  position: absolute;
  bottom: 2rem;
  left: 5rem;
  z-index: 5;
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .swiper-pagination {
    bottom: 1rem;
    left: 2rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .swiper-pagination {
    bottom: 1rem;
    left: 2rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .swiper-pagination {
    bottom: 1rem;
    left: 2rem;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .swiper-pagination {
    bottom: 1rem;
  }
}
@media only screen and (max-width: 750px) {
  .swiper-pagination {
    bottom: 1rem;
    left: 55%;
    transform: translate(-50%);
  }
}
.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin-right: 20px;
  border: 2px solid #003a5d;
  border-radius: 10px;
  position: relative;
  display: inline-block;
}
.swiper-pagination-bullet-active {
  border: 2px solid #003a5d;
  background-color: rgba(0, 58, 93, 0.2);
}
.access__buttons {
  width: 95%;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  .access__buttons {
    width: 100%;
  }
}
.access__buttons-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 33%);
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__buttons-wrapper {
    grid-template-columns: repeat(2, 50%);
  }
}
@media only screen and (max-width: 750px) {
  .access__buttons-wrapper {
    grid-template-columns: 1fr;
  }
}
.access__bb {
  text-decoration: none;
  background-color: #003a5d;
  border-radius: 5px;
  margin: 10px;
  padding: 0;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .access__bb {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .access__bb {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .access__bb {
    padding: 10px 0;
    margin: 5px;
  }
}
.access__bb:hover {
  background-color: #008abd;
}
.access__bb:focus {
  outline: none;
}
.access__bb-icon {
  margin: 1rem;
  width: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .access__bb-icon {
    margin: 10px;
    width: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .access__bb-icon {
    margin: 10px;
    width: 50px;
  }
}
.access__bb-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.access__bb-title p {
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  font-family: Montserrat;
  font-weight: 500;
  margin: 1rem 0;
  padding: 0 5px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .access__bb-title p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .access__bb-title p {
    font-size: 16px;
    line-height: 1;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .access__bb-title p {
    font-size: 16px;
    line-height: 1;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__bb-title p {
    font-size: 16px;
    line-height: 1;
  }
}
@media only screen and (max-width: 750px) {
  .access__bb-title p {
    font-size: 16px;
  }
}
.access__bb-arrow {
  width: 45px;
  height: 60px;
  background-color: #f5a800;
  position: relative;
  top: 61px;
  right: -5px;
  border: none;
  cursor: pointer;
  transform: rotate(45deg);
}
.access__bb-arrow::before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  z-index: 2;
  top: 30%;
  left: 45%;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .access__bb-arrow::before {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .access__bb-arrow::before {
    width: 15px;
    height: 15px;
  }
}
.access__bb-content {
  display: none;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  background-color: #003a5d;
  margin: 0 10px 10px;
  border-radius: 0 0 5px 5px;
}
@media only screen and (max-width: 750px) {
  .access__bb-content {
    flex-wrap: wrap;
  }
}
.access__bb-left {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .access__bb-left {
    width: 100%;
  }
}
.access__bb-image {
  width: 380px;
  height: 240px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .access__bb-image {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .access__bb-image {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .access__bb-image {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .access__bb-image {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .access__bb-image {
    width: 100%;
    height: auto;
  }
}
.access__bb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.access__bb-text {
  text-align: left;
  padding: 2rem;
  font-family: Montserrat;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .access__bb-text {
    padding: 1rem 1rem 1rem 2rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .access__bb-text {
    padding: 1rem 1rem 1rem 2rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .access__bb-text {
    padding: 1rem 1rem 1rem 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .access__bb-text {
    padding-bottom: 0;
  }
}
.access__bb-text-title {
  font-size: 2rem;
  line-height: 2rem;
  text-decoration: none;
}
.access__bb-text-title:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .access__bb-text-title {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .access__bb-text-title {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .access__bb-text-title {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .access__bb-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .access__bb-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .access__bb-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
.access__bb-text p a {
  display: block;
  margin-top: 1rem;
  color: #f5a800;
  font-family: Montserrat;
  text-decoration: none !important;
}
@media only screen and (max-width: 750px) {
  .access__bb-text p a {
    display: inline;
  }
}
.access__bb-text p a:hover {
  text-decoration: underline;
}
.access__bb-right {
  width: 50%;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Montserrat;
  margin-top: 2rem;
}
@media only screen and (max-width: 750px) {
  .access__bb-right {
    width: 100%;
    margin-top: 0;
  }
}
.access__bb-list {
  width: 80%;
  list-style: none;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 750px) {
  .access__bb-list {
    padding-bottom: 2rem;
    width: 87%;
  }
}
.access__bb-list p.access__bb-item::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 7px;
  border-color: #fff transparent transparent transparent;
  margin-left: 1rem;
}
.access__bb-item {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  margin: 0 !important;
  cursor: pointer;
}
.access__bb-item:hover {
  text-decoration: underline;
}
.access__bb-item a {
  text-decoration: none;
}
.access__bb-item a:hover {
  text-decoration: underline;
}
.access__bb-sublist {
  display: none;
  list-style: none;
}
.access__bb-sublist-item {
  padding-top: 0.5rem;
  padding-bottom: 0;
}
.access__bb-sublist-item a {
  text-decoration: none;
}
.access__bb-sublist-item a:hover {
  text-decoration: underline;
}
.expand {
  grid-column: 1 / span 2;
  grid-row: 1;
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .expand {
    grid-column: auto / span 2;
    grid-row: auto;
  }
}
@media only screen and (max-width: 750px) {
  .expand {
    grid-column: auto;
    grid-row: auto;
  }
}
.expand:hover {
  background-color: #003a5d !important;
}
.expand .access__bb-arrow {
  display: none;
}
.visible {
  display: flex;
  grid-column: 1 / span 2;
  grid-row: 2 / span 5;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .visible {
    grid-column: auto / span 2;
    grid-row: auto / span 5;
  }
}
@media only screen and (max-width: 750px) {
  .visible {
    grid-column: auto / span 1;
    grid-row: auto / span 3;
  }
}
.group {
  grid-column: 3 / span 1;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .group {
    grid-column: auto / span 2;
  }
}
@media only screen and (max-width: 750px) {
  .group {
    grid-column: auto / span 1;
  }
}
.access__ta {
  width: 95%;
  margin: auto;
}
.access__ta .access__header {
  padding-top: 4rem;
}
.access__alphabetical {
  list-style-type: none;
  width: 90%;
  margin: auto;
  margin-top: 25px;
}
.access__alphabetical-letter {
  margin: auto;
  max-width: 15rem;
  margin-bottom: 20px;
}
.access__alphabetical-title {
  font-size: 1.5rem;
}
.access__alphabetical-list {
  list-style-type: none;
}
.access__alphabetical-item {
  padding-left: 0px;
  margin-left: 0px;
}
.access__alphabetical-item a {
  text-decoration: none;
}
.access__alphabetical-item a:hover {
  text-decoration: underline;
}
.accessP {
  display: flex;
  justify-content: space-between;
  background-color: #f9f9f8;
  margin-bottom: 100px;
}
.accessP .blueButton {
  display: block;
  margin: 2rem auto;
  background-color: #008abd;
  color: #fff;
  font-family: Montserrat;
  padding: 1rem 1rem;
  border-radius: 10px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  max-width: 16rem;
  text-align: center;
  text-decoration: none !important;
}
.accessP .blueButton a {
  text-decoration: none !important;
}
@media only screen and (max-width: 576px) {
  .accessP .blueButton {
    font-size: 1rem;
  }
}
.accessP .blueButton:hover {
  background-color: #f5a800;
}
.accessP .blueButton.wider {
  max-width: 24rem;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .accessP {
    display: block;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .accessP {
    display: block;
    margin-bottom: 0px;
  }
}
.accessP ul > li > ul {
  margin-top: 8px;
}
.accessP__left {
  padding: 100px 60px;
  width: 70%;
  background-color: #fff;
}
.accessP__left ul.quickLinks {
  margin-top: 3rem;
  margin-bottom: 2rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: left;
  font-weight: bold;
  height: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .accessP__left ul.quickLinks {
    height: unset;
    display: block;
  }
}
.accessP__left ul.quickLinks li {
  margin-left: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .accessP__left ul.quickLinks li {
    display: none;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    width: 10rem;
    background-color: #f1f1f1;
    color: #007fb5;
  }
}
.accessP__left ul.quickLinks li a {
  background-color: #f1f1f1;
  color: #007fb5;
  padding: 12px 12px 13px;
  text-decoration: none;
  font-size: clamp(0.5rem, 1.2vw, 0.8rem);
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .accessP__left ul.quickLinks li a {
    padding: 12px 12px 12px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .accessP__left ul.quickLinks li a {
    padding: 12px 12px 14px;
  }
}
@media only screen and (max-width: 750px) {
  .accessP__left ul.quickLinks li a {
    display: block;
    padding: 5px 12px 5px;
    font-size: clamp(0.5rem, 3vw, 1rem);
  }
}
.accessP__left ul.quickLinks li:first-of-type {
  background-color: #007fb5;
  color: white;
  width: fit-content;
  padding: 10px 1rem 10px 1rem;
  font-size: clamp(0.5rem, 1vw, 1rem);
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .accessP__left ul.quickLinks li:first-of-type {
    width: 6rem;
  }
}
@media only screen and (max-width: 750px) {
  .accessP__left ul.quickLinks li:first-of-type {
    display: none;
  }
}
.accessP__left ul.quickLinks li:nth-of-type(2) {
  display: none;
  visibility: visible;
  opacity: 1;
  background-color: #007fb5;
  color: #fff;
  cursor: pointer;
  width: 10rem;
  font-weight: 600;
  padding: 0 1rem;
}
.accessP__left ul.quickLinks li:nth-of-type(2):hover > li {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  .accessP__left ul.quickLinks li:nth-of-type(2) {
    display: block;
    text-align: center;
  }
  .accessP__left ul.quickLinks li:nth-of-type(2)::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0px 8px;
    border-color: #fff transparent transparent transparent;
    margin-left: 8px;
  }
}
.accessP__left ul.quickLinks li:nth-of-type(3) {
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-left: 23px solid #007fb5;
  border-bottom: 23.5px solid transparent;
  background-color: #f1f1f1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .accessP__left ul.quickLinks li:nth-of-type(3) {
    border-top: 21.5px solid transparent;
    border-left: 20px solid #007fb5;
    border-bottom: 22px solid transparent;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .accessP__left ul.quickLinks li:nth-of-type(3) {
    border-top: 20px solid transparent;
    border-left: 14px solid #007fb5;
    border-bottom: 20px solid transparent;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .accessP__left ul.quickLinks li:nth-of-type(3) {
    border-top: 21px solid transparent;
    border-left: 15px solid #007fb5;
    border-bottom: 19px solid transparent;
  }
}
@media only screen and (max-width: 750px) {
  .accessP__left ul.quickLinks li:nth-of-type(3) {
    display: none;
  }
}
.accessP__left ul.quickLinks li.visible {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  .accessP__left ul.quickLinks li:first-of-type,
  .accessP__left ul.quickLinks li:nth-of-type(3) {
    display: none;
  }
}
.accessP__left .wp-block-image.size-large {
  margin-top: 20px;
  margin-bottom: 30px;
}
.accessP__left .wp-block-image.size-large figcaption {
  display: none !important;
  font-size: 0.8rem;
}
.accessP__left figure.showcaption figcaption,
.accessP__left figure.showCaption figcaption,
.accessP__left figure.show-caption figcaption,
.accessP__left .wp-block-image.size-large.showcaption figcaption {
  display: block !important;
  font-size: 0.8rem;
}
.accessP__left figure.wp-block-image.size-full.showcaption figcaption {
  display: block !important;
  font-size: 0.8rem;
}
.accessP__left .wp-block-image.size-full {
  margin-top: 20px;
  margin-left: 10px;
}
@media only screen and (max-width: 750px) {
  .accessP__left .wp-block-image.size-full {
    margin-left: 0px;
  }
}
.accessP__left .wp-block-image.size-full figcaption {
  display: none !important;
}
.accessP__left .wp-block-columns .wp-block-column {
  flex-basis: 50%;
}
.accessP__left .section {
  border-bottom: 1px solid gray;
  padding-bottom: 4px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .accessP__left {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .accessP__left {
    width: 100%;
    padding: 50px 2rem;
  }
}
.accessP__left-subtitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.accessP__left-subtitle a {
  text-decoration: none;
  color: #008abd;
  font-family: Montserrat;
  margin-left: 0.5rem;
}
.accessP__left-subtitle a:hover {
  text-decoration: underline;
}
.accessP__left-icon {
  width: 15px;
}
.accessP__left-icon img {
  width: 100%;
  object-fit: cover;
}
.accessP__left-title {
  color: #003a5d;
  font-size: 2rem;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 2.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.accessP__left-date {
  color: #008abd;
}
.accessP__right {
  padding: 0px 50px 60px 60px;
  width: 30%;
  min-height: 800px;
}
@media only screen and (max-width: 750px) {
  .accessP__right {
    min-height: 0px;
    padding: 0px 20px 20px 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .accessP__right {
    padding: 0px 1rem 0;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .accessP__right {
    padding: 0px 50px 60px 60px;
    width: 70%;
    margin: auto;
    min-height: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .accessP__right {
    padding-top: 0px;
    width: 60%;
    margin: auto;
  }
}
@media only screen and (max-width: 576px) {
  .accessP__right {
    width: 90%;
  }
}
.accessP__right-sticky {
  top: -55px;
  position: sticky;
  padding-top: 50px;
}
.accessP__category {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
}
.accessP__category-icon {
  width: 100px;
  height: 70px;
  padding: 0.5rem;
  margin-right: 1rem;
  background-color: #003a5d;
}
.accessP__category-icon img {
  width: 70%;
  height: 100%;
  margin: auto;
  object-fit: scale-down;
}
.accessP__category-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.accessP__category-icon svg .cls-1 {
  stroke: #003a5d !important;
}
.accessP__category-container {
  text-transform: uppercase;
  color: #003a5d;
  font-weight: 600;
  max-width: 15rem;
  line-height: 1;
  font-size: 1.3rem;
  margin-top: 2rem !important;
  margin-bottom: 0 !important;
}
.accessP__category-home {
  text-transform: uppercase;
  color: #008abd;
  font-weight: 600;
  max-width: 15rem;
  line-height: 1;
  font-size: 0.7rem;
  margin-top: 2rem !important;
  margin-bottom: 10px !important;
  display: block;
}
.accessP__category-title {
  text-transform: uppercase;
  color: #003a5d;
  font-weight: 600;
  max-width: 15rem;
  line-height: 1;
  font-size: 1.3rem;
  margin-top: 2rem !important;
  margin-bottom: 0 !important;
}
.accessP__category-list {
  list-style: none;
  margin-right: 1rem;
}
.accessP__category-list p.accessP__categories-item::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 7px;
  border-color: #000 transparent transparent transparent;
  margin-left: 1rem;
}
.accessP__category-item {
  margin-left: 0;
  border-bottom: 1px solid #003a5d;
  padding: 0.5rem 0;
}
.accessP__category-item a {
  display: block;
  text-decoration: none;
  color: #003a5d;
}
.accessP__category-item.selected a {
  font-weight: 800;
}
.accessP__categories {
  display: none;
  max-height: 500px;
  overflow-y: scroll;
  position: relative;
  border: 1px solid #000;
  padding: 1rem;
  padding-top: 0;
  border-top: 0;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .accessP__categories {
    padding: 0 1rem 1rem;
  }
}
.accessP__categories-heading {
  display: flex;
  align-items: center;
  list-style: none;
  margin-top: 1rem;
  margin-left: 0;
}
.accessP__categories-button {
  text-align: center;
  width: 100%;
  height: 60px;
  border: 1px solid #939393;
  font-family: Montserrat;
  font-weight: bold;
  margin-top: 50px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .accessP__categories-button {
    height: 80px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .accessP__categories-button {
    height: 80px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .accessP__categories-button {
    height: 47px;
  }
}
.accessP__categories-button p {
  font-size: 16px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .accessP__categories-button p {
    font-size: 16px;
  }
}
.accessP__categories-button p::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #003a5d transparent transparent transparent;
  margin-left: 1rem;
}
.accessP__categories-button:hover {
  background-color: #003a5d;
  color: #fff;
}
.accessP__categories-button:hover p::after {
  border-color: #fff transparent transparent transparent;
}
.accessP__categories-icon {
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  background-color: #003a5d;
}
.accessP__categories-icon img {
  width: 70%;
  height: 100%;
  margin: auto;
  object-fit: contain;
}
.accessP__categories-title {
  text-transform: uppercase;
  color: #003a5d;
  font-weight: 600;
}
.accessP__categories-menu {
  list-style: none;
  margin-right: 1rem;
}
.accessP__categories-menu p.accessP__categories-item {
  cursor: pointer;
  margin: 0 !important;
}
.accessP__categories-menu p.accessP__categories-item::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 7px;
  border-color: #000 transparent transparent transparent;
  margin-left: 1rem;
}
.accessP__categories-item {
  margin: 0 !important;
  border-bottom: 1px solid #003a5d;
  padding: 0.5rem 0;
  color: #003a5d;
  cursor: pointer;
}
.accessP__categories-item a {
  display: block;
  text-decoration: none;
  color: #003a5d;
}
.accessP__categories-sublist {
  list-style: none;
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.accessP__categories-sublist-item {
  padding-top: 0.5rem;
  padding-bottom: 0;
  margin-left: 30px;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .accessP__categories-sublist-item {
    margin-left: 10px;
  }
}
.accessP__categories-sublist-item a {
  color: #003a5d;
}
.accessP__categories-sublist-item.selected a {
  font-weight: 800;
}
.accessP__categories-sublist-link {
  text-decoration: none;
}
.accessP__categories-sublist-link:hover {
  text-decoration: underline;
}
.accessP__button {
  display: block;
  margin: 2rem 0;
  background-color: #008abd;
  color: #fff;
  font-family: Montserrat;
  padding: 1rem 2rem;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  max-width: 15rem;
  margin: auto;
  text-align: center;
  text-decoration: none !important;
}
.accessP__button a {
  text-decoration: none !important;
}
@media only screen and (max-width: 576px) {
  .accessP__button {
    font-size: 1rem;
  }
}
.accessP__button:hover {
  background-color: #f5a800;
}
@media (min-width: 782px) {
  .accessP .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    margin-left: 0px;
    margin-right: 10px;
  }
}
.accessP figcaption {
  text-align: center;
}
.show {
  display: block !important;
}
.mbacaf input,
.sfcr input,
.mbacaf textarea,
.sfcr textarea,
.mbacaf select,
.sfcr select {
  background-color: rgba(0, 138, 189, 0.05);
}
.mbacaf input[type=checkbox],
.sfcr input[type=checkbox] {
  accent-color: #008abd;
}
.mbacaf input[type=submit],
.sfcr input[type=submit] {
  background-color: #008abd;
  color: #fff;
  font-family: Montserrat;
  padding: 1rem 2rem;
  border-radius: 10px;
  font-size: 1.3rem;
  cursor: pointer;
}
.mbacaf input[type=submit]:hover,
.sfcr input[type=submit]:hover {
  background-color: #f5a800;
}
.ginput_container_number .instruction {
  display: none;
}
.gform_heading {
  display: none;
}
.gsection_title {
  padding-top: 4rem;
  color: black;
  font-size: 1rem;
  font-family: Montserrat;
  font-weight: 800;
  line-height: 2rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.gfield_required {
  display: none;
}
.gform_confirmation_wrapper {
  color: red;
}
.gform_body input[type=text],
.gform_body textarea,
.gform_body select,
.gform_body input[type=tel],
.gform_body input[type=email],
.gform_body input[type=number] {
  border: 1px solid gray;
  background-color: white;
}
.gform_body ul {
  margin-top: 10px;
}
.gform_button {
  display: block;
  margin: 2rem auto;
  background-color: #008abd;
  color: #fff;
  font-family: Montserrat;
  padding: 1rem 1rem;
  border-radius: 10px;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  max-width: 16rem;
  text-align: center;
  text-decoration: none !important;
}
.gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.gform_body h2 {
  font-weight: 800;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
}
.gfield.left {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: left;
}
.gfield.left label {
  margin-left: 0px;
  margin-right: 15px;
  vertical-align: middle;
}
.gfield.left .ginput_container_number {
  margin-left: 0px;
  margin-right: 10px;
}
.gfield.left input {
  margin-left: 10px;
  width: 50px !important;
}
.CoP__title {
  color: #003a5d;
  font-size: 2rem;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 2.5rem;
  padding-bottom: 2rem;
}
.CoP__subtitle {
  font-weight: bold;
  color: #008abd;
  margin-top: 2rem;
}
.CoP__tab {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.CoP__tablinks {
  font-weight: bold;
  color: #008abd;
  margin-top: 2rem;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 1rem;
  font-size: 18px;
  background-color: #e4e4e4;
}
@media only screen and (max-width: 750px) {
  .CoP__tablinks {
    font-size: 14px;
  }
}
.CoP__tabcontent {
  display: none;
  padding: 1rem 2rem;
  background-color: #f9f9f8;
}
.CoP__tabcontent:first-of-type {
  display: block;
}
.CoP__paragraph {
  padding: 0 1rem;
}
.CoP__button {
  display: block;
  margin: 2rem 0;
  background-color: #008abd;
  color: #fff;
  font-family: Montserrat;
  padding: 1rem 2rem;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  max-width: 21rem;
  text-align: center;
  text-decoration: none;
}
.CoP__button a {
  text-decoration: none !important;
}
@media only screen and (max-width: 576px) {
  .CoP__button {
    font-size: 1rem;
  }
}
.CoP__button:hover {
  background-color: #f5a800;
}
.CoP__current {
  position: relative;
}
.CoP__current-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.CoP__current-title {
  display: block;
  font-weight: bold;
  padding: 1rem;
  padding-left: 0px;
  padding-top: 0px;
  text-decoration: none;
  color: #003a5d;
}
.CoP__current-title:hover {
  text-decoration: underline;
}
.CoP__current-body {
  padding: 0 1rem;
}
.CoP__current-item {
  margin-left: 0px;
  margin: 0;
  padding: 0px;
}
.CoP__current-link {
  width: 100%;
}
.CoP__current-video {
  list-style: none;
  padding: 0px;
  border: 1px solid #2d2d8d;
}
.CoP__current-video-video {
  width: 100%;
}
.CoP__current-video-video video {
  width: 100%;
  object-fit: cover;
}
.CoP__pastSessions-item {
  color: #003a5d;
  font-weight: bold;
}
.CoP__pastSessions-item:first-of-type {
  display: none;
}
.CoP__pastSessions-link {
  text-decoration: none;
  padding: 1rem 0;
}
.CoP__pastSessions-link:hover {
  text-decoration: underline;
}
.active {
  border-bottom: none;
  background-color: #f9f9f8;
}
.singleCoP {
  padding: 100px 60px;
}
.singleCoP__title {
  color: #003a5d;
  font-size: 2rem;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 2.5rem;
  padding-bottom: 2rem;
}
.singleCoP__video {
  list-style: none;
  margin: 2rem 0;
  border: 1px solid #2d2d8d;
  max-width: 1000px;
}
.singleCoP__video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.singleCoP__video-item {
  margin: auto;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.singleCoP__video-video {
  width: 100%;
}
.singleCoP__video-video video {
  width: 100%;
  object-fit: cover;
}
/**
 * Swiper 8.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 29, 2022
 */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}