/* general */
span[id],
section[id] {
  scroll-margin-block-start: 96px;
}
.img-float-left,
.img-float-right {
  margin-block-end: 8px;
}
@media (width>=768px) {
  .img-float-left {
    float: left;
    max-width: 50%;
    margin: 8px 16px 8px 0;
  }
  .img-float-right {
    float: right;
    max-width: 50%;
    margin: 8px 0 8px 16px;
  }
}
@media (width>=1024px) {
  .img-float-left {
    max-width: 66%;
  }
  .img-float-right {
    max-width: 66%;
  }
}
*:has(> .clear-image-float) {
  clear: both;
}
main.is-new-style.space--xs
  > :first-child:not(.bm-home--hero):not(#program-finder-mountpoint):not(
    header
  ) {
  padding-block-start: clamp(
    var(--space--gap-3xl),
    6vw,
    var(--space--grid-unit) * 12
  );
}
main.is-new-style.space--xs
  > *
  + :not(.bm--section-nav):not(.accordion-single):not(span):not(
    [data-size="small"]
  ):not(.bm--cover-image):not(.bm--overlap) {
  padding-block: clamp(
    var(--space--gap-3xl),
    6vw,
    var(--space--grid-unit) * 12
  );
}
main.is-new-style.space--xs .bm--page-title,
main.is-new-style.space--xs .bm--page-header {
  padding-block-start: clamp(
    var(--space--gap-3xl),
    6vw,
    var(--space--grid-unit) * 12
  );
}
main.is-new-style.space--xs {
  padding: 0 4vw calc(var(--space--grid-unit) * 8);
}
@media (width>=1024px) {
  main.is-new-style.space--xs {
    padding: 0 7vw calc(var(--space--grid-unit) * 10);
  }
}
@media (width>=1300px) {
  main.is-new-style.space--xs {
    padding: 0 var(--max-1280) calc(var(--space--grid-unit) * 15);
  }
}
.has-bg--grey {
  background-color: var(--color--grey-100);
}
.has-text-2col + a {
  margin-block-start: 0;
}
@media (width>=1024px) {
  .has-text-2col + a {
    margin-block-start: 0;
  }
}
@media (width<=1023px) {
  .bm--section-nav div {
    visibility: hidden;
  }
}
.bm--section-nav div.visible {
  visibility: visible;
}
.vline-orange {
  border-left: 3px solid #a84c11;
  padding-left: 1rem;
  margin-left: 1rem;
}
*:has(> span.vline-orange) {
  border-left: 3px solid #a84c11;
  padding-left: 1rem;
  margin-left: 1rem;
}
span.vline-orange {
  border-left: none;
  padding-left: unset;
  margin-left: unset;
}
.mb-sm {
  margin-block-end: 0.5rem;
}
*:has(> span.mb-sm) {
  margin-block-end: -0.5rem;
}
.mb-xs {
  margin-block-end: 0.25rem;
}
*:has(> span.mb-xs) {
  margin-block-end: -0.75rem;
}
.mb-xs + ul,
.mb-xs + ol,
.mb-sm + ul,
.mb-sm + ol {
  margin-block-start: 0rem;
  margin-block-end: 2rem;
}
.bm--page-title {
  padding-block-end: 0 !important;
}
.hr-top {
  margin: 0 0 clamp(var(--space--gap-3xl), 4vw, var(--space--grid-unit) * 18);
}
.hr-bottom {
  margin: clamp(var(--space--gap-3xl), 4vw, var(--space--grid-unit) * 18) 0 0;
}
:not(.has-bg--white) + .callout-bar {
  margin-block-start: clamp(
    var(--space--gap-3xl),
    8vw,
    var(--space--grid-unit) * 10
  );
}
.callout-bar + :not(.has-bg--white) {
  margin-block-end: clamp(
    var(--space--gap-3xl),
    8vw,
    var(--space--grid-unit) * 10
  );
}
[data-layout="2up-stretch"] {
  gap: var(--space--gap-xxl);
  flex-direction: column;
  display: flex;
}
[data-layout="2up-stretch"] .bm--card {
  margin-block: 0;
}
@media (width>=1024px) {
  [data-layout="2up-stretch"] {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    align-items: stretch;
    display: grid;
  }

  [data-layout="2up-stretch"] .bm--section-title[data-layout="1up"] {
    position: unset;
    grid-column: 1 / span 2;
    padding-inline-start: 0;
  }
}

