@charset "UTF-8";
/* CSS Document */
body {
  font-weight: 400;
  font-style: normal;
  color: #31343c;
  font-size: 1.08em;
}
.breadcrumb {
  margin-left: 0;
  margin-top: 20px;
}
.page-header {
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 400;
  color: #990000;
  margin-top: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h2 {
  font-size: 2em;
  color: #990000;
  line-height: 1.1em;
}
h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black {
  color: #000000;
}
h1.dk-gray,
h2.dk-gray,
h3.dk-gray,
h4.dk-gray,
h5.dk-gray,
h6.dk-gray {
  color: #828282;
}
h3 {
  font-size: 1.4em;
  color: #990000;
}
h4 {
  font-size: 1.15em;
}
h2.plus1 {
  font-size: 1.75em;
}
h2.ko {
  font-size: 1.5em;
  color: #fff;
  line-height: 1.1em;
  padding: 8px;
  background: #990000;
}
p {
  margin: 1em 0;
}
.plus1 {
  font-size: 1.15em;
}
.plus2 {
  font-size: 1.3em;
}
.grid-adjust {
  padding-left: 5px;
}
div.region.region-sidebar-first ul.menu {
  background-color: #fff;
  border-right: 1px solid #e7e8e9;
}
div.region.region-sidebar-first li {
  font-size: 19px;
  font-weight: 300;
}
ul.dropdown-menu {
  border: none;
}
.dropdown-menu > li > a {
  padding: 8px 0;
}
ul.menu li.open > a {
  background: transparent !important;
}
ul.menu li a:hover {
  background: transparent !important;
  padding-left: 0.8rem;
  color: #990000;
}
div.region.region-sidebar-first .nav > li > a {
  padding: 8px 8px 8px 0;
}
div.region.region-sidebar-first .nav > li > a:hover {
  padding-left: 0.5rem;
}
div.region.region-sidebar-first > nav > h2 {
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 0.7em;
  color: #787a7c;
}
.photo-header h2 {
  padding: 20px 30px 20px 45px;
  background: rgb(255, 255, 255, 0.9);
  border-radius: 8px;
  line-height: 1.1em;
}
.photo-header {
  position: absolute;
  top: 70%;
  left: 0;
}
@media (min-width: 320px) and (max-width: 760px) {
  .photo-header {
    position: relative;
  }
  .photo-header h2 {
    padding: 0;
  }
}
div.main-container.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}
div.region.region-header,
div.highlighted {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.fw-header-image {
  padding: 0 !important;
  border-radius: 8px;
}
.hw-image {
  padding: 0 !important;
  border-radius: 8px;
  margin-top: 1em;
}
.full-background-image {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 4 / 1;
}
@media (min-width: 576px) {
  .full-background-image {
    background-size: cover;
    height: 30vh;
    max-height: 430px;
    min-height: 300px;
    aspect-ratio: auto;
  }
}
div.fw-container {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
div.fw-container-wmargins {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 35px auto 50px auto;
}

.light-gray {
  background: #f2f2f2;
}
.light-medium-gray {
  background: #b2b2b2;
}
.medium-gray {
  background: #6f6f6f;
}
.medium-dark-gray {
  background: #505256;
}
.dark-gray {
  background: #31343c;
}
.sbm-red {
  background: #990000;
}
.sbm-bright-red {
  background: #d52027;
}
.sbm-dark-red {
  background: #6b000d;
}
.sbm-dark-gray {
  background: #4b4b4b;
}
.sbm-medium-gray {
  background: #828282;
}
.sbm-light-gray {
  background: #bebebe;
}
.sbm-green {
  background: #008265;
}
.sbm-green {
  background: #008265;
}
.sbm-sea-foam-blue {
  background: #f1faff;
}
.sbm-teal {
  background: #39bfc9;
}
.sbm-turquoise {
  background: #1791ad;
}

.secondary {
  background: #2ebfca;
  padding: 70px 20px 50px 20px;
  color: #fff;
}
.secondary-gradient {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(221, 245, 247, 1) 76%,
    rgba(196, 235, 239, 1) 100%
  );
  padding: 20px 20px 30px 20px;
  color: #000;
}
.tertiary {
  background: #39bfc9;
  padding: 20px 20px 30px 20px;
}
.gold {
  background: rgb(239, 222, 86, 0.3);
  padding: 20px 20px 30px 20px;
}
.sb-blue,
.sbm-blue {
  background: rgb(0, 85, 150, 0.9);
  padding: 20px 20px 30px 20px;
  color: #fff;
}
.white-bg-box {
  background-color: #fff;
  padding: 20px 20px 30px 40px;
  border-radius: 8px;
}
div.sb-blue a:link,
div.sb-blue a:visited {
  color: rgb(222, 243, 243);
}
.gray {
  background: #e7e7e8;
  padding: 20px 20px 30px 20px;
  height: 100%;
}
div.red-border-box {
  border: 2px solid #990000;
  border-radius: 8px;
  padding: 0 35px 30px 40px;
  margin: 35px 0 50px 0;
  background: #fff;
  color: #000;
}
div.lt-gray-border-box {
  border: 2px solid #b5c3cd;
  border-radius: 8px;
  padding: 0 35px 30px 40px;
  margin: 35px 0 50px 0;
  background: #fff;
  color: #000;
}

@media (min-width: 320px) and (max-width: 760px) {
  .gray {
    padding: 20px 15px 17px 15px;
  }
  .secondary,
  .secondary-gradient,
  .tertiary,
  .sb-blue,
  .white-bg-box,
  .gold {
    padding: 15px;
  }
  div.red-border-box,
  div.lt-gray-border-box {
    padding: 0 15px 10px 15px;
  }
  .sbm-rounded-button {
    width: 100%;
  }
}
.sbm-rounded-button {
  display: inline-block;
  background-color: #990000;
  color: #ffffff !important;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  filter: drop-shadow(0px 10px 10px #bcbec6);
  white-space: nowrap;
  transition: all 0.25s ease;
  text-decoration: none !important;
  text-align: center;
}

.profilebox-container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-top: 40px;
}
.profilebox-panel {
  padding: 15px;
  margin-bottom: 20px;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
}
.profilebox-panel .detail {
  padding: 40px;
  margin-top: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 30px;
}
.white-bg {
  background-color: #fff;
}
.profilebox-panel figure {
  margin: 0 auto;
  margin-top: -80px;
  text-align: center;
}

