@import url(//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css);
@import url(//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css);

.slick-track {
  display: flex;
}

.slick-track > div {
  margin: auto;
}

.slick-slide {
  opacity: 0.75;
  pointer-events: none;
}

.slick-slide.slick-active {
  opacity: 1;
  pointer-events: all;
}

.slick-current.slick-center {
  padding-right: 0;
  padding-left: 0;
}

.slick-slide > div {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 1rem;
  background-color: #fff;
  border-width: 1px;
  border-color: rgba(0,0,0,.08);
  border-radius: 0.5rem;
  outline: 0;
}

.slick-slide,
.slick-slide > div > div:focus {
  outline: 0;
}

@media (min-width: 768px) {
  .slick-current {
    padding-right: 75px;
    padding-left: 75px;
  }
}

/* -- arrows and dots -- */

.slick-arrow {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 24px;
  z-index: 1;
}

.slick-arrow:hover {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.025);
}

.slick-arrow:focus {
  outline: 2px solid rgba(0, 0, 0, 0.025);
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  background: url(/static/images/slider-arrow.svg)
    50%;
  width: 16px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-prev:before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.slick-dots li button:before {
  width: 6px;
  height: 6px;
  line-height: 6px;
  position: initial;
}

/* slide content */

.slide-image {
  padding: 1rem;
  text-align: center;
}

.slide-image img {
  display: inline-block;
}

.slide-title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1.8823529411764706rem;
  line-height: 1;
  color: #231F20;
}

.slide-subhead {
  margin-bottom: 0.5rem;
  color: #6b7480;
  text-transform: uppercase;
  font-weight: 700;
}

.slide-description {
  line-height: 1.2;
  font-size: 0.9411764705882353rem;
  margin-bottom: 0;
}

.slide-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .slide-description {
    margin-bottom: 2rem;
  }

  .slide-bottom {
    display: block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .slide-inner {
    display: flex;
    align-items: center;
  }

  .slide-image {
    padding: 2rem;
    max-width: 33%;
    min-width: 30px;
  }
}

.rud-cover-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.routing-unit_content > span:last-child {
  margin-bottom: 0;
}

.is-not-cover {
  background: transparent;
}

.link-list.is-not-cover {
  background: transparent;
  -webkit-backdrop-filter: none;
}

.is-layoutCoverColumn .group .routing-unit_icon {
  position: absolute;
  bottom: 1.4rem;
  right: 1.4rem;
}

.is-layoutCoverColumn .layoutCoverColumn_max-width {
  max-width: 720px;
  padding-right: 3.5rem;
}

@media (min-width: 768px) {
  .is-layoutCoverColumn .group .routing-unit_icon {
    bottom: 3.3rem;
    right: 2.3rem;
  }

  .is-layoutColumn {
    display: flex;
  }

  .is-layoutColumn > div {
    max-width: 50%;
  }
}

/* -- Dark Background -- */

.ground-dark-flat {
  background-color: #2C2F33;
  color: #fff;
}

.ground-dark-flat .rud-cover-image {
  background-color: #2C2F33;
}

.ground-dark-flat .routing-unit_headline-color,
.ground-dark-flat .routing-unit_tagline {
  color: #fff;
}

.ground-dark-flat .routing-unit_icon {
  background-color: #fff;
  color: #231F20;
}

/* -- Light Background -- */

.ground-light {
  background-color: rgba(0,34,64,.06);
  color: #665F61;
}

.ground-light .rud-cover-image {
  background-color: rgba(0,34,64,.06);
}

.ground-light .routing-unit_headline-color {
  color: #231F20;
}

.ground-light .routing-unit_tagline {
  color: #6b7480;
}

.ground-light .routing-unit_icon {
  background-color: #D80032;
  color: #fff;
}

/* -- White Background -- */

.ground-white {
  background-color: #fff;
  color: #665F61;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0,34,64,.06);
}

.ground-white .rud-cover-image {
  background-color: #fff;
}

.ground-white .routing-unit_headline-color {
  color: #231F20;
}

.ground-white .routing-unit_tagline {
  color: #6b7480;
}

.ground-white .routing-unit_icon {
  background-color: #D80032;
  color: #fff;
}

/* -- Hover effects -- */

.group .routing-unit_headline {
  transition: all 250ms ease-in-out;
  position: relative;
  bottom: 0;
}

.not-menu-card.has-link .group:hover .routing-unit_headline {
  bottom: 2px;
}

.ground-white.not-menu-card.has-link .group:hover .routing-unit_headline,
.ground-light.not-menu-card.has-link .group:hover .routing-unit_headline {
  color: #D80032;
}

.ground-dark-flat.not-menu-card.has-link .group:hover .routing-unit_headline {
  color: #fff;
}

.group .routing-unit_icon {
  transition: all 250ms ease-in-out;
  position: relative;
  transform: scale(1);
}

.group:hover .routing-unit_icon {
  transform: scale(1.25);
}

/* -- Menu Card Hover -- */

.has-link .menu-card-link {
  transition: all 150ms ease-in-out;
}

.has-link .menu-card-link:hover {
  color: #D80032;
}

.menu-card-link .menu-card-link_arrow {
  transition: all 150ms ease-in-out;
}

.menu-card-link:hover .menu-card-link_arrow {
  color: #D80032;
  right: 25px;
}

/* Density Options */

/* ---------------
    Hero Layout
------------------ */

.banner-hero {
  margin: 1rem;
  border-radius: 0.5rem;
  background-color: rgba(0,34,64,.06);
}

.banner-hero_inner {
  background-size: 0 0;
}

.banner-hero_mobile-image {
  margin: 0 auto 20px auto;
  max-height: 45vh;
}

.banner-cta-buttons>*{
  width: 100%;
  margin-top: 12px;
}

.banner-cta-buttons a{
  display: block!important;
  width: 100%;
  display: none;
}

.banner-cta-buttons .is-style-with_chevron>a{
  text-align: left!important;
}

@media (min-width: 768px) {
  .banner-hero_mobile-image {
    display: none;
  }

  .banner-hero_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 48%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .banner-hero {
    margin: 0;
    display: flex;
    position: relative;
    border-radius: 0;
    min-height: 50vh;
  }

  .banner-hero_inner {
    display: flex;
    width: 100%;
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: right 20px bottom 10px;
  }

  .banner-cta-buttons{
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }

  .banner-cta-buttons>*{
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 1280px) {
  .banner-hero {
    margin: 0;
    display: flex;
    position: relative;
    border-radius: 0;
    min-height: 50vh;
  }

  .banner-hero_inner {
    background-size: cover;
  }
}

.gallery-caption p {
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.blocks-gallery-item > img {
  cursor: pointer;
}

@keyframes closeWindow {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.ril__outerClosing {
  opacity: 0;
}

.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}

.ril__navButtons:hover {
  opacity: 1;
}

.ril__navButtons:active {
  opacity: 0.7;
}

.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==')
    no-repeat center;
}

.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+')
    no-repeat center;
}

.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  background-size: cover;
}

