body {
  margin: 0;
  padding: 0;
}

.slider-hero-home-item {
  height: auto;
}

@media screen and (min-width: 768px) {
  .slider-hero-home-item {
    top: 0;
    width: 100vw;
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .slider-hero-home-item .hero-home-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
  }

  .slider-hero-home-item .hero-home-item::before {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 7.8125rem;
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(21, 21, 21, 0)),
      to(#151515)
    );
    background-image: linear-gradient(to top, rgba(21, 21, 21, 0), #151515);
    content: "";
    opacity: 0.6;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .slider-hero-home-item .hero-home-item {
    position: relative;
  }

  /* .slider-hero-home-item .hero-home-item::before {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 18.75rem;
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(21, 21, 21, 0)),
      to(#151515)
    );
    background-image: linear-gradient(to top, rgba(21, 21, 21, 0), #151515);
    content: "";
    opacity: 0.6;
    z-index: 1;
  } */

  /* .slider-hero-home-item .hero-home-item::after {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 28.125rem;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(21, 21, 21, 0)),
      to(#151515)
    );
    background-image: linear-gradient(to bottom, rgba(21, 21, 21, 0), #151515);
    content: "";
    opacity: 0.85;
    z-index: 1;
  } */
}

@media screen and (min-width: 768px) {
  .slider-hero-home-item .image-video-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .slider-hero-home-item .image-video-container .f--ambient-video,
  .slider-hero-home-item .image-video-container .video-controls {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .slider-hero-home-item .image-video-container .f--ambient-video,
  .slider-hero-home-item .image-video-container .video-controls {
    top: inherit;
    bottom: 2.5rem;
  }
}

.slider-hero-home-item .image-video-container .f--image {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .slider-hero-home-item .image-video-container .f--image {
    position: relative;
    padding-bottom: 100%;
  }
}

.slider-hero-home-item .image-video-container .f--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .slider-hero-home-item .image-video-container .f--image img {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .slider-hero-home-item .text-container {
    padding-top: 3.75rem;
    padding-right: 8.33333%;
    padding-bottom: 2.5rem;
    padding-left: 8.33333%;
    height: 100%;
    min-height: 17.8125rem;
    background: #151515;
  }
}

@media screen and (min-width: 768px) {
  .slider-hero-home-item .text-container {
    padding-right: 8.33333%;
    padding-left: 8.33333%;
    position: absolute;
    bottom: 2.6875rem;
    z-index: 2;
  }
}

.slider-hero-home-item .text-container .f--cta-title {
  margin-bottom: 0.625rem;
  max-width: 37.5rem;
}

.slider-hero-home-item .text-container .f--cta-title h3 {
  font-size: 1.875rem;
  line-height: 1;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .slider-hero-home-item .text-container .f--cta-title h3 {
    font-size: 3.75rem;
    line-height: 0.9167;
  }
}

.slider-hero-home-item .text-container .f--cta-title h3 a {
  color: #fff;
  text-decoration: none;
}

.slider-hero-home-item .text-container .f--cta-title h3 a:hover {
  text-decoration: underline;
}

.slider-hero-home-item .text-container .f--description {
  font-size: 0.9375rem;
  line-height: 1.6667;
  max-width: 37.5rem;
  color: #ccc;
}

@media screen and (min-width: 768px) {
  .slider-hero-home-item .text-container .f--description {
    font-size: 0.9375rem;
    line-height: 1.8667;
  }
}

.slider-hero-home-item .text-container .f--description p {
  font-size: 0.9375rem;
  line-height: 1.6667;
  color: #ccc;
}

@media screen and (min-width: 768px) {
  .slider-hero-home-item .text-container .f--description p {
    font-size: 0.9375rem;
    line-height: 1.8667;
  }
}

.slider-hero-home {
/*   background-color: #000; */
}

@media screen and (min-width: 768px) {
/*   .slider-hero-home .swiper-hero-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  } */
}

@media screen and (min-width: 768px) {
  .slider-hero-home .slides-container {
    overflow: hidden;
  }
}

.slider-hero-home .swiper-navigation {
  position: absolute;
  bottom: 15.9375rem;
  left: 4.16667%;
  width: calc(100% - 8.33333%);
}

@media screen and (min-width: 768px) {
  .slider-hero-home .swiper-navigation {
    display: none;
  }
}

.slider-hero-home .swiper-navigation .swiper-button {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
}

.slider-hero-home .swiper-navigation .swiper-button::before {
  content: "";
  width: 0;
  height: 0;
}

.slider-hero-home .swiper-navigation .swiper-button-prev {
  left: 0;
}

.slider-hero-home .swiper-navigation .swiper-button-prev::before {
  border-top: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
  border-right: 0.375rem solid #fff;
}

.slider-hero-home .swiper-navigation .swiper-button-next {
  right: 0;
}

.slider-hero-home .swiper-navigation .swiper-button-next::before {
  border-top: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
  border-left: 0.375rem solid #fff;
}

.slider-pagination {
  display: none !important;
}
.slider-hero-home .slider-pagination,
.slider-hero-home .swiper-container-horizontal > .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .slider-hero-home .slider-pagination,
  .slider-hero-home .swiper-container-horizontal > .swiper-pagination-bullets {
    position: absolute;
    bottom: 15.9375rem;
    left: 8.33333%;
    width: calc(100% - 16.66667%);
  }
}

@media screen and (min-width: 768px) {
  .slider-hero-home .slider-pagination,
  .slider-hero-home .swiper-container-horizontal > .swiper-pagination-bullets {
    margin-bottom: 3.5rem;
    position: absolute;
    bottom: 3.5rem;
    left: 4.16667%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 0.625rem;
  }
}

.slider-hero-home .slider-pagination span,
.slider-hero-home .slider-pagination .bullet,
.slider-hero-home
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  span,
.slider-hero-home
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .bullet {
  margin-right: 0.625rem;
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  -webkit-transition: background 0.2s ease, opacity 0.2s ease;
  transition: background 0.2s ease, opacity 0.2s ease;
  border: 0.0625rem solid #fff;
  background: transparent;
  opacity: 0.4;
}

@media screen and (min-width: 768px) {
  .slider-hero-home .slider-pagination span,
  .slider-hero-home .slider-pagination .bullet,
  .slider-hero-home
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    span,
  .slider-hero-home
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .bullet {
    margin-top: 0.625rem;
    margin-right: 0;
  }
}

.slider-hero-home .slider-pagination span.active,
.slider-hero-home .slider-pagination span-active,
.slider-hero-home .slider-pagination .bullet.active,
.slider-hero-home .slider-pagination .bullet-active,
.slider-hero-home
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  span.active,
.slider-hero-home
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  span-active,
.slider-hero-home
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .bullet.active,
.slider-hero-home
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .bullet-active {
  background: #fff;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .slider-hero-home .slider-pagination .bullet,
  .slider-hero-home
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .bullet {
    display: none;
  }
}

.cc--hero-image .c--hero-image {
  position: relative;
}

.cc--hero-image .f--image {
  position: relative;
}

.cc--hero-image .f--image::before,
.cc--hero-image .f--image::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 40%;
  content: "";
  opacity: 0.8;
  z-index: 1;
}

.cc--hero-image .f--image::before {
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(21, 21, 21, 0)),
    to(#151515)
  );
  background-image: linear-gradient(to bottom, rgba(21, 21, 21, 0), #151515);
}

.cc--hero-image .f--image::after {
  top: 0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(21, 21, 21, 0)),
    to(#151515)
  );
  background-image: linear-gradient(to top, rgba(21, 21, 21, 0), #151515);
}

