@charset "UTF-8";
.bol-team-block {
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  /**************************\
    Demo Animation Style
  \**************************/
}
.bol-team-block * {
  box-sizing: border-box;
}
.bol-team-block .team-list {
  width: 100%;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
  margin: 0 auto;
}
.bol-team-block .team-list .team-list-item {
  width: 450px;
  height: 200px;
  border-radius: 35px;
  background-color: #fff;
  box-shadow: 0px 4px 6px -4px rgba(16, 24, 40, 0.1), 0px 10px 15px -3px rgba(16, 24, 40, 0.1);
  border: none;
  padding: 20px 20px 45px 30px;
  transition: all 0.3s ease;
}
.bol-team-block .team-list .team-list-item:hover {
  box-shadow: 0 0 0 0 rgba(16, 24, 40, 0.1);
}
@media screen and (max-width: 767px) {
  .bol-team-block .team-list .team-list-item {
    height: auto;
    padding: 20px 20px 30px 30px;
  }
}
.bol-team-block .team-list .team-list-item .bio-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .bol-team-block .team-list .team-list-item .bio-btn {
    margin: 0 0 20px auto;
  }
}
.bol-team-block .team-list .team-list-item .team-name {
  color: #184784;
  font-family: Lato;
  font-size: 32px;
  font-weight: 400 !important;
  line-height: 1.2;
  margin: -10px 0 8px 0;
  text-wrap: wrap;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .bol-team-block .team-list .team-list-item .team-name {
    font-size: 28px;
  }
}
.bol-team-block .team-list .team-list-item .team-name .bio-name-btn {
  color: #184784;
  font-family: Lato;
  font-size: 32px;
  font-weight: 400 !important;
  line-height: 1.2;
  margin: -10px 0 8px 0;
  text-wrap: wrap;
  text-wrap: balance;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: none;
  border: none;
  cursor: pointer;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .bol-team-block .team-list .team-list-item .team-name .bio-name-btn {
    font-size: 28px;
  }
}
.bol-team-block .team-list .team-list-item .team-title {
  color: #2E3646;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-wrap: wrap;
  text-wrap: balance;
  margin: 0 0 15px;
}
.bol-team-block .team-list .team-list-item .linkedin svg path {
  transition: fill 0.3s ease;
}
.bol-team-block .team-list .team-list-item .linkedin:hover svg path {
  fill: #184784;
}
.bol-team-block .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.bol-team-block .modal__container {
  background-color: transparent;
  padding: 30px 100px;
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
  transform: translateY(30px);
}
@media screen and (max-width: 767px) {
  .bol-team-block .modal__container {
    padding: 30px 0;
    max-height: 90vh;
    transform: translateY(45px);
  }
}
.bol-team-block .modal__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  transform: translate(-25px, 60px);
  z-index: 2;
}
.bol-team-block .modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}
.bol-team-block .modal__close {
  background: transparent;
  color: #E65100;
  border: 2px solid #E65100;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
}
.bol-team-block .modal__header .modal__close:before {
  content: "✕";
}
.bol-team-block .modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  transform: translateY(-35px);
}
.bol-team-block .modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}
.bol-team-block .modal__btn:focus, .bol-team-block .modal__btn:hover {
  transform: scale(1.05);
}
.bol-team-block .modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.bol-team-block .micromodal-slide {
  display: none;
}
.bol-team-block .micromodal-slide.is-open {
  display: block;
}
.bol-team-block .micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.bol-team-block .micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.bol-team-block .micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.bol-team-block .micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.bol-team-block .micromodal-slide .modal__container,
.bol-team-block .micromodal-slide .modal__overlay {
  will-change: transform;
}
.bol-team-block .splide__list {
  max-width: 60vw;
}
@media screen and (max-width: 767px) {
  .bol-team-block .splide__list {
    max-width: 95vw;
  }
}
.bol-team-block .splide__slide {
  background-color: #fff;
  padding: 55px 43px 56px 83px;
  border-radius: 35px;
  max-height: calc(80vh - 100px);
}
@media screen and (max-width: 767px) {
  .bol-team-block .splide__slide {
    padding: 30px 30px 60px;
    max-height: calc(90vh - 100px);
  }
}
.bol-team-block .splide__slide .team-name {
  color: #184784;
  font-family: Lato;
  font-size: 28px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1.4;
  text-wrap: wrap;
  text-wrap: balance;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .bol-team-block .splide__slide .team-name {
    padding-right: 40px;
  }
}
.bol-team-block .splide__slide .team-title {
  color: #323231;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-wrap: wrap;
  text-wrap: balance;
  margin-bottom: 15px;
}
.bol-team-block .splide__slide .bio-wrap {
  padding-top: 15px;
}
.bol-team-block .splide__slide .bio {
  overflow-y: scroll;
  height: calc(80vh - 375px);
  padding-right: 30px;
  color: #323231;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-wrap: wrap;
  text-wrap: pretty;
}
@media screen and (max-width: 767px) {
  .bol-team-block .splide__slide .bio {
    padding-right: 10px;
    height: calc(90vh - 325px);
  }
}
.bol-team-block .splide__slide .bio p {
  color: #323231;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-wrap: wrap;
  text-wrap: pretty;
}
.bol-team-block .splide__slide .bio ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.bol-team-block .splide__slide .bio ul li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 40px;
  font-weight: 400;
  color: #323231;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
}
.bol-team-block .splide__slide .bio ul li::before {
  content: url("../img/Check-Bullets.png");
  width: 24px;
  height: 24px;
  position: absolute;
  left: -40px;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .bol-team-block .splide__slide .bio ul li::before {
    width: 20px;
    height: 20px;
  }
}
.bol-team-block .splide__slide ::-webkit-scrollbar {
  width: 7px;
}
.bol-team-block .splide__slide ::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  border-radius: 10px;
}
.bol-team-block .splide__slide ::-webkit-scrollbar-thumb {
  background: #184784;
  border-radius: 10px;
}
.bol-team-block .splide__arrow {
  width: 57px;
  height: 57px;
  background-color: transparent !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .bol-team-block .splide__arrow {
    width: 40px;
    height: 40px;
  }
}
.bol-team-block .splide__arrow svg {
  display: none;
}
.bol-team-block .splide__arrow--prev {
  left: -5em;
  background-image: url(../img/prev.png);
}
@media screen and (max-width: 767px) {
  .bol-team-block .splide__arrow--prev {
    left: calc(50% - 35px);
    top: unset;
    bottom: 7px;
    transform: translateX(-50%);
  }
}
.bol-team-block .splide__arrow--next {
  right: -5em;
  background-image: url(../img/next.png);
}
@media screen and (max-width: 767px) {
  .bol-team-block .splide__arrow--next {
    right: calc(50% - 35px);
    top: unset;
    bottom: 7px;
    transform: translateX(50%);
  }
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}/*# sourceMappingURL=bol-team.css.map */