.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}

.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}

.ril__toolbar {
  top: 0;
  height: 50px;
}

.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ril__toolbarItemChild {
  vertical-align: middle;
}

.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}

.ril__builtinButton:hover {
  opacity: 1;
}

.ril__builtinButton:active {
  outline: none;
}

.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}

.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}

.ril__closeButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__zoomInButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+')
    no-repeat center;
}

.ril__zoomOutButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__outerAnimating {
  -webkit-animation-name: closeWindow;
          animation-name: closeWindow;
}

@keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }
}

.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}

.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.ril__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  -webkit-animation: pointFade 800ms infinite ease-in-out both;
          animation: pointFade 800ms infinite ease-in-out both;
}

.ril__loadingCirclePoint:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.ril__loadingCirclePoint:nth-of-type(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  -webkit-animation-delay: -800ms;
          animation-delay: -800ms;
}

.ril__loadingCirclePoint:nth-of-type(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.ril__loadingCirclePoint:nth-of-type(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}

.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  -webkit-animation-delay: -666ms;
          animation-delay: -666ms;
}

.ril__loadingCirclePoint:nth-of-type(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.ril__loadingCirclePoint:nth-of-type(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}

.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  -webkit-animation-delay: -533ms;
          animation-delay: -533ms;
}

.ril__loadingCirclePoint:nth-of-type(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ril__loadingCirclePoint:nth-of-type(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  -webkit-animation-delay: -400ms;
          animation-delay: -400ms;
}

.ril__loadingCirclePoint:nth-of-type(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.ril__loadingCirclePoint:nth-of-type(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}

.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  -webkit-animation-delay: -266ms;
          animation-delay: -266ms;
}

.ril__loadingCirclePoint:nth-of-type(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.ril__loadingCirclePoint:nth-of-type(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  -webkit-animation-delay: -133ms;
          animation-delay: -133ms;
}

.ril__loadingCirclePoint:nth-of-type(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ril__loadingCirclePoint:nth-of-type(13) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}

.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
}

.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  color: #fff;
}