.cc--hero-image .f--image img {
  min-height: 20rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--hero-image .f--image img,
  body.pattern-lab-demo > .cc--hero-image .f--image img,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--hero-image
    .f--image
    img,
  .sg-pattern-example > .cc--hero-image .f--image img,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--hero-image
    .f--image
    img {
    max-height: 42.1875rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.cc--hero-image .text-container {
  max-width: 1800px;
  margin: 0 auto;
  padding-right: 8.33333%;
  padding-left: 8.33333%;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 1.1875rem;
  width: 100%;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .cc--hero-image .text-container {
    padding-right: 8.33333%;
    padding-left: 8.33333%;
    bottom: 1.5625rem;
  }
}

@media screen and (min-width: 1024px) {
  .cc--hero-image .text-container {
    padding-right: 4.16667%;
    padding-left: 4.16667%;
    bottom: 1.5rem;
  }
}

.cc--hero-image .text-container .f--page-title {
  max-width: 37.5rem;
}

.cc--hero-image .text-container .f--page-title h1 {
  font-size: 1.875rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--hero-image .text-container .f--page-title h1 {
    font-size: 3.75rem;
    line-height: 0.9167;
  }
}

.tc--error-page .cc--hero-image .f--image img {
  max-height: 34.375rem;
}

.cc--hero-interior {
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

.tc--form-page .cc--hero-interior,
.tc--microsite-article .cc--hero-interior {
  padding-right: 0;
  padding-left: 0;
}

.tc--microsite-article .cc--hero-interior,
.tc--news-listing .cc--hero-interior,
.tc--events-listing .cc--hero-interior {
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

@media screen and (min-width: 1024px) {
  .tc--microsite-article .cc--hero-interior,
  .tc--news-listing .cc--hero-interior,
  .tc--events-listing .cc--hero-interior {
    padding-right: 16.66667%;
    padding-left: 5.55556%;
  }
}

.tc--microsite-profile .cc--hero-interior {
  padding-top: 3.125rem;
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

@media screen and (min-width: 1024px) {
  .tc--microsite-profile .cc--hero-interior {
    padding-right: 25%;
    padding-left: 25%;
  }
}

.cc--hero-interior .f--eyebrow {
  margin-bottom: 0.9375rem;
}

.cc--hero-interior .f--eyebrow a {
  font-size: 0.875rem;
  line-height: 1.2858;
  text-decoration: none;
  text-transform: uppercase;
}

.cc--hero-interior .f--page-title {
  margin-bottom: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .cc--hero-interior .f--page-title {
    margin-bottom: 3.125rem;
  }
}

.cc--hero-interior .f--page-title h1 {
  font-size: 1.875rem;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--hero-interior .f--page-title h1 {
    font-size: 3.75rem;
    line-height: 0.9167;
  }
}

.cc--hero-landing {
  margin-top: -6.5625rem;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .cc--hero-landing {
    margin-top: -9.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .cc--hero-landing {
    margin-top: -10.6875rem;
  }
}

.cc--hero-landing .c--hero-landing {
  position: relative;
}

.cc--hero-landing .image-video-container {
  position: relative;
}

@media screen and (max-width: 767px) {
  .cc--hero-landing .image-video-container .f--ambient-video,
  .cc--hero-landing .image-video-container .video-controls {
    display: none;
  }
}

.cc--hero-landing .image-video-container .f--image {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .cc--hero-landing .image-video-container .f--image {
    position: relative;
    padding-bottom: 100%;
  }
}

.cc--hero-landing .image-video-container .f--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .cc--hero-landing .image-video-container .f--image img {
    position: absolute;
  }
}

.cc--hero-landing .image-video-container .video-controls {
  z-index: 11;
}

@media screen and (min-width: 768px) {
  .cc--hero-landing .image-video-container .video-controls {
    top: inherit;
    right: 2.5rem;
    bottom: 1.5625rem;
  }
}

.cc--hero-landing .f--image {
  position: relative;
}

@media screen and (min-width: 768px) {
  .cc--hero-landing .f--image {
    padding-right: 0;
    padding-left: 0;
  }
}

.cc--hero-landing .f--image::before {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#000)
  );
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  content: "";
  opacity: 0.8;
  z-index: 1;
}

.cc--hero-landing .f--image::after {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 45%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
  content: "";
  opacity: 0.8;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--hero-landing .f--image img,
  body.pattern-lab-demo > .cc--hero-landing .f--image img,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--hero-landing
    .f--image
    img,
  .sg-pattern-example > .cc--hero-landing .f--image img,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--hero-landing
    .f--image
    img {
    max-height: 34.375rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.cc--hero-landing .text-container {
  max-width: 1800px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.cc--hero-landing .text-container .text-container-inner {
  padding-right: 8.33333%;
  padding-bottom: 1.25rem;
  padding-left: 8.33333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .cc--hero-landing .text-container .text-container-inner {
    padding-right: 5.55556%;
    padding-bottom: 1.5625rem;
    padding-left: 8.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .cc--hero-landing .text-container .text-container-inner {
    padding-right: 2.08333%;
    padding-left: 4.16667%;
  }
}

.cc--hero-landing .text-container .f--page-title h1 {
  font-size: 1.875rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--hero-landing .text-container .f--page-title h1 {
    font-size: 3.75rem;
    line-height: 0.9167;
  }
}

.cc--hero-landing .text-container .button-show-feature {
  display: none;
}

@media screen and (max-width: 767px) {
  .cc--hero-landing .text-container .button-show-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.cc--hero-landing .text-container .button-close-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 8.33333%;
  bottom: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.5625rem;
  height: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .cc--hero-landing .text-container .button-close-feature {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cc--hero-landing .text-container .feature-container {
    padding-top: 1.25rem;
    padding-right: 27.77778%;
    padding-bottom: 1.25rem;
    padding-left: 8.33333%;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(21, 21, 21, 0.9);
  }
}

@media screen and (min-width: 768px) {
  .cc--hero-landing .text-container .feature-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.03226%;
    flex: 0 0 29.03226%;
  }
}

@media screen and (min-width: 1024px) {
  .cc--hero-landing .text-container .feature-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    max-width: 15.625rem;
  }
}

.cc--hero-landing .text-container .feature-container .f--cta-title h3 {
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .cc--hero-landing .text-container .feature-container .f--cta-title h3 {
    font-size: 1rem;
    line-height: 1;
    text-align: right;
  }
}

@media screen and (min-width: 1024px) {
  .cc--hero-landing .text-container .feature-container .f--cta-title h3 {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.cc--hero-landing .text-container .feature-container .f--cta-title h3 a {
  color: #fff;
  text-decoration: none;
}

html[data-whatintent="mouse"]
  .cc--hero-landing
  .text-container
  .feature-container
  .f--cta-title
  h3
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--hero-landing
  .text-container
  .feature-container
  .f--cta-title
  h3
  a:hover {
  text-decoration: underline;
}

.cc--hero-landing .text-container .feature-container .f--description {
  margin-top: 0.3125rem;
}

.cc--hero-landing .text-container .feature-container .f--description p {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .cc--hero-landing .text-container .feature-container .f--description p {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .cc--hero-landing.ambient-video .feature-container {
    margin-bottom: 3.75rem;
  }
}

.cc--hero-microsite-homepage {
  margin-top: -6.5625rem;
}

@media screen and (min-width: 768px) {
  .cc--hero-microsite-homepage {
    margin-top: -9.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .cc--hero-microsite-homepage {
    margin-top: -10.6875rem;
  }
}

.cc--hero-microsite-homepage .c--hero-microsite-homepage {
  position: relative;
}

.cc--hero-microsite-homepage .image-video-container {
  position: relative;
}

@media screen and (max-width: 767px) {
  .cc--hero-microsite-homepage .image-video-container .f--ambient-video,
  .cc--hero-microsite-homepage .image-video-container .video-controls {
    display: none;
  }
}

.cc--hero-microsite-homepage .image-video-container .f--image {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .cc--hero-microsite-homepage .image-video-container .f--image {
    position: relative;
    padding-bottom: 100%;
  }
}

.cc--hero-microsite-homepage .image-video-container .f--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .cc--hero-microsite-homepage .image-video-container .f--image img {
    position: absolute;
  }
}

.cc--hero-microsite-homepage .image-video-container .video-controls {
  z-index: 11;
}

@media screen and (min-width: 768px) {
  .cc--hero-microsite-homepage .image-video-container .video-controls {
    top: inherit;
    right: 2.5rem;
    bottom: 1.5625rem;
  }
}

.cc--hero-microsite-homepage .f--image {
  position: relative;
}

@media screen and (min-width: 768px) {
  .cc--hero-microsite-homepage .f--image {
    padding-right: 0;
    padding-left: 0;
  }
}

.cc--hero-microsite-homepage .f--image::before {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#000)
  );
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  content: "";
  opacity: 0.8;
  z-index: 1;
}

.cc--hero-microsite-homepage .f--image::after {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 45%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
  content: "";
  opacity: 0.8;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--hero-microsite-homepage .f--image img,
  body.pattern-lab-demo > .cc--hero-microsite-homepage .f--image img,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--hero-microsite-homepage
    .f--image
    img,
  .sg-pattern-example > .cc--hero-microsite-homepage .f--image img,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--hero-microsite-homepage
    .f--image
    img {
    max-height: 34.375rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.cc--hero-microsite-homepage .text-container {
  max-width: 1800px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.cc--hero-microsite-homepage .text-container .text-container-inner {
  padding-right: 8.33333%;
  padding-bottom: 1.25rem;
  padding-left: 8.33333%;
}

@media screen and (min-width: 768px) {
  .cc--hero-microsite-homepage .text-container .text-container-inner {
    padding-right: 8.33333%;
    padding-bottom: 1.5625rem;
    padding-left: 8.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .cc--hero-microsite-homepage .text-container .text-container-inner {
    padding-right: 4.16667%;
    padding-left: 4.16667%;
  }
}

@media screen and (min-width: 1024px) {
  .cc--hero-microsite-homepage .text-container .f--page-title {
    max-width: 72.72727%;
  }
}

.cc--hero-microsite-homepage .text-container .f--page-title h1 {
  font-size: 1.875rem;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.03125rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--hero-microsite-homepage .text-container .f--page-title h1 {
    font-size: 3.75rem;
    line-height: 0.9167;
    letter-spacing: 0;
  }
}

.cc--hero-microsite-interior .c--hero-microsite-interior {
  position: relative;
}

.cc--hero-microsite-interior .text-container .f--page-title-pseudo .h1 {
  font-size: 1.875rem;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.03125rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--hero-microsite-interior .text-container .f--page-title-pseudo .h1 {
    font-size: 3.75rem;
    line-height: 0.9167;
    letter-spacing: 0;
  }
}

.cc--hero-microsite-landing,
.cc--hero-microsite-interior {
  margin-top: -6.5625rem;
}

@media screen and (min-width: 768px) {
  .cc--hero-microsite-landing,
  .cc--hero-microsite-interior {
    margin-top: -9.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .cc--hero-microsite-landing,
  .cc--hero-microsite-interior {
    margin-top: -10.6875rem;
  }
}

.cc--hero-microsite-landing .c--hero-microsite-landing,
.cc--hero-microsite-interior .c--hero-microsite-landing {
  position: relative;
}

.cc--hero-microsite-landing .image-video-container,
.cc--hero-microsite-interior .image-video-container {
  position: relative;
}

@media screen and (max-width: 767px) {
  .cc--hero-microsite-landing .image-video-container .f--ambient-video,
  .cc--hero-microsite-interior .image-video-container .f--ambient-video,
  .cc--hero-microsite-landing .image-video-container .video-controls,
  .cc--hero-microsite-interior .image-video-container .video-controls {
    display: none;
  }
}

.cc--hero-microsite-landing .image-video-container .f--image,
.cc--hero-microsite-interior .image-video-container .f--image {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .cc--hero-microsite-landing .image-video-container .f--image,
  .cc--hero-microsite-interior .image-video-container .f--image {
    position: relative;
    padding-bottom: 100%;
  }
}

.cc--hero-microsite-landing .image-video-container .f--image img,
.cc--hero-microsite-interior .image-video-container .f--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .cc--hero-microsite-landing .image-video-container .f--image img,
  .cc--hero-microsite-interior .image-video-container .f--image img {
    position: absolute;
  }
}

.cc--hero-microsite-landing .image-video-container .video-controls,
.cc--hero-microsite-interior .image-video-container .video-controls {
  z-index: 11;
}

@media screen and (min-width: 768px) {
  .cc--hero-microsite-landing .image-video-container .video-controls,
  .cc--hero-microsite-interior .image-video-container .video-controls {
    top: inherit;
    right: 2.5rem;
    bottom: 1.5625rem;
  }
}

.cc--hero-microsite-landing .f--image,
.cc--hero-microsite-interior .f--image {
  position: relative;
}

@media screen and (min-width: 768px) {
  .cc--hero-microsite-landing .f--image,
  .cc--hero-microsite-interior .f--image {
    padding-right: 0;
    padding-left: 0;
  }
}

.cc--hero-microsite-landing .f--image::before,
.cc--hero-microsite-interior .f--image::before {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#000)
  );
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  content: "";
  opacity: 0.8;
  z-index: 1;
}

.cc--hero-microsite-landing .f--image::after,
.cc--hero-microsite-interior .f--image::after {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 45%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
  content: "";
  opacity: 0.8;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--hero-microsite-landing .f--image img,
  .lc--full .cc--hero-microsite-interior .f--image img,
  body.pattern-lab-demo > .cc--hero-microsite-landing .f--image img,
  body.pattern-lab-demo > .cc--hero-microsite-interior .f--image img,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--hero-microsite-landing
    .f--image
    img,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--hero-microsite-interior
    .f--image
    img,
  .sg-pattern-example > .cc--hero-microsite-landing .f--image img,
  .sg-pattern-example > .cc--hero-microsite-interior .f--image img,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--hero-microsite-landing
    .f--image
    img,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--hero-microsite-interior
    .f--image
    img {
    max-height: 25rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.cc--hero-microsite-landing .text-container,
.cc--hero-microsite-interior .text-container {
  max-width: 1800px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.cc--hero-microsite-landing .text-container .text-container-inner,
.cc--hero-microsite-interior .text-container .text-container-inner {
  padding-right: 6.25%;
  padding-bottom: 1.25rem;
  padding-left: 6.25%;
}

@media screen and (min-width: 768px) {
  .cc--hero-microsite-landing .text-container .text-container-inner,
  .cc--hero-microsite-interior .text-container .text-container-inner {
    padding-right: 8.33333%;
    padding-bottom: 1.5625rem;
    padding-left: 8.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .cc--hero-microsite-landing .text-container .text-container-inner,
  .cc--hero-microsite-interior .text-container .text-container-inner {
    padding-right: 4.16667%;
    padding-left: 4.16667%;
  }
}

.cc--hero-microsite-landing .text-container .f--page-title h1,
.cc--hero-microsite-interior .text-container .f--page-title h1 {
  font-size: 1.875rem;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.03125rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--hero-microsite-landing .text-container .f--page-title h1,
  .cc--hero-microsite-interior .text-container .f--page-title h1 {
    font-size: 3.75rem;
    line-height: 0.9167;
    letter-spacing: 0;
  }
}

.cc--hero-microsite-landing .text-container .f--eyebrow,
.cc--hero-microsite-interior .text-container .f--eyebrow {
  margin-bottom: 0.4375rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #e9e9e9;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--hero-microsite-landing .text-container .f--eyebrow,
  .cc--hero-microsite-interior .text-container .f--eyebrow {
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

.cc--keep-exploring {
  background-color: rgba(136, 28, 28, 0.85);
  background-position: center;
  background-size: cover;
}

.cc--keep-exploring .c--keep-exploring {
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-right: 8.33333%;
  padding-bottom: 2.5rem;
  padding-left: 8.33333%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cc--keep-exploring .c--keep-exploring {
    padding-top: 3.125rem;
    padding-right: 16.66667%;
    padding-bottom: 3.125rem;
    padding-left: 16.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .cc--keep-exploring .c--keep-exploring {
    padding-top: 7.8125rem;
    padding-right: 16.66667%;
    padding-bottom: 7.8125rem;
    padding-left: 16.66667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.cc--keep-exploring .f--section-title {
  margin-bottom: 0;
  -ms-flex-preferred-size: 56.25%;
  flex-basis: 56.25%;
}

@media screen and (min-width: 768px) {
  .cc--keep-exploring .f--section-title {
    margin-bottom: 0.9375rem;
  }
}

@media screen and (min-width: 1024px) {
  .cc--keep-exploring .f--section-title {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--keep-exploring .f--section-title,
  body.pattern-lab-demo > .cc--keep-exploring .f--section-title,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--keep-exploring
    .f--section-title,
  .sg-pattern-example > .cc--keep-exploring .f--section-title,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--keep-exploring
    .f--section-title {
    padding-right: 12.5%;
  }
}

.cc--keep-exploring .f--section-title h2 {
  font-size: 1.75rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--keep-exploring .f--section-title h2 {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.cc--keep-exploring .links-container {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}

@media screen and (min-width: 1024px) {
  .cc--keep-exploring .links-container {
    -ms-flex-preferred-size: 43.75%;
    flex-basis: 43.75%;
  }
}

@media screen and (min-width: 768px) {
  .cc--keep-exploring .links-container .f--links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--keep-exploring .links-container .f--links,
  body.pattern-lab-demo > .cc--keep-exploring .links-container .f--links,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--keep-exploring
    .links-container
    .f--links,
  .sg-pattern-example > .cc--keep-exploring .links-container .f--links,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--keep-exploring
    .links-container
    .f--links {
    display: block;
  }
}

.cc--keep-exploring .links-container .f--link {
  padding-bottom: 0.0625rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

html[data-whatintent="mouse"]
  .cc--keep-exploring
  .links-container
  .f--link
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--keep-exploring
  .links-container
  .f--link:hover {
  padding-bottom: 0;
  border-bottom: 0.125rem solid white;
}

@media screen and (min-width: 768px) {
  .cc--keep-exploring .links-container .f--link {
    -ms-flex-preferred-size: 45.83333%;
    flex-basis: 45.83333%;
  }
}

@media screen and (min-width: 1024px) {
  .cc--keep-exploring .links-container .f--link:first-child .link {
    padding-top: 0.25rem;
  }
}

.cc--keep-exploring .links-container .f--link .link {
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  font-size: 0.9375rem;
  line-height: 1.2;
  display: block;
  background-image: url(/themes/custom/umass_base/images/icons/icon-arrowright-white.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.375rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .cc--keep-exploring .links-container .f--link .link {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.cc--latest-news-column .cc--latest-news-card-featured .f--image {
  margin-bottom: 1.3125rem;
}

.cc--latest-news-column .cc--latest-news-card-featured .f--eyebrow {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 800;
  text-transform: uppercase;
  color: #881c1c;
}

@media screen and (min-width: 768px) {
  .cc--latest-news-column .cc--latest-news-card-featured .f--eyebrow {
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

.cc--latest-news-column .cc--latest-news-card-featured .f--eyebrow a {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--latest-news-column .cc--latest-news-card-featured .f--eyebrow a {
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

html[data-whatintent="mouse"]
  .cc--latest-news-column
  .cc--latest-news-card-featured
  .f--eyebrow
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--latest-news-column
  .cc--latest-news-card-featured
  .f--eyebrow
  a:hover {
  color: #151515;
  text-decoration: none;
}

.cc--latest-news-column .cc--latest-news-card-featured .f--cta-title h3 {
  font-size: 1.375rem;
  line-height: 1.1819;
}

@media screen and (min-width: 768px) {
  .cc--latest-news-column .cc--latest-news-card-featured .f--cta-title h3 {
    font-size: 1.625rem;
    line-height: 1.1539;
  }
}

.cc--latest-news-column .cc--latest-news-card-featured .f--cta-title h3 a {
  color: #151515;
  text-decoration: none;
}

html[data-whatintent="mouse"]
  .cc--latest-news-column
  .cc--latest-news-card-featured
  .f--cta-title
  h3
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--latest-news-column
  .cc--latest-news-card-featured
  .f--cta-title
  h3
  a:hover {
  color: #881c1c;
}

.cc--latest-news-media .cc--latest-news-card-featured .f--image {
  margin-bottom: 1.1875rem;
}

.cc--latest-news-media .cc--latest-news-card-featured .f--image img {
  width: auto;
  max-height: 15px;
}

.cc--latest-news-media .cc--latest-news-card-featured .f--cta-title {
  margin-bottom: 0.625rem;
}

.cc--latest-news-media .cc--latest-news-card-featured .f--cta-title h3 {
  font-size: 0.9375rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .cc--latest-news-media .cc--latest-news-card-featured .f--cta-title h3 {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.cc--latest-news-media .cc--latest-news-card-featured .f--cta-title h3 a {
  color: #151515;
  text-decoration: none;
}

html[data-whatintent="mouse"]
  .cc--latest-news-media
  .cc--latest-news-card-featured
  .f--cta-title
  h3
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--latest-news-media
  .cc--latest-news-card-featured
  .f--cta-title
  h3
  a:hover {
  color: #881c1c;
}

.cc--latest-news-media .cc--latest-news-card-featured .f--description p {
  font-size: 0.9375rem;
  line-height: 1.6667;
}

@media screen and (min-width: 768px) {
  .cc--latest-news-media .cc--latest-news-card-featured .f--description p {
    font-size: 0.9375rem;
    line-height: 1.8667;
  }
}

.cc--latest-news-card .f--eyebrow {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #881c1c;
  font-weight: 800;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--latest-news-card .f--eyebrow {
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

.cc--latest-news-card .f--eyebrow a {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--latest-news-card .f--eyebrow a {
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

html[data-whatintent="mouse"] .cc--latest-news-card .f--eyebrow a else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"] .cc--latest-news-card .f--eyebrow a:hover {
  color: #151515;
  text-decoration: none;
}

.cc--latest-news-card .f--cta-title h3 {
  font-size: 0.9375rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .cc--latest-news-card .f--cta-title h3 {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.cc--latest-news-card .f--cta-title h3 a {
  color: #151515;
  text-decoration: none;
}

html[data-whatintent="mouse"] .cc--latest-news-card .f--cta-title h3 a else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"] .cc--latest-news-card .f--cta-title h3 a:hover {
  color: #881c1c;
}

.cc--latest-news-column .slider-container:not(:last-child) {
  margin-bottom: 1.9375rem;
  padding-bottom: 1.375rem;
  border-bottom: 0.0625rem solid #ccc;
}

.cc--latest-news-column .slider-container:first-child {
  margin-bottom: 1.5625rem;
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
  .cc--latest-news-column .slider-container:first-child {
    padding-bottom: 2.625rem;
  }
}

.cc--latest-news-media .f--eyebrow {
  padding-bottom: 0.625rem;
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.2858;
  border-bottom: 0.0625rem solid #ccc;
  color: #881c1c;
  font-weight: 800;
  text-transform: uppercase;
}

.cc--latest-news-media .cc--latest-news-card-featured:not(:last-child) {
  margin-bottom: 1.9375rem;
  padding-bottom: 1.75rem;
  border-bottom: 0.0625rem solid #ccc;
}

.cc--latest-news {
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-right: 8.33333%;
  padding-bottom: 2.5rem;
  padding-left: 8.33333%;
}

@media screen and (min-width: 768px) {
  .cc--latest-news {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .cc--latest-news .c--latest-news > .text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.cc--latest-news .c--latest-news > .text-container .f--section-title {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .cc--latest-news .c--latest-news > .text-container .f--section-title {
    margin-bottom: 1.5625rem;
  }
}

.cc--latest-news .c--latest-news > .text-container .f--section-title h2 {
  font-size: 1.875rem;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--latest-news .c--latest-news > .text-container .f--section-title h2 {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.cc--latest-news .c--latest-news > .text-container .f--link {
  margin-bottom: 1.4375rem;
}

@media screen and (min-width: 768px) {
  .cc--latest-news .c--latest-news > .text-container .f--link {
    margin-bottom: 0;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

.cc--latest-news .c--latest-news > .text-container .f--link a {
  font-size: 0.875rem;
  line-height: 1.2858;
  font-weight: 800;
  text-transform: uppercase;
}

html[data-whatintent="mouse"]
  .cc--latest-news
  .c--latest-news
  > .text-container
  .f--link
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--latest-news
  .c--latest-news
  > .text-container
  .f--link
  a:hover {
  color: #151515;
}

.cc--latest-news .c--latest-news .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .cc--latest-news .c--latest-news .content-container > .slider-container {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}

@media screen and (max-width: 767px) {
  .cc--latest-news
    .c--latest-news
    .content-container
    > .slider-container:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .cc--latest-news
    .c--latest-news
    .content-container
    > .slider-container:not(:last-child) {
    margin-right: 5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cc--latest-news .c--latest-news .content-container .cc--latest-news-column {
    margin-bottom: 3.125rem;
    -ms-flex-preferred-size: 47.5%;
    flex-basis: 47.5%;
  }

  .cc--latest-news
    .c--latest-news
    .content-container
    .cc--latest-news-column:first-child {
    margin-right: 5%;
  }
}

@media screen and (max-width: 1023px) {
  .cc--links-list {
    padding-top: 1.25rem;
    padding-right: 8.33333%;
    padding-left: 8.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .cc--links-list {
    padding-top: 1.875rem;
    border-top: 0.0625rem solid #ccc;
  }
}

.cc--links-list .f--link {
  margin-bottom: 1.25rem;
}

.cc--links-list .link {
  padding-right: 0.9375rem;
  padding-bottom: 0.75rem;
  display: block;
  border-bottom: 0.0625rem solid #ccc;
  background: url(/themes/custom/umass_base/images/icons/icon-arrowright-red.svg)
    no-repeat top 5px right/1.25rem;
  color: #151515;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

html[data-whatintent="mouse"] .cc--links-list .link else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"] .cc--links-list .link:hover {
  color: #881c1c;
  text-decoration: none;
}

.cc--login-form {
  margin-bottom: 1.5625rem;
}

.cc--login-form .c--login-form {
  max-width: 1800px;
  margin: 0 auto;
  padding-right: 2.08333%;
  padding-bottom: 2.5rem;
  padding-left: 2.08333%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cc--login-form .c--login-form {
    padding-right: 2.08333%;
    padding-bottom: 2.5rem;
    padding-left: 2.08333%;
    width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .cc--login-form .c--login-form {
    padding-top: 4.6875rem;
    padding-right: 2.08333%;
    padding-bottom: 3.4375rem;
    padding-left: 2.08333%;
  }
}

.cc--menu-left-nav {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .cc--menu-left-nav .c--menu-left-nav {
    padding-right: 8.33333%;
    padding-left: 8.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .cc--menu-left-nav .f--section-title {
    margin-bottom: 1.5625rem;
  }
}

.cc--menu-left-nav .f--section-title h2 {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #881c1c;
  font-weight: 800;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--menu-left-nav .f--section-title h2 {
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

@media screen and (max-width: 1023px) {
  .cc--menu-left-nav .f--section-title h2 {
    padding-top: 1.3125rem;
    padding-bottom: 1.25rem;
    position: relative;
    border-bottom: 0.0625rem solid #e9e9e9;
    cursor: pointer;
  }

  .cc--menu-left-nav .f--section-title h2.open::after {
    display: none;
  }

  .cc--menu-left-nav .f--section-title h2::before,
  .cc--menu-left-nav .f--section-title h2::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    background: #881c1c;
    content: "";
  }

  .cc--menu-left-nav .f--section-title h2::before {
    right: 0.375rem;
    width: 0.875rem;
    height: 0.125rem;
  }

  .cc--menu-left-nav .f--section-title h2::after {
    right: 0.75rem;
    width: 0.125rem;
    height: 0.875rem;
  }
}

.cc--menu-left-nav .f--section-title h2 a {
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .cc--menu-left-nav .f--section-title h2 a::before {
    margin-right: 0.6875rem;
    margin-left: -2rem;
    display: inline-block;
    width: 1.25rem;
    height: 0.625rem;
    background: url(/themes/custom/umass_base/images/icons/icon-arrowleft-red.svg)
      no-repeat center left/1.25rem;
    content: "";
  }

  html[data-whatintent="mouse"] .cc--menu-left-nav .f--section-title h2 a else {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }

  html[data-whatintent="mouse"]
    .cc--menu-left-nav
    .f--section-title
    h2
    a:hover::before {
    background-image: url(/themes/custom/umass_base/images/icons/icon-arrowleft-dark.svg);
  }
}

@media screen and (max-width: 1023px) {
  .cc--menu-left-nav .mc--left-nav-menu {
    padding-right: 8.33333%;
    padding-bottom: 0.625rem;
    padding-left: 8.33333%;
    margin-right: -8.33333%;
    margin-left: -8.33333%;
    display: none;
    position: absolute;
    top: 3.6875rem;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.3);
    z-index: 10;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .cc--menu-left-nav .mc--left-nav-menu {
    padding-top: 0.625rem;
  }
}

.cc--menu-left-nav .mc--left-nav-menu .menu-item {
  margin-bottom: 1.25rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .cc--menu-left-nav .mc--left-nav-menu .menu-item {
    margin-bottom: 1.875rem;
  }
}

.cc--menu-left-nav .mc--left-nav-menu .menu-item a {
  font-size: 0.9375rem;
  line-height: 1.3334;
  color: #151515;
  text-decoration: none;
}

html[data-whatintent="mouse"]
  .cc--menu-left-nav
  .mc--left-nav-menu
  .menu-item
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--menu-left-nav
  .mc--left-nav-menu
  .menu-item
  a:hover {
  color: #881c1c;
}

.cc--menu-left-nav .mc--left-nav-menu .menu-item .submenu-wrapper {
  padding-top: 0.9375rem;
  padding-left: 1.5625rem;
  display: none;
}

.cc--menu-left-nav .mc--left-nav-menu .menu-item .submenu-wrapper .menu-item {
  margin-bottom: 0.9375rem;
}

.cc--menu-left-nav .mc--left-nav-menu .menu-item .submenu-wrapper .menu-item a {
  font-size: 0.875rem;
  line-height: 1.4286;
}

.cc--menu-left-nav .mc--left-nav-menu .menu-item.menu-item--active-trail > a {
  color: #881c1c;
}

.cc--menu-left-nav
  .mc--left-nav-menu
  .menu-item.menu-item--active-trail
  .submenu-wrapper {
  display: block;
}

.cc--menu-main .link-arrow-wrapper .arrow-toggle {
  display: none;
}

.cc--menu-main .button-back,
.cc--menu-main .navigation-title {
  display: none;
}

body.microsite-menu-is-active {
  overflow: hidden;
}

.cc--menu-microsite {
  background-color: #881c1c;
}

.cc--menu-microsite .c--menu-microsite {
  max-width: 1800px;
  margin: 0 auto;
}

.cc--menu-microsite .menu-microsite-inner {
  padding-right: 8.33333%;
  padding-left: 8.33333%;
  position: relative;
  height: 3.75rem;
}

@media screen and (min-width: 1024px) {
  .cc--menu-microsite .menu-microsite-inner {
    padding-right: 4.16667%;
    padding-left: 4.16667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4.6875rem;
  }
}

@media screen and (max-width: 1023px) {
  .cc--menu-microsite .menu-microsite-menu-wrapper {
    padding-top: 0.3125rem;
    padding-bottom: 1.875rem;
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
    background-color: #881c1c;
    z-index: 102;
  }
}

@media screen and (max-width: 767px) {
  .cc--menu-microsite .menu-microsite-menu-wrapper {
    padding-top: 0.3125rem;
  }
}

@media screen and (min-width: 1024px) {
  .cc--menu-microsite .menu-microsite-menu-wrapper {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .cc--menu-microsite .menu-microsite-menu-wrapper .microsite-menu-container {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 1024px) {
  .cc--menu-microsite .menu-microsite-menu-wrapper .microsite-menu-container {
    height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .cc--menu-microsite
    .menu-microsite-menu-wrapper
    .microsite-menu-container
    .microsite-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }
}

.cc--menu-microsite .link-arrow-wrapper .arrow-toggle polygon {
  fill: #fff;
}

@media screen and (min-width: 1024px) {
  .cc--menu-microsite .link-arrow-wrapper > a.is-active::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.625rem;
    background-color: #fff;
    content: "";
  }
}

html[data-whatintent="mouse"] .cc--menu-microsite .link-arrow-wrapper > a else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--menu-microsite
  .link-arrow-wrapper
  > a:hover {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  html[data-whatintent="mouse"]
    .cc--menu-microsite
    .link-arrow-wrapper
    > a:hover::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.625rem;
    background-color: #fff;
    content: "";
  }
}

@media screen and (min-width: 1024px) {
  .cc--menu-microsite
    ul.m--menu-microsite
    > li.menu-item--active-trail
    > .link-arrow-wrapper
    > a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.625rem;
    background-color: #fff;
    content: "";
  }
}

.cc--menu-microsite .mc--menu-microsite {
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .cc--menu-microsite .mc--menu-microsite .m--menu-microsite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

.cc--menu-microsite .mc--menu-microsite .m--menu-microsite > li {
  padding-top: 0.3125rem;
  padding-right: 8.33333%;
  padding-bottom: 0.3125rem;
  padding-left: 8.33333%;
}

@media screen and (min-width: 768px) {
  .cc--menu-microsite .mc--menu-microsite .m--menu-microsite > li {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

@media screen and (max-width: 1023px) {
  .cc--menu-microsite .mc--menu-microsite .m--menu-microsite > li:hover {
    background: rgba(21, 21, 21, 0.2);
  }
}

@media screen and (min-width: 1024px) {
  .cc--menu-microsite .mc--menu-microsite .m--menu-microsite > li {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .cc--menu-microsite
    .mc--menu-microsite
    .m--menu-microsite
    > li:not(:last-child) {
    margin-right: 2.5rem;
    margin-bottom: 0;
  }
}

.cc--menu-microsite .mc--menu-microsite .m--menu-microsite > li a {
  font-size: 0.9375rem;
  line-height: 1.3334;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-decoration: none;
  text-transform: uppercase;
}

html[data-whatintent="mouse"]
  .cc--menu-microsite
  .mc--menu-microsite
  .m--menu-microsite
  > li
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--menu-microsite
  .mc--menu-microsite
  .m--menu-microsite
  > li
  a:hover {
  color: #fff;
}

.cc--menu-microsite
  .mc--menu-microsite
  .m--menu-microsite
  > li
  button.has-submenu {
  width: 2.1875rem;
  height: 2.1875rem;
}

@media screen and (max-width: 767px) {
  .cc--menu-microsite
    .mc--menu-microsite
    .m--menu-microsite
    > li
    button.has-submenu {
    text-align: right;
  }
}

@media screen and (min-width: 1024px) {
  .cc--menu-microsite
    .mc--menu-microsite
    .m--menu-microsite
    > li
    button.has-submenu {
    display: none;
  }
}

.cc--menu-microsite
  .mc--menu-microsite
  .m--menu-microsite
  > li
  .submenu-wrapper {
  padding-top: 1.6875rem;
  padding-bottom: 1.6875rem;
  position: fixed;
  top: 60px;
  left: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  background-color: #881c1c;
  z-index: 103;
}

@media screen and (min-width: 1024px) {
  .cc--menu-microsite
    .mc--menu-microsite
    .m--menu-microsite
    > li
    .submenu-wrapper {
    display: none;
    height: calc(100% - 9.375rem);
  }
}

.cc--menu-microsite
  .mc--menu-microsite
  .m--menu-microsite
  > li
  .submenu-wrapper.ally-hidden {
  visibility: hidden;
}

.cc--menu-microsite
  .mc--menu-microsite
  .m--menu-microsite
  > li
  .submenu-wrapper.is-visible {
  display: block;
  left: 0;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  z-index: 104;
  overflow-y: scroll;
  overflow-x: hidden;
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

.cc--menu-microsite
  .mc--menu-microsite
  .m--menu-microsite
  > li
  .submenu-wrapper.is-visible.second-level-hidden {
  left: 0;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  z-index: 104;
  visibility: hidden;
}

.cc--menu-microsite
  .mc--menu-microsite
  .m--menu-microsite
  > li
  .submenu-wrapper.is-visible:not(.second-level-hidden) {
  position: fixed;
  left: 0;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}

.cc--menu-microsite
  .mc--menu-microsite
  .m--menu-microsite
  > li
  .submenu-wrapper.is-hidden {
  left: 100%;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .cc--menu-microsite
    .mc--menu-microsite
    .m--menu-microsite
    > li
    .submenu-wrapper
    ul.submenu
    > li {
    padding-top: 0.4375rem;
    padding-right: 8.33333%;
    padding-bottom: 0.4375rem;
    padding-left: 8.33333%;
  }

  .cc--menu-microsite
    .mc--menu-microsite
    .m--menu-microsite
    > li
    .submenu-wrapper
    ul.submenu
    > li:hover {
    background: rgba(21, 21, 21, 0.2);
  }
}

@media screen and (max-width: 767px) {
  .cc--menu-microsite
    .mc--menu-microsite
    .m--menu-microsite
    > li
    .submenu-wrapper
    ul.submenu
    > li {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.cc--menu-microsite
  .mc--menu-microsite
  .m--menu-microsite
  > li
  .submenu-wrapper
  ul.submenu
  > li
  a {
  font-weight: 700;
  text-transform: none;
}

@media screen and (max-width: 1023px) {
  .cc--menu-microsite
    .mc--menu-microsite
    .m--menu-microsite
    > li
    .submenu-wrapper
    ul.submenu
    > li
    a {
    padding-left: 1.25rem;
  }
}

.cc--menu-microsite
  .mc--menu-microsite
  .m--menu-microsite
  > li
  .submenu-wrapper
  .navigation-title {
  margin-top: 1.5625rem;
  margin-right: 8.33333%;
  margin-bottom: 1.25rem;
  margin-left: 8.33333%;
  font-size: 0.75rem;
  line-height: 1.5;
  display: block;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--menu-microsite
    .mc--menu-microsite
    .m--menu-microsite
    > li
    .submenu-wrapper
    .navigation-title {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

@media screen and (min-width: 1024px) {
  .cc--menu-microsite
    .mc--menu-microsite
    .m--menu-microsite
    > li
    .submenu-wrapper
    .navigation-title {
    display: none;
  }
}

.cc--menu-microsite
  .mc--menu-microsite
  .m--menu-microsite
  li
  .link-arrow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .cc--menu-microsite ul.submenu {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .cc--menu-microsite .utility-links {
    margin-top: 0.75rem;
    margin-right: 8.33333%;
    margin-left: 8.33333%;
  }
}

@media screen and (max-width: 767px) {
  .cc--menu-microsite .utility-links {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .cc--menu-microsite .utility-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1023px) {
  .cc--menu-microsite .utility-links .f--link:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

@media screen and (min-width: 1024px) {
  .cc--menu-microsite .utility-links .f--link:not(:last-child) {
    margin-right: 0.625rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cc--menu-microsite .utility-links .f--link {
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
}

.cc--menu-microsite .utility-links .button,
.cc--menu-microsite .utility-links .f--button-link a,
.f--button-link .cc--menu-microsite .utility-links a {
  width: auto;
  border: 0.0625rem solid #fff;
}

@media screen and (max-width: 1023px) {
  .cc--menu-microsite .utility-links .button,
  .cc--menu-microsite .utility-links .f--button-link a,
  .f--button-link .cc--menu-microsite .utility-links a {
    width: 100%;
    height: 2.5rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.4);
  }
}

.cc--menu-microsite .button-back {
  font-size: 0.6875rem;
  margin-right: 8.33333%;
  margin-left: 8.33333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: auto;
  color: #fff;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .cc--menu-microsite .button-back {
    display: none;
  }
}

.cc--menu-microsite .button-back svg {
  margin-right: 0.625rem;
  display: inline;
}

.cc--menu-microsite .button-back svg polygon {
  fill: #fff;
}

.cc--menu-microsite a {
  color: #fff;
}

.cc--menu-microsite .menu-microsite-toggle {
  font-size: 0.75rem;
  line-height: 1.5;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--menu-microsite .menu-microsite-toggle {
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

@media screen and (min-width: 1024px) {
  .cc--menu-microsite .menu-microsite-toggle {
    display: none;
  }
}

.cc--menu-microsite .menu-microsite-toggle svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.3125rem;
}

.cc--menu-microsite .menu-microsite-toggle svg.close {
  display: none;
}

.cc--menu-microsite .menu-microsite-toggle.is-active svg.close {
  display: block;
}

.cc--menu-microsite .menu-microsite-toggle.is-active svg.open {
  display: none;
}

.cc--menu-microsite.is-active .menu-microsite-menu-wrapper {
  display: block;
}

.cc--menu-microsite.is-active .menu-microsite-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #881c1c;
  content: "";
}

.cc--menu-microsite.is-active .menu-microsite-toggle::after {
  display: block;
  position: absolute;
  bottom: 0.3125rem;
  width: 100%;
  border-bottom: 0.125rem solid #a89968;
  content: "";
}

.cc--menu-microsite.is-hidden .menu-microsite-menu-wrapper {
  left: -100%;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}

.cc--menu-microsite.is-hidden
  .menu-microsite-menu-wrapper
  .microsite-menu-container {
  overflow-y: hidden;
  -webkit-overflow-scrolling: unset;
}

body.mobile-menu-is-active {
  overflow: hidden;
}

body.mobile-menu-is-active .cc--header::after {
  margin-right: 6.25%;
  margin-left: 6.25%;
  display: block;
  position: absolute;
  top: calc(100% - 0.125rem);
  left: 0;
  width: calc(100% - 12.5%);
  height: 0.125rem;
  background-color: #a89968;
  content: "";
}

.cc--menu-mobile {
  padding-top: 1.3125rem;
  padding-bottom: 0.9375rem;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 6.25rem);
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  background-color: #fff;
  z-index: 102;
}

@media screen and (min-width: 768px) {
  .cc--menu-mobile {
    padding-top: 2.4375rem;
    height: calc(100% - 9.375rem);
  }
}

.cc--menu-mobile.is-hidden {
  left: -100%;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}

.cc--menu-mobile.is-hidden > .c--menu-mobile {
  height: 100%;
  overflow-y: hidden;
  -webkit-overflow-scrolling: unset;
}

.cc--menu-mobile > .c--menu-mobile {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.cc--menu-mobile .c--menu-mobile {
  padding-right: 6.25%;
  padding-left: 6.25%;
}

.cc--menu-mobile .c--menu-mobile .menu-mobile-inner > nav {
  height: 100%;
}

.cc--menu-mobile .c--menu-mobile nav {
  padding-right: 2.38095%;
  padding-left: 2.38095%;
}

.cc--menu-mobile .c--menu-mobile nav > ul > li:not(:last-child) {
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .cc--menu-mobile .c--menu-mobile nav > ul > li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.cc--menu-mobile .c--menu-mobile nav > ul > li button.has-submenu {
  width: 2.1875rem;
  height: 2.1875rem;
}

.cc--menu-mobile .c--menu-mobile nav > ul > li .submenu-wrapper {
  padding-top: 1.5625rem;
  padding-right: 8.33333%;
  padding-bottom: 0.9375rem;
  padding-left: 8.33333%;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: calc(100% + 0.9375rem);
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .cc--menu-mobile .c--menu-mobile nav > ul > li .submenu-wrapper {
    padding-top: 2.8125rem;
  }
}

.cc--menu-mobile .c--menu-mobile nav > ul > li .submenu-wrapper.is-visible {
  display: block;
  left: 100%;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  z-index: 103;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.cc--menu-mobile .c--menu-mobile nav > ul > li .submenu-wrapper.is-hidden {
  left: 100%;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}

.cc--menu-mobile
  .c--menu-mobile
  nav
  > ul
  > li
  .submenu-wrapper
  ul.submenu
  > li:not(:last-child) {
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .cc--menu-mobile
    .c--menu-mobile
    nav
    > ul
    > li
    .submenu-wrapper
    ul.submenu
    > li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.cc--menu-mobile
  .c--menu-mobile
  nav
  > ul
  > li
  .submenu-wrapper
  ul.submenu
  > li
  a {
  font-size: 0.9375rem;
  line-height: 1.3334;
  font-weight: 700;
  text-transform: none;
}

.cc--menu-mobile
  .c--menu-mobile
  nav
  > ul
  > li
  .submenu-wrapper
  .navigation-title {
  margin-top: 1.125rem;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.5;
  display: block;
  color: #881c1c;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--menu-mobile
    .c--menu-mobile
    nav
    > ul
    > li
    .submenu-wrapper
    .navigation-title {
    font-size: 0.9375rem;
    line-height: 1.6667;
    margin-bottom: 1.0625rem;
  }
}

@media screen and (min-width: 1200px) {
  .cc--menu-mobile
    .c--menu-mobile
    nav
    > ul
    > li
    .submenu-wrapper
    .navigation-title {
    display: none;
  }
}

.cc--menu-mobile .c--menu-mobile nav > ul li .link-arrow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cc--menu-mobile .c--menu-mobile nav a,
.cc--menu-mobile .c--menu-mobile nav button.information-for-toggle {
  font-size: 0.9375rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #151515;
  text-decoration: none;
  text-transform: uppercase;
}

.cc--menu-mobile .c--menu-mobile nav button.information-for-toggle {
  position: relative;
  width: 100%;
  text-align: left;
}

.cc--menu-mobile .c--menu-mobile nav button.information-for-toggle svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0.9375rem;
}

.cc--menu-mobile .cc--menu-utility {
  margin-top: 1.375rem;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #a89968;
}

@media screen and (min-width: 768px) {
  .cc--menu-mobile .cc--menu-utility {
    margin-top: 2rem;
    padding-top: 2.25rem;
  }
}

.cc--menu-mobile .button-back {
  margin-bottom: 1.625rem;
  font-size: 0.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: auto;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--menu-mobile .button-back {
    margin-bottom: 2.125rem;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .cc--menu-mobile .button-back {
    display: none;
  }
}

.cc--menu-mobile .button-back svg {
  margin-right: 0.625rem;
  display: inline;
}

@media screen and (min-width: 768px) {
  .cc--menu-mobile .button-back svg {
    margin-right: 1.25rem;
  }
}

.cc--menu-utility .utility-button-wrapper svg {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 1200px) {
  .cc--menu-utility .utility-button-wrapper svg {
    margin-left: 0.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .cc--menu-utility .utility-button-wrapper svg.arrow-right {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .cc--menu-utility .utility-button-wrapper svg.arrow-down {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .cc--menu-utility .utility-button-wrapper .button-back,
  .cc--menu-utility .utility-button-wrapper .navigation-title {
    display: none;
  }
}

.cc--menu-utility .mc--utility-menu > ul > .menu-item:not(:last-child) {
  margin-bottom: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .cc--menu-utility .mc--utility-menu > ul > .menu-item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

.cc--menu-utility .mc--utility-menu > ul > .menu-item a,
.cc--menu-utility
  .mc--utility-menu
  > ul
  > .menu-item
  button.information-for-toggle {
  font-size: 0.6875rem;
  line-height: 1.1819;
  letter-spacing: 0.01875rem;
}

@media screen and (min-width: 768px) {
  .cc--menu-utility .mc--utility-menu > ul > .menu-item a,
  .cc--menu-utility
    .mc--utility-menu
    > ul
    > .menu-item
    button.information-for-toggle {
    font-size: 0.75rem;
    line-height: 1;
  }
}

@media screen and (min-width: 1200px) {
  .cc--menu-utility .mc--utility-menu > ul > .menu-item a,
  .cc--menu-utility
    .mc--utility-menu
    > ul
    > .menu-item
    button.information-for-toggle {
    font-size: 0.6875rem;
    line-height: 1;
  }
}

.cc--more-events-card {
  margin-bottom: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .cc--more-events-card .c--more-events-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--more-events-card .c--more-events-card,
  body.pattern-lab-demo > .cc--more-events-card .c--more-events-card,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--more-events-card
    .c--more-events-card,
  .sg-pattern-example > .cc--more-events-card .c--more-events-card,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--more-events-card
    .c--more-events-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cc--more-events-card .text-container {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}

.cc--more-events-card .f--image {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cc--more-events-card .f--image {
    margin-right: 7.5%;
    margin-bottom: 0;
    -ms-flex-preferred-size: 47.5%;
    flex-basis: 47.5%;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--more-events-card .f--image,
  body.pattern-lab-demo > .cc--more-events-card .f--image,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--more-events-card
    .f--image,
  .sg-pattern-example > .cc--more-events-card .f--image,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--more-events-card
    .f--image {
    margin-bottom: 1.5625rem;
  }
}

.cc--more-events-card .f--eyebrow {
  font-size: 0.9375rem;
  line-height: 1.2;
  margin-bottom: 0.625rem;
  color: #881c1c;
  font-weight: 800;
}

.cc--more-events-card .f--eyebrow a {
  text-decoration: none;
}

html[data-whatintent="mouse"] .cc--more-events-card .f--eyebrow a else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"] .cc--more-events-card .f--eyebrow a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .cc--more-events-card .f--eyebrow {
    font-size: 1.375rem;
    line-height: 1.1819;
  }
}

@media screen and (min-width: 1024px) {
  .cc--more-events-card .f--eyebrow {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.cc--more-events-card .f--cta-title {
  margin-bottom: 0.625rem;
}

.cc--more-events-card .f--cta-title h3 {
  font-size: 1.375rem;
  line-height: 1.1819;
}

@media screen and (min-width: 768px) {
  .cc--more-events-card .f--cta-title h3 {
    font-size: 1.625rem;
    line-height: 1;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--more-events-card .f--cta-title h3,
  body.pattern-lab-demo > .cc--more-events-card .f--cta-title h3,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--more-events-card
    .f--cta-title
    h3,
  .sg-pattern-example > .cc--more-events-card .f--cta-title h3,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--more-events-card
    .f--cta-title
    h3 {
    font-size: 1.625rem;
    line-height: 1.1539;
    text-transform: none;
  }
}

.cc--more-events-card .f--cta-title a {
  color: #151515;
  text-decoration: none;
}

html[data-whatintent="mouse"] .cc--more-events-card .f--cta-title a else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"] .cc--more-events-card .f--cta-title a:hover {
  color: #881c1c;
  text-decoration: none;
}

.cc--more-events-card .f--description p {
  font-size: 0.875rem;
  line-height: 1.7143;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .cc--more-events-card .f--description p {
    font-size: 0.875rem;
    line-height: 1.8572;
  }
}

@media screen and (min-width: 1024px) {
  .cc--more-events-card .f--description p {
    font-size: 0.9375rem;
    line-height: 1.8667;
  }
}

.cc--more-events .c--more-events {
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-right: 8.33333%;
  padding-bottom: 1.25rem;
  padding-left: 8.33333%;
}

@media screen and (min-width: 768px) {
  .cc--more-events .c--more-events {
    padding-top: 3.125rem;
    padding-bottom: 1.5625rem;
  }
}

.cc--more-events .c--more-events > .text-container {
  margin-bottom: 1.4375rem;
}

@media screen and (min-width: 768px) {
  .cc--more-events .c--more-events > .text-container {
    margin-bottom: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.cc--more-events .c--more-events > .text-container .f--section-title h2 {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 1.3125rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--more-events .c--more-events > .text-container .f--section-title h2 {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0;
  }
}

.cc--more-events
  .c--more-events
  > .text-container
  .f--section-title
  h2
  .highlight {
  display: block;
  color: #881c1c;
}

@media screen and (min-width: 768px) {
  .cc--more-events .c--more-events > .text-container .f--link {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.cc--more-events .c--more-events > .text-container .f--link a {
  font-size: 0.875rem;
  line-height: 1.2858;
  font-weight: 800;
  text-transform: uppercase;
}

html[data-whatintent="mouse"]
  .cc--more-events
  .c--more-events
  > .text-container
  .f--link
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--more-events
  .c--more-events
  > .text-container
  .f--link
  a:hover {
  color: #151515;
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--more-events .f--cards,
  body.pattern-lab-demo > .cc--more-events .f--cards,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--more-events
    .f--cards,
  .sg-pattern-example > .cc--more-events .f--cards,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--more-events
    .f--cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .cc--more-events .f--cards .cc--more-events-card {
    margin-bottom: 2.1875rem;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--more-events .f--cards .cc--more-events-card,
  body.pattern-lab-demo > .cc--more-events .f--cards .cc--more-events-card,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--more-events
    .f--cards
    .cc--more-events-card,
  .sg-pattern-example > .cc--more-events .f--cards .cc--more-events-card,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--more-events
    .f--cards
    .cc--more-events-card {
    margin-bottom: 1.875rem;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .lc--full
    .cc--more-events
    .f--cards
    .cc--more-events-card:not(:nth-child(3n)),
  body.pattern-lab-demo
    > .cc--more-events
    .f--cards
    .cc--more-events-card:not(:nth-child(3n)),
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--more-events
    .f--cards
    .cc--more-events-card:not(:nth-child(3n)),
  .sg-pattern-example
    > .cc--more-events
    .f--cards
    .cc--more-events-card:not(:nth-child(3n)),
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--more-events
    .f--cards
    .cc--more-events-card:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}

.cc--news-events-promo-card-article {
  margin-bottom: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo-card-article {
    margin-bottom: 2.1875rem;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--news-events-promo-card-article,
  body.pattern-lab-demo > .cc--news-events-promo-card-article,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-article,
  .sg-pattern-example > .cc--news-events-promo-card-article,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-article {
    margin-bottom: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo-card-article .c--news-events-promo-card-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full
    .cc--news-events-promo-card-article
    .c--news-events-promo-card-article,
  body.pattern-lab-demo
    > .cc--news-events-promo-card-article
    .c--news-events-promo-card-article,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-article
    .c--news-events-promo-card-article,
  .sg-pattern-example
    > .cc--news-events-promo-card-article
    .c--news-events-promo-card-article,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-article
    .c--news-events-promo-card-article {
    display: block;
  }
}

.cc--news-events-promo-card-article .f--image {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo-card-article .f--image {
    margin-bottom: 0;
    -ms-flex-preferred-size: 47.5%;
    flex-basis: 47.5%;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--news-events-promo-card-article .f--image,
  body.pattern-lab-demo > .cc--news-events-promo-card-article .f--image,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-article
    .f--image,
  .sg-pattern-example > .cc--news-events-promo-card-article .f--image,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-article
    .f--image {
    margin-bottom: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo-card-article .text-container {
    padding-left: 5%;
    -ms-flex-preferred-size: 52.5%;
    flex-basis: 52.5%;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--news-events-promo-card-article .text-container,
  body.pattern-lab-demo > .cc--news-events-promo-card-article .text-container,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-article
    .text-container,
  .sg-pattern-example > .cc--news-events-promo-card-article .text-container,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-article
    .text-container {
    padding-left: 0;
  }
}

.cc--news-events-promo-card-article .f--eyebrow {
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #881c1c;
  font-weight: 800;
  text-transform: uppercase;
}

.cc--news-events-promo-card-article .f--eyebrow a {
  text-decoration: none;
}

html[data-whatintent="mouse"]
  .cc--news-events-promo-card-article
  .f--eyebrow
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--news-events-promo-card-article
  .f--eyebrow
  a:hover {
  color: #151515;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo-card-article .f--eyebrow {
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

.cc--news-events-promo-card-article .f--cta-title {
  margin-bottom: 0.625rem;
}

.cc--news-events-promo-card-article .f--cta-title h3 {
  font-size: 1.375rem;
  line-height: 1.1819;
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo-card-article .f--cta-title h3 {
    font-size: 1.625rem;
    line-height: 1;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--news-events-promo-card-article .f--cta-title h3,
  body.pattern-lab-demo > .cc--news-events-promo-card-article .f--cta-title h3,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-article
    .f--cta-title
    h3,
  .sg-pattern-example > .cc--news-events-promo-card-article .f--cta-title h3,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-article
    .f--cta-title
    h3 {
    margin-bottom: 0.8125rem;
    font-size: 1.625rem;
    line-height: 1.1539;
    text-transform: none;
  }
}

.cc--news-events-promo-card-article .f--cta-title h3 a {
  color: #000;
  text-decoration: none;
}

html[data-whatintent="mouse"]
  .cc--news-events-promo-card-article
  .f--cta-title
  h3
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--news-events-promo-card-article
  .f--cta-title
  h3
  a:hover {
  color: #881c1c;
}

.cc--news-events-promo-card-article .f--description p {
  font-size: 0.9375rem;
  line-height: 1.6667;
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo-card-article .f--description p {
    font-size: 0.9375rem;
    line-height: 1.8667;
  }
}

.cc--news-events-promo-card-event {
  margin-bottom: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo-card-event {
    margin-bottom: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo-card-event .c--news-events-promo-card-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--news-events-promo-card-event .c--news-events-promo-card-event,
  body.pattern-lab-demo
    > .cc--news-events-promo-card-event
    .c--news-events-promo-card-event,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-event
    .c--news-events-promo-card-event,
  .sg-pattern-example
    > .cc--news-events-promo-card-event
    .c--news-events-promo-card-event,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-event
    .c--news-events-promo-card-event {
    display: block;
  }
}

.cc--news-events-promo-card-event .f--image {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo-card-event .f--image {
    margin-bottom: 0;
    -ms-flex-preferred-size: 47.5%;
    flex-basis: 47.5%;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--news-events-promo-card-event .f--image,
  body.pattern-lab-demo > .cc--news-events-promo-card-event .f--image,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-event
    .f--image,
  .sg-pattern-example > .cc--news-events-promo-card-event .f--image,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-event
    .f--image {
    margin-bottom: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo-card-event .text-container {
    padding-left: 5%;
    -ms-flex-preferred-size: 52.5%;
    flex-basis: 52.5%;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--news-events-promo-card-event .text-container,
  body.pattern-lab-demo > .cc--news-events-promo-card-event .text-container,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-event
    .text-container,
  .sg-pattern-example > .cc--news-events-promo-card-event .text-container,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-event
    .text-container {
    padding-left: 0;
  }
}

.cc--news-events-promo-card-event .f--eyebrow {
  margin-bottom: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #881c1c;
  font-weight: 800;
}

.cc--news-events-promo-card-event .f--eyebrow a {
  text-decoration: none;
}

html[data-whatintent="mouse"]
  .cc--news-events-promo-card-event
  .f--eyebrow
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--news-events-promo-card-event
  .f--eyebrow
  a:hover {
  color: #151515;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo-card-event .f--eyebrow {
    font-size: 1.375rem;
    line-height: 1.1819;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--news-events-promo-card-event .f--eyebrow,
  body.pattern-lab-demo > .cc--news-events-promo-card-event .f--eyebrow,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-event
    .f--eyebrow,
  .sg-pattern-example > .cc--news-events-promo-card-event .f--eyebrow,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-event
    .f--eyebrow {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.cc--news-events-promo-card-event .f--cta-title {
  margin-bottom: 0.625rem;
}

.cc--news-events-promo-card-event .f--cta-title h3 {
  font-size: 1.375rem;
  line-height: 1.1819;
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo-card-event .f--cta-title h3 {
    font-size: 1.625rem;
    line-height: 1;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--news-events-promo-card-event .f--cta-title h3,
  body.pattern-lab-demo > .cc--news-events-promo-card-event .f--cta-title h3,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-event
    .f--cta-title
    h3,
  .sg-pattern-example > .cc--news-events-promo-card-event .f--cta-title h3,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo-card-event
    .f--cta-title
    h3 {
    font-size: 1.625rem;
    line-height: 1.1539;
    text-transform: none;
  }
}

.cc--news-events-promo-card-event .f--cta-title h3 a {
  color: #000;
  text-decoration: none;
}

html[data-whatintent="mouse"]
  .cc--news-events-promo-card-event
  .f--cta-title
  h3
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--news-events-promo-card-event
  .f--cta-title
  h3
  a:hover {
  color: #881c1c;
}

.cc--news-events-promo-card-event .f--description p {
  font-size: 0.875rem;
  line-height: 1.7143;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo-card-event .f--description p {
    font-size: 0.9375rem;
    line-height: 1.8667;
  }
}

.cc--news-events-promo {
  max-width: 1800px;
  margin: 0 auto;
}

.cc--news-events-promo .content-hero {
  padding-top: 2.5rem;
  padding-bottom: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo .content-hero {
    padding-top: 4.6875rem;
    padding-bottom: 2.1875rem;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--news-events-promo .content-hero,
  body.pattern-lab-demo > .cc--news-events-promo .content-hero,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-hero,
  .sg-pattern-example > .cc--news-events-promo .content-hero,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-hero {
    padding-top: 5.9375rem;
    padding-bottom: 3.125rem;
    padding-left: 8.33333%;
    overflow: hidden;
  }
}

.cc--news-events-promo .content-hero .f--section-title {
  padding-right: 8.33333%;
  padding-bottom: 1.5625rem;
  padding-left: 8.33333%;
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo .content-hero .f--section-title {
    padding-bottom: 2.1875rem;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--news-events-promo .content-hero .f--section-title,
  body.pattern-lab-demo
    > .cc--news-events-promo
    .content-hero
    .f--section-title,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-hero
    .f--section-title,
  .sg-pattern-example > .cc--news-events-promo .content-hero .f--section-title,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-hero
    .f--section-title {
    padding-right: 4.54545%;
    padding-bottom: 2.8125rem;
    padding-left: 0;
    width: 31.81818%;
    float: left;
  }
}

.cc--news-events-promo .content-hero .f--section-title h2 {
  font-size: 1.875rem;
  line-height: 1;
  text-transform: uppercase;
}

.cc--news-events-promo .content-hero .f--section-title h2 .highlight {
  font-size: 1.75rem;
  line-height: 1;
  display: block;
  color: #881c1c;
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo .content-hero .f--section-title h2 {
    font-size: 3.75rem;
    line-height: 0.9167;
  }

  .cc--news-events-promo .content-hero .f--section-title h2 .highlight {
    margin-bottom: 0.3125rem;
    font-size: 2.5rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo .content-hero .image-container {
    padding-right: 8.33333%;
    padding-left: 8.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--news-events-promo .content-hero .image-container,
  body.pattern-lab-demo > .cc--news-events-promo .content-hero .image-container,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-hero
    .image-container,
  .sg-pattern-example > .cc--news-events-promo .content-hero .image-container,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-hero
    .image-container {
    padding-top: 0.4375rem;
    padding-right: 0;
    padding-left: 0;
    width: 68.18182%;
    float: right;
  }
}

.cc--news-events-promo .content-hero .text-container {
  padding-top: 1.25rem;
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--news-events-promo .content-hero .text-container,
  body.pattern-lab-demo > .cc--news-events-promo .content-hero .text-container,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-hero
    .text-container,
  .sg-pattern-example > .cc--news-events-promo .content-hero .text-container,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-hero
    .text-container {
    padding-top: 0;
    padding-right: 4.54545%;
    padding-left: 0;
    width: 31.81818%;
    float: left;
  }
}

.cc--news-events-promo .content-hero .text-container .f--eyebrow {
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #881c1c;
  font-weight: 800;
  text-transform: uppercase;
}

.cc--news-events-promo .content-hero .text-container .f--eyebrow a {
  text-decoration: none;
}

html[data-whatintent="mouse"]
  .cc--news-events-promo
  .content-hero
  .text-container
  .f--eyebrow
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--news-events-promo
  .content-hero
  .text-container
  .f--eyebrow
  a:hover {
  color: #151515;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo .content-hero .text-container .f--eyebrow {
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

.cc--news-events-promo .content-hero .text-container .f--cta-title {
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--news-events-promo .content-hero .text-container .f--cta-title,
  body.pattern-lab-demo
    > .cc--news-events-promo
    .content-hero
    .text-container
    .f--cta-title,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-hero
    .text-container
    .f--cta-title,
  .sg-pattern-example
    > .cc--news-events-promo
    .content-hero
    .text-container
    .f--cta-title,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-hero
    .text-container
    .f--cta-title {
    margin-bottom: 0.9375rem;
  }
}

.cc--news-events-promo .content-hero .text-container .f--cta-title h3 {
  font-size: 1.5rem;
  line-height: 1.1667;
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo .content-hero .text-container .f--cta-title h3 {
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full
    .cc--news-events-promo
    .content-hero
    .text-container
    .f--cta-title
    h3,
  body.pattern-lab-demo
    > .cc--news-events-promo
    .content-hero
    .text-container
    .f--cta-title
    h3,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-hero
    .text-container
    .f--cta-title
    h3,
  .sg-pattern-example
    > .cc--news-events-promo
    .content-hero
    .text-container
    .f--cta-title
    h3,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-hero
    .text-container
    .f--cta-title
    h3 {
    font-size: 2rem;
    line-height: 1.125;
    text-transform: none;
  }
}

.cc--news-events-promo .content-hero .text-container .f--cta-title h3 a {
  color: #000;
  text-decoration: none;
}

html[data-whatintent="mouse"]
  .cc--news-events-promo
  .content-hero
  .text-container
  .f--cta-title
  h3
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--news-events-promo
  .content-hero
  .text-container
  .f--cta-title
  h3
  a:hover {
  color: #881c1c;
}

.cc--news-events-promo .content-hero .text-container .f--description p {
  font-size: 1rem;
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  .cc--news-events-promo .content-hero .text-container .f--description p {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.cc--news-events-promo .content-articles,
.cc--news-events-promo .content-events {
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--news-events-promo .content-articles > .f--field,
  body.pattern-lab-demo > .cc--news-events-promo .content-articles > .f--field,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-articles
    > .f--field,
  .sg-pattern-example > .cc--news-events-promo .content-articles > .f--field,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-articles
    > .f--field,
  .lc--full .cc--news-events-promo .content-events > .f--field,
  body.pattern-lab-demo > .cc--news-events-promo .content-events > .f--field,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-events
    > .f--field,
  .sg-pattern-example > .cc--news-events-promo .content-events > .f--field,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-events
    > .f--field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lc--full
    .cc--news-events-promo
    .content-articles
    > .f--field
    > .slider-container,
  body.pattern-lab-demo
    > .cc--news-events-promo
    .content-articles
    > .f--field
    > .slider-container,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-articles
    > .f--field
    > .slider-container,
  .sg-pattern-example
    > .cc--news-events-promo
    .content-articles
    > .f--field
    > .slider-container,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-articles
    > .f--field
    > .slider-container,
  .lc--full
    .cc--news-events-promo
    .content-events
    > .f--field
    > .slider-container,
  body.pattern-lab-demo
    > .cc--news-events-promo
    .content-events
    > .f--field
    > .slider-container,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-events
    > .f--field
    > .slider-container,
  .sg-pattern-example
    > .cc--news-events-promo
    .content-events
    > .f--field
    > .slider-container,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-events
    > .f--field
    > .slider-container {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .lc--full
    .cc--news-events-promo
    .content-articles
    > .f--field
    > .slider-container:not(:last-child),
  body.pattern-lab-demo
    > .cc--news-events-promo
    .content-articles
    > .f--field
    > .slider-container:not(:last-child),
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-articles
    > .f--field
    > .slider-container:not(:last-child),
  .sg-pattern-example
    > .cc--news-events-promo
    .content-articles
    > .f--field
    > .slider-container:not(:last-child),
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-articles
    > .f--field
    > .slider-container:not(:last-child),
  .lc--full
    .cc--news-events-promo
    .content-events
    > .f--field
    > .slider-container:not(:last-child),
  body.pattern-lab-demo
    > .cc--news-events-promo
    .content-events
    > .f--field
    > .slider-container:not(:last-child),
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-events
    > .f--field
    > .slider-container:not(:last-child),
  .sg-pattern-example
    > .cc--news-events-promo
    .content-events
    > .f--field
    > .slider-container:not(:last-child),
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--news-events-promo
    .content-events
    > .f--field
    > .slider-container:not(:last-child) {
    margin-right: 5%;
  }
}

.cc--news-events-promo .content-footer {
  padding-right: 8.33333%;
  padding-bottom: 6.25rem;
  padding-left: 8.33333%;
  text-align: center;
}

.cc--news-events-promo .content-footer .button,
.cc--news-events-promo .content-footer .f--button-link a,
.f--button-link .cc--news-events-promo .content-footer a {
  max-width: 18.75rem;
}

@media screen and (min-width: 768px) {
  .cc--news-listing-card .c--news-listing-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .cc--news-listing-card .c--news-listing-card > .f--image {
    padding-left: 3.84615%;
    -ms-flex-preferred-size: 42.30769%;
    flex-basis: 42.30769%;
  }
}

@media screen and (min-width: 1024px) {
  .cc--news-listing-card .c--news-listing-card > .f--image {
    padding-left: 5%;
    -ms-flex-preferred-size: 42.5%;
    flex-basis: 42.5%;
  }
}

@media screen and (min-width: 768px) {
  .cc--news-listing-card .text-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}

.cc--news-listing-card .text-container .f--eyebrow {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 800;
  text-transform: uppercase;
  color: #881c1c;
}

@media screen and (min-width: 768px) {
  .cc--news-listing-card .text-container .f--eyebrow {
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

.cc--news-listing-card .text-container .f--eyebrow a {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--news-listing-card .text-container .f--eyebrow a {
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

html[data-whatintent="mouse"]
  .cc--news-listing-card
  .text-container
  .f--eyebrow
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--news-listing-card
  .text-container
  .f--eyebrow
  a:hover {
  color: #151515;
}

.cc--news-listing-card .text-container .f--image {
  margin-bottom: 1.25rem;
}

.cc--news-listing-card .text-container .f--image img {
  width: auto;
  max-height: 15px;
}

.cc--news-listing-card .text-container .f--cta-title {
  margin-top: 1.125rem;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .cc--news-listing-card .text-container .f--cta-title {
    margin-top: 0;
    margin-bottom: 0.625rem;
  }
}

.cc--news-listing-card .text-container .f--cta-title h3 {
  font-size: 1.5rem;
  line-height: 1.1667;
}

@media screen and (min-width: 768px) {
  .cc--news-listing-card .text-container .f--cta-title h3 {
    font-size: 2rem;
    line-height: 1.125;
  }
}

.cc--news-listing-card .text-container .f--cta-title h3 a {
  color: #151515;
  text-decoration: none;
}

html[data-whatintent="mouse"]
  .cc--news-listing-card
  .text-container
  .f--cta-title
  h3
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--news-listing-card
  .text-container
  .f--cta-title
  h3
  a:hover {
  color: #881c1c;
}

.cc--news-listing-card .text-container .f--description {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .cc--news-listing-card .text-container .f--description {
    margin-bottom: 0;
  }
}

.cc--news-listing-card .text-container .f--description p {
  font-size: 0.875rem;
  line-height: 1.7143;
}

.cc--news-listing {
  max-width: 1800px;
  margin: 0 auto;
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

.cc--news-listing .f--cards .cc--news-listing-card {
  margin-bottom: 1.3125rem;
  padding-bottom: 1.625rem;
  border-bottom: 0.0625rem solid #ccc;
}

@media screen and (min-width: 768px) {
  .cc--news-listing .f--cards .cc--news-listing-card {
    margin-bottom: 2rem;
    padding-bottom: 1.6875rem;
  }
}

@media screen and (min-width: 1024px) {
  .cc--news-listing .f--cards .cc--news-listing-card {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.cc--notification-banner {
  background-color: #ccc;
}

.cc--notification-banner .c--notification-banner {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
}

.cc--notification-banner .c--notification-banner .notification-banner-inner {
  padding-top: 2.5rem;
  padding-right: 8.33333%;
  padding-bottom: 2.5rem;
  padding-left: 8.33333%;
}

@media screen and (min-width: 768px) {
  .cc--notification-banner .c--notification-banner .notification-banner-inner {
    padding-top: 1.5625rem;
    padding-right: 8.33333%;
    padding-bottom: 1.5625rem;
    padding-left: 8.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .cc--notification-banner .c--notification-banner .notification-banner-inner {
    padding-right: 4.16667%;
    padding-left: 4.16667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.cc--notification-banner
  .c--notification-banner
  .notification-banner-inner
  .f--wysiwyg,
.cc--notification-banner
  .c--notification-banner
  .notification-banner-inner
  .f--wysiwyg
  p {
  color: #fff;
}

.cc--notification-banner
  .c--notification-banner
  .notification-banner-inner
  .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .cc--notification-banner
    .c--notification-banner
    .notification-banner-inner
    .left {
    padding-right: 6.81818%;
    padding-left: 6.81818%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 22.72727%;
    flex: 1 0 22.72727%;
  }
}

.cc--notification-banner
  .c--notification-banner
  .notification-banner-inner
  .left
  span.alert-title {
  font-size: 1.375rem;
  line-height: 1.1819;
  display: block;
  color: #151515;
}

@media screen and (max-width: 767px) {
  .cc--notification-banner
    .c--notification-banner
    .notification-banner-inner
    .left
    span.alert-title {
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .cc--notification-banner
    .c--notification-banner
    .notification-banner-inner
    .left
    span.alert-title {
    font-size: 1.625rem;
    line-height: 1.1539;
  }
}

.cc--notification-banner
  .c--notification-banner
  .notification-banner-inner
  .left
  .icon-alert {
  width: 3.125rem;
  height: 3.125rem;
}

@media screen and (max-width: 1023px) {
  .cc--notification-banner
    .c--notification-banner
    .notification-banner-inner
    .left
    .icon-alert {
    margin-right: 1.5625rem;
  }
}

@media screen and (min-width: 1024px) {
  .cc--notification-banner
    .c--notification-banner
    .notification-banner-inner
    .left
    .icon-alert {
    position: absolute;
    left: 0;
    width: 3.125rem;
    height: 3.125rem;
  }
}

.cc--notification-banner
  .c--notification-banner
  .notification-banner-inner
  .right {
  margin-top: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .cc--notification-banner
    .c--notification-banner
    .notification-banner-inner
    .right {
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 67.44186%;
    flex: 0 1 67.44186%;
  }
}

.cc--notification-banner
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg,
.cc--notification-banner
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg
  p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.875rem;
  line-height: 1.7143;
  color: #151515;
}

@media screen and (min-width: 768px) {
  .cc--notification-banner
    .c--notification-banner
    .notification-banner-inner
    .right
    .f--wysiwyg,
  .cc--notification-banner
    .c--notification-banner
    .notification-banner-inner
    .right
    .f--wysiwyg
    p {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.cc--notification-banner
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg.date-updated,
.cc--notification-banner
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg
  p.date-updated {
  margin-top: 0.625rem;
  color: #000;
}

.cc--notification-banner
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--link {
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .cc--notification-banner
    .c--notification-banner
    .notification-banner-inner
    .right
    .f--link {
    margin-top: 0.8125rem;
  }
}

.cc--notification-banner
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--link
  a {
  font-size: 0.875rem;
  line-height: 1.2858;
  color: #881c1c;
  text-transform: uppercase;
}

html[data-whatintent="mouse"]
  .cc--notification-banner
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--link
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--notification-banner
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--link
  a:hover {
  text-decoration: none;
}

.cc--notification-banner
  .c--notification-banner
  .notification-banner-inner
  .close-notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 1.9375rem;
  right: 1.0625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.1875rem;
  height: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .cc--notification-banner
    .c--notification-banner
    .notification-banner-inner
    .close-notification {
    top: 0.625rem;
    right: 0.625rem;
  }
}

.cc--notification-banner
  .c--notification-banner
  .notification-banner-inner
  .close-notification
  svg
  polygon {
  fill: #000;
}

.cc--notification-banner.notice {
  background-color: #ccc;
}

.cc--notification-banner.notice
  .c--notification-banner
  .notification-banner-inner
  .f--wysiwyg,
.cc--notification-banner.notice
  .c--notification-banner
  .notification-banner-inner
  .f--wysiwyg
  p {
  color: #151515;
}

.cc--notification-banner.notice
  .c--notification-banner
  .notification-banner-inner
  .left
  span.alert-title {
  color: #151515;
}

.cc--notification-banner.notice
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg,
.cc--notification-banner.notice
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg
  p {
  color: #151515;
}

.cc--notification-banner.notice
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg.date-updated,
.cc--notification-banner.notice
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg
  p.date-updated {
  color: #000;
}

.cc--notification-banner.notice
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--link
  a,
.cc--notification-banner.notice
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--link
  span {
  color: #881c1c;
}

.cc--notification-banner.notice
  .c--notification-banner
  .notification-banner-inner
  .close-notification
  svg
  polygon {
  fill: #000;
}

.cc--notification-banner.alert {
  background-color: #ffc721;
}

.cc--notification-banner.alert
  .c--notification-banner
  .notification-banner-inner
  .f--wysiwyg,
.cc--notification-banner.alert
  .c--notification-banner
  .notification-banner-inner
  .f--wysiwyg
  p {
  color: #151515;
}

.cc--notification-banner.alert
  .c--notification-banner
  .notification-banner-inner
  .left
  span.alert-title {
  color: #151515;
}

.cc--notification-banner.alert
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg,
.cc--notification-banner.alert
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg
  p {
  color: #151515;
}

.cc--notification-banner.alert
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg.date-updated,
.cc--notification-banner.alert
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg
  p.date-updated {
  color: #000;
}

.cc--notification-banner.alert
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--link
  a,
.cc--notification-banner.alert
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--link
  span {
  color: #881c1c;
}

.cc--notification-banner.alert
  .c--notification-banner
  .notification-banner-inner
  .close-notification
  svg
  polygon {
  fill: #000;
}

.cc--notification-banner.emergency {
  background-color: #d50032;
}

.cc--notification-banner.emergency
  .c--notification-banner
  .notification-banner-inner
  .f--wysiwyg,
.cc--notification-banner.emergency
  .c--notification-banner
  .notification-banner-inner
  .f--wysiwyg
  p {
  color: #fff;
}

.cc--notification-banner.emergency
  .c--notification-banner
  .notification-banner-inner
  .left
  span.alert-title {
  color: #fff;
}

.cc--notification-banner.emergency
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg,
.cc--notification-banner.emergency
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg
  p {
  color: #fff;
}

.cc--notification-banner.emergency
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg.date-updated,
.cc--notification-banner.emergency
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg
  p.date-updated {
  color: #fff;
}

.cc--notification-banner.emergency
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--link
  a,
.cc--notification-banner.emergency
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--link
  span {
  color: #fff;
}

.cc--notification-banner.emergency
  .c--notification-banner
  .notification-banner-inner
  .close-notification
  svg
  polygon {
  fill: #fff;
}

.cc--notification-banner.extreme-emergency {
  margin-top: -6.25rem;
  background-color: #d50032;
}

@media screen and (min-width: 768px) {
  .cc--notification-banner.extreme-emergency {
    margin-top: -9.375rem;
  }
}

.cc--notification-banner.extreme-emergency
  .c--notification-banner
  .notification-banner-inner {
  padding-top: 7.1875rem;
  padding-right: 8.33333%;
  padding-bottom: 1.25rem;
  padding-left: 8.33333%;
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cc--notification-banner.extreme-emergency
    .c--notification-banner
    .notification-banner-inner {
    padding-top: 11.875rem;
    padding-bottom: 1.5625rem;
  }
}

@media screen and (min-width: 1024px) {
  .cc--notification-banner.extreme-emergency
    .c--notification-banner
    .notification-banner-inner {
    padding-right: 4.16667%;
    padding-left: 4.16667%;
  }
}

.cc--notification-banner.extreme-emergency
  .c--notification-banner
  .notification-banner-inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.8125rem;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0)),
    to(#000)
  );
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000);
  content: "";
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .cc--notification-banner.extreme-emergency
    .c--notification-banner
    .notification-banner-inner::before {
    height: 15.625rem;
  }
}

.cc--notification-banner.extreme-emergency
  .c--notification-banner
  .notification-banner-inner
  .f--wysiwyg,
.cc--notification-banner.extreme-emergency
  .c--notification-banner
  .notification-banner-inner
  .f--wysiwyg
  p {
  color: #fff;
}

.cc--notification-banner.extreme-emergency
  .c--notification-banner
  .notification-banner-inner
  .left {
  padding-right: 0;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cc--notification-banner.extreme-emergency
  .c--notification-banner
  .notification-banner-inner
  .left
  .icon-alert {
  margin-bottom: 0.625rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cc--notification-banner.extreme-emergency
    .c--notification-banner
    .notification-banner-inner
    .left
    .icon-alert {
    margin-bottom: 1.5625rem;
  }
}

.cc--notification-banner.extreme-emergency
  .c--notification-banner
  .notification-banner-inner
  .left
  span.alert-title {
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 1;
  display: block;
  max-width: 34.375rem;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--notification-banner.extreme-emergency
    .c--notification-banner
    .notification-banner-inner
    .left
    span.alert-title {
    margin-bottom: 1.5rem;
    font-size: 3.75rem;
    line-height: 0.9167;
  }
}

.cc--notification-banner.extreme-emergency
  .c--notification-banner
  .notification-banner-inner
  .right {
  margin-top: 0;
}

.cc--notification-banner.extreme-emergency
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg {
  max-width: 34.375rem;
  color: #fff;
}

.cc--notification-banner.extreme-emergency
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg
  p {
  color: #fff;
}

.cc--notification-banner.extreme-emergency
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--wysiwyg.date-updated {
  font-size: 0.875rem;
  line-height: 1.7143;
  color: #fff;
}

.cc--notification-banner.extreme-emergency
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--link
  a,
.cc--notification-banner.extreme-emergency
  .c--notification-banner
  .notification-banner-inner
  .right
  .f--link
  span {
  color: #fff;
}

.cc--notification-banner.extreme-emergency
  .c--notification-banner
  .notification-banner-inner
  .close-notification
  svg
  polygon {
  fill: #fff;
}

.cc--page-body .c--page-body {
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-right: 8.33333%;
  padding-bottom: 2.5rem;
  padding-left: 8.33333%;
}

@media screen and (min-width: 768px) {
  .cc--page-body .c--page-body {
    padding-top: 3.125rem;
    padding-right: 14.58333%;
    padding-bottom: 3.125rem;
    padding-left: 14.58333%;
  }
}

@media screen and (min-width: 1024px) {
  .cc--page-body .c--page-body {
    padding-top: 3.125rem;
    padding-right: 27.08333%;
    padding-bottom: 4.6875rem;
    padding-left: 27.08333%;
  }
}

.cc--page-body .f--section-title {
  margin-bottom: 0.5625rem;
}

@media screen and (min-width: 768px) {
  .cc--page-body .f--section-title {
    margin-bottom: 0.8125rem;
  }
}

@media screen and (min-width: 1024px) {
  .cc--page-body .f--section-title {
    margin-bottom: 1.75rem;
  }
}

.cc--page-body .f--section-title h2 {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .cc--page-body .f--section-title h2 {
    font-size: 1.75rem;
  }
}

.cc--pager-calendar .c--pager-calendar {
  display: none;
}

@media screen and (min-width: 1024px) {
  .cc--pager-calendar .c--pager-calendar {
    margin-bottom: 7.8125rem;
    padding-right: 13.88889%;
    padding-left: 5.55556%;
    display: block;
  }
}

.cc--pager-calendar .c--pager-calendar .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cc--pager-calendar .c--pager-calendar .pager ul li {
  font-size: 0.6875rem;
  color: #000;
  letter-spacing: 0.02438rem;
  text-transform: uppercase;
}

.cc--pager-calendar .c--pager-calendar .pager ul li a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}

.cc--pager-calendar .c--pager-calendar .pager ul li.pager__item--previous svg {
  margin-right: 0.625rem;
}

.cc--pager-calendar .c--pager-calendar .pager ul li.pager__item--next svg {
  margin-left: 0.625rem;
}

.cc--pager-load-more {
  margin-bottom: 2.5rem;
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

.cc--pager-load-more ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cc--pager-load-more .pager__item {
  list-style: none;
  text-align: center;
}

.cc--pager-load-more .pager__item a {
  font-size: 0.875rem;
  line-height: 1.2858;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 3.125rem;
  border-radius: 0;
  border: 0;
  white-space: normal;
  color: #fff;
  background-color: #881c1c;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 170px;
  margin: 0 auto;
}

html[data-whatintent="mouse"] .cc--pager-load-more .pager__item a else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"] .cc--pager-load-more .pager__item a:hover {
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  background-color: #6a1010;
  color: #fff;
  text-decoration: none;
}

.cc--pager-load-more .icon-wrapper {
  text-align: center;
}

.cc--pager-load-more .icon-wrapper svg {
  width: 2.1875rem;
  height: 2.1875rem;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.cc--pager-load-more .icon-wrapper svg path {
  fill: #881c1c;
}

@media screen and (min-width: 1024px) {
  .tc--events-listing .cc--pager-load-more {
    padding-right: 13.88889%;
    padding-left: 5.55556%;
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 768px) {
  .cc--related-news-card:not(:last-child) {
    border-bottom: 0.0625rem solid #ccc;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--related-news-card,
  body.pattern-lab-demo > .cc--related-news-card,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--related-news-card,
  .sg-pattern-example > .cc--related-news-card,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--related-news-card {
    border: 0;
  }
}

@media screen and (min-width: 768px) {
  .cc--related-news-card .c--related-news-card {
    padding-bottom: 1.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--related-news-card .c--related-news-card,
  body.pattern-lab-demo > .cc--related-news-card .c--related-news-card,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--related-news-card
    .c--related-news-card,
  .sg-pattern-example > .cc--related-news-card .c--related-news-card,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--related-news-card
    .c--related-news-card {
    padding-bottom: 0;
    display: block;
  }
}

.cc--related-news-card .f--image {
  margin-bottom: 1.125rem;
}

@media screen and (min-width: 768px) {
  .cc--related-news-card .f--image {
    margin-bottom: 0;
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--related-news-card .f--image,
  body.pattern-lab-demo > .cc--related-news-card .f--image,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--related-news-card
    .f--image,
  .sg-pattern-example > .cc--related-news-card .f--image,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--related-news-card
    .f--image {
    margin-bottom: 1.125rem;
  }
}

@media print {
  .cc--related-news-card .f--image {
    margin-bottom: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .cc--related-news-card .text-container {
    padding-right: 10%;
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.cc--related-news-card .f--cta-title {
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .cc--related-news-card .f--cta-title {
    margin-bottom: 0.9375rem;
  }
}

.cc--related-news-card .f--cta-title h3 {
  font-size: 0.9375rem;
  line-height: 1.2;
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--related-news-card .f--cta-title h3,
  body.pattern-lab-demo > .cc--related-news-card .f--cta-title h3,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--related-news-card
    .f--cta-title
    h3,
  .sg-pattern-example > .cc--related-news-card .f--cta-title h3,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--related-news-card
    .f--cta-title
    h3 {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media print {
  .cc--related-news-card .f--cta-title h3 {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.cc--related-news-card .f--cta-title h3 a {
  color: #000;
  text-decoration: none;
}

html[data-whatintent="mouse"] .cc--related-news-card .f--cta-title h3 a else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"] .cc--related-news-card .f--cta-title h3 a:hover {
  color: #881c1c;
}

.cc--related-news-card .f--description p {
  font-size: 0.875rem;
  line-height: 1.7143;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cc--related-news-card .f--description p {
    font-size: 0.9375rem;
    line-height: 1.8667;
  }
}

.cc--related-news .c--related-news {
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-right: 8.33333%;
  padding-bottom: 2.5rem;
  padding-left: 8.33333%;
}

@media screen and (min-width: 768px) {
  .cc--related-news .c--related-news {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--related-news .c--related-news,
  body.pattern-lab-demo > .cc--related-news .c--related-news,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--related-news
    .c--related-news,
  .sg-pattern-example > .cc--related-news .c--related-news,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--related-news
    .c--related-news {
    padding-top: 4.6875rem;
    padding-right: 6.25%;
    padding-bottom: 4.6875rem;
    padding-left: 6.25%;
  }
}

@media print {
  .cc--related-news .c--related-news {
    padding-right: 2.08333%;
    padding-bottom: 4.6875rem;
    padding-left: 2.08333%;
  }
}

.cc--related-news .c--related-news > .text-container {
  margin-bottom: 1.125rem;
}

@media screen and (min-width: 768px) {
  .cc--related-news .c--related-news > .text-container {
    margin-bottom: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--related-news .c--related-news > .text-container,
  body.pattern-lab-demo > .cc--related-news .c--related-news > .text-container,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--related-news
    .c--related-news
    > .text-container,
  .sg-pattern-example > .cc--related-news .c--related-news > .text-container,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--related-news
    .c--related-news
    > .text-container {
    margin-bottom: 1.125rem;
  }
}

.cc--related-news .c--related-news > .text-container .f--section-title h2 {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 1rem;
  color: #881c1c;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--related-news .c--related-news > .text-container .f--section-title h2 {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0;
  }
}

@media print {
  .cc--related-news .c--related-news > .text-container .f--section-title h2 {
    font-size: 2.5rem;
    line-height: 1;
    color: #881c1c !important;
  }
}

.cc--related-news .c--related-news > .text-container .f--section-title h2 a {
  text-decoration: none;
}

html[data-whatintent="mouse"]
  .cc--related-news
  .c--related-news
  > .text-container
  .f--section-title
  h2
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--related-news
  .c--related-news
  > .text-container
  .f--section-title
  h2
  a:hover {
  text-decoration: underline;
}

.cc--related-news .c--related-news > .text-container .f--link .link {
  font-size: 0.875rem;
  line-height: 1.2858;
  font-weight: 800;
  text-transform: uppercase;
}

@media print {
  .cc--related-news .c--related-news > .text-container .f--link .link {
    display: none;
  }
}

html[data-whatintent="mouse"]
  .cc--related-news
  .c--related-news
  > .text-container
  .f--link
  .link
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--related-news
  .c--related-news
  > .text-container
  .f--link
  .link:hover {
  color: #151515;
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--related-news .f--cards,
  body.pattern-lab-demo > .cc--related-news .f--cards,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--related-news
    .f--cards,
  .sg-pattern-example > .cc--related-news .f--cards,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--related-news
    .f--cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print {
  .cc--related-news .f--cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cc--related-news .f--cards .cc--related-news-card:not(:last-child) {
  margin-bottom: 1.5625rem;
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--related-news .f--cards .cc--related-news-card,
  body.pattern-lab-demo > .cc--related-news .f--cards .cc--related-news-card,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--related-news
    .f--cards
    .cc--related-news-card,
  .sg-pattern-example > .cc--related-news .f--cards .cc--related-news-card,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--related-news
    .f--cards
    .cc--related-news-card {
    margin-bottom: 0;
    -ms-flex-preferred-size: 21.42857%;
    flex-basis: 21.42857%;
  }

  .lc--full .cc--related-news .f--cards .cc--related-news-card:not(:last-child),
  body.pattern-lab-demo
    > .cc--related-news
    .f--cards
    .cc--related-news-card:not(:last-child),
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--related-news
    .f--cards
    .cc--related-news-card:not(:last-child),
  .sg-pattern-example
    > .cc--related-news
    .f--cards
    .cc--related-news-card:not(:last-child),
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--related-news
    .f--cards
    .cc--related-news-card:not(:last-child) {
    margin-right: 4.7619%;
  }
}

@media print {
  .cc--related-news .f--cards .cc--related-news-card {
    margin-bottom: 0;
    -ms-flex-preferred-size: 21.42857%;
    flex-basis: 21.42857%;
  }

  .cc--related-news .f--cards .cc--related-news-card:not(:last-child) {
    margin-right: 4.7619%;
  }
}

@media print {
  .cc--share-block {
    display: none;
  }
}

.cc--share-block .c--share-block {
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

@media screen and (min-width: 1024px) {
  .cc--share-block .c--share-block {
    padding-right: 12.5%;
    padding-left: 25%;
  }
}

.cc--share-block .f--section-title {
  margin-bottom: 0.625rem;
}

.cc--share-block .f--section-title h2 {
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #881c1c;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--share-block .f--section-title h2 {
    margin-bottom: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

.cc--share-block .social-media-links--platforms {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media screen and (min-width: 1024px) {
  .cc--share-block .social-media-links--platforms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cc--share-block .social-media-links--platforms li:not(:last-child) {
  margin-right: 1.375rem;
}

@media screen and (min-width: 1024px) {
  .cc--share-block .social-media-links--platforms li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}

@media screen and (max-width: 1023px) {
  .cc--share-block .social-media-links--platforms li.print-icon-wrapper {
    display: none;
  }

  .cc--share-block .social-media-links--platforms li:last-child {
    display: none;
  }
}

.cc--share-block .social-media-links--platforms a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
  border: 0.0625rem solid #ccc;
  border-radius: 50%;
  font-size: 0;
}

.cc--share-block .social-media-links--platforms a .a2a_img_text {
  margin: 0;
}

html[data-whatintent="mouse"]
  .cc--share-block
  .social-media-links--platforms
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--share-block
  .social-media-links--platforms
  a:hover
  svg
  path {
  fill: #881c1c;
}

.cc--share-block .social-media-links--platforms svg {
  width: 1rem;
  fill: #000;
}

.cc--social-media-grid {
  background-color: #4a4a4a;
}

.cc--social-media-grid .c--social-media-grid {
  max-width: 1800px;
  margin: 0 auto;
}

.cc--social-media-grid .social-media-grid-inner {
  padding-top: 2.5rem;
  padding-right: 8.33333%;
  padding-bottom: 2.5rem;
  padding-left: 8.33333%;
}

@media screen and (min-width: 768px) {
  .cc--social-media-grid .social-media-grid-inner {
    padding-top: 3.125rem;
    padding-right: 4.16667%;
    padding-bottom: 3.125rem;
    padding-left: 4.16667%;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--social-media-grid .social-media-grid-inner,
  body.pattern-lab-demo > .cc--social-media-grid .social-media-grid-inner,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--social-media-grid
    .social-media-grid-inner,
  .sg-pattern-example > .cc--social-media-grid .social-media-grid-inner,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--social-media-grid
    .social-media-grid-inner {
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}

.cc--social-media-grid .header-container {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .cc--social-media-grid .header-container {
    margin-bottom: 2.1875rem;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--social-media-grid .header-container,
  body.pattern-lab-demo > .cc--social-media-grid .header-container,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--social-media-grid
    .header-container,
  .sg-pattern-example > .cc--social-media-grid .header-container,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--social-media-grid
    .header-container {
    margin-bottom: 3.125rem;
    padding-right: 2.38095%;
    padding-left: 2.38095%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--social-media-grid .f--section-title,
  body.pattern-lab-demo > .cc--social-media-grid .f--section-title,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--social-media-grid
    .f--section-title,
  .sg-pattern-example > .cc--social-media-grid .f--section-title,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--social-media-grid
    .f--section-title {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
  }
}

.cc--social-media-grid .f--section-title h2 {
  font-size: 1.875rem;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.06875rem;
  text-transform: uppercase;
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  .cc--social-media-grid .f--section-title h2 {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.cc--social-media-grid .social-media-links {
  margin-top: 1.5625rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cc--social-media-grid .social-media-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cc--social-media-grid .social-media-links > span {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--social-media-grid .social-media-links > span {
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cc--social-media-grid .social-media-links > span {
    margin-right: 0.9375rem;
  }
}

.cc--social-media-grid .f--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--social-media-grid .f--links,
  body.pattern-lab-demo > .cc--social-media-grid .f--links,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--social-media-grid
    .f--links,
  .sg-pattern-example > .cc--social-media-grid .f--links,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--social-media-grid
    .f--links {
    margin-top: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .cc--social-media-grid .f--links {
    margin-top: 0.9375rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.cc--social-media-grid .f--links a {
  margin-right: 0.875rem;
  margin-left: 0.875rem;
  display: inline-block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.cc--social-media-grid .f--links a:first-child {
  margin-left: 0;
}

.cc--social-media-grid .f--links a:last-child {
  margin-right: 0;
}

html[data-whatintent="mouse"] .cc--social-media-grid .f--links a else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"] .cc--social-media-grid .f--links a:hover {
  opacity: 0.7;
}

.cc--social-media-grid .f--links svg {
  width: 1.25rem;
  fill: #fff;
}

.cc--social-media-grid .crt-widget .crt-post {
  border: 0;
}

.cc--social-media-grid .crt-widget .crt-load-more-container {
  max-width: 170px;
  margin: 0 auto;
}

.cc--social-media-grid .crt-widget .crt-load-more-container .crt-load-more {
  font-size: 0.875rem;
  line-height: 1.2858;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 3.125rem;
  border-radius: 0;
  border: 0;
  white-space: normal;
  color: #fff;
  background-color: #881c1c;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html[data-whatintent="mouse"]
  .cc--social-media-grid
  .crt-widget
  .crt-load-more-container
  .crt-load-more
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--social-media-grid
  .crt-widget
  .crt-load-more-container
  .crt-load-more:hover {
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  background-color: #6a1010;
  color: #fff;
  text-decoration: none;
}

.cc--social-promo.grey {
  background: #e9e9e9;
}

.cc--social-promo.white {
  background: #fff;
}

.cc--social-promo .c--social-promo {
  max-width: 1800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc--chapter .cc--social-promo .c--social-promo {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .cc--social-promo .c--social-promo {
    padding-right: 13.88889%;
    padding-left: 13.88889%;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--social-promo .c--social-promo,
  body.pattern-lab-demo > .cc--social-promo .c--social-promo,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--social-promo
    .c--social-promo,
  .sg-pattern-example > .cc--social-promo .c--social-promo,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--social-promo
    .c--social-promo {
    padding-right: 0;
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.cc--social-promo .images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cc--social-promo .images-container .f--image {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.cc--social-promo .text-container {
  padding-top: 1.25rem;
  padding-right: 8.33333%;
  padding-bottom: 2.5rem;
  padding-left: 8.33333%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media screen and (min-width: 768px) {
  .cc--social-promo .text-container {
    padding-top: 1.875rem;
    padding-right: 0;
    padding-bottom: 1.875rem;
    padding-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--social-promo .text-container,
  body.pattern-lab-demo > .cc--social-promo .text-container,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--social-promo
    .text-container,
  .sg-pattern-example > .cc--social-promo .text-container,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--social-promo
    .text-container {
    padding-top: 0;
    padding-right: 12.5%;
    padding-bottom: 0;
    padding-left: 12.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.cc--social-promo .text-container .f--section-title {
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .cc--social-promo .text-container .f--section-title {
    margin-bottom: 0.9375rem;
  }
}

.cc--social-promo .text-container .f--section-title h2 {
  font-size: 1.75rem;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--social-promo .text-container .f--section-title h2 {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.cc--social-promo .text-container .f--section-title h2 .highlight {
  display: block;
  color: #881c1c;
}

.cc--social-promo .text-container .f--description {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .cc--social-promo .text-container .f--description {
    margin-bottom: 2.1875rem;
  }
}

.cc--social-promo .text-container .f--description p {
  font-size: 1rem;
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  .cc--social-promo .text-container .f--description p {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.cc--social-promo .text-container .f--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cc--social-promo .text-container .f--links a {
  margin-right: 0.875rem;
  margin-left: 0.875rem;
  display: inline-block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.cc--social-promo .text-container .f--links a:first-child {
  margin-left: 0;
}

.cc--social-promo .text-container .f--links a:last-child {
  margin-right: 0;
}

html[data-whatintent="mouse"]
  .cc--social-promo
  .text-container
  .f--links
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--social-promo
  .text-container
  .f--links
  a:hover
  svg {
  fill: #151515;
}

.cc--social-promo .text-container .f--links svg {
  width: 1.25rem;
  fill: #881c1c;
}

.cc--sort-az {
  max-width: 1800px;
  margin: 0 auto;
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

.cc--sort-az .c--sort-az {
  border-bottom: 0.0625rem solid #ccc;
}

.cc--sort-az ul {
  margin-bottom: 0.25rem;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.cc--sort-az ul li {
  margin-right: 1.875rem;
}

.cc--sort-az ul li .bef-link {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #4a4a4a;
  font-weight: 800;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .cc--sort-az ul li .bef-link {
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

html[data-whatintent="mouse"] .cc--sort-az ul li .bef-link else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"] .cc--sort-az ul li .bef-link:hover {
  text-decoration: underline;
}

.cc--sort-az ul li .bef-link--selected {
  color: #881c1c;
}

.cc--sort-events {
  max-width: 1800px;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

@media screen and (min-width: 1024px) {
  .cc--sort-events {
    padding-right: 13.88889%;
    padding-bottom: 0;
    padding-left: 5.55556%;
    margin-bottom: 1.25rem;
  }
}

.cc--sort-events .c--sort-events {
  border-bottom: 0.0625rem solid #ccc;
}

.cc--sort-events ul {
  margin-bottom: 0.25rem;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.cc--sort-events ul li {
  margin-right: 1.875rem;
}

.cc--sort-events ul li .bef-link {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #4a4a4a;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--sort-events ul li .bef-link {
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

html[data-whatintent="mouse"] .cc--sort-events ul li .bef-link else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"] .cc--sort-events ul li .bef-link:hover {
  color: #881c1c;
  text-decoration: none;
}

.cc--sort-events ul li .bef-link--selected,
.cc--sort-events ul li .bef-link.is-active {
  color: #881c1c;
}

.cc--spacer {
  max-width: 1800px;
  margin: 0 auto;
}

.cc--spacer .c--spacer {
  height: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .cc--spacer .c--spacer {
    height: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .cc--spacer .c--spacer {
    height: 3.125rem;
  }
}

.cc--staff-card .c--staff-card .f--image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .cc--staff-card .c--staff-card .f--image {
    margin-right: 4.16667%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

.cc--staff-card .c--staff-card text-container {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.cc--stat .f--number {
  margin-bottom: 0.625rem;
  font-size: 3.75rem;
  line-height: 0.9167;
  color: #881c1c;
  font-weight: 800;
}

.cc--stat .f--description p {
  font-size: 0.875rem;
  line-height: 1.7143;
}

.cc--stats .c--stats {
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-right: 8.33333%;
  padding-bottom: 2.5rem;
  padding-left: 8.33333%;
}

@media screen and (min-width: 768px) {
  .cc--stats .c--stats {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

@media screen and (min-width: 1024px) {
  .cc--stats .c--stats {
    padding-right: 13.88889%;
    padding-left: 13.88889%;
  }
}

.cc--stats .f--section-title {
  margin-bottom: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .cc--stats .f--section-title {
    margin-bottom: 2.1875rem;
  }
}

.cc--stats .f--section-title h2 {
  font-size: 1.75rem;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--stats .f--section-title h2 {
    font-size: 2.5rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .cc--stats .f--stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .cc--stats .f--stats .cc--stat {
    margin-right: 7.69231%;
    -ms-flex-preferred-size: 26.92308%;
    flex-basis: 26.92308%;
  }

  .cc--stats .f--stats .cc--stat:nth-child(3n) {
    margin-right: 0;
  }
}

.cc--stats .f--stats .cc--stat:not(:last-child) {
  margin-bottom: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .cc--stats .f--stats .cc--stat:not(:last-child) {
    margin-bottom: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .cc--story-card .c--story-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.cc--story-card .c--story-card .f--image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .cc--story-card .c--story-card .f--image {
    margin-right: 0;
    margin-left: 4.16667%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .cc--story-card .c--story-card .text-container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.cc--story-card .c--story-card .date-container {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cc--story-card .c--story-card .f--author::after {
  display: inline-block;
  content: "|";
}

@media screen and (min-width: 768px) {
  .cc--tabbed-people-videos-item .c--tabbed-people-videos-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .cc--tabbed-people-videos-item .text-container {
    padding-right: 10%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--tabbed-people-videos-item .text-container,
  body.pattern-lab-demo > .cc--tabbed-people-videos-item .text-container,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--tabbed-people-videos-item
    .text-container,
  .sg-pattern-example > .cc--tabbed-people-videos-item .text-container,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--tabbed-people-videos-item
    .text-container {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

.cc--tabbed-people-videos-item .image-container {
  margin-right: auto;
  margin-bottom: 1.5625rem;
  margin-left: auto;
  position: relative;
  max-width: 21.875rem;
}

@media screen and (min-width: 768px) {
  .cc--tabbed-people-videos-item .image-container {
    margin-top: -13.4375rem;
    margin-bottom: 0;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--tabbed-people-videos-item .image-container,
  body.pattern-lab-demo > .cc--tabbed-people-videos-item .image-container,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--tabbed-people-videos-item
    .image-container,
  .sg-pattern-example > .cc--tabbed-people-videos-item .image-container,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--tabbed-people-videos-item
    .image-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18.75rem;
    flex: 0 0 18.75rem;
  }
}

.cc--tabbed-people-videos-item .image-container.play .f--image {
  opacity: 0;
  visibility: hidden;
}

.cc--tabbed-people-videos-item .image-container.play .f--video-embed {
  visibility: visible;
}

.cc--tabbed-people-videos-item .image-container.play .play-btn {
  visibility: hidden;
}

.cc--tabbed-people-videos-item .image-container .play-btn {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.cc--tabbed-people-videos-item .image-container .play-btn::before {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  font-size: 0;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #881c1c;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/themes/custom/umass_base/images/icons/icon-play.svg);
  background-size: 0.5625rem;
  content: "";
}

html[data-whatintent="mouse"]
  .cc--tabbed-people-videos-item
  .image-container
  .play-btn::before
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--tabbed-people-videos-item
  .image-container
  .play-btn::before:hover {
  background-color: #6a1010;
}

.cc--tabbed-people-videos-item .image-container .f--image {
  position: relative;
  height: 100%;
  -webkit-transition: visibility 0.2s ease, opacity 0.2s ease;
  transition: visibility 0.2s ease, opacity 0.2s ease;
  opacity: 1;
  z-index: 10;
}

.cc--tabbed-people-videos-item .image-container .f--image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: none) {
  .cc--tabbed-people-videos-item .image-container .f--image img {
    height: auto;
    -o-object-fit: none;
    object-fit: none;
  }
}

@supports (-ms-ime-align: auto) {
  .cc--tabbed-people-videos-item .image-container .f--image img {
    height: auto;
    -o-object-fit: none;
    object-fit: none;
  }
}

.cc--tabbed-people-videos-item .image-container .f--image.hide {
  opacity: 0;
  visibility: hidden;
}

.cc--tabbed-people-videos-item .image-container .f--image .play-video-btn {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.cc--tabbed-people-videos-item .image-container .f--video-embed {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1;
}

.cc--tabbed-people-videos-item .image-container .f--video-embed iframe {
  width: 100%;
  height: 100%;
}

.cc--tabbed-people-videos-item .f--cta-title h3 {
  font-size: 1.375rem;
  line-height: 1.1819;
  margin-bottom: 0.625rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .cc--tabbed-people-videos-item .f--cta-title h3 {
    font-size: 1.625rem;
    line-height: 1.1539;
    margin-bottom: 0.6875rem;
  }
}

.cc--tabbed-people-videos-item .f--cta-title a {
  color: #fff;
  text-decoration: none;
}

html[data-whatintent="mouse"]
  .cc--tabbed-people-videos-item
  .f--cta-title
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--tabbed-people-videos-item
  .f--cta-title
  a:hover {
  color: #fff;
  text-decoration: underline;
}

.cc--tabbed-people-videos-item .f--description {
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .cc--tabbed-people-videos-item .f--description {
    margin-bottom: 1.4375rem;
  }
}

.cc--tabbed-people-videos-item .f--description p {
  font-size: 0.9375rem;
  line-height: 1.6667;
  color: #ccc;
}

@media screen and (min-width: 768px) {
  .cc--tabbed-people-videos-item .f--description p {
    font-size: 0.9375rem;
    line-height: 1.8667;
  }
}

.cc--tabbed-people-videos-item .f--link .link {
  font-size: 0.875rem;
  line-height: 1.2858;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 3.125rem;
  border-radius: 0;
  border: 0;
  white-space: normal;
  color: #fff;
  background-color: #881c1c;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 18.4375rem;
}

html[data-whatintent="mouse"]
  .cc--tabbed-people-videos-item
  .f--link
  .link
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--tabbed-people-videos-item
  .f--link
  .link:hover {
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  background-color: #6a1010;
  color: #fff;
  text-decoration: none;
}

.cc--tabbed-people-videos {
  background: #151515;
}

.cc--tabbed-people-videos .c--tabbed-people-videos {
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-right: 8.33333%;
  padding-bottom: 2.5rem;
  padding-left: 8.33333%;
}

@media screen and (min-width: 768px) {
  .cc--tabbed-people-videos .c--tabbed-people-videos {
    padding-top: 3.125rem;
    padding-right: 8.33333%;
    padding-bottom: 3.125rem;
    padding-left: 8.33333%;
  }
}

.cc--tabbed-people-videos .f--section-title h2 {
  margin-bottom: 1.3125rem;
  font-size: 1.75rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--tabbed-people-videos .f--section-title h2 {
    font-size: 2.5rem;
    line-height: 1;
    margin-top: 1.5625rem;
    margin-bottom: 3.125rem;
    width: 50%;
    max-width: 28.125rem;
  }
}

.cc--tabbed-people-videos .tabbed-people-videos-pagination-wrapper {
  margin-right: -10%;
  margin-bottom: 1.5625rem;
  position: relative;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 768px) {
  .cc--tabbed-people-videos .tabbed-people-videos-pagination-wrapper {
    width: 60%;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--tabbed-people-videos .tabbed-people-videos-pagination-wrapper,
  body.pattern-lab-demo
    > .cc--tabbed-people-videos
    .tabbed-people-videos-pagination-wrapper,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--tabbed-people-videos
    .tabbed-people-videos-pagination-wrapper,
  .sg-pattern-example
    > .cc--tabbed-people-videos
    .tabbed-people-videos-pagination-wrapper,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--tabbed-people-videos
    .tabbed-people-videos-pagination-wrapper {
    margin-right: 18.75rem;
    width: auto;
  }
}

.cc--tabbed-people-videos .tabbed-people-videos-pagination-wrapper::after {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0.0625rem;
  width: 1.6875rem;
  height: 2.5rem;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(#151515)
  );
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #151515);
  content: "";
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .cc--tabbed-people-videos .tabbed-people-videos-pagination-wrapper::after {
    display: none;
  }
}

.cc--tabbed-people-videos
  .tabbed-people-videos-pagination-wrapper
  .tabbed-people-videos-pagination {
  margin-bottom: -0.0625rem;
  line-height: 1;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cc--tabbed-people-videos
  .tabbed-people-videos-pagination-wrapper
  .tabbed-people-videos-pagination::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.cc--tabbed-people-videos .tabbed-people-videos-pagination-wrapper .bullet {
  font-size: 0.8125rem;
  line-height: 1.7693;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0.9375rem;
  color: #e9e9e9;
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .cc--tabbed-people-videos .tabbed-people-videos-pagination-wrapper .bullet {
    padding-top: 0;
  }
}

html[data-whatintent="mouse"]
  .cc--tabbed-people-videos
  .tabbed-people-videos-pagination-wrapper
  .bullet
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--tabbed-people-videos
  .tabbed-people-videos-pagination-wrapper
  .bullet:hover {
  opacity: 1;
}

.cc--tabbed-people-videos
  .tabbed-people-videos-pagination-wrapper
  .bullet.bullet-active {
  border-bottom: 0.125rem solid #aca39a;
  opacity: 1;
}

.cc--testimonial {
  background: #151515;
}

.cc--testimonial .c--testimonial {
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-right: 8.33333%;
  padding-bottom: 2.5rem;
  padding-left: 8.33333%;
}

@media screen and (min-width: 768px) {
  .cc--testimonial .c--testimonial {
    padding-top: 4.375rem;
    padding-right: 13.88889%;
    padding-bottom: 4.375rem;
    padding-left: 13.88889%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.cc--testimonial .f--image {
  margin-bottom: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .cc--testimonial .f--image {
    margin-right: 7.69231%;
    margin-bottom: 0;
    -ms-flex-preferred-size: 38.46154%;
    flex-basis: 38.46154%;
  }
}

@media screen and (min-width: 768px) {
  .cc--testimonial .text-container {
    -ms-flex-preferred-size: 53.84615%;
    flex-basis: 53.84615%;
  }
}

.cc--testimonial .text-container .f--quote {
  margin-bottom: 0.9375rem;
}

.cc--testimonial .text-container .f--quote p {
  font-size: 1.625rem;
  line-height: 1.3847;
  color: #fff;
  font-style: italic;
}

.cc--testimonial .text-container .f--quote p::before {
  content: "“";
}

.cc--testimonial .text-container .f--quote p::after {
  content: "”";
}

.cc--testimonial .text-container .f--attribution {
  font-size: 0.9375rem;
  line-height: 1.3334;
  color: #fff;
  font-weight: 700;
}

.cc--testimonial .text-container .f--attribution::before {
  margin-right: 0.1875rem;
  content: "—";
}

.cc--testimonial .text-container .f--attribution p {
  font-size: 0.9375rem;
  line-height: 1.3334;
  display: inline-block;
  color: #fff;
  font-weight: 700;
}

header.timeline,
footer.timeline {
  max-width: 1800px;
  margin: 0 auto;
  padding-right: 8.33333%;
  padding-bottom: 2.5rem;
  padding-left: 8.33333%;
}

header.timeline h1,
footer.timeline h1 {
  margin-bottom: 1.75rem;
}

@media screen and (min-width: 768px) {
  header.timeline,
  footer.timeline {
    padding-right: 8.33333%;
    padding-bottom: 3.125rem;
    padding-left: 8.33333%;
  }
}

.timeline-menu {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .timeline-menu {
    margin-top: auto;
    display: none;
  }
}

.timeline-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.timeline-menu li a {
  background-color: #881c1c;
  display: block;
  padding: 0.5rem;
  text-decoration: none;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.2223;
}

@media screen and (max-width: 767px) {
  .timeline-menu li a {
    border-radius: 1.5rem;
    margin: 0.5rem;
    padding: 0.5rem 1rem;
  }
}

.timeline-menu li a:hover {
  color: #fff;
  background-color: #6a1010;
  text-decoration: underline;
}

ul.timeline-list:after {
  background-color: #881c1c;
}

ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
  border: 3px solid #881c1c;
}

ul.timeline-list.alternate
  li.timeline-item.odd
  .timeline-item-wrapper
  .timeline-marker {
  right: -5px;
}

ul.timeline-list.alternate
  li.timeline-item.even
  .timeline-item-wrapper
  .timeline-marker {
  left: -5px;
}

.cc--timeline-event .c--timeline-event h2 {
  color: #881c1c;
  font-size: 2.5rem;
  line-height: 1.05;
}

@media screen and (max-width: 767px) {
  .cc--timeline-event .c--timeline-event h2 {
    font-size: 1.5rem;
    line-height: 1.1667;
  }
}

.cc--timeline-event .c--timeline-event p {
  font-size: 0.9375rem;
  line-height: 1.6667;
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .cc--timeline-event .c--timeline-event p {
    font-size: 1rem;
    line-height: 1.875;
    margin-bottom: 2.1875rem;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--timeline-event .c--timeline-event p,
  body.pattern-lab-demo > .cc--timeline-event .c--timeline-event p,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--timeline-event
    .c--timeline-event
    p,
  .sg-pattern-example > .cc--timeline-event .c--timeline-event p,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--timeline-event
    .c--timeline-event
    p {
    font-size: 0.9375rem;
    line-height: 1.8667;
    margin-bottom: 1.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .cc--timeline-event .c--timeline-event .accordion h3 .accordion-trigger {
    font-size: 1rem;
    line-height: 1.125;
  }

  .cc--timeline-event
    .c--timeline-event
    .accordion
    h3
    .accordion-trigger::after {
    width: 2rem;
  }
}

.cc--timeline-event .c--timeline-event .accordion .button,
.cc--timeline-event .c--timeline-event .accordion .f--button-link a,
.f--button-link .cc--timeline-event .c--timeline-event .accordion a {
  width: auto;
}

.cc--timeline-event .c--timeline-event .f--image {
  padding-top: 0;
  padding-right: 8.33333%;
  padding-bottom: 0;
  padding-left: 8.33333%;
}

@media screen and (min-width: 768px) {
  .cc--timeline-event .c--timeline-event .f--image {
    padding-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .cc--timeline-event .c--timeline-event .f--image {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.cc--50-50-video .c--50-50-video {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

.cc--50-50-video .component-container {
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-right: 8.33333%;
  padding-bottom: 2.5rem;
  padding-left: 8.33333%;
}

@media screen and (min-width: 768px) {
  .cc--50-50-video .component-container {
    padding-top: 3.125rem;
    padding-right: 11.11111%;
    padding-bottom: 3.125rem;
    padding-left: 11.11111%;
  }
}

@media screen and (min-width: 1024px) {
  .cc--50-50-video .component-container {
    padding-top: 6.25rem;
    padding-right: 5.55556%;
    padding-bottom: 7.125rem;
    padding-left: 5.55556%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--50-50-video .component-container,
  body.pattern-lab-demo > .cc--50-50-video .component-container,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--50-50-video
    .component-container,
  .sg-pattern-example > .cc--50-50-video .component-container,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--50-50-video
    .component-container {
    padding-top: 6.25rem;
    padding-right: 0;
    padding-bottom: 7.125rem;
    padding-left: 8.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.cc--chapter .cc--50-50-video .component-container {
  padding-right: 0;
  padding-left: 0;
}

.t--microsite-landing-page .cc--50-50-video .component-container {
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

@media screen and (min-width: 768px) {
  .t--microsite-landing-page .cc--50-50-video .component-container {
    padding-right: 8.33333%;
    padding-left: 8.33333%;
  }
}

@media screen and (min-width: 768px) {
  .cc--50-50-video .text-container {
    padding-right: 7.14286%;
    padding-left: 7.14286%;
  }
}

@media screen and (min-width: 1024px) {
  .cc--50-50-video .text-container {
    padding-right: 3.125%;
    padding-left: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--50-50-video .text-container,
  body.pattern-lab-demo > .cc--50-50-video .text-container,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--50-50-video
    .text-container,
  .sg-pattern-example > .cc--50-50-video .text-container,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--50-50-video
    .text-container {
    padding-right: 4.54545%;
    padding-left: 0;
    -ms-flex-preferred-size: 31.81818%;
    flex-basis: 31.81818%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.cc--50-50-video .video-container {
  margin-bottom: 1.25rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cc--50-50-video .video-container {
    margin-bottom: 2.1875rem;
  }
}

@media screen and (min-width: 1024px) {
  .cc--50-50-video .video-container {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--50-50-video .video-container,
  body.pattern-lab-demo > .cc--50-50-video .video-container,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--50-50-video
    .video-container,
  .sg-pattern-example > .cc--50-50-video .video-container,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--50-50-video
    .video-container {
    margin-bottom: 0;
    -ms-flex-preferred-size: 68.18182%;
    flex-basis: 68.18182%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.cc--50-50-video .video-container.show .f--video-embed {
  opacity: 1;
  visibility: visible;
}

.cc--50-50-video .video-container.show .f--image {
  opacity: 0;
  visibility: hidden;
}

.cc--50-50-video .video-container .play-btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cc--50-50-video .video-container .play-btn::after {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  font-size: 0;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #881c1c;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/themes/custom/umass_base/images/icons/icon-play.svg);
  background-size: 0.5625rem;
  position: absolute;
  bottom: 0.75rem;
  left: 0.8125rem;
  border: 0;
  content: "";
  z-index: 10;
}

html[data-whatintent="mouse"]
  .cc--50-50-video
  .video-container
  .play-btn::after
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--50-50-video
  .video-container
  .play-btn::after:hover {
  background-color: #6a1010;
}

@media screen and (min-width: 768px) {
  .cc--50-50-video .video-container .play-btn::after {
    bottom: 1.625rem;
    left: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--50-50-video .video-container .play-btn::after,
  body.pattern-lab-demo > .cc--50-50-video .video-container .play-btn::after,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--50-50-video
    .video-container
    .play-btn::after,
  .sg-pattern-example > .cc--50-50-video .video-container .play-btn::after,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--50-50-video
    .video-container
    .play-btn::after {
    right: 2.3125rem;
    bottom: 1.4375rem;
    left: auto;
  }
}

.cc--50-50-video .video-container .f--image {
  height: 100%;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s ease;
  transition: visibility 0s linear 0.2s, opacity 0.2s ease;
}

.cc--50-50-video .video-container .f--image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cc--50-50-video .video-container .f--video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
}

.cc--50-50-video .video-container .f--video-embed iframe {
  width: 100%;
  height: 100%;
}

.cc--50-50-video .f--section-title h2 {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cc--50-50-video .f--section-title h2 {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0.9375rem;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--50-50-video .f--section-title h2,
  body.pattern-lab-demo > .cc--50-50-video .f--section-title h2,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--50-50-video
    .f--section-title
    h2,
  .sg-pattern-example > .cc--50-50-video .f--section-title h2,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--50-50-video
    .f--section-title
    h2 {
    margin-bottom: 0.625rem;
  }
}

.cc--50-50-video .f--section-title h2 a {
  color: #000;
  text-decoration: none;
}

.cc--50-50-video .f--section-title h2 .highlight {
  display: block;
  color: #881c1c;
}

.cc--50-50-video .f--description p {
  font-size: 0.9375rem;
  line-height: 1.6667;
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .cc--50-50-video .f--description p {
    font-size: 1rem;
    line-height: 1.875;
    margin-bottom: 2.1875rem;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--50-50-video .f--description p,
  body.pattern-lab-demo > .cc--50-50-video .f--description p,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--50-50-video
    .f--description
    p,
  .sg-pattern-example > .cc--50-50-video .f--description p,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--50-50-video
    .f--description
    p {
    font-size: 0.9375rem;
    line-height: 1.8667;
    margin-bottom: 1.5625rem;
  }
}

.cc--50-50-video .f--link a {
  font-size: 0.875rem;
  line-height: 1.2858;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 3.125rem;
  border-radius: 0;
  border: 0;
  white-space: normal;
  color: #fff;
  background-color: #881c1c;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  min-width: 10.625rem;
}

html[data-whatintent="mouse"] .cc--50-50-video .f--link a else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"] .cc--50-50-video .f--link a:hover {
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  background-color: #6a1010;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--50-50-video.video-left .component-container,
  body.pattern-lab-demo > .cc--50-50-video.video-left .component-container,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--50-50-video.video-left
    .component-container,
  .sg-pattern-example > .cc--50-50-video.video-left .component-container,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--50-50-video.video-left
    .component-container {
    padding-top: 6.25rem;
    padding-right: 8.33333%;
    padding-bottom: 7.125rem;
    padding-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .cc--50-50-video.video-left .text-container {
    padding-right: 0;
    padding-left: 3.125%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--50-50-video.video-left .text-container,
  body.pattern-lab-demo > .cc--50-50-video.video-left .text-container,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--50-50-video.video-left
    .text-container,
  .sg-pattern-example > .cc--50-50-video.video-left .text-container,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--50-50-video.video-left
    .text-container {
    padding-right: 0;
    padding-left: 4.54545%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 1024px) {
  .cc--50-50-video.video-left .video-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--50-50-video.video-left .video-container,
  body.pattern-lab-demo > .cc--50-50-video.video-left .video-container,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--50-50-video.video-left
    .video-container,
  .sg-pattern-example > .cc--50-50-video.video-left .video-container,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--50-50-video.video-left
    .video-container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.video-controls {
  position: absolute;
  top: 0.625rem;
  right: 0.75rem;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  .video-controls {
    top: 1rem;
    right: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .video-controls {
    top: inherit;
    right: 2.5rem;
    bottom: 2.5rem;
  }
}

.video-controls .video-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .video-controls .video-button {
    width: 2rem;
    height: 2rem;
  }
}

.video-controls .video-button.video-pause-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .video-controls .video-button.video-pause-button svg {
    width: 0.5rem;
    height: 0.75rem;
  }
}

.video-controls .video-button.video-pause-button.hidden {
  display: none;
}

.video-controls .video-button.video-play-button {
  display: none;
}

.video-controls .video-button.video-play-button.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html[data-whatintent="mouse"] .video-controls .video-button else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"] .video-controls .video-button:hover svg path {
  fill: #fff;
}

.video-controls .video-button svg {
  width: 100%;
  height: 100%;
}

.video-controls .video-button svg path {
  fill: rgba(255, 255, 255, 0.5);
}

.cc--wysiwyg .f--video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.cc--wysiwyg .f--video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cc--video-full-width .c--video-full-width {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
}

.cc--video-full-width .video-container {
  margin-bottom: 1.25rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cc--video-full-width .video-container {
    margin-bottom: 2.1875rem;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .cc--video-full-width .video-container,
  body.pattern-lab-demo > .cc--video-full-width .video-container,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .cc--video-full-width
    .video-container,
  .sg-pattern-example > .cc--video-full-width .video-container,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .cc--video-full-width
    .video-container {
    margin-bottom: 0;
    -ms-flex-preferred-size: 68.18182%;
    flex-basis: 68.18182%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.cc--video-full-width .video-container.show .f--video-embed {
  opacity: 1;
  visibility: visible;
}

.cc--video-full-width .video-container.show .f--image {
  opacity: 0;
  visibility: hidden;
}

.cc--video-full-width .video-container .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
}

.cc--video-full-width .video-container .play-btn::after {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  font-size: 0;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #881c1c;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/themes/custom/umass_base/images/icons/icon-play.svg);
  background-size: 0.5625rem;
  border: 0;
  content: "";
  z-index: 10;
}

html[data-whatintent="mouse"]
  .cc--video-full-width
  .video-container
  .play-btn::after
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc--video-full-width
  .video-container
  .play-btn::after:hover {
  background-color: #6a1010;
}

.cc--video-full-width .video-container .f--image {
  height: 100%;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s ease;
  transition: visibility 0s linear 0.2s, opacity 0.2s ease;
}

.cc--video-full-width .video-container .f--image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cc--video-full-width .video-container .f--video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
}

.cc--video-full-width .video-container .f--video-embed iframe {
  width: 100%;
  height: 100%;
}

.cc--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cc--webform .c--webform > .description {
  margin-bottom: 2.5rem;
  color: #4a4a4a;
}

.cc--webform .c--webform > .description span {
  font-size: 0.875rem;
  line-height: 1.7143;
  margin-top: 0.8125rem;
  display: inline-block;
}

.cc--webform .form-actions {
  text-align: center;
}

.lc--two-column .lr--main > .cc--webform {
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

@media screen and (min-width: 1024px) {
  .lc--two-column .lr--main > .cc--webform {
    padding-right: 16.66667%;
    padding-left: 5.55556%;
  }
}

.cc--wysiwyg {
  max-width: 1800px;
  margin: 0 auto;
  padding-bottom: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .cc--wysiwyg {
    padding-bottom: 3.125rem;
  }
}

.lc--two-column .lr--main > .cc--wysiwyg {
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

@media screen and (min-width: 1024px) {
  .lc--two-column .lr--main > .cc--wysiwyg {
    padding-right: 16.66667%;
    padding-left: 5.55556%;
  }
}

@media screen and (min-width: 768px) {
  .tc--landing-page .lc--two-column .lr--main > .cc--wysiwyg,
  .tc--microsite-landing-page .lc--two-column .lr--main > .cc--wysiwyg {
    padding-right: 16.66667%;
    padding-left: 16.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .tc--microsite-article .lc--two-column .lr--main > .cc--wysiwyg,
  .tc--events-listing .lc--two-column .lr--main > .cc--wysiwyg {
    padding-right: 16.66667%;
    padding-left: 5.55556%;
  }
}

.tc--event .lc--two-column .lr--main > .cc--wysiwyg {
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

@media screen and (min-width: 1024px) {
  .tc--event .lc--two-column .lr--main > .cc--wysiwyg {
    padding-top: 0.625rem;
    padding-right: 25%;
    padding-left: 2.77778%;
  }
}

@media screen and (min-width: 768px) {
  .tc--layout-builder .lc--two-column .lr--main > .cc--wysiwyg {
    padding-right: 8.33333%;
    padding-left: 8.33333%;
  }
}

.lc--full .lr--main .cc--wysiwyg {
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

.tc--microsite-profile .lc--full .lr--main .cc--wysiwyg {
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

@media screen and (min-width: 1024px) {
  .tc--microsite-profile .lc--full .lr--main .cc--wysiwyg {
    padding-right: 25%;
    padding-left: 25%;
  }
}

.cc--wysiwyg img.align-left,
.cc--wysiwyg figure.align-left,
.cc--wysiwyg article.align-left,
.cc--wysiwyg entity.algin-left {
  width: 50%;
  float: left;
}

.cc--wysiwyg img.align-right,
.cc--wysiwyg figure.align-right,
.cc--wysiwyg article.align-right,
.cc--wysiwyg entity.align-right {
  width: 50%;
  float: right;
}

.cc--wysiwyg .responsive-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.cc--wysiwyg .responsive-iframe > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cc--youvisit-embed {
  max-width: 1800px;
  margin: 0 auto;
}

.cc--youvisit-embed .c--youvisit-embed .youvisit-embed-container {
  width: 100%;
  height: 0;
  padding-bottom: 33.33333%;
  position: relative;
}

.cc--youvisit-embed .c--youvisit-embed .youvisit-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tc--article .form-wrapper:not(:last-child) .fi--form-item {
  margin-bottom: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .tc--article .form-wrapper:not(:last-child) .fi--form-item {
    margin-bottom: 2.5rem;
  }
}

.tc--article .form-wrapper.field--name-field-editorial-access-group {
  display: none;
}

.tc--article .field--name-field-teaser-image .cc--wysiwyg {
  display: none;
}

.tc--article
  input[data-drupal-selector="edit-field-teaser-image-form-0-actions-ief-add-save"] {
  display: none;
}

.tc--article .js-form-type-vertical-tabs {
  display: none;
}

@media screen and (min-width: 1024px) {
  .tc--chaptered-page .content-top {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .tc--chaptered-page .content-main .cc--hero-interior {
    display: none;
  }
}

.tc--error-page .content-top {
  margin-top: -6.5625rem;
}

@media screen and (min-width: 768px) {
  .tc--error-page .content-top {
    margin-top: -9.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .tc--error-page .content-top {
    margin-top: -10.6875rem;
  }
}

@media screen and (min-width: 1024px) {
  .tc--events-listing .content-top {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .tc--events-listing .content-main .cc--hero-interior {
    display: none;
  }
}

.tc--form-page .lr--main {
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

@media screen and (min-width: 768px) {
  .tc--form-page .lr--main {
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}

@media screen and (min-width: 1024px) {
  .lc--full .tc--form-page .lr--main,
  body.pattern-lab-demo > .tc--form-page .lr--main,
  body.pattern-lab-demo
    > .slider-container
    .f--field.nested
    .tc--form-page
    .lr--main,
  .sg-pattern-example > .tc--form-page .lr--main,
  .sg-pattern-example
    > .slider-container
    .f--field.nested
    .tc--form-page
    .lr--main {
    padding-right: 10.41667%;
    padding-left: 10.41667%;
  }
}

.tc--home .content-top {
  margin-top: -6.5625rem;
}

@media screen and (min-width: 768px) {
  .tc--home .content-top {
    margin-top: -9.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .tc--home .content-top {
    margin-top: -10.6875rem;
  }
}

@media screen and (min-width: 1024px) {
  .tc--news-listing .content-top {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .tc--news-listing .content-main .cc--hero-interior {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .tc--news-listing .content-main .lr--main {
    padding-top: 0.625rem;
  }
}

.cc_banner-wrapper .cc_container p.cc_message a {
  color: #31a8f0;
}

html[data-whatintent="mouse"]
  .cc_banner-wrapper
  .cc_container
  p.cc_message
  a
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc_banner-wrapper
  .cc_container
  p.cc_message
  a:hover {
  color: #31a8f0;
  text-decoration: underline;
}

html[data-whatintent="mouse"]
  .cc_banner-wrapper
  .cc_container
  .cc_btn_accept_all
  else {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

html[data-whatintent="mouse"]
  .cc_banner-wrapper
  .cc_container
  .cc_btn_accept_all:hover {
  text-decoration: none;
}

.lity .lity-wrap .lity-container {
  position: relative;
  background-color: #fff;
}

.lity .lity-wrap .lity-container .lity-content {
  -webkit-transition: none;
  transition: none;
}

.lity .lity-wrap .lity-container .lity-content::after {
  display: none;
}

.lity .lity-wrap .lity-container .lity-content iframe {
  vertical-align: top;
}

.lity .lity-wrap .lity-container .lity-close {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -25px;
  right: -35px;
  color: #000;
}

.lity .lity-wrap .lity-container .lity-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/images/icons/icon-close-grey.svg");
  background-size: cover;
  content: "";
}

html[data-whatinput="keyboard"]
  .lity
  .lity-wrap
  .lity-container
  .lity-close:focus {
  outline: 3px solid #c69214;
}

html[data-whatinput="mouse"]
  .lity
  .lity-wrap
  .lity-container
  .lity-close:focus {
  outline: none;
}

.lity .lity-wrap .lity-container h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0.3125rem;
}

.lity .lity-wrap .lity-container p {
  font-size: 1rem;
  line-height: 1.625;
}

.cc_container {
  font-size: 1rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.video-controls .video-button.video-pause-button svg {
  width: 1.5rem;
  height: 1.75rem;
}

#openid-connect-login-form #edit-openid-connect-client-windows-aad-login {
  max-width: 18.625rem;
}

.t--login .cc--admin-tabs .c--admin-tabs {
  display: none;
}

.date-recur-modular-alpha-widget
  .container-inline
  .form-item-field-event-date-0-mode
  div {
  display: block;
  margin-bottom: 2.5em;
}

.date-recur-modular-alpha-widget .container-inline .js-form-type-checkbox {
  display: inline-block;
  margin-right: 1em;
}

#node-event-submit-an-event-form
  .form-wrapper:not(:last-child)
  .fi--form-item.fi--form-item-checkbox {
  margin-bottom: 0;
}

.node-event-submit-an-event-form .form-wrapper .fieldset-legend {
  font-size: 1.625rem;
  line-height: 1.1539;
  font-weight: 800;
  margin: 1rem 0;
}

label.form-required:before,
.fieldset-legend.form-required:before {
  content: "* ";
  color: red;
}

.cc--story-listing {
  max-width: 1800px;
  margin: 0 auto;
  padding-right: 8.33333%;
  padding-left: 8.33333%;
}

.cc--story-listing .f--cards .cc--news-listing-card {
  margin-bottom: 1.3125rem;
  padding-bottom: 1.625rem;
  border-bottom: 0.0625rem solid #ccc;
}

@media screen and (min-width: 768px) {
  .cc--story-listing .f--cards .cc--news-listing-card {
    margin-bottom: 2rem;
    padding-bottom: 1.6875rem;
  }
}

@media screen and (min-width: 1024px) {
  .cc--story-listing .f--cards .cc--news-listing-card {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

div.f--field.f--wysiwyg a.field-stat-link {
  font-size: 0.875rem;
  line-height: 1.2858;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 3.125rem;
  border-radius: 0;
  border: 0;
  white-space: normal;
  color: #fff;
  background-color: #881c1c;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  min-width: 10.625rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
}

div.f--field.f--wysiwyg a.field-stat-link:hover {
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  background-color: #6a1010;
  color: #fff;
  text-decoration: none;
}

.slider-component .f--wysiwyg .pull-quote .author,
.slider-component .f--wysiwyg blockquote .author {
  font-size: 0.9375rem;
  line-height: 1.3334;
  font-style: normal;
  font-weight: 700;
}

.slider-component .f--wysiwyg .pull-quote .author::before,
.slider-component .f--wysiwyg blockquote .author::before {
  margin-right: 0.3125rem;
  display: inline-block;
  content: "—";
}

.cc--header-branding svg #white {
  display: none;
}

.cc--header-branding svg #black {
  display: inline;
}

.cc--header-branding svg #black path {
  fill: #000;
}

.cc--header-branding svg #white path {
  fill: #fff;
}

body.transparent-header #l--main-header .cc--header-branding svg #white {
  display: inline;
}

body.transparent-header #l--main-header .cc--header-branding svg #black {
  display: none;
}

@media screen and (min-width: 768px) {
  .t--article .content-main .slider-component {
    padding-left: 8.33333%;
  }

  .t--article .content-main .slider-component .slider-component {
    padding-left: 0%;
  }
}

.page-node-type-news-listing .publication-date {
  font-size: 0.875rem;
  line-height: 1.7143;
  font-weight: bold;
  margin-top: 0.5rem;
}

.t--event .date-recur-occurrences p {
  font-weight: bold;
}

.t--event .date-recur-occurrences p:nth-child(2n) {
  padding-bottom: 0.5rem;
  line-height: 0.9375;
  font-weight: normal;
}

.node-event-submit-an-event-form .form-time.error,
.node-event-submit-an-event-form .form-date.error,
.node-event-submit-an-event-form .form-email.error {
  border: 2px solid red;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