.profilebox-panel figure + div .section_title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.profilebox-panel .section_title {
  font-size: 1.1em;
  font-weight: 300;
  margin-top: 0;
  line-height: 1.2;
  color: inherit;
  text-rendering: optimizelegibility;
  display: block;
}
.white-bg p {
  margin: 0 0 20px;
}
.profilebox-panel .detail > div > a:last-child {
  font-size: 14.4px;
}
@media (min-width: 768px) {
  .profilebox-panel .detail > div > a:last-child {
    bottom: 40px;
  }
}
.profilebox-panel .detail > div > a:last-child {
  position: absolute;
  display: block;
  font-weight: 200;
  width: calc(100% - 110px);
  bottom: 60px;
}
.white-bg img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.info-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 30px 0;
}
.info-boxes-secondary,
.info-boxes-secondary-tint,
.info-boxes-lt-gray {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 15px 0;
}
.info-boxes .col {
  margin: 0.5em;
  border: 1px solid #fff;
  flex: 0 1 31%;
  max-width: 640px;
  border-radius: 8px;
}
.info-boxes-secondary .col {
  margin: 0.5em;
  background: #2ebfca;
  flex: 0 1 31%;
  max-width: 400px;
  border-radius: 8px;
  color: #fff;
}
.info-boxes-secondary-tint .col {
  margin: 0.5em;
  background: #ddf6f9;
  flex: 0 1 31%;
  max-width: 400px;
  border-radius: 8px;
  color: #000;
}
.info-boxes-lt-gray .col {
  margin: 0.5em;
  border: 1px solid #b5c3cd;
  flex: 0 1 31%;
  max-width: 400px;
  border-radius: 8px;
  color: #777;
}
.info-boxes .col h3,
.info-boxes .col h4,
.info-boxes-secondary .col h3,
.info-boxes-secondary .col h4,
.info-boxes-secondary-tint .col h3,
.info-boxes-secondary-tint .col h4,
info-boxes-lt-gray .col h3,
.info-boxes-lt-gray .col h4 {
  padding: 20px 20px 0 20px;
  margin-top: 0.5em;
}
.info-boxes-lt-gray .col h3,
.info-boxes-lt-gray .col h4,
.info-boxes-secondary-tint .col h3,
.info-boxes-secondary-tint .col h4 {
  color: #990000;
}
.info-boxes .col p,
.info-boxes-secondary .col p,
.info-boxes-secondary-tint .col p,
.info-boxes-lt-gray .col p {
  padding: 10px 20px 20px 20px;
}
@media (max-width: 1020px) {
  .info-boxes,
  .info-boxes-secondary,
  .info-boxes-lt-gray {
    flex-wrap: wrap;
  }
  .info-boxes .col,
  .info-boxes-secondary .col,
  .info-boxes-secondary-tint .col,
  .info-boxes-lt-gray .col {
    flex: 1 1 400px;
  }
}
div.tertiary div div.quote-text,
div.sb-blue div div.quote-text {
  font-weight: 400;
  line-height: 2.5em;
  padding: 0 70px 25px 70px;
}
div.tertiary div div.quote-text:before,
div.sb-blue div div.quote-text:before {
  font-family: "FontAwesome";
  content: "\f10d";
  font-size: 3.8em;
  position: relative;
  font-weight: 900;
  line-height: 33px;
  left: -70px;
  top: 35px;
  color: #e1f5f7;
}
@media (min-width: 320px) and (max-width: 600px) {
  div.tertiary div div.quote-text,
  div.sb-blue div div.quote-text {
    padding: 0 15px 0 45px;
  }
  div.tertiary div div.quote-text:before,
  div.sb-blue div div.quote-text:before {
    font-size: 2.6em;
    left: -45px;
    top: 25px;
    color: #fff;
  }
}
.quote-text {
  font-weight: 400;
  line-height: 1.3em;
  padding: 0 70px;
}
.quote-text:before {
  font-family: "FontAwesome";
  content: "\f10d";
  font-size: 3.8em;
  position: relative;
  font-weight: 900;
  line-height: 33px;
  left: -70px;
  top: 35px;
  color: #efefef;
}
@media (min-width: 320px) and (max-width: 600px) {
  .quote-text {
    padding: 0 15px 0 45px;
  }
  .quote-text:before {
    font-size: 2.6em;
    left: -45px;
    top: 25px;
    color: #efefef;
  }
}
.BOX-BorderLeft {
  border-left: 1px solid #ccc;
  padding-left: 25px;
}
.BOX-BorderRight {
  border-right: 1px solid #ccc;
  padding-right: 25px;
}
@media (min-width: 320px) and (max-width: 760px) {
  .BOX-BorderLeft {
    border-left: none !important;
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .BOX-BorderRight {
    border-right: none !important;
    padding-right: 0px;
    padding-right: 20px;
  }
}
/* YouTube Video Component */
.sbm-youtube-video {
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
}
.sbm-youtube-video__link {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
}
.sbm-youtube-video__play-btn {
  width: 100%;
  height: 100%;
  background: url(/sites/default/files/webfiles/youtube-play-btn.svg) no-repeat
    center center;
  background-size: 80px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s ease;
}
.sbm-youtube-video__play-btn:hover {
  transform: scale(1.05);
}

/* Header and Logo */
.sbm-youtube-video__header {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sbm-youtube-video__sbm-logo {
  border-radius: 500px;
  background: #fff url(/sites/default/files/webfiles/sbm-logo.svg) no-repeat
    center center;
  background-size: 80%;
  width: 50px;
  height: 50px;
}

/* Text and Watch On Button */
.sbm-youtube-video__text {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  letter-spacing: 0.01em;
  font-size: 17px;
}

.sbm-youtube-video__watch-on {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 30%;
  max-width: 160px;
  aspect-ratio: 100 /27;
  background: rgba(0, 0, 0, 0.5)
    url(/sites/default/files/webfiles/watch-on-youtube.svg) no-repeat center
    center;
  background-size: 130px;
}
ul.white-chiclets a,
ul.light-gray-chiclets a {
  display: block;
  padding: 1.15rem;
  border-radius: 0.5rem;
  height: 100%;
  transition: all 0.3s ease;
  text-decoration: none;
}

ul.white-chiclets a:hover,
ul.light-gray-chiclets a:hover {
  text-decoration: none !important;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  transform: scale(1.01);
}

ul.white-chiclets a {
  background-color: #fff;
}

ul.light-gray-chiclets li {
  background-color: #f2f2f2;
}

.text-cards-section *:first-child {
  margin-top: 0;
}

ul.two-column-list,
ul.three-column-list,
ul.four-column-list,
ol.two-column-list,
ol.three-column-list,
ol.four-column-list {
  display: grid;
  gap: 0.9rem;
  margin: 3rem 0 0 0;
  padding: 0;
  list-style: none;
  font-size: clamp(1.25rem, 1.2091rem + 0.2909vw, 1.25rem);
}

ul.two-column-list a,
ul.three-column-list a,
ul.four-column-list a,
ol.two-column-list a,
ol.three-column-list a,
ol.four-column-list a {
  text-decoration: none;
}

ul.two-column-list a:hover,
ul.three-column-list a:hover,
ul.four-column-list a:hover,
ol.two-column-list a:hover,
ol.three-column-list a:hover,
ol.four-column-list a:hover {
  text-decoration: underline;
}

ul.two-column-list,
ol.two-column-list {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  ul.two-column-list,
  ol.two-column-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

ul.three-column-list,
ol.three-column-list {
  grid-template-columns: 1fr;
}

@media (min-width: 992px) {
  ul.three-column-list,
  ol.three-column-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

ul.four-column-list,
ol.four-column-list {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  ul.four-column-list,
  ol.four-column-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  ul.four-column-list,
  ol.four-column-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.photo-link-directory h2 {
  margin-top: 0;
}

.photo-link-directory__columns {
  display: grid;
}

@media (min-width: 992px) {
  .photo-link-directory__columns {
    gap: 8rem;
    grid-template-columns: 1fr 2fr;
  }
}

.photo-link-directory__list {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 6rem;
}

@media (min-width: 576px) {
  .photo-link-directory__list {
    grid-template-columns: 1fr 1fr;
  }
}

.photo-link-directory__list li {
  padding: 1rem 0;
}

.photo-link-directory__list li:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

@media (min-width: 992px) {
  .photo-link-directory__list li {
    padding: 2rem 0;
  }

  .photo-link-directory__list li:nth-last-child(2),
  .photo-link-directory__list li:last-child {
    border-bottom: none;
  }

  .photo-link-directory__list li:not(:last-child):not(:nth-last-child(2)) {
    border-bottom: 1px solid #dcdcdc;
  }
}

.photo-link-directory__photo {
  border-radius: 1rem;
  max-width: 400px;
  display: none;
}

@media (min-width: 992px) {
  .photo-link-directory__photo {
    display: block;
  }
}

.photo-link-directory__photo img {
  border-radius: 0.5rem;
}

.photo-link-directory__link {
  color: var(--dark-gray);
  padding-left: 0;
  padding-right: 3rem;
  transition: padding-left 0.3s ease;
  background: url("/sites/default/files/icons/right-arrow.svg") no-repeat right
    center;
  background-size: 10px;
}

.photo-link-directory__link:hover {
  color: var(--sbm-red);
  text-decoration: none;
  padding-left: 0.5rem;
}
/* news style boxes */
.padded-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.padded-boxes > * {
  width: 100%;
}

.padded-boxes img {
  width: 100%;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.padded-boxes h3.heading {
  padding: 1rem;
  margin-top: 0;
}

.padded-boxes .padded {
  padding: 0.1rem 1rem;
}

@media (min-width: 768px) {
  .padded-boxes > * {
    width: calc((100% - 4rem) / 3);
  }
}