.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}

.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

/* -- first post image -- */

.first-event-image {
  position: relative;
  width: 100px;
  height: 100px;
}

.first-event-image > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* -- Loading Spinner --*/

.lds-ellipsis {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  width: 64px;
  height: 45px;
  opacity: 0.25;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #2c2f33;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

/* -- first post image -- */

.first-event-image {
  position: relative;
  width: 100px;
  height: 100px;
}

.first-event-image > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.is-title-image-only .date,
.is-title-image-only .description {
  display: none;
}

.media-card {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.media-card_content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0.5rem;
}

.media-card_content h2,
.media-card_content h3,
.media-card_content h4 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.media-card_media {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}

/* Media with backgrounds */

.media-card_active-bg {
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.media-card_bg-white {
  background-color: #fff;
  border-color: rgba(0,34,64,.06);
  border-style: solid;
  border-width: 1px;
}

.media-card_bg-light-gray {
  background-color: rgba(0,34,64,.06);
}

.media-card_bg-dark-gray {
  background-color: #181A1C;
}

.media-card_bg-primary {
  background-color: #D80032;
  color: #fff;
}

.media-card_bg-primary h1,
.media-card_bg-primary h2,
.media-card_bg-primary h3 {
  color: #fff;
}

.media-card_bg-secondary {
  background-color: #F0243C;
  color: #fff;
}

.media-card_bg-secondary h1,
.media-card_bg-secondary h2,
.media-card_bg-secondary h3 {
  color: #fff;
}

@media (min-width: 640px) {
  .media-is-right .media-card_media img {
    padding-left: 2rem;
  }

  .media-is-left .media-card_media img {
    padding-right: 2rem;
  }

  .media-is-right .media-card_media img {
    padding-left: 2rem;
  }

  .media-is-left .media-card_media img {
    padding-right: 2rem;
  }
}

.modal-header{
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.modal-body>*{
  max-width: 100%;
}

.modal-body iframe{
  max-width: 100%!important;
}

.modal-body iframe.hs-form-iframe{
  width: 100%!important;
}
.emailSignupForm {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.emailSignupForm div:first-of-type {
  width: 100%;
}

form[action].emailSignupForm .field {
  margin-bottom: 0;
}

.emailSignupForm [type="email"] {
  width: 100%;
  flex-grow: 1;
  border-radius: 5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1rem;
  padding: 0.5rem 1.25rem;
  line-height: 1;
  color: #665f61;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #ccc;
}

.emailSignupForm [type="email"]:focus {
  outline: none;
  border-color: #007db5;
  box-shadow: 0px 0px 0px 2px #00a8f3;
}

.emailSignupForm label[for] {
  display: none !important;
}

.emailSignupForm ul {
  color: #D80032;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 45px;
  padding: 0;
  margin: 0;
}

.emailSignupForm ul li {
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 0;
}

.emailSignupForm .hs_error_rollup ul {
  left: auto;
  right: 0;
}

form[action].emailSignupForm .input {
  width: 100%;
}

.emailSignupForm [type="submit"] {
  background-color: #d80032;
  padding: 0.5rem 2.25rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.375;
  margin: 0 0 0 -1px;
  border: 0;
  border-radius: 5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  fill: currentColor;
  transition: all 0.15s ease-in-out;
}

.emailSignupForm [type="submit"]:focus {
  outline: none;
  border-color: #007db5;
  box-shadow: 0px 0px 0px 3px #00a8f3;
}

.group-block.has-background{
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
/**
 * Colors
 */

/**
 * Often re-used variables
 */

/**
 * Breakpoints & Media Queries
 */

/**
 * Breakpoint mixins
 */

/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */

/**
 * Button states and focus styles
 */

/**
 * Applies editor left position to the selector passed as argument
 */

/**
 * Applies editor right position to the selector passed as argument
 */

/**
 * Styles that are reused verbatim in a few places
 */

/**
 * Allows users to opt-out of animations via OS-level preferences.
 */

/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */

/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}


  .wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}


    .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  
        .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}


    .wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}


    .wp-block-gallery .blocks-gallery-item img {
  width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  
        .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}


    .wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  background: linear-gradient(0deg, rgba(35, 31, 32, 0.7) 0, rgba(35, 31, 32, 0.3) 70%, transparent);
}


      .wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}


  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  
      .wp-block-gallery.is-cropped .blocks-gallery-item a,
      .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}


  .wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}


    .wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}


  .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