@media (width>=1300px) {
  [data-layout="2up-stretch"] {
    column-gap: calc(var(--space--grid-unit) * 8);
    max-width: calc(1280px + 14vw);
    margin-inline: auto;
  }
}
@media (width>=1024px) {
  [data-layout="2up"],
  [data-layout="2up-u"] {
    grid-auto-flow: row;
    align-items: start;
    display: grid;
    column-gap: var(--space--gap-xxl);
  }
  [data-layout="2up"] {
    grid-template-columns: repeat(2, 1fr);
  }
  [data-layout="2up-u"] {
    grid-template-columns: 40% 60%;
  }
}
[data-layout="4up-2"],
[data-layout="4up-2up"] {
  gap: var(--space--gap-large);
  flex-direction: column;
  display: flex;
  margin-inline: auto;
}
/* .bm--content-container [data-layout="4up-2up"] .bm--section-title {
  margin-block-end: 0;
} */
.bm--content-container .bm--section-title[data-layout="1up"] {
  margin-block: var(--space--gap-medium) 0;
}
[data-layout="4up-2up"] .bm--section-title > p:last-of-type {
  margin-block-end: 0;
}
@media (width >= 480px) {
  [data-layout="4up-2"] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space--gap-xxl);
  }
}
@media (width >= 768px) {
  [data-layout="4up-2"] {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space--gap-3xl);
  }
  [data-layout="4up-2up"] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width >= 1024px) {
  [data-layout="4up-2"] {
    grid-template-columns: repeat(4, 1fr);
  }
  [data-layout="4up-2up"] {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space--gap-xl);
  }
}
@media (width >= 1280px) {
  [data-layout="4up-2"] {
    grid-template-columns: repeat(4, 1fr);
    gap: calc(var(--space--grid-unit) * 8);
  }
}
[data-layout="5up"] {
  gap: var(--space--gap-large);
  flex-direction: column;
  display: flex;
  margin-inline: auto;
}
@media (width >= 480px) {
  [data-layout="5up"] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space--gap-xxl);
  }
}
@media (width >= 768px) {
  [data-layout="5up"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width >= 1024px) {
  [data-layout="5up"] {
    /* gap: var(--space--gap-3xl); */
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (width >= 1200px) {
  [data-layout="5up"] {
    grid-template-columns: repeat(5, 1fr);
    grid-auto-flow: row;
    max-width: 1280px;
    padding-inline: 0;
  }
}
/* Stats Callout-4 [2022] */
.bm-stat {
  align-items: center;
}
/* Stats Section Alternate [2023] */
.bm--section-stats .bm--icon {
  background-position: 50%;
  background-size: 30px 30px;
  height: 60px;
  width: 60px !important;
}
.bm--section-stats.has-bg--light-blue .bm--icon {
  border-color: #f9fafb;
}
.icon--instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg stroke-linejoin='round' stroke-linecap='round' stroke-width='2' fill='none' stroke='%230F3C7D'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1.5' fill='%230F3C7D' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}
.icon--browser {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg fill='%230F3C7D'%3E%3Cpath d='M16.9282 24L30.8564 32.1244L26.0933 34.8744L30.5935 42.6685L26.2633 45.1685L21.7631 37.3744L17 40.1244L16.9282 24Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 12C2 8.68629 4.68629 6 8 6H40C43.3137 6 46 8.68629 46 12V36C46 39.3137 43.3137 42 40 42H33.6717L31.9395 39H40C41.6569 39 43 37.6569 43 36V19H14.3105L13.9049 18.7634L13.9059 19H5V36C5 37.6569 6.34315 39 8 39H13.995L14.0083 42H8C4.68629 42 2 39.3137 2 36V12ZM6.5 12.5C6.5 11.3954 7.39543 10.5 8.5 10.5C9.60457 10.5 10.5 11.3954 10.5 12.5C10.5 13.6046 9.60457 14.5 8.5 14.5C7.39543 14.5 6.5 13.6046 6.5 12.5ZM14.5 10.5C13.3954 10.5 12.5 11.3954 12.5 12.5C12.5 13.6046 13.3954 14.5 14.5 14.5C15.6046 14.5 16.5 13.6046 16.5 12.5C16.5 11.3954 15.6046 10.5 14.5 10.5Z'/%3E%3C/g%3E%3C/svg%3E");
}
.icon--phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='%230F3C7D'%3E%3Cpath d='M38,44a4,4,0,0,1-4-4V22a2,2,0,0,0-4,0V40a4,4,0,0,1-8,0V28a2,2,0,0,0-4,0v5a5.006,5.006,0,0,1-5,5H2a1,1,0,0,1,0-2H13a3,3,0,0,0,3-3V28a4,4,0,0,1,8,0V40a2,2,0,0,0,4,0V22a4,4,0,0,1,8,0V40a2,2,0,0,0,4,0V28a4,4,0,0,1,8,0v5a3,3,0,0,0,3,3H62a1,1,0,0,1,0,2H51a5.006,5.006,0,0,1-5-5V28a2,2,0,0,0-4,0V40A4,4,0,0,1,38,44Z'/%3E%3Cpath d='M52,54a1,1,0,0,1-1,1H13a1,1,0,0,1-1-1V40H10V57a6,6,0,0,0,6,6H48a6,6,0,0,0,6-6V40H52Z'/%3E%3Cpath d='M48,1H16a6,6,0,0,0-6,6V34h2V8a1,1,0,0,1,1-1H51a1,1,0,0,1,1,1V34h2V7A6,6,0,0,0,48,1Z'/%3E%3C/g%3E%3C/svg%3E");
}
.icon--envelope {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg fill='%230F3C7D'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43 18.3234L38.1947 15.2655L39.8053 12.7345L46 16.6766V19.4999H43V18.3234Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.99988 18.3234L9.80519 15.2655L8.19456 12.7345L1.99988 16.6766V19.4999H4.99988V18.3234Z'/%3E%3Cpath d='M24 30.0334L44.5039 18.3169L46 18V38C46 41.3137 43.3137 44 40 44H8C4.68629 44 2 41.3137 2 38V18H3L24 30.0334Z'/%3E%3Cpath d='M8 4V20.8905L11 22.6048V7H37V22.6048L40 20.8906V4H8Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 14L15 14L15 11L25 11L25 14Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33 14L28 14L28 11L33 11L33 14Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33 20L15 20L15 17L33 17L33 20Z'/%3E%3C/g%3E%3C/svg%3E");
}
.icon--envelope-heart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg fill='%230F3C7D'%3E%3Cpath d='M47,20c0-0.0222778-0.0063477-0.043396-0.0078125-0.0654907c-0.0015259-0.0246582-0.005188-0.0478516-0.008606-0.0724487c-0.0163574-0.1164551-0.0480957-0.2288208-0.1026611-0.3312988c-0.0016479-0.0031128-0.0012817-0.0066528-0.0029907-0.0097656c-0.0043945-0.0079956-0.0123291-0.0122681-0.0169067-0.0201416c-0.0561523-0.0968628-0.1292114-0.1826782-0.2159424-0.2567139c-0.0132446-0.0112915-0.0241089-0.0244141-0.0379028-0.0349731c-0.0073853-0.0056763-0.0126953-0.0132446-0.0202637-0.0187378l-8-5.7998047c-0.4492188-0.3242188-1.0732422-0.2250977-1.3964844,0.2226562c-0.3242188,0.4472656-0.2246094,1.0722656,0.2226562,1.3964844l6.7181396,4.8706055L24,30.861084L3.8687744,19.8803711l6.7181396-4.8706055c0.4472656-0.3242188,0.546875-0.9492188,0.2226562-1.3964844c-0.3232422-0.4467773-0.9482422-0.5463867-1.3964844-0.2226562l-8,5.7998047c-0.0075684,0.0054932-0.0128784,0.0130615-0.0202637,0.0187378c-0.0137939,0.0105591-0.0246582,0.0236816-0.0379028,0.0349731c-0.086731,0.0740356-0.15979,0.1598511-0.2159424,0.2567139c-0.0045776,0.0078735-0.0125122,0.012146-0.0169067,0.0201416c-0.001709,0.0031128-0.0013428,0.0066528-0.0029907,0.0097656c-0.0545654,0.102478-0.0863037,0.2148438-0.1026611,0.3312988c-0.003418,0.0245972-0.0070801,0.0477905-0.008606,0.0724487C1.0063477,19.956604,1,19.9777222,1,20v24c0,0.5522461,0.4472656,1,1,1h44c0.0006714,0,0.0012207-0.0003662,0.0018921-0.0003662c0.118042-0.0003052,0.2320557-0.0285034,0.3418579-0.0690308c0.0289917-0.0107422,0.0560303-0.0216064,0.0836792-0.0348511c0.0969238-0.0460205,0.1879883-0.1035156,0.2667847-0.1798706c0.0045776-0.0044556,0.010437-0.0070801,0.0149536-0.0115967c0.0649414-0.0654297,0.1223755-0.1403198,0.1687622-0.2252808c0.0081177-0.0148315,0.0071411-0.0314331,0.0144043-0.0465088c0.0289307-0.0594482,0.041748-0.1239014,0.0585938-0.189209c0.0168457-0.06604,0.0365601-0.1293945,0.0395508-0.196106C46.991272,44.0306396,47,44.0167236,47,44V20z'/%3E%3Cpath d='M27.6923828,3C26.2822266,3,24.9736328,3.5214844,24,4.4365234C23.0263672,3.5214844,21.7177734,3,20.3076172,3C17.3310547,3,15,5.3989258,15,8.4614258c0,4.644043,7.5068359,10.9863281,8.3623047,11.6938477C23.5478516,20.3081055,23.7734375,20.3847656,24,20.3847656s0.4521484-0.0766602,0.6376953-0.2294922C25.4931641,19.4477539,33,13.1054688,33,8.4614258C33,5.3989258,30.6689453,3,27.6923828,3z'/%3E%3C/g%3E%3C/svg%3E");
}
.icon--people {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg fill='%230F3C7D'%3E%3Cpath d='M12.5237 32.4437V34.8629C12.5237 37.4734 7.62396 38.1985 5.60361 39.0223C3.47024 39.6307 2 41.5721 2 43.7808V45H32V43.7808C32 41.5721 30.5298 39.6307 28.3964 39.0223C26.376 38.1985 21.4763 37.4734 21.4763 34.8629V32.625C24.3246 32.394 26.2046 31.3644 28.0797 29.6517C25.1784 26.4028 25.2895 22.725 25.2895 20.25C25.2895 15.6937 21.5782 12 17 12C12.4219 12 8.71053 15.6937 8.71053 20.25C8.71053 22.725 8.82181 26.4028 5.92049 29.6517C7.79557 31.3644 9.67542 32.2127 12.5237 32.4437Z'/%3E%3Cpath d='M31.1898 37H46V34.0399C46 32.7595 45.1871 31.6274 43.9807 31.1983C41.0902 30.1702 36.7824 28.5033 35.4437 27.053C35.1717 26.7582 35.1035 26.3491 35.1035 25.948V24.0632C36.8819 22.8752 38.1641 21.0107 38.5404 18.8084L39.4756 13.3352C40.4 7.92502 36.1229 3 30.5 3C26.0786 3 22.4894 6.04505 21.6067 9.97669C25.6675 11.7878 28.2897 15.8883 28.2894 20.3229C28.2893 22.8757 28.2891 25.3823 30.3173 27.6534L30.976 28.391C31.7059 29.2083 31.6421 30.4608 30.833 31.1999L30.1029 31.8668C28.6813 33.1652 27.1749 34.1931 25.3534 34.8519L31.1898 37Z'/%3E%3C/g%3E%3C/svg%3E");
}
/* start - Banner Image/Video [2022], Banner Video, Center Banner */
.banner-video.splash {
  width: 100vw;
  height: calc(100vw / 16 * 9);
}
.banner-video .splash__v__content iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.banner-video .splash__content--black {
  background: rgba(0, 0, 0, 0.4);
}
.banner-video .splash__heading-container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.banner-video .splash__heading-container img {
  max-height: 150px;
  margin: 0 auto;
}
.banner-image-video .wrap,
.banner-video .wrap {
  margin-right: auto;
  margin-left: auto;
  padding-right: 4vw;
  padding-left: 4vw;
}
@media (min-width: 1024px) {
  .banner-image-video .wrap,
  .banner-video .wrap {
    padding-right: 7vw;
    padding-left: 7vw;
  }
}
.banner-image-video figure.hero-image img,
.banner-video figure.hero-image img {
  height: 100vh;
  width: auto;
  object-fit: cover;
  object-position: center;
}
@media (width >= 768px) {
  .banner-image-video figure.hero-image img,
  .banner-video figure.hero-image img {
    aspect-ratio: 16 / 9;
    width: 100vw;
    height: auto;
  }
}
figure.hero-image {
  margin-inline: calc(-1 * var(--full-bleed));
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100vw;
  object-fit: cover;
  object-position: center;
}
.banner-image-video button,
.banner-video button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.banner-image-video,
.banner-video {
  padding-block: 0 !important;
  position: relative;
}
.banner-image-video__heading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 75vw;
  z-index: 2;
}
.button__link {
  display: inline-block;
  text-transform: uppercase;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #e36f1e;
  color: #373a36;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, #e36f1e 50%);
  transition: background-position 500ms, color 300ms;
  padding: 0.25rem 0.5rem 0 0.5rem;
  text-decoration: none;
}
.button__link:hover {
  color: #000;
  background-position: 0 100%;
}
.button__link + .button__link {
  margin-left: 3rem;
}
.banner-image-video .button__link {
  text-decoration: none;
  font-size: 16px;
}
.svgstore {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  pointer-events: none;
}
.svgstore svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
svg {
  fill: currentColor;
}
.svgstore--video-pause {
  padding-bottom: 100%;
}
.svgstore--video-play {
  padding-bottom: 100%;
}
.svgstore--video {
  padding-bottom: 66.66667%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.splash {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 85vh;
}
@media (min-width: 48em) {
  .splash {
    height: 38rem;
  }
}
@media (min-width: 64em) {
  .splash {
    height: 45rem;
  }
}
.splash .button__link {
  color: #ffffff;
}
.splash .hero__home__button {
  margin-bottom: 2rem;
}
@media (min-width: 64em) {
  .splash .hero__home__button {
    margin-top: 2rem;
  }
}
.splash .wrap,
.splash .subnav__list--wrap {
  width: 100%;
}
.splash--program {
  -ms-flex-align: center;
  align-items: center;
}
.splash--slider .hero__home__button {
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .splash--slider .hero__home__button {
    margin-bottom: 2rem;
  }
}
.splash--gradient::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.66) 100%
  );
  z-index: 1;
  pointer-events: none;
}
.splash--slider-alt::before {
  content: none;
}
.splash--home .wrap,
.splash--home .subnav__list--wrap {
  max-width: 70rem;
}
.splash--left {
  text-align: left;
}
.splash--center {
  padding-top: 2rem;
}
@media (min-width: 64em) {
  .splash--center {
    padding-top: 0;
  }
}
.splash__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.splash__dots .slick-dots {
  display: block;
  margin: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.splash--left .splash__dots .slick-dots {
  text-align: left;
}
.splash__dots .slick-dots li {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}
.splash__dots .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.splash__dots .slick-dots li button:hover,
.splash__dots .slick-dots li button:focus {
  outline: none;
}
.splash__dots .slick-dots li button:hover:before,
.splash__dots .slick-dots li button:focus:before {
  opacity: 1;
}
.splash__dots .slick-dots li button:before {
  color: #fff;
  background: #fff;
  border-radius: 100%;
  border: 0.15rem solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "•";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.splash__dots .slick-dots li.slick-active button:before {
  width: 12px;
  height: 12px;
  border-color: #e36f1e;
  color: #fff;
  background: transparent;
}
.splash--slider-alt .splash__dots {
  margin-top: -3rem;
}
@media (min-width: 64em) {
  .splash--slider-alt .splash__dots {
    margin-top: -4rem;
  }
}
.splash__image {
  background-size: cover;
  background-position: center;
  height: 85vh;
  width: 100%;
}
.splash--slider-alt .splash__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.splash--gradient.splash--slider-alt .splash__image {
  position: relative;
}
.splash--gradient.splash--slider-alt .splash__image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.66) 100%
  );
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 48em) {
  .splash__image {
    height: 38rem;
  }
}
@media (min-width: 64em) {
  .splash__image {
    height: 45rem;
  }
}
.splash__video {
  display: none;
}
@media (min-width: 64em) {
  .splash__video {
    position: absolute;
    left: 50%;
    top: 0;
    min-width: 100%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 80em) {
  .splash__video {
    padding-top: 56.25%;
  }
}
@media (min-width: 64em) {
  .splash__video iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.splash__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 64em) {
  .splash__video video {
    min-width: 100%;
    height: auto;
    min-height: 100%;
  }
}
.splash__video__control {
  display: none;
}
@media (min-width: 64em) {
  .splash__video__control {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 2rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
    color: rgba(255, 255, 255, 0.8);
    transition: color 300ms ease;
  }
  .splash__video__control:hover {
    color: #ffffff;
  }
}
.splash__video__control--pause {
  display: block;
}
.video--paused .splash__video__control--pause {
  display: none;
}
.splash__video__control--play {
  display: none;
}
.video--paused .splash__video__control--play {
  display: block;
}
.splash__slider__pause,
.splash__slider__unpause {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  color: rgba(255, 255, 255, 0.8);
  transition: color 300ms ease;
}
@media (min-width: 64em) {
  .splash__slider__pause,
  .splash__slider__unpause {
    bottom: 2rem;
    right: 2rem;
  }
}
.splash__slider__pause.active,
.splash__slider__unpause.active {
  display: block;
}
.splash__slider__pause:hover,
.splash__slider__unpause:hover {
  color: #ffffff;
}
.splash__container {
  position: relative;
  z-index: 2;
  padding-bottom: 10rem;
}
.splash--home .splash__container,
.splash--program .splash__container {
  padding-bottom: 0;
}
.splash--slider .splash__container,
.splash--slider-alt .splash__container {
  padding-bottom: 4rem;
}
@media (min-width: 64em) {
  .splash--slider .splash__container,
  .splash--slider-alt .splash__container {
    padding-bottom: 0;
  }
}
.splash--slider.splash--center .splash__container,
.splash--slider-alt.splash--center .splash__container {
  padding-bottom: 0;
}
@media (min-width: 64em) {
  .splash--center .splash__container {
    padding-right: 10%;
    padding-left: 10%;
  }
}
@media (min-width: 64em) {
  .splash--center.splash--left .splash__container {
    padding-right: 30%;
    padding-left: 0;
  }
}
.splash__content {
  margin: 1rem 0;
}
.splash__content > :first-child {
  margin-top: 0;
}
.splash__content > :last-child {
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .splash__content {
    display: inline-block;
    margin: 1.5rem 0;
  }
  .splash__content__outside .splash__content {
    display: block;
  }
}
.splash__content--black,
.splash__content--blue {
  padding: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 48em) {
  .splash__content--black,
  .splash__content--blue {
    padding: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.splash__content--black {
  background: rgba(0, 0, 0, 0.6);
}
.splash__content--blue {
  background-color: #004c97;
}
.splash__content__outside {
  display: inline-block;
}
@media (min-width: 48em) {
  .splash--left .splash__content__outside .button__link {
    margin-left: 1.5rem;
  }
}
.splash__content__text {
  font-family: "arno-pro", serif;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.352;
}
@media (width>=786px) {
  .splash__content__text {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
.splash--home .splash__content__text {
  max-width: 47.1875rem;
  margin-left: auto;
  margin-right: auto;
}
.splash__headline {
  font-family: "arno-pro-display", serif;
  font-size: 36px;
  font-size: 88px;
  color: #ffffff;
  line-height: 1.25;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 320px) {
  .splash__headline {
    font-size: calc(36px + 12 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .splash__headline {
    font-size: 48px;
  }
}
@media (min-width: 64em) {
  .splash__headline {
    margin-bottom: 1.5rem;
  }
}
.splash--program .splash__headline {
  margin-bottom: 0;
}
.splash--home .splash__headline {
  font-family: "Arno-Pro-Display", serif;
  font-size: 36px;
}
@media screen and (min-width: 320px) {
  .splash--home .splash__headline {
    font-size: calc(36px + 28 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .splash--home .splash__headline {
    font-size: 64px;
  }
}
@media (min-width: 64em) {
  .splash--home .splash__headline {
    line-height: 1.1875;
  }
}
.splash__center__logo {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 5.625rem;
  background-color: #1e1d1d;
  z-index: 1;
}
@media (min-width: 64em) {
  .splash__center__logo {
    height: auto;
    top: 2rem;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    background-color: transparent;
    width: auto;
  }
  .splash--left .splash__center__logo {
    left: auto;
    right: 0;
  }
}
.splash__center__logo img {
  margin: 0 auto;
  width: 30%;
}
@media (min-width: 64em) {
  .splash__center__logo img {
    width: 16rem;
  }
}
.splash button {
  background-color: transparent;
  color: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
}
/* Center Banner Video */
.center-banner-video .cbv__video {
  position: absolute;
  left: 50%;
  top: 0;
  min-width: 100%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  display: block;
  overflow: hidden;
}
.center-banner-video .cbv__video iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.center-banner-video.splash {
  height: calc(100vw / 1.76);
}
@media (width>=1024px) {
  .center-banner-video.splash {
    max-height: calc(100vh - 213px);
  }
}
/* start - Style link to button */
.button-primary {
  width: max-content;
}
.button-primary a {
  background-color: var(--color--blue-600) !important;
  color: #fff !important;
  text-decoration: none;
  appearance: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: var(--space--gap-regular);
  font-family: var(--wc-font-family--sans-serif);
  border: 1px solid var(--color--grey-300);
  border-radius: 4px;
  padding: 10px 18px;
  transition: all 0.2s linear;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}
.button-primary a:hover {
  background: var(--color--blue-700) !important;
  border-color: var(--color--grey-400);
  box-shadow: 0 1px 2px #1018280d;
}
/* end - Style link to button */

/* start - Homepage Site Navigation [2022]  */
.homepage-nav .text--orange {
  color: #b65f25 !important;
}
@media (width >= 1024px) {
  .main-header.bravery.homepage-nav {
    grid-template-columns: 1fr 3fr 1.8fr;
  }
}
@media (width<=480px) {
  .main-header.bravery.homepage-nav a.bm--cta.style-primary,
  .main-header.bravery.homepage-nav a.bm--cta {
    border: none !important;
    background-color: white !important;
    color: var(--color--blue-600) !important;
    box-shadow: none;
    padding: 10px 5px;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .homepage-nav .nav-actions {
    gap: 8px;
  }
}
/* end - Homepage Site Navigation [2022]  */
/* Single Image Banner [2022] */
.text--center {
  text-align: center;
}
.single-image-banner {
  position: relative;
  padding-block: 0 !important;
}
.single-image-banner.is-fullwidth {
  padding: unset;
}
.single-image-banner .hero-image img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
p a.bm--cta {
  display: inline-block;
}
.single-image-banner h1 {
  font-size: 44px;
}
.hero-logo {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-image-banner .content-container {
  display: flex;
  flex-direction: column;
  gap: var(--space--gap-large);
  padding: var(--space--gap-xxl) 4vw;
  z-index: 4;
}
.single-image-banner .content-container {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    color: var(--color--blue-600);
  }
}
@media (min-width: 1024px) {
  .single-image-banner h1 {
    font-size: 56px;
  }
  .single-image-banner .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .single-image-banner .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .single-image-banner .hero-image::before {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.66) 100%
    );
  }

  .single-image-banner .text-bkg {
    background-color: #004c97;
    padding: 20px;
  }

  .single-image-banner .text-bkg p {
    margin-block-end: 0;
  }
  .single-image-banner .prehead {
    font-size: 20px;
  }

  .single-image-banner .content-container {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
      color: white;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }
  }
}

.single-image-banner p.prehead {
  margin-block-end: 1rem;
}

.single-image-banner .prehead:after {
  content: "";
  background-color: var(--color--orange-600);
  width: calc(9 * var(--space--grid-unit));
  transform: translateY(var(--space--gap-medium));
  height: 3px;
  display: block;
}

@media (min-width: 1024px) {
  .single-image-banner.height-sm {
    min-height: 55vh;
  }
  .single-image-banner {
    min-height: 70vh;
  }
  .single-image-banner .content-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    z-index: 4;
    min-width: 75vw;
  }

  .single-image-banner p.prehead {
    margin-block-end: 0;
  }

  .single-image-banner .content-container .prehead:after {
    display: none;
  }
}

@media (min-width: 1300px) {
  .single-image-banner.height-sm {
    min-height: 60vh;
  }
  .single-image-banner {
    min-height: 90vh;
  }
  .single-image-banner .content-container {
    min-width: 60vw;
  }
}
/* Left Image, Right Image with Content [2022]; Content + Image [2022], Single Event */
.fig-cap > img + figcaption {
  color: var(--color--white);
  padding-block-end: var(--space--gap-large);
  padding-inline: var(--space--gap-large);
  font-size: var(--type-size--xsmall);
  font-family: var(--wc-font-family--sans-serif);
  background: linear-gradient(#0000 0%, #000 100%);
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 0;
  height: 25% !important;
}
.has-bg--blue .social-group .social__item svg,
.has-bg--blue-gradient .social-group .social__item svg {
  color: white;
}
.has-bg--blue a.bm--cta.style-secondary,
.has-bg--blue-gradient a.bm--cta.style-secondary {
  color: var(--color--blue-600) !important;
}

.left-img-content-float > picture {
  margin-block-end: 2rem;
}
.left-img-content-float .content > .bm--icon {
  display: inline-block;
  margin-block-end: 0.5rem;
}
.left-img-content-float .content > .subhead {
  display: block;
}
@media (width >= 768px) {
  .left-img-content-float > picture {
    float: left;
    margin: 0.5rem 2rem 1rem 0;
    width: 42%;
  }
}
.left-img-content,
.left-img-content-sm {
  display: grid;
  gap: 2rem 4rem;
}
.left-img-content [data-ar="2:3"],
.left-img-content-sm [data-ar="2:3"],
.right-img-content [data-ar="2:3"],
.single-event [data-ar="2:3"] {
  width: 100%;
  max-height: 85dvh;
}
.left-img-content .bm--cta:has(+ .bm--cta),
.left-img-content-sm .bm--cta:has(+ .bm--cta) {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (width >= 1024px) {
  .left-img-content {
    grid-template-columns: 1fr 1fr;
  }
  .left-img-content-sm {
    grid-template-columns: 1fr 1.3fr;
  }
}
.social-group {
  display: flex;
  gap: 2.5rem;
  margin-block: 2.5rem;
}
.social-group .social__item svg {
  color: #373a36;
  width: 2rem;
  height: 2rem;
}
.right-img-content,
.single-event {
  display: grid;
  row-gap: 2rem;
}
@media (width>=1024px) {
  .right-img-content,
  .single-event {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .right-img-content > picture,
  .single-event[data-image="right"] > picture {
    order: 2;
  }
  .right-img-content article.content,
  .single-event[data-image="right"] article.content {
    padding-right: 4rem;
  }
  .single-event[data-image="left"] article.content {
    padding-left: 4rem;
  }
}
.single-event .events__date {
  width: 95px;
}
.single-event .events__item p {
  margin-block-end: 1rem;
}
.single-event .events__item {
  border-bottom: none;
  padding-block-end: 0;
}
/* Content + Video */
.content-video[class*="has-bg--"] {
  padding-inline: var(--space--gap-large);
}
.content-video .video-container {
  flex: 50%;
  position: relative;
  padding: 56.25% 0 0 0;
  margin-block: var(--space--gap-large);
}

.content-video > div.video-container > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.text-video[class*="has-bg--"]:has(div.video-container) {
  padding: var(--space--gap-medium);
}
.content-video .content {
  flex: 50%;
}
.content-video .content > p:has(+ a) {
  margin-block-end: 1rem;
}
@media (width >= 1024px) {
  .content-video {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .content-video .video-container {
    padding: 28.125% 0 0 0;
  }
  .content-video[data-image="right"] > .content {
    padding: 0 calc(var(--space--grid-unit) * 5) 0 7vw;
  }
  .content-video[data-image="left"] > .content {
    order: 2;
    padding-inline: calc(var(--space--grid-unit) * 5);
  }
}
@media (width >= 1400px) {
  .content-video[data-image="right"] > .content {
    padding: 0 calc(var(--space--grid-unit) * 8) 0 7vw;
  }
  .content-video[data-image="left"] > .content {
    padding-inline: calc(var(--space--grid-unit) * 8);
  }
}
/* Photo Gallery, Photo Item, Photo group */
.photo-gall {
  margin-inline: auto;
  max-width: 850px;
}
.photo-gall .pg-container {
  visibility: hidden;
  display: none;
}
.photo-gall__preview {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.photo-gall__link {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.photo-gall__link:hover {
  text-decoration: none;
}
.photo-gall__preview > img {
  aspect-ratio: 3 / 2;
  width: 100%;
  object-fit: cover;
  margin-block-end: 0.5rem;
}
.photo-item .g-container[data-layout="5up"],
.photo-item .g-container[data-layout="3up"] {
  gap: var(--space--gap-medium);
}
.photo-item .g-container[data-layout="3up"] {
  display: grid;
}
.photo-item img {
  cursor: pointer;
  width: 100%;
  object-fit: cover;
  border-radius: var(--corner--radius);
}
.photo-item .g-container[data-layout="3up"] img {
  aspect-ratio: 3/2;
}
.photo-item .g-container[data-layout="5up"] img {
  aspect-ratio: 2/3;
}
@media (width >= 768px) {
  .photo-item .g-container[data-layout="3up"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width >= 1024px) {
  .photo-item .g-container[data-layout="3up"] {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space--gap-large);
  }
  .photo-item .g-container[data-layout="5up"] {
    gap: var(--space--gap-large);
  }
}
.photo-group__items {
  display: grid;
  gap: var(--space--gap-large);
}

.photo-group__items img {
  border-radius: var(--corner--radius);
}

@media (width>=480px) {
  .photo-group__items.photo-portrait {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width>=768px) {
  .photo-group__items.photo-square,
  .photo-group__items.photo-landscape {
    grid-template-columns: repeat(2, 1fr);
  }

  .photo-group__items.photo-portrait {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width>=1024px) {
  .photo-group__items.photo-square,
  .photo-group__items.photo-landscape {
    grid-template-columns: repeat(3, 1fr);
  }

  .photo-group__items.photo-portrait {
    grid-template-columns: repeat(5, 1fr);
  }
}

.photo-portrait img {
  aspect-ratio: 2/3;
  width: 100%;
  object-fit: cover;
}

.photo-landscape img {
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: cover;
}

.photo-square img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}
.p-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  animation: zoom 0.5s ease-in-out;
  z-index: 10;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.p-modal .p-modal__img {
  width: 100%;
  max-height: 80%;
  object-fit: contain;
}
@media (width>=1024px) {
  .p-modal .p-modal__img {
    width: 70%;
  }
}
.p-modal .p-modal__cap {
  color: white;
  margin-top: 1rem;
}
.p-modal__btn-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.p-modal__prev,
.p-modal__next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #133666;
  border: none;
  height: 40px;
  width: 40px;
  z-index: 6;
  font-size: 18px;
  border-radius: 50%;
}
.p-modal__close {
  color: rgba(255, 255, 255, 1);
  font-size: 2.5em;
  position: absolute;
  top: 0rem;
  right: 1rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  border: none;
  padding: 0;
  background: transparent;
}
.p-modal__prev:hover,
.p-modal__next:hover,
.p-modal__close:hover {
  filter: brightness(80%);
}
@media (width>=1024px) {
  .p-modal__btn-group {
    display: block;
  }

  .p-modal__prev,
  .p-modal__next {
    position: absolute;
  }
  .p-modal__next {
    right: 1.5rem;
    top: 50%;
  }
  .p-modal__prev {
    left: 1.5rem;
    top: 50%;
  }
  .p-modal__close {
    top: 2rem;
    right: 4rem;
  }
}
/* Video Carousel [2022] */
.video-carousel .bm-carousel--items > * {
  min-width: unset;
  max-width: 560px;
}
.video-carousel .bm-carousel--items {
  padding-inline: 3rem;
  gap: 2rem;
}
.video-carousel .bm--card .card--content {
  margin-block-start: 0;
}
.video-carousel .bm--card .card--content h3 + div.bm--buttons {
  margin-block-start: 24px;
}
@media (width<=516px) {
  .video-carousel .bm-carousel--items div iframe {
    width: 100vw;
  }
}
@media (width<=1023px) {
  .video-carousel [data-bravery-carousel] .bm-carousel--controls {
    display: flex;
  }
}
/* News Carousel [2022] */
.news-carousel [data-bravery-carousel] {
  padding-block: 1rem;
}
.news-carousel .bm-carousel--items {
  padding-inline: 1rem 3rem;
  gap: 2rem;
}
.news-carousel .bm--card .card--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-block-start: 0;
}
.news-carousel.bm--content-container .bm--section-title {
  margin-block: 0;
}
.news-carousel a.bm--cta {
  width: max-content;
}
.news-carousel .is-layout-flex {
  gap: 0.5rem;
}
@media (width>=900px) {
  .news-carousel .bm-carousel--items > div {
    max-height: 75dvh;
  }
}
@media (width>=1024px) {
  .news-carousel .bm-carousel--items {
    padding-inline: 3rem;
  }
}
@media (width>=1200px) {
  .news-carousel .bm-carousel--items > div {
    min-width: 30vw;
  }
}
@media (width>=1400px) {
  .news-carousel .bm-carousel--items > div {
    min-width: 25vw;
  }
}

/* Image Link [2022] */
.image-link .image-link__content-group {
  gap: var(--space--gap-large);
  flex-direction: column;
  display: flex;
  margin-inline: auto;
}
@media (width >= 768px) {
  .image-link .image-link__content-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width >= 1024px) {
  .image-link .image-link__content-group {
    gap: var(--space--gap-large);
    /* grid-template-columns: repeat(5, 1fr);
    grid-auto-flow: row; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 1280px;
    padding-inline: 0;
  }
}
.image-link .heading__container p {
  max-width: 850px;
}
.image-link .image-link__content {
  position: relative;
  /* width: fit-content; */
  max-width: 200px;
  margin-inline: auto;
}
@media (width>=1024px) {
  .image-link .image-link__content {
    flex: 1;
  }
}
.image-link .image-link__img {
  filter: brightness(60%);
  border-radius: var(--corner--radius);
  aspect-ratio: 1/1;
  object-fit: cover;
}
.image-link .image-link__link {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  width: 95%;
  padding-block: 8px;
}
.image-link .image-link__link:hover {
  background-color: var(--color--orange-600);
  transition: 0.4s;
}
.image-link .image-link__link a {
  color: white !important;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 3px solid var(--color--orange-600);
  font-family: "futura-pt-bold", sans-serif;
  letter-spacing: -0.01rem;
  font-size: 17px;
}
/* Events [2022] */
.events__item {
  display: flex;
  align-items: flex-start;
  margin-block: var(--space--gap-xl);
  border-bottom: 1px solid var(--color--grey-100);
  padding-block-end: var(--space--gap-large);
}
a.events__item {
  text-decoration: none;
  cursor: pointer;
}
a.events__item:hover .events__date {
  border: 2px solid var(--color--orange-600);
}
.events__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 85px;
  color: #000000;
  height: 85px;
  border: 1px solid var(--color--grey-400);
  padding-block: 0.5rem;
  margin-inline-end: 1rem;
}
.events__date .events__date-m {
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 1rem;
}
.events__date .events__date-d {
  font-size: var(--type-size--xl);
  line-height: 1;
  font-weight: 500;
}
.events__time,
.events__loc {
  color: var(--color--grey-600);
  display: flex;
  align-items: center;
}
.events__time .bs-icon-h svg,
.events__loc .bs-icon-h svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-inline-end: 0.5rem;
}
.bs-icon-h {
  display: inline-block;
}
@media (width >= 768px) {
  .events__date {
    margin-inline-end: 2rem;
    flex: 0 0 100px;
    height: 100px;
  }
  [data-layout="3up"] .events__date {
    margin-inline-end: 1.2rem;
    flex: 0 0 95px;
    height: 95px;
  }
}
/* Card Carousel Small, Card Carousel Item */
.carousel-small [data-bravery-carousel="full-heading"] {
  padding-block: 0;
}
.carousel-small [data-bravery-carousel="full-heading"] header {
  padding: 0 1.5rem;
  margin-block-end: 0;
}
.carousel-small .bm-carousel--items {
  padding: 1rem 1.5rem 0;
  gap: var(--space--gap-xl);
}
.carousel-small .is-layout-flex {
  gap: 0;
}
@media (width>=1024px) {
  .carousel-small [data-bravery-carousel="full-heading"] header,
  .carousel-small .bm-carousel--items {
    padding: 1.5rem;
  }
}
.carousel-small .bm-carousel--items > * {
  min-width: 380px;
  flex: 1 1 0;
}
.carousel-small .bm--card .card--content {
  margin-block-start: var(--space--gap-medium);
}
.carousel-small [data-bravery-carousel="full-heading"] header:before {
  margin-block-end: var(--space--gap-large);
}
@media (width <= 1023px) {
  .carousel-small [data-bravery-carousel] .bm-carousel--controls {
    display: flex;
  }
  .carousel-small [data-bravery-carousel="full-heading"] header:before {
    margin-block-end: var(--space--gap-medium);
  }
}
.carousel-item .bm-carousel--items > * {
  max-height: 85dvh;
}
.carousel-item .is-layout-flex {
  gap: var(--space--gap-medium);
}
.carousel-item .bm--card .card--content {
  margin-block-start: 0;
}
.carousel-item .bm--card .card--content h3 + div.bm--buttons {
  margin-block-start: 24px;
}
/* layout: text/news-list */
.carousel-small__container {
  margin-block-end: 2rem;
}
.carousel-small__content {
  padding-block: 1rem;
}
@media (width >= 768px) {
  .carousel-small__container {
    display: flex;
    gap: 2rem;
    align-items: center;
  }
  .carousel-small__container > picture,
  .carousel-small__container > div {
    flex: 1;
  }
}
@media (width>=1024px) {
  .carousel-small__content {
    padding-inline: 1rem;
  }
  .carousel-small__container > picture {
    flex: 1.5;
  }
  .carousel-small__container > div {
    flex: 2;
  }
}
/* Profile Card [2022] */
.pro-card__figure {
  min-width: 0;
}
.pro-card__figure img {
  aspect-ratio: 2/3;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: var(--space--grid-unit);
  margin-block-end: 1rem;
}
.pro-card__figure h3 {
  color: var(--color--blue-600);
}
/* Card with Image, Card with Icon, Card with Video */
[data-layout="4up-2"] .bm--card {
  margin-block: 0;
}
[data-layout="4up-2up"] .bm--card {
  margin-block: 0 2rem;
}
[data-layout="4up-2up"] .bm--card:not(.bm--is-card) {
  padding: 0 !important;
}
[data-layout="4up-2up"] .bm--card:not(.has-bg--white) > article.card--content {
  padding: 0 1rem 1rem;
}
[data-layout="4up-2up"] .bm--card .card--content > p:has(+ div.bm--buttons) {
  margin-block-end: 1rem;
}
.bm--card.bm--card__video .video-container {
  width: 100%;
  height: 0;
  padding-block-end: 57%;
  position: relative;
}
.bm--card.bm--card__video .video-container > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (width >= 1024px) {
  .bm--card.bm--card__video .video-container.video--square {
    padding-block-end: 100%;
  }
  .bm--card.bm--card__video .video-container.video--landscape {
    padding-block-end: 66%;
  }
}

/* General Page Navigation [2022] */
.no-pb {
  padding-block: 0 !important;
}
.no-pb .bm--section-nav {
  margin-block-end: 0;
}
@media (width < 1024px) {
  .has-bg--white + .no-pb .bm--section-nav {
    margin-block-start: 0;
  }
}
@media (width >= 1024px) {
  .no-pb .bm--section-nav {
    margin-block-start: 6vw;
  }
  main.is-new-style .bm--page-title.general-page-navigation {
    padding-block-start: 80px !important;
    padding-block-end: 0px !important;
  }
}
.general-page-navigation .bm--breadcrumb {
  margin-block-end: 0px;
}
.bm--page-title.general-page-navigation.has-page-title .bm--breadcrumb {
  margin-block-end: var(--space--gap-xxl);
}
.bm--page-title.general-page-navigation {
  display: block;
}
.bm--page-title.general-page-navigation > h1 {
  max-width: max-content;
  margin-block-end: 40px;
}
.title-logo img {
  max-height: 100px;
}
@media (width >= 1024px) {
  .title-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .title-logo h1 {
    margin-block-end: 0;
  }
}
/* Contact Bar [2022] Contact Bar -Wade Center */
main.is-new-style .contact-bar {
  padding-block: 3rem !important;
  padding-inline: 1.5rem;
  background-color: var(--color--grey-100);
  border-radius: var(--corner--radius);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width>=1024px) {
  main.is-new-style .contact-bar {
    flex-direction: row;
    justify-content: space-between;
    column-gap: 1rem;
    text-align: left;
  }
  .contact-bar__item:nth-child(2),
  .contact-bar__item:nth-child(3) {
    border-left: 0.2rem solid var(--color--blue-600);
    padding-left: 1rem;
  }
  .acad-center .contact-bar__item:nth-child(2),
  .acad-center .contact-bar__item:nth-child(3) {
    border-left: 0.2rem solid var(--center-color);
  }
}
.contact-bar .contact-bar__item {
  margin-block: 0.5rem;
  max-width: 480px;
  min-width: 180px;
}
.contact-bar .contact-bar__item h3 {
  margin-block-end: 0;
}
.contact-bar .social-icon {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.contact-bar .social-icon svg {
  width: 2rem;
  height: 2rem;
  color: #353633;
}
/* Simple Contact Information */
.sim-contact .social-group {
  gap: 1.5rem;
  margin-block: 0 2rem;
  padding-block-start: 0.25rem;
}
.sim-contact__details > p {
  margin-block-end: 1rem;
}
@media (min-width: 768px) {
  .sim-contact__details {
    display: flex;
    gap: 100px;
  }
}
@media (min-width: 1024px) {
  .sim-contact__details {
    gap: 120px;
  }
}
/* Micro Content */
.new-mc {
  border-radius: 8px;
  margin-inline: auto;
  max-width: 1224px;
  padding-block: 0 !important;
}
.new-mc__content {
  padding: var(--space--gap-large) var(--space--gap-medium);
}
.has-bg--blue-gradient .new-mc__content * {
  color: white;
}

.new-mc .style-outline {
  border-color: var(--color--white);
  background-color: var(--color--blue-600);
  color: var(--color--white);
}
.new-mc .style-outline:hover {
  background-color: var(--color--white);
  color: var(--color--blue-600) !important;
  border-color: var(--color--blue-600);
}
.new-mc__content a {
  color: inherit;
  text-underline-offset: 2px;
}
.new-mc__media {
  border-radius: inherit;
}
.new-mc .new-mc__video {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.new-mc__media img {
  object-fit: cover;
}
@media (width<=1023px) {
  .new-mc__media img {
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
  }
  .new-mc .new-mc__video iframe {
    width: 100%;
  }
}
@media (width >=1024px) {
  .new-mc[data-layout="2up-u"] {
    align-items: center;
    column-gap: 0;
  }
  .new-mc__media {
    height: 100%;
  }
  .new-mc__media img {
    height: 100%;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
  }
  .new-mc .new-mc__video iframe {
    height: 100%;
    width: 100%;
  }
  .new-mc__content {
    padding-inline: 40px;
  }
}
@media (width >=786px) {
  .new-mc__content {
    padding-block: var(--space--gap-3xl);
  }
}
/* Quick Links */
.quick-links > div > p {
  margin-block-end: 0;
  font-size: var(--type-size--small);
}
/* General Content - wide */
.general-content-wide:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (width>=480px) {
  [data-layout="2up-stretch"] .general-content-wide.bm--card.bm--is-card,
  [data-layout="2up-half"] .general-content-wide.bm--card.bm--is-card {
    padding: var(--space--gap-large) !important;
  }
  main.is-new-style > div.general-content-wide.bm--card.bm--is-card {
    padding: var(--space--gap-xl) !important;
  }
}
/* Pre and Next Buttons */
.pre-next-btns {
  display: flex;
  justify-content: space-between;
  color: var(--color--blue-600);
  text-underline-offset: 5px;
  font-size: 1.25rem;
  font-weight: 500;
}

.pre-btn,
.next-btn {
  display: flex;
  align-items: center;
}
/* Collapsible with Optional Borders, Collapsible Group */
.border-grey {
  border: 1px solid #d0d5dd;
  border-radius: 4px;
}

.border-bottom-grey {
  border-bottom: 1px solid #d0d5dd;
  border-radius: 4px;
}
.bm--collapsible.wide-width div,
.bm--collapsible.wide-width div p {
  max-width: min(100%, 1024px);
}
p:has(> span.bm-subhead) {
  margin-block-end: 0 !important;
}
.collapsible-group.span-full {
  max-width: 100%;
}
.collapsible-group {
  max-width: 1024px;
  margin-inline: auto;
}
.collapsible-group .bm--collapsible div {
  max-width: 850px;
}
.collapsible-group .bm--collapsible > h3 > button {
  font-size: var(--type-size--medium);
  font-weight: 500;
}
.collapsible-group__items--border .bm--collapsible {
  border: 1px solid #d0d5dd;
  border-radius: 4px;
}
.collapsible-group__items .bm--collapsible {
  border-bottom: 1px solid #d0d5dd;
  border-radius: 4px;
}
/* Button Links */
.btn-links__container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-block: clamp(
    var(--space--grid-unit) * 3,
    4vw,
    var(--space--grid-unit) * 8
  ) !important;
}

.btn-links__item {
  width: 100%;
  border: 1px solid #d0d5dd;
  padding: 10px 20px;
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
  background: var(--color--blue-600) !important;
  color: var(--color--white) !important;
  box-shadow: 0 1px 2px #1018280d;
  border-radius: 4px;
  text-decoration: none;
}
.btn-links__item:hover {
  background-color: var(--color--blue-700) !important;
}

@media (width >=768px) {
  .btn-links__item {
    width: calc(50% - 8px);
  }
}

@media (width >=1024px) {
  .btn-links__container {
    gap: 1.5rem;
  }

  .btn-links__item {
    flex: 1;
  }
}
/* Center Site Nav Submenu */
.bravery .bm--menu-links .bm--menu-simple {
  margin-block-end: 0.75rem;
  padding: 0 var(--space--gap-regular);
}
.bravery .bm--menu-links .bm--menu-simple a {
  text-decoration: none;
}
.bravery .bm--menu-links .bm--menu-simple a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.bravery button.menu-more {
  min-width: 20px;
}
/* General Profile */
.gen-profile__header p,
.gen-profile__header picture {
  margin-block-end: 1rem;
}
.gen-profile__header [data-ar] {
  width: 100%;
}
.gen-profile .social-group {
  gap: 1rem;
  margin-block: 1rem;
}
@media (width>=400px) {
  .gen-profile__header [data-ar] {
    width: 300px;
  }
  .gen-profile__header [data-ar="2:3"] {
    width: 260px;
  }
}
@media (width>=768px) {
  .gen-profile__header {
    display: flex;
    gap: calc(var(--space--grid-unit) * 4);
    margin-block-end: 1rem;
  }

  .gen-profile__contact {
    display: flex;
    gap: calc(var(--space--grid-unit) * 4);
  }
}
@media (width>=1024px) {
  .gen-profile__header {
    gap: calc(var(--space--grid-unit) * 8);
  }

  .gen-profile__contact {
    gap: calc(var(--space--grid-unit) * 8);
  }
}
/* Faculty Type Selector */
.fa-type-selector .bm-grid--faculty {
  padding-block: 0;
  margin-top: 2rem;
}
/* Sticky Split Content Item */
.bm--content-container.sticky-split-item .bm--section-title {
  margin-block: 0;
}
.bm--content-container.sticky-split-item .sticky-split-item__cards {
  padding-block-start: 0;
}
@media (width < 1024px) {
  .bm--content-container.sticky-split-item .sticky-split-item__cards {
    margin-block-start: 0;
  }
}
.sticky-split-item__cards > div.bm--card:first-child {
  margin-block-start: 0;
}
