/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

.northwood__skip-to-main {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.northwood__skip-to-main:active,
.northwood__skip-to-main:focus {
  clip: auto !important;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.lity-container .lity-close {
  font-size: 48px;
  right: 30px;
  top: 60px;
}
.lity-active body {
  height: 100vw;
  overflow: hidden;
}
.wp-block-button.is-style-arrow .wp-block-button__link,
.wp-block-button.is-style-arrow-large .wp-block-button__link,
.wp-block-button.is-style-arrow-left .wp-block-button__link,
.wp-block-button.is-style-arrow-left-large .wp-block-button__link,
.wp-block-button.is-style-arrow-right .wp-block-button__link,
.wp-block-button.is-style-arrow-right-large .wp-block-button__link {
  background-color: transparent;
  border: none;
  border-radius: 100%;
  color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 36px;
  overflow: hidden;
  position: relative;
  width: 36px;
}
@media (min-width: 800px) {
  .wp-block-button.is-style-arrow .wp-block-button__link,
  .wp-block-button.is-style-arrow-large .wp-block-button__link,
  .wp-block-button.is-style-arrow-left .wp-block-button__link,
  .wp-block-button.is-style-arrow-left-large .wp-block-button__link,
  .wp-block-button.is-style-arrow-right .wp-block-button__link,
  .wp-block-button.is-style-arrow-right-large .wp-block-button__link {
    height: 45px;
    width: 45px;
  }
}
.wp-block-button.is-style-arrow .wp-block-button__link:after,
.wp-block-button.is-style-arrow .wp-block-button__link:before,
.wp-block-button.is-style-arrow-large .wp-block-button__link:after,
.wp-block-button.is-style-arrow-large .wp-block-button__link:before,
.wp-block-button.is-style-arrow-left .wp-block-button__link:after,
.wp-block-button.is-style-arrow-left .wp-block-button__link:before,
.wp-block-button.is-style-arrow-left-large .wp-block-button__link:after,
.wp-block-button.is-style-arrow-left-large .wp-block-button__link:before,
.wp-block-button.is-style-arrow-right .wp-block-button__link:after,
.wp-block-button.is-style-arrow-right .wp-block-button__link:before,
.wp-block-button.is-style-arrow-right-large .wp-block-button__link:after,
.wp-block-button.is-style-arrow-right-large .wp-block-button__link:before {
  background-color: transparent;
  background-image: none;
  border: none;
  -webkit-clip-path: none;
  clip-path: none;
  content: "";
  position: absolute;
  transform-origin: center center;
}
.wp-block-button.is-style-arrow .wp-block-button__link:before,
.wp-block-button.is-style-arrow-large .wp-block-button__link:before,
.wp-block-button.is-style-arrow-left .wp-block-button__link:before,
.wp-block-button.is-style-arrow-left-large .wp-block-button__link:before,
.wp-block-button.is-style-arrow-right .wp-block-button__link:before,
.wp-block-button.is-style-arrow-right-large .wp-block-button__link:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  left: 8px;
  top: 8px;
  transition: transform 0.3s;
  width: 20px;
  z-index: 2;
}
@media (min-width: 800px) {
  .wp-block-button.is-style-arrow .wp-block-button__link:before,
  .wp-block-button.is-style-arrow-large .wp-block-button__link:before,
  .wp-block-button.is-style-arrow-left .wp-block-button__link:before,
  .wp-block-button.is-style-arrow-left-large .wp-block-button__link:before,
  .wp-block-button.is-style-arrow-right .wp-block-button__link:before,
  .wp-block-button.is-style-arrow-right-large .wp-block-button__link:before {
    height: 24px;
    left: 11px;
    top: 11px;
    width: 24px;
  }
}
.wp-block-button.is-style-arrow .wp-block-button__link:after,
.wp-block-button.is-style-arrow-large .wp-block-button__link:after,
.wp-block-button.is-style-arrow-left .wp-block-button__link:after,
.wp-block-button.is-style-arrow-left-large .wp-block-button__link:after,
.wp-block-button.is-style-arrow-right .wp-block-button__link:after,
.wp-block-button.is-style-arrow-right-large .wp-block-button__link:after {
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 100%;
  height: 36px;
  left: 0;
  top: 0;
  transition: transform 0.3s;
  width: 36px;
}
@media (min-width: 800px) {
  .wp-block-button.is-style-arrow .wp-block-button__link:after,
  .wp-block-button.is-style-arrow-large .wp-block-button__link:after,
  .wp-block-button.is-style-arrow-left .wp-block-button__link:after,
  .wp-block-button.is-style-arrow-left-large .wp-block-button__link:after,
  .wp-block-button.is-style-arrow-right .wp-block-button__link:after,
  .wp-block-button.is-style-arrow-right-large .wp-block-button__link:after {
    height: 45px;
    width: 45px;
  }
}
.wp-block-button.is-style-arrow .wp-block-button__link:hover,
.wp-block-button.is-style-arrow-large .wp-block-button__link:hover,
.wp-block-button.is-style-arrow-left .wp-block-button__link:hover,
.wp-block-button.is-style-arrow-left-large .wp-block-button__link:hover,
.wp-block-button.is-style-arrow-right .wp-block-button__link:hover,
.wp-block-button.is-style-arrow-right-large .wp-block-button__link:hover {
  background-color: transparent;
  border: none;
}
.wp-block-button.is-style-arrow .wp-block-button__link:hover:before,
.wp-block-button.is-style-arrow-large .wp-block-button__link:hover:before,
.wp-block-button.is-style-arrow-left .wp-block-button__link:hover:before,
.wp-block-button.is-style-arrow-left-large .wp-block-button__link:hover:before,
.wp-block-button.is-style-arrow-right .wp-block-button__link:hover:before,
.wp-block-button.is-style-arrow-right-large
  .wp-block-button__link:hover:before {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: arrowRoll;
  height: 20px;
  transform-origin: center center;
  width: 20px;
}
@media (min-width: 800px) {
  .wp-block-button.is-style-arrow .wp-block-button__link:hover:before,
  .wp-block-button.is-style-arrow-large .wp-block-button__link:hover:before,
  .wp-block-button.is-style-arrow-left .wp-block-button__link:hover:before,
  .wp-block-button.is-style-arrow-left-large
    .wp-block-button__link:hover:before,
  .wp-block-button.is-style-arrow-right .wp-block-button__link:hover:before,
  .wp-block-button.is-style-arrow-right-large
    .wp-block-button__link:hover:before {
    height: 24px;
    width: 24px;
  }
}
.wp-block-button.is-style-arrow .wp-block-button__link:hover:after,
.wp-block-button.is-style-arrow-large .wp-block-button__link:hover:after,
.wp-block-button.is-style-arrow-left .wp-block-button__link:hover:after,
.wp-block-button.is-style-arrow-left-large .wp-block-button__link:hover:after,
.wp-block-button.is-style-arrow-right .wp-block-button__link:hover:after,
.wp-block-button.is-style-arrow-right-large .wp-block-button__link:hover:after {
  transform: scale(0.95);
  transform-origin: center center;
  transition: transform 0.3s;
}
.wp-block-button.is-style-arrow-large,
.wp-block-button.is-style-arrow-large .wp-block-button__link,
.wp-block-button.is-style-arrow-left-large,
.wp-block-button.is-style-arrow-left-large .wp-block-button__link,
.wp-block-button.is-style-arrow-right-large,
.wp-block-button.is-style-arrow-right-large .wp-block-button__link {
  height: clamp(2.25rem, 0.75rem + 3.4285714286vw, 3.75rem);
  width: clamp(2.25rem, 0.75rem + 3.4285714286vw, 3.75rem);
}
.wp-block-button.is-style-arrow-large .wp-block-button__link:before,
.wp-block-button.is-style-arrow-left-large .wp-block-button__link:before,
.wp-block-button.is-style-arrow-right-large .wp-block-button__link:before {
  height: clamp(1.25rem, 0.8125rem + 1vw, 1.6875rem);
  left: clamp(0.5rem, 0rem + 1.1428571429vw, 1rem);
  top: clamp(0.5rem, 0rem + 1.1428571429vw, 1rem);
  width: clamp(1.25rem, 0.8125rem + 1vw, 1.6875rem);
}
.wp-block-button.is-style-arrow-large .wp-block-button__link:after,
.wp-block-button.is-style-arrow-left-large .wp-block-button__link:after,
.wp-block-button.is-style-arrow-right-large .wp-block-button__link:after {
  height: clamp(2.25rem, 0.75rem + 3.4285714286vw, 3.75rem);
  width: clamp(2.25rem, 0.75rem + 3.4285714286vw, 3.75rem);
}
.wp-block-button.is-style-arrow-left .wp-block-button__link:before,
.wp-block-button.is-style-arrow-left-large .wp-block-button__link:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%23fff%27 d=%27M12.899 22.697a1 1 0 0 1-1.414.021l-6.253-6.079-.027-.032-.009-.014-.009-.01-.023-.038-.027-.041-.005-.01-.011-.019-.01-.016-.013-.03-.02-.04-.008-.024-.008-.019-.007-.017-.005-.023-.015-.041-.005-.023-.006-.02-.004-.021-.004-.023-.008-.043-.002-.029-.003-.022v-.019l-.001-.024L4.999 16l.003-.04-.001-.015.003-.009v-.021l.004-.021.001-.03.008-.042.001-.016.003-.006.004-.023.006-.019.005-.024.015-.04.005-.024.007-.016.008-.019.008-.025.02-.039.013-.032.01-.015.011-.019.032-.051.023-.039.009-.009.009-.015.05-.056.028-.034.007-.005 6.196-6.016a1 1 0 1 1 1.393 1.435l-4.411 4.284 17.533-.001a1 1 0 0 1 .991.864l.009.136a1 1 0 0 1-1 1l-17.532.001 4.41 4.281a1 1 0 0 1 .116 1.3l-.095.114z%27/%3E%3C/svg%3E");
}
.wp-block-button.is-style-arrow .wp-block-button__link:before,
.wp-block-button.is-style-arrow-right .wp-block-button__link:before,
.wp-block-button.is-style-arrow-right-large .wp-block-button__link:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27 xmlns:v=%27https://vecta.io/nano%27%3E%3Cpath fill=%27%23ffffff%27 d=%27M19.101 9.303a1 1 0 0 1 1.414-.021l6.253 6.079.027.032.009.014.009.01.023.038.027.041.005.01.011.019.01.016.013.03.02.04.008.024.008.019.007.017.005.023.015.041.005.023.006.02.004.021.004.023.008.043.002.029.003.022v.019l.001.024.003.041-.003.04.001.015-.003.009v.021l-.004.021-.001.03-.008.042-.001.016-.003.006-.004.023-.006.019-.005.024-.015.04-.005.024-.007.016-.008.019-.008.025-.02.039-.013.032-.01.015-.011.019-.032.051-.023.039-.009.009-.009.015-.05.056-.028.034-.007.005-6.196 6.016a1 1 0 0 1-1.393-1.435l4.411-4.284-17.533.001a1 1 0 0 1-.991-.864l-.009-.136a1 1 0 0 1 1-1l17.532-.001-4.41-4.281a1 1 0 0 1-.116-1.3l.095-.114z%27/%3E%3C/svg%3E");
}
.wp-block-button.is-style-arrow-link {
  margin-bottom: 11px;
}
p + .wp-block-button.is-style-arrow-link {
  margin-top: 18px;
}
@media (min-width: 800px) {
  p + .wp-block-button.is-style-arrow-link {
    margin-top: 30px;
  }
}
.wp-block-button.is-style-arrow-link .wp-block-button__link {
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  border: none;
  border-radius: 0;
  color: var(--wp--preset--color--primary);
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: 24px;
  margin: 0;
  padding: 0 0 1px;
  transition: background-size 0.3s;
}
.wp-block-button.is-style-arrow-link .wp-block-button__link:before {
  display: none;
}
.wp-block-button.is-style-arrow-link .wp-block-button__link:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M19.101 9.303a1 1 0 0 1 1.414-.021l6.253 6.079.027.032.009.014.009.01.023.038.027.041.005.01.011.019.01.016.013.03.02.04.008.024.008.019.007.017.005.023.015.041.005.023.006.02.004.021.004.023.008.043.002.029.003.022v.019l.001.024.003.041-.003.04.001.015-.003.009v.021l-.004.021-.001.03-.008.042-.001.016-.003.006-.004.023-.006.019-.005.024-.015.04-.005.024-.007.016-.008.019-.008.025-.02.039-.013.032-.01.015-.011.019-.032.051-.023.039-.009.009-.009.015-.05.056-.028.034-.007.005-6.196 6.016a1 1 0 1 1-1.393-1.435l4.411-4.284-17.533.001a1 1 0 0 1-.991-.864l-.009-.136a1 1 0 0 1 1-1l17.532-.001-4.41-4.281a1 1 0 0 1-.116-1.3l.095-.114z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  margin-left: 6px;
  position: relative;
  right: auto;
  top: auto;
  transition: transform 0.3s;
  width: 24px;
}
.wp-block-button.is-style-arrow-link .wp-block-button__link:hover {
  background-size: calc(100% - 27px) 2px;
}
.wp-block-button.is-style-arrow-link .wp-block-button__link:hover:after {
  transform: translateX(-3px);
}
.wp-block-button.is-style-arrow-link .wp-block-button__link:hover span {
  animation: none;
}
.wp-block-button.white-background-blue .wp-block-button__link {
  border-radius: 0;
  overflow: hidden;
}
.wp-block-button.white-background-blue .wp-block-button__link:after {
  background-color: var(--wp--preset--color--white);
  border: 2px solid #d6d6d6;
  height: 32px;
  width: 32px;
}
@media (min-width: 800px) {
  .wp-block-button.white-background-blue .wp-block-button__link:after {
    height: 41px;
    width: 41px;
  }
}
.wp-block-button.white-background-blue.is-style-arrow-left
  .wp-block-button__link:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M12.899 22.697a1 1 0 0 1-1.414.021l-6.253-6.079-.027-.032-.009-.014-.009-.01-.023-.038-.027-.041-.005-.01-.011-.019-.01-.016-.013-.03-.02-.04-.008-.024-.008-.019-.007-.017-.005-.023-.015-.041-.005-.023-.006-.02-.004-.021-.004-.023-.008-.043-.002-.029-.003-.022v-.019l-.001-.024L4.999 16l.003-.04-.001-.015.003-.009v-.021l.004-.021.001-.03.008-.042.001-.016.003-.006.004-.023.006-.019.005-.024.015-.04.005-.024.007-.016.008-.019.008-.025.02-.039.013-.032.01-.015.011-.019.032-.051.023-.039.009-.009.009-.015.05-.056.028-.034.007-.005 6.196-6.016a1 1 0 1 1 1.393 1.435l-4.411 4.284 17.533-.001a1 1 0 0 1 .991.864l.009.136a1 1 0 0 1-1 1l-17.532.001 4.41 4.281a1 1 0 0 1 .116 1.3l-.095.114z%27/%3E%3C/svg%3E");
}
.wp-block-button.white-background-blue.is-style-arrow
  .wp-block-button__link:before,
.wp-block-button.white-background-blue.is-style-arrow-right
  .wp-block-button__link:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M19.101 9.303a1 1 0 0 1 1.414-.021l6.253 6.079.027.032.009.014.009.01.023.038.027.041.005.01.011.019.01.016.013.03.02.04.008.024.008.019.007.017.005.023.015.041.005.023.006.02.004.021.004.023.008.043.002.029.003.022v.019l.001.024.003.041-.003.04.001.015-.003.009v.021l-.004.021-.001.03-.008.042-.001.016-.003.006-.004.023-.006.019-.005.024-.015.04-.005.024-.007.016-.008.019-.008.025-.02.039-.013.032-.01.015-.011.019-.032.051-.023.039-.009.009-.009.015-.05.056-.028.034-.007.005-6.196 6.016a1 1 0 1 1-1.393-1.435l4.411-4.284-17.533.001a1 1 0 0 1-.991-.864l-.009-.136a1 1 0 0 1 1-1l17.532-.001-4.41-4.281a1 1 0 0 1-.116-1.3l.095-.114z%27/%3E%3C/svg%3E");
}
@keyframes arrowRoll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  45% {
    opacity: 0;
    transform: translateY(10px);
  }
  55% {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.gform_wrapper {
  margin: 0 auto;
  max-width: 960px;
  padding: 8px 0;
}
@media (min-width: 1100px) {
  .gform_wrapper {
    padding: 30px 0;
  }
}
.gform_wrapper .gform_title {
  margin-bottom: 32px;
  margin-top: 0;
}
.gform_wrapper .gform_description {
  margin-bottom: 32px;
}
form[id*="gform"] {
  --gform-theme-form-col-gap: 18px;
  --gform-theme-form-row-gap: 18px;
  --gform-theme-field-col-gap: 18px;
  --gform-theme-field-row-gap: 18px;
}
@media (min-width: 800px) {
  form[id*="gform"] {
    --gform-theme-form-col-gap: 30px;
    --gform-theme-form-row-gap: 30px;
    --gform-theme-field-col-gap: 30px;
    --gform-theme-field-row-gap: 30px;
  }
}
form[id*="gform"] input[type="color"],
form[id*="gform"] input[type="date"],
form[id*="gform"] input[type="email"],
form[id*="gform"] input[type="file"],
form[id*="gform"] input[type="month"],
form[id*="gform"] input[type="number"],
form[id*="gform"] input[type="password"],
form[id*="gform"] input[type="search"],
form[id*="gform"] input[type="tel"],
form[id*="gform"] input[type="text"],
form[id*="gform"] input[type="time"],
form[id*="gform"] input[type="url"],
form[id*="gform"] input[type="week"],
form[id*="gform"] select,
form[id*="gform"] textarea {
  background-color: #f2f2f2 !important;
  border: 1px solid #ddd !important;
  border-radius: 6px;
  box-shadow: none !important;
  color: var(--wp--preset--color--foreground);
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 21px;
  outline: 2px solid transparent;
  padding: 12px 18px;
  transition: background-color 0.3s, outline 0.3s;
}
@media (min-width: 800px) {
  form[id*="gform"] input[type="color"],
  form[id*="gform"] input[type="date"],
  form[id*="gform"] input[type="email"],
  form[id*="gform"] input[type="file"],
  form[id*="gform"] input[type="month"],
  form[id*="gform"] input[type="number"],
  form[id*="gform"] input[type="password"],
  form[id*="gform"] input[type="search"],
  form[id*="gform"] input[type="tel"],
  form[id*="gform"] input[type="text"],
  form[id*="gform"] input[type="time"],
  form[id*="gform"] input[type="url"],
  form[id*="gform"] input[type="week"],
  form[id*="gform"] select,
  form[id*="gform"] textarea {
    font-size: 16px;
    line-height: 24px;
  }
}
form[id*="gform"] input[type="color"]:hover,
form[id*="gform"] input[type="date"]:hover,
form[id*="gform"] input[type="email"]:hover,
form[id*="gform"] input[type="file"]:hover,
form[id*="gform"] input[type="month"]:hover,
form[id*="gform"] input[type="number"]:hover,
form[id*="gform"] input[type="password"]:hover,
form[id*="gform"] input[type="search"]:hover,
form[id*="gform"] input[type="tel"]:hover,
form[id*="gform"] input[type="text"]:hover,
form[id*="gform"] input[type="time"]:hover,
form[id*="gform"] input[type="url"]:hover,
form[id*="gform"] input[type="week"]:hover,
form[id*="gform"] select:hover,
form[id*="gform"] textarea:hover {
  background-color: var(--wp--preset--color--white) !important;
}
form[id*="gform"] input[type="color"]:focus,
form[id*="gform"] input[type="date"]:focus,
form[id*="gform"] input[type="email"]:focus,
form[id*="gform"] input[type="file"]:focus,
form[id*="gform"] input[type="month"]:focus,
form[id*="gform"] input[type="number"]:focus,
form[id*="gform"] input[type="password"]:focus,
form[id*="gform"] input[type="search"]:focus,
form[id*="gform"] input[type="tel"]:focus,
form[id*="gform"] input[type="text"]:focus,
form[id*="gform"] input[type="time"]:focus,
form[id*="gform"] input[type="url"]:focus,
form[id*="gform"] input[type="week"]:focus,
form[id*="gform"] select:focus,
form[id*="gform"] textarea:focus {
  outline: 2px solid var(--wp--preset--color--primary);
}
form[id*="gform"] input[type="color"]::-moz-placeholder,
form[id*="gform"] input[type="date"]::-moz-placeholder,
form[id*="gform"] input[type="email"]::-moz-placeholder,
form[id*="gform"] input[type="file"]::-moz-placeholder,
form[id*="gform"] input[type="month"]::-moz-placeholder,
form[id*="gform"] input[type="number"]::-moz-placeholder,
form[id*="gform"] input[type="password"]::-moz-placeholder,
form[id*="gform"] input[type="search"]::-moz-placeholder,
form[id*="gform"] input[type="tel"]::-moz-placeholder,
form[id*="gform"] input[type="text"]::-moz-placeholder,
form[id*="gform"] input[type="time"]::-moz-placeholder,
form[id*="gform"] input[type="url"]::-moz-placeholder,
form[id*="gform"] input[type="week"]::-moz-placeholder,
form[id*="gform"] select::-moz-placeholder,
form[id*="gform"] textarea::-moz-placeholder {
  color: var(--wp--preset--color--foreground);
  opacity: 0.7;
}
form[id*="gform"] input[type="color"]::placeholder,
form[id*="gform"] input[type="date"]::placeholder,
form[id*="gform"] input[type="email"]::placeholder,
form[id*="gform"] input[type="file"]::placeholder,
form[id*="gform"] input[type="month"]::placeholder,
form[id*="gform"] input[type="number"]::placeholder,
form[id*="gform"] input[type="password"]::placeholder,
form[id*="gform"] input[type="search"]::placeholder,
form[id*="gform"] input[type="tel"]::placeholder,
form[id*="gform"] input[type="text"]::placeholder,
form[id*="gform"] input[type="time"]::placeholder,
form[id*="gform"] input[type="url"]::placeholder,
form[id*="gform"] input[type="week"]::placeholder,
form[id*="gform"] select::placeholder,
form[id*="gform"] textarea::placeholder {
  color: var(--wp--preset--color--foreground);
  opacity: 0.7;
}
form[id*="gform"] input[type="number"] {
  min-width: 50px;
}
@media (min-width: 800px) {
  form[id*="gform"] input[type="number"] {
    min-width: 100px;
  }
}
form[id*="gform"] .gfield_time_ampm,
form[id*="gform"] .gfield_time_hour,
form[id*="gform"] .gfield_time_minute {
  flex: 0 0 max-content;
  min-width: 50px;
}
@media (min-width: 800px) {
  form[id*="gform"] .gfield_time_ampm,
  form[id*="gform"] .gfield_time_hour,
  form[id*="gform"] .gfield_time_minute {
    min-width: 100px;
  }
}
form[id*="gform"] .gfield_time_ampm input,
form[id*="gform"] .gfield_time_ampm select,
form[id*="gform"] .gfield_time_hour input,
form[id*="gform"] .gfield_time_hour select,
form[id*="gform"] .gfield_time_minute input,
form[id*="gform"] .gfield_time_minute select {
  min-width: 50px;
}
@media (min-width: 800px) {
  form[id*="gform"] .gfield_time_ampm input,
  form[id*="gform"] .gfield_time_ampm select,
  form[id*="gform"] .gfield_time_hour input,
  form[id*="gform"] .gfield_time_hour select,
  form[id*="gform"] .gfield_time_minute input,
  form[id*="gform"] .gfield_time_minute select {
    min-width: 100px;
  }
}
form[id*="gform"] select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../76b87683cf7602de4a57.svg);
  background-position: center right 20px;
  background-repeat: no-repeat;
  padding-right: 40px;
}
form[id*="gform"] select[multiple] {
  background-image: none;
  height: auto;
}
form[id*="gform"] .gform_button,
form[id*="gform"] input[type="submit"] {
  align-items: center !important;
  background-color: var(--wp--preset--color--primary) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  color: var(--wp--preset--color--white) !important;
  cursor: pointer !important;
  font-family: GothamPro, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  height: 100% !important;
  justify-content: center !important;
  letter-spacing: 1.6px !important;
  line-height: 21px !important;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 14px 24px 13px !important;
  position: relative !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: all 0.3s !important;
}
form[id*="gform"] .gform_button:hover,
form[id*="gform"] input[type="submit"]:hover {
  border-radius: 0 !important;
  transform: scale(0.95) !important;
}
@media (min-width: 1100px) {
  form[id*="gform"] .gform_button,
  form[id*="gform"] input[type="submit"] {
    padding: 20px 30px 19px !important;
  }
}
form[id*="gform"] .gfield_label {
  font-family: GothamPro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
form[id*="gform"] .gsection_title {
  margin-bottom: 0;
}
form[id*="gform"] .gfield_checkbox label,
form[id*="gform"] .gfield_radio label,
form[id*="gform"] .ginput_container_consent label {
  cursor: pointer;
  font-size: 16px;
  letter-spacing: -0.2px;
  line-height: 24px;
  margin-left: 0;
  padding-left: 9px;
}
form[id*="gform"] .gfield_checkbox input,
form[id*="gform"] .gfield_radio input,
form[id*="gform"] .ginput_container_consent input {
  border: 2px solid var(--wp--preset--color--primary);
  box-shadow: none !important;
  cursor: pointer;
  height: 16px;
  outline: 2px solid transparent;
  transition: background-color 0.3s, outline 0.3s;
  width: 16px;
}
form[id*="gform"] .gfield_checkbox input:focus-visible,
form[id*="gform"] .gfield_radio input:focus-visible,
form[id*="gform"] .ginput_container_consent input:focus-visible {
  outline: 2px solid var(--wp--preset--color--foreground);
}
form[id*="gform"] .gfield_checkbox input:checked,
form[id*="gform"] .gfield_radio input:checked,
form[id*="gform"] .ginput_container_consent input:checked {
  background-color: var(--wp--preset--color--primary);
}
form[id*="gform"] .gfield_checkbox input:before,
form[id*="gform"] .gfield_radio input:before,
form[id*="gform"] .ginput_container_consent input:before {
  display: none;
}
form[id*="gform"] .gfield_checkbox .gchoice,
form[id*="gform"] .gfield_radio .gchoice,
form[id*="gform"] .ginput_container_consent .gchoice {
  align-items: center;
  display: flex;
  flex-direction: row;
}
form[id*="gform"] .gfield_checkbox input:checked,
form[id*="gform"] .ginput_container_consent input:checked {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27%23ffffff%27 xmlns:v=%27https://vecta.io/nano%27%3E%3Cpath d=%27M20.02 5.707a1 1 0 0 0-.684.313L9.096 16.543l-4.182-4.15a1 1 0 1 0-1.41 1.418l4.898 4.865a1 1 0 0 0 1.422-.014L20.77 7.414a1 1 0 0 0-.75-1.707z%27/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
form[id*="gform"] .ginput_container_consent {
  align-items: center;
}
form[id*="gform"] .add_list_item,
form[id*="gform"] .delete_list_item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--wp--preset--color--primary) !important;
  box-shadow: none !important;
  height: 16px;
  outline: 2px solid transparent !important;
  transition: background-color 0.3s, outline 0.3s;
  width: 16px;
}
form[id*="gform"] .add_list_item:focus-visible,
form[id*="gform"] .delete_list_item:focus-visible {
  box-shadow: 0 0 0 2px var(--wp--preset--color--foreground) !important;
}
form[id*="gform"] .add_list_item:before,
form[id*="gform"] .delete_list_item:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  content: "" !important;
  height: 16px;
  width: 16px;
}
form[id*="gform"] .add_list_item:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27 fill=%27%23ffffff%27 xmlns:v=%27https://vecta.io/nano%27%3E%3Cpath d=%27M17.333 8v16c0 .736-.597 1.333-1.333 1.333s-1.333-.597-1.333-1.333V8c0-.736.597-1.333 1.333-1.333s1.333.597 1.333 1.333z%27/%3E%3Cpath d=%27M8 14.667h16c.736 0 1.333.597 1.333 1.333s-.597 1.333-1.333 1.333H8c-.736 0-1.333-.597-1.333-1.333S7.264 14.667 8 14.667z%27/%3E%3C/svg%3E") !important;
}
form[id*="gform"] .delete_list_item:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27 fill=%27%23ffffff%27 xmlns:v=%27https://vecta.io/nano%27%3E%3Cpath d=%27M8 14.667h16c0.736 0 1.333 0.597 1.333 1.333s-0.597 1.333-1.333 1.333h-16c-0.736 0-1.333-0.597-1.333-1.333s0.597-1.333 1.333-1.333z%27/%3E%3C/svg%3E") !important;
}
body.current-blog-3 .add_list_item,
body.current-blog-3 .delete_list_item {
  background-color: transparent !important;
}
body.current-blog-3 .add_list_item:before,
body.current-blog-3 .delete_list_item:before {
  background-image: none !important;
}
body.current-blog-3 .gform_legacy_markup_wrapper .gf_step {
  opacity: 0.4;
}
body.current-blog-3 .gform_legacy_markup_wrapper .gf_step.gf_step_active {
  opacity: 1;
}
body.current-blog-3 #input_339_1_4_container input {
  width: 100%;
}
.carousel-card--link,
.carousel-card--no-link {
  background-color: transparent;
  border: none !important;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  height: 100%;
  overflow: hidden;
  padding: 218px 18px 18px;
  position: relative;
  width: 310px;
  z-index: 1;
}
@media (min-width: 800px) {
  .carousel-card--link,
  .carousel-card--no-link {
    padding: 42px 30px;
    width: 420px;
  }
}
.carousel-card--link:before,
.carousel-card--no-link:before {
  background-color: var(--wp--preset--color--white);
  -webkit-clip-path: polygon(
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%,
    0 0
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 800px) {
  .carousel-card--link:before,
  .carousel-card--no-link:before {
    -webkit-clip-path: polygon(
      100% 0,
      100% calc(100% - 42px),
      calc(100% - 42px) 100%,
      0 100%,
      0 0
    );
    clip-path: polygon(
      100% 0,
      100% calc(100% - 42px),
      calc(100% - 42px) 100%,
      0 100%,
      0 0
    );
  }
}
.carousel-card--link:after,
.carousel-card--no-link:after {
  background-color: #84c224;
  bottom: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  height: 15px;
  position: absolute;
  right: 0;
  transform-origin: bottom right;
  transition: all 0.3s;
  width: 15px;
}
@media (min-width: 800px) {
  .carousel-card--link:after,
  .carousel-card--no-link:after {
    height: 30px;
    width: 30px;
  }
}
.carousel-card__inner {
  height: 100%;
}
.carousel-card--link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none !important;
}
.carousel-card--link,
.carousel-card--link p {
  color: var(--wp--preset--color--foreground);
}
.carousel-card--link:focus .wp-block-heading,
.carousel-card--link:hover .wp-block-heading {
  background-size: 100% 3px;
}
.carousel-card--link:focus:after,
.carousel-card--link:hover:after {
  transform: scale(1.4);
}
@media (min-width: 800px) {
  .carousel-card--link:focus:after,
  .carousel-card--link:hover:after {
    transform: scale(1.2);
  }
}
.carousel-card--link:focus .wp-block-image img,
.carousel-card--link:focus .wp-block-image picture,
.carousel-card--link:hover .wp-block-image img,
.carousel-card--link:hover .wp-block-image picture {
  transform: scale(1.1);
}
.carousel-card .wp-block-image {
  height: 0;
  left: 0;
  overflow: hidden;
  padding-bottom: 64.285714%;
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-card .wp-block-image img,
.carousel-card .wp-block-image picture {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: transform 1s;
  width: 100%;
}
.carousel-card p {
  margin-top: 0;
}
.carousel-card .wp-block-heading {
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  color: var(--wp--preset--color--primary);
  display: inline;
  padding-bottom: 3px;
  text-decoration: none;
  transition: background-size 0.3s;
}
.carousel-card .wp-block-heading + * {
  margin-top: 6px;
}
@media (min-width: 800px) {
  .carousel-card .wp-block-heading + * {
    margin-top: 9px;
  }
}
.drag-slider {
  min-width: 0;
}
.drag-slider__slides {
  scrollbar-width: none;
}
.drag-slider__slides::-webkit-scrollbar {
  display: none;
}
.drag-slider__slides-container {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.drag-slider__controls {
  -webkit-appearance: none;
  background: linear-gradient(
    to right,
    var(--wp--preset--color--tertiary) 0,
    var(--wp--preset--color--tertiary)
      calc(var(--dragSliderProgress, 0) * (100% - 50px) + 30px),
    #ccc calc(var(--dragSliderProgress, 0) * (100% - 50px) + 30px)
  );
  border-radius: 5px;
  box-shadow: none;
  height: 5px;
  outline: none;
  pointer-events: auto;
  position: relative;
  width: 100%;
  z-index: 3;
}
.drag-slider__controls:focus::-webkit-slider-thumb {
  transform: scale(0.75);
}
@media (min-width: 800px) {
  .drag-slider__controls:focus::-webkit-slider-thumb {
    transform: scale(0.85);
  }
}
.drag-slider__controls::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: var(--wp--preset--color--tertiary);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718.996%27 height=%2711%27 fill=%27%23fff%27 xmlns:v=%27https://vecta.io/nano%27%3E%3Cpath d=%27M6.351.304A1 1 0 0 0 4.937.282L.28 4.804l-.03.035-.033.036-.018.024-.053.077-.004.009-.011.016-.054.108-.031.084-.029.115v.009l-.005.02-.01.088v.148l.01.088.005.019v.01l.014.051.007.036.009.028.043.111.042.081.011.015.004.01.053.077.018.024.033.035.03.036 4.657 4.521A1 1 0 1 0 6.33 9.282L2.433 5.5 6.33 1.718A1 1 0 0 0 6.433.399L6.351.304zm6.293 0a1 1 0 0 1 1.414-.021l4.657 4.521.03.035.033.036.018.024.053.077.004.009.011.016.054.108.031.084.029.115v.009l.005.02.01.088v.011l.002.019-.001.044.001.044-.002.018v.012l-.01.088-.005.019v.01l-.014.051-.007.036-.009.028-.031.084-.054.108-.011.015-.004.01-.053.077-.018.024-.033.035-.03.036-4.657 4.521a1 1 0 0 1-1.393-1.435L16.561 5.5l-3.896-3.782a1 1 0 0 1-.103-1.319l.082-.095z%27/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 30px;
  box-shadow: none;
  cursor: pointer;
  height: 24px;
  transform: scale(0.8);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  width: 40px;
}
.drag-slider__controls::-webkit-slider-thumb:hover {
  transform: scale(0.75);
}
@media (min-width: 800px) {
  .drag-slider__controls::-webkit-slider-thumb:hover {
    transform: scale(0.85);
  }
  .drag-slider__controls::-webkit-slider-thumb {
    height: 40px;
    transform: scale(0.9);
    width: 66.666667px;
  }
}
.drag-slider__controls:active::-webkit-slider-thumb {
  transform: scale(0.7);
}
@media (min-width: 800px) {
  .drag-slider__controls:active::-webkit-slider-thumb {
    transform: scale(0.8);
  }
}
.drag-slider__controls2 {
  align-items: center;
  display: flex;
  height: 36px;
  pointer-events: auto;
  position: relative;
}
.drag-slider__controls-knob {
  align-items: center;
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  left: calc(var(--dragSliderProgress, 0) * (100% - 50px) + 5px);
  position: absolute;
  transition: transform 0.3s;
  width: 40px;
  z-index: 3;
}
@media (min-width: 800px) {
  .drag-slider__controls-knob {
    height: 36px;
    left: calc(var(--dragSliderProgress, 0) * (100% - 70px) + 5px);
    width: 60px;
  }
}
.drag-slider__controls-knob:focus,
.drag-slider__controls-knob:hover {
  transform: scale(0.95);
}
.drag-slider__controls-knob.active {
  transform: scale(0.9);
}
.drag-slider__controls-knob svg {
  transform: scale(0.8);
}
@media (min-width: 800px) {
  .drag-slider__controls-knob svg {
    transform: scale(1);
  }
}
.drag-slider__controls-highlight {
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 10px;
  height: 5px;
  left: 0;
  position: absolute;
  width: calc(var(--dragSliderProgress, 0) * (100% - 50px) + 30px);
  z-index: 2;
}
@media (min-width: 800px) {
  .drag-slider__controls-highlight {
    width: calc(var(--dragSliderProgress, 0) * (100% - 70px) + 30px);
  }
}
.drag-slider__controls-fill {
  background-color: #ccc;
  border-radius: 10px;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media (min-width: 800px) {
  .drag-slider__controls-fill {
    display: block;
  }
}
.select-mock__wrapper {
  position: relative;
}
.select-mock__wrapper .select-mock {
  color: transparent;
}
.select-mock__wrapper .select-mock option {
  color: var(--wp--preset--color--foreground);
}
.editor-styles-wrapper .select-mock,
.select-mock {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--wp--preset--color--white);
  background-image: url(../8dfebe42c8e3e4c49a1d.svg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 48px;
  border: none;
  border-left: 3px solid var(--wp--preset--color--primary);
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    calc(100% - 21px) 100%,
    100% calc(100% - 21px),
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    calc(100% - 21px) 100%,
    100% calc(100% - 21px),
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%
  );
  cursor: pointer;
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 900;
  height: 48px;
  letter-spacing: 1px;
  line-height: 21px;
  outline: none;
  padding: 11px 6px 10px 21px;
  text-transform: uppercase;
  transition: -webkit-clip-path 0.3s;
  transition: clip-path 0.3s;
  transition: clip-path 0.3s, -webkit-clip-path 0.3s;
  width: 100%;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .select-mock,
  .select-mock {
    background-image: url(../9a5dabda264c98a46d52.svg);
    background-size: auto 60px;
    height: 60px;
    padding: 17px 15px 16px 27px;
  }
}
.editor-styles-wrapper .select-mock--dark,
.select-mock--dark {
  background-image: url(../7e2e8df4309cd5e2bced.svg);
  border-color: var(--wp--preset--color--white);
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .select-mock--dark,
  .select-mock--dark {
    background-image: url(../245f5c786798d3a8c52f.svg);
  }
}
.editor-styles-wrapper .select-mock:focus,
.editor-styles-wrapper .select-mock:hover,
.select-mock:focus,
.select-mock:hover {
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    calc(100% - 26px) 100%,
    100% calc(100% - 26px),
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    calc(100% - 26px) 100%,
    100% calc(100% - 26px),
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%
  );
}
.editor-styles-wrapper .select-mock:focus + .select-mock__text,
.editor-styles-wrapper .select-mock:hover + .select-mock__text,
.select-mock:focus + .select-mock__text,
.select-mock:hover + .select-mock__text {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: selectMockLabelRoll;
}
.editor-styles-wrapper .select-mock:active,
.select-mock:active {
  transform: scale(0.95);
}
.editor-styles-wrapper .select-mock:active + .select-mock__text,
.select-mock:active + .select-mock__text {
  transform: translateY(-50%) scale(0.95) !important;
}
.editor-styles-wrapper .select-mock:focus-within,
.select-mock:focus-within {
  text-transform: none;
}
.editor-styles-wrapper .select-mock option,
.select-mock option {
  text-transform: none !important;
}
.select-mock__text {
  align-items: center;
  color: var(--wp--preset--color--foreground);
  display: flex;
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 900;
  justify-content: flex-start;
  left: 21px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 1px 3px 0;
  pointer-events: none;
  position: absolute;
  right: 48px;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1100px) {
  .select-mock__text {
    left: 27px;
    padding: 1px 3px 0;
    right: 56px;
  }
}
@keyframes selectMockLabelRoll {
  0% {
    transform: translateY(-50%);
  }
  45% {
    opacity: 0;
    transform: translateY(50%);
  }
  55% {
    opacity: 0;
    transform: translateY(-150%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-accordion {
  margin: 24px 0;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion__card-appender {
  margin-top: 12px;
}
.wp-block-northwood-blocks-northwood-accordion {
  margin: 24px 0;
  width: 100%;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-accordion-item {
  border-top: 1px solid #ddd;
  padding: 12px 0;
  position: relative;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-accordion-item {
    padding: 18px 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item:last-child {
  border-bottom: 1px solid #ddd;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item:after {
  border-color: transparent transparent #84c224;
  border-style: solid;
  border-width: 0 0 12px 12px;
  bottom: 0;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__heading {
  cursor: pointer;
  padding-right: 42px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__heading:after,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__heading:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-plus%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M17.333 8v16a1.333 1.333 0 0 1-2.666 0V8a1.333 1.333 0 0 1 2.666 0z%27/%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  font-size: var(--wp--custom--font-sizes--normal);
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__heading:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-minus%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  display: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-accordion-item__heading {
    padding-right: 60px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-accordion-item__heading:after,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-accordion-item__heading:before {
    right: 12px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__heading.wp-block-button
  .wp-block-button__link {
  background: none;
  border: none;
  border-radius: 0;
  color: var(--wp--preset--color--foreground);
  display: block;
  font-family: Gotham Narrow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  letter-spacing: 0;
  line-height: 24px;
  margin-right: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__heading.wp-block-button
  .wp-block-button__link
  span {
  justify-content: flex-start;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__heading.wp-block-button
  .wp-block-button__link:hover {
  color: var(--wp--preset--color--primary);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__heading.wp-block-button
  .wp-block-button__link:after,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__heading.wp-block-button
  .wp-block-button__link:before {
  display: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-accordion-item__heading.wp-block-button
    .wp-block-button__link {
    font-size: 21px;
    line-height: 30px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__content {
  display: none;
  margin: 0;
  overflow: hidden;
  padding-right: 42px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__content
  > :first-child {
  margin-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__content
  > :last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__content
  p:first-child {
  margin-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__content
  p:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__content
  .wp-block-spacer {
  margin-top: 0;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-accordion-item__content {
    padding-right: 60px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item.active
  .wp-block-northwood-blocks-northwood-accordion-item__heading:before {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item.active
  .wp-block-northwood-blocks-northwood-accordion-item__heading:after {
  display: block;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item.active
  .wp-block-northwood-blocks-northwood-accordion-item__content {
  display: block;
  margin-top: 12px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item:after {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__heading.wp-block-button
  .wp-block-button__link {
  min-height: 30px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__heading.wp-block-button
  .wp-block-button__link:hover {
  color: var(--wp--preset--color--foreground);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__heading.wp-block-button
  .wp-block-button__link
  span {
  display: inline;
  transition: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__heading.wp-block-button
  .wp-block-button__link:hover
  span {
  animation-name: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item__content {
  display: block;
  margin-top: 12px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-accordion-item
  .wp-block-northwood-blocks-northwood-accordion-item__initial-state {
  margin-left: 4px;
  margin-top: 12px;
}
.wp-block-northwood-blocks-northwood-accordion-item {
  border-top: 1px solid #ddd;
  padding: 12px 0;
  position: relative;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-accordion-item {
    padding: 18px 0;
  }
}
.wp-block-northwood-blocks-northwood-accordion-item:last-child {
  border-bottom: 1px solid #ddd;
}
.wp-block-northwood-blocks-northwood-accordion-item:after {
  border-color: transparent transparent #84c224;
  border-style: solid;
  border-width: 0 0 12px 12px;
  bottom: 0;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}
.wp-block-northwood-blocks-northwood-accordion-item__heading {
  cursor: pointer;
  padding-right: 42px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-accordion-item__heading:after,
.wp-block-northwood-blocks-northwood-accordion-item__heading:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-plus%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M17.333 8v16a1.333 1.333 0 0 1-2.666 0V8a1.333 1.333 0 0 1 2.666 0z%27/%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  font-size: var(--wp--custom--font-sizes--normal);
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.wp-block-northwood-blocks-northwood-accordion-item__heading:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-minus%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  display: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-accordion-item__heading {
    padding-right: 60px;
  }
  .wp-block-northwood-blocks-northwood-accordion-item__heading:after,
  .wp-block-northwood-blocks-northwood-accordion-item__heading:before {
    right: 12px;
  }
}
.wp-block-northwood-blocks-northwood-accordion-item__heading.wp-block-button
  .wp-block-button__link {
  background: none;
  border: none;
  border-radius: 0;
  color: var(--wp--preset--color--foreground);
  display: block;
  font-family: Gotham Narrow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  letter-spacing: 0;
  line-height: 24px;
  margin-right: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}
.wp-block-northwood-blocks-northwood-accordion-item__heading.wp-block-button
  .wp-block-button__link
  span {
  justify-content: flex-start;
}
.wp-block-northwood-blocks-northwood-accordion-item__heading.wp-block-button
  .wp-block-button__link:hover {
  color: var(--wp--preset--color--primary);
}
.wp-block-northwood-blocks-northwood-accordion-item__heading.wp-block-button
  .wp-block-button__link:after,
.wp-block-northwood-blocks-northwood-accordion-item__heading.wp-block-button
  .wp-block-button__link:before {
  display: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-accordion-item__heading.wp-block-button
    .wp-block-button__link {
    font-size: 21px;
    line-height: 30px;
  }
}
.wp-block-northwood-blocks-northwood-accordion-item__content {
  display: none;
  margin: 0;
  overflow: hidden;
  padding-right: 42px;
}
.wp-block-northwood-blocks-northwood-accordion-item__content > :first-child {
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-accordion-item__content > :last-child {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-accordion-item__content p:first-child {
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-accordion-item__content p:last-child {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-accordion-item__content .wp-block-spacer {
  margin-top: 0;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-accordion-item__content {
    padding-right: 60px;
  }
}
.wp-block-northwood-blocks-northwood-accordion-item.active
  .wp-block-northwood-blocks-northwood-accordion-item__heading:before {
  display: none;
}
.wp-block-northwood-blocks-northwood-accordion-item.active
  .wp-block-northwood-blocks-northwood-accordion-item__heading:after {
  display: block;
}
.wp-block-northwood-blocks-northwood-accordion-item.active
  .wp-block-northwood-blocks-northwood-accordion-item__content {
  display: block;
  margin-top: 12px;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-alerts {
  align-items: center;
  background-color: var(--wp--preset--color--primary);
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 18px;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-alerts__inner {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-alerts__inner {
    max-width: 1320px;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-alerts__items {
  display: flex;
  flex-direction: column;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-alerts__item {
  background-color: #006aa8;
  border-radius: 3px;
  display: none;
  margin-bottom: 3px;
  width: 100%;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-alerts__item.first {
  margin-top: 18px;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-alerts__item.last {
  margin-bottom: 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-alerts__item {
    margin-bottom: 9px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-alerts__item:first-child {
    margin-top: 18px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-alerts__item:last-child {
    margin-bottom: 18px;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-alerts__item-icon {
  align-items: center;
  border-radius: 3px 0 0 3px;
  flex-basis: 5.24%;
  justify-content: center;
  padding: 0 18px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-icon
  .icon-alert {
  background-color: #cc2b1d;
  border: 2.5px solid var(--wp--preset--color--white);
  border-radius: 50%;
  padding: 3px;
  width: 24px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-icon
  .icon-alert
  path {
  fill: var(--wp--preset--color--white) !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-icon.active {
  display: flex;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item.orange
  .wp-block-northwood-blocks-northwood-alerts__item-icon
  .icon-alert {
  background-color: #e1833d;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item.green
  .wp-block-northwood-blocks-northwood-alerts__item-icon
  .icon-alert {
  background-color: #00965e;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-message {
  flex-basis: 95.24%;
  padding: 9px 18px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item.display-icon
  .wp-block-northwood-blocks-northwood-alerts__item-message {
  flex-basis: 90%;
  padding-left: 0;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-alerts__item-title,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-title
  p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--wp--preset--color--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-title
  a,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-title
  p
  a {
  color: var(--wp--preset--color--white);
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: underline;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-title
  a:hover,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-title
  p
  a:hover {
  text-decoration: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts
  .wp-block-northwood-blocks-northwood-alerts__item-title__item.rave
  .wp-block-northwood-blocks-northwood-alerts__item-title {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle
  p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--wp--preset--color--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 3px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle
  a,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle
  p
  a {
  align-items: center;
  color: var(--wp--preset--color--white);
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: underline;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle
  a:after,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle
  p
  a:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-arrow-right%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%23fff%27 d=%27M19.101 9.303a1 1 0 0 1 1.414-.021l6.253 6.079.027.032.009.014.009.01.023.038.027.041.005.01.011.019.01.016.013.03.02.04.008.024.008.019.007.017.005.023.015.041.005.023.006.02.004.021.004.023.008.043.002.029.003.022v.019l.001.024.003.041-.003.04.001.015-.003.009v.021l-.004.021-.001.03-.008.042-.001.016-.003.006-.004.023-.006.019-.005.024-.015.04-.005.024-.007.016-.008.019-.008.025-.02.039-.013.032-.01.015-.011.019-.032.051-.023.039-.009.009-.009.015-.05.056-.028.034-.007.005-6.196 6.016a1 1 0 1 1-1.393-1.435l4.411-4.284-17.533.001a1 1 0 0 1-.991-.864l-.009-.136a1 1 0 0 1 1-1l17.532-.001-4.41-4.281a1 1 0 0 1-.116-1.3l.095-.114z%27/%3E%3C/svg%3E");
  display: inline-block;
  height: 22px;
  transition: transform 0.3s;
  width: 22px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle
  a:hover,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle
  p
  a:hover {
  background-size: 0;
  text-decoration: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle
  a:hover:after,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle
  p
  a:hover:after {
  transform: translateX(4px);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle
  p
  > :first-of-type:first-child,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle
  > :first-of-type:first-child {
  margin-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle
  p
  > :last-of-type:last-child,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle
  > :last-of-type:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle
  p {
  margin-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle__item.rave
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle__item.rave
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle
  p {
  font-weight: 600;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-title-link {
  color: var(--wp--preset--color--white);
  display: none;
  padding-left: 9px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-title-link.active {
  display: inline-block;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle-link {
  color: var(--wp--preset--color--white);
  display: none;
  padding-left: 7px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle-link.active {
  display: inline-block;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-alerts__item-close {
  cursor: pointer;
  display: none;
  flex-basis: 4.76%;
  justify-content: center;
  padding: 9px 9px 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-close.active {
  align-items: center;
  display: flex;
  font-size: 24px;
  padding-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-close
  .icon-close {
  width: 28px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts__item-close
  .icon-close
  path {
  fill: var(--wp--preset--color--white) !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts
  .woostate-icon-close {
  color: var(--wp--preset--color--white);
  font-size: 20px;
  font-weight: 600;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-alerts
  .components-disabled {
  width: 100%;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-alerts__item {
  display: flex;
}
.wp-block-northwood-blocks-northwood-alerts {
  align-items: center;
  background-color: var(--wp--preset--color--primary);
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 18px;
}
.wp-block-northwood-blocks-northwood-alerts__inner {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-alerts__inner {
    max-width: 1320px;
  }
}
.wp-block-northwood-blocks-northwood-alerts__items {
  display: flex;
  flex-direction: column;
}
.wp-block-northwood-blocks-northwood-alerts__item {
  background-color: #006aa8;
  border-radius: 3px;
  display: none;
  margin-bottom: 3px;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-alerts__item.first {
  margin-top: 18px;
}
.wp-block-northwood-blocks-northwood-alerts__item.last {
  margin-bottom: 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-alerts__item {
    margin-bottom: 9px;
  }
  .wp-block-northwood-blocks-northwood-alerts__item:first-child {
    margin-top: 18px;
  }
  .wp-block-northwood-blocks-northwood-alerts__item:last-child {
    margin-bottom: 18px;
  }
}
.wp-block-northwood-blocks-northwood-alerts__item-icon {
  align-items: center;
  border-radius: 3px 0 0 3px;
  flex-basis: 5.24%;
  justify-content: center;
  padding: 0 18px;
}
.wp-block-northwood-blocks-northwood-alerts__item-icon .icon-alert {
  background-color: #cc2b1d;
  border: 2.5px solid var(--wp--preset--color--white);
  border-radius: 50%;
  padding: 3px;
  width: 24px;
}
.wp-block-northwood-blocks-northwood-alerts__item-icon .icon-alert path {
  fill: var(--wp--preset--color--white) !important;
}
.wp-block-northwood-blocks-northwood-alerts__item-icon.active {
  display: flex;
}
.wp-block-northwood-blocks-northwood-alerts__item.orange
  .wp-block-northwood-blocks-northwood-alerts__item-icon
  .icon-alert {
  background-color: #e1833d;
}
.wp-block-northwood-blocks-northwood-alerts__item.green
  .wp-block-northwood-blocks-northwood-alerts__item-icon
  .icon-alert {
  background-color: #00965e;
}
.wp-block-northwood-blocks-northwood-alerts__item-message {
  flex-basis: 95.24%;
  padding: 9px 18px;
}
.wp-block-northwood-blocks-northwood-alerts__item.display-icon
  .wp-block-northwood-blocks-northwood-alerts__item-message {
  flex-basis: 90%;
  padding-left: 0;
}
.wp-block-northwood-blocks-northwood-alerts__item-title,
.wp-block-northwood-blocks-northwood-alerts__item-title p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--wp--preset--color--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.wp-block-northwood-blocks-northwood-alerts__item-title a,
.wp-block-northwood-blocks-northwood-alerts__item-title p a {
  color: var(--wp--preset--color--white);
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: underline;
}
.wp-block-northwood-blocks-northwood-alerts__item-title a:hover,
.wp-block-northwood-blocks-northwood-alerts__item-title p a:hover {
  text-decoration: none;
}
.wp-block-northwood-blocks-northwood-alerts
  .wp-block-northwood-blocks-northwood-alerts__item-title__item.rave
  .wp-block-northwood-blocks-northwood-alerts__item-title {
  display: none;
}
.wp-block-northwood-blocks-northwood-alerts__item-subtitle,
.wp-block-northwood-blocks-northwood-alerts__item-subtitle p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--wp--preset--color--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 3px;
}
.wp-block-northwood-blocks-northwood-alerts__item-subtitle a,
.wp-block-northwood-blocks-northwood-alerts__item-subtitle p a {
  align-items: center;
  color: var(--wp--preset--color--white);
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: underline;
}
.wp-block-northwood-blocks-northwood-alerts__item-subtitle a:after,
.wp-block-northwood-blocks-northwood-alerts__item-subtitle p a:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-arrow-right%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%23fff%27 d=%27M19.101 9.303a1 1 0 0 1 1.414-.021l6.253 6.079.027.032.009.014.009.01.023.038.027.041.005.01.011.019.01.016.013.03.02.04.008.024.008.019.007.017.005.023.015.041.005.023.006.02.004.021.004.023.008.043.002.029.003.022v.019l.001.024.003.041-.003.04.001.015-.003.009v.021l-.004.021-.001.03-.008.042-.001.016-.003.006-.004.023-.006.019-.005.024-.015.04-.005.024-.007.016-.008.019-.008.025-.02.039-.013.032-.01.015-.011.019-.032.051-.023.039-.009.009-.009.015-.05.056-.028.034-.007.005-6.196 6.016a1 1 0 1 1-1.393-1.435l4.411-4.284-17.533.001a1 1 0 0 1-.991-.864l-.009-.136a1 1 0 0 1 1-1l17.532-.001-4.41-4.281a1 1 0 0 1-.116-1.3l.095-.114z%27/%3E%3C/svg%3E");
  display: inline-block;
  height: 22px;
  transition: transform 0.3s;
  width: 22px;
}
.wp-block-northwood-blocks-northwood-alerts__item-subtitle a:hover,
.wp-block-northwood-blocks-northwood-alerts__item-subtitle p a:hover {
  background-size: 0;
  text-decoration: none;
}
.wp-block-northwood-blocks-northwood-alerts__item-subtitle a:hover:after,
.wp-block-northwood-blocks-northwood-alerts__item-subtitle p a:hover:after {
  transform: translateX(4px);
}
.wp-block-northwood-blocks-northwood-alerts__item-subtitle
  p
  > :first-of-type:first-child,
.wp-block-northwood-blocks-northwood-alerts__item-subtitle
  > :first-of-type:first-child {
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-alerts__item-subtitle
  p
  > :last-of-type:last-child,
.wp-block-northwood-blocks-northwood-alerts__item-subtitle
  > :last-of-type:last-child {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-alerts__item-subtitle p {
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-alerts
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle__item.rave
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle,
.wp-block-northwood-blocks-northwood-alerts
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle__item.rave
  .wp-block-northwood-blocks-northwood-alerts__item-subtitle
  p {
  font-weight: 600;
}
.wp-block-northwood-blocks-northwood-alerts__item-title-link {
  color: var(--wp--preset--color--white);
  display: none;
  padding-left: 9px;
}
.wp-block-northwood-blocks-northwood-alerts__item-title-link.active {
  display: inline-block;
}
.wp-block-northwood-blocks-northwood-alerts__item-subtitle-link {
  color: var(--wp--preset--color--white);
  display: none;
  padding-left: 7px;
}
.wp-block-northwood-blocks-northwood-alerts__item-subtitle-link.active {
  display: inline-block;
}
.wp-block-northwood-blocks-northwood-alerts__item-close {
  cursor: pointer;
  display: none;
  flex-basis: 4.76%;
  justify-content: center;
  padding: 9px 9px 0;
}
.wp-block-northwood-blocks-northwood-alerts__item-close.active {
  align-items: center;
  display: flex;
  font-size: 24px;
  padding-top: 0;
}
.wp-block-northwood-blocks-northwood-alerts__item-close .icon-close {
  width: 28px;
}
.wp-block-northwood-blocks-northwood-alerts__item-close .icon-close path {
  fill: var(--wp--preset--color--white) !important;
}
.wp-block-northwood-blocks-northwood-alerts .woostate-icon-close {
  color: var(--wp--preset--color--white);
  font-size: 20px;
  font-weight: 600;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid {
  margin: 0;
  padding: 42px 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-archives-archive-grid {
    padding: 72px 30px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__content {
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-archives-archive-grid__content {
    display: grid;
    gap: 30px;
    grid-template-columns: 330px minmax(0, 1fr);
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-archives-archive-grid__content {
    gap: 60px;
    grid-template-columns: 390px minmax(0, 1fr);
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__sidebar {
  margin-bottom: 42px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__sidebar
  .has-overline-font-size {
  display: none;
  margin-bottom: 30px;
  margin-top: 0;
  opacity: 0.72;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-archives-archive-grid__sidebar
    .has-overline-font-size {
    display: block;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-archives-archive-grid__sidebar
    .wp-block-categories-dropdown {
    display: none;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__categories-nav {
  display: none;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-archives-archive-grid__categories-nav {
    display: block;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__sidebar-inner {
  position: sticky;
  top: 32px;
}
body.admin-bar
  .editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__sidebar-inner {
  top: 64px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-archives-archive-grid__grid {
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto auto 1fr;
  }
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-archives-archive-grid__grid:only-child {
    grid-column: 1/3;
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-archives-archive-grid__grid:only-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-archives-archive-grid__grid:only-child
    .wp-block-northwood-blocks-northwood-archives-archive-grid__inner-content,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-archives-archive-grid__grid:only-child
    .wp-block-northwood-blocks-northwood-archives-archive-grid__pagination {
    grid-column: 1/4;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__inner-content {
  margin-bottom: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-archives-archive-grid__inner-content {
    grid-column: 1/3;
  }
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-archives-archive-grid__inner-content {
    margin-bottom: 12px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid
  .wp-block-heading {
  border-bottom: 2px solid var(--wp--preset--color--secondary);
  display: inline-block;
  margin-top: 0;
  padding-bottom: 18px;
  position: relative;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid
  .wp-block-heading:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid
  .wp-block-heading:after {
  background-color: #ddd;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100vw;
  z-index: -1;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__pagination {
  align-items: flex-start;
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  margin-top: 6px;
  padding-top: 30px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-archives-archive-grid__pagination {
    grid-column: 1/3;
    margin-top: 12px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__pagination
  a {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  font-weight: 700;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__pagination
  svg {
  height: 24px;
  width: 24px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__pagination-newer,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__pagination-older {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__pagination-older
  a {
  margin-left: 27px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__pagination-older
  svg {
  margin-left: -27px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__pagination-newer {
  margin-left: auto;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__pagination-newer
  a {
  margin-right: 27px;
  text-align: right;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__pagination-newer
  svg {
  margin-right: -27px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__image-wrapper {
  background-color: #ddd;
  margin: 0 -12px;
  overflow: hidden;
  padding-bottom: 68.1818181818%;
  position: relative;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__link {
  color: var(--wp--preset--color--foreground);
  display: block;
  padding: 0 12px;
  text-decoration: none !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__link:focus
  .wp-block-northwood-blocks-northwood-archives-archive-grid__article-title,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__link:hover
  .wp-block-northwood-blocks-northwood-archives-archive-grid__article-title {
  background-size: 100% 3px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__link:focus
  .wp-block-northwood-blocks-northwood-archives-archive-grid__image,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__link:hover
  .wp-block-northwood-blocks-northwood-archives-archive-grid__image {
  transform: scale(1.1);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: transform 1s;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__date {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  letter-spacing: -0.2px;
  margin: 12px 0 6px;
  opacity: 0.72;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__date
  .icon {
  height: 16px;
  width: 16px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__date
  .icon
  path {
  fill: var(--wp--preset--color--foreground);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid__article-title {
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  color: var(--wp--preset--color--primary);
  display: inline;
  margin: 0;
  padding-bottom: 3px;
  text-decoration: none;
  transition: background-size 0.3s;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid
  .wp-block-northwood-blocks-northwood-subscribe-form {
  border: 1px solid #ddd;
  border-radius: 12px;
  display: none;
  margin-top: 42px;
  padding: 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-archives-archive-grid
    .wp-block-northwood-blocks-northwood-subscribe-form {
    display: block;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid
  > .block-editor-inner-blocks,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  display: contents;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive-grid
  .wp-block-northwood-blocks-northwood-archives-archive-grid {
  padding: 0;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid {
  margin: 0;
  padding: 42px 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-archives-archive-grid {
    padding: 72px 30px;
  }
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__content {
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-archives-archive-grid__content {
    display: grid;
    gap: 30px;
    grid-template-columns: 330px minmax(0, 1fr);
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-archives-archive-grid__content {
    gap: 60px;
    grid-template-columns: 390px minmax(0, 1fr);
  }
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__sidebar {
  margin-bottom: 42px;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__sidebar
  .has-overline-font-size {
  display: none;
  margin-bottom: 30px;
  margin-top: 0;
  opacity: 0.72;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-archives-archive-grid__sidebar
    .has-overline-font-size {
    display: block;
  }
  .wp-block-northwood-blocks-northwood-archives-archive-grid__sidebar
    .wp-block-categories-dropdown {
    display: none;
  }
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__categories-nav {
  display: none;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-archives-archive-grid__categories-nav {
    display: block;
  }
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__sidebar-inner {
  position: sticky;
  top: 32px;
}
body.admin-bar
  .wp-block-northwood-blocks-northwood-archives-archive-grid__sidebar-inner {
  top: 64px;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-archives-archive-grid__grid {
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto auto 1fr;
  }
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-archives-archive-grid__grid:only-child {
    grid-column: 1/3;
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-archives-archive-grid__grid:only-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .wp-block-northwood-blocks-northwood-archives-archive-grid__grid:only-child
    .wp-block-northwood-blocks-northwood-archives-archive-grid__inner-content,
  .wp-block-northwood-blocks-northwood-archives-archive-grid__grid:only-child
    .wp-block-northwood-blocks-northwood-archives-archive-grid__pagination {
    grid-column: 1/4;
  }
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__inner-content {
  margin-bottom: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-archives-archive-grid__inner-content {
    grid-column: 1/3;
  }
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-archives-archive-grid__inner-content {
    margin-bottom: 12px;
  }
}
.wp-block-northwood-blocks-northwood-archives-archive-grid .wp-block-heading {
  border-bottom: 2px solid var(--wp--preset--color--secondary);
  display: inline-block;
  margin-top: 0;
  padding-bottom: 18px;
  position: relative;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid
  .wp-block-heading:last-child {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid
  .wp-block-heading:after {
  background-color: #ddd;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100vw;
  z-index: -1;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__pagination {
  align-items: flex-start;
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  margin-top: 6px;
  padding-top: 30px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-archives-archive-grid__pagination {
    grid-column: 1/3;
    margin-top: 12px;
  }
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__pagination a {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  font-weight: 700;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__pagination svg {
  height: 24px;
  width: 24px;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__pagination-newer,
.wp-block-northwood-blocks-northwood-archives-archive-grid__pagination-older {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__pagination-older a {
  margin-left: 27px;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__pagination-older
  svg {
  margin-left: -27px;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__pagination-newer {
  margin-left: auto;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__pagination-newer a {
  margin-right: 27px;
  text-align: right;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__pagination-newer
  svg {
  margin-right: -27px;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__image-wrapper {
  background-color: #ddd;
  margin: 0 -12px;
  overflow: hidden;
  padding-bottom: 68.1818181818%;
  position: relative;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__link {
  color: var(--wp--preset--color--foreground);
  display: block;
  padding: 0 12px;
  text-decoration: none !important;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__link:focus
  .wp-block-northwood-blocks-northwood-archives-archive-grid__article-title,
.wp-block-northwood-blocks-northwood-archives-archive-grid__link:hover
  .wp-block-northwood-blocks-northwood-archives-archive-grid__article-title {
  background-size: 100% 3px;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__link:focus
  .wp-block-northwood-blocks-northwood-archives-archive-grid__image,
.wp-block-northwood-blocks-northwood-archives-archive-grid__link:hover
  .wp-block-northwood-blocks-northwood-archives-archive-grid__image {
  transform: scale(1.1);
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: transform 1s;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__date {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  letter-spacing: -0.2px;
  margin: 12px 0 6px;
  opacity: 0.72;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__date .icon {
  height: 16px;
  width: 16px;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__date .icon path {
  fill: var(--wp--preset--color--foreground);
}
.wp-block-northwood-blocks-northwood-archives-archive-grid__article-title {
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  color: var(--wp--preset--color--primary);
  display: inline;
  margin: 0;
  padding-bottom: 3px;
  text-decoration: none;
  transition: background-size 0.3s;
}
.wp-block-northwood-blocks-northwood-archives-archive-grid
  .wp-block-northwood-blocks-northwood-subscribe-form {
  border: 1px solid #ddd;
  border-radius: 12px;
  display: none;
  margin-top: 42px;
  padding: 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-archives-archive-grid
    .wp-block-northwood-blocks-northwood-subscribe-form {
    display: block;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-archives-archive {
  margin: 0;
}
.wp-block-northwood-blocks-northwood-page-header
  + .editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive {
  margin-top: -18px !important;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-page-header
    + .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-archives-archive {
    margin-top: clamp(-2.625rem, 2.625rem + -6vw, -1.5rem) !important;
  }
}
body[class*="paged-"]
  .editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive {
  margin-top: 0 !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive
  > .block-editor-inner-blocks,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-archives-archive
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  display: contents;
}
.wp-block-northwood-blocks-northwood-archives-archive {
  margin: 0;
}
.wp-block-northwood-blocks-northwood-page-header
  + .wp-block-northwood-blocks-northwood-archives-archive {
  margin-top: -18px !important;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-page-header
    + .wp-block-northwood-blocks-northwood-archives-archive {
    margin-top: clamp(-2.625rem, 2.625rem + -6vw, -1.5rem) !important;
  }
}
body[class*="paged-"] .wp-block-northwood-blocks-northwood-archives-archive {
  margin-top: 0 !important;
}
.wp-block-northwood-blocks-northwood-archives-categories {
  margin: 0 0 8px;
  padding-left: 0 !important;
}
.wp-block-northwood-blocks-northwood-archives-categories ul {
  margin: 0;
}
.wp-block-northwood-blocks-northwood-archives-categories .cat-item {
  list-style: none !important;
  padding: 6px 30px 6px 0;
  position: relative;
  transition: padding 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wp-block-northwood-blocks-northwood-archives-categories .cat-item > a {
  border-left: 1px solid transparent;
  color: var(--wp--preset--color--primary);
  cursor: pointer;
  display: inline;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
.wp-block-northwood-blocks-northwood-archives-categories
  .cat-item.cat-item-has-children {
  cursor: pointer;
}
.wp-block-northwood-blocks-northwood-archives-categories
  .cat-item.cat-item-has-children
  .children {
  margin-left: -20px;
  max-height: 0;
  overflow: hidden;
  padding-left: 20px !important;
  transition: max-height 0.3s;
}
.wp-block-northwood-blocks-northwood-archives-categories
  .cat-item.cat-item-has-children
  .children
  > .cat-item {
  padding-left: 12px;
}
.wp-block-northwood-blocks-northwood-archives-categories
  .cat-item.cat-item-has-children
  .children
  > .cat-item:first-child {
  padding-top: 12px;
}
.wp-block-northwood-blocks-northwood-archives-categories
  .cat-item.cat-item-has-children
  .children
  > .cat-item:last-child {
  padding-bottom: 6px;
}
.wp-block-northwood-blocks-northwood-archives-categories
  .cat-item.cat-item-has-children
  .children
  > .cat-item
  > a {
  color: #515d73;
  font-weight: 400;
  position: relative;
}
.wp-block-northwood-blocks-northwood-archives-categories
  .cat-item.cat-item-has-children
  .children
  > .cat-item
  > a:hover {
  opacity: 1;
}
.wp-block-northwood-blocks-northwood-archives-categories > .cat-item {
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
.wp-block-northwood-blocks-northwood-archives-categories
  > .cat-item:first-child {
  padding-top: 0;
}
.wp-block-northwood-blocks-northwood-archives-categories
  > .cat-item:last-child {
  padding-bottom: 0;
}
.wp-block-northwood-blocks-northwood-archives-categories
  > .cat-item.cat-item-has-children:after,
.wp-block-northwood-blocks-northwood-archives-categories
  > .cat-item.cat-item-has-children:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-minus%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 20px;
}
.wp-block-northwood-blocks-northwood-archives-categories
  > .cat-item.cat-item-has-children:first-child:after,
.wp-block-northwood-blocks-northwood-archives-categories
  > .cat-item.cat-item-has-children:first-child:before {
  top: 2px;
}
.wp-block-northwood-blocks-northwood-archives-categories
  > .cat-item.cat-item-has-children:after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.wp-block-northwood-blocks-northwood-archives-categories > .cat-item.active {
  padding-bottom: 0;
}
.wp-block-northwood-blocks-northwood-archives-categories
  > .cat-item.active:after {
  transform: rotate(0);
}
.wp-block-northwood-blocks-northwood-audience-based-carousel-card {
  margin-right: 9px;
  position: relative;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-audience-based-carousel-card {
    margin-right: 18px;
  }
}
.wp-block-northwood-blocks-northwood-audience-based-carousel-card[data-visible="0"]:before {
  background-color: #ddd;
  border: 1px solid #000;
  content: "This card is not visible in currently selected category.";
  left: 0;
  padding: 5px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.wp-block-northwood-blocks-northwood-audience-based-carousel-card[data-visible="0"]
  > * {
  opacity: 0.4;
}
.wp-block-northwood-blocks-northwood-audience-based-carousel-card__link,
.wp-block-northwood-blocks-northwood-audience-based-carousel-card__no-link {
  display: block;
  height: 100%;
  overflow: hidden;
  padding: 162px 0 18px;
  position: relative;
  width: 240px;
  z-index: 1;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-audience-based-carousel-card__link,
  .wp-block-northwood-blocks-northwood-audience-based-carousel-card__no-link {
    padding: 244px 9px 18px;
    width: 360px;
  }
}
.wp-block-northwood-blocks-northwood-audience-based-carousel-card__link {
  color: var(--wp--preset--color--foreground);
  text-decoration: none !important;
}
.wp-block-northwood-blocks-northwood-audience-based-carousel-card__link:focus
  .wp-block-heading,
.wp-block-northwood-blocks-northwood-audience-based-carousel-card__link:hover
  .wp-block-heading {
  background-size: 100% 3px;
}
.wp-block-northwood-blocks-northwood-audience-based-carousel-card__link:focus:after,
.wp-block-northwood-blocks-northwood-audience-based-carousel-card__link:hover:after {
  transform: scale(1.4);
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-audience-based-carousel-card__link:focus:after,
  .wp-block-northwood-blocks-northwood-audience-based-carousel-card__link:hover:after {
    transform: scale(1.2);
  }
}
.wp-block-northwood-blocks-northwood-audience-based-carousel-card__link:focus
  .wp-block-image
  img,
.wp-block-northwood-blocks-northwood-audience-based-carousel-card__link:focus
  .wp-block-image
  picture,
.wp-block-northwood-blocks-northwood-audience-based-carousel-card__link:hover
  .wp-block-image
  img,
.wp-block-northwood-blocks-northwood-audience-based-carousel-card__link:hover
  .wp-block-image
  picture {
  transform: scale(1.1);
}
.wp-block-northwood-blocks-northwood-audience-based-carousel-card
  .wp-block-image {
  height: 0;
  left: 0;
  overflow: hidden;
  padding-bottom: 64.285714%;
  position: absolute;
  top: 0;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-audience-based-carousel-card
  .wp-block-image
  img,
.wp-block-northwood-blocks-northwood-audience-based-carousel-card
  .wp-block-image
  picture {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: transform 1s;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-audience-based-carousel-card p {
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-audience-based-carousel-card
  .wp-block-heading {
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  color: var(--wp--preset--color--primary);
  display: inline;
  padding-bottom: 3px;
  text-decoration: none;
  transition: background-size 0.3s;
}
.wp-block-northwood-blocks-northwood-audience-based-carousel-card
  .wp-block-heading
  + * {
  margin-top: 6px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-audience-based-carousel-card
    .wp-block-heading
    + * {
    margin-top: 9px;
  }
}
.wp-block-northwood-blocks-northwood-audience-based-carousel-cards {
  padding-bottom: 42px;
  pointer-events: none;
}
.wp-block-northwood-blocks-northwood-audience-based-carousel-cards.block-editor-block-list__block {
  pointer-events: none !important;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-audience-based-carousel-cards {
    padding-bottom: 66px;
  }
}
.wp-block-northwood-blocks-northwood-audience-based-carousel-cards
  .drag-slider__slides-container {
  -moz-column-gap: 0;
  column-gap: 0;
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  margin-right: -9px;
  pointer-events: auto;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-audience-based-carousel-cards
    .drag-slider__slides-container {
    margin-right: -18px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel {
  background-color: var(--wp--preset--color--white);
  margin: 0;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-hero
    + .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel,
  header.wp-block-template-part
    + .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel {
    margin-top: -62px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel {
    padding: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel__container {
    grid-template-columns: 360px minmax(0, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}
@media (min-width: 1380px) {
  body.northwood-not-admin
    .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel__container {
    grid-template-columns: minmax(0, 1fr) 360px 960px minmax(0, 1fr);
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel__container:after,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel__container:before {
  content: "";
  display: block;
  grid-area: 1/1/3/2;
  height: 100%;
  width: 100%;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel__container:after,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel__container:before {
    grid-area: 1/1/5/2;
    min-height: 383px;
  }
}
@media (min-width: 1380px) {
  body.northwood-not-admin
    .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel__container:after,
  body.northwood-not-admin
    .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel__container:before {
    grid-area: 1/1/5/3;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel__container:before {
  background-color: var(--wp--preset--color--secondary);
  z-index: 2;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel__container:after {
  background: url(../952a9ee1f427a89dafa1.svg);
  background-position: top 20% right 10vw;
  background-repeat: no-repeat;
  background-size: auto 400px;
  opacity: 0.1;
  z-index: 3;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel__container:after {
    background-position: top 100px right 80px;
    background-size: auto 720px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel__select-wrapper {
  cursor: pointer;
  grid-area: 2/1/3/2;
  margin: 0 18px 30px;
  max-width: 275px;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel__select-wrapper {
    grid-area: 2/1/3/2;
    margin: 0 30px 102px;
  }
}
@media (min-width: 1380px) {
  body.northwood-not-admin
    .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel__select-wrapper {
    grid-area: 2/2/3/3;
    margin-left: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel__select-wrapper:active {
  transform: scale(0.95);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel__select-wrapper:hover
  .wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock:before {
  height: 26px;
  width: 26px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel__select-wrapper:hover
  .wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock
  span {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: selectLabelRoll;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../76b87683cf7602de4a57.svg);
  background-color: var(--wp--preset--color--white);
  background-position: right 0 center;
  background-repeat: no-repeat;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 900;
  height: 48px;
  letter-spacing: 1px;
  line-height: 21px;
  margin: 0 32px 0 0;
  outline-color: var(--wp--preset--color--primary);
  padding: 14px 24px 13px 18px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transform-origin: bottom right;
  transition: all 0.3s;
  width: calc(100% - 32px);
  z-index: 1;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock {
    height: 60px;
    padding: 20px 27px 19px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock:before {
  background-color: var(--wp--preset--color--foreground);
  bottom: -1px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  height: 21px;
  position: absolute;
  right: -32px;
  transition: all 0.3s;
  width: 21px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock:after {
  background-color: var(--wp--preset--color--white);
  -webkit-clip-path: polygon(
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%,
    0 0
  );
  content: "";
  height: 48px;
  position: absolute;
  right: -31px;
  top: 0;
  width: 32px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock:after {
    height: 60px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock
  span {
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  white-space: nowrap;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel__select {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel__select:focus
  ~ .wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock:before {
  height: 26px;
  width: 26px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel__select:focus
  ~ .wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock
  span {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: selectLabelRoll;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel
  .wp-block-northwood-blocks-northwood-text-section {
  grid-area: 1/1/1/2;
  overflow: hidden;
  padding: 30px 18px 21px;
  position: relative;
  z-index: 4;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel
    .wp-block-northwood-blocks-northwood-text-section {
    grid-area: 1/1/2/2;
    max-width: 360px;
    padding: 102px 30px 21px;
  }
}
@media (min-width: 1380px) {
  body.northwood-not-admin
    .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel
    .wp-block-northwood-blocks-northwood-text-section {
    grid-area: 1/2/2/3;
    max-width: 330px;
    padding-left: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel
  .wp-block-northwood-blocks-northwood-text-section
  .wp-block-heading {
  margin-bottom: 12px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel
    .wp-block-northwood-blocks-northwood-text-section
    .wp-block-heading {
    margin-bottom: 18px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel
  .wp-block-northwood-blocks-northwood-audience-based-carousel-cards {
  grid-area: 3/1/4/2;
  margin-top: 18px;
  padding: 0 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel
    .wp-block-northwood-blocks-northwood-audience-based-carousel-cards {
    grid-area: 1/2/4/3;
    margin-top: 102px;
    padding: 0 30px;
  }
}
@media (min-width: 1380px) {
  body.northwood-not-admin
    .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel
    .wp-block-northwood-blocks-northwood-audience-based-carousel-cards {
    grid-area: 1/3/4/4;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel
  .drag-slider__controls {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel
    .drag-slider__controls {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@keyframes selectLabelRoll {
  0% {
    transform: translateY(0);
  }
  45% {
    opacity: 0;
    transform: translateY(100%);
  }
  55% {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel
  .block-editor-block-list__layout,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel
  .block-editor-inner-blocks {
  display: contents;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel
  .wp-block-image
  div {
  display: contents !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel
  .wp-block-image
  .components-resizable-box__handle {
  display: none !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-audience-based-carousel-cards__card-appender {
  pointer-events: auto !important;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 5;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-audience-based-carousel-cards__card-appender {
    right: 0;
    top: -38px;
  }
}
.wp-block-northwood-blocks-northwood-audience-based-carousel {
  background-color: var(--wp--preset--color--white);
  margin: 0;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-hero
    + .wp-block-northwood-blocks-northwood-audience-based-carousel,
  header.wp-block-template-part
    + .wp-block-northwood-blocks-northwood-audience-based-carousel {
    margin-top: -62px;
  }
  .wp-block-northwood-blocks-northwood-audience-based-carousel {
    padding: 0;
  }
}
.wp-block-northwood-blocks-northwood-audience-based-carousel__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-audience-based-carousel__container {
    grid-template-columns: 360px minmax(0, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}
@media (min-width: 1380px) {
  body.northwood-not-admin
    .wp-block-northwood-blocks-northwood-audience-based-carousel__container {
    grid-template-columns: minmax(0, 1fr) 360px 960px minmax(0, 1fr);
  }
}
.wp-block-northwood-blocks-northwood-audience-based-carousel__container:after,
.wp-block-northwood-blocks-northwood-audience-based-carousel__container:before {
  content: "";
  display: block;
  grid-area: 1/1/3/2;
  height: 100%;
  width: 100%;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-audience-based-carousel__container:after,
  .wp-block-northwood-blocks-northwood-audience-based-carousel__container:before {
    grid-area: 1/1/5/2;
    min-height: 383px;
  }
}
@media (min-width: 1380px) {
  body.northwood-not-admin
    .wp-block-northwood-blocks-northwood-audience-based-carousel__container:after,
  body.northwood-not-admin
    .wp-block-northwood-blocks-northwood-audience-based-carousel__container:before {
    grid-area: 1/1/5/3;
  }
}
.wp-block-northwood-blocks-northwood-audience-based-carousel__container:before {
  background-color: var(--wp--preset--color--secondary);
  z-index: 2;
}
.wp-block-northwood-blocks-northwood-audience-based-carousel__container:after {
  background: url(../952a9ee1f427a89dafa1.svg);
  background-position: top 20% right 10vw;
  background-repeat: no-repeat;
  background-size: auto 400px;
  opacity: 0.1;
  z-index: 3;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-audience-based-carousel__container:after {
    background-position: top 100px right 80px;
    background-size: auto 720px;
  }
}
.wp-block-northwood-blocks-northwood-audience-based-carousel__select-wrapper {
  cursor: pointer;
  grid-area: 2/1/3/2;
  margin: 0 18px 30px;
  max-width: 275px;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-audience-based-carousel__select-wrapper {
    grid-area: 2/1/3/2;
    margin: 0 30px 102px;
  }
}
@media (min-width: 1380px) {
  body.northwood-not-admin
    .wp-block-northwood-blocks-northwood-audience-based-carousel__select-wrapper {
    grid-area: 2/2/3/3;
    margin-left: 0;
  }
}
.wp-block-northwood-blocks-northwood-audience-based-carousel__select-wrapper:active {
  transform: scale(0.95);
}
.wp-block-northwood-blocks-northwood-audience-based-carousel__select-wrapper:hover
  .wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock:before {
  height: 26px;
  width: 26px;
}
.wp-block-northwood-blocks-northwood-audience-based-carousel__select-wrapper:hover
  .wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock
  span {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: selectLabelRoll;
}
.wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../76b87683cf7602de4a57.svg);
  background-color: var(--wp--preset--color--white);
  background-position: right 0 center;
  background-repeat: no-repeat;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 900;
  height: 48px;
  letter-spacing: 1px;
  line-height: 21px;
  margin: 0 32px 0 0;
  outline-color: var(--wp--preset--color--primary);
  padding: 14px 24px 13px 18px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transform-origin: bottom right;
  transition: all 0.3s;
  width: calc(100% - 32px);
  z-index: 1;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock {
    height: 60px;
    padding: 20px 27px 19px;
  }
}
.wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock:before {
  background-color: var(--wp--preset--color--foreground);
  bottom: -1px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  height: 21px;
  position: absolute;
  right: -32px;
  transition: all 0.3s;
  width: 21px;
}
.wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock:after {
  background-color: var(--wp--preset--color--white);
  -webkit-clip-path: polygon(
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%,
    0 0
  );
  content: "";
  height: 48px;
  position: absolute;
  right: -31px;
  top: 0;
  width: 32px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock:after {
    height: 60px;
  }
}
.wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock span {
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  white-space: nowrap;
}
.wp-block-northwood-blocks-northwood-audience-based-carousel__select {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.wp-block-northwood-blocks-northwood-audience-based-carousel__select:focus
  ~ .wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock:before {
  height: 26px;
  width: 26px;
}
.wp-block-northwood-blocks-northwood-audience-based-carousel__select:focus
  ~ .wp-block-northwood-blocks-northwood-audience-based-carousel__select-mock
  span {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: selectLabelRoll;
}
.wp-block-northwood-blocks-northwood-audience-based-carousel
  .wp-block-northwood-blocks-northwood-text-section {
  grid-area: 1/1/1/2;
  overflow: hidden;
  padding: 30px 18px 21px;
  position: relative;
  z-index: 4;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-audience-based-carousel
    .wp-block-northwood-blocks-northwood-text-section {
    grid-area: 1/1/2/2;
    max-width: 360px;
    padding: 102px 30px 21px;
  }
}
@media (min-width: 1380px) {
  body.northwood-not-admin
    .wp-block-northwood-blocks-northwood-audience-based-carousel
    .wp-block-northwood-blocks-northwood-text-section {
    grid-area: 1/2/2/3;
    max-width: 330px;
    padding-left: 0;
  }
}
.wp-block-northwood-blocks-northwood-audience-based-carousel
  .wp-block-northwood-blocks-northwood-text-section
  .wp-block-heading {
  margin-bottom: 12px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-audience-based-carousel
    .wp-block-northwood-blocks-northwood-text-section
    .wp-block-heading {
    margin-bottom: 18px;
  }
}
.wp-block-northwood-blocks-northwood-audience-based-carousel
  .wp-block-northwood-blocks-northwood-audience-based-carousel-cards {
  grid-area: 3/1/4/2;
  margin-top: 18px;
  padding: 0 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-audience-based-carousel
    .wp-block-northwood-blocks-northwood-audience-based-carousel-cards {
    grid-area: 1/2/4/3;
    margin-top: 102px;
    padding: 0 30px;
  }
}
@media (min-width: 1380px) {
  body.northwood-not-admin
    .wp-block-northwood-blocks-northwood-audience-based-carousel
    .wp-block-northwood-blocks-northwood-audience-based-carousel-cards {
    grid-area: 1/3/4/4;
  }
}
.wp-block-northwood-blocks-northwood-audience-based-carousel
  .drag-slider__controls {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-audience-based-carousel
    .drag-slider__controls {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@keyframes selectLabelRoll {
  0% {
    transform: translateY(0);
  }
  45% {
    opacity: 0;
    transform: translateY(100%);
  }
  55% {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.editor-styles-wrapper .wp-block-northwood-breadcrumbs {
  margin-bottom: 16px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-breadcrumbs {
    margin-bottom: 18px;
  }
}
.editor-styles-wrapper .wp-block-northwood-breadcrumbs__list {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 1000px;
  display: inline-flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  min-height: 25px;
  padding: 2px 8px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-breadcrumbs__list {
    min-height: 34px;
    padding: 5px 15px;
  }
}
.editor-styles-wrapper .wp-block-northwood-breadcrumbs__list-item {
  margin: 0;
  padding: 0;
  position: relative;
}
.editor-styles-wrapper .wp-block-northwood-breadcrumbs__list-item:first-child {
  margin-left: 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-breadcrumbs__list-item:first-child {
    margin-left: 28px;
  }
}
.editor-styles-wrapper .wp-block-northwood-breadcrumbs__list-item.sep-before {
  padding: 0 0 0 20px;
}
.editor-styles-wrapper
  .wp-block-northwood-breadcrumbs__list-item.sep-before:before {
  color: var(--wp--preset--color--white);
  content: "/";
  left: 0;
  margin: auto 6px;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 799px) {
  .editor-styles-wrapper
    .wp-block-northwood-breadcrumbs__list-item:not(:only-of-type):not(:last-of-type):not(:first-of-type),
  .editor-styles-wrapper
    .wp-block-northwood-breadcrumbs__list-item:not(:only-of-type):not(:last-of-type):not(:first-of-type)
    + .wp-block-northwood-breadcrumbs__separator {
    display: none;
  }
}
.editor-styles-wrapper .wp-block-northwood-breadcrumbs a {
  align-items: center;
  color: var(--wp--preset--color--white);
  display: flex;
  flex-direction: row;
  font-family: Gotham Narrow, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  padding-bottom: 0;
  position: relative;
  text-decoration: none;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-breadcrumbs a {
    font-size: 16px;
    line-height: 20px;
  }
}
.editor-styles-wrapper .wp-block-northwood-breadcrumbs a svg {
  display: block;
  height: 16px;
  left: -18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-breadcrumbs a svg {
    height: 24px;
    left: -28px;
    margin-right: 4px;
    width: 24px;
  }
}
.editor-styles-wrapper .wp-block-northwood-breadcrumbs a svg path {
  fill: var(--wp--preset--color--tertiary);
}
.editor-styles-wrapper .wp-block-northwood-breadcrumbs__separator {
  margin: auto 5px;
  opacity: 0.6;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-breadcrumbs__separator {
    margin: auto 6px;
  }
}
.wp-block-northwood-breadcrumbs {
  margin-bottom: 16px;
}
@media (min-width: 800px) {
  .wp-block-northwood-breadcrumbs {
    margin-bottom: 18px;
  }
}
.wp-block-northwood-breadcrumbs__list {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 1000px;
  display: inline-flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  min-height: 25px;
  padding: 2px 8px;
}
@media (min-width: 800px) {
  .wp-block-northwood-breadcrumbs__list {
    min-height: 34px;
    padding: 5px 15px;
  }
}
.wp-block-northwood-breadcrumbs__list-item {
  margin: 0;
  padding: 0;
  position: relative;
}
.wp-block-northwood-breadcrumbs__list-item:first-child {
  margin-left: 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-breadcrumbs__list-item:first-child {
    margin-left: 28px;
  }
}
.wp-block-northwood-breadcrumbs__list-item.sep-before {
  padding: 0 0 0 20px;
}
.wp-block-northwood-breadcrumbs__list-item.sep-before:before {
  color: var(--wp--preset--color--white);
  content: "/";
  left: 0;
  margin: auto 6px;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 799px) {
  .wp-block-northwood-breadcrumbs__list-item:not(:only-of-type):not(:last-of-type):not(:first-of-type),
  .wp-block-northwood-breadcrumbs__list-item:not(:only-of-type):not(:last-of-type):not(:first-of-type)
    + .wp-block-northwood-breadcrumbs__separator {
    display: none;
  }
}
.wp-block-northwood-breadcrumbs a {
  align-items: center;
  color: var(--wp--preset--color--white);
  display: flex;
  flex-direction: row;
  font-family: Gotham Narrow, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  padding-bottom: 0;
  position: relative;
  text-decoration: none;
}
@media (min-width: 800px) {
  .wp-block-northwood-breadcrumbs a {
    font-size: 16px;
    line-height: 20px;
  }
}
.wp-block-northwood-breadcrumbs a svg {
  display: block;
  height: 16px;
  left: -18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
@media (min-width: 800px) {
  .wp-block-northwood-breadcrumbs a svg {
    height: 24px;
    left: -28px;
    margin-right: 4px;
    width: 24px;
  }
}
.wp-block-northwood-breadcrumbs a svg path {
  fill: var(--wp--preset--color--tertiary);
}
.wp-block-northwood-breadcrumbs__separator {
  margin: auto 5px;
  opacity: 0.6;
}
@media (min-width: 800px) {
  .wp-block-northwood-breadcrumbs__separator {
    margin: auto 6px;
  }
}
.wp-block-northwood-blocks-northwood-card-carousel-card.is-style-contain
  .wp-block-image
  img,
.wp-block-northwood-blocks-northwood-card-carousel-card.is-style-contain
  .wp-block-image
  picture {
  height: calc(100% - 20px) !important;
  left: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  top: 10px;
  width: calc(100% - 20px) !important;
}
.wp-block-northwood-blocks-northwood-card-carousel-cards {
  padding-bottom: 42px;
  pointer-events: none;
}
.wp-block-northwood-blocks-northwood-card-carousel-cards.block-editor-block-list__block {
  pointer-events: none !important;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-card-carousel-cards {
    padding-bottom: 66px;
  }
}
.wp-block-northwood-blocks-northwood-card-carousel-cards
  .drag-slider__slides-container {
  -moz-column-gap: 6px;
  column-gap: 6px;
  display: grid;
  grid-auto-flow: column;
  pointer-events: auto;
}
.wp-block-northwood-blocks-northwood-card-carousel-cards
  .drag-slider__slides-container
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  -moz-column-gap: 6px;
  column-gap: 6px;
  display: grid !important;
  grid-auto-flow: column;
  pointer-events: auto;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-card-carousel {
  background-color: #f2f2f2;
  margin: 0;
  overflow: hidden;
  padding: 42px 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-card-carousel {
    padding: 72px 30px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-card-carousel__container {
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-card-carousel__container {
    -moz-column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    display: grid;
    grid-template-columns: 480px minmax(0, 1fr);
  }
}
@media (max-width: 799px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-card-carousel
    .wp-block-northwood-blocks-northwood-text-section {
    margin-bottom: 30px;
  }
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-card-carousel
    .wp-block-northwood-blocks-northwood-text-section {
    grid-area: 1/1/1/1;
    padding-bottom: 66px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-card-carousel
  .wp-block-northwood-blocks-northwood-text-section
  .wp-block-heading,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-card-carousel
  .wp-block-northwood-blocks-northwood-text-section
  p {
  margin-bottom: 9px;
  margin-top: 0;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-card-carousel
    .wp-block-northwood-blocks-northwood-text-section
    .wp-block-heading,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-card-carousel
    .wp-block-northwood-blocks-northwood-text-section
    p {
    margin-bottom: 18px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-card-carousel
  .wp-block-northwood-blocks-northwood-text-section
  .wp-block-heading:last-child,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-card-carousel
  .wp-block-northwood-blocks-northwood-text-section
  p:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-card-carousel
  .wp-block-northwood-blocks-northwood-text-section
  .wp-block-button
  + .wp-block-button {
  margin-top: 9px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-card-carousel
    .wp-block-northwood-blocks-northwood-text-section
    .wp-block-button
    + .wp-block-button {
    margin-top: 18px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-card-carousel
    .wp-block-northwood-blocks-northwood-card-carousel-cards {
    grid-area: 1/1/1/3;
    padding-left: 540px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-card-carousel
  .drag-slider__controls {
  bottom: 12px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-card-carousel
    .drag-slider__controls {
    bottom: 18px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-card-carousel
  .block-editor-block-list__layout,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-card-carousel
  .block-editor-inner-blocks {
  display: contents;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-card-carousel
  .wp-block-image
  div {
  display: contents !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-card-carousel
  .wp-block-image
  div.block-editor-warning {
  display: block !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-card-carousel
  .wp-block-image
  .components-resizable-box__handle {
  display: none !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-card-carousel-cards__card-appender {
  pointer-events: auto !important;
  position: absolute;
  right: -18px;
  top: -42px;
  z-index: 5;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-card-carousel-cards__card-appender {
    right: -30px;
    top: -72px;
  }
}
.wp-block-northwood-blocks-northwood-card-carousel {
  background-color: #f2f2f2;
  margin: 0;
  overflow: hidden;
  padding: 42px 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-card-carousel {
    padding: 72px 30px;
  }
}
.wp-block-northwood-blocks-northwood-card-carousel__container {
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-card-carousel__container {
    -moz-column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    display: grid;
    grid-template-columns: 480px minmax(0, 1fr);
  }
}
@media (max-width: 799px) {
  .wp-block-northwood-blocks-northwood-card-carousel
    .wp-block-northwood-blocks-northwood-text-section {
    margin-bottom: 30px;
  }
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-card-carousel
    .wp-block-northwood-blocks-northwood-text-section {
    grid-area: 1/1/1/1;
    padding-bottom: 66px;
  }
}
.wp-block-northwood-blocks-northwood-card-carousel
  .wp-block-northwood-blocks-northwood-text-section
  .wp-block-heading,
.wp-block-northwood-blocks-northwood-card-carousel
  .wp-block-northwood-blocks-northwood-text-section
  p {
  margin-bottom: 9px;
  margin-top: 0;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-card-carousel
    .wp-block-northwood-blocks-northwood-text-section
    .wp-block-heading,
  .wp-block-northwood-blocks-northwood-card-carousel
    .wp-block-northwood-blocks-northwood-text-section
    p {
    margin-bottom: 18px;
  }
}
.wp-block-northwood-blocks-northwood-card-carousel
  .wp-block-northwood-blocks-northwood-text-section
  .wp-block-heading:last-child,
.wp-block-northwood-blocks-northwood-card-carousel
  .wp-block-northwood-blocks-northwood-text-section
  p:last-child {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-card-carousel
  .wp-block-northwood-blocks-northwood-text-section
  .wp-block-button
  + .wp-block-button {
  margin-top: 9px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-card-carousel
    .wp-block-northwood-blocks-northwood-text-section
    .wp-block-button
    + .wp-block-button {
    margin-top: 18px;
  }
  .wp-block-northwood-blocks-northwood-card-carousel
    .wp-block-northwood-blocks-northwood-card-carousel-cards {
    grid-area: 1/1/1/3;
    padding-left: 540px;
  }
}
.wp-block-northwood-blocks-northwood-card-carousel .drag-slider__controls {
  bottom: 12px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-card-carousel .drag-slider__controls {
    bottom: 18px;
  }
}
.wp-block-northwood-blocks-northwood-contact-information-column {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.wp-block-northwood-blocks-northwood-contact-information-column:last-child {
  border-bottom: none;
  margin-bottom: 12px;
  padding-bottom: 0;
}
@media (min-width: 560px) {
  .wp-block-northwood-blocks-northwood-contact-information-column:last-child {
    margin-bottom: 0;
  }
}
.wp-block-northwood-blocks-northwood-contact-information-column:only-child {
  border: 0;
  grid-column: 1/-1 !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 560px) {
  .wp-block-northwood-blocks-northwood-contact-information-column {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .wp-block-northwood-blocks-northwood-contact-information-column:nth-child(odd) {
    grid-column: 1/2;
  }
  .wp-block-northwood-blocks-northwood-contact-information-column:nth-child(2n) {
    grid-column: 3/4;
  }
  .wp-block-northwood-blocks-northwood-contact-information-column:nth-child(3),
  .wp-block-northwood-blocks-northwood-contact-information-column:nth-child(3)
    ~ .wp-block-northwood-blocks-northwood-contact-information-column {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
  }
}
.wp-block-northwood-blocks-northwood-contact-information-column
  .has-overline-font-size {
  margin-bottom: clamp(1.125rem, 0.25rem + 2vw, 2rem);
  margin-top: 0;
  opacity: 0.6;
}
@media (min-width: 560px) {
  .wp-block-northwood-blocks-northwood-contact-information-columns {
    align-items: flex-start;
    /* display: grid;
    grid-template-columns:
      minmax(0, 1fr) clamp(3rem, 0.6875rem + 5.2857142857vw, 5.3125rem)
      minmax(0, 1fr); */
  }
  .wp-block-northwood-blocks-northwood-contact-information-columns:after {
    background-color: #ddd;
    content: "";
    grid-column: 2/3;
    grid-row: 1/-1;
    height: 100%;
    justify-self: center;
    width: 1px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-contact-information-item {
  word-wrap: break-word;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 12px;
  max-width: 100%;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-contact-information-item {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-contact-information-item:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-contact-information-item
  .icon {
  flex: 0 0 24px;
  height: 24px;
  margin-right: 4px;
  width: 24px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-contact-information-item
  .icon
  path {
  fill: var(--wp--preset--color--tertiary);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-contact-information-item
  a {
  text-decoration: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-contact-information-item
  a,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-contact-information-item
  button,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-contact-information-item
  p {
  flex-grow: 1;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  max-width: calc(100% - 28px);
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-contact-information-item
    a,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-contact-information-item
    button,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-contact-information-item
    p {
    font-size: 16px;
    line-height: 24px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-contact-information-item
  > .block-editor-inner-blocks,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-contact-information-item
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  display: contents;
}
.wp-block-northwood-blocks-northwood-contact-information-item {
  word-wrap: break-word;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 12px;
  max-width: 100%;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-contact-information-item {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}
.wp-block-northwood-blocks-northwood-contact-information-item:last-child {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-contact-information-item .icon {
  flex: 0 0 24px;
  height: 24px;
  margin-right: 4px;
  width: 24px;
}
.wp-block-northwood-blocks-northwood-contact-information-item .icon path {
  fill: var(--wp--preset--color--tertiary);
}
.wp-block-northwood-blocks-northwood-contact-information-item a {
  text-decoration: none;
}
.wp-block-northwood-blocks-northwood-contact-information-item a,
.wp-block-northwood-blocks-northwood-contact-information-item button,
.wp-block-northwood-blocks-northwood-contact-information-item p {
  flex-grow: 1;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  max-width: calc(100% - 28px);
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-contact-information-item a,
  .wp-block-northwood-blocks-northwood-contact-information-item button,
  .wp-block-northwood-blocks-northwood-contact-information-item p {
    font-size: 16px;
    line-height: 24px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-contact-information {
  background-color: #f2f2f2;
  margin: 0;
  padding: 30px 9px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-contact-information {
    padding: 72px 30px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-contact-information__content {
  background-color: var(--wp--preset--color--white);
  border-top: 3px solid var(--wp--preset--color--secondary);
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(1.125rem, -1.5rem + 6vw, 3.75rem);
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-contact-information__content {
    align-items: flex-start;
    -moz-column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 57.08333333%;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-contact-information
  .wp-block-northwood-blocks-northwood-text-section {
  margin-bottom: clamp(1.875rem, 1.125rem + 1.7142857143vw, 2.625rem);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-contact-information
  .wp-block-northwood-blocks-northwood-text-section
  .has-overline-font-size {
  color: var(--wp--preset--color--primary);
  font-weight: 900;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-contact-information
  .block-editor-inner-blocks,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-contact-information
  .block-editor-inner-blocks
  .block-editor-block-list__layout {
  display: contents;
}
.wp-block-northwood-blocks-northwood-contact-information {
  background-color: #f2f2f2;
  margin: 0;
  padding: 30px 9px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-contact-information {
    padding: 72px 30px;
  }
}
.wp-block-northwood-blocks-northwood-contact-information__content {
  background-color: var(--wp--preset--color--white);
  border-top: 3px solid var(--wp--preset--color--secondary);
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(1.125rem, -1.5rem + 6vw, 3.75rem);
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-contact-information__content {
    align-items: flex-start;
    -moz-column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 57.08333333%;
  }
}
.wp-block-northwood-blocks-northwood-contact-information
  .wp-block-northwood-blocks-northwood-text-section {
  margin-bottom: clamp(1.875rem, 1.125rem + 1.7142857143vw, 2.625rem);
}
.wp-block-northwood-blocks-northwood-contact-information
  .wp-block-northwood-blocks-northwood-text-section
  .has-overline-font-size {
  color: var(--wp--preset--color--primary);
  font-weight: 900;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-content-section
  > :first-child {
  margin-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-content-section
  > :last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-content-section
  p:first-child {
  margin-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-content-section
  p:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-content-section
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > :first-child,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-content-section
  > .wp-block-image.alignleft:first-child
  + p,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-content-section
  > .wp-block-image.alignright:first-child
  + p {
  margin-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-content-section
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > :last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-content-section
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  p:first-child {
  margin-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-content-section
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  p:last-child {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-content-section > :first-child {
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-content-section > :last-child {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-content-section p:first-child {
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-content-section p:last-child {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-content-section
  > .wp-block-image.alignleft:first-child
  + p,
.wp-block-northwood-blocks-northwood-content-section
  > .wp-block-image.alignright:first-child
  + p {
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-courses-drag-slider-card {
  height: 100%;
}
.wp-block-northwood-blocks-northwood-courses-drag-slider-card .carousel-card {
  color: var(--wp--preset--color--foreground);
  min-height: 300px;
  padding: 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-courses-drag-slider-card .carousel-card {
    padding: 30px 42px;
  }
}
.wp-block-northwood-blocks-northwood-courses-drag-slider-card
  .carousel-card--link[data-id] {
  cursor: zoom-in;
}
.wp-block-northwood-blocks-northwood-courses-drag-slider-card
  .wp-block-heading {
  margin-bottom: 3px;
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-courses-drag-slider-card p {
  margin-bottom: 12px;
  margin-top: 0;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-courses-drag-slider-card p {
    margin-bottom: 15px;
  }
}
.wp-block-northwood-blocks-northwood-courses-drag-slider-card .wp-block-button {
  margin-top: 12px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-courses-drag-slider-card
    .wp-block-button {
    margin-top: 18px;
  }
}
body.popup-open {
  overflow: hidden;
}
.info-popup {
  display: inline-block;
  height: 1em;
  min-width: 14px;
  vertical-align: super;
  width: 1em;
}
.info-popup__button {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  margin: 0;
  outline: none;
  padding: 0;
  width: 100%;
}
.info-popup__button:focus .info-popup__icon,
.info-popup__button:hover .info-popup__icon {
  opacity: 1;
}
.info-popup__icon {
  height: 55.55556%;
  min-height: 10px;
  min-width: 10px;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
  width: 55.55556%;
}
.info-popup__tooltip {
  box-sizing: border-box;
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
.info-popup__tooltip.active {
  opacity: 1;
}
.info-popup__tooltip[aria-hidden="false"] {
  display: block;
}
.info-popup__arrow {
  display: block;
  height: 0;
  width: 0;
}
.info-popup__container {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: clamp(3rem, 4vw, 3.75rem) clamp(1.25rem, -10rem + 21vw, 10rem);
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
  z-index: 99999999;
}
.info-popup__container[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}
.info-popup__container:before {
  animation: info-popup-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  border: 0.4rem solid;
  border-color: #fff #fff transparent;
  border-radius: 50%;
  content: "";
  height: 3.5rem;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.5rem;
}
.info-popup__container.loaded:after,
.info-popup__container.loaded:before {
  border-color: transparent;
}
.info-popup__container:not(.loaded) .info-popup__box,
.info-popup__container:not(.loaded) .info-popup__close {
  opacity: 0;
  pointer-events: none;
  transition: none;
}
.info-popup__box {
  background-color: #fff;
  box-shadow: 0 0.75rem 1.875rem rgba(0, 0, 0, 0.09);
  max-width: calc(100vw - 2.5rem);
  position: relative;
  transition: opacity 0.4s ease-in-out;
}
.info-popup__box,
.info-popup__content {
  border-radius: 0;
  box-sizing: border-box;
  max-height: calc(100vh - 6rem);
}
.info-popup__content {
  max-width: 70rem;
  overflow: auto;
  padding: clamp(1.25rem, 4vw, 3.75rem) clamp(1.25rem, -10rem + 21vw, 10rem);
}
.info-popup__content > h2:first-child {
  margin-top: 0;
}
.info-popup__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  height: 1.6rem;
  position: absolute;
  right: 0;
  top: -2rem;
  transition: opacity 0.4s ease-in-out;
  width: 1.6rem;
}
@media (min-width: 62rem) {
  .info-popup__close {
    left: calc(100% + clamp(0.5rem, -12rem + 16vw, 2.875rem));
    right: auto;
    top: 0;
  }
}
.info-popup__close:after,
.info-popup__close:before {
  background: #fff;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: calc(50% - 1.5px);
  width: 100%;
}
.info-popup__close:before {
  transform: rotate(-45deg);
}
.info-popup__close:after {
  transform: rotate(45deg);
}
.info-popup__close:focus,
.info-popup__close:hover {
  opacity: 0.7;
}
@keyframes info-popup-loader {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-courses-drag-slider {
  background-color: var(--wp--preset--color--primary);
  margin: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-courses-drag-slider
  .wp-block-northwood-blocks-northwood-card-carousel {
  background-color: transparent;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-courses-drag-slider
  .wp-block-northwood-blocks-northwood-text-section {
  color: var(--wp--preset--color--white);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-courses-drag-slider
  .drag-slider__controls {
  background: linear-gradient(
    to right,
    var(--wp--preset--color--secondary) 0,
    var(--wp--preset--color--secondary)
      calc(var(--dragSliderProgress, 0) * (100% - 50px) + 30px),
    var(--wp--preset--color--tertiary)
      calc(var(--dragSliderProgress, 0) * (100% - 50px) + 30px)
  );
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-courses-drag-slider
  .drag-slider__controls::-webkit-slider-thumb {
  background-color: var(--wp--preset--color--secondary);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-courses-drag-slider
  .block-editor-block-list__layout,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-courses-drag-slider
  .block-editor-inner-blocks,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-courses-drag-slider
  .northwood-events__server-side-render-block {
  display: contents;
}
.wp-block-northwood-blocks-northwood-courses-drag-slider {
  background-color: var(--wp--preset--color--primary);
  margin: 0;
}
.wp-block-northwood-blocks-northwood-courses-drag-slider
  .wp-block-northwood-blocks-northwood-card-carousel {
  background-color: transparent;
}
.wp-block-northwood-blocks-northwood-courses-drag-slider
  .wp-block-northwood-blocks-northwood-text-section {
  color: var(--wp--preset--color--white);
}
.wp-block-northwood-blocks-northwood-courses-drag-slider
  .drag-slider__controls {
  background: linear-gradient(
    to right,
    var(--wp--preset--color--secondary) 0,
    var(--wp--preset--color--secondary)
      calc(var(--dragSliderProgress, 0) * (100% - 50px) + 30px),
    var(--wp--preset--color--tertiary)
      calc(var(--dragSliderProgress, 0) * (100% - 50px) + 30px)
  );
}
.wp-block-northwood-blocks-northwood-courses-drag-slider
  .drag-slider__controls::-webkit-slider-thumb {
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-northwood-blocks-northwood-cta-bar {
  background-color: var(--wp--preset--color--primary);
  border-bottom: 3px solid var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--white);
  margin: 0;
  padding: 42px 18px 60px;
  position: relative;
  text-align: center;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-cta-bar {
    border-bottom-width: 9px;
    padding: 60px 30px;
  }
}
.wp-block-northwood-blocks-northwood-cta-bar:after {
  background-color: var(--wp--preset--color--tertiary);
  bottom: -1px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  height: 44px;
  position: absolute;
  right: 0;
  width: 44px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-cta-bar:after {
    height: 201px;
    width: 201px;
  }
}
.wp-block-northwood-blocks-northwood-cta-bar__container {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  z-index: 2;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-cta-bar__container {
    max-width: 960px;
  }
}
.wp-block-northwood-blocks-northwood-cta-bar .wp-block-heading,
.wp-block-northwood-blocks-northwood-cta-bar p {
  margin-bottom: 12px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-cta-bar .wp-block-heading,
  .wp-block-northwood-blocks-northwood-cta-bar p {
    margin-bottom: 18px;
  }
}
.wp-block-northwood-blocks-northwood-cta-bar .wp-block-heading:first-child,
.wp-block-northwood-blocks-northwood-cta-bar p:first-child {
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-cta-bar .wp-block-heading:last-child,
.wp-block-northwood-blocks-northwood-cta-bar p:last-child {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-cta-bar .wp-block-buttons {
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-cta-bar .wp-block-buttons {
    margin-top: 42px;
  }
}
@media (max-width: 799px) {
  .wp-block-northwood-blocks-northwood-cta-bar .wp-block-button {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
  }
  .wp-block-northwood-blocks-northwood-cta-bar .wp-block-button__link {
    flex-grow: 1;
    width: 100%;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-directory-archive {
  margin: 0;
  padding-bottom: 42px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive {
    padding-bottom: 72px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-type="faculty"]
  .wp-block-northwood-blocks-northwood-directory-archive__button[data-type="faculty"],
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-type="office"]
  .wp-block-northwood-blocks-northwood-directory-archive__button[data-type="office"],
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-type="staff"]
  .wp-block-northwood-blocks-northwood-directory-archive__button[data-type="staff"] {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--primary);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-type="faculty"]
  .wp-block-northwood-blocks-northwood-directory-archive__grid-content[data-type="faculty"],
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-type="office"]
  .wp-block-northwood-blocks-northwood-directory-archive__grid-content[data-type="office"],
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-type="staff"]
  .wp-block-northwood-blocks-northwood-directory-archive__grid-content[data-type="staff"] {
  display: grid;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__style-button[data-style="grid"],
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="list"]
  .wp-block-northwood-blocks-northwood-directory-archive__style-button[data-style="list"] {
  color: var(--wp--preset--color--primary);
  opacity: 1;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__style-button[data-style="grid"]
  svg
  path,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="list"]
  .wp-block-northwood-blocks-northwood-directory-archive__style-button[data-style="list"]
  svg
  path {
  fill: var(--wp--preset--color--primary);
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive[data-type="faculty"]
    .wp-block-northwood-blocks-northwood-directory-archive__table-headers {
    grid-template-columns:
      minmax(300px, 1fr) minmax(120px, 150px) 240px minmax(120px, 180px)
      minmax(120px, 165px);
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-type="faculty"]
  .wp-block-northwood-blocks-northwood-directory-archive__letter {
  width: 15px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive[data-type="staff"]
    .wp-block-northwood-blocks-northwood-directory-archive__table-headers {
    grid-template-columns: minmax(300px, 1fr) minmax(120px, 200px) minmax(
        240px,
        320px
      );
  }
}
@media (min-width: 540px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
    .wp-block-northwood-blocks-northwood-directory-archive__additional-filters {
    grid-column: 1/3;
  }
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
    .wp-block-northwood-blocks-northwood-directory-archive__additional-filters {
    grid-column: 1/4;
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
    .wp-block-northwood-blocks-northwood-directory-archive__additional-filters {
    grid-column: 1/5;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__letter-divider {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__letter-section {
  display: contents !important;
}
@media (min-width: 540px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
    .wp-block-northwood-blocks-northwood-directory-archive__staff-category {
    grid-column: 1/3;
  }
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
    .wp-block-northwood-blocks-northwood-directory-archive__staff-category {
    grid-column: 1/4;
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
    .wp-block-northwood-blocks-northwood-directory-archive__staff-category {
    grid-column: 1/5;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__grid-content {
  gap: 18px;
}
@media (min-width: 540px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
    .wp-block-northwood-blocks-northwood-directory-archive__grid-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
    .wp-block-northwood-blocks-northwood-directory-archive__grid-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
    .wp-block-northwood-blocks-northwood-directory-archive__grid-content {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__card {
  background-color: var(--wp--preset--color--white) !important;
  border: 1px solid #ddd !important;
  display: block !important;
  position: relative;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__card.search-hidden {
  display: none !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__card:after {
  background-color: var(--wp--preset--color--secondary);
  bottom: -1px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  width: 12px;
  z-index: 2;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__card--faculty,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__card--staff {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__image-wrapper {
  margin-bottom: 12px;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__card-content {
  display: block;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__filters {
  background-color: var(--wp--preset--color--primary);
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__filters-container {
    padding: 0 30px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__filters-inner {
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__filters-inner {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-top: 3px solid transparent;
  box-sizing: border-box;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  display: block;
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 21px;
  padding: 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__button {
    border-top: 6px solid transparent;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    padding: 24px 18px;
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__button {
    padding: 30px 18px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__grid {
  padding: 0 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__grid {
    padding: 0 30px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__additional-filters {
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 18px 0;
  width: 100%;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__additional-filters {
    padding: 42px;
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__additional-filters {
    padding: 42px 90px 54px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__search-filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 xmlns:v=%27https://vecta.io/nano%27%3E%3Cpath d=%27M13.623 3a7.38 7.38 0 0 0-7.377 7.377c0 1.535.469 2.961 1.272 4.142L3.36 18.677a1.23 1.23 0 0 0 0 1.739 1.23 1.23 0 0 0 1.739 0l4.119-4.119c1.229.916 2.753 1.458 4.404 1.458A7.38 7.38 0 0 0 21 10.377 7.38 7.38 0 0 0 13.623 3zm0 2.459a4.92 4.92 0 0 1 4.918 4.918 4.92 4.92 0 0 1-4.918 4.918 4.92 4.92 0 0 1-4.918-4.918 4.92 4.92 0 0 1 4.918-4.918z%27 fill=%27%230076bb%27/%3E%3C/svg%3E");
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: 21px;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #081e3f;
  flex-grow: 1;
  font-family: Gotham Narrow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 24px;
  margin-right: 12px;
  max-width: calc(100% - 78px);
  padding: 12px 36px 12px 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__search-filter {
    background-position: center right 30px;
    background-size: 24px;
    font-size: 24px;
    line-height: 36px;
    margin-right: 36px;
    padding: 24px 36px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__search-filter::-webkit-search-cancel-button,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__search-filter::-webkit-search-decoration,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__search-filter::-webkit-search-results-button,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__search-filter::-webkit-search-results-decoration {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__style-button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: grid;
  font-family: GothamPro, sans-serif;
  font-size: 0;
  font-weight: 700;
  grid-auto-flow: column;
  letter-spacing: -0.2px;
  margin-right: 9px;
  opacity: 0.72;
  padding: 6px;
  transition: all 0.3s;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__style-button {
    color: var(--wp--preset--color--foreground);
    font-size: 18px;
    gap: 9px;
    padding: 3px 6px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__style-button:last-child {
  margin-right: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__style-button
  svg {
  display: block;
  height: 24px;
  width: 17px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__style-button
  svg
  path {
  fill: var(--wp--preset--color--foreground);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__style-button
  .icon-grid {
  width: 15px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__grid-content {
  display: none;
  grid-template-columns: minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1320px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__grid-content.search-active
  .wp-block-northwood-blocks-northwood-directory-archive__letter-divider,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__grid-content.search-active
  .wp-block-northwood-blocks-northwood-directory-archive__staff-category {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__grid-content.search-active
  .wp-block-northwood-blocks-northwood-directory-archive__letter-section {
  display: contents;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__grid-content.search-active
  .wp-block-northwood-blocks-northwood-directory-archive__letter-section:last-child {
  border: none;
  border-bottom: 1px solid #ddd;
  display: block;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__grid-content.search-active
  .wp-block-northwood-blocks-northwood-directory-archive__card {
  border: 1px solid #ddd;
  border-bottom: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__letter-section {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 0 -18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__letter-section {
    border: 1px solid #ddd;
    margin: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__letter-divider {
  display: flex;
  flex-direction: row;
  padding: 9px 0 3px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__letter-divider {
    padding: 18px 0 3px 9px;
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__letter-divider {
    padding: 18px 24px 3px 9px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__letter-divider
  .has-overline-font-size {
  margin: 0;
}
.wp-block-northwood-blocks-northwood-directory-archive__staff-category
  + .editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__letter-divider {
  padding-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__letter {
  width: 90px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__staff-category {
  margin-bottom: 9px;
  margin-top: 48px;
}
.wp-block-northwood-blocks-northwood-directory-archive__additional-filters
  + .editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__staff-category {
  margin-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__table-headers {
  display: none;
  flex-grow: 1;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__table-headers {
    -moz-column-gap: 18px;
    column-gap: 18px;
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(120px, 165px) 240px minmax(
        120px,
        165px
      );
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__table-headers:before {
  content: "";
  display: block;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__table-header {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  opacity: 0.72;
  width: 165px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__card {
  background-color: var(--wp--preset--color--white);
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  line-height: 21px;
  overflow: hidden;
  padding: 18px;
  text-decoration: none !important;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__card {
    padding: 24px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__card.search-hidden {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__card:nth-of-type(2n) {
  background-color: #fafafa;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__card:last-child {
  border-bottom: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__card.search-visible {
  border-bottom: 1px solid #ddd;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__card.search-visible.odd {
  background-color: var(--wp--preset--color--white);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__card.search-visible.even {
  background-color: #fafafa;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__card--faculty
    .wp-block-northwood-blocks-northwood-directory-archive__card-content {
    grid-template-columns:
      minmax(300px, 1fr) minmax(120px, 150px) 240px minmax(120px, 180px)
      minmax(120px, 165px);
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__card--staff
    .wp-block-northwood-blocks-northwood-directory-archive__card-content {
    grid-template-columns: minmax(300px, 1fr) minmax(120px, 200px) minmax(
        240px,
        320px
      );
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__card--staff
    .wp-block-northwood-blocks-northwood-directory-archive__card-item--phone {
    grid-column: 2/3;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__card--staff
    .wp-block-northwood-blocks-northwood-directory-archive__card-item--email {
    grid-column: 3/4;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__card
  p {
  margin: 0 0 9px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__card
  p:last-child {
  margin: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__card
  .is-style-link {
  word-wrap: break-word;
  display: inline;
  font-size: 14px;
  line-height: 21px;
  max-width: 100%;
  text-align: left;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__card-heading {
  text-decoration: none !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__card-heading[href]:focus
  .wp-block-heading,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__card-heading[href]:hover
  .wp-block-heading {
  background-size: 100% 3px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__card-heading[href]
  .wp-block-heading {
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  color: var(--wp--preset--color--primary);
  display: inline;
  padding-bottom: 3px;
  text-decoration: none;
  transition: background-size 0.3s;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive
  .wp-block-heading {
  margin: 0;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__card-content {
    -moz-column-gap: 18px;
    column-gap: 18px;
    display: grid;
    flex-grow: 1;
    grid-template-columns: minmax(300px, 1fr) 240px;
    justify-content: flex-start;
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__card-content {
    grid-template-columns: minmax(300px, 1fr) minmax(120px, 165px) 240px minmax(
        120px,
        165px
      );
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__image-wrapper {
  display: block;
  flex: 0 0 60px;
  height: 80px;
  margin: 0 15px 0 0;
  overflow: hidden;
  width: 60px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__image-wrapper[href]:focus
  .wp-block-northwood-blocks-northwood-directory-archive__image,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__image-wrapper[href]:hover
  .wp-block-northwood-blocks-northwood-directory-archive__image {
  transform: scale(1.1);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__image-wrapper
  ~ .wp-block-northwood-blocks-northwood-directory-archive__card-content {
  max-width: calc(100% - 75px);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1s;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__card-heading-item {
  margin-bottom: 6px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__card-heading-item
  p {
  opacity: 0.72;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__card-heading-item {
    grid-row: 1/10;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__card-item {
  margin-bottom: 6px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive__card-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__card-item {
    grid-column: 2/3;
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__card-item {
    grid-column: auto;
    margin-bottom: 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__card-item--phone {
    grid-column: 2/3;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__card-item--email,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__card-item--fax {
    grid-column: 3/4;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__card-item--office {
    grid-column: 4/5;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-directory-archive__card-item--department {
    grid-column: 5/6;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive
  > .block-editor-inner-blocks,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  display: contents;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive
  .wp-block-northwood-blocks-northwood-directory-archive {
  padding: 0;
}
.wp-block-northwood-blocks-northwood-directory-archive {
  margin: 0;
  padding-bottom: 42px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-directory-archive {
    padding-bottom: 72px;
  }
}
.wp-block-northwood-blocks-northwood-directory-archive[data-type="faculty"]
  .wp-block-northwood-blocks-northwood-directory-archive__button[data-type="faculty"],
.wp-block-northwood-blocks-northwood-directory-archive[data-type="office"]
  .wp-block-northwood-blocks-northwood-directory-archive__button[data-type="office"],
.wp-block-northwood-blocks-northwood-directory-archive[data-type="staff"]
  .wp-block-northwood-blocks-northwood-directory-archive__button[data-type="staff"] {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--primary);
}
.wp-block-northwood-blocks-northwood-directory-archive[data-type="faculty"]
  .wp-block-northwood-blocks-northwood-directory-archive__grid-content[data-type="faculty"],
.wp-block-northwood-blocks-northwood-directory-archive[data-type="office"]
  .wp-block-northwood-blocks-northwood-directory-archive__grid-content[data-type="office"],
.wp-block-northwood-blocks-northwood-directory-archive[data-type="staff"]
  .wp-block-northwood-blocks-northwood-directory-archive__grid-content[data-type="staff"] {
  display: grid;
}
.wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__style-button[data-style="grid"],
.wp-block-northwood-blocks-northwood-directory-archive[data-style="list"]
  .wp-block-northwood-blocks-northwood-directory-archive__style-button[data-style="list"] {
  color: var(--wp--preset--color--primary);
  opacity: 1;
}
.wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__style-button[data-style="grid"]
  svg
  path,
.wp-block-northwood-blocks-northwood-directory-archive[data-style="list"]
  .wp-block-northwood-blocks-northwood-directory-archive__style-button[data-style="list"]
  svg
  path {
  fill: var(--wp--preset--color--primary);
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-directory-archive[data-type="faculty"]
    .wp-block-northwood-blocks-northwood-directory-archive__table-headers {
    grid-template-columns:
      minmax(300px, 1fr) minmax(120px, 150px) 240px minmax(120px, 180px)
      minmax(120px, 165px);
  }
}
.wp-block-northwood-blocks-northwood-directory-archive[data-type="faculty"]
  .wp-block-northwood-blocks-northwood-directory-archive__letter {
  width: 15px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-directory-archive[data-type="staff"]
    .wp-block-northwood-blocks-northwood-directory-archive__table-headers {
    grid-template-columns: minmax(300px, 1fr) minmax(120px, 200px) minmax(
        240px,
        320px
      );
  }
}
@media (min-width: 540px) {
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
    .wp-block-northwood-blocks-northwood-directory-archive__additional-filters {
    grid-column: 1/3;
  }
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
    .wp-block-northwood-blocks-northwood-directory-archive__additional-filters {
    grid-column: 1/4;
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
    .wp-block-northwood-blocks-northwood-directory-archive__additional-filters {
    grid-column: 1/5;
  }
}
.wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__letter-divider {
  display: none;
}
.wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__letter-section {
  display: contents !important;
}
@media (min-width: 540px) {
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
    .wp-block-northwood-blocks-northwood-directory-archive__staff-category {
    grid-column: 1/3;
  }
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
    .wp-block-northwood-blocks-northwood-directory-archive__staff-category {
    grid-column: 1/4;
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
    .wp-block-northwood-blocks-northwood-directory-archive__staff-category {
    grid-column: 1/5;
  }
}
.wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__grid-content {
  gap: 18px;
}
@media (min-width: 540px) {
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
    .wp-block-northwood-blocks-northwood-directory-archive__grid-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
    .wp-block-northwood-blocks-northwood-directory-archive__grid-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
    .wp-block-northwood-blocks-northwood-directory-archive__grid-content {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__card {
  background-color: var(--wp--preset--color--white) !important;
  border: 1px solid #ddd !important;
  display: block !important;
  position: relative;
}
.wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__card.search-hidden {
  display: none !important;
}
.wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__card:after {
  background-color: var(--wp--preset--color--secondary);
  bottom: -1px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  width: 12px;
  z-index: 2;
}
.wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__card--faculty,
.wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__card--staff {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__image-wrapper {
  margin-bottom: 12px;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-directory-archive[data-style="grid"]
  .wp-block-northwood-blocks-northwood-directory-archive__card-content {
  display: block;
}
.wp-block-northwood-blocks-northwood-directory-archive__filters {
  background-color: var(--wp--preset--color--primary);
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-directory-archive__filters-container {
    padding: 0 30px;
  }
}
.wp-block-northwood-blocks-northwood-directory-archive__filters-inner {
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-directory-archive__filters-inner {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
  }
}
.wp-block-northwood-blocks-northwood-directory-archive__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-top: 3px solid transparent;
  box-sizing: border-box;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  display: block;
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 21px;
  padding: 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-directory-archive__button {
    border-top: 6px solid transparent;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    padding: 24px 18px;
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-directory-archive__button {
    padding: 30px 18px;
  }
}
.wp-block-northwood-blocks-northwood-directory-archive__grid {
  padding: 0 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-directory-archive__grid {
    padding: 0 30px;
  }
}
.wp-block-northwood-blocks-northwood-directory-archive__additional-filters {
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 18px 0;
  width: 100%;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-directory-archive__additional-filters {
    padding: 42px;
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-directory-archive__additional-filters {
    padding: 42px 90px 54px;
  }
}
.wp-block-northwood-blocks-northwood-directory-archive__search-filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 xmlns:v=%27https://vecta.io/nano%27%3E%3Cpath d=%27M13.623 3a7.38 7.38 0 0 0-7.377 7.377c0 1.535.469 2.961 1.272 4.142L3.36 18.677a1.23 1.23 0 0 0 0 1.739 1.23 1.23 0 0 0 1.739 0l4.119-4.119c1.229.916 2.753 1.458 4.404 1.458A7.38 7.38 0 0 0 21 10.377 7.38 7.38 0 0 0 13.623 3zm0 2.459a4.92 4.92 0 0 1 4.918 4.918 4.92 4.92 0 0 1-4.918 4.918 4.92 4.92 0 0 1-4.918-4.918 4.92 4.92 0 0 1 4.918-4.918z%27 fill=%27%230076bb%27/%3E%3C/svg%3E");
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: 21px;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #081e3f;
  flex-grow: 1;
  font-family: Gotham Narrow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 24px;
  margin-right: 12px;
  max-width: calc(100% - 78px);
  padding: 12px 36px 12px 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-directory-archive__search-filter {
    background-position: center right 30px;
    background-size: 24px;
    font-size: 24px;
    line-height: 36px;
    margin-right: 36px;
    padding: 24px 36px;
  }
}
.wp-block-northwood-blocks-northwood-directory-archive__search-filter::-webkit-search-cancel-button,
.wp-block-northwood-blocks-northwood-directory-archive__search-filter::-webkit-search-decoration,
.wp-block-northwood-blocks-northwood-directory-archive__search-filter::-webkit-search-results-button,
.wp-block-northwood-blocks-northwood-directory-archive__search-filter::-webkit-search-results-decoration {
  display: none;
}
.wp-block-northwood-blocks-northwood-directory-archive__style-button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: grid;
  font-family: GothamPro, sans-serif;
  font-size: 0;
  font-weight: 700;
  grid-auto-flow: column;
  letter-spacing: -0.2px;
  margin-right: 9px;
  opacity: 0.72;
  padding: 6px;
  transition: all 0.3s;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-directory-archive__style-button {
    color: var(--wp--preset--color--foreground);
    font-size: 18px;
    gap: 9px;
    padding: 3px 6px;
  }
}
.wp-block-northwood-blocks-northwood-directory-archive__style-button:last-child {
  margin-right: 0;
}
.wp-block-northwood-blocks-northwood-directory-archive__style-button svg {
  display: block;
  height: 24px;
  width: 17px;
}
.wp-block-northwood-blocks-northwood-directory-archive__style-button svg path {
  fill: var(--wp--preset--color--foreground);
}
.wp-block-northwood-blocks-northwood-directory-archive__style-button
  .icon-grid {
  width: 15px;
}
.wp-block-northwood-blocks-northwood-directory-archive__grid-content {
  display: none;
  grid-template-columns: minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1320px;
}
.wp-block-northwood-blocks-northwood-directory-archive__grid-content.search-active
  .wp-block-northwood-blocks-northwood-directory-archive__letter-divider,
.wp-block-northwood-blocks-northwood-directory-archive__grid-content.search-active
  .wp-block-northwood-blocks-northwood-directory-archive__staff-category {
  display: none;
}
.wp-block-northwood-blocks-northwood-directory-archive__grid-content.search-active
  .wp-block-northwood-blocks-northwood-directory-archive__letter-section {
  display: contents;
}
.wp-block-northwood-blocks-northwood-directory-archive__grid-content.search-active
  .wp-block-northwood-blocks-northwood-directory-archive__letter-section:last-child {
  border: none;
  border-bottom: 1px solid #ddd;
  display: block;
}
.wp-block-northwood-blocks-northwood-directory-archive__grid-content.search-active
  .wp-block-northwood-blocks-northwood-directory-archive__card {
  border: 1px solid #ddd;
  border-bottom: none;
}
.wp-block-northwood-blocks-northwood-directory-archive__letter-section {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 0 -18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-directory-archive__letter-section {
    border: 1px solid #ddd;
    margin: 0;
  }
}
.wp-block-northwood-blocks-northwood-directory-archive__letter-divider {
  display: flex;
  flex-direction: row;
  padding: 9px 0 3px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-directory-archive__letter-divider {
    padding: 18px 0 3px 9px;
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-directory-archive__letter-divider {
    padding: 18px 24px 3px 9px;
  }
}
.wp-block-northwood-blocks-northwood-directory-archive__letter-divider
  .has-overline-font-size {
  margin: 0;
}
.wp-block-northwood-blocks-northwood-directory-archive__staff-category
  + .wp-block-northwood-blocks-northwood-directory-archive__letter-divider {
  padding-top: 0;
}
.wp-block-northwood-blocks-northwood-directory-archive__letter {
  width: 90px;
}
.wp-block-northwood-blocks-northwood-directory-archive__staff-category {
  margin-bottom: 9px;
  margin-top: 48px;
}
.wp-block-northwood-blocks-northwood-directory-archive__additional-filters
  + .wp-block-northwood-blocks-northwood-directory-archive__staff-category {
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-directory-archive__table-headers {
  display: none;
  flex-grow: 1;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-directory-archive__table-headers {
    -moz-column-gap: 18px;
    column-gap: 18px;
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(120px, 165px) 240px minmax(
        120px,
        165px
      );
  }
}
.wp-block-northwood-blocks-northwood-directory-archive__table-headers:before {
  content: "";
  display: block;
}
.wp-block-northwood-blocks-northwood-directory-archive__table-header {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  opacity: 0.72;
  width: 165px;
}
.wp-block-northwood-blocks-northwood-directory-archive__card {
  background-color: var(--wp--preset--color--white);
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  line-height: 21px;
  overflow: hidden;
  padding: 18px;
  text-decoration: none !important;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-directory-archive__card {
    padding: 24px;
  }
}
.wp-block-northwood-blocks-northwood-directory-archive__card.search-hidden {
  display: none;
}
.wp-block-northwood-blocks-northwood-directory-archive__card:nth-of-type(2n) {
  background-color: #fafafa;
}
.wp-block-northwood-blocks-northwood-directory-archive__card:last-child {
  border-bottom: 0;
}
.wp-block-northwood-blocks-northwood-directory-archive__card.search-visible {
  border-bottom: 1px solid #ddd;
}
.wp-block-northwood-blocks-northwood-directory-archive__card.search-visible.odd {
  background-color: var(--wp--preset--color--white);
}
.wp-block-northwood-blocks-northwood-directory-archive__card.search-visible.even {
  background-color: #fafafa;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-directory-archive__card--faculty
    .wp-block-northwood-blocks-northwood-directory-archive__card-content {
    grid-template-columns:
      minmax(300px, 1fr) minmax(120px, 150px) 240px minmax(120px, 180px)
      minmax(120px, 165px);
  }
  .wp-block-northwood-blocks-northwood-directory-archive__card--staff
    .wp-block-northwood-blocks-northwood-directory-archive__card-content {
    grid-template-columns: minmax(300px, 1fr) minmax(120px, 200px) minmax(
        240px,
        320px
      );
  }
  .wp-block-northwood-blocks-northwood-directory-archive__card--staff
    .wp-block-northwood-blocks-northwood-directory-archive__card-item--phone {
    grid-column: 2/3;
  }
  .wp-block-northwood-blocks-northwood-directory-archive__card--staff
    .wp-block-northwood-blocks-northwood-directory-archive__card-item--email {
    grid-column: 3/4;
  }
}
.wp-block-northwood-blocks-northwood-directory-archive__card p {
  margin: 0 0 9px;
}
.wp-block-northwood-blocks-northwood-directory-archive__card p:last-child {
  margin: 0;
}
.wp-block-northwood-blocks-northwood-directory-archive__card .is-style-link {
  word-wrap: break-word;
  display: inline;
  font-size: 14px;
  line-height: 21px;
  max-width: 100%;
  text-align: left;
}
.wp-block-northwood-blocks-northwood-directory-archive__card-heading {
  text-decoration: none !important;
}
.wp-block-northwood-blocks-northwood-directory-archive__card-heading[href]:focus
  .wp-block-heading,
.wp-block-northwood-blocks-northwood-directory-archive__card-heading[href]:hover
  .wp-block-heading {
  background-size: 100% 3px;
}
.wp-block-northwood-blocks-northwood-directory-archive__card-heading[href]
  .wp-block-heading {
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  color: var(--wp--preset--color--primary);
  display: inline;
  padding-bottom: 3px;
  text-decoration: none;
  transition: background-size 0.3s;
}
.wp-block-northwood-blocks-northwood-directory-archive .wp-block-heading {
  margin: 0;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-directory-archive__card-content {
    -moz-column-gap: 18px;
    column-gap: 18px;
    display: grid;
    flex-grow: 1;
    grid-template-columns: minmax(300px, 1fr) 240px;
    justify-content: flex-start;
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-directory-archive__card-content {
    grid-template-columns: minmax(300px, 1fr) minmax(120px, 165px) 240px minmax(
        120px,
        165px
      );
  }
}
.wp-block-northwood-blocks-northwood-directory-archive__image-wrapper {
  display: block;
  flex: 0 0 60px;
  height: 80px;
  margin: 0 15px 0 0;
  overflow: hidden;
  width: 60px;
}
.wp-block-northwood-blocks-northwood-directory-archive__image-wrapper[href]:focus
  .wp-block-northwood-blocks-northwood-directory-archive__image,
.wp-block-northwood-blocks-northwood-directory-archive__image-wrapper[href]:hover
  .wp-block-northwood-blocks-northwood-directory-archive__image {
  transform: scale(1.1);
}
.wp-block-northwood-blocks-northwood-directory-archive__image-wrapper
  ~ .wp-block-northwood-blocks-northwood-directory-archive__card-content {
  max-width: calc(100% - 75px);
}
.wp-block-northwood-blocks-northwood-directory-archive__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1s;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-directory-archive__card-heading-item {
  margin-bottom: 6px;
}
.wp-block-northwood-blocks-northwood-directory-archive__card-heading-item p {
  opacity: 0.72;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-directory-archive__card-heading-item {
    grid-row: 1/10;
  }
}
.wp-block-northwood-blocks-northwood-directory-archive__card-item {
  margin-bottom: 6px;
}
.wp-block-northwood-blocks-northwood-directory-archive__card-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-directory-archive__card-item {
    grid-column: 2/3;
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-directory-archive__card-item {
    grid-column: auto;
    margin-bottom: 0;
  }
  .wp-block-northwood-blocks-northwood-directory-archive__card-item--phone {
    grid-column: 2/3;
  }
  .wp-block-northwood-blocks-northwood-directory-archive__card-item--email,
  .wp-block-northwood-blocks-northwood-directory-archive__card-item--fax {
    grid-column: 3/4;
  }
  .wp-block-northwood-blocks-northwood-directory-archive__card-item--office {
    grid-column: 4/5;
  }
  .wp-block-northwood-blocks-northwood-directory-archive__card-item--department {
    grid-column: 5/6;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-events {
  border-top: 1px solid #ddd;
  margin: 0 auto !important;
  max-width: 1320px;
  padding: 30px 0 42px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-events {
    padding: 30px 0 85px;
  }
}
.editor-styles-wrapper
  .northwood-events__server-side-render-block
  .wp-block-northwood-blocks-northwood-events {
  border-top: 0;
  margin: 0;
  max-width: none;
  padding: 0;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .northwood-events__server-side-render-block
    .wp-block-northwood-blocks-northwood-events {
    padding: 0;
  }
}
.editor-styles-wrapper .block-editor-inner-blocks {
  width: 100%;
}
.editor-styles-wrapper .northwood-events__top {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-events__top {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.editor-styles-wrapper .northwood-events__heading {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 30px;
  margin: 0;
}
.editor-styles-wrapper .northwood-events__view-all {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 12px 0 0;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-events__view-all {
    align-items: center;
    margin: 0;
  }
}
.editor-styles-wrapper .northwood-events__view-all-label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  text-align: right;
}
.editor-styles-wrapper
  .northwood-events__view-all-label
  a.wp-block-button__link,
.editor-styles-wrapper
  .northwood-events__view-all-label
  div.wp-block-button__link {
  background-color: transparent;
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  border: none;
  color: var(--wp--preset--color--primary);
  font-size: 16px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0;
  line-height: 24px;
  margin-right: 0;
  padding: 0;
  text-transform: none;
  transition: background-size 0.3s;
}
.editor-styles-wrapper
  .northwood-events__view-all-label
  a.wp-block-button__link:hover,
.editor-styles-wrapper
  .northwood-events__view-all-label
  div.wp-block-button__link:hover {
  background-size: 100% 2px;
}
.editor-styles-wrapper
  .northwood-events__view-all-label
  a.wp-block-button__link:after,
.editor-styles-wrapper
  .northwood-events__view-all-label
  a.wp-block-button__link:before,
.editor-styles-wrapper
  .northwood-events__view-all-label
  div.wp-block-button__link:after,
.editor-styles-wrapper
  .northwood-events__view-all-label
  div.wp-block-button__link:before {
  display: none;
}
.editor-styles-wrapper .northwood-events__view-all-button {
  align-items: center;
  display: flex;
  margin: 0 0 0 12px;
}
.editor-styles-wrapper .northwood-events__bottom {
  margin-top: 18px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-events__bottom {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: grid;
    grid-template-columns: 33fr 33fr 33fr;
    margin-top: 30px;
    row-gap: 22px;
  }
}
.editor-styles-wrapper .northwood-events__event {
  margin-top: 18px;
}
.editor-styles-wrapper .northwood-events__event:first-child {
  margin-top: 0;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-events__event {
    margin-top: 0;
  }
}
.editor-styles-wrapper .northwood-events__event-left {
  border: 3px solid var(--wp--preset--color--primary);
  border-radius: 6px;
  max-width: 77px;
  min-width: 77px;
  padding: 9px 6px 6px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-events__event-left {
    max-width: 100px;
    min-width: 100px;
    padding: 9px 6px 6px;
  }
}
.editor-styles-wrapper .northwood-events__event-link {
  display: flex;
  text-decoration: none;
}
.editor-styles-wrapper .northwood-events__event-month {
  color: var(--wp--preset--color--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-events__event-month {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 21px;
  }
}
.editor-styles-wrapper .northwood-events__event-monthday {
  color: var(--wp--preset--color--foreground);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 42px;
  text-align: center;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-events__event-monthday {
    font-size: 54px;
    letter-spacing: 0;
    line-height: 54px;
  }
}
.editor-styles-wrapper .northwood-events__event-year {
  color: var(--wp--preset--color--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 18px;
  margin-top: -4px;
  text-align: center;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-events__event-year {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 21px;
  }
}
.editor-styles-wrapper .northwood-events__event-accent {
  background-color: var(--wp--preset--color--tertiary);
  height: 3px;
}
.editor-styles-wrapper .northwood-events__event-right {
  margin-left: 15px;
  padding-top: 4px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-events__event-right {
    margin-left: 18px;
  }
}
.editor-styles-wrapper .northwood-events__event-title {
  background-color: transparent;
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  display: inline;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 24px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: background-size 0.3s;
}
.editor-styles-wrapper .northwood-events__event-title:hover {
  background-size: 100% 2px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-events__event-title {
    font-size: 18px;
    line-height: 27px;
  }
}
.editor-styles-wrapper .northwood-events__event-location {
  align-items: center;
  color: var(--wp--preset--color--primary);
  display: flex;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  margin-top: 3px;
}
.editor-styles-wrapper .northwood-events__event-location .icon {
  height: 22px;
  margin-left: -4px;
  margin-top: -2px;
  min-height: 22px;
  min-width: 22px;
  width: 22px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-events__event-location .icon {
    margin-right: 2px;
  }
  .editor-styles-wrapper .northwood-events__event-location {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-events
  .northwood-events__view-all-button {
  margin: 0 0 0 12px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-events
  .northwood-events__view-all-button
  .wp-block-button__link {
  margin: 0 !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-events
  .northwood-events__view-all-button
  .wp-block-button__link
  span {
  display: none;
}
.wp-block-northwood-blocks-northwood-events {
  border-top: 1px solid #ddd;
  margin: 0 auto !important;
  max-width: 1320px;
  padding: 30px 0 42px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-events {
    padding: 30px 0 85px;
  }
}
.northwood-events__server-side-render-block
  .wp-block-northwood-blocks-northwood-events {
  border-top: 0;
  margin: 0;
  max-width: none;
  padding: 0;
}
@media (min-width: 1100px) {
  .northwood-events__server-side-render-block
    .wp-block-northwood-blocks-northwood-events {
    padding: 0;
  }
}
.block-editor-inner-blocks {
  width: 100%;
}
.northwood-events__top {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .northwood-events__top {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.northwood-events__heading {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 30px;
  margin: 0;
}
.northwood-events__view-all {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 12px 0 0;
}
@media (min-width: 1100px) {
  .northwood-events__view-all {
    align-items: center;
    margin: 0;
  }
}
.northwood-events__view-all-label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  text-align: right;
}
.northwood-events__view-all-label a.wp-block-button__link,
.northwood-events__view-all-label div.wp-block-button__link {
  background-color: transparent;
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  border: none;
  color: var(--wp--preset--color--primary);
  font-size: 16px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0;
  line-height: 24px;
  margin-right: 0;
  padding: 0;
  text-transform: none;
  transition: background-size 0.3s;
}
.northwood-events__view-all-label a.wp-block-button__link:hover,
.northwood-events__view-all-label div.wp-block-button__link:hover {
  background-size: 100% 2px;
}
.northwood-events__view-all-label a.wp-block-button__link:after,
.northwood-events__view-all-label a.wp-block-button__link:before,
.northwood-events__view-all-label div.wp-block-button__link:after,
.northwood-events__view-all-label div.wp-block-button__link:before {
  display: none;
}
.northwood-events__view-all-button {
  align-items: center;
  display: flex;
  margin: 0 0 0 12px;
}
.northwood-events__bottom {
  margin-top: 18px;
}
@media (min-width: 1100px) {
  .northwood-events__bottom {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: grid;
    grid-template-columns: 33fr 33fr 33fr;
    margin-top: 30px;
    row-gap: 22px;
  }
}
.northwood-events__event {
  margin-top: 18px;
}
.northwood-events__event:first-child {
  margin-top: 0;
}
@media (min-width: 1100px) {
  .northwood-events__event {
    margin-top: 0;
  }
}
.northwood-events__event-left {
  border: 3px solid var(--wp--preset--color--primary);
  border-radius: 6px;
  max-width: 77px;
  min-width: 77px;
  padding: 9px 6px 6px;
}
@media (min-width: 1100px) {
  .northwood-events__event-left {
    max-width: 100px;
    min-width: 100px;
    padding: 9px 6px 6px;
  }
}
.northwood-events__event-link {
  display: flex;
  text-decoration: none;
}
.northwood-events__event-month {
  color: var(--wp--preset--color--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
}
@media (min-width: 1100px) {
  .northwood-events__event-month {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 21px;
  }
}
.northwood-events__event-monthday {
  color: var(--wp--preset--color--foreground);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 42px;
  text-align: center;
}
@media (min-width: 1100px) {
  .northwood-events__event-monthday {
    font-size: 54px;
    letter-spacing: 0;
    line-height: 54px;
  }
}
.northwood-events__event-year {
  color: var(--wp--preset--color--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 18px;
  margin-top: -4px;
  text-align: center;
}
@media (min-width: 1100px) {
  .northwood-events__event-year {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 21px;
  }
}
.northwood-events__event-accent {
  background-color: var(--wp--preset--color--tertiary);
  height: 3px;
}
.northwood-events__event-right {
  margin-left: 15px;
  padding-top: 4px;
}
@media (min-width: 1100px) {
  .northwood-events__event-right {
    margin-left: 18px;
  }
}
.northwood-events__event-title {
  background-color: transparent;
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  display: inline;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 24px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: background-size 0.3s;
}
.northwood-events__event-title:hover {
  background-size: 100% 2px;
}
@media (min-width: 1100px) {
  .northwood-events__event-title {
    font-size: 18px;
    line-height: 27px;
  }
}
.northwood-events__event-location {
  align-items: center;
  color: var(--wp--preset--color--primary);
  display: flex;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  margin-top: 3px;
}
.northwood-events__event-location .icon {
  height: 22px;
  margin-left: -4px;
  margin-top: -2px;
  min-height: 22px;
  min-width: 22px;
  width: 22px;
}
@media (min-width: 1100px) {
  .northwood-events__event-location .icon {
    margin-right: 2px;
  }
  .northwood-events__event-location {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
}
.wp-block-northwood-blocks-northwood-faculty-bio-content {
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 21px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-faculty-bio-content {
    display: block;
    font-size: 16px;
    grid-area: 1/1/2/2;
    line-height: 24px;
  }
}
.wp-block-northwood-blocks-northwood-faculty-bio-content .has-lead-font-size {
  color: var(--wp--preset--color--primary);
}
.wp-block-northwood-blocks-northwood-faculty-bio-content
  .wp-block-heading:first-child,
.wp-block-northwood-blocks-northwood-faculty-bio-content p:first-child {
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-faculty-bio-sidebar {
  display: contents;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-faculty-bio-sidebar {
    border: 1px solid #ddd;
    border-radius: 12px;
    display: block;
    grid-area: 1/2/2/3;
    padding: 30.5px;
    position: sticky;
    top: 32px;
  }
  body.admin-bar .wp-block-northwood-blocks-northwood-faculty-bio-sidebar {
    top: 64px;
  }
}
.wp-block-northwood-blocks-northwood-faculty-bio-sidebar .wp-block-button {
  display: flex;
  margin-bottom: 18px;
  order: -1;
  width: 100%;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-faculty-bio-sidebar .wp-block-button {
    margin-top: 18px;
  }
}
.wp-block-northwood-blocks-northwood-faculty-bio-sidebar
  .wp-block-button:first-child {
  margin-top: 0;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-faculty-bio-sidebar
    .wp-block-button:last-child {
    margin-bottom: 0;
  }
}
.wp-block-northwood-blocks-northwood-faculty-bio-sidebar
  .wp-block-button__link {
  display: flex;
  justify-content: center;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-bio-sidebar-details {
  display: none;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-faculty-bio-sidebar-details {
    display: block;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-bio-sidebar-details
  .contact-details__detail:last-child {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-faculty-bio-sidebar-details {
  display: none;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-faculty-bio-sidebar-details {
    display: block;
  }
}
.wp-block-northwood-blocks-northwood-faculty-bio-sidebar-details
  .contact-details__detail:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-faculty-bio {
  padding: 0 18px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-bio__content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-faculty-bio__content {
    align-items: flex-start;
    -moz-column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-bio__content
  > .block-editor-inner-blocks,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-bio__content
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  display: contents;
}
.wp-block-northwood-blocks-northwood-faculty-bio {
  padding: 0 18px;
}
.wp-block-northwood-blocks-northwood-faculty-bio__content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-faculty-bio__content {
    align-items: flex-start;
    -moz-column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
  }
}
.wp-block-northwood-blocks-northwood-faculty-drag-slider-card {
  height: 100%;
}
.wp-block-northwood-blocks-northwood-faculty-drag-slider-card
  .wp-block-northwood-blocks-northwood-contact-information-item {
  margin-bottom: 6px;
}
.wp-block-northwood-blocks-northwood-faculty-drag-slider-card
  .wp-block-northwood-blocks-northwood-contact-information-item
  a,
.wp-block-northwood-blocks-northwood-faculty-drag-slider-card
  .wp-block-northwood-blocks-northwood-contact-information-item
  button,
.wp-block-northwood-blocks-northwood-faculty-drag-slider-card
  .wp-block-northwood-blocks-northwood-contact-information-item
  p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-faculty-drag-slider-card
    .wp-block-northwood-blocks-northwood-contact-information-item
    a,
  .wp-block-northwood-blocks-northwood-faculty-drag-slider-card
    .wp-block-northwood-blocks-northwood-contact-information-item
    button,
  .wp-block-northwood-blocks-northwood-faculty-drag-slider-card
    .wp-block-northwood-blocks-northwood-contact-information-item
    p {
    font-size: 15px;
    line-height: 24px;
  }
}
.wp-block-northwood-blocks-northwood-faculty-drag-slider-card .wp-block-image {
  padding-bottom: 100%;
}
.wp-block-northwood-blocks-northwood-faculty-drag-slider-card
  .carousel-card--link,
.wp-block-northwood-blocks-northwood-faculty-drag-slider-card
  .carousel-card--no-link {
  padding-top: 328px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-faculty-drag-slider-card
    .carousel-card--link,
  .wp-block-northwood-blocks-northwood-faculty-drag-slider-card
    .carousel-card--no-link {
    padding-top: 450px;
  }
}
.wp-block-northwood-blocks-northwood-faculty-drag-slider-card
  .wp-block-heading {
  margin-bottom: 3px;
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-faculty-drag-slider-card p {
  margin-bottom: 12px;
  margin-top: 0;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-faculty-drag-slider-card p {
    margin-bottom: 15px;
  }
}
.wp-block-northwood-blocks-northwood-faculty-drag-slider-card .wp-block-button {
  margin-top: 12px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-faculty-drag-slider-card
    .wp-block-button {
    margin-top: 18px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-drag-slider {
  margin: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-drag-slider
  .has-overline-font-size {
  color: var(--wp--preset--color--primary);
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-faculty-drag-slider
    .wp-block-northwood-blocks-northwood-text-section {
    padding-top: 80px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-drag-slider
  .block-editor-block-list__layout,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-drag-slider
  .block-editor-inner-blocks,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-drag-slider
  .northwood-events__server-side-render-block {
  display: contents;
}
.wp-block-northwood-blocks-northwood-faculty-drag-slider {
  margin: 0;
}
.wp-block-northwood-blocks-northwood-faculty-drag-slider
  .has-overline-font-size {
  color: var(--wp--preset--color--primary);
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-faculty-drag-slider
    .wp-block-northwood-blocks-northwood-text-section {
    padding-top: 80px;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-faculty-hero {
  background: linear-gradient(135deg, #081e3f, #05507b);
  background-repeat: no-repeat;
  background-size: 100% calc(100% - 10px);
  color: var(--wp--preset--color--white);
  overflow: hidden;
  padding: clamp(10.4375rem, 6.625rem + 8.7142857143vw, 14.25rem) 18px 0;
  position: relative;
  z-index: 1;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-hero
  .wp-block-northwood-blocks-northwood-faculty-hero {
  display: contents;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-hero:before {
  background: url(../952a9ee1f427a89dafa1.svg);
  background-position: top
    clamp(-32.5rem, 12.6785714286rem + -65.7142857143vw, -3.75rem) right
    calc(50% + clamp(-5.625rem, 27.9642857143rem + -48.8571428571vw, 15.75rem));
  background-repeat: no-repeat;
  background-size: clamp(58rem, -5.2857142857rem + 253.1428571429vw, 168.75rem)
    auto;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.03;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-hero__content {
  align-items: flex-end;
  -moz-column-gap: clamp(0.9375rem, -1.875rem + 6.4285714286vw, 3.75rem);
  column-gap: clamp(0.9375rem, -1.875rem + 6.4285714286vw, 3.75rem);
  display: grid;
  grid-template-columns: clamp(7.5rem, -3.75rem + 36vw, 18.75rem) minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  margin: 0 auto;
  max-width: 1320px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-hero__top-content {
  grid-area: 1/1/2/3;
  margin-bottom: clamp(3.75rem, 3rem + 1.7142857143vw, 4.5rem);
  text-align: center;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-faculty-hero__top-content {
    grid-area: 1/2/2/3;
    text-align: left;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-hero__title {
  font-family: Gotham Narrow, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 42px;
  margin-bottom: clamp(0.375rem, -0.375rem + 1.7142857143vw, 1.125rem);
  margin-top: 0;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-faculty-hero__title {
    font-size: 72px;
    line-height: 78px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-hero__faculty-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 24px;
  margin: 0;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-faculty-hero__faculty-title {
    font-size: 21px;
    line-height: 33px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-hero__image-wrapper {
  align-self: flex-start;
  background-color: var(--wp--preset--color--foreground);
  grid-area: 2/1/3/2;
  height: 0;
  margin: -30px 0 0;
  padding-bottom: 140%;
  position: relative;
  z-index: 2;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-faculty-hero__image-wrapper {
    align-self: flex-end;
    grid-area: 1/1/3/2;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-hero__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-hero
  .contact-details {
  background-color: var(--wp--preset--color--primary);
  grid-area: 2/2/3/3;
  padding: 12px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-faculty-hero
    .contact-details {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: clamp(-5.625rem, 1.625rem + -8.2857142857vw, -2rem);
    min-height: clamp(11.25rem, 8.8125rem + 5.5714285714vw, 13.6875rem);
    padding: 32px 0 8px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-hero
  .contact-details:after,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-hero
  .contact-details:before {
  background-color: var(--wp--preset--color--primary);
  content: "";
  grid-area: 2/1/3/3;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-hero
  .contact-details:before {
  right: calc(100% + clamp(0.9375rem, -1.875rem + 6.4285714286vw, 3.75rem));
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-faculty-hero
    .contact-details:before {
    background-color: var(--wp--preset--color--white);
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-hero
  .contact-details:after {
  left: clamp(-3.75rem, 1.875rem + -6.4285714286vw, -0.9375rem);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-hero
  .contact-details__detail {
  margin-bottom: 18px;
  word-break: break-word;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-faculty-hero
    .contact-details__detail {
    margin-bottom: 24px;
    margin-right: clamp(2rem, -1.625rem + 8.2857142857vw, 5.625rem);
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-faculty-hero
    .contact-details__icon {
    border-color: var(--wp--preset--color--tertiary);
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-hero
  .contact-details__icon
  .icon
  path {
  fill: var(--wp--preset--color--white);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-hero
  .contact-details__detail-link,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-hero
  .contact-details__detail-text {
  color: var(--wp--preset--color--white);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-faculty-hero
  .contact-details__detail-heading {
  fill: var(--wp--preset--color--white);
}
.wp-block-northwood-blocks-northwood-faculty-hero {
  background: linear-gradient(135deg, #081e3f, #05507b);
  background-repeat: no-repeat;
  background-size: 100% calc(100% - 10px);
  color: var(--wp--preset--color--white);
  overflow: hidden;
  padding: clamp(10.4375rem, 6.625rem + 8.7142857143vw, 14.25rem) 18px 0;
  position: relative;
  z-index: 1;
}
.wp-block-northwood-blocks-northwood-faculty-hero
  .wp-block-northwood-blocks-northwood-faculty-hero {
  display: contents;
}
.wp-block-northwood-blocks-northwood-faculty-hero:before {
  background: url(../952a9ee1f427a89dafa1.svg);
  background-position: top
    clamp(-32.5rem, 12.6785714286rem + -65.7142857143vw, -3.75rem) right
    calc(50% + clamp(-5.625rem, 27.9642857143rem + -48.8571428571vw, 15.75rem));
  background-repeat: no-repeat;
  background-size: clamp(58rem, -5.2857142857rem + 253.1428571429vw, 168.75rem)
    auto;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.03;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.wp-block-northwood-blocks-northwood-faculty-hero__content {
  align-items: flex-end;
  -moz-column-gap: clamp(0.9375rem, -1.875rem + 6.4285714286vw, 3.75rem);
  column-gap: clamp(0.9375rem, -1.875rem + 6.4285714286vw, 3.75rem);
  display: grid;
  grid-template-columns: clamp(7.5rem, -3.75rem + 36vw, 18.75rem) minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  margin: 0 auto;
  max-width: 1320px;
}
.wp-block-northwood-blocks-northwood-faculty-hero__top-content {
  grid-area: 1/1/2/3;
  margin-bottom: clamp(3.75rem, 3rem + 1.7142857143vw, 4.5rem);
  text-align: center;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-faculty-hero__top-content {
    grid-area: 1/2/2/3;
    text-align: left;
  }
}
.wp-block-northwood-blocks-northwood-faculty-hero__title {
  font-family: Gotham Narrow, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 42px;
  margin-bottom: clamp(0.375rem, -0.375rem + 1.7142857143vw, 1.125rem);
  margin-top: 0;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-faculty-hero__title {
    font-size: 72px;
    line-height: 78px;
  }
}
.wp-block-northwood-blocks-northwood-faculty-hero__faculty-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 24px;
  margin: 0;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-faculty-hero__faculty-title {
    font-size: 21px;
    line-height: 33px;
  }
}
.wp-block-northwood-blocks-northwood-faculty-hero__image-wrapper {
  align-self: flex-start;
  background-color: var(--wp--preset--color--foreground);
  grid-area: 2/1/3/2;
  height: 0;
  margin: -30px 0 0;
  padding-bottom: 140%;
  position: relative;
  z-index: 2;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-faculty-hero__image-wrapper {
    align-self: flex-end;
    grid-area: 1/1/3/2;
  }
}
.wp-block-northwood-blocks-northwood-faculty-hero__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-faculty-hero .contact-details {
  background-color: var(--wp--preset--color--primary);
  grid-area: 2/2/3/3;
  padding: 12px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-faculty-hero .contact-details {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: clamp(-5.625rem, 1.625rem + -8.2857142857vw, -2rem);
    min-height: clamp(11.25rem, 8.8125rem + 5.5714285714vw, 13.6875rem);
    padding: 32px 0 8px;
  }
}
.wp-block-northwood-blocks-northwood-faculty-hero .contact-details:after,
.wp-block-northwood-blocks-northwood-faculty-hero .contact-details:before {
  background-color: var(--wp--preset--color--primary);
  content: "";
  grid-area: 2/1/3/3;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.wp-block-northwood-blocks-northwood-faculty-hero .contact-details:before {
  right: calc(100% + clamp(0.9375rem, -1.875rem + 6.4285714286vw, 3.75rem));
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-faculty-hero .contact-details:before {
    background-color: var(--wp--preset--color--white);
  }
}
.wp-block-northwood-blocks-northwood-faculty-hero .contact-details:after {
  left: clamp(-3.75rem, 1.875rem + -6.4285714286vw, -0.9375rem);
}
.wp-block-northwood-blocks-northwood-faculty-hero .contact-details__detail {
  margin-bottom: 18px;
  word-break: break-word;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-faculty-hero .contact-details__detail {
    margin-bottom: 24px;
    margin-right: clamp(2rem, -1.625rem + 8.2857142857vw, 5.625rem);
  }
  .wp-block-northwood-blocks-northwood-faculty-hero .contact-details__icon {
    border-color: var(--wp--preset--color--tertiary);
  }
}
.wp-block-northwood-blocks-northwood-faculty-hero
  .contact-details__icon
  .icon
  path {
  fill: var(--wp--preset--color--white);
}
.wp-block-northwood-blocks-northwood-faculty-hero .contact-details__detail-link,
.wp-block-northwood-blocks-northwood-faculty-hero
  .contact-details__detail-text {
  color: var(--wp--preset--color--white);
}
.wp-block-northwood-blocks-northwood-faculty-hero
  .contact-details__detail-heading {
  fill: var(--wp--preset--color--white);
}
.wp-block-northwood-blocks-northwood-fast-fact {
  padding: clamp(1.125rem, -2rem + 10.4166666667vw, 3rem)
    clamp(1.125rem, -1.5rem + 6vw, 3.75rem);
  position: relative;
  z-index: 1;
}
.wp-block-northwood-blocks-northwood-fast-fact__link {
  z-index: 1;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-fast-fact__link:before {
    background-color: var(--wp--preset--color--primary);
    bottom: 15px;
    -webkit-clip-path: polygon(
      100% 0,
      100% calc(100% - 40px),
      calc(100% - 40px) 100%,
      0 100%,
      0 0
    );
    clip-path: polygon(
      100% 0,
      100% calc(100% - 40px),
      calc(100% - 40px) 100%,
      0 100%,
      0 0
    );
    content: "";
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: opacity 0.3s;
    z-index: -2;
  }
  .wp-block-northwood-blocks-northwood-fast-fact__link:after {
    background-color: var(--wp--preset--color--secondary);
    bottom: 15px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    content: "";
    height: 30px;
    opacity: 0;
    position: absolute;
    right: 15px;
    transform: scale(0.9);
    transform-origin: bottom right;
    transition: opacity 0.3s, transform 0.3s;
    width: 30px;
    z-index: -2;
  }
  .wp-block-northwood-blocks-northwood-fast-fact__link:focus p,
  .wp-block-northwood-blocks-northwood-fast-fact__link:hover p {
    transform: translateY(-30px);
  }
  .wp-block-northwood-blocks-northwood-fast-fact__link:focus
    .wp-block-button__link,
  .wp-block-northwood-blocks-northwood-fast-fact__link:hover
    .wp-block-button__link {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .wp-block-northwood-blocks-northwood-fast-fact__link:focus:after,
  .wp-block-northwood-blocks-northwood-fast-fact__link:focus:before,
  .wp-block-northwood-blocks-northwood-fast-fact__link:hover:after,
  .wp-block-northwood-blocks-northwood-fast-fact__link:hover:before {
    opacity: 1;
  }
  .wp-block-northwood-blocks-northwood-fast-fact__link:focus:after,
  .wp-block-northwood-blocks-northwood-fast-fact__link:hover:after {
    transform: scale(1);
  }
}
.wp-block-northwood-blocks-northwood-fast-fact__link,
.wp-block-northwood-blocks-northwood-fast-fact__no-link {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
.wp-block-northwood-blocks-northwood-fast-fact p {
  font-family: Gotham Narrow, sans-serif;
  font-size: clamp(0.875rem, 0.625rem + 0.5714285714vw, 1.125rem) !important;
  font-weight: 500;
  line-height: clamp(
    1.3125rem,
    0.9375rem + 0.8571428571vw,
    1.6875rem
  ) !important;
  margin-top: 0;
  transition: transform 0.3s;
}
.wp-block-northwood-blocks-northwood-fast-fact p:last-child {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-fast-fact p.has-x-large-font-size {
  font-family: Gotham Narrow, sans-serif;
  font-size: clamp(1.5rem, 0.375rem + 2.5714285714vw, 2.625rem) !important;
  font-weight: 900;
  line-height: clamp(2.25rem, 0.75rem + 3.4285714286vw, 3.75rem) !important;
  margin-bottom: clamp(0.1875rem, 0.5625rem + -0.4285714286vw, 0.375rem);
  padding-right: 40px;
}
.wp-block-northwood-blocks-northwood-fast-fact .wp-block-button {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-fast-fact .wp-block-button {
    z-index: -1;
  }
}
.wp-block-northwood-blocks-northwood-fast-fact .wp-block-button__link {
  height: clamp(1.5rem, 0.1875rem + 3vw, 2.8125rem) !important;
  margin: 0 !important;
  position: absolute !important;
  right: 18px !important;
  top: 26px !important;
  width: clamp(1.5rem, 0.1875rem + 3vw, 2.8125rem) !important;
}
.wp-block-northwood-blocks-northwood-fast-fact .wp-block-button__link:before {
  height: clamp(0.875rem, 0.0625rem + 1.8571428571vw, 1.6875rem) !important;
  left: clamp(0.3125rem, 0.0625rem + 0.5714285714vw, 0.5625rem) !important;
  top: clamp(0.3125rem, 0.0625rem + 0.5714285714vw, 0.5625rem) !important;
  width: clamp(0.875rem, 0.0625rem + 1.8571428571vw, 1.6875rem) !important;
}
.wp-block-northwood-blocks-northwood-fast-fact .wp-block-button__link:after {
  height: clamp(1.5rem, 0.1875rem + 3vw, 2.8125rem) !important;
  width: clamp(1.5rem, 0.1875rem + 3vw, 2.8125rem) !important;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-fast-fact .wp-block-button__link {
    bottom: clamp(0.8125rem, -1.2708333333rem + 6.9444444444vw, 2.0625rem);
    left: clamp(1.125rem, -1.5rem + 6vw, 3.75rem);
    opacity: 0;
    pointer-events: none;
    right: auto !important;
    top: auto !important;
    transform: translateY(30px);
    transition: opacity 0.3s, transform 0.3s;
  }
}
.wp-block-northwood-blocks-northwood-fast-fact:after {
  background-color: var(--wp--preset--color--white);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.3;
  position: absolute;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-fast-fact:last-child:after {
  display: none;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-fast-fact:nth-child(odd):nth-last-child(2):after {
    display: none;
  }
}
.wp-block-northwood-blocks-northwood-fast-facts {
  background-color: var(--wp--preset--color--foreground);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  position: relative;
  z-index: 1;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-fast-facts {
    background-color: rgba(8, 30, 63, 0.4);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 1fr repeat(10, auto) 1fr;
    height: 100%;
  }
  .wp-block-northwood-blocks-northwood-fast-facts:after,
  .wp-block-northwood-blocks-northwood-fast-facts:before {
    content: "";
    display: block;
    flex-grow: 1;
  }
  .wp-block-northwood-blocks-northwood-fast-facts:before {
    grid-area: 1/1/2/3;
  }
  .wp-block-northwood-blocks-northwood-fast-facts:after {
    grid-area: 12/1/13/3;
  }
}
.wp-block-northwood-blocks-northwood-fast-facts-section {
  align-items: flex-end;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
  display: grid;
  grid-template-columns: 9px 1fr 9px;
  grid-template-rows: repeat(2, auto);
  margin-block-start: 0 !important;
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
}
.wp-block-northwood-blocks-northwood-card-carousel
  + .wp-block-northwood-blocks-northwood-fast-facts-section {
  background-color: #f2f2f2;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-fast-facts-section {
    grid-template-columns:
      30px calc(45.83333% - 27.5px) calc(54.16667% - 32.5px)
      30px;
    grid-template-rows: 1fr;
  }
}
@media (min-width: 1476px) {
  body.northwood-not-admin
    .wp-block-northwood-blocks-northwood-fast-facts-section {
    grid-template-columns: 1fr 660px 780px 1fr;
    grid-template-rows: 1fr;
  }
}
.wp-block-northwood-blocks-northwood-fast-facts-section
  .block-editor-block-list__layout,
.wp-block-northwood-blocks-northwood-fast-facts-section
  .block-editor-inner-blocks,
.wp-block-northwood-blocks-northwood-fast-facts-section
  .components-resizable-box__container {
  display: contents !important;
}
.wp-block-northwood-blocks-northwood-fast-facts-section:before {
  background-color: var(--wp--preset--color--secondary);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: clamp(4.5rem, -0.375rem + 11.1428571429vw, 9.375rem);
  width: 100%;
  z-index: -2;
}
.wp-block-northwood-blocks-northwood-fast-facts-section
  .wp-block-northwood-blocks-northwood-text-section {
  grid-area: 1/2/2/3;
  padding: clamp(1.125rem, -1.5rem + 6vw, 3.75rem);
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-fast-facts-section
    .wp-block-northwood-blocks-northwood-text-section {
    grid-area: 1/2/2/3;
    max-width: 588px;
  }
}
.wp-block-northwood-blocks-northwood-fast-facts-section
  .wp-block-northwood-blocks-northwood-text-section
  .wp-block-heading {
  margin-bottom: 9px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-fast-facts-section
    .wp-block-northwood-blocks-northwood-text-section
    .wp-block-heading {
    margin-bottom: 18px;
  }
}
.wp-block-northwood-blocks-northwood-fast-facts-section
  .wp-block-northwood-blocks-northwood-text-section
  p {
  margin-bottom: 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-fast-facts-section
    .wp-block-northwood-blocks-northwood-text-section
    p {
    margin-bottom: 30px;
  }
}
.wp-block-northwood-blocks-northwood-fast-facts-section
  .wp-block-northwood-blocks-northwood-fast-facts {
  grid-area: 2/2/3/3;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-fast-facts-section
    .wp-block-northwood-blocks-northwood-fast-facts {
    grid-area: 1/3/2/4;
  }
}
.wp-block-northwood-blocks-northwood-fast-facts-section .wp-block-image {
  display: block;
  grid-area: 1/2/2/3;
  height: 100% !important;
  margin: 0 !important;
  position: relative;
  width: 100% !important;
  z-index: -1;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-fast-facts-section .wp-block-image {
    grid-area: 1/2/2/4;
  }
}
.wp-block-northwood-blocks-northwood-fast-facts-section .wp-block-image img {
  height: 100% !important;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-fast-facts-section .wp-block-image:before {
  background: linear-gradient(225deg, transparent, rgba(0, 0, 0, 0.6));
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.wp-block-northwood-blocks-northwood-fast-facts-section:after {
  background-color: var(--wp--preset--color--foreground);
  content: "";
  display: block;
  grid-area: 1/2/2/3;
  height: 100% !important;
  margin: 0;
  position: relative;
  width: 100% !important;
  z-index: -2;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-fast-facts-section:after {
    grid-area: 1/2/2/4;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-bottom-menu
  .icon-chev-down,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-bottom-menu
  .icon-chev-up {
  display: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-bottom-menu,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-bottom-menu:last-child {
    border: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-bottom-menu
  .menu {
  margin: 0;
  padding: 0;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-bottom-menu
    .menu {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-bottom-menu
  .menu-item {
  line-height: 24px;
  list-style: none;
  margin-top: 9px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-bottom-menu
  .menu-item
  a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-bottom-menu
    .menu-item {
    margin-top: 0;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-footer-bottom-menu {
  cursor: pointer !important;
  margin-block-start: 0 !important;
}
.wp-block-northwood-blocks-northwood-footer-bottom-menu {
  margin-block-start: 0 !important;
}
.wp-block-northwood-blocks-northwood-footer-bottom-menu .icon-chev-down,
.wp-block-northwood-blocks-northwood-footer-bottom-menu .icon-chev-up {
  display: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-bottom-menu,
  .wp-block-northwood-blocks-northwood-footer-bottom-menu:last-child {
    border: 0;
  }
}
.wp-block-northwood-blocks-northwood-footer-bottom-menu .menu {
  margin: 0;
  padding: 0;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-bottom-menu .menu {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
  }
}
.wp-block-northwood-blocks-northwood-footer-bottom-menu .menu-item {
  line-height: 24px;
  list-style: none;
  margin-top: 9px;
}
.wp-block-northwood-blocks-northwood-footer-bottom-menu .menu-item a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-bottom-menu .menu-item {
    margin-top: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-helpful-menu {
  border-top: 1px solid #ddd;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-helpful-menu:last-child {
  border-bottom: 1px solid #ddd;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-helpful-menu
  .wp-block-northwood-blocks-northwood-footer-helpful-menu__heading {
  align-items: center;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 21px;
  padding: 8px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-helpful-menu
  .wp-block-northwood-blocks-northwood-footer-helpful-menu__heading:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-plus%27 viewBox=%270 -4 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M17.333 8v16a1.333 1.333 0 0 1-2.666 0V8a1.333 1.333 0 0 1 2.666 0z%27/%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  display: block;
  margin-left: auto;
  width: 22px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-helpful-menu
    .wp-block-northwood-blocks-northwood-footer-helpful-menu__heading:after {
    display: none;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-helpful-menu
  .wp-block-northwood-blocks-northwood-footer-helpful-menu__heading
  span {
  opacity: 0.6;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-helpful-menu
    .wp-block-northwood-blocks-northwood-footer-helpful-menu__heading {
    cursor: default;
    display: block;
    padding: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-helpful-menu
  .icon-chev-down,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-helpful-menu
  .icon-chev-up {
  display: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-helpful-menu,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-helpful-menu:last-child {
    border: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-helpful-menu
  .menu {
  border-left: 1px solid #ddd;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 0 0 18px;
  transition: max-height 0.3s, margin 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-helpful-menu
    .menu {
    border: none;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
    max-height: none;
    padding: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-helpful-menu
  .menu-item {
  line-height: 24px;
  list-style: none;
  margin: 6px 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-helpful-menu
  .menu-item:first-child {
  margin-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-helpful-menu
  .menu-item:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-helpful-menu
  .menu-item
  a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--wp--preset--color--primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-helpful-menu
    .menu-item
    a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-helpful-menu
    .menu-item {
    flex-basis: calc(50% - 15px);
    margin: 18px 0 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-helpful-menu
    .menu-item:first-child {
    margin-top: 18px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-helpful-menu
    .menu-item:last-child {
    margin-bottom: 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-helpful-menu {
    flex-basis: 50%;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-helpful-menu.active
  .wp-block-northwood-blocks-northwood-footer-helpful-menu__heading:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-minus%27 viewBox=%270 -4 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  display: block;
  margin-left: auto;
  width: 22px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-helpful-menu.active
    .wp-block-northwood-blocks-northwood-footer-helpful-menu__heading:after {
    display: none;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-helpful-menu.active
  .menu {
  margin-bottom: 14px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-helpful-menu.active
    .menu {
    display: flex;
    margin-bottom: 12px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-helpful-menu {
  cursor: pointer !important;
  margin-block-start: 0 !important;
}
.wp-block-northwood-blocks-northwood-footer-helpful-menu {
  border-top: 1px solid #ddd;
}
.wp-block-northwood-blocks-northwood-footer-helpful-menu:last-child {
  border-bottom: 1px solid #ddd;
}
.wp-block-northwood-blocks-northwood-footer-helpful-menu
  .wp-block-northwood-blocks-northwood-footer-helpful-menu__heading {
  align-items: center;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 21px;
  padding: 8px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wp-block-northwood-blocks-northwood-footer-helpful-menu
  .wp-block-northwood-blocks-northwood-footer-helpful-menu__heading:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-plus%27 viewBox=%270 -4 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M17.333 8v16a1.333 1.333 0 0 1-2.666 0V8a1.333 1.333 0 0 1 2.666 0z%27/%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  display: block;
  margin-left: auto;
  width: 22px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-helpful-menu
    .wp-block-northwood-blocks-northwood-footer-helpful-menu__heading:after {
    display: none;
  }
}
.wp-block-northwood-blocks-northwood-footer-helpful-menu
  .wp-block-northwood-blocks-northwood-footer-helpful-menu__heading
  span {
  opacity: 0.6;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-helpful-menu
    .wp-block-northwood-blocks-northwood-footer-helpful-menu__heading {
    cursor: default;
    display: block;
    padding: 0;
  }
}
.wp-block-northwood-blocks-northwood-footer-helpful-menu .icon-chev-down,
.wp-block-northwood-blocks-northwood-footer-helpful-menu .icon-chev-up {
  display: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-helpful-menu,
  .wp-block-northwood-blocks-northwood-footer-helpful-menu:last-child {
    border: 0;
  }
}
.wp-block-northwood-blocks-northwood-footer-helpful-menu .menu {
  border-left: 1px solid #ddd;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 0 0 18px;
  transition: max-height 0.3s, margin 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-helpful-menu .menu {
    border: none;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
    max-height: none;
    padding: 0;
  }
}
.wp-block-northwood-blocks-northwood-footer-helpful-menu .menu-item {
  line-height: 24px;
  list-style: none;
  margin: 6px 0;
}
.wp-block-northwood-blocks-northwood-footer-helpful-menu
  .menu-item:first-child {
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-footer-helpful-menu .menu-item:last-child {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-footer-helpful-menu .menu-item a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--wp--preset--color--primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-helpful-menu .menu-item a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
  }
  .wp-block-northwood-blocks-northwood-footer-helpful-menu .menu-item {
    flex-basis: calc(50% - 15px);
    margin: 18px 0 0;
  }
  .wp-block-northwood-blocks-northwood-footer-helpful-menu
    .menu-item:first-child {
    margin-top: 18px;
  }
  .wp-block-northwood-blocks-northwood-footer-helpful-menu
    .menu-item:last-child {
    margin-bottom: 0;
  }
  .wp-block-northwood-blocks-northwood-footer-helpful-menu {
    flex-basis: 50%;
  }
}
.wp-block-northwood-blocks-northwood-footer-helpful-menu.active
  .wp-block-northwood-blocks-northwood-footer-helpful-menu__heading:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-minus%27 viewBox=%270 -4 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  display: block;
  margin-left: auto;
  width: 22px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-helpful-menu.active
    .wp-block-northwood-blocks-northwood-footer-helpful-menu__heading:after {
    display: none;
  }
}
.wp-block-northwood-blocks-northwood-footer-helpful-menu.active .menu {
  margin-bottom: 14px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-helpful-menu.active .menu {
    display: flex;
    margin-bottom: 12px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-logo__logo-link {
  text-decoration: none;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-footer-logo__logo {
  height: auto;
  width: 90px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-logo__logo {
    width: 120px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-logo__media-image-wrap {
  background-color: #555;
  color: var(--wp--preset--color--white);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-logo
  .wp-block-northwood-blocks-northwood-footer-logo__media-image-wrap {
  background-color: #555;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  margin-bottom: 12px;
  padding: 20px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-logo
  .wp-block-northwood-blocks-northwood-footer-logo__media-image {
  height: auto;
  margin: 0 !important;
  max-width: 300px;
  width: 300px;
}
.wp-block-northwood-blocks-northwood-footer-logo__logo-link {
  text-decoration: none;
}
.wp-block-northwood-blocks-northwood-footer-logo__logo {
  height: auto;
  width: 90px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-logo__logo {
    width: 120px;
  }
}
.wp-block-northwood-blocks-northwood-footer-logo__media-image-wrap {
  background-color: #555;
  color: var(--wp--preset--color--white);
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-footer-menu {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-menu__container {
  border-top: 1px solid #ddd;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-menu__container:last-child {
  border-bottom: 1px solid #ddd;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-menu__container
  .wp-block-northwood-blocks-northwood-footer-menu__heading {
  align-items: center;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 21px;
  padding: 8px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-menu__container
  .wp-block-northwood-blocks-northwood-footer-menu__heading:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-plus%27 viewBox=%270 -4 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M17.333 8v16a1.333 1.333 0 0 1-2.666 0V8a1.333 1.333 0 0 1 2.666 0z%27/%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  display: block;
  margin-left: auto;
  width: 22px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-menu__container
    .wp-block-northwood-blocks-northwood-footer-menu__heading:after {
    display: none;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-menu__container
  .wp-block-northwood-blocks-northwood-footer-menu__heading
  span {
  opacity: 0.6;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-menu__container
    .wp-block-northwood-blocks-northwood-footer-menu__heading {
    cursor: default;
    display: block;
    padding: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-menu__container
  .icon-chev-down,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-menu__container
  .icon-chev-up {
  display: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-menu__container,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-menu__container:last-child {
    border: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-menu__container
  .menu {
  border-left: 1px solid #ddd;
  display: none;
  margin: 0 0 14px;
  padding: 0 0 0 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-menu__container
    .menu {
    border: none;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
    padding: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-menu__container
  .menu-item {
  line-height: 24px;
  list-style: none;
  margin: 6px 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-menu__container
  .menu-item:first-child {
  margin-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-menu__container
  .menu-item:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-menu__container
  .menu-item
  a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--wp--preset--color--primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-menu__container
    .menu-item
    a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-menu__container
    .menu-item {
    flex-basis: calc(50% - 15px);
    margin: 18px 0 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-menu__container
    .menu-item:first-child {
    margin-top: 18px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-menu__container
    .menu-item:last-child {
    margin-bottom: 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-menu__container {
    flex-basis: 50%;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-menu__container.active
  .wp-block-northwood-blocks-northwood-footer-menu__heading:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-minus%27 viewBox=%270 -4 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  display: block;
  margin-left: auto;
  width: 22px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-menu__container.active
    .wp-block-northwood-blocks-northwood-footer-menu__heading:after {
    display: none;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-menu__container.active
  .menu {
  display: block;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-menu__container.active
    .menu {
    display: flex;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-footer-menu {
  display: block;
  margin-block-start: 0 !important;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-menu__inner {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.wp-block-northwood-blocks-northwood-footer-menu {
  margin-block-start: 0 !important;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-menu {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.wp-block-northwood-blocks-northwood-footer-menu__container {
  border-top: 1px solid #ddd;
}
.wp-block-northwood-blocks-northwood-footer-menu__container:last-child {
  border-bottom: 1px solid #ddd;
}
.wp-block-northwood-blocks-northwood-footer-menu__container
  .wp-block-northwood-blocks-northwood-footer-menu__heading {
  align-items: center;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 21px;
  padding: 8px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wp-block-northwood-blocks-northwood-footer-menu__container
  .wp-block-northwood-blocks-northwood-footer-menu__heading:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-plus%27 viewBox=%270 -4 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M17.333 8v16a1.333 1.333 0 0 1-2.666 0V8a1.333 1.333 0 0 1 2.666 0z%27/%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  display: block;
  margin-left: auto;
  width: 22px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-menu__container
    .wp-block-northwood-blocks-northwood-footer-menu__heading:after {
    display: none;
  }
}
.wp-block-northwood-blocks-northwood-footer-menu__container
  .wp-block-northwood-blocks-northwood-footer-menu__heading
  span {
  opacity: 0.6;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-menu__container
    .wp-block-northwood-blocks-northwood-footer-menu__heading {
    cursor: default;
    display: block;
    padding: 0;
  }
}
.wp-block-northwood-blocks-northwood-footer-menu__container .icon-chev-down,
.wp-block-northwood-blocks-northwood-footer-menu__container .icon-chev-up {
  display: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-menu__container,
  .wp-block-northwood-blocks-northwood-footer-menu__container:last-child {
    border: 0;
  }
}
.wp-block-northwood-blocks-northwood-footer-menu__container .menu {
  border-left: 1px solid #ddd;
  display: none;
  margin: 0 0 14px;
  padding: 0 0 0 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-menu__container .menu {
    border: none;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
    padding: 0;
  }
}
.wp-block-northwood-blocks-northwood-footer-menu__container .menu-item {
  line-height: 24px;
  list-style: none;
  margin: 6px 0;
}
.wp-block-northwood-blocks-northwood-footer-menu__container
  .menu-item:first-child {
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-footer-menu__container
  .menu-item:last-child {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-footer-menu__container .menu-item a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--wp--preset--color--primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-menu__container .menu-item a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
  }
  .wp-block-northwood-blocks-northwood-footer-menu__container .menu-item {
    flex-basis: calc(50% - 15px);
    margin: 18px 0 0;
  }
  .wp-block-northwood-blocks-northwood-footer-menu__container
    .menu-item:first-child {
    margin-top: 18px;
  }
  .wp-block-northwood-blocks-northwood-footer-menu__container
    .menu-item:last-child {
    margin-bottom: 0;
  }
  .wp-block-northwood-blocks-northwood-footer-menu__container {
    flex-basis: 50%;
  }
}
.wp-block-northwood-blocks-northwood-footer-menu__container.active
  .wp-block-northwood-blocks-northwood-footer-menu__heading:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-minus%27 viewBox=%270 -4 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  display: block;
  margin-left: auto;
  width: 22px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-menu__container.active
    .wp-block-northwood-blocks-northwood-footer-menu__heading:after {
    display: none;
  }
}
.wp-block-northwood-blocks-northwood-footer-menu__container.active .menu {
  display: block;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-menu__container.active .menu {
    display: flex;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu {
  border-top: 1px solid #ddd;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu:last-child {
  border-bottom: 1px solid #ddd;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu__heading {
  align-items: center;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 21px;
  padding: 8px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu__heading:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-plus%27 viewBox=%270 -4 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M17.333 8v16a1.333 1.333 0 0 1-2.666 0V8a1.333 1.333 0 0 1 2.666 0z%27/%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  display: block;
  margin-left: auto;
  width: 22px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
    .wp-block-northwood-blocks-northwood-footer-quicklinks-menu__heading:after {
    display: none;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu__heading
  span {
  opacity: 0.6;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
    .wp-block-northwood-blocks-northwood-footer-quicklinks-menu__heading {
    cursor: default;
    display: block;
    padding: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
  .icon-chev-down,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
  .icon-chev-up {
  display: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-quicklinks-menu,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-quicklinks-menu:last-child {
    border: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
  .menu {
  border-left: 1px solid #ddd;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 0 0 18px;
  transition: max-height 0.3s, margin 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
    .menu {
    border: none;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
    max-height: none;
    padding: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
  .menu-item {
  line-height: 24px;
  list-style: none;
  margin: 6px 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
  .menu-item:first-child {
  margin-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
  .menu-item:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
  .menu-item
  a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--wp--preset--color--primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
    .menu-item
    a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
    .menu-item {
    flex-basis: calc(50% - 15px);
    margin: 18px 0 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
    .menu-item:first-child {
    margin-top: 18px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
    .menu-item:last-child {
    margin-bottom: 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-quicklinks-menu {
    flex-basis: 50%;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu.active
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu__heading:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-minus%27 viewBox=%270 -4 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  display: block;
  margin-left: auto;
  width: 22px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-quicklinks-menu.active
    .wp-block-northwood-blocks-northwood-footer-quicklinks-menu__heading:after {
    display: none;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu.active
  .menu {
  margin-bottom: 14px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-quicklinks-menu.active
    .menu {
    display: flex;
    margin-bottom: 12px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu {
  cursor: pointer !important;
  margin-block-start: 0 !important;
}
.wp-block-northwood-blocks-northwood-footer-quicklinks-menu {
  border-top: 1px solid #ddd;
}
.wp-block-northwood-blocks-northwood-footer-quicklinks-menu:last-child {
  border-bottom: 1px solid #ddd;
}
.wp-block-northwood-blocks-northwood-footer-quicklinks-menu
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu__heading {
  align-items: center;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 21px;
  padding: 8px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wp-block-northwood-blocks-northwood-footer-quicklinks-menu
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu__heading:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-plus%27 viewBox=%270 -4 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M17.333 8v16a1.333 1.333 0 0 1-2.666 0V8a1.333 1.333 0 0 1 2.666 0z%27/%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  display: block;
  margin-left: auto;
  width: 22px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
    .wp-block-northwood-blocks-northwood-footer-quicklinks-menu__heading:after {
    display: none;
  }
}
.wp-block-northwood-blocks-northwood-footer-quicklinks-menu
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu__heading
  span {
  opacity: 0.6;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
    .wp-block-northwood-blocks-northwood-footer-quicklinks-menu__heading {
    cursor: default;
    display: block;
    padding: 0;
  }
}
.wp-block-northwood-blocks-northwood-footer-quicklinks-menu .icon-chev-down,
.wp-block-northwood-blocks-northwood-footer-quicklinks-menu .icon-chev-up {
  display: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu,
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu:last-child {
    border: 0;
  }
}
.wp-block-northwood-blocks-northwood-footer-quicklinks-menu .menu {
  border-left: 1px solid #ddd;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 0 0 18px;
  transition: max-height 0.3s, margin 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu .menu {
    border: none;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
    max-height: none;
    padding: 0;
  }
}
.wp-block-northwood-blocks-northwood-footer-quicklinks-menu .menu-item {
  line-height: 24px;
  list-style: none;
  margin: 6px 0;
}
.wp-block-northwood-blocks-northwood-footer-quicklinks-menu
  .menu-item:first-child {
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-footer-quicklinks-menu
  .menu-item:last-child {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-footer-quicklinks-menu .menu-item a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--wp--preset--color--primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu .menu-item a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
  }
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu .menu-item {
    flex-basis: calc(50% - 15px);
    margin: 18px 0 0;
  }
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
    .menu-item:first-child {
    margin-top: 18px;
  }
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu
    .menu-item:last-child {
    margin-bottom: 0;
  }
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu {
    flex-basis: 50%;
  }
}
.wp-block-northwood-blocks-northwood-footer-quicklinks-menu.active
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu__heading:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-minus%27 viewBox=%270 -4 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  display: block;
  margin-left: auto;
  width: 22px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu.active
    .wp-block-northwood-blocks-northwood-footer-quicklinks-menu__heading:after {
    display: none;
  }
}
.wp-block-northwood-blocks-northwood-footer-quicklinks-menu.active .menu {
  margin-bottom: 14px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu.active .menu {
    display: flex;
    margin-bottom: 12px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-utility-menu {
  display: none;
  margin-block-start: 0 !important;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-utility-menu {
    background-color: hsla(0, 0%, 100%, 0.1);
    border-radius: 27.5px;
    display: block;
    margin-left: 30px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-utility-menu__menu {
    display: flex;
    justify-content: flex-end;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button {
    align-items: center;
    display: flex;
    margin-left: 28px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button:first-child {
    margin-left: 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    a {
    align-items: center;
    color: var(--wp--preset--color--foreground) !important;
    display: flex;
    font-family: Gotham Narrow, sans-serif;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 33px;
    text-decoration: none !important;
    white-space: nowrap;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    a:hover {
    background-size: 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    .icon {
    margin-right: 8px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    .icon-apply,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    .icon-apply-dark,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    .icon-visit,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    .icon-visit-dark {
    height: 22px;
    width: 22px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    .icon-give,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    .icon-give-dark,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    .icon-request,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    .icon-request-dark {
    height: 22px;
    width: 26px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button:hover
    svg {
    -ms-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -webkit-animation-name: footerUtilityWiggle;
    -ms-animation-name: wiggle;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    transition: all 0.175s;
    -webkit-transition: all 0.175s;
    -moz-transition: all 0.175s;
  }
}
@media (min-width: 1100px) {
  @keyframes footerUtilityWiggle {
    0% {
      transform: rotate(5deg);
    }
    25% {
      transform: rotate(-5deg);
    }
    50% {
      transform: rotate(10deg);
    }
    75% {
      transform: rotate(-2.5deg);
    }
    to {
      transform: rotate(0deg);
    }
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-footer-utiility-menu
  .wp-block-northwood-blocks-northwood-footer-utility-menu-button
  a:hover {
  background-size: 0;
}
.wp-block-northwood-blocks-northwood-footer-utility-menu {
  display: none;
  margin-block-start: 0 !important;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-footer-utility-menu {
    background-color: hsla(0, 0%, 100%, 0.1);
    border-radius: 27.5px;
    display: block;
    margin-left: 30px;
  }
  .wp-block-northwood-blocks-northwood-footer-utility-menu__menu {
    display: flex;
    justify-content: flex-end;
  }
  .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button {
    align-items: center;
    display: flex;
    margin-left: 28px;
  }
  .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button:first-child {
    margin-left: 0;
  }
  .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button a {
    align-items: center;
    color: var(--wp--preset--color--foreground) !important;
    display: flex;
    font-family: Gotham Narrow, sans-serif;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 33px;
    text-decoration: none !important;
    white-space: nowrap;
  }
  .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    a:hover {
    background-size: 0;
  }
  .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button .icon {
    margin-right: 8px;
  }
  .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    .icon-apply,
  .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    .icon-apply-dark,
  .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    .icon-visit,
  .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    .icon-visit-dark {
    height: 22px;
    width: 22px;
  }
  .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    .icon-give,
  .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    .icon-give-dark,
  .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    .icon-request,
  .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button
    .icon-request-dark {
    height: 22px;
    width: 26px;
  }
  .wp-block-northwood-blocks-northwood-footer-utility-menu__menu-button:hover
    svg {
    -ms-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -webkit-animation-name: footerUtilityWiggle;
    -ms-animation-name: wiggle;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    transition: all 0.175s;
    -webkit-transition: all 0.175s;
    -moz-transition: all 0.175s;
  }
}
@media (min-width: 1100px) {
  @keyframes footerUtilityWiggle {
    0% {
      transform: rotate(5deg);
    }
    25% {
      transform: rotate(-5deg);
    }
    50% {
      transform: rotate(10deg);
    }
    75% {
      transform: rotate(-2.5deg);
    }
    to {
      transform: rotate(0deg);
    }
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-forms {
  margin: 0;
  padding: 42px 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-forms {
    padding: 72px 30px;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-forms ul {
  list-style-type: none;
  padding-left: 40px !important;
}
.wp-block-northwood-blocks-northwood-forms {
  margin: 0;
  padding: 42px 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-forms {
    padding: 72px 30px;
  }
}
.wp-block-northwood-blocks-northwood-forms ul {
  list-style-type: none;
  padding-left: 40px !important;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-grid-block {
  margin: 36px 0;
  padding: 0 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-grid-block {
    margin: 72px 0;
    padding: 0 30px;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-grid-block--dark {
  background-color: var(--wp--preset--color--primary);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--foreground {
  background-color: var(--wp--preset--color--foreground);
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-grid-block--dark,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--foreground {
  color: var(--wp--preset--color--white);
  margin: 0;
  padding: 42px 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-grid-block--dark,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-grid-block--foreground {
    padding: 72px 30px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--dark
  + .wp-block-northwood-blocks-northwood-grid-block--dark,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--foreground
  + .wp-block-northwood-blocks-northwood-grid-block--dark {
  padding-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--dark
  .wp-block-button
  .wp-block-button__link,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--foreground
  .wp-block-button
  .wp-block-button__link {
  border-color: var(--wp--preset--color--tertiary);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--dark
  .wp-block-button
  .wp-block-button__link:after,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--foreground
  .wp-block-button
  .wp-block-button__link:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2748%27%3E%3Cpath fill=%27%2300C1DE%27 fill-rule=%27nonzero%27 d=%27M32 0v18L2 48H0v-3h.756L29 16.756V3H0V0z%27/%3E%3C/svg%3E");
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-grid-block--dark
    .wp-block-button
    .wp-block-button__link:after,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-grid-block--foreground
    .wp-block-button
    .wp-block-button__link:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2760%27%3E%3Cpath fill=%27%2300C1DE%27 fill-rule=%27nonzero%27 d=%27M32 0v30L2 60H0v-3h.756L29 28.756V3H0V0z%27/%3E%3C/svg%3E");
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--dark
  .wp-block-button
  .wp-block-button__link:before,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--foreground
  .wp-block-button
  .wp-block-button__link:before {
  background-color: var(--wp--preset--color--secondary);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--dark
  .wp-block-button
  .wp-block-button__link,
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-grid-block--dark li,
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-grid-block--dark ol,
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-grid-block--dark ul,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--dark
  ul:not([class])
  li:before,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--foreground
  .wp-block-button
  .wp-block-button__link,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--foreground
  li,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--foreground
  ol,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--foreground
  ul,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--foreground
  ul:not([class])
  li:before {
  color: var(--wp--preset--color--white);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--dark
  .is-style-link,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--dark
  a:where(:not(.wp-element-button):not([class])),
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--foreground
  .is-style-link,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block--foreground
  a:where(:not(.wp-element-button):not([class])) {
  background-size: 100% 2px;
  color: var(--wp--custom--color--white);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block__content {
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-grid-block__content {
    align-items: center;
    -moz-column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50%;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block
  .wp-block-heading {
  margin-bottom: 9px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-grid-block
    .wp-block-heading {
    margin-bottom: 18px;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-grid-block p {
  margin-bottom: 15px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-grid-block p {
    margin-bottom: 30px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block
  .wp-block-image {
  margin-bottom: 0;
  margin-top: 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-grid-block
    .wp-block-image {
    margin: auto 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-grid-block.is-style-image-left
    .wp-block-northwood-blocks-northwood-grid-block__content {
    grid-template-columns: 50% minmax(0, 1fr);
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-grid-block.is-style-image-left
    .wp-block-image {
    order: -1;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block
  .block-editor-inner-blocks,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-grid-block
  .block-editor-inner-blocks
  div.block-editor-block-list__layout {
  display: contents;
}
.wp-block-northwood-blocks-northwood-grid-block {
  margin: 36px 0;
  padding: 0 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-grid-block {
    margin: 72px 0;
    padding: 0 30px;
  }
}
.wp-block-northwood-blocks-northwood-grid-block--dark {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-northwood-blocks-northwood-grid-block--foreground {
  background-color: var(--wp--preset--color--foreground);
}
.wp-block-northwood-blocks-northwood-grid-block--dark,
.wp-block-northwood-blocks-northwood-grid-block--foreground {
  color: var(--wp--preset--color--white);
  margin: 0;
  padding: 42px 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-grid-block--dark,
  .wp-block-northwood-blocks-northwood-grid-block--foreground {
    padding: 72px 30px;
  }
}
.wp-block-northwood-blocks-northwood-grid-block--dark
  + .wp-block-northwood-blocks-northwood-grid-block--dark,
.wp-block-northwood-blocks-northwood-grid-block--foreground
  + .wp-block-northwood-blocks-northwood-grid-block--dark {
  padding-top: 0;
}
.wp-block-northwood-blocks-northwood-grid-block--dark
  .wp-block-button
  .wp-block-button__link,
.wp-block-northwood-blocks-northwood-grid-block--foreground
  .wp-block-button
  .wp-block-button__link {
  border-color: var(--wp--preset--color--tertiary);
}
.wp-block-northwood-blocks-northwood-grid-block--dark
  .wp-block-button
  .wp-block-button__link:after,
.wp-block-northwood-blocks-northwood-grid-block--foreground
  .wp-block-button
  .wp-block-button__link:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2748%27%3E%3Cpath fill=%27%2300C1DE%27 fill-rule=%27nonzero%27 d=%27M32 0v18L2 48H0v-3h.756L29 16.756V3H0V0z%27/%3E%3C/svg%3E");
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-grid-block--dark
    .wp-block-button
    .wp-block-button__link:after,
  .wp-block-northwood-blocks-northwood-grid-block--foreground
    .wp-block-button
    .wp-block-button__link:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2760%27%3E%3Cpath fill=%27%2300C1DE%27 fill-rule=%27nonzero%27 d=%27M32 0v30L2 60H0v-3h.756L29 28.756V3H0V0z%27/%3E%3C/svg%3E");
  }
}
.wp-block-northwood-blocks-northwood-grid-block--dark
  .wp-block-button
  .wp-block-button__link:before,
.wp-block-northwood-blocks-northwood-grid-block--foreground
  .wp-block-button
  .wp-block-button__link:before {
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-northwood-blocks-northwood-grid-block--dark
  .wp-block-button
  .wp-block-button__link,
.wp-block-northwood-blocks-northwood-grid-block--dark li,
.wp-block-northwood-blocks-northwood-grid-block--dark ol,
.wp-block-northwood-blocks-northwood-grid-block--dark ul,
.wp-block-northwood-blocks-northwood-grid-block--dark ul:not([class]) li:before,
.wp-block-northwood-blocks-northwood-grid-block--foreground
  .wp-block-button
  .wp-block-button__link,
.wp-block-northwood-blocks-northwood-grid-block--foreground li,
.wp-block-northwood-blocks-northwood-grid-block--foreground ol,
.wp-block-northwood-blocks-northwood-grid-block--foreground ul,
.wp-block-northwood-blocks-northwood-grid-block--foreground
  ul:not([class])
  li:before {
  color: var(--wp--preset--color--white);
}
.wp-block-northwood-blocks-northwood-grid-block--dark .is-style-link,
.wp-block-northwood-blocks-northwood-grid-block--dark
  a:where(:not(.wp-element-button):not([class])),
.wp-block-northwood-blocks-northwood-grid-block--foreground .is-style-link,
.wp-block-northwood-blocks-northwood-grid-block--foreground
  a:where(:not(.wp-element-button):not([class])) {
  background-size: 100% 2px;
  color: var(--wp--custom--color--white);
}
.wp-block-northwood-blocks-northwood-grid-block__content {
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-grid-block__content {
    align-items: center;
    -moz-column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50%;
  }
}
.wp-block-northwood-blocks-northwood-grid-block .wp-block-heading {
  margin-bottom: 9px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-grid-block .wp-block-heading {
    margin-bottom: 18px;
  }
}
.wp-block-northwood-blocks-northwood-grid-block p {
  margin-bottom: 15px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-grid-block p {
    margin-bottom: 30px;
  }
}
.wp-block-northwood-blocks-northwood-grid-block .wp-block-image {
  margin-bottom: 0;
  margin-top: 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-grid-block .wp-block-image {
    margin: auto 0;
  }
  .wp-block-northwood-blocks-northwood-grid-block.is-style-image-left
    .wp-block-northwood-blocks-northwood-grid-block__content {
    grid-template-columns: 50% minmax(0, 1fr);
  }
  .wp-block-northwood-blocks-northwood-grid-block.is-style-image-left
    .wp-block-image {
    order: -1;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-header {
  color: var(--wp--preset--color--white);
  display: flex;
  left: 18px;
  margin-block-start: 0 !important;
  position: absolute !important;
  top: 24px;
  width: calc(100% - 36px);
  z-index: 10;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-header__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  max-width: 1320px;
  width: 100%;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-header {
  left: 0;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-header {
  color: var(--wp--preset--color--white);
  display: flex;
  left: 18px;
  margin-block-start: 0 !important;
  position: absolute !important;
  top: 24px;
  width: calc(100% - 36px);
  z-index: 10;
}
.wp-block-northwood-blocks-northwood-header__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  max-width: 1320px;
  width: 100%;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-header-content {
    align-items: center;
    display: grid;
    grid-template-columns: 30px 1fr auto auto;
    grid-template-rows: auto 24px auto auto;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-content__menu-button {
  grid-column: 4;
  grid-row: 3;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-content__menu-button
  a.wp-block-button__link,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-content__menu-button
  div.wp-block-button__link {
  align-items: center;
  background-color: var(--wp--preset--color--white);
  border: none;
  border-radius: 50%;
  color: var(--wp--preset--color--foreground);
  display: inline-flex;
  height: auto;
  justify-content: center;
  margin: 0 0 0 12px;
  overflow: hidden;
  padding: 10px;
  width: auto;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-header-content__menu-button
    a.wp-block-button__link,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-header-content__menu-button
    div.wp-block-button__link {
    border-radius: 36px;
    padding: 11px 18px 11px 14px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-content__menu-button
  a.wp-block-button__link:before,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-content__menu-button
  div.wp-block-button__link:before {
  -webkit-clip-path: none;
  clip-path: none;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-menu%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%2300c1de%27 d=%27M0 12.907h8.737v2.496H0zm0 4.992h11.233v2.496H0zm0 4.993h19.969v2.496H0z%27/%3E%3Cpath fill=%27%23081e3f%27 d=%27M21.217 6.667a7.488 7.488 0 0 1 6.197 11.693l4.219 4.22a1.249 1.249 0 0 1-1.765 1.765l-4.181-4.181a7.49 7.49 0 1 1-4.471-13.498zm0 2.496a4.992 4.992 0 1 0 0 9.984 4.992 4.992 0 0 0 0-9.984z%27/%3E%3C/svg%3E");
  height: 30px;
  margin-right: 0;
  position: static;
  transition: none;
  width: 30px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-header-content__menu-button
    a.wp-block-button__link:before,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-header-content__menu-button
    div.wp-block-button__link:before {
    margin-right: 8px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-content__menu-button
  a.wp-block-button__link:hover:before,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-content__menu-button
  div.wp-block-button__link:hover:before {
  height: 30px;
  width: 30px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-content__menu-button
  a.wp-block-button__link:after,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-content__menu-button
  div.wp-block-button__link:after {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-content__menu-button
  a.wp-block-button__link:focus,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-content__menu-button
  a.wp-block-button__link:hover,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-content__menu-button
  div.wp-block-button__link:focus,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-content__menu-button
  div.wp-block-button__link:hover {
  outline-color: var(--wp--preset--color--white) !important;
  outline-offset: 4px;
  outline-width: 1px !important;
  transform: scale(0.95);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-content__menu-button
  a.wp-block-button__link
  span,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-content__menu-button
  div.wp-block-button__link
  span {
  display: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-header-content__menu-button
    a.wp-block-button__link
    span,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-header-content__menu-button
    div.wp-block-button__link
    span {
    display: flex;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-header-content,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-content__inner {
  display: block;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-header-content__inner {
    align-items: center;
    display: grid;
    grid-template-columns: 30px 1fr auto auto;
    grid-template-rows: auto 24px auto auto;
  }
}
.wp-block-northwood-blocks-northwood-header-content {
  display: block;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-header-content {
    align-items: center;
    display: grid;
    grid-template-columns: 30px 1fr auto auto;
    grid-template-rows: auto;
  }
}
.wp-block-northwood-blocks-northwood-header-content__menu-button {
  grid-column: 4;
  grid-row: 3;
}
.wp-block-northwood-blocks-northwood-header-content__menu-button
  a.wp-block-button__link,
.wp-block-northwood-blocks-northwood-header-content__menu-button
  div.wp-block-button__link {
  align-items: center;
  background-color: var(--wp--preset--color--white);
  border: none;
  border-radius: 50%;
  color: var(--wp--preset--color--foreground);
  display: inline-flex;
  height: auto;
  justify-content: center;
  margin: 0 0 0 12px;
  overflow: hidden;
  padding: 10px;
  width: auto;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-header-content__menu-button
    a.wp-block-button__link,
  .wp-block-northwood-blocks-northwood-header-content__menu-button
    div.wp-block-button__link {
    border-radius: 36px;
    padding: 11px 18px 11px 14px;
  }
}
.wp-block-northwood-blocks-northwood-header-content__menu-button
  a.wp-block-button__link:before,
.wp-block-northwood-blocks-northwood-header-content__menu-button
  div.wp-block-button__link:before {
  -webkit-clip-path: none;
  clip-path: none;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-menu%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%2300c1de%27 d=%27M0 12.907h8.737v2.496H0zm0 4.992h11.233v2.496H0zm0 4.993h19.969v2.496H0z%27/%3E%3Cpath fill=%27%23081e3f%27 d=%27M21.217 6.667a7.488 7.488 0 0 1 6.197 11.693l4.219 4.22a1.249 1.249 0 0 1-1.765 1.765l-4.181-4.181a7.49 7.49 0 1 1-4.471-13.498zm0 2.496a4.992 4.992 0 1 0 0 9.984 4.992 4.992 0 0 0 0-9.984z%27/%3E%3C/svg%3E");
  height: 30px;
  margin-right: 0;
  position: static;
  transition: none;
  width: 30px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-header-content__menu-button
    a.wp-block-button__link:before,
  .wp-block-northwood-blocks-northwood-header-content__menu-button
    div.wp-block-button__link:before {
    margin-right: 8px;
  }
}
.wp-block-northwood-blocks-northwood-header-content__menu-button
  a.wp-block-button__link:hover:before,
.wp-block-northwood-blocks-northwood-header-content__menu-button
  div.wp-block-button__link:hover:before {
  height: 30px;
  width: 30px;
}
.wp-block-northwood-blocks-northwood-header-content__menu-button
  a.wp-block-button__link:after,
.wp-block-northwood-blocks-northwood-header-content__menu-button
  div.wp-block-button__link:after {
  display: none;
}
.wp-block-northwood-blocks-northwood-header-content__menu-button
  a.wp-block-button__link:focus,
.wp-block-northwood-blocks-northwood-header-content__menu-button
  a.wp-block-button__link:hover,
.wp-block-northwood-blocks-northwood-header-content__menu-button
  div.wp-block-button__link:focus,
.wp-block-northwood-blocks-northwood-header-content__menu-button
  div.wp-block-button__link:hover {
  outline-color: var(--wp--preset--color--white) !important;
  outline-offset: 4px;
  outline-width: 1px !important;
  transform: scale(0.95);
}
.wp-block-northwood-blocks-northwood-header-content__menu-button
  a.wp-block-button__link
  span,
.wp-block-northwood-blocks-northwood-header-content__menu-button
  div.wp-block-button__link
  span {
  display: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-header-content__menu-button
    a.wp-block-button__link
    span,
  .wp-block-northwood-blocks-northwood-header-content__menu-button
    div.wp-block-button__link
    span {
    display: flex;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-logo__logo-link {
  text-decoration: none;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-header-logo__logo {
  height: auto;
  width: 200px;
}
@media (min-width: 801px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-header-logo__logo {
    width: 270px;
  }
}
@media (min-width: 1321px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-header-logo__logo {
    width: 300px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-logo__media-image-wrap {
  background-color: #555;
  color: var(--wp--preset--color--white);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-logo
  .wp-block-northwood-blocks-northwood-header-logo__media-image-wrap {
  background-color: #555;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  margin-bottom: 12px;
  padding: 20px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-logo
  .wp-block-northwood-blocks-northwood-header-logo__media-image {
  height: auto;
  margin: 0 !important;
  max-width: 300px;
  width: 300px;
}
.wp-block-northwood-blocks-northwood-header-logo__logo-link {
  text-decoration: none;
}
.wp-block-northwood-blocks-northwood-header-logo__logo {
  height: auto;
  width: 100px;
}
@media (min-width: 801px) {
  .wp-block-northwood-blocks-northwood-header-logo__logo {
    width: 170px;
  }
}
@media (min-width: 1321px) {
  .wp-block-northwood-blocks-northwood-header-logo__logo {
    width: 250px;
  }
}
.wp-block-northwood-blocks-northwood-header-logo__media-image-wrap {
  background-color: #555;
  color: var(--wp--preset--color--white);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-utility-menu {
  display: none;
  grid-column: 3;
  grid-row: 3;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-header-utility-menu {
    display: block;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu {
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 27.5px;
  display: flex;
  grid-column: 3;
  grid-row: 3;
  margin-left: 30px;
  padding: 12px 22px 12px 18px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button {
  align-items: center;
  display: flex;
  margin-left: 28px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button:first-child {
  margin-left: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  a {
  align-items: center;
  color: var(--wp--preset--color--white) !important;
  display: flex;
  font-family: Gotham Narrow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 24px;
  text-decoration: none !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  a:hover {
  background-size: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  .icon {
  margin-right: 4px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  .icon-apply,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  .icon-apply-dark,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  .icon-visit,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  .icon-visit-dark {
  width: 22px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  .icon-give,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  .icon-give-dark,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  .icon-request,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  .icon-request-dark {
  width: 26px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button:hover
  svg {
  -ms-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  transition: all 0.175s;
  -webkit-transition: all 0.175s;
  -moz-transition: all 0.175s;
}
@keyframes wiggle {
  0% {
    transform: rotate(5deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-2.5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-utility-menu {
  cursor: pointer !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-header-utility-menu__settings {
  position: relative;
  z-index: 100;
}
.wp-block-northwood-blocks-northwood-header-utility-menu {
  display: none;
  grid-column: 3;
  grid-row: 3;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-header-utility-menu {
    display: block;
  }
}
.wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu {
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 27.5px;
  display: flex;
  grid-column: 3;
  grid-row: 3;
  margin-left: 30px;
  padding: 12px 22px 12px 18px;
}
.wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button {
  align-items: center;
  display: flex;
  margin-left: 28px;
}
.wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button:first-child {
  margin-left: 0;
}
.wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  a {
  align-items: center;
  color: var(--wp--preset--color--white) !important;
  display: flex;
  font-family: Gotham Narrow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 24px;
  text-decoration: none !important;
}
.wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  a:hover {
  background-size: 0;
}
.wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  .icon {
  margin-right: 4px;
}
.wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  .icon-apply,
.wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  .icon-apply-dark,
.wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  .icon-visit,
.wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  .icon-visit-dark {
  width: 22px;
}
.wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  .icon-give,
.wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  .icon-give-dark,
.wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  .icon-request,
.wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button
  .icon-request-dark {
  width: 26px;
}
.wp-block-northwood-blocks-northwood-header-utility-menu__utility-menu-button:hover
  svg {
  -ms-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  transition: all 0.175s;
  -webkit-transition: all 0.175s;
  -moz-transition: all 0.175s;
}
@keyframes wiggle {
  0% {
    transform: rotate(5deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-2.5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.wp-block-northwood-blocks-northwood-hero-slider {
  margin-block-start: 0 !important;
  padding: 0 !important;
}
.wp-block-northwood-blocks-northwood-hero-slider .embla,
.wp-block-northwood-blocks-northwood-hero-slider .embla-react {
  min-height: 480px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-hero-slider .embla,
  .wp-block-northwood-blocks-northwood-hero-slider .embla-react {
    min-height: 740px;
  }
}
.wp-block-northwood-blocks-northwood-hero-slider
  .block-editor-block-list__layout,
.wp-block-northwood-blocks-northwood-hero-slider .embla__container,
.wp-block-northwood-blocks-northwood-hero-slider__inspector-button-container {
  display: flex;
  flex-direction: row;
}
.wp-block-northwood-blocks-northwood-hero-slider__inspector-container {
  align-items: center;
  display: flex;
}
.wp-block-northwood-blocks-northwood-hero-slider__inspector-button-remove-slide {
  margin-left: 10px;
  margin-top: 1px;
  padding: 5px 5px 4px;
}
.block-editor-block-inspector
  .wp-block-northwood-blocks-northwood-hero-slider__inspector-video-url {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-hero-slider-slide {
  min-width: 100%;
  position: relative;
}
.wp-block-northwood-blocks-northwood-hero-slider-slide__background {
  display: flex;
  min-height: 480px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-hero-slider-slide__background {
    min-height: 740px;
    padding: 0 30px;
  }
}
.wp-block-northwood-blocks-northwood-hero-slider-slide
  .block-editor-block-list__layout,
.wp-block-northwood-blocks-northwood-hero-slider-slide__content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1320px;
  min-width: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-hero-slider-slide__content-inner {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 114px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-hero-slider-slide__content-inner {
    max-width: 660px;
    padding-bottom: 100px;
  }
}
.wp-block-northwood-blocks-northwood-hero-slider-slide__content-inner
  .block-editor-block-list__layout {
  display: block !important;
}
.wp-block-northwood-blocks-northwood-hero-slider-slide__mask {
  background: radial-gradient(
      circle,
      rgba(8, 30, 63, 0.6) 0,
      rgba(8, 30, 63, 0) 100%
    ),
    linear-gradient(180deg, rgba(8, 30, 63, 0.72), rgba(8, 30, 63, 0));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.wp-block-northwood-blocks-northwood-hero-slider-slide__video {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.wp-block-northwood-blocks-northwood-hero-slider-slide__video-player {
  height: calc(var(--slideWidth) * 9 / 16) !important;
  min-height: var(--slideHeight);
  min-width: calc(var(--slideHeight) * 16 / 9);
  width: var(--slideWidth) !important;
}
.wp-block-northwood-blocks-northwood-hero-slider-slide__image {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -3;
}
.wp-block-northwood-blocks-northwood-hero-slider-slide__image img {
  height: 100% !important;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: transform 0s;
  transition-delay: 0.5s;
  transition-property: transform;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-hero-slider-slide__image--triangle {
  animation: triangle-fade-in 0.3s ease-in forwards;
}
.wp-block-northwood-blocks-northwood-hero-slider-slide.image.active
  .wp-block-northwood-blocks-northwood-hero-slider-slide__image
  img {
  transform: scale(1.1);
  transition: transform 10s linear;
}
@keyframes triangle-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.wp-block-heading.wp-block-northwood-blocks-northwood-hero-slider-slide__heading {
  color: var(--wp--preset--color--white);
  font-family: Gotham Narrow Ultra, sans-serif;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 42px;
  margin: 0;
  position: relative;
}
@media (min-width: 1100px) {
  .wp-block-heading.wp-block-northwood-blocks-northwood-hero-slider-slide__heading {
    font-size: 72px;
    line-height: 78px;
  }
}
.wp-block-northwood-blocks-northwood-hero-slider-slide.active
  .wp-block-heading.wp-block-northwood-blocks-northwood-hero-slider-slide__heading {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fade-hero;
  opacity: 0;
  top: 30px;
}
.wp-block-northwood-blocks-northwood-hero-slider-slide__intro {
  color: var(--wp--preset--color--white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 24px;
  margin: 6px 0 0;
  position: relative;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-hero-slider-slide__intro {
    font-size: 21px;
    line-height: 33px;
    margin: 9px 0 0;
  }
}
.wp-block-northwood-blocks-northwood-hero-slider-slide.active
  .wp-block-northwood-blocks-northwood-hero-slider-slide__intro {
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fade-hero;
  opacity: 0;
  top: 30px;
}
.wp-block-northwood-blocks-northwood-hero-slider-slide__button {
  margin: 21px 0 0;
  position: relative;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-hero-slider-slide__button {
    margin: 30px 0 0;
  }
}
.wp-block-northwood-blocks-northwood-hero-slider-slide.active
  .wp-block-northwood-blocks-northwood-hero-slider-slide__button {
  animation-delay: 0.6s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fade-hero;
  opacity: 0;
  top: 30px;
}
.wp-block-northwood-blocks-northwood-hero-slider-slide__inspector-container {
  align-items: center;
  display: flex;
}
@keyframes fade-hero {
  0% {
    opacity: 0;
    top: 30px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-hero {
  margin-block-start: 0 !important;
  overflow: hidden;
  padding-bottom: 7px;
  position: relative;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-hero {
    padding-bottom: 20px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__slider-controls {
  bottom: 0;
  height: 250px;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 250px;
  z-index: 2;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-hero__slider-controls {
    height: 550px;
    width: 550px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__slider-controls-clip-1,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__slider-controls-clip-2,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__slider-controls-clip-3 {
  bottom: 0;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  position: absolute;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__slider-controls-clip-1 {
  background-color: var(--wp--preset--color--white);
  height: 204px;
  width: 204px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-hero__slider-controls-clip-1 {
    height: 550px;
    width: 550px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__slider-controls-clip-2 {
  background-color: var(--wp--preset--color--primary);
  height: 180px;
  width: 180px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-hero__slider-controls-clip-2 {
    height: 480px;
    width: 480px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__slider-controls-clip-3 {
  bottom: 7px;
  height: 180px;
  right: 7px;
  width: 180px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-hero__slider-controls-clip-3 {
    bottom: 20px;
    height: 480px;
    right: 20px;
    width: 480px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__slider-controls-clip-3
  .wp-block-northwood-blocks-northwood-hero__slider-controls-mask {
  background-color: rgba(8, 30, 63, 0.8);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__slider-controls-clip-3
  .wp-block-northwood-blocks-northwood-hero__slider-controls-mask.solid {
  background-color: var(--wp--custom--color--foreground);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__slider-controls-buttons {
  bottom: 18px;
  display: none;
  flex-direction: row;
  position: absolute;
  right: 18px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__slider-controls-buttons.active {
  display: flex;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__slider-controls-buttons
  > button {
  margin-right: 0;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-hero__slider-controls-buttons {
    bottom: 80px;
    right: 80px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__slider-controls-buttons
  .wp-block-northwood-blocks-northwood-hero__next {
  margin-left: 6px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-hero__slider-controls-buttons
    .wp-block-northwood-blocks-northwood-hero__next {
    margin-left: 9px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__slider-controls-buttons
  .wp-block-northwood-blocks-northwood-hero__next
  > button:after {
  background-color: var(--wp--preset--color--primary) !important;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-hero__pause,
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-hero__play {
  bottom: 18px;
  cursor: pointer;
  left: 18px;
  position: absolute;
  z-index: 3;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-hero__pause,
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-hero__play {
    bottom: 40px;
    left: auto;
    right: 200px;
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-hero__pause,
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-hero__play {
    bottom: 80px;
    left: auto;
    right: 530px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__pause.is-style-pause
  .wp-block-button__link,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__pause.is-style-play
  .wp-block-button__link,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__play.is-style-pause
  .wp-block-button__link,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__play.is-style-play
  .wp-block-button__link {
  background-color: transparent;
  border: none;
  border-radius: 100%;
  color: transparent;
  display: inline-flex;
  font-size: 0;
  height: clamp(2.25rem, 0.75rem + 3.4285714286vw, 3.75rem);
  margin: 0;
  overflow: hidden;
  position: relative;
  width: clamp(2.25rem, 0.75rem + 3.4285714286vw, 3.75rem);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__pause.is-style-pause
  .wp-block-button__link:before,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__pause.is-style-play
  .wp-block-button__link:before,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__play.is-style-pause
  .wp-block-button__link:before,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__play.is-style-play
  .wp-block-button__link:before {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-pause%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%23fff%27 d=%27M10 3.333A2.667 2.667 0 0 1 12.667 6v20a2.667 2.667 0 1 1-5.334 0V6A2.667 2.667 0 0 1 10 3.333zm12 0A2.667 2.667 0 0 1 24.667 6v20a2.667 2.667 0 1 1-5.334 0V6A2.667 2.667 0 0 1 22 3.333z%27/%3E%3C/svg%3E");
  border: none;
  -webkit-clip-path: none;
  clip-path: none;
  content: "";
  height: clamp(1.125rem, 0.625rem + 1.1428571429vw, 1.625rem);
  left: clamp(0.5625rem, 0.0625rem + 1.1428571429vw, 1.0625rem);
  position: absolute;
  top: clamp(0.5625rem, 0.0625rem + 1.1428571429vw, 1.0625rem);
  transform-origin: center center;
  width: clamp(1.125rem, 0.625rem + 1.1428571429vw, 1.625rem);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__pause.is-style-pause
  .wp-block-button__link:after,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__pause.is-style-play
  .wp-block-button__link:after,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__play.is-style-pause
  .wp-block-button__link:after,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__play.is-style-play
  .wp-block-button__link:after {
  background-color: transparent;
  background-image: none;
  border: 3px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 100%;
  height: clamp(1.875rem, 0.375rem + 3.4285714286vw, 3.375rem);
  left: 0;
  top: 0;
  width: clamp(1.875rem, 0.375rem + 3.4285714286vw, 3.375rem);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__pause.is-style-pause
  .wp-block-button__link:hover,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__pause.is-style-play
  .wp-block-button__link:hover,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__play.is-style-pause
  .wp-block-button__link:hover,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__play.is-style-play
  .wp-block-button__link:hover {
  background-color: transparent;
  border: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__pause.is-style-pause
  .wp-block-button__link:hover:before,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__pause.is-style-play
  .wp-block-button__link:hover:before,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__play.is-style-pause
  .wp-block-button__link:hover:before,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__play.is-style-play
  .wp-block-button__link:hover:before {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: arrowRoll;
  height: clamp(1.125rem, 0.75rem + 0.8571428571vw, 1.5rem);
  left: clamp(0.5625rem, 0rem + 1.2857142857vw, 1.125rem);
  top: clamp(0.5625rem, 0rem + 1.2857142857vw, 1.125rem);
  transform-origin: center center;
  width: clamp(1.125rem, 0.75rem + 0.8571428571vw, 1.5rem);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__pause.is-style-pause
  .wp-block-button__link:hover:after,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__pause.is-style-play
  .wp-block-button__link:hover:after,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__play.is-style-pause
  .wp-block-button__link:hover:after,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__play.is-style-play
  .wp-block-button__link:hover:after {
  transform: scale(0.95);
  transform-origin: center center;
  transition: transform 0.3s;
}
@keyframes arrowRoll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  45% {
    opacity: 0;
    transform: translateY(10px);
  }
  55% {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__pause.is-style-pause,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__play.is-style-pause {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__pause.is-style-pause.active,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__play.is-style-pause.active {
  display: block;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__pause.is-style-play,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__play.is-style-play {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__pause.is-style-play.active,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__play.is-style-play.active {
  display: block;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__pause.is-style-play
  .wp-block-button__link:before,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__play.is-style-play
  .wp-block-button__link:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-play%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%23fff%27 d=%27M8 28V4l19.2 12z%27/%3E%3C/svg%3E");
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-hero__slider-controls-buttons {
  display: flex;
}
.wp-block-northwood-blocks-northwood-hero {
  margin-block-start: 0 !important;
  overflow: hidden;
  padding-bottom: 7px;
  position: relative;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-hero {
    padding-bottom: 20px;
  }
}
.wp-block-northwood-blocks-northwood-hero__slider-controls {
  bottom: 0;
  height: 250px;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 250px;
  z-index: 2;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-hero__slider-controls {
    height: 550px;
    width: 550px;
  }
}
.wp-block-northwood-blocks-northwood-hero__slider-controls-clip-1,
.wp-block-northwood-blocks-northwood-hero__slider-controls-clip-2,
.wp-block-northwood-blocks-northwood-hero__slider-controls-clip-3 {
  bottom: 0;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  position: absolute;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wp-block-northwood-blocks-northwood-hero__slider-controls-clip-1 {
  background-color: var(--wp--preset--color--white);
  height: 204px;
  width: 204px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-hero__slider-controls-clip-1 {
    height: 550px;
    width: 550px;
  }
}
.wp-block-northwood-blocks-northwood-hero__slider-controls-clip-2 {
  background-color: var(--wp--preset--color--primary);
  height: 180px;
  width: 180px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-hero__slider-controls-clip-2 {
    height: 480px;
    width: 480px;
  }
}
.wp-block-northwood-blocks-northwood-hero__slider-controls-clip-3 {
  bottom: 7px;
  height: 180px;
  right: 7px;
  width: 180px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-hero__slider-controls-clip-3 {
    bottom: 20px;
    height: 480px;
    right: 20px;
    width: 480px;
  }
}
.wp-block-northwood-blocks-northwood-hero__slider-controls-clip-3
  .wp-block-northwood-blocks-northwood-hero__slider-controls-mask {
  background-color: rgba(8, 30, 63, 0.8);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-hero__slider-controls-clip-3
  .wp-block-northwood-blocks-northwood-hero__slider-controls-mask.solid {
  background-color: var(--wp--custom--color--foreground);
}
.wp-block-northwood-blocks-northwood-hero__slider-controls-buttons {
  bottom: 18px;
  display: none;
  flex-direction: row;
  position: absolute;
  right: 18px;
}
.wp-block-northwood-blocks-northwood-hero__slider-controls-buttons.active {
  display: flex;
}
.wp-block-northwood-blocks-northwood-hero__slider-controls-buttons > button {
  margin-right: 0;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-hero__slider-controls-buttons {
    bottom: 80px;
    right: 80px;
  }
}
.wp-block-northwood-blocks-northwood-hero__slider-controls-buttons
  .wp-block-northwood-blocks-northwood-hero__next {
  margin-left: 6px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-hero__slider-controls-buttons
    .wp-block-northwood-blocks-northwood-hero__next {
    margin-left: 9px;
  }
}
.wp-block-northwood-blocks-northwood-hero__slider-controls-buttons
  .wp-block-northwood-blocks-northwood-hero__next
  > button:after {
  background-color: var(--wp--preset--color--primary) !important;
}
.wp-block-northwood-blocks-northwood-hero__pause,
.wp-block-northwood-blocks-northwood-hero__play {
  bottom: 18px;
  cursor: pointer;
  left: 18px;
  position: absolute;
  z-index: 3;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-hero__pause,
  .wp-block-northwood-blocks-northwood-hero__play {
    bottom: 40px;
    left: auto;
    right: 200px;
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-hero__pause,
  .wp-block-northwood-blocks-northwood-hero__play {
    bottom: 80px;
    left: auto;
    right: 530px;
  }
}
.wp-block-northwood-blocks-northwood-hero__pause.is-style-pause
  .wp-block-button__link,
.wp-block-northwood-blocks-northwood-hero__pause.is-style-play
  .wp-block-button__link,
.wp-block-northwood-blocks-northwood-hero__play.is-style-pause
  .wp-block-button__link,
.wp-block-northwood-blocks-northwood-hero__play.is-style-play
  .wp-block-button__link {
  background-color: transparent;
  border: none;
  border-radius: 100%;
  color: transparent;
  display: inline-flex;
  font-size: 0;
  height: clamp(2.25rem, 0.75rem + 3.4285714286vw, 3.75rem);
  margin: 0;
  overflow: hidden;
  position: relative;
  width: clamp(2.25rem, 0.75rem + 3.4285714286vw, 3.75rem);
}
.wp-block-northwood-blocks-northwood-hero__pause.is-style-pause
  .wp-block-button__link:before,
.wp-block-northwood-blocks-northwood-hero__pause.is-style-play
  .wp-block-button__link:before,
.wp-block-northwood-blocks-northwood-hero__play.is-style-pause
  .wp-block-button__link:before,
.wp-block-northwood-blocks-northwood-hero__play.is-style-play
  .wp-block-button__link:before {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-pause%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%23fff%27 d=%27M10 3.333A2.667 2.667 0 0 1 12.667 6v20a2.667 2.667 0 1 1-5.334 0V6A2.667 2.667 0 0 1 10 3.333zm12 0A2.667 2.667 0 0 1 24.667 6v20a2.667 2.667 0 1 1-5.334 0V6A2.667 2.667 0 0 1 22 3.333z%27/%3E%3C/svg%3E");
  border: none;
  -webkit-clip-path: none;
  clip-path: none;
  content: "";
  height: clamp(1.125rem, 0.625rem + 1.1428571429vw, 1.625rem);
  left: clamp(0.5625rem, 0.0625rem + 1.1428571429vw, 1.0625rem);
  position: absolute;
  top: clamp(0.5625rem, 0.0625rem + 1.1428571429vw, 1.0625rem);
  transform-origin: center center;
  width: clamp(1.125rem, 0.625rem + 1.1428571429vw, 1.625rem);
}
.wp-block-northwood-blocks-northwood-hero__pause.is-style-pause
  .wp-block-button__link:after,
.wp-block-northwood-blocks-northwood-hero__pause.is-style-play
  .wp-block-button__link:after,
.wp-block-northwood-blocks-northwood-hero__play.is-style-pause
  .wp-block-button__link:after,
.wp-block-northwood-blocks-northwood-hero__play.is-style-play
  .wp-block-button__link:after {
  background-color: transparent;
  background-image: none;
  border: 3px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 100%;
  height: clamp(1.875rem, 0.375rem + 3.4285714286vw, 3.375rem);
  left: 0;
  top: 0;
  width: clamp(1.875rem, 0.375rem + 3.4285714286vw, 3.375rem);
}
.wp-block-northwood-blocks-northwood-hero__pause.is-style-pause
  .wp-block-button__link:hover,
.wp-block-northwood-blocks-northwood-hero__pause.is-style-play
  .wp-block-button__link:hover,
.wp-block-northwood-blocks-northwood-hero__play.is-style-pause
  .wp-block-button__link:hover,
.wp-block-northwood-blocks-northwood-hero__play.is-style-play
  .wp-block-button__link:hover {
  background-color: transparent;
  border: none;
}
.wp-block-northwood-blocks-northwood-hero__pause.is-style-pause
  .wp-block-button__link:hover:before,
.wp-block-northwood-blocks-northwood-hero__pause.is-style-play
  .wp-block-button__link:hover:before,
.wp-block-northwood-blocks-northwood-hero__play.is-style-pause
  .wp-block-button__link:hover:before,
.wp-block-northwood-blocks-northwood-hero__play.is-style-play
  .wp-block-button__link:hover:before {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: arrowRoll;
  height: clamp(1.125rem, 0.75rem + 0.8571428571vw, 1.5rem);
  left: clamp(0.5625rem, 0rem + 1.2857142857vw, 1.125rem);
  top: clamp(0.5625rem, 0rem + 1.2857142857vw, 1.125rem);
  transform-origin: center center;
  width: clamp(1.125rem, 0.75rem + 0.8571428571vw, 1.5rem);
}
.wp-block-northwood-blocks-northwood-hero__pause.is-style-pause
  .wp-block-button__link:hover:after,
.wp-block-northwood-blocks-northwood-hero__pause.is-style-play
  .wp-block-button__link:hover:after,
.wp-block-northwood-blocks-northwood-hero__play.is-style-pause
  .wp-block-button__link:hover:after,
.wp-block-northwood-blocks-northwood-hero__play.is-style-play
  .wp-block-button__link:hover:after {
  transform: scale(0.95);
  transform-origin: center center;
  transition: transform 0.3s;
}
@keyframes arrowRoll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  45% {
    opacity: 0;
    transform: translateY(10px);
  }
  55% {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wp-block-northwood-blocks-northwood-hero__pause.is-style-pause,
.wp-block-northwood-blocks-northwood-hero__play.is-style-pause {
  display: none;
}
.wp-block-northwood-blocks-northwood-hero__pause.is-style-pause.active,
.wp-block-northwood-blocks-northwood-hero__play.is-style-pause.active {
  display: block;
}
.wp-block-northwood-blocks-northwood-hero__pause.is-style-play,
.wp-block-northwood-blocks-northwood-hero__play.is-style-play {
  display: none;
}
.wp-block-northwood-blocks-northwood-hero__pause.is-style-play.active,
.wp-block-northwood-blocks-northwood-hero__play.is-style-play.active {
  display: block;
}
.wp-block-northwood-blocks-northwood-hero__pause.is-style-play
  .wp-block-button__link:before,
.wp-block-northwood-blocks-northwood-hero__play.is-style-play
  .wp-block-button__link:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-play%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%23fff%27 d=%27M8 28V4l19.2 12z%27/%3E%3C/svg%3E");
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-hero-wrapper {
  margin: 0;
  min-height: 100px;
  position: relative;
}
.wp-block-northwood-blocks-northwood-hero-wrapper {
  margin: 0;
  min-height: 100px;
  position: relative;
}
.northwood-icon {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}
.northwood-icon svg {
  height: 100%;
  width: 100%;
}
.northwood-icon .st0,
.northwood-icon svg {
  fill: currentColor;
  stroke: currentColor;
  color: inherit;
}
.northwood-icon * {
  stroke: currentColor;
  color: inherit;
}
.northwood-icon-content .wp-block-columns {
  margin-bottom: 72px !important;
}
.northwood-icon-content .wp-block-columns:last-child {
  margin-bottom: 0 !important;
}
.northwood-icon-content .wp-block-column {
  padding: 0 32px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-link-row__container {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.entry-content
  > .editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-link-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.editor-styles-wrapper .wp-block-button.is-style-link-row-item:first-child {
  border-top: 1px solid #ddd;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-button.is-style-link-row-item:first-child,
  .editor-styles-wrapper .wp-block-button.is-style-link-row-item:nth-child(2) {
    border-top: 1px solid #ddd;
  }
}
.editor-styles-wrapper
  .wp-block-button.is-style-link-row-item
  .wp-block-button__link {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
  color: var(--wp--preset--color--primary);
  display: flex;
  font-family: Gotham Narrow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  gap: 9px;
  height: auto;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  padding: 13px 38px 13px 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  width: auto;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-button.is-style-link-row-item
    .wp-block-button__link {
    font-size: 18px;
    line-height: 27px;
    padding: 18px 40px 18px 9px;
  }
}
.editor-styles-wrapper
  .wp-block-button.is-style-link-row-item
  .wp-block-button__link
  span {
  animation: none !important;
  transition: transform 0.3s;
}
.editor-styles-wrapper
  .wp-block-button.is-style-link-row-item
  .wp-block-button__link
  svg {
  margin-left: 9px;
}
.editor-styles-wrapper
  .wp-block-button.is-style-link-row-item
  .wp-block-button__link:focus,
.editor-styles-wrapper
  .wp-block-button.is-style-link-row-item
  .wp-block-button__link:hover {
  background-position: right 7px center;
  outline: none;
}
.editor-styles-wrapper
  .wp-block-button.is-style-link-row-item
  .wp-block-button__link:focus
  span,
.editor-styles-wrapper
  .wp-block-button.is-style-link-row-item
  .wp-block-button__link:hover
  span {
  transform: translateX(3px);
}
.editor-styles-wrapper
  .wp-block-button.is-style-link-row-item
  .wp-block-button__link:focus:before,
.editor-styles-wrapper
  .wp-block-button.is-style-link-row-item
  .wp-block-button__link:hover:before {
  transform: translateX(-3px) translateY(-50%);
}
.editor-styles-wrapper
  .wp-block-button.is-style-link-row-item
  .wp-block-button__link:focus:after,
.editor-styles-wrapper
  .wp-block-button.is-style-link-row-item
  .wp-block-button__link:hover:after {
  -webkit-clip-path: polygon(
    100% 100%,
    calc(100% - 12px) 100%,
    100% 0,
    100% 100%,
    0 100%,
    0 11px,
    100% 11px
  );
  clip-path: polygon(
    100% 100%,
    calc(100% - 12px) 100%,
    100% 0,
    100% 100%,
    0 100%,
    0 11px,
    100% 11px
  );
}
.editor-styles-wrapper
  .wp-block-button.is-style-link-row-item
  .wp-block-button__link:before {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27 xmlns:v=%27https://vecta.io/nano%27%3E%3Cpath fill=%27%230076BB%27 d=%27M19.101 9.303a1 1 0 0 1 1.414-.021l6.253 6.079.027.032.009.014.009.01.023.038.027.041.005.01.011.019.01.016.013.03.02.04.008.024.008.019.007.017.005.023.015.041.005.023.006.02.004.021.004.023.008.043.002.029.003.022v.019l.001.024.003.041-.003.04.001.015-.003.009v.021l-.004.021-.001.03-.008.042-.001.016-.003.006-.004.023-.006.019-.005.024-.015.04-.005.024-.007.016-.008.019-.008.025-.02.039-.013.032-.01.015-.011.019-.032.051-.023.039-.009.009-.009.015-.05.056-.028.034-.007.005-6.196 6.016a1 1 0 0 1-1.393-1.435l4.411-4.284-17.533.001a1 1 0 0 1-.991-.864l-.009-.136a1 1 0 0 1 1-1l17.532-.001-4.41-4.281a1 1 0 0 1-.116-1.3l.095-.114z%27/%3E%3C/svg%3E");
  background-position: right 4px center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-clip-path: none;
  clip-path: none;
  content: "";
  height: 24px !important;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
  width: 24px !important;
}
.editor-styles-wrapper
  .wp-block-button.is-style-link-row-item
  .wp-block-button__link:after {
  background-color: var(--wp--preset--color--secondary);
  bottom: -1px;
  -webkit-clip-path: polygon(
    0 100%,
    calc(100% - 12px) 100%,
    100% 0,
    100% 100%,
    0 100%,
    0 11px,
    0 11px
  );
  clip-path: polygon(
    0 100%,
    calc(100% - 12px) 100%,
    100% 0,
    100% 100%,
    0 100%,
    0 11px,
    0 11px
  );
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  top: auto;
  transition: -webkit-clip-path 0.3s;
  transition: clip-path 0.3s;
  transition: clip-path 0.3s, -webkit-clip-path 0.3s;
  width: 100%;
  z-index: 2;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-link-row
  .block-editor-inner-blocks,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-link-row
  .block-editor-inner-blocks
  div.block-editor-block-list__layout {
  display: contents;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-link-row__container {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.entry-content > .wp-block-northwood-blocks-northwood-link-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.wp-block-button.is-style-link-row-item:first-child {
  border-top: 1px solid #ddd;
}
@media (min-width: 800px) {
  .wp-block-button.is-style-link-row-item:first-child,
  .wp-block-button.is-style-link-row-item:nth-child(2) {
    border-top: 1px solid #ddd;
  }
}
.wp-block-button.is-style-link-row-item .wp-block-button__link {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
  color: var(--wp--preset--color--primary);
  display: flex;
  font-family: Gotham Narrow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  gap: 9px;
  height: auto;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  padding: 13px 38px 13px 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  width: auto;
}
@media (min-width: 800px) {
  .wp-block-button.is-style-link-row-item .wp-block-button__link {
    font-size: 18px;
    line-height: 27px;
    padding: 18px 40px 18px 9px;
  }
}
.wp-block-button.is-style-link-row-item .wp-block-button__link span {
  animation: none !important;
  transition: transform 0.3s;
}
.wp-block-button.is-style-link-row-item .wp-block-button__link svg {
  margin-left: 9px;
}
.wp-block-button.is-style-link-row-item .wp-block-button__link:focus,
.wp-block-button.is-style-link-row-item .wp-block-button__link:hover {
  background-position: right 7px center;
  outline: none;
}
.wp-block-button.is-style-link-row-item .wp-block-button__link:focus span,
.wp-block-button.is-style-link-row-item .wp-block-button__link:hover span {
  transform: translateX(3px);
}
.wp-block-button.is-style-link-row-item .wp-block-button__link:focus:before,
.wp-block-button.is-style-link-row-item .wp-block-button__link:hover:before {
  transform: translateX(-3px) translateY(-50%);
}
.wp-block-button.is-style-link-row-item .wp-block-button__link:focus:after,
.wp-block-button.is-style-link-row-item .wp-block-button__link:hover:after {
  -webkit-clip-path: polygon(
    100% 100%,
    calc(100% - 12px) 100%,
    100% 0,
    100% 100%,
    0 100%,
    0 11px,
    100% 11px
  );
  clip-path: polygon(
    100% 100%,
    calc(100% - 12px) 100%,
    100% 0,
    100% 100%,
    0 100%,
    0 11px,
    100% 11px
  );
}
.wp-block-button.is-style-link-row-item .wp-block-button__link:before {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27 xmlns:v=%27https://vecta.io/nano%27%3E%3Cpath fill=%27%230076BB%27 d=%27M19.101 9.303a1 1 0 0 1 1.414-.021l6.253 6.079.027.032.009.014.009.01.023.038.027.041.005.01.011.019.01.016.013.03.02.04.008.024.008.019.007.017.005.023.015.041.005.023.006.02.004.021.004.023.008.043.002.029.003.022v.019l.001.024.003.041-.003.04.001.015-.003.009v.021l-.004.021-.001.03-.008.042-.001.016-.003.006-.004.023-.006.019-.005.024-.015.04-.005.024-.007.016-.008.019-.008.025-.02.039-.013.032-.01.015-.011.019-.032.051-.023.039-.009.009-.009.015-.05.056-.028.034-.007.005-6.196 6.016a1 1 0 0 1-1.393-1.435l4.411-4.284-17.533.001a1 1 0 0 1-.991-.864l-.009-.136a1 1 0 0 1 1-1l17.532-.001-4.41-4.281a1 1 0 0 1-.116-1.3l.095-.114z%27/%3E%3C/svg%3E");
  background-position: right 4px center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-clip-path: none;
  clip-path: none;
  content: "";
  height: 24px !important;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
  width: 24px !important;
}
.wp-block-button.is-style-link-row-item .wp-block-button__link:after {
  background-color: var(--wp--preset--color--secondary);
  bottom: -1px;
  -webkit-clip-path: polygon(
    0 100%,
    calc(100% - 12px) 100%,
    100% 0,
    100% 100%,
    0 100%,
    0 11px,
    0 11px
  );
  clip-path: polygon(
    0 100%,
    calc(100% - 12px) 100%,
    100% 0,
    100% 100%,
    0 100%,
    0 11px,
    0 11px
  );
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  top: auto;
  transition: -webkit-clip-path 0.3s;
  transition: clip-path 0.3s;
  transition: clip-path 0.3s, -webkit-clip-path 0.3s;
  width: 100%;
  z-index: 2;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-main-menu {
  display: none;
  grid-column: 2;
  grid-row: 3;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-main-menu {
    display: flex;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu {
  display: none;
}
@media (min-width: 1281px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    padding: 0 !important;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item {
    align-items: center;
    display: flex;
    flex-direction: row;
    line-height: 18px;
    list-style: none;
    margin-right: 30px;
    position: relative;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.active {
    background-color: var(--wp--preset--color--primary);
    border-top: 1px solid var(--wp--preset--color--secondary) !important;
    color: var(--wp--preset--color--white);
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item:last-child {
    margin-right: 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item
    > a {
    color: var(--wp--preset--color--white) !important;
    font-family: Gotham Narrow, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 18px;
    text-decoration: none !important;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.bold
    > a {
    font-family: GothamPro, sans-serif;
    font-weight: 900;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item
    > .icon {
    display: none;
    height: 20px !important;
    width: 20px !important;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item
    > .icon
    path {
    fill: var(--wp--preset--color--white);
    opacity: 0.3;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.divider {
    padding-left: 18px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.divider:before {
    background-color: transparent;
    border-left: 1px solid var(--wp--preset--color--white);
    content: "";
    height: 18px;
    left: -12px;
    position: absolute;
    top: 24px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children {
    margin-left: 12px;
    padding-left: 18px;
    width: 197px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children
    > .icon-chev-down {
    display: block;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children.active
    > .icon-chev-down {
    display: none;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children.active
    > .icon-chev-up {
    display: block;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children
    .sub-menu {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    display: none;
    flex-direction: column;
    left: 0;
    max-width: 197px;
    min-width: 197px;
    padding: 18px;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    z-index: 1;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children
    .sub-menu.active {
    display: flex;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item {
    margin: 9px 0 0;
    padding: 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item
    a {
    color: var(--wp--preset--color--white) !important;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item
    a:focus {
    outline: 1px solid var(--wp--preset--color--white);
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item:first-child {
    padding-top: 0;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-main-menu {
  cursor: pointer !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-main-menu
  .components-placeholder {
  max-width: 400px;
}
.wp-block-northwood-blocks-northwood-main-menu {
  display: none;
  grid-column: 2;
  grid-row: 3;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-main-menu {
    display: flex;
  }
}
.wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu {
  display: none;
}
@media (min-width: 1281px) {
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    padding: 0 !important;
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu .menu-item {
    align-items: center;
    display: flex;
    flex-direction: row;
    line-height: 18px;
    list-style: none;
    margin-right: 30px;
    position: relative;
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.active {
    background-color: var(--wp--preset--color--primary);
    border-top: 1px solid var(--wp--preset--color--secondary) !important;
    color: var(--wp--preset--color--white);
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item:last-child {
    margin-right: 0;
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item
    > a {
    color: var(--wp--preset--color--white) !important;
    font-family: Gotham Narrow, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 18px;
    text-decoration: none !important;
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.bold
    > a {
    font-family: GothamPro, sans-serif;
    font-weight: 900;
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item
    > .icon {
    display: none;
    height: 20px !important;
    width: 20px !important;
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item
    > .icon
    path {
    fill: var(--wp--preset--color--white);
    opacity: 0.3;
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.divider {
    padding-left: 18px;
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.divider:before {
    background-color: transparent;
    border-left: 1px solid var(--wp--preset--color--white);
    content: "";
    height: 18px;
    left: -12px;
    position: absolute;
    top: 24px;
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children {
    margin-left: 12px;
    padding-left: 18px;
    width: 197px;
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children
    > .icon-chev-down {
    display: block;
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children.active
    > .icon-chev-down {
    display: none;
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children.active
    > .icon-chev-up {
    display: block;
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children
    .sub-menu {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    display: none;
    flex-direction: column;
    left: 0;
    max-width: 197px;
    min-width: 197px;
    padding: 18px;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    z-index: 1;
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children
    .sub-menu.active {
    display: flex;
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item {
    margin: 9px 0 0;
    padding: 0;
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item
    a {
    color: var(--wp--preset--color--white) !important;
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item
    a:focus {
    outline: 1px solid var(--wp--preset--color--white);
  }
  .wp-block-northwood-blocks-northwood-main-menu__desktop-main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item:first-child {
    padding-top: 0;
  }
}
.editor-styles-wrapper body.megamenu-open {
  overflow-y: hidden;
}
.editor-styles-wrapper .northwood-megamenu {
  background-color: var(--wp--preset--color--foreground);
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  overscroll-behavior: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: z-index 0.35s step-end, opacity 0.35s;
  width: 100%;
  z-index: -1;
}
.editor-styles-wrapper .northwood-megamenu.active {
  opacity: 1;
  pointer-events: auto;
  transition: z-index 0.35s step-start, opacity 0.35s;
  z-index: 10;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu {
    flex-direction: row;
  }
}
.editor-styles-wrapper body.admin-bar .northwood-megamenu {
  margin-top: var(--wpadmin-bar--height);
}
.editor-styles-wrapper .northwood-megamenu-close {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--wp--preset--color--white);
  border: 3px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 48px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 48px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-close {
    display: flex;
    height: 60px;
    right: 30px;
    top: 45px;
    width: 60px;
  }
}
.editor-styles-wrapper .northwood-megamenu-close svg {
  height: 26px;
  width: 26px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-close svg {
    height: 32px;
    width: 32px;
  }
}
.editor-styles-wrapper .northwood-megamenu-close svg path {
  fill: var(--wp--preset--color--foreground);
}
.editor-styles-wrapper .northwood-megamenu-close-mobile {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--wp--preset--color--white);
  border: 3px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-close-mobile {
    display: none;
  }
}
.editor-styles-wrapper .northwood-megamenu-close-mobile svg {
  height: 26px;
  width: 26px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-close-mobile svg {
    height: 32px;
    width: 32px;
  }
}
.editor-styles-wrapper .northwood-megamenu-close-mobile svg path {
  fill: var(--wp--preset--color--foreground);
}
.editor-styles-wrapper .northwood-megamenu-sidebar {
  background-color: var(--wp--preset--color--foreground);
  border-top: 3px solid var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--white);
  padding: 18px 18px 100px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-sidebar {
    border-top: 0;
    flex-basis: 420px;
    padding: 50px 60px;
  }
}
.editor-styles-wrapper .northwood-megamenu-logo-desktop {
  display: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-logo-desktop {
    display: block;
  }
}
.editor-styles-wrapper .northwood-megamenu-logo-desktop-link {
  text-decoration: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-logo-desktop img {
    height: auto;
    width: 280px;
  }
  .editor-styles-wrapper .northwood-megamenu-utility-menu {
    margin-top: 34px;
  }
}
.editor-styles-wrapper .northwood-megamenu-utility-menu-button {
  border: 2px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 22.5px;
  display: flex;
  justify-content: center;
  margin-top: 12px;
  padding: 8px 0;
}
.editor-styles-wrapper .northwood-megamenu-utility-button:first-child {
  margin-top: 0;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-utility-menu-button {
    border: none;
    justify-content: flex-start;
    padding: 0;
  }
}
.editor-styles-wrapper .northwood-megamenu-utility-menu-button a {
  align-items: center;
  color: var(--wp--preset--color--white);
  display: flex;
  flex-direction: row;
  font-family: Gotham Narrow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 24px;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-utility-menu-button a {
    font-size: 21px;
    line-height: 33px;
  }
  .editor-styles-wrapper .northwood-megamenu-utility-menu-button:hover a {
    background-size: 0;
  }
  .editor-styles-wrapper .northwood-megamenu-utility-menu-button:hover a svg {
    -ms-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -webkit-animation-name: wiggle;
    -ms-animation-name: wiggle;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    transition: all 0.175s;
    -webkit-transition: all 0.175s;
    -moz-transition: all 0.175s;
  }
  @keyframes wiggle {
    0% {
      transform: rotate(5deg);
    }
    25% {
      transform: rotate(-5deg);
    }
    50% {
      transform: rotate(10deg);
    }
    75% {
      transform: rotate(-2.5deg);
    }
    to {
      transform: rotate(0deg);
    }
  }
}
.editor-styles-wrapper .northwood-megamenu-utility-menu .icon-apply-dark,
.editor-styles-wrapper .northwood-megamenu-utility-menu .icon-give-dark,
.editor-styles-wrapper .northwood-megamenu-utility-menu .icon-request-dark,
.editor-styles-wrapper .northwood-megamenu-utility-menu .icon-visit-dark {
  height: 24px;
  margin-right: 6px;
  width: 24px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-utility-menu .icon-apply-dark,
  .editor-styles-wrapper .northwood-megamenu-utility-menu .icon-give-dark,
  .editor-styles-wrapper .northwood-megamenu-utility-menu .icon-request-dark,
  .editor-styles-wrapper .northwood-megamenu-utility-menu .icon-visit-dark {
    border: 2px solid hsla(0, 0%, 100%, 0.3);
    border-radius: 50%;
    height: 45px;
    margin-right: 12px;
    padding: 9px;
    width: 45px;
  }
  .editor-styles-wrapper .northwood-megamenu-utility-menu .icon-apply-dark {
    padding-left: 8px;
    padding-right: 10px;
  }
}
.editor-styles-wrapper .northwood-megamenu-utility-menu .icon-visit-dark {
  height: 28px;
  width: 28px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-utility-menu .icon-visit-dark {
    height: 45px;
    padding: 9px;
    width: 45px;
  }
}
.editor-styles-wrapper .northwood-megamenu-utility-menu .icon-give-dark {
  height: 28px;
  width: 28px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-utility-menu .icon-give-dark {
    height: 45px;
    padding: 9px;
    width: 45px;
  }
}
.editor-styles-wrapper .northwood-megamenu-utility-menu .icon-request-dark {
  height: 28px;
  width: 28px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-utility-menu .icon-request-dark {
    height: 45px;
    padding: 9px;
    width: 45px;
  }
}
.editor-styles-wrapper .northwood-megamenu-info-for-heading {
  color: var(--wp--preset--color--secondary);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 21px;
  margin-top: 30px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-info-for-heading {
    margin-top: 60px;
  }
}
.editor-styles-wrapper .northwood-megamenu-info-for-menu {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 12px 0 0;
  padding: 0;
  row-gap: 12px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-info-for-menu {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 18px 0 0;
  }
}
.editor-styles-wrapper .northwood-megamenu-info-for-menu .menu-item {
  align-items: center;
  display: flex;
  list-style: none;
  padding: 0;
}
.editor-styles-wrapper .northwood-megamenu-info-for-menu .menu-item a {
  color: var(--wp--preset--color--white);
  font-family: Gotham Narrow, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 21px;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-info-for-menu .menu-item a {
    font-size: 16px;
    line-height: 24px;
  }
}
.editor-styles-wrapper .northwood-megamenu-main {
  background-color: var(--wp--preset--color--white);
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-main {
    flex-basis: calc(100% - 420px);
  }
}
.editor-styles-wrapper .northwood-megamenu-main-row {
  background-color: var(--wp--preset--color--white);
  padding: 15px 18px 18px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-main-row {
    border-left: 5px solid var(--wp--preset--color--tertiary);
    padding: 30px 150px 60px 90px;
  }
}
.editor-styles-wrapper .northwood-megamenu-logo-mobile {
  position: relative;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-logo-mobile {
    display: none;
  }
}
.editor-styles-wrapper .northwood-megamenu-logo-mobile-link {
  text-decoration: none;
}
.editor-styles-wrapper .northwood-megamenu-logo-mobile img {
  height: auto;
  width: 200px;
}
.editor-styles-wrapper .northwood-megamenu-search {
  align-items: center;
  display: flex;
  margin-top: 14px;
  position: relative;
  width: 100%;
}
.editor-styles-wrapper .northwood-megamenu-search-form {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-search-form {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.editor-styles-wrapper .northwood-megamenu-search-input {
  --webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: var(--wp--preset--color--foreground);
  font-family: Gotham Narrow, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  letter-spacing: -0.2px;
  line-height: 24px;
  opacity: 0.6;
  padding: 18px 58px 18px 18px;
  width: 100%;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-search-input {
    font-size: 24px;
    font-weight: 500;
    height: 90px;
    letter-spacing: -0.2px;
    line-height: 36px;
    padding: 28px 60px 28px 30px;
  }
}
.editor-styles-wrapper .northwood-megamenu-search svg {
  height: 24px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-search svg {
    height: 30px;
    width: 30px;
  }
}
.editor-styles-wrapper .northwood-megamenu-menu {
  margin: 18px 0 0;
  padding: 0;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-menu {
    margin: 60px 0 0;
  }
}
.editor-styles-wrapper .northwood-megamenu-menu > .menu-item {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  padding: 12px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-menu > .menu-item {
    padding: 30px 0 12px;
  }
}
.editor-styles-wrapper .northwood-megamenu-menu > .menu-item:first-child {
  padding-top: 0;
}
.editor-styles-wrapper .northwood-megamenu-menu-link {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-menu-link {
    margin-bottom: 18px;
  }
}
.editor-styles-wrapper
  .northwood-megamenu-menu
  > .menu-item
  > div
  > .icon-minus,
.editor-styles-wrapper
  .northwood-megamenu-menu
  > .menu-item
  > div
  > .icon-plus {
  background-color: var(--wp--preset--color--secondary);
  border: 3px solid var(--wp--preset--color--secondary);
  border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 42px;
  min-height: 42px;
  min-width: 42px;
  padding: 2px;
  width: 42px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .northwood-megamenu-menu
    > .menu-item
    > div
    > .icon-minus,
  .editor-styles-wrapper
    .northwood-megamenu-menu
    > .menu-item
    > div
    > .icon-plus {
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    padding: 12px;
    width: 60px;
  }
}
.editor-styles-wrapper
  .northwood-megamenu-menu
  > .menu-item
  > div
  > .icon-plus {
  margin-left: auto;
}
.editor-styles-wrapper
  .northwood-megamenu-menu
  > .menu-item
  > div
  > .icon-arrow-right {
  display: none;
  margin-left: 3px;
  width: 24px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .northwood-megamenu-menu
    > .menu-item
    > div
    > .icon-arrow-right {
    margin-left: 8px;
  }
}
.editor-styles-wrapper
  .northwood-megamenu-menu
  > .menu-item.menu-item-has-children
  > div
  > .icon-plus {
  display: block;
}
.editor-styles-wrapper
  .northwood-megamenu-menu
  > .menu-item.menu-item-has-children.active
  > div
  > .icon-minus {
  background-color: var(--wp--preset--color--white);
  display: block;
  margin-left: auto;
}
.editor-styles-wrapper
  .northwood-megamenu-menu
  > .menu-item.menu-item-has-children.active
  > div
  > .icon-minus
  path {
  fill: var(--wp--preset--color--foreground);
}
.editor-styles-wrapper
  .northwood-megamenu-menu
  > .menu-item.menu-item-has-children.active
  > div
  > .icon-plus {
  display: none;
}
.editor-styles-wrapper
  .northwood-megamenu-menu
  > .menu-item.menu-item-has-children.active
  > div
  > .icon-arrow-right {
  display: block;
}
.editor-styles-wrapper
  .northwood-megamenu-menu
  > .menu-item
  > div
  > .icon-minus
  path,
.editor-styles-wrapper
  .northwood-megamenu-menu
  > .menu-item
  > div
  > .icon-plus
  path {
  fill: var(--wp--preset--color--white);
}
.editor-styles-wrapper .northwood-megamenu-menu > .menu-item > div > a {
  background-image: linear-gradient(
    to bottom,
    var(--wp--preset--color--tertiary),
    var(--wp--preset--color--tertiary)
  );
  background-size: 0 2px;
  border-bottom: 2px solid transparent;
  color: var(--wp--preset--color--foreground);
  display: inline-block;
  font-family: Gotham Narrow Ultra, sans-serif;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.1px;
  line-height: 30px;
  text-decoration: none;
}
.editor-styles-wrapper .northwood-megamenu-menu > .menu-item > div > a:hover {
  background-size: 100% 2px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-menu > .menu-item > div > a {
    background-size: 0 4px;
    border-bottom: 4px solid transparent;
    font-size: 48px;
    letter-spacing: -0.2px;
    line-height: 54px;
  }
  .editor-styles-wrapper .northwood-megamenu-menu > .menu-item > div > a:hover {
    background-size: 100% 4px;
  }
}
.editor-styles-wrapper
  .northwood-megamenu-menu
  > .menu-item.menu-item-has-children.active
  > div
  > a {
  color: var(--wp--preset--color--primary);
}
.editor-styles-wrapper .northwood-megamenu-menu > .menu-item .sub-menu {
  border-left: 1px solid #ddd;
  display: block;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 0 0 18px;
  transition: max-height 0.3s, margin-bottom 0.3s;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-menu > .menu-item .sub-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 0 31px;
  }
}
.editor-styles-wrapper .northwood-megamenu-menu > .menu-item .menu-item {
  height: 24px;
  list-style: none;
  margin-bottom: 6px;
  margin-top: 6px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-menu > .menu-item .menu-item {
    flex-basis: calc(50% - 15px);
  }
}
.editor-styles-wrapper
  .northwood-megamenu-menu
  > .menu-item
  .menu-item
  .icon-arrow-right,
.editor-styles-wrapper
  .northwood-megamenu-menu
  > .menu-item
  .menu-item
  .icon-minus,
.editor-styles-wrapper
  .northwood-megamenu-menu
  > .menu-item
  .menu-item
  .icon-plus {
  display: none;
}
.editor-styles-wrapper .northwood-megamenu-menu > .menu-item .menu-item a {
  color: var(--wp--preset--color--primary);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
}
.editor-styles-wrapper
  .northwood-megamenu-menu
  > .sub-menu
  > .menu-item
  > .sub-menu {
  display: none;
}
.editor-styles-wrapper .northwood-megamenu-quicklinks-menu {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0 0;
  padding: 0;
  row-gap: 12px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-quicklinks-menu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 30px;
  }
}
.editor-styles-wrapper .northwood-megamenu-quicklinks-menu .menu-item {
  align-items: center;
  display: flex;
  list-style: none;
  padding: 0;
}
.editor-styles-wrapper .northwood-megamenu-quicklinks-menu .menu-item a {
  color: var(--wp--preset--color--foreground);
  font-family: Gotham Narrow, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 21px;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-megamenu-quicklinks-menu .menu-item a {
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 30px;
  }
}
body.megamenu-open {
  overflow-y: hidden;
}
.northwood-megamenu {
  background-color: var(--wp--preset--color--foreground);
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  overscroll-behavior: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: z-index 0.35s step-end, opacity 0.35s;
  width: 100%;
  z-index: -1;
}
.northwood-megamenu.active {
  opacity: 1;
  pointer-events: auto;
  transition: z-index 0.35s step-start, opacity 0.35s;
  z-index: 10;
}
@media (min-width: 1100px) {
  .northwood-megamenu {
    flex-direction: row;
  }
}
body.admin-bar .northwood-megamenu {
  margin-top: var(--wpadmin-bar--height);
}
.northwood-megamenu-close {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--wp--preset--color--white);
  border: 3px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 48px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 48px;
}
@media (min-width: 1100px) {
  .northwood-megamenu-close {
    display: flex;
    height: 60px;
    right: 30px;
    top: 45px;
    width: 60px;
  }
}
.northwood-megamenu-close svg {
  height: 26px;
  width: 26px;
}
@media (min-width: 1100px) {
  .northwood-megamenu-close svg {
    height: 32px;
    width: 32px;
  }
}
.northwood-megamenu-close svg path {
  fill: var(--wp--preset--color--foreground);
}
.northwood-megamenu-close-mobile {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--wp--preset--color--white);
  border: 3px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}
@media (min-width: 1100px) {
  .northwood-megamenu-close-mobile {
    display: none;
  }
}
.northwood-megamenu-close-mobile svg {
  height: 26px;
  width: 26px;
}
@media (min-width: 1100px) {
  .northwood-megamenu-close-mobile svg {
    height: 32px;
    width: 32px;
  }
}
.northwood-megamenu-close-mobile svg path {
  fill: var(--wp--preset--color--foreground);
}
.northwood-megamenu-sidebar {
  background-color: var(--wp--preset--color--foreground);
  border-top: 3px solid var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--white);
  padding: 18px 18px 100px;
}
@media (min-width: 1100px) {
  .northwood-megamenu-sidebar {
    border-top: 0;
    flex-basis: 420px;
    padding: 50px 60px;
  }
}
.northwood-megamenu-logo-desktop {
  display: none;
}
@media (min-width: 1100px) {
  .northwood-megamenu-logo-desktop {
    display: block;
  }
}
.northwood-megamenu-logo-desktop-link {
  text-decoration: none;
}
@media (min-width: 1100px) {
  .northwood-megamenu-logo-desktop img {
    height: auto;
    width: 280px;
  }
  .northwood-megamenu-utility-menu {
    margin-top: 34px;
  }
}
.northwood-megamenu-utility-menu-button {
  border: 2px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 22.5px;
  display: flex;
  justify-content: center;
  margin-top: 12px;
  padding: 8px 0;
}
.northwood-megamenu-utility-button:first-child {
  margin-top: 0;
}
@media (min-width: 1100px) {
  .northwood-megamenu-utility-menu-button {
    border: none;
    justify-content: flex-start;
    padding: 0;
  }
}
.northwood-megamenu-utility-menu-button a {
  align-items: center;
  color: var(--wp--preset--color--white);
  display: flex;
  flex-direction: row;
  font-family: Gotham Narrow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 24px;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .northwood-megamenu-utility-menu-button a {
    font-size: 21px;
    line-height: 33px;
  }
  .northwood-megamenu-utility-menu-button:hover a {
    background-size: 0;
  }
  .northwood-megamenu-utility-menu-button:hover a svg {
    -ms-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -webkit-animation-name: wiggle;
    -ms-animation-name: wiggle;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    transition: all 0.175s;
    -webkit-transition: all 0.175s;
    -moz-transition: all 0.175s;
  }
  @keyframes wiggle {
    0% {
      transform: rotate(5deg);
    }
    25% {
      transform: rotate(-5deg);
    }
    50% {
      transform: rotate(10deg);
    }
    75% {
      transform: rotate(-2.5deg);
    }
    to {
      transform: rotate(0deg);
    }
  }
}
.northwood-megamenu-utility-menu .icon-apply-dark,
.northwood-megamenu-utility-menu .icon-give-dark,
.northwood-megamenu-utility-menu .icon-request-dark,
.northwood-megamenu-utility-menu .icon-visit-dark {
  height: 24px;
  margin-right: 6px;
  width: 24px;
}
@media (min-width: 1100px) {
  .northwood-megamenu-utility-menu .icon-apply-dark,
  .northwood-megamenu-utility-menu .icon-give-dark,
  .northwood-megamenu-utility-menu .icon-request-dark,
  .northwood-megamenu-utility-menu .icon-visit-dark {
    border: 2px solid hsla(0, 0%, 100%, 0.3);
    border-radius: 50%;
    height: 45px;
    margin-right: 12px;
    padding: 9px;
    width: 45px;
  }
  .northwood-megamenu-utility-menu .icon-apply-dark {
    padding-left: 8px;
    padding-right: 10px;
  }
}
.northwood-megamenu-utility-menu .icon-visit-dark {
  height: 28px;
  width: 28px;
}
@media (min-width: 1100px) {
  .northwood-megamenu-utility-menu .icon-visit-dark {
    height: 45px;
    padding: 9px;
    width: 45px;
  }
}
.northwood-megamenu-utility-menu .icon-give-dark {
  height: 28px;
  width: 28px;
}
@media (min-width: 1100px) {
  .northwood-megamenu-utility-menu .icon-give-dark {
    height: 45px;
    padding: 9px;
    width: 45px;
  }
}
.northwood-megamenu-utility-menu .icon-request-dark {
  height: 28px;
  width: 28px;
}
@media (min-width: 1100px) {
  .northwood-megamenu-utility-menu .icon-request-dark {
    height: 45px;
    padding: 9px;
    width: 45px;
  }
}
.northwood-megamenu-info-for-heading {
  color: var(--wp--preset--color--secondary);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 21px;
  margin-top: 30px;
}
@media (min-width: 1100px) {
  .northwood-megamenu-info-for-heading {
    margin-top: 60px;
  }
}
.northwood-megamenu-info-for-menu {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 12px 0 0;
  padding: 0;
  row-gap: 12px;
}
@media (min-width: 1100px) {
  .northwood-megamenu-info-for-menu {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 18px 0 0;
  }
}
.northwood-megamenu-info-for-menu .menu-item {
  align-items: center;
  display: flex;
  list-style: none;
  padding: 0;
}
.northwood-megamenu-info-for-menu .menu-item a {
  color: var(--wp--preset--color--white);
  font-family: Gotham Narrow, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 21px;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .northwood-megamenu-info-for-menu .menu-item a {
    font-size: 16px;
    line-height: 24px;
  }
}
.northwood-megamenu-main {
  background-color: var(--wp--preset--color--white);
}
@media (min-width: 1100px) {
  .northwood-megamenu-main {
    flex-basis: calc(100% - 420px);
  }
}
.northwood-megamenu-main-row {
  background-color: var(--wp--preset--color--white);
  padding: 15px 18px 18px;
}
@media (min-width: 1100px) {
  .northwood-megamenu-main-row {
    border-left: 5px solid var(--wp--preset--color--tertiary);
    padding: 30px 150px 60px 90px;
  }
}
.northwood-megamenu-logo-mobile {
  position: relative;
}
@media (min-width: 1100px) {
  .northwood-megamenu-logo-mobile {
    display: none;
  }
}
.northwood-megamenu-logo-mobile-link {
  text-decoration: none;
}
.northwood-megamenu-logo-mobile img {
  height: auto;
  width: 200px;
}
.northwood-megamenu-search {
  align-items: center;
  display: flex;
  margin-top: 14px;
  position: relative;
  width: 100%;
}
.northwood-megamenu-search-form {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
@media (min-width: 1100px) {
  .northwood-megamenu-search-form {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.northwood-megamenu-search-input {
  --webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: var(--wp--preset--color--foreground);
  font-family: Gotham Narrow, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  letter-spacing: -0.2px;
  line-height: 24px;
  opacity: 0.6;
  padding: 18px 58px 18px 18px;
  width: 100%;
}
@media (min-width: 1100px) {
  .northwood-megamenu-search-input {
    font-size: 24px;
    font-weight: 500;
    height: 90px;
    letter-spacing: -0.2px;
    line-height: 36px;
    padding: 28px 60px 28px 30px;
  }
}
.northwood-megamenu-search svg {
  height: 24px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
@media (min-width: 1100px) {
  .northwood-megamenu-search svg {
    height: 30px;
    width: 30px;
  }
}
.northwood-megamenu-menu {
  margin: 18px 0 0;
  padding: 0;
}
@media (min-width: 1100px) {
  .northwood-megamenu-menu {
    margin: 60px 0 0;
  }
}
.northwood-megamenu-menu > .menu-item {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  padding: 12px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 1100px) {
  .northwood-megamenu-menu > .menu-item {
    padding: 30px 0 12px;
  }
}
.northwood-megamenu-menu > .menu-item:first-child {
  padding-top: 0;
}
.northwood-megamenu-menu-link {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
@media (min-width: 1100px) {
  .northwood-megamenu-menu-link {
    margin-bottom: 18px;
  }
}
.northwood-megamenu-menu > .menu-item > div > .icon-minus,
.northwood-megamenu-menu > .menu-item > div > .icon-plus {
  background-color: var(--wp--preset--color--secondary);
  border: 3px solid var(--wp--preset--color--secondary);
  border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 42px;
  min-height: 42px;
  min-width: 42px;
  padding: 2px;
  width: 42px;
}
@media (min-width: 1100px) {
  .northwood-megamenu-menu > .menu-item > div > .icon-minus,
  .northwood-megamenu-menu > .menu-item > div > .icon-plus {
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    padding: 12px;
    width: 60px;
  }
}
.northwood-megamenu-menu > .menu-item > div > .icon-plus {
  margin-left: auto;
}
.northwood-megamenu-menu > .menu-item > div > .icon-arrow-right {
  display: none;
  margin-left: 3px;
  width: 24px;
}
@media (min-width: 1100px) {
  .northwood-megamenu-menu > .menu-item > div > .icon-arrow-right {
    margin-left: 8px;
  }
}
.northwood-megamenu-menu
  > .menu-item.menu-item-has-children
  > div
  > .icon-plus {
  display: block;
}
.northwood-megamenu-menu
  > .menu-item.menu-item-has-children.active
  > div
  > .icon-minus {
  background-color: var(--wp--preset--color--white);
  display: block;
  margin-left: auto;
}
.northwood-megamenu-menu
  > .menu-item.menu-item-has-children.active
  > div
  > .icon-minus
  path {
  fill: var(--wp--preset--color--foreground);
}
.northwood-megamenu-menu
  > .menu-item.menu-item-has-children.active
  > div
  > .icon-plus {
  display: none;
}
.northwood-megamenu-menu
  > .menu-item.menu-item-has-children.active
  > div
  > .icon-arrow-right {
  display: block;
}
.northwood-megamenu-menu > .menu-item > div > .icon-minus path,
.northwood-megamenu-menu > .menu-item > div > .icon-plus path {
  fill: var(--wp--preset--color--white);
}
.northwood-megamenu-menu > .menu-item > div > a {
  background-image: linear-gradient(
    to bottom,
    var(--wp--preset--color--tertiary),
    var(--wp--preset--color--tertiary)
  );
  background-size: 0 2px;
  border-bottom: 2px solid transparent;
  color: var(--wp--preset--color--foreground);
  display: inline-block;
  font-family: Gotham Narrow Ultra, sans-serif;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.1px;
  line-height: 30px;
  text-decoration: none;
}
.northwood-megamenu-menu > .menu-item > div > a:hover {
  background-size: 100% 2px;
}
@media (min-width: 1100px) {
  .northwood-megamenu-menu > .menu-item > div > a {
    background-size: 0 4px;
    border-bottom: 4px solid transparent;
    font-size: 48px;
    letter-spacing: -0.2px;
    line-height: 54px;
  }
  .northwood-megamenu-menu > .menu-item > div > a:hover {
    background-size: 100% 4px;
  }
}
.northwood-megamenu-menu > .menu-item.menu-item-has-children.active > div > a {
  color: var(--wp--preset--color--primary);
}
.northwood-megamenu-menu > .menu-item .sub-menu {
  border-left: 1px solid #ddd;
  display: block;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 0 0 18px;
  transition: max-height 0.3s, margin-bottom 0.3s;
}
@media (min-width: 1100px) {
  .northwood-megamenu-menu > .menu-item .sub-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 0 31px;
  }
}
.northwood-megamenu-menu > .menu-item .menu-item {
  height: 24px;
  list-style: none;
  margin-bottom: 6px;
  margin-top: 6px;
}
@media (min-width: 1100px) {
  .northwood-megamenu-menu > .menu-item .menu-item {
    flex-basis: calc(50% - 15px);
  }
}
.northwood-megamenu-menu > .menu-item .menu-item .icon-arrow-right,
.northwood-megamenu-menu > .menu-item .menu-item .icon-minus,
.northwood-megamenu-menu > .menu-item .menu-item .icon-plus {
  display: none;
}
.northwood-megamenu-menu > .menu-item .menu-item a {
  color: var(--wp--preset--color--primary);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
}
.northwood-megamenu-menu > .sub-menu > .menu-item > .sub-menu {
  display: none;
}
.northwood-megamenu-quicklinks-menu {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0 0;
  padding: 0;
  row-gap: 12px;
}
@media (min-width: 1100px) {
  .northwood-megamenu-quicklinks-menu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 30px;
  }
}
.northwood-megamenu-quicklinks-menu .menu-item {
  align-items: center;
  display: flex;
  list-style: none;
  padding: 0;
}
.northwood-megamenu-quicklinks-menu .menu-item a {
  color: var(--wp--preset--color--foreground);
  font-family: Gotham Narrow, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 21px;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .northwood-megamenu-quicklinks-menu .menu-item a {
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 30px;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-news {
  margin: 42px auto 30px !important;
  max-width: 1320px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-news {
    margin: 72px auto 30px !important;
  }
}
.editor-styles-wrapper .block-editor-inner-blocks {
  width: 100%;
}
.editor-styles-wrapper body .northwood-news__top {
  margin-bottom: 30px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper body .northwood-news__top {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 48px;
    padding: 0 30px;
    width: 100%;
  }
}
.editor-styles-wrapper .northwood-news__heading {
  font-family: Gotham Narrow, sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 36px;
  margin: 0 !important;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-news__heading {
    font-size: 48px;
    line-height: 54px;
  }
}
.editor-styles-wrapper .northwood-news__view-all {
  margin-top: 21px !important;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-news__view-all {
    margin-top: 0 !important;
  }
}
.editor-styles-wrapper .northwood-news__news-container {
  overflow: hidden;
}
.editor-styles-wrapper .northwood-news__news-items {
  display: flex;
  padding: 0;
}
.editor-styles-wrapper .northwood-news__news-item-content {
  gap: 0;
  margin: 0 9px 0 0;
  max-width: 310px;
  outline-offset: -1px;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-news__news-item-content {
    max-width: 434px;
  }
}
.editor-styles-wrapper .northwood-news__news-item-link {
  display: inline-block;
  text-decoration: none;
}
.editor-styles-wrapper .northwood-news__news-item-image-wrap {
  overflow: hidden;
}
.editor-styles-wrapper .northwood-news__news-item-image {
  display: block;
  height: auto;
  margin: 0;
  max-height: 200px;
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  padding: 0;
  transition: transform 1s;
  width: 310px;
}
.editor-styles-wrapper .northwood-news__news-item-image:hover {
  transform: scale(1.1);
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-news__news-item-image {
    max-height: 279px;
    min-height: 279px;
    width: 434px;
  }
}
.editor-styles-wrapper .northwood-news__news-item-title-wrap {
  padding: 12px 12px 0;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-news__news-item-title-wrap {
    padding: 15px 18px 0;
  }
}
.editor-styles-wrapper .northwood-news__news-item-title {
  background-color: transparent;
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  color: var(--wp--preset--color--primary);
  display: inline;
  font-family: Gotham Narrow, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 27px;
  transition: background-size 0.3s;
}
.editor-styles-wrapper .northwood-news__news-item-title:hover {
  background-size: 100% 2px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-news__news-item-title {
    font-size: 24px;
    line-height: 36px;
  }
}
.editor-styles-wrapper .northwood-news__news-item-button {
  margin-top: 12px !important;
  padding: 0 12px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-news__news-item-button {
    padding: 0 18px;
  }
}
.editor-styles-wrapper .northwood-news__news-bottom {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .northwood-news__news-bottom {
    display: none;
  }
}
.editor-styles-wrapper #northwood-news-left .wp-block-button__link,
.editor-styles-wrapper #northwood-news-right .wp-block-button__link {
  margin: 0;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-news .embla__dots {
  align-items: center;
  display: flex;
  margin: 0 18px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news
  .embla__dots
  .embla__dot {
  background-color: #ddd;
  border: 0;
  border-radius: 50%;
  height: 9px;
  margin-right: 9px;
  padding: 0;
  width: 9px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news
  .embla__dots
  .embla__dot:last-child {
  margin-right: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news
  .embla__dots
  .embla__dot.embla__dot--selected {
  background-color: var(--wp--preset--color--primary);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news
  .wp-block-northwood-blocks-northwood-news {
  margin: 0;
  max-width: none;
  padding: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news
  .northwood-news__top {
  display: block;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news
    .northwood-news__top
    .block-editor-inner-blocks
    .block-editor-block-list__layout {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.wp-block-northwood-blocks-northwood-news {
  margin: 42px auto 30px !important;
  max-width: 1320px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-news {
    margin: 72px auto 30px !important;
  }
}
.block-editor-inner-blocks {
  width: 100%;
}
body .northwood-news__top {
  margin-bottom: 30px;
}
@media (min-width: 1100px) {
  body .northwood-news__top {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 48px;
    padding: 0 30px;
    width: 100%;
  }
}
.northwood-news__heading {
  font-family: Gotham Narrow, sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 36px;
  margin: 0 !important;
}
@media (min-width: 1100px) {
  .northwood-news__heading {
    font-size: 48px;
    line-height: 54px;
  }
}
.northwood-news__view-all {
  margin-top: 21px !important;
}
@media (min-width: 1100px) {
  .northwood-news__view-all {
    margin-top: 0 !important;
  }
}
.northwood-news__news-container {
  overflow: hidden;
}
.northwood-news__news-items {
  display: flex;
  padding: 0;
}
.northwood-news__news-item-content {
  gap: 0;
  margin: 0 9px 0 0;
  max-width: 310px;
  outline-offset: -1px;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .northwood-news__news-item-content {
    max-width: 434px;
  }
}
.northwood-news__news-item-link {
  display: inline-block;
  text-decoration: none;
}
.northwood-news__news-item-image-wrap {
  overflow: hidden;
}
.northwood-news__news-item-image {
  display: block;
  height: auto;
  margin: 0;
  max-height: 200px;
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  padding: 0;
  transition: transform 1s;
  width: 310px;
}
.northwood-news__news-item-image:hover {
  transform: scale(1.1);
}
@media (min-width: 1100px) {
  .northwood-news__news-item-image {
    max-height: 279px;
    min-height: 279px;
    width: 434px;
  }
}
.northwood-news__news-item-title-wrap {
  padding: 12px 12px 0;
}
@media (min-width: 1100px) {
  .northwood-news__news-item-title-wrap {
    padding: 15px 18px 0;
  }
}
.northwood-news__news-item-title {
  background-color: transparent;
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  color: var(--wp--preset--color--primary);
  display: inline;
  font-family: Gotham Narrow, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 27px;
  transition: background-size 0.3s;
}
.northwood-news__news-item-title:hover {
  background-size: 100% 2px;
}
@media (min-width: 1100px) {
  .northwood-news__news-item-title {
    font-size: 24px;
    line-height: 36px;
  }
}
.northwood-news__news-item-button {
  margin-top: 12px !important;
  padding: 0 12px;
}
@media (min-width: 1100px) {
  .northwood-news__news-item-button {
    padding: 0 18px;
  }
}
.northwood-news__news-bottom {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
@media (min-width: 1100px) {
  .northwood-news__news-bottom {
    display: none;
  }
}
#northwood-news-left .wp-block-button__link,
#northwood-news-right .wp-block-button__link {
  margin: 0;
}
.wp-block-northwood-blocks-northwood-news .embla__dots {
  align-items: center;
  display: flex;
  margin: 0 18px;
}
.wp-block-northwood-blocks-northwood-news .embla__dots .embla__dot {
  background-color: #ddd;
  border: 0;
  border-radius: 50%;
  height: 9px;
  margin-right: 9px;
  padding: 0;
  width: 9px;
}
.wp-block-northwood-blocks-northwood-news .embla__dots .embla__dot:last-child {
  margin-right: 0;
}
.wp-block-northwood-blocks-northwood-news
  .embla__dots
  .embla__dot.embla__dot--selected {
  background-color: var(--wp--preset--color--primary);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles {
  margin: 0;
  padding: 0 18px;
  position: relative;
  z-index: 2;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-featured-articles {
    padding: 0 30px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__content {
  -moz-column-gap: 18px;
  column-gap: 18px;
  display: grid;
  margin: 0 auto;
  max-width: 1320px;
  row-gap: 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-featured-articles__content {
    -moz-column-gap: clamp(1.5rem, -2.625rem + 6vw, 2.625rem);
    column-gap: clamp(1.5rem, -2.625rem + 6vw, 2.625rem);
    grid-template-columns: minmax(0, 1fr) clamp(
        20.625rem,
        -15.5833333333rem + 52.6666666667vw,
        30.5rem
      );
    grid-template-rows: auto repeat(4, auto) auto;
    row-gap: clamp(1.5rem, 0.125rem + 2vw, 1.875rem);
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-featured-articles__content:before {
    content: "";
    display: block;
    grid-area: 1/2/2/3;
    min-height: clamp(1.25rem, -5.625rem + 10vw, 3.125rem);
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:first-child {
  margin-bottom: 6px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:first-child {
    grid-area: 1/1/7/2;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:first-child
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article-title {
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:first-child
    .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article-title {
    font-size: 36px;
    line-height: 42px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:not(:first-child) {
    grid-column: 2/3;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:not(:first-child)
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article-title {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:not(:first-child)
    .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article-title {
    font-size: 21px;
    line-height: 30px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:not(:first-child)
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__date {
  font-size: 14px;
  gap: 6px;
  line-height: 20px;
  margin-top: auto;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:not(:first-child)
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__date
  .icon {
  height: 12px;
  width: 12px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:not(:first-child)
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__link {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:not(:first-child)
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__image-wrapper {
  flex: 0 0 120px;
  height: 77px;
  margin-right: 15px;
  padding: 0;
  width: 120px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:not(:first-child)
    .wp-block-northwood-blocks-northwood-news-archive-featured-articles__image-wrapper {
    flex: 0 0 clamp(6.25rem, 2.0833333333rem + 8.3333333333vw, 9.375rem);
    height: clamp(4rem, 1.3333333333rem + 5.3333333333vw, 6rem);
    width: clamp(6.25rem, 2.0833333333rem + 8.3333333333vw, 9.375rem);
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:not(:first-child)
    .wp-block-northwood-blocks-northwood-news-archive-featured-articles__image-wrapper {
    margin-right: 24px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__image-wrapper {
  background-color: #ddd;
  margin: 0;
  overflow: hidden;
  padding-bottom: 64%;
  position: relative;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__link {
  color: var(--wp--preset--color--foreground);
  display: block;
  text-decoration: none !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__link:focus
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article-title,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__link:hover
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article-title {
  background-size: 100% 3px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__link:focus
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__image,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__link:hover
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__image {
  transform: scale(1.1);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: transform 1s;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__date {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  letter-spacing: -0.2px;
  margin: 12px 0 6px;
  opacity: 0.72;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__date
  .icon {
  height: 16px;
  width: 16px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__date
  .icon
  path {
  fill: var(--wp--preset--color--foreground);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article-title {
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  color: var(--wp--preset--color--primary);
  display: inline;
  margin: 0;
  padding-bottom: 3px;
  text-decoration: none;
  transition: background-size 0.3s;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles {
  padding: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles
  > .block-editor-inner-blocks,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  display: contents;
}
.wp-block-northwood-blocks-northwood-news-archive-featured-articles {
  margin: 0;
  padding: 0 18px;
  position: relative;
  z-index: 2;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles {
    padding: 0 30px;
  }
}
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__content {
  -moz-column-gap: 18px;
  column-gap: 18px;
  display: grid;
  margin: 0 auto;
  max-width: 1320px;
  row-gap: 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__content {
    -moz-column-gap: clamp(1.5rem, -2.625rem + 6vw, 2.625rem);
    column-gap: clamp(1.5rem, -2.625rem + 6vw, 2.625rem);
    grid-template-columns: minmax(0, 1fr) clamp(
        20.625rem,
        -15.5833333333rem + 52.6666666667vw,
        30.5rem
      );
    grid-template-rows: auto repeat(4, auto) auto;
    row-gap: clamp(1.5rem, 0.125rem + 2vw, 1.875rem);
  }
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__content:before {
    content: "";
    display: block;
    grid-area: 1/2/2/3;
    min-height: clamp(1.25rem, -5.625rem + 10vw, 3.125rem);
  }
}
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:first-child {
  margin-bottom: 6px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:first-child {
    grid-area: 1/1/7/2;
  }
}
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:first-child
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article-title {
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:first-child
    .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article-title {
    font-size: 36px;
    line-height: 42px;
  }
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:not(:first-child) {
    grid-column: 2/3;
  }
}
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:not(:first-child)
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article-title {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:not(:first-child)
    .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article-title {
    font-size: 21px;
    line-height: 30px;
  }
}
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:not(:first-child)
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__date {
  font-size: 14px;
  gap: 6px;
  line-height: 20px;
  margin-top: auto;
}
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:not(:first-child)
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__date
  .icon {
  height: 12px;
  width: 12px;
}
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:not(:first-child)
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__link {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:not(:first-child)
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__image-wrapper {
  flex: 0 0 120px;
  height: 77px;
  margin-right: 15px;
  padding: 0;
  width: 120px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:not(:first-child)
    .wp-block-northwood-blocks-northwood-news-archive-featured-articles__image-wrapper {
    flex: 0 0 clamp(6.25rem, 2.0833333333rem + 8.3333333333vw, 9.375rem);
    height: clamp(4rem, 1.3333333333rem + 5.3333333333vw, 6rem);
    width: clamp(6.25rem, 2.0833333333rem + 8.3333333333vw, 9.375rem);
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article:not(:first-child)
    .wp-block-northwood-blocks-northwood-news-archive-featured-articles__image-wrapper {
    margin-right: 24px;
  }
}
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__image-wrapper {
  background-color: #ddd;
  margin: 0;
  overflow: hidden;
  padding-bottom: 64%;
  position: relative;
}
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__link {
  color: var(--wp--preset--color--foreground);
  display: block;
  text-decoration: none !important;
}
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__link:focus
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article-title,
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__link:hover
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__article-title {
  background-size: 100% 3px;
}
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__link:focus
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__image,
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__link:hover
  .wp-block-northwood-blocks-northwood-news-archive-featured-articles__image {
  transform: scale(1.1);
}
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: transform 1s;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__date {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  letter-spacing: -0.2px;
  margin: 12px 0 6px;
  opacity: 0.72;
}
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__date
  .icon {
  height: 16px;
  width: 16px;
}
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__date
  .icon
  path {
  fill: var(--wp--preset--color--foreground);
}
.wp-block-northwood-blocks-northwood-news-archive-featured-articles__article-title {
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  color: var(--wp--preset--color--primary);
  display: inline;
  margin: 0;
  padding-bottom: 3px;
  text-decoration: none;
  transition: background-size 0.3s;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-news-archive-grid {
  margin: 0;
  padding: 42px 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-grid {
    padding: 72px 30px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__content {
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-grid__content {
    display: grid;
    gap: 30px;
    grid-template-columns: 330px minmax(0, 1fr);
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-grid__content {
    gap: 60px;
    grid-template-columns: 390px minmax(0, 1fr);
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__sidebar {
  margin-bottom: 42px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__sidebar
  .has-overline-font-size {
  display: none;
  margin-bottom: 30px;
  margin-top: 0;
  opacity: 0.72;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-grid__sidebar
    .has-overline-font-size {
    display: block;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__sidebar
  .wp-block-categories-list {
  border-left: 1px solid #ddd;
  display: none;
  font-weight: 700;
  grid-template-columns: minmax(0, 1fr);
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
  row-gap: 12px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-grid__sidebar
    .wp-block-categories-list {
    display: grid;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__sidebar
  .wp-block-categories-list
  a {
  display: inline;
  padding-bottom: 3px;
  text-decoration: none !important;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-grid__sidebar
    .wp-block-categories-dropdown {
    display: none;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__sidebar-inner {
  position: sticky;
  top: 32px;
}
body.admin-bar
  .editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__sidebar-inner {
  top: 64px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-grid__grid {
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-grid__grid:only-child {
    grid-column: 1/3;
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-grid__grid:only-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-grid__grid:only-child
    .wp-block-northwood-blocks-northwood-news-archive-grid__inner-content,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-grid__grid:only-child
    .wp-block-northwood-blocks-northwood-news-archive-grid__pagination {
    grid-column: 1/4;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__inner-content {
  margin-bottom: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-grid__inner-content {
    grid-column: 1/3;
  }
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-grid__inner-content {
    margin-bottom: 12px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid
  .wp-block-heading {
  border-bottom: 2px solid var(--wp--preset--color--secondary);
  display: inline-block;
  margin-top: 0;
  padding-bottom: 18px;
  position: relative;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid
  .wp-block-heading:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid
  .wp-block-heading:after {
  background-color: #ddd;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100vw;
  z-index: -1;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__pagination {
  align-items: center;
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  margin-top: 6px;
  padding-top: 30px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-grid__pagination {
    grid-column: 1/3;
    margin-top: 12px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__pagination
  a {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  font-weight: 700;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__pagination
  svg {
  height: 24px;
  width: 24px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__pagination-newer,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__pagination-older {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__pagination-older
  a {
  margin-left: 27px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__pagination-older
  svg {
  margin-left: -27px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__pagination-newer {
  margin-left: auto;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__pagination-newer
  a {
  margin-right: 27px;
  text-align: right;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__pagination-newer
  svg {
  margin-right: -27px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__image-wrapper {
  background-color: #ddd;
  margin: 0 -12px;
  overflow: hidden;
  padding-bottom: 68.1818181818%;
  position: relative;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__link {
  color: var(--wp--preset--color--foreground);
  display: block;
  padding: 0 12px;
  text-decoration: none !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__link:focus
  .wp-block-northwood-blocks-northwood-news-archive-grid__article-title,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__link:hover
  .wp-block-northwood-blocks-northwood-news-archive-grid__article-title {
  background-size: 100% 3px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__link:focus
  .wp-block-northwood-blocks-northwood-news-archive-grid__image,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__link:hover
  .wp-block-northwood-blocks-northwood-news-archive-grid__image {
  transform: scale(1.1);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: transform 1s;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__date {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  letter-spacing: -0.2px;
  margin: 12px 0 6px;
  opacity: 0.72;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__date
  .icon {
  height: 16px;
  width: 16px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__date
  .icon
  path {
  fill: var(--wp--preset--color--foreground);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid__article-title {
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  color: var(--wp--preset--color--primary);
  display: inline;
  margin: 0;
  padding-bottom: 3px;
  text-decoration: none;
  transition: background-size 0.3s;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid
  .wp-block-northwood-blocks-northwood-subscribe-form {
  border: 1px solid #ddd;
  border-radius: 12px;
  display: none;
  margin-top: 42px;
  padding: 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive-grid
    .wp-block-northwood-blocks-northwood-subscribe-form {
    display: block;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid
  > .block-editor-inner-blocks,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  display: contents;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive-grid
  .wp-block-northwood-blocks-northwood-news-archive-grid {
  padding: 0;
}
.wp-block-northwood-blocks-northwood-news-archive-grid {
  margin: 0;
  padding: 42px 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-archive-grid {
    padding: 72px 30px;
  }
}
.wp-block-northwood-blocks-northwood-news-archive-grid__content {
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-archive-grid__content {
    display: grid;
    gap: 30px;
    grid-template-columns: 330px minmax(0, 1fr);
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-news-archive-grid__content {
    gap: 60px;
    grid-template-columns: 390px minmax(0, 1fr);
  }
}
.wp-block-northwood-blocks-northwood-news-archive-grid__sidebar {
  margin-bottom: 42px;
}
.wp-block-northwood-blocks-northwood-news-archive-grid__sidebar
  .has-overline-font-size {
  display: none;
  margin-bottom: 30px;
  margin-top: 0;
  opacity: 0.72;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-archive-grid__sidebar
    .has-overline-font-size {
    display: block;
  }
}
.wp-block-northwood-blocks-northwood-news-archive-grid__sidebar
  .wp-block-categories-list {
  border-left: 1px solid #ddd;
  display: none;
  font-weight: 700;
  grid-template-columns: minmax(0, 1fr);
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
  row-gap: 12px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-archive-grid__sidebar
    .wp-block-categories-list {
    display: grid;
  }
}
.wp-block-northwood-blocks-northwood-news-archive-grid__sidebar
  .wp-block-categories-list
  a {
  display: inline;
  padding-bottom: 3px;
  text-decoration: none !important;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-archive-grid__sidebar
    .wp-block-categories-dropdown {
    display: none;
  }
}
.wp-block-northwood-blocks-northwood-news-archive-grid__sidebar-inner {
  position: sticky;
  top: 32px;
}
body.admin-bar
  .wp-block-northwood-blocks-northwood-news-archive-grid__sidebar-inner {
  top: 64px;
}
.wp-block-northwood-blocks-northwood-news-archive-grid__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-news-archive-grid__grid {
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-archive-grid__grid:only-child {
    grid-column: 1/3;
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-news-archive-grid__grid:only-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .wp-block-northwood-blocks-northwood-news-archive-grid__grid:only-child
    .wp-block-northwood-blocks-northwood-news-archive-grid__inner-content,
  .wp-block-northwood-blocks-northwood-news-archive-grid__grid:only-child
    .wp-block-northwood-blocks-northwood-news-archive-grid__pagination {
    grid-column: 1/4;
  }
}
.wp-block-northwood-blocks-northwood-news-archive-grid__inner-content {
  margin-bottom: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-news-archive-grid__inner-content {
    grid-column: 1/3;
  }
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-archive-grid__inner-content {
    margin-bottom: 12px;
  }
}
.wp-block-northwood-blocks-northwood-news-archive-grid .wp-block-heading {
  border-bottom: 2px solid var(--wp--preset--color--secondary);
  display: inline-block;
  margin-top: 0;
  padding-bottom: 18px;
  position: relative;
}
.wp-block-northwood-blocks-northwood-news-archive-grid
  .wp-block-heading:last-child {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-news-archive-grid .wp-block-heading:after {
  background-color: #ddd;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100vw;
  z-index: -1;
}
.wp-block-northwood-blocks-northwood-news-archive-grid__pagination {
  align-items: center;
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  margin-top: 6px;
  padding-top: 30px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-news-archive-grid__pagination {
    grid-column: 1/3;
    margin-top: 12px;
  }
}
.wp-block-northwood-blocks-northwood-news-archive-grid__pagination a {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  font-weight: 700;
}
.wp-block-northwood-blocks-northwood-news-archive-grid__pagination svg {
  height: 24px;
  width: 24px;
}
.wp-block-northwood-blocks-northwood-news-archive-grid__pagination-newer,
.wp-block-northwood-blocks-northwood-news-archive-grid__pagination-older {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
}
.wp-block-northwood-blocks-northwood-news-archive-grid__pagination-older a {
  margin-left: 27px;
}
.wp-block-northwood-blocks-northwood-news-archive-grid__pagination-older svg {
  margin-left: -27px;
}
.wp-block-northwood-blocks-northwood-news-archive-grid__pagination-newer {
  margin-left: auto;
}
.wp-block-northwood-blocks-northwood-news-archive-grid__pagination-newer a {
  margin-right: 27px;
  text-align: right;
}
.wp-block-northwood-blocks-northwood-news-archive-grid__pagination-newer svg {
  margin-right: -27px;
}
.wp-block-northwood-blocks-northwood-news-archive-grid__image-wrapper {
  background-color: #ddd;
  margin: 0 -12px;
  overflow: hidden;
  padding-bottom: 68.1818181818%;
  position: relative;
}
.wp-block-northwood-blocks-northwood-news-archive-grid__link {
  color: var(--wp--preset--color--foreground);
  display: block;
  padding: 0 12px;
  text-decoration: none !important;
}
.wp-block-northwood-blocks-northwood-news-archive-grid__link:focus
  .wp-block-northwood-blocks-northwood-news-archive-grid__article-title,
.wp-block-northwood-blocks-northwood-news-archive-grid__link:hover
  .wp-block-northwood-blocks-northwood-news-archive-grid__article-title {
  background-size: 100% 3px;
}
.wp-block-northwood-blocks-northwood-news-archive-grid__link:focus
  .wp-block-northwood-blocks-northwood-news-archive-grid__image,
.wp-block-northwood-blocks-northwood-news-archive-grid__link:hover
  .wp-block-northwood-blocks-northwood-news-archive-grid__image {
  transform: scale(1.1);
}
.wp-block-northwood-blocks-northwood-news-archive-grid__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: transform 1s;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-news-archive-grid__date {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  letter-spacing: -0.2px;
  margin: 12px 0 6px;
  opacity: 0.72;
}
.wp-block-northwood-blocks-northwood-news-archive-grid__date .icon {
  height: 16px;
  width: 16px;
}
.wp-block-northwood-blocks-northwood-news-archive-grid__date .icon path {
  fill: var(--wp--preset--color--foreground);
}
.wp-block-northwood-blocks-northwood-news-archive-grid__article-title {
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  color: var(--wp--preset--color--primary);
  display: inline;
  margin: 0;
  padding-bottom: 3px;
  text-decoration: none;
  transition: background-size 0.3s;
}
.wp-block-northwood-blocks-northwood-news-archive-grid
  .wp-block-northwood-blocks-northwood-subscribe-form {
  border: 1px solid #ddd;
  border-radius: 12px;
  display: none;
  margin-top: 42px;
  padding: 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-archive-grid
    .wp-block-northwood-blocks-northwood-subscribe-form {
    display: block;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-news-archive {
  margin: 0;
}
.wp-block-northwood-blocks-northwood-page-header
  + .editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive {
  margin-top: -18px !important;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-page-header
    + .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-archive {
    margin-top: clamp(-2.625rem, 2.625rem + -6vw, -1.5rem) !important;
  }
}
body[class*="paged-"]
  .editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive {
  margin-top: 0 !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive
  > .block-editor-inner-blocks,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-archive
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  display: contents;
}
.wp-block-northwood-blocks-northwood-news-archive {
  margin: 0;
}
.wp-block-northwood-blocks-northwood-page-header
  + .wp-block-northwood-blocks-northwood-news-archive {
  margin-top: -18px !important;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-page-header
    + .wp-block-northwood-blocks-northwood-news-archive {
    margin-top: clamp(-2.625rem, 2.625rem + -6vw, -1.5rem) !important;
  }
}
body[class*="paged-"] .wp-block-northwood-blocks-northwood-news-archive {
  margin-top: 0 !important;
}
.wp-block-northwood-blocks-northwood-news-article-content {
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 21px;
  overflow: hidden;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-article-content {
    display: block;
    font-size: 16px;
    grid-area: 1/1/2/2;
    line-height: 24px;
    padding-left: 18px;
  }
}
.wp-block-northwood-blocks-northwood-news-article-content .has-lead-font-size {
  color: var(--wp--preset--color--primary);
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-article-content .has-lead-font-size,
  .wp-block-northwood-blocks-northwood-news-article-content
    .wp-block-image.alignleft {
    margin-left: -18px;
  }
}
.wp-block-northwood-blocks-northwood-news-article-content
  .wp-block-heading:first-child,
.wp-block-northwood-blocks-northwood-news-article-content p:first-child {
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-news-article-content a[href$=".jpeg"],
.wp-block-northwood-blocks-northwood-news-article-content a[href$=".jpg"],
.wp-block-northwood-blocks-northwood-news-article-content a[href$=".png"] {
  background: none !important;
}
.wp-block-northwood-blocks-northwood-news-article-content
  img:not(.wp-block-image),
.wp-block-northwood-blocks-northwood-news-article-content
  picture:not(.wp-block-image) {
  margin: 24px 0;
}
@media (max-width: 799px) {
  .wp-block-northwood-blocks-northwood-news-article-content
    img:not(.wp-block-image).alignleft,
  .wp-block-northwood-blocks-northwood-news-article-content
    picture:not(.wp-block-image).alignleft {
    max-width: 100%;
  }
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-article-content
    img:not(.wp-block-image).alignleft,
  .wp-block-northwood-blocks-northwood-news-article-content
    picture:not(.wp-block-image).alignleft {
    float: left;
    margin: 24px 30px 24px 0;
  }
}
@media (max-width: 799px) {
  .wp-block-northwood-blocks-northwood-news-article-content
    img:not(.wp-block-image).alignright,
  .wp-block-northwood-blocks-northwood-news-article-content
    picture:not(.wp-block-image).alignright {
    max-width: 100%;
  }
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-article-content
    img:not(.wp-block-image).alignright,
  .wp-block-northwood-blocks-northwood-news-article-content
    picture:not(.wp-block-image).alignright {
    float: right;
    margin: 24px 0 24px 30px;
  }
}
.wp-block-northwood-blocks-northwood-news-article-sidebar {
  display: contents;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-news-article-sidebar {
    border: 1px solid #ddd;
    border-radius: 12px;
    display: block;
    grid-area: 1/2/2/3;
    padding: 30px;
    position: sticky;
    top: 32px;
  }
}
@media (min-width: 800px) {
  body.admin-bar .wp-block-northwood-blocks-northwood-news-article-sidebar {
    top: 64px;
  }
}
.wp-block-northwood-blocks-northwood-news-article-sidebar .wp-block-button {
  display: flex;
  margin-bottom: 18px;
  order: -1;
  width: 100%;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-article-sidebar .wp-block-button {
    margin-top: 18px;
  }
}
.wp-block-northwood-blocks-northwood-news-article-sidebar
  .wp-block-button:first-child {
  margin-top: 0;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-article-sidebar
    .wp-block-button:last-child {
    margin-bottom: 0;
  }
}
.wp-block-northwood-blocks-northwood-news-article-sidebar
  .wp-block-button__link {
  display: flex;
  justify-content: center;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-article-sidebar-details {
  margin-top: 30px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-article-sidebar-details {
    margin-top: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-article-sidebar-details
  .wp-block-northwood-blocks-northwood-subscribe-form {
  margin-top: 18px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-article-sidebar-details
    .wp-block-northwood-blocks-northwood-subscribe-form {
    margin-top: 30px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-article-sidebar-details
  .wp-block-northwood-blocks-northwood-subscribe-form:before {
  background-color: #ddd;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 18px;
  margin-left: -30px;
  width: calc(100% + 60px);
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-article-sidebar-details
    .wp-block-northwood-blocks-northwood-subscribe-form:before {
    margin-bottom: 30px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-wrapper
  .a2a_kit {
  display: grid;
  gap: 12px;
  grid-auto-flow: column;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-wrapper
  .a2a_label {
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: block !important;
  height: 1px !important;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-wrapper
  a {
  align-items: center;
  background-color: var(--wp--preset--color--primary) !important;
  border-radius: 50%;
  display: flex;
  height: 45px;
  justify-content: center;
  padding: 0 !important;
  text-decoration: none;
  width: 45px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-wrapper
  a
  span {
  display: contents !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-wrapper
  a
  svg {
  display: block;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  overflow: hidden;
  padding: 9px;
  transition: all 0.3s;
  width: 45px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-wrapper
  a
  svg
  path {
  fill: var(--wp--preset--color--white);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-wrapper
  a:hover {
  text-decoration: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-wrapper
  a:hover
  svg {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: newsSidebarRoll;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-heading {
  color: var(--wp--preset--color--foreground);
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 21px;
  margin: auto 18px auto 0;
  opacity: 0.6;
  text-transform: uppercase;
}
@keyframes newsSidebarRoll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  45% {
    opacity: 0;
    transform: translateY(10px);
  }
  55% {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wp-block-northwood-blocks-northwood-news-article-sidebar-details {
  margin-top: 30px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-news-article-sidebar-details {
    margin-top: 0;
  }
}
.wp-block-northwood-blocks-northwood-news-article-sidebar-details
  .wp-block-northwood-blocks-northwood-subscribe-form {
  margin-top: 18px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-news-article-sidebar-details
    .wp-block-northwood-blocks-northwood-subscribe-form {
    margin-top: 30px;
  }
}
.wp-block-northwood-blocks-northwood-news-article-sidebar-details
  .wp-block-northwood-blocks-northwood-subscribe-form:before {
  background-color: #ddd;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 18px;
  margin-left: -30px;
  width: calc(100% + 60px);
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-news-article-sidebar-details
    .wp-block-northwood-blocks-northwood-subscribe-form:before {
    margin-bottom: 30px;
  }
}
.wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-wrapper
  .a2a_kit {
  display: grid;
  gap: 12px;
  grid-auto-flow: column;
}
.wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-wrapper
  .a2a_label {
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: block !important;
  height: 1px !important;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px !important;
}
.wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-wrapper
  a {
  align-items: center;
  background-color: var(--wp--preset--color--primary) !important;
  border-radius: 50%;
  display: flex;
  height: 45px;
  justify-content: center;
  padding: 0 !important;
  text-decoration: none;
  width: 45px;
}
.wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-wrapper
  a
  span {
  display: contents !important;
}
.wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-wrapper
  a
  svg {
  display: block;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  overflow: hidden;
  padding: 9px;
  transition: all 0.3s;
  width: 45px;
}
.wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-wrapper
  a
  svg
  path {
  fill: var(--wp--preset--color--white);
}
.wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-wrapper
  a:hover {
  text-decoration: none;
}
.wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-wrapper
  a:hover
  svg {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: newsSidebarRoll;
}
.wp-block-northwood-blocks-northwood-news-article-sidebar-details__share-heading {
  color: var(--wp--preset--color--foreground);
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 21px;
  margin: auto 18px auto 0;
  opacity: 0.6;
  text-transform: uppercase;
}
@keyframes newsSidebarRoll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  45% {
    opacity: 0;
    transform: translateY(10px);
  }
  55% {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-news-article {
  padding: 0 18px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-article__content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-article__content {
    align-items: flex-start;
    -moz-column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-news-article img {
  max-width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-article__content
  > .block-editor-inner-blocks,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-article__content
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  display: contents;
}
.wp-block-northwood-blocks-northwood-news-article {
  padding: 0 18px;
}
.wp-block-northwood-blocks-northwood-news-article__content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-news-article__content {
    align-items: flex-start;
    -moz-column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    column-gap: clamp(2rem, 0.25rem + 4vw, 3.75rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
  }
}
.wp-block-northwood-blocks-northwood-news-article img {
  max-width: 100%;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-news-hero {
  background-image: linear-gradient(109deg, #081e3f, #05507b);
  color: var(--wp--preset--color--white);
  margin-bottom: 36px;
  padding-top: 167px;
  position: relative;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-news-hero {
    margin-bottom: 72px;
    padding-top: 186px;
  }
}
@media screen and (min-width: 1560px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-news-hero {
    margin-bottom: 120px;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-news-hero:after {
  background-image: url(../952a9ee1f427a89dafa1.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150%;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.03;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-hero__container {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 18px;
  position: relative;
  z-index: 2;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-hero__container {
    -moz-column-gap: 30px;
    column-gap: 30px;
    flex-direction: column;
    max-width: 1380px;
    padding: 0 30px;
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-hero__container {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-hero__container {
    -moz-column-gap: 42px;
    column-gap: 42px;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-news-hero__content {
  flex-shrink: 0;
  padding-bottom: 30px;
  width: 100%;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-hero__content {
    align-items: center;
    padding-bottom: 60px;
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-hero__content {
    align-items: flex-start;
    padding-bottom: 72px;
    padding-top: 30px;
    width: clamp(28.125rem, -15.4166666667rem + 63.3333333333vw, 40rem);
  }
}
@media screen and (min-width: 1200px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-hero__content {
    padding-top: 60px;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-news-hero__title {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-news-hero__title {
    text-align: left;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-hero
  .wp-block-northwood-breadcrumbs {
  margin-bottom: 9px;
  text-align: center;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-hero
    .wp-block-northwood-breadcrumbs {
    margin-bottom: 30px;
    text-align: left;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-news-hero__date {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 9px;
  opacity: 0.72;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-news-hero__date {
    justify-content: flex-start;
    margin-top: 30px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-hero__date
  .icon {
  height: 24px;
  width: 24px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-hero__date
  .icon
  path {
  fill: var(--wp--preset--color--white);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-news-hero__image-wrapper {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-bottom: -18px;
  width: 100%;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-hero__image-wrapper {
    align-self: flex-end;
    margin-bottom: -30px;
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-hero__image-wrapper {
    margin-right: 0;
    max-width: calc(
      100% - clamp(28.125rem, -15.4166666667rem + 63.3333333333vw, 40rem) - 30px
    );
  }
}
@media screen and (min-width: 1200px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-hero__image-wrapper {
    max-width: calc(
      100% - clamp(28.125rem, -15.4166666667rem + 63.3333333333vw, 40rem) - 42px
    );
  }
}
@media screen and (min-width: 1560px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-news-hero__image-wrapper {
    margin-bottom: -60px;
    margin-right: -90px;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-news-hero__image {
  display: block;
  height: auto;
  max-width: 100%;
}
.wp-block-northwood-blocks-northwood-news-hero {
  background-image: linear-gradient(109deg, #081e3f, #05507b);
  color: var(--wp--preset--color--white);
  margin-bottom: 36px;
  padding-top: 167px;
  position: relative;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-hero {
    margin-bottom: 72px;
    padding-top: 186px;
  }
}
@media screen and (min-width: 1560px) {
  .wp-block-northwood-blocks-northwood-news-hero {
    margin-bottom: 120px;
  }
}
.wp-block-northwood-blocks-northwood-news-hero:after {
  background-image: url(../952a9ee1f427a89dafa1.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150%;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.03;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.wp-block-northwood-blocks-northwood-news-hero__container {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 18px;
  position: relative;
  z-index: 2;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-hero__container {
    -moz-column-gap: 30px;
    column-gap: 30px;
    flex-direction: column;
    max-width: 1380px;
    padding: 0 30px;
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-news-hero__container {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-northwood-blocks-northwood-news-hero__container {
    -moz-column-gap: 42px;
    column-gap: 42px;
  }
}
.wp-block-northwood-blocks-northwood-news-hero__content {
  flex-shrink: 0;
  padding-bottom: 30px;
  width: 100%;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-hero__content {
    align-items: center;
    padding-bottom: 60px;
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-news-hero__content {
    align-items: flex-start;
    padding-bottom: 72px;
    padding-top: 30px;
    width: clamp(28.125rem, -15.4166666667rem + 63.3333333333vw, 40rem);
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-northwood-blocks-northwood-news-hero__content {
    padding-top: 60px;
  }
}
.wp-block-northwood-blocks-northwood-news-hero__title {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-hero__title {
    text-align: left;
  }
}
.wp-block-northwood-blocks-northwood-news-hero .wp-block-northwood-breadcrumbs {
  margin-bottom: 9px;
  text-align: center;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-hero
    .wp-block-northwood-breadcrumbs {
    margin-bottom: 30px;
    text-align: left;
  }
}
.wp-block-northwood-blocks-northwood-news-hero__date {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 9px;
  opacity: 0.72;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-hero__date {
    justify-content: flex-start;
    margin-top: 30px;
  }
}
.wp-block-northwood-blocks-northwood-news-hero__date .icon {
  height: 24px;
  width: 24px;
}
.wp-block-northwood-blocks-northwood-news-hero__date .icon path {
  fill: var(--wp--preset--color--white);
}
.wp-block-northwood-blocks-northwood-news-hero__image-wrapper {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-bottom: -18px;
  width: 100%;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-news-hero__image-wrapper {
    align-self: flex-end;
    margin-bottom: -30px;
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-news-hero__image-wrapper {
    margin-right: 0;
    max-width: calc(
      100% - clamp(28.125rem, -15.4166666667rem + 63.3333333333vw, 40rem) - 30px
    );
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-northwood-blocks-northwood-news-hero__image-wrapper {
    max-width: calc(
      100% - clamp(28.125rem, -15.4166666667rem + 63.3333333333vw, 40rem) - 42px
    );
  }
}
@media screen and (min-width: 1560px) {
  .wp-block-northwood-blocks-northwood-news-hero__image-wrapper {
    margin-bottom: -60px;
    margin-right: -90px;
  }
}
.wp-block-northwood-blocks-northwood-news-hero__image {
  display: block;
  height: auto;
  max-width: 100%;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-page-content {
  display: flex;
  flex-direction: column;
  margin: 18px auto 30px;
  max-width: 1320px;
  row-gap: 18px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-page-content {
    align-items: flex-start;
    -moz-column-gap: 60px;
    column-gap: 60px;
    flex-direction: row;
    justify-content: space-between;
    margin: 60px auto 72px;
    row-gap: 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-page-content
    .wp-block-northwood-blocks-northwood-content-section {
    flex-basis: 100%;
    min-width: 100%;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-content
  .wp-block-northwood-blocks-northwood-content-section
  > .alignfull,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-content
  .wp-block-northwood-blocks-northwood-content-section
  > .alignwide {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
}
.wp-block-northwood-blocks-northwood-page-content {
  display: flex;
  flex-direction: column;
  margin: 18px auto 30px;
  max-width: 1320px;
  row-gap: 18px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-page-content {
    align-items: flex-start;
    -moz-column-gap: 60px;
    column-gap: 60px;
    flex-direction: row;
    justify-content: space-between;
    margin: 60px auto 72px;
    row-gap: 0;
  }
  .wp-block-northwood-blocks-northwood-page-content
    .wp-block-northwood-blocks-northwood-content-section {
    flex-basis: 100%;
    min-width: 100%;
  }
}
.wp-block-northwood-blocks-northwood-page-content
  .wp-block-northwood-blocks-northwood-content-section
  > .alignfull,
.wp-block-northwood-blocks-northwood-page-content
  .wp-block-northwood-blocks-northwood-content-section
  > .alignwide {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-content-sidebar {
  display: flex;
  flex-direction: column;
  margin: 18px auto 30px;
  max-width: 1320px;
  row-gap: 18px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-page-content-sidebar {
    align-items: flex-start;
    -moz-column-gap: 60px;
    column-gap: 60px;
    flex-direction: row;
    justify-content: space-between;
    margin: 60px auto 72px;
    row-gap: 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-page-content-sidebar
    .wp-block-northwood-blocks-northwood-sidebar {
    flex-basis: 300px;
    min-width: 300px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-page-content-sidebar
    .wp-block-northwood-blocks-northwood-content-section {
    flex-basis: 100%;
    min-width: 100%;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-content-sidebar
  .wp-block-northwood-blocks-northwood-content-section
  > .alignfull,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-content-sidebar
  .wp-block-northwood-blocks-northwood-content-section
  > .alignwide {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-page-content-sidebar
    .wp-block-northwood-blocks-northwood-sidebar
    + .wp-block-northwood-blocks-northwood-content-section {
    flex-basis: calc(100% - 360px);
    min-width: calc(100% - 360px);
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-content-sidebar {
  margin: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-content-sidebar
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  display: flex;
  flex-direction: column;
  margin: 18px auto 30px;
  max-width: 1320px;
  row-gap: 42px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-page-content-sidebar
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout {
    align-items: flex-start;
    -moz-column-gap: 60px;
    column-gap: 60px;
    flex-direction: row;
    justify-content: space-between;
    margin: 60px auto 72px;
  }
}
.wp-block-northwood-blocks-northwood-page-content-sidebar {
  display: flex;
  flex-direction: column;
  margin: 18px auto 30px;
  max-width: 1320px;
  row-gap: 18px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-page-content-sidebar {
    align-items: flex-start;
    -moz-column-gap: 60px;
    column-gap: 60px;
    flex-direction: row;
    justify-content: space-between;
    margin: 60px auto 72px;
    row-gap: 0;
  }
  .wp-block-northwood-blocks-northwood-page-content-sidebar
    .wp-block-northwood-blocks-northwood-sidebar {
    flex-basis: 300px;
    min-width: 300px;
  }
  .wp-block-northwood-blocks-northwood-page-content-sidebar
    .wp-block-northwood-blocks-northwood-content-section {
    flex-basis: 100%;
    min-width: 100%;
  }
}
.wp-block-northwood-blocks-northwood-page-content-sidebar
  .wp-block-northwood-blocks-northwood-content-section
  > .alignfull,
.wp-block-northwood-blocks-northwood-page-content-sidebar
  .wp-block-northwood-blocks-northwood-content-section
  > .alignwide {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-page-content-sidebar
    .wp-block-northwood-blocks-northwood-sidebar
    + .wp-block-northwood-blocks-northwood-content-section {
    flex-basis: calc(100% - 360px);
    min-width: calc(100% - 360px);
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-page-header {
  margin: 0;
}
.wp-block-northwood-blocks-northwood-page-header {
  margin: 0;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-page-hero {
  background: linear-gradient(135deg, #081e3f, #05507b);
  background-repeat: no-repeat;
  background-size: 100%;
  color: var(--wp--preset--color--white);
  overflow: hidden;
  padding: clamp(10.4375rem, 6.625rem + 8.7142857143vw, 14.25rem) 18px 0;
  position: relative;
  z-index: 1;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-hero
  .wp-block-northwood-blocks-northwood-page-hero__background-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-hero
  .wp-block-northwood-blocks-northwood-page-hero__background-image
  img {
  height: auto;
  left: 0;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-hero
  .wp-block-northwood-blocks-northwood-page-hero__background-image.vertical-align-center
  img {
  top: 50%;
  transform: translateY(-50%);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-hero
  .wp-block-northwood-blocks-northwood-page-hero__background-image.vertical-align-bottom
  img {
  bottom: 0;
  top: auto;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-hero__background-mask {
  background: linear-gradient(
    180deg,
    rgba(8, 30, 63, 0.72),
    rgba(8, 30, 63, 0.3)
  );
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-page-hero:before {
  background: url(../952a9ee1f427a89dafa1.svg);
  background-position: top
    clamp(-32.5rem, 12.6785714286rem + -65.7142857143vw, -3.75rem) right
    calc(50% + clamp(-5.625rem, 27.9642857143rem + -48.8571428571vw, 15.75rem));
  background-repeat: no-repeat;
  background-size: clamp(58rem, -5.2857142857rem + 253.1428571429vw, 168.75rem)
    auto;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.03;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-page-hero__content {
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
  z-index: 1;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-hero__top-content {
  grid-area: 1/1/2/3;
  margin-bottom: clamp(2.625rem, 0.75rem + 4.2857142857vw, 4.5rem);
  text-align: center;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-page-hero__top-content {
    grid-area: 1/2/2/3;
  }
}
body.blog
  .editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-hero__top-content {
  margin-bottom: clamp(3.75rem, 0.375rem + 7.7142857143vw, 7.125rem);
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-page-hero__title {
  font-family: Gotham Narrow, sans-serif;
  font-size: 36px !important;
  font-weight: 900;
  line-height: 42px !important;
  margin: clamp(1rem, 0.875rem + 0.2857142857vw, 1.125rem) auto
    clamp(0.375rem, -0.375rem + 1.7142857143vw, 1.125rem);
  max-width: 960px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-page-hero__title {
    font-size: 72px !important;
    line-height: 78px !important;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-hero__subtitle {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(0.375rem, -0.375rem + 1.7142857143vw, 1.125rem);
  max-width: 960px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-page-hero__subtitle {
    font-size: 21px;
    line-height: 33px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-hero
  .select-mock__wrapper {
  display: inline-block;
  margin-top: 12px;
  width: 275px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-hero__background-image-settings {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-hero__background-image-settings
  button {
  margin: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-hero__align-control {
  height: 36px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-page-hero__align-control
  label {
  color: var(--wp--preset--color--white);
}
.wp-block-northwood-blocks-northwood-page-hero {
  background: linear-gradient(135deg, #081e3f, #05507b);
  background-repeat: no-repeat;
  background-size: 100%;
  color: var(--wp--preset--color--white);
  overflow: hidden;
  padding: clamp(10.4375rem, 6.625rem + 8.7142857143vw, 14.25rem) 18px 0;
  position: relative;
  z-index: 1;
}
.wp-block-northwood-blocks-northwood-page-hero
  .wp-block-northwood-blocks-northwood-page-hero__background-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-page-hero
  .wp-block-northwood-blocks-northwood-page-hero__background-image
  img {
  height: auto;
  left: 0;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-page-hero
  .wp-block-northwood-blocks-northwood-page-hero__background-image.vertical-align-center
  img {
  top: 50%;
  transform: translateY(-50%);
}
.wp-block-northwood-blocks-northwood-page-hero
  .wp-block-northwood-blocks-northwood-page-hero__background-image.vertical-align-bottom
  img {
  bottom: 0;
  top: auto;
}
.wp-block-northwood-blocks-northwood-page-hero__background-mask {
  background: linear-gradient(
    180deg,
    rgba(8, 30, 63, 0.72),
    rgba(8, 30, 63, 0.3)
  );
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-page-hero:before {
  background: url(../build/952a9ee1f427a89dafa1.svg);
  background-position: top
    clamp(-32.5rem, 12.6785714286rem + -65.7142857143vw, -3.75rem) right
    calc(50% + clamp(-5.625rem, 27.9642857143rem + -48.8571428571vw, 15.75rem));
  background-repeat: no-repeat;
  background-size: clamp(58rem, -5.2857142857rem + 253.1428571429vw, 168.75rem)
    auto;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.03;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.wp-block-northwood-blocks-northwood-page-hero__content {
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
  z-index: 1;
}
.wp-block-northwood-blocks-northwood-page-hero__top-content {
  grid-area: 1/1/2/3;
  margin-bottom: clamp(2.625rem, 0.75rem + 4.2857142857vw, 4.5rem);
  text-align: center;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-page-hero__top-content {
    grid-area: 1/2/2/3;
  }
}
body.blog .wp-block-northwood-blocks-northwood-page-hero__top-content {
  margin-bottom: clamp(3.75rem, 0.375rem + 7.7142857143vw, 7.125rem);
}
.wp-block-northwood-blocks-northwood-page-hero__title {
  font-family: Gotham Narrow, sans-serif;
  font-size: 36px !important;
  font-weight: 900;
  line-height: 42px !important;
  margin: clamp(1rem, 0.875rem + 0.2857142857vw, 1.125rem) auto
    clamp(0.375rem, -0.375rem + 1.7142857143vw, 1.125rem);
  max-width: 960px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-page-hero__title {
    font-size: 72px !important;
    line-height: 78px !important;
  }
}
.wp-block-northwood-blocks-northwood-page-hero__subtitle {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(0.375rem, -0.375rem + 1.7142857143vw, 1.125rem);
  max-width: 960px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-page-hero__subtitle {
    font-size: 21px;
    line-height: 33px;
  }
}
.wp-block-northwood-blocks-northwood-page-hero .select-mock__wrapper {
  display: inline-block;
  margin-top: 12px;
  width: 275px;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-program-finder {
  margin: 0;
  padding-bottom: 42px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-program-finder {
    padding-bottom: 72px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-type="program"]
  .wp-block-northwood-blocks-northwood-program-finder__grid-content[data-type="program"] {
  display: grid;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__style-button[data-style="grid"],
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="list"]
  .wp-block-northwood-blocks-northwood-program-finder__style-button[data-style="list"] {
  color: var(--wp--preset--color--primary);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__style-button[data-style="grid"]
  svg
  path,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="list"]
  .wp-block-northwood-blocks-northwood-program-finder__style-button[data-style="list"]
  svg
  path {
  fill: var(--wp--preset--color--primary);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__letter-divider {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__letter-section {
  display: contents;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__grid-content {
  gap: 18px;
}
@media (min-width: 540px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
    .wp-block-northwood-blocks-northwood-program-finder__grid-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
    .wp-block-northwood-blocks-northwood-program-finder__grid-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
    .wp-block-northwood-blocks-northwood-program-finder__grid-content {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__card {
  background-color: var(--wp--preset--color--white) !important;
  display: block !important;
  position: relative;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__card.search-hidden {
  display: none !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__card--program {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__image-wrapper {
  margin-bottom: 12px;
  padding-bottom: 66%;
  position: relative;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__card-content {
  display: block;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__filters {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__filters-container {
  margin: 0 auto;
  max-width: 1320px;
  padding: 18px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__filters-container {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 42px 30px;
    width: 100%;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__filters-label {
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 21px;
  padding: 0 18px 18px 15px;
  position: relative;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__filters-label {
    align-items: center;
    border-right: 1px solid var(--wp--preset--color--white);
    display: flex;
    height: 42px;
    margin-right: 30px;
    padding: 0 30px 0 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__filters-label:before {
  border-left: 1px solid var(--wp--preset--color--white);
  border-top: 1px solid var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 6px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__filters-label:before {
    display: none;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__filters-inner {
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__filters-select-wrapper {
  margin-top: 12px;
  position: relative;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__filters-select-wrapper:first-child {
  margin-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__filters-select-wrapper:active {
  transform: scale(0.95);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__filters-select-wrapper:hover
  .wp-block-northwood-blocks-northwood-program-finder__filters-select-mock:before {
  height: 26px;
  width: 26px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__filters-select-wrapper:hover
  .wp-block-northwood-blocks-northwood-program-finder__filters-select-mock
  span {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: selectLabelRoll;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__filters-select-wrapper {
    margin: 0;
    min-width: 260px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__filters-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  height: 48px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__filters-select {
    height: 60px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__filters-select-mock {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../76b87683cf7602de4a57.svg);
  background-color: var(--wp--preset--color--white);
  background-position: right 0 center;
  background-repeat: no-repeat;
  border: 0;
  box-sizing: border-box;
  color: var(--wp--custom--color--foreground);
  cursor: pointer;
  display: inline-flex;
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 900;
  height: 48px;
  letter-spacing: 1px;
  line-height: 21px;
  margin: 0 32px 0 0;
  outline-color: var(--wp--preset--color--primary);
  padding: 14px 24px 13px 18px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transform-origin: bottom right;
  transition: all 0.3s;
  width: calc(100% - 32px);
  z-index: 1;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__filters-select-mock {
    height: 60px;
    padding: 20px 27px 19px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__filters-select-mock:before {
  background-color: var(--wp--preset--color--foreground);
  bottom: -1px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  height: 21px;
  position: absolute;
  right: -32px;
  transition: all 0.3s;
  width: 21px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__filters-select-mock:after {
  background-color: var(--wp--preset--color--white);
  -webkit-clip-path: polygon(
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%,
    0 0
  );
  content: "";
  height: 48px;
  position: absolute;
  right: -31px;
  top: 0;
  width: 32px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__filters-select-mock:after {
    height: 60px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__filters-select-mock
  span {
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  white-space: nowrap;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__filters-clear-all {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: hsla(0, 0%, 100%, 0.3);
  border: none;
  border-radius: 6px;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin-top: 12px;
  padding: 9px 12px;
  transition: all 0.3s;
  visibility: hidden;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__filters-clear-all:hover {
  background-color: hsla(0, 0%, 100%, 0.45);
  transform: translateY(-3px);
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__filters-clear-all {
    margin-left: 30px;
    margin-top: 0;
    width: auto;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__grid {
  padding: 0 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__grid {
    padding: 0 30px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__additional-filters {
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 30px 0 18px;
  width: 100%;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__additional-filters {
    padding: 42px;
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__additional-filters {
    padding: 42px 90px 54px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__no-results {
  border: 1px solid #ddd;
  color: var(--wp--preset--color--foreground);
  display: none;
  flex-direction: row;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  padding: 30px 18px;
  text-align: center;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__no-results.active {
  display: block;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__no-results {
    padding: 42px;
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__no-results {
    padding: 42px 90px;
  }
}
@media (min-width: 540px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
    .wp-block-northwood-blocks-northwood-program-finder__additional-filters,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
    .wp-block-northwood-blocks-northwood-program-finder__no-results {
    grid-column: 1/3;
  }
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
    .wp-block-northwood-blocks-northwood-program-finder__additional-filters,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
    .wp-block-northwood-blocks-northwood-program-finder__no-results {
    grid-column: 1/4;
  }
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
    .wp-block-northwood-blocks-northwood-program-finder__additional-filters,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
    .wp-block-northwood-blocks-northwood-program-finder__no-results {
    grid-column: 1/5;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__search-filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 xmlns:v=%27https://vecta.io/nano%27%3E%3Cpath d=%27M13.623 3a7.38 7.38 0 0 0-7.377 7.377c0 1.535.469 2.961 1.272 4.142L3.36 18.677a1.23 1.23 0 0 0 0 1.739 1.23 1.23 0 0 0 1.739 0l4.119-4.119c1.229.916 2.753 1.458 4.404 1.458A7.38 7.38 0 0 0 21 10.377 7.38 7.38 0 0 0 13.623 3zm0 2.459a4.92 4.92 0 0 1 4.918 4.918 4.92 4.92 0 0 1-4.918 4.918 4.92 4.92 0 0 1-4.918-4.918 4.92 4.92 0 0 1 4.918-4.918z%27 fill=%27%230076bb%27/%3E%3C/svg%3E");
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: 21px;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #081e3f;
  flex-grow: 1;
  font-family: Gotham Narrow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 24px;
  margin-right: 12px;
  max-width: calc(100% - 78px);
  padding: 12px 36px 12px 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__search-filter {
    background-position: center right 30px;
    background-size: 24px;
    font-size: 24px;
    line-height: 36px;
    margin-right: 36px;
    padding: 24px 36px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__search-filter::-webkit-search-cancel-button,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__search-filter::-webkit-search-decoration,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__search-filter::-webkit-search-results-button,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__search-filter::-webkit-search-results-decoration {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__style-button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: grid;
  font-family: GothamPro, sans-serif;
  font-size: 0;
  font-weight: 700;
  grid-auto-flow: column;
  letter-spacing: -0.2px;
  margin-right: 9px;
  padding: 6px;
  transition: all 0.3s;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__style-button {
    color: var(--wp--preset--color--foreground);
    font-size: 18px;
    gap: 9px;
    padding: 3px 6px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__style-button:last-child {
  margin-right: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__style-button
  svg {
  display: block;
  height: 24px;
  width: 17px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__style-button
  svg
  path {
  fill: var(--wp--preset--color--foreground);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__style-button
  .icon-grid {
  width: 15px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__grid-content {
  grid-template-columns: minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1320px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__grid-content.search-active
  .wp-block-northwood-blocks-northwood-program-finder__letter-divider {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__letter-section {
  margin: 0 -18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__letter-section {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__letter-divider {
  padding: 9px 0 3px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__letter-divider.search-hidden {
  display: none;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__letter-divider {
    padding: 18px 0 3px 9px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__letter-divider
  .has-overline-font-size {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 21px;
  margin: 0;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__letter-divider
    .has-overline-font-size {
    font-size: 14px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card {
  background-color: var(--wp--preset--color--white);
  font-size: 14px;
  line-height: 21px;
  overflow: hidden;
  padding: 18px;
  text-decoration: none !important;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__card {
    padding: 24px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card.search-hidden {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card:nth-of-type(2n) {
  background-color: #fafafa;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card.search-visible.odd {
  background-color: var(--wp--preset--color--white);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card.search-visible.even {
  background-color: #fafafa;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card
  p {
  margin: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card
  .is-style-link {
  word-wrap: break-word;
  display: inline;
  font-size: 14px;
  line-height: 21px;
  max-width: 100%;
  text-align: left;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="list"]
  .wp-block-northwood-blocks-northwood-program-finder__card {
  border-top: 1px solid #ddd;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="list"]
  .wp-block-northwood-blocks-northwood-program-finder__card.search-last-visible,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="list"]
  .wp-block-northwood-blocks-northwood-program-finder__grid-content:not(.search-active)
  .wp-block-northwood-blocks-northwood-program-finder__card:last-child {
  border-bottom: 1px solid #ddd;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card-heading {
  display: inline-block;
  text-decoration: none !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card-heading[href]:focus
  .wp-block-heading,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card-heading[href]:hover
  .wp-block-heading {
  background-size: 100% 3px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card-heading[href]
  .wp-block-heading {
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  color: var(--wp--preset--color--primary);
  display: inline;
  padding-bottom: 3px;
  text-decoration: none;
  transition: background-size 0.3s;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder
  .wp-block-heading {
  margin: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card-content {
  width: 100%;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__card-content {
    align-items: center;
    -moz-column-gap: 18px;
    column-gap: 18px;
    display: grid;
    grid-template-columns:
      minmax(300px, 1fr) minmax(100px, 100px) minmax(100px, 100px)
      minmax(100px, 100px) minmax(100px, 100px) minmax(100px, 100px);
    justify-content: flex-start;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__image-wrapper {
  display: none;
  flex: 0 0 60px;
  height: 80px;
  margin-right: 15px;
  overflow: hidden;
  width: 60px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__image-wrapper[href]:focus
  .wp-block-northwood-blocks-northwood-program-finder__image,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__image-wrapper[href]:hover
  .wp-block-northwood-blocks-northwood-program-finder__image {
  transform: scale(1.1);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__image-wrapper {
  display: block;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1s;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card-heading-item {
  margin-bottom: 6px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card-heading-item
  p {
  opacity: 0.72;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card-note {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  opacity: 0.72;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card-note
  svg {
  margin: 0 4px 2.5px 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card-note
  svg
  path {
  opacity: 0.72;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__card-note {
    font-size: 14px;
    line-height: 21px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__card-divider {
  border-bottom: 1px solid #ddd;
  margin: 12px 0 0;
  position: relative;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__card-divider:after {
  background-color: #84c224;
  bottom: -1px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  width: 12px;
  z-index: 2;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card-program-types {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  margin-top: 12px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__card-program-types {
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 24px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder[data-style="list"]
    .wp-block-northwood-blocks-northwood-program-finder__card-program-types {
    display: none;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card-item {
  display: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 24px;
  margin-bottom: 6px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder__card-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__card-item {
    display: block;
    grid-column: auto;
    margin-bottom: 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__card-item--major {
    grid-column: 2/3;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__card-item--minor {
    grid-column: 3/4;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__card-item--certificate {
    grid-column: 4/5;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__card-item--graduate {
    grid-column: 5/6;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-program-finder__card-item--online {
    grid-column: 6/7;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__card-item {
  display: none;
}
@keyframes selectLabelRoll {
  0% {
    transform: translateY(0);
  }
  45% {
    opacity: 0;
    transform: translateY(100%);
  }
  55% {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive
  > .block-editor-inner-blocks,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  display: contents;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-directory-archive
  .wp-block-northwood-blocks-northwood-directory-archive {
  padding: 0;
}
.wp-block-northwood-blocks-northwood-program-finder {
  margin: 0;
  padding-bottom: 42px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-program-finder {
    padding-bottom: 72px;
  }
}
.wp-block-northwood-blocks-northwood-program-finder[data-type="program"]
  .wp-block-northwood-blocks-northwood-program-finder__grid-content[data-type="program"] {
  display: grid;
}
.wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__style-button[data-style="grid"],
.wp-block-northwood-blocks-northwood-program-finder[data-style="list"]
  .wp-block-northwood-blocks-northwood-program-finder__style-button[data-style="list"] {
  color: var(--wp--preset--color--primary);
}
.wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__style-button[data-style="grid"]
  svg
  path,
.wp-block-northwood-blocks-northwood-program-finder[data-style="list"]
  .wp-block-northwood-blocks-northwood-program-finder__style-button[data-style="list"]
  svg
  path {
  fill: var(--wp--preset--color--primary);
}
.wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__letter-divider {
  display: none;
}
.wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__letter-section {
  display: contents;
}
.wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__grid-content {
  gap: 18px;
}
@media (min-width: 540px) {
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
    .wp-block-northwood-blocks-northwood-program-finder__grid-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
    .wp-block-northwood-blocks-northwood-program-finder__grid-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
    .wp-block-northwood-blocks-northwood-program-finder__grid-content {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__card {
  background-color: var(--wp--preset--color--white) !important;
  display: block !important;
  position: relative;
}
.wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__card.search-hidden {
  display: none !important;
}
.wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__card--program {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__image-wrapper {
  margin-bottom: 12px;
  padding-bottom: 66%;
  position: relative;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__card-content {
  display: block;
}
.wp-block-northwood-blocks-northwood-program-finder__filters {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}
.wp-block-northwood-blocks-northwood-program-finder__filters-container {
  margin: 0 auto;
  max-width: 1320px;
  padding: 18px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-program-finder__filters-container {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 42px 30px;
    width: 100%;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__filters-label {
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 21px;
  padding: 0 18px 18px 15px;
  position: relative;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-program-finder__filters-label {
    align-items: center;
    border-right: 1px solid var(--wp--preset--color--white);
    display: flex;
    height: 42px;
    margin-right: 30px;
    padding: 0 30px 0 0;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__filters-label:before {
  border-left: 1px solid var(--wp--preset--color--white);
  border-top: 1px solid var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 6px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-program-finder__filters-label:before {
    display: none;
  }
  .wp-block-northwood-blocks-northwood-program-finder__filters-inner {
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__filters-select-wrapper {
  margin-top: 12px;
  position: relative;
}
.wp-block-northwood-blocks-northwood-program-finder__filters-select-wrapper:first-child {
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-program-finder__filters-select-wrapper:active {
  transform: scale(0.95);
}
.wp-block-northwood-blocks-northwood-program-finder__filters-select-wrapper:hover
  .wp-block-northwood-blocks-northwood-program-finder__filters-select-mock:before {
  height: 26px;
  width: 26px;
}
.wp-block-northwood-blocks-northwood-program-finder__filters-select-wrapper:hover
  .wp-block-northwood-blocks-northwood-program-finder__filters-select-mock
  span {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: selectLabelRoll;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-program-finder__filters-select-wrapper {
    margin: 0;
    min-width: 260px;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__filters-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  height: 48px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-program-finder__filters-select {
    height: 60px;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__filters-select-mock {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../76b87683cf7602de4a57.svg);
  background-color: var(--wp--preset--color--white);
  background-position: right 0 center;
  background-repeat: no-repeat;
  border: 0;
  box-sizing: border-box;
  color: var(--wp--custom--color--foreground);
  cursor: pointer;
  display: inline-flex;
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 900;
  height: 48px;
  letter-spacing: 1px;
  line-height: 21px;
  margin: 0 32px 0 0;
  outline-color: var(--wp--preset--color--primary);
  padding: 14px 24px 13px 18px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transform-origin: bottom right;
  transition: all 0.3s;
  width: calc(100% - 32px);
  z-index: 1;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-program-finder__filters-select-mock {
    height: 60px;
    padding: 20px 27px 19px;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__filters-select-mock:before {
  background-color: var(--wp--preset--color--foreground);
  bottom: -1px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  height: 21px;
  position: absolute;
  right: -32px;
  transition: all 0.3s;
  width: 21px;
}
.wp-block-northwood-blocks-northwood-program-finder__filters-select-mock:after {
  background-color: var(--wp--preset--color--white);
  -webkit-clip-path: polygon(
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%,
    0 0
  );
  content: "";
  height: 48px;
  position: absolute;
  right: -31px;
  top: 0;
  width: 32px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-program-finder__filters-select-mock:after {
    height: 60px;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__filters-select-mock span {
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  white-space: nowrap;
}
.wp-block-northwood-blocks-northwood-program-finder__filters-clear-all {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: hsla(0, 0%, 100%, 0.3);
  border: none;
  border-radius: 6px;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin-top: 12px;
  padding: 9px 12px;
  transition: all 0.3s;
  visibility: hidden;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-program-finder__filters-clear-all:hover {
  background-color: hsla(0, 0%, 100%, 0.45);
  transform: translateY(-3px);
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-program-finder__filters-clear-all {
    margin-left: 30px;
    margin-top: 0;
    width: auto;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__grid {
  padding: 0 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-program-finder__grid {
    padding: 0 30px;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__additional-filters {
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 30px 0 18px;
  width: 100%;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-program-finder__additional-filters {
    padding: 42px;
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-program-finder__additional-filters {
    padding: 42px 90px 54px;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__no-results {
  border: 1px solid #ddd;
  color: var(--wp--preset--color--foreground);
  display: none;
  flex-direction: row;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  padding: 30px 18px;
  text-align: center;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-program-finder__no-results.active {
  display: block;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-program-finder__no-results {
    padding: 42px;
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-program-finder__no-results {
    padding: 42px 90px;
  }
}
@media (min-width: 540px) {
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
    .wp-block-northwood-blocks-northwood-program-finder__additional-filters,
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
    .wp-block-northwood-blocks-northwood-program-finder__no-results {
    grid-column: 1/3;
  }
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
    .wp-block-northwood-blocks-northwood-program-finder__additional-filters,
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
    .wp-block-northwood-blocks-northwood-program-finder__no-results {
    grid-column: 1/4;
  }
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
    .wp-block-northwood-blocks-northwood-program-finder__additional-filters,
  .wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
    .wp-block-northwood-blocks-northwood-program-finder__no-results {
    grid-column: 1/5;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__search-filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 xmlns:v=%27https://vecta.io/nano%27%3E%3Cpath d=%27M13.623 3a7.38 7.38 0 0 0-7.377 7.377c0 1.535.469 2.961 1.272 4.142L3.36 18.677a1.23 1.23 0 0 0 0 1.739 1.23 1.23 0 0 0 1.739 0l4.119-4.119c1.229.916 2.753 1.458 4.404 1.458A7.38 7.38 0 0 0 21 10.377 7.38 7.38 0 0 0 13.623 3zm0 2.459a4.92 4.92 0 0 1 4.918 4.918 4.92 4.92 0 0 1-4.918 4.918 4.92 4.92 0 0 1-4.918-4.918 4.92 4.92 0 0 1 4.918-4.918z%27 fill=%27%230076bb%27/%3E%3C/svg%3E");
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: 21px;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #081e3f;
  flex-grow: 1;
  font-family: Gotham Narrow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 24px;
  margin-right: 12px;
  max-width: calc(100% - 78px);
  padding: 12px 36px 12px 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-program-finder__search-filter {
    background-position: center right 30px;
    background-size: 24px;
    font-size: 24px;
    line-height: 36px;
    margin-right: 36px;
    padding: 24px 36px;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__search-filter::-webkit-search-cancel-button,
.wp-block-northwood-blocks-northwood-program-finder__search-filter::-webkit-search-decoration,
.wp-block-northwood-blocks-northwood-program-finder__search-filter::-webkit-search-results-button,
.wp-block-northwood-blocks-northwood-program-finder__search-filter::-webkit-search-results-decoration {
  display: none;
}
.wp-block-northwood-blocks-northwood-program-finder__style-button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: grid;
  font-family: GothamPro, sans-serif;
  font-size: 0;
  font-weight: 700;
  grid-auto-flow: column;
  letter-spacing: -0.2px;
  margin-right: 9px;
  padding: 6px;
  transition: all 0.3s;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-program-finder__style-button {
    color: var(--wp--preset--color--foreground);
    font-size: 18px;
    gap: 9px;
    padding: 3px 6px;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__style-button:last-child {
  margin-right: 0;
}
.wp-block-northwood-blocks-northwood-program-finder__style-button svg {
  display: block;
  height: 24px;
  width: 17px;
}
.wp-block-northwood-blocks-northwood-program-finder__style-button svg path {
  fill: var(--wp--preset--color--foreground);
}
.wp-block-northwood-blocks-northwood-program-finder__style-button .icon-grid {
  width: 15px;
}
.wp-block-northwood-blocks-northwood-program-finder__grid-content {
  grid-template-columns: minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1320px;
}
.wp-block-northwood-blocks-northwood-program-finder__grid-content.search-active
  .wp-block-northwood-blocks-northwood-program-finder__letter-divider {
  display: none;
}
.wp-block-northwood-blocks-northwood-program-finder__letter-section {
  margin: 0 -18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-program-finder__letter-section {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 0;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__letter-divider {
  padding: 9px 0 3px;
}
.wp-block-northwood-blocks-northwood-program-finder__letter-divider.search-hidden {
  display: none;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-program-finder__letter-divider {
    padding: 18px 0 3px 9px;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__letter-divider
  .has-overline-font-size {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 21px;
  margin: 0;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-program-finder__letter-divider
    .has-overline-font-size {
    font-size: 14px;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__card {
  background-color: var(--wp--preset--color--white);
  font-size: 14px;
  line-height: 21px;
  overflow: hidden;
  padding: 18px;
  text-decoration: none !important;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-program-finder__card {
    padding: 24px;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__card.search-hidden {
  display: none;
}
.wp-block-northwood-blocks-northwood-program-finder__card:nth-of-type(2n) {
  background-color: #fafafa;
}
.wp-block-northwood-blocks-northwood-program-finder__card.search-visible.odd {
  background-color: var(--wp--preset--color--white);
}
.wp-block-northwood-blocks-northwood-program-finder__card.search-visible.even {
  background-color: #fafafa;
}
.wp-block-northwood-blocks-northwood-program-finder__card p {
  margin: 0;
}
.wp-block-northwood-blocks-northwood-program-finder__card .is-style-link {
  word-wrap: break-word;
  display: inline;
  font-size: 14px;
  line-height: 21px;
  max-width: 100%;
  text-align: left;
}
.wp-block-northwood-blocks-northwood-program-finder[data-style="list"]
  .wp-block-northwood-blocks-northwood-program-finder__card {
  border-top: 1px solid #ddd;
}
.wp-block-northwood-blocks-northwood-program-finder[data-style="list"]
  .wp-block-northwood-blocks-northwood-program-finder__card.search-last-visible,
.wp-block-northwood-blocks-northwood-program-finder[data-style="list"]
  .wp-block-northwood-blocks-northwood-program-finder__grid-content:not(.search-active)
  .wp-block-northwood-blocks-northwood-program-finder__card:last-child {
  border-bottom: 1px solid #ddd;
}
.wp-block-northwood-blocks-northwood-program-finder__card-heading {
  display: inline-block;
  text-decoration: none !important;
}
.wp-block-northwood-blocks-northwood-program-finder__card-heading[href]:focus
  .wp-block-heading,
.wp-block-northwood-blocks-northwood-program-finder__card-heading[href]:hover
  .wp-block-heading {
  background-size: 100% 3px;
}
.wp-block-northwood-blocks-northwood-program-finder__card-heading[href]
  .wp-block-heading {
  background-image: linear-gradient(180deg, #84c224, #84c224);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  color: var(--wp--preset--color--primary);
  display: inline;
  padding-bottom: 3px;
  text-decoration: none;
  transition: background-size 0.3s;
}
.wp-block-northwood-blocks-northwood-program-finder .wp-block-heading {
  margin: 0;
}
.wp-block-northwood-blocks-northwood-program-finder__card-content {
  width: 100%;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-program-finder__card-content {
    align-items: center;
    -moz-column-gap: 18px;
    column-gap: 18px;
    display: grid;
    grid-template-columns:
      minmax(300px, 1fr) minmax(100px, 100px) minmax(100px, 100px)
      minmax(100px, 100px) minmax(100px, 100px) minmax(100px, 100px);
    justify-content: flex-start;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__image-wrapper {
  display: none;
  flex: 0 0 60px;
  height: 80px;
  margin-right: 15px;
  overflow: hidden;
  width: 60px;
}
.wp-block-northwood-blocks-northwood-program-finder__image-wrapper[href]:focus
  .wp-block-northwood-blocks-northwood-program-finder__image,
.wp-block-northwood-blocks-northwood-program-finder__image-wrapper[href]:hover
  .wp-block-northwood-blocks-northwood-program-finder__image {
  transform: scale(1.1);
}
.wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__image-wrapper {
  display: block;
}
.wp-block-northwood-blocks-northwood-program-finder__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1s;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-program-finder__card-heading-item {
  margin-bottom: 6px;
}
.wp-block-northwood-blocks-northwood-program-finder__card-heading-item p {
  opacity: 0.72;
}
.wp-block-northwood-blocks-northwood-program-finder__card-note {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  opacity: 0.72;
}
.wp-block-northwood-blocks-northwood-program-finder__card-note svg {
  margin: 0 4px 2.5px 0;
}
.wp-block-northwood-blocks-northwood-program-finder__card-note svg path {
  opacity: 0.72;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-program-finder__card-note {
    font-size: 14px;
    line-height: 21px;
  }
}
.wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__card-divider {
  border-bottom: 1px solid #ddd;
  margin: 12px 0 0;
  position: relative;
}
.wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__card-divider:after {
  background-color: #84c224;
  bottom: -1px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  width: 12px;
  z-index: 2;
}
.wp-block-northwood-blocks-northwood-program-finder__card-program-types {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  margin-top: 12px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-program-finder__card-program-types {
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 24px;
  }
  .wp-block-northwood-blocks-northwood-program-finder[data-style="list"]
    .wp-block-northwood-blocks-northwood-program-finder__card-program-types {
    display: none;
  }
}
.wp-block-northwood-blocks-northwood-program-finder__card-item {
  display: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 24px;
  margin-bottom: 6px;
}
.wp-block-northwood-blocks-northwood-program-finder__card-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-program-finder__card-item {
    display: block;
    grid-column: auto;
    margin-bottom: 0;
  }
  .wp-block-northwood-blocks-northwood-program-finder__card-item--major {
    grid-column: 2/3;
  }
  .wp-block-northwood-blocks-northwood-program-finder__card-item--minor {
    grid-column: 3/4;
  }
  .wp-block-northwood-blocks-northwood-program-finder__card-item--certificate {
    grid-column: 4/5;
  }
  .wp-block-northwood-blocks-northwood-program-finder__card-item--graduate {
    grid-column: 5/6;
  }
  .wp-block-northwood-blocks-northwood-program-finder__card-item--online {
    grid-column: 6/7;
  }
}
.wp-block-northwood-blocks-northwood-program-finder[data-style="grid"]
  .wp-block-northwood-blocks-northwood-program-finder__card-item {
  display: none;
}
@keyframes selectLabelRoll {
  0% {
    transform: translateY(0);
  }
  45% {
    opacity: 0;
    transform: translateY(100%);
  }
  55% {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.editor-styles-wrapper .wp-block-northwood-search-results {
  margin: 0;
  overflow: hidden;
  padding: 30px 0 42px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-search-results {
    padding: 60px 0 72px;
  }
}
.editor-styles-wrapper .wp-block-northwood-search-results__inner {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-search-results__inner {
    padding: 0 30px;
  }
}
.editor-styles-wrapper .wp-block-northwood-search-results * {
  font-family: GothamPro, sans-serif;
  font-weight: 500;
}
.editor-styles-wrapper .wp-block-northwood-search-results b,
.editor-styles-wrapper .wp-block-northwood-search-results strong {
  font-weight: 700 !important;
}
.editor-styles-wrapper .wp-block-northwood-search-results input[type="text"] {
  background-color: #f2f2f2 !important;
  background-position: center left 18px !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: var(--wp--preset--color--foreground) !important;
  font-family: GothamPro, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  height: 60px !important;
  line-height: 24px !important;
  outline: 2px solid transparent !important;
  padding: 12px 50px 12px 38px !important;
  transition: background-color 0.3s, outline 0.3s !important;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-search-results input[type="text"] {
    font-size: 24px !important;
    height: 90px !important;
    line-height: 36px !important;
    padding: 12px 65px !important;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  input[type="text"]:hover {
  background-color: var(--wp--preset--color--white) !important;
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  input[type="text"]:focus {
  outline: 2px solid var(--wp--preset--color--primary) !important;
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  input[type="text"]::-moz-placeholder {
  color: var(--wp--preset--color--foreground) !important;
  opacity: 0.7 !important;
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  input[type="text"]::placeholder {
  color: var(--wp--preset--color--foreground) !important;
  opacity: 0.7 !important;
}
.editor-styles-wrapper .wp-block-northwood-search-results .gsc-input-box {
  border: none !important;
}
.editor-styles-wrapper .wp-block-northwood-search-results table.gsc-search-box {
  margin-bottom: 18px;
  position: relative;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-search-results
    table.gsc-search-box {
    margin-bottom: 30px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  table.gsc-search-box
  tbody,
.editor-styles-wrapper
  .wp-block-northwood-search-results
  table.gsc-search-box
  td,
.editor-styles-wrapper
  .wp-block-northwood-search-results
  table.gsc-search-box
  tr {
  display: contents !important;
  padding: 0 !important;
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  table.gsc-search-box
  .gsst_b {
  display: contents;
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  table.gsc-search-box
  .gsc-search-button,
.editor-styles-wrapper
  .wp-block-northwood-search-results
  table.gsc-search-box
  .gsst_a {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent !important;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: none !important;
  cursor: pointer;
  height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px !important;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-search-results
    table.gsc-search-box
    .gsc-search-button,
  .editor-styles-wrapper
    .wp-block-northwood-search-results
    table.gsc-search-box
    .gsst_a {
    height: 30px !important;
    width: 30px !important;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  table.gsc-search-box
  .gsc-search-button
  span,
.editor-styles-wrapper
  .wp-block-northwood-search-results
  table.gsc-search-box
  .gsc-search-button
  svg,
.editor-styles-wrapper
  .wp-block-northwood-search-results
  table.gsc-search-box
  .gsst_a
  span,
.editor-styles-wrapper
  .wp-block-northwood-search-results
  table.gsc-search-box
  .gsst_a
  svg {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  table.gsc-search-box
  .gsst_a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-close%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%23081E3F%27 d=%27M22.6 9.4c0.521 0.521 0.521 1.365 0 1.886l-4.715 4.713 4.715 4.715c0.521 0.521 0.521 1.365 0 1.886s-1.365 0.521-1.886 0l-4.715-4.715-4.713 4.715c-0.521 0.521-1.365 0.521-1.886 0s-0.521-1.365 0-1.886l4.713-4.715-4.713-4.713c-0.521-0.521-0.521-1.365 0-1.886s1.365-0.521 1.886 0l4.713 4.713 4.715-4.713c0.521-0.521 1.365-0.521 1.886 0z%27%3E%3C/path%3E%3C/svg%3E");
  left: 12px;
  opacity: 0.6;
  transition: opacity 0.3s;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-search-results
    table.gsc-search-box
    .gsst_a {
    left: 18px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  table.gsc-search-box
  .gsst_a:focus,
.editor-styles-wrapper
  .wp-block-northwood-search-results
  table.gsc-search-box
  .gsst_a:hover {
  opacity: 1;
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  table.gsc-search-box
  .gsc-search-button {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-search%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M18.163 4c-5.433 0-9.837 4.404-9.837 9.837 0 2.047 0.625 3.948 1.695 5.523l-5.542 5.543c-0.64 0.64-0.64 1.678 0 2.319s1.678 0.64 2.318 0l5.492-5.492c1.639 1.222 3.671 1.945 5.873 1.945 5.433 0 9.837-4.404 9.837-9.837s-4.404-9.837-9.837-9.837zM18.163 7.279c3.622 0 6.558 2.936 6.558 6.558s-2.936 6.558-6.558 6.558c-3.622 0-6.558-2.936-6.558-6.558s2.936-6.558 6.558-6.558z%27%3E%3C/path%3E%3C/svg%3E");
  right: 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-search-results
    table.gsc-search-box
    .gsc-search-button {
    right: 42px;
  }
}
.editor-styles-wrapper .wp-block-northwood-search-results .gsc-control-cse {
  padding: 0;
}
.editor-styles-wrapper .wp-block-northwood-search-results .gsc-cursor-page {
  font-size: 14px !important;
  line-height: 21px !important;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-search-results .gsc-cursor-page {
    font-size: 18px !important;
    line-height: 27px !important;
  }
}
.editor-styles-wrapper .wp-block-northwood-search-results .gsc-result-info {
  color: var(--wp--preset--color--foreground) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 30px;
  opacity: 0.6;
  padding: 0;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-search-results .gsc-result-info {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 42px;
  }
}
.editor-styles-wrapper .wp-block-northwood-search-results #suggestions {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 18px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-search-results #suggestions {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.editor-styles-wrapper .wp-block-northwood-search-results .gsc-result {
  margin-bottom: 24px !important;
  padding: 0 0 24px !important;
  position: relative !important;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-search-results .gsc-result {
    margin-bottom: 42px !important;
    padding-bottom: 42px !important;
  }
}
.editor-styles-wrapper .wp-block-northwood-search-results .gsc-result * {
  padding: 0 !important;
}
.editor-styles-wrapper .wp-block-northwood-search-results .gsc-result:before {
  background-color: #ddd;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-northwood-search-results .gsc-result:before {
    left: 50%;
    max-width: calc(100vw - 60px);
    transform: translateX(-50%);
    width: 1320px;
  }
}
.editor-styles-wrapper .wp-block-northwood-search-results a.gs-title {
  background-image: linear-gradient(180deg, #0076bb, #0076bb);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  color: var(--wp--preset--color--primary) !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 24px !important;
  margin-bottom: 6px;
  transition: color 0.3s;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-search-results a.gs-title {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}
.editor-styles-wrapper .wp-block-northwood-search-results a.gs-title:focus,
.editor-styles-wrapper .wp-block-northwood-search-results a.gs-title:hover {
  color: var(--wp--preset--color--foreground) !important;
}
.editor-styles-wrapper .wp-block-northwood-search-results a.gs-title * {
  color: inherit !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-search-results a.gs-title * {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}
.editor-styles-wrapper .wp-block-northwood-search-results a.gs-title b {
  color: var(--wp--preset--color--foreground) !important;
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  .gs-visibleUrl-breadcrumb {
  color: var(--wp--preset--color--foreground) !important;
  font-size: 14px !important;
  line-height: 21px !important;
  margin-bottom: 9px;
  opacity: 0.72;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-search-results
    .gs-visibleUrl-breadcrumb {
    font-size: 18px !important;
    line-height: 27px !important;
    margin-bottom: 12px;
  }
}
.editor-styles-wrapper .wp-block-northwood-search-results .gs-snippet {
  color: var(--wp--preset--color--foreground) !important;
  font-size: 14px !important;
  line-height: 21px !important;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-search-results .gs-snippet {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.editor-styles-wrapper .wp-block-northwood-search-results .gsc-promotion {
  background-color: var(--wp--preset--color--primary) !important;
  border: none !important;
  padding: 20px 0 !important;
  z-index: 1;
}
@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-northwood-search-results .gsc-promotion {
    padding: 32px 0 !important;
  }
}
.editor-styles-wrapper .wp-block-northwood-search-results .gsc-promotion * {
  border: none !important;
  color: var(--wp--preset--color--white) !important;
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  .gsc-promotion:before {
  background-color: var(--wp--preset--color--primary) !important;
  height: 100%;
  left: 50%;
  max-width: none;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  .gsc-promotion
  a.gs-title {
  color: var(--wp--preset--color--white) !important;
  transition: opacity 0.3s;
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  .gsc-promotion
  a.gs-title:focus,
.editor-styles-wrapper
  .wp-block-northwood-search-results
  .gsc-promotion
  a.gs-title:hover {
  color: var(--wp--preset--color--white) !important;
  opacity: 0.7;
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  .gsc-promotion
  .gs-visibleUrl {
  color: var(--wp--preset--color--white) !important;
  margin-bottom: 9px;
}
@media (min-width: 800px) {
  .editor-styles-wrapper
    .wp-block-northwood-search-results
    .gsc-promotion
    .gs-visibleUrl {
    margin-bottom: 12px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  .gs-promotion-image-box {
  float: none !important;
  margin-right: 20px;
  width: auto !important;
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  .gsc-above-wrapper-area {
  border: none !important;
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  .gs-promotion-table-snippet-with-image {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.editor-styles-wrapper
  .wp-block-northwood-search-results
  .gs-no-results-result
  .gs-snippet {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.wp-block-northwood-search-results {
  margin: 0;
  overflow: hidden;
  padding: 30px 0 42px;
}
@media (min-width: 800px) {
  .wp-block-northwood-search-results {
    padding: 60px 0 72px;
  }
}
.wp-block-northwood-search-results__inner {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-search-results__inner {
    padding: 0 30px;
  }
}
.wp-block-northwood-search-results * {
  font-family: GothamPro, sans-serif;
  font-weight: 500;
}
.wp-block-northwood-search-results b,
.wp-block-northwood-search-results strong {
  font-weight: 700 !important;
}
.wp-block-northwood-search-results input[type="text"] {
  background-color: #f2f2f2 !important;
  background-position: center left 18px !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: var(--wp--preset--color--foreground) !important;
  font-family: GothamPro, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  height: 60px !important;
  line-height: 24px !important;
  outline: 2px solid transparent !important;
  padding: 12px 50px 12px 38px !important;
  transition: background-color 0.3s, outline 0.3s !important;
}
@media (min-width: 800px) {
  .wp-block-northwood-search-results input[type="text"] {
    font-size: 24px !important;
    height: 90px !important;
    line-height: 36px !important;
    padding: 12px 65px !important;
  }
}
.wp-block-northwood-search-results input[type="text"]:hover {
  background-color: var(--wp--preset--color--white) !important;
}
.wp-block-northwood-search-results input[type="text"]:focus {
  outline: 2px solid var(--wp--preset--color--primary) !important;
}
.wp-block-northwood-search-results input[type="text"]::-moz-placeholder {
  color: var(--wp--preset--color--foreground) !important;
  opacity: 0.7 !important;
}
.wp-block-northwood-search-results input[type="text"]::placeholder {
  color: var(--wp--preset--color--foreground) !important;
  opacity: 0.7 !important;
}
.wp-block-northwood-search-results .gsc-input-box {
  border: none !important;
}
.wp-block-northwood-search-results table.gsc-search-box {
  margin-bottom: 18px;
  position: relative;
}
@media (min-width: 800px) {
  .wp-block-northwood-search-results table.gsc-search-box {
    margin-bottom: 30px;
  }
}
.wp-block-northwood-search-results table.gsc-search-box tbody,
.wp-block-northwood-search-results table.gsc-search-box td,
.wp-block-northwood-search-results table.gsc-search-box tr {
  display: contents !important;
  padding: 0 !important;
}
.wp-block-northwood-search-results table.gsc-search-box .gsst_b {
  display: contents;
}
.wp-block-northwood-search-results table.gsc-search-box .gsc-search-button,
.wp-block-northwood-search-results table.gsc-search-box .gsst_a {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent !important;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: none !important;
  cursor: pointer;
  height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px !important;
}
@media (min-width: 800px) {
  .wp-block-northwood-search-results table.gsc-search-box .gsc-search-button,
  .wp-block-northwood-search-results table.gsc-search-box .gsst_a {
    height: 30px !important;
    width: 30px !important;
  }
}
.wp-block-northwood-search-results table.gsc-search-box .gsc-search-button span,
.wp-block-northwood-search-results table.gsc-search-box .gsc-search-button svg,
.wp-block-northwood-search-results table.gsc-search-box .gsst_a span,
.wp-block-northwood-search-results table.gsc-search-box .gsst_a svg {
  display: none;
}
.wp-block-northwood-search-results table.gsc-search-box .gsst_a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-close%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%23081E3F%27 d=%27M22.6 9.4c0.521 0.521 0.521 1.365 0 1.886l-4.715 4.713 4.715 4.715c0.521 0.521 0.521 1.365 0 1.886s-1.365 0.521-1.886 0l-4.715-4.715-4.713 4.715c-0.521 0.521-1.365 0.521-1.886 0s-0.521-1.365 0-1.886l4.713-4.715-4.713-4.713c-0.521-0.521-0.521-1.365 0-1.886s1.365-0.521 1.886 0l4.713 4.713 4.715-4.713c0.521-0.521 1.365-0.521 1.886 0z%27%3E%3C/path%3E%3C/svg%3E");
  left: 12px;
  opacity: 0.6;
  transition: opacity 0.3s;
}
@media (min-width: 800px) {
  .wp-block-northwood-search-results table.gsc-search-box .gsst_a {
    left: 18px;
  }
}
.wp-block-northwood-search-results table.gsc-search-box .gsst_a:focus,
.wp-block-northwood-search-results table.gsc-search-box .gsst_a:hover {
  opacity: 1;
}
.wp-block-northwood-search-results table.gsc-search-box .gsc-search-button {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-search%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M18.163 4c-5.433 0-9.837 4.404-9.837 9.837 0 2.047 0.625 3.948 1.695 5.523l-5.542 5.543c-0.64 0.64-0.64 1.678 0 2.319s1.678 0.64 2.318 0l5.492-5.492c1.639 1.222 3.671 1.945 5.873 1.945 5.433 0 9.837-4.404 9.837-9.837s-4.404-9.837-9.837-9.837zM18.163 7.279c3.622 0 6.558 2.936 6.558 6.558s-2.936 6.558-6.558 6.558c-3.622 0-6.558-2.936-6.558-6.558s2.936-6.558 6.558-6.558z%27%3E%3C/path%3E%3C/svg%3E");
  right: 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-search-results table.gsc-search-box .gsc-search-button {
    right: 42px;
  }
}
.wp-block-northwood-search-results .gsc-control-cse {
  padding: 0;
}
.wp-block-northwood-search-results .gsc-cursor-page {
  font-size: 14px !important;
  line-height: 21px !important;
}
@media (min-width: 800px) {
  .wp-block-northwood-search-results .gsc-cursor-page {
    font-size: 18px !important;
    line-height: 27px !important;
  }
}
.wp-block-northwood-search-results .gsc-result-info {
  color: var(--wp--preset--color--foreground) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 30px;
  opacity: 0.6;
  padding: 0;
}
@media (min-width: 800px) {
  .wp-block-northwood-search-results .gsc-result-info {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 42px;
  }
}
.wp-block-northwood-search-results #suggestions {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 18px;
}
@media (min-width: 800px) {
  .wp-block-northwood-search-results #suggestions {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.wp-block-northwood-search-results .gsc-result {
  margin-bottom: 24px !important;
  padding: 0 0 24px !important;
  position: relative !important;
}
@media (min-width: 800px) {
  .wp-block-northwood-search-results .gsc-result {
    margin-bottom: 42px !important;
    padding-bottom: 42px !important;
  }
}
.wp-block-northwood-search-results .gsc-result * {
  padding: 0 !important;
}
.wp-block-northwood-search-results .gsc-result:before {
  background-color: #ddd;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 1100px) {
  .wp-block-northwood-search-results .gsc-result:before {
    left: 50%;
    max-width: calc(100vw - 60px);
    transform: translateX(-50%);
    width: 1320px;
  }
}
.wp-block-northwood-search-results a.gs-title {
  background-image: linear-gradient(180deg, #0076bb, #0076bb);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  color: var(--wp--preset--color--primary) !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 24px !important;
  margin-bottom: 6px;
  transition: color 0.3s;
}
@media (min-width: 800px) {
  .wp-block-northwood-search-results a.gs-title {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}
.wp-block-northwood-search-results a.gs-title:focus,
.wp-block-northwood-search-results a.gs-title:hover {
  color: var(--wp--preset--color--foreground) !important;
}
.wp-block-northwood-search-results a.gs-title * {
  color: inherit !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
@media (min-width: 800px) {
  .wp-block-northwood-search-results a.gs-title * {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}
.wp-block-northwood-search-results a.gs-title b {
  color: var(--wp--preset--color--foreground) !important;
}
.wp-block-northwood-search-results .gs-visibleUrl-breadcrumb {
  color: var(--wp--preset--color--foreground) !important;
  font-size: 14px !important;
  line-height: 21px !important;
  margin-bottom: 9px;
  opacity: 0.72;
}
@media (min-width: 800px) {
  .wp-block-northwood-search-results .gs-visibleUrl-breadcrumb {
    font-size: 18px !important;
    line-height: 27px !important;
    margin-bottom: 12px;
  }
}
.wp-block-northwood-search-results .gs-snippet {
  color: var(--wp--preset--color--foreground) !important;
  font-size: 14px !important;
  line-height: 21px !important;
}
@media (min-width: 800px) {
  .wp-block-northwood-search-results .gs-snippet {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.wp-block-northwood-search-results .gsc-promotion {
  background-color: var(--wp--preset--color--primary) !important;
  border: none !important;
  padding: 20px 0 !important;
  z-index: 1;
}
@media (min-width: 800px) {
  .wp-block-northwood-search-results .gsc-promotion {
    padding: 32px 0 !important;
  }
}
.wp-block-northwood-search-results .gsc-promotion * {
  border: none !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-northwood-search-results .gsc-promotion:before {
  background-color: var(--wp--preset--color--primary) !important;
  height: 100%;
  left: 50%;
  max-width: none;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.wp-block-northwood-search-results .gsc-promotion a.gs-title {
  color: var(--wp--preset--color--white) !important;
  transition: opacity 0.3s;
}
.wp-block-northwood-search-results .gsc-promotion a.gs-title:focus,
.wp-block-northwood-search-results .gsc-promotion a.gs-title:hover {
  color: var(--wp--preset--color--white) !important;
  opacity: 0.7;
}
.wp-block-northwood-search-results .gsc-promotion .gs-visibleUrl {
  color: var(--wp--preset--color--white) !important;
  margin-bottom: 9px;
}
@media (min-width: 800px) {
  .wp-block-northwood-search-results .gsc-promotion .gs-visibleUrl {
    margin-bottom: 12px;
  }
}
.wp-block-northwood-search-results .gs-promotion-image-box {
  float: none !important;
  margin-right: 20px;
  width: auto !important;
}
.wp-block-northwood-search-results .gsc-above-wrapper-area {
  border: none !important;
}
.wp-block-northwood-search-results .gs-promotion-table-snippet-with-image {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.wp-block-northwood-search-results .gs-no-results-result .gs-snippet {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-sidebar {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-sidebar
    .wp-block-button
    .wp-block-button__link,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-sidebar__button
    .wp-block-button__link {
    min-width: calc(100% - 33px);
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  font-family: GothamPro, sans-serif;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  line-height: 21px !important;
  margin: 0 0 8px;
  padding: 12px 0;
  position: relative !important;
  text-transform: uppercase;
  transition-delay: 0.3s;
  transition-property: border-bottom;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading
  span {
  opacity: 0.6;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading
  + nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading
    + nav {
    max-height: none;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-plus%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M17.333 8v16a1.333 1.333 0 0 1-2.666 0V8a1.333 1.333 0 0 1 2.666 0z%27/%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: transform 0s, transform 0.3s;
  width: 20px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading.active {
  border-bottom: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading.active:before {
  transform: translateY(-50%) rotate(45deg);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading.active
  + nav {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading {
    border-bottom: none;
    border-top: none;
    cursor: default;
    padding: 0 0 12px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading.active
    + ul {
    border-bottom: none;
    padding-bottom: 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading.active:after,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading.active:before,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading:after,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading:before {
    display: none;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  .wp-block-button
  + .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar__button
  + .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading {
  margin-top: 18px;
  padding-top: 12px;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-sidebar ul {
  padding-left: 0 !important;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-sidebar ul {
    display: block;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item {
  list-style: none !important;
  padding: 6px 30px 6px 0;
  position: relative;
  transition: padding 0.3s;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item
  > a {
  border-left: 1px solid transparent;
  color: var(--wp--preset--color--primary);
  cursor: pointer;
  display: inline;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.page_item_has_children {
  cursor: pointer;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.page_item_has_children
  .children {
  margin-left: -20px;
  max-height: 0;
  overflow: hidden;
  padding-left: 20px !important;
  transition: max-height 0.3s;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.page_item_has_children
  .children
  > .page_item {
  padding-left: 12px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.page_item_has_children
  .children
  > .page_item:first-child {
  padding-top: 12px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.page_item_has_children
  .children
  > .page_item:last-child {
  padding-bottom: 6px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.page_item_has_children
  .children
  > .page_item
  > a {
  color: #515d73;
  font-weight: 400;
  position: relative;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.page_item_has_children
  .children
  > .page_item
  > a:hover {
  opacity: 1;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.page_item_has_children
  .children
  > .page_item.current_page_item
  > a:before {
  background-color: var(--wp--preset--color--secondary);
  content: "";
  display: block;
  height: 100%;
  left: -34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.current_page_item {
  cursor: default;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.current_page_item
  > a {
  pointer-events: none;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-sidebar > nav > ul {
  margin: 0 0 8px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  > nav
  > ul
  > .page_item {
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  > nav
  > ul
  > .page_item:first-child {
  padding-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  > nav
  > ul
  > .page_item:last-child {
  padding-bottom: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  > nav
  > ul
  > .page_item.page_item_has_children:after,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  > nav
  > ul
  > .page_item.page_item_has_children:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-minus%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 20px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  > nav
  > ul
  > .page_item.page_item_has_children:after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  > nav
  > ul
  > .page_item.active {
  padding-bottom: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  > nav
  > ul
  > .page_item.active:after {
  transform: rotate(0);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  > nav
  > ul
  > .page_item.current_page_item
  > a {
  margin-left: -1px;
  position: relative;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  > nav
  > ul
  > .page_item.current_page_item
  > a:before {
  background-color: var(--wp--preset--color--secondary);
  content: "";
  display: block;
  height: 100%;
  left: -21px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-sidebar
  .wp-block-button {
  width: 100%;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-sidebar
    .wp-block-button
    .wp-block-button__link {
    min-width: calc(100% - 33px) !important;
  }
}
.wp-block-northwood-blocks-northwood-sidebar {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-sidebar
    .wp-block-button
    .wp-block-button__link,
  .wp-block-northwood-blocks-northwood-sidebar__button .wp-block-button__link {
    min-width: calc(100% - 33px);
  }
}
.wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  font-family: GothamPro, sans-serif;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  line-height: 21px !important;
  margin: 0 0 8px;
  padding: 12px 0;
  position: relative !important;
  text-transform: uppercase;
  transition-delay: 0.3s;
  transition-property: border-bottom;
}
.wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading span {
  opacity: 0.6;
}
.wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading + nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading + nav {
    max-height: none;
  }
}
.wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-plus%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M17.333 8v16a1.333 1.333 0 0 1-2.666 0V8a1.333 1.333 0 0 1 2.666 0z%27/%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: transform 0s, transform 0.3s;
  width: 20px;
}
.wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading.active {
  border-bottom: none;
}
.wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading.active:before {
  transform: translateY(-50%) rotate(45deg);
}
.wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading.active
  + nav {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading {
    border-bottom: none;
    border-top: none;
    cursor: default;
    padding: 0 0 12px;
  }
  .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading.active
    + ul {
    border-bottom: none;
    padding-bottom: 0;
  }
  .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading.active:after,
  .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading.active:before,
  .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading:after,
  .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading:before {
    display: none;
  }
}
.wp-block-northwood-blocks-northwood-sidebar
  .wp-block-button
  + .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading,
.wp-block-northwood-blocks-northwood-sidebar__button
  + .wp-block-northwood-blocks-northwood-sidebar__heading.wp-block-heading {
  margin-top: 18px;
  padding-top: 12px;
}
.wp-block-northwood-blocks-northwood-sidebar ul {
  padding-left: 0 !important;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-sidebar ul {
    display: block;
  }
}
.wp-block-northwood-blocks-northwood-sidebar ul .page_item {
  list-style: none !important;
  padding: 6px 30px 6px 0;
  position: relative;
  transition: padding 0.3s;
}
.wp-block-northwood-blocks-northwood-sidebar ul .page_item > a {
  border-left: 1px solid transparent;
  color: var(--wp--preset--color--primary);
  cursor: pointer;
  display: inline;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
.wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.page_item_has_children {
  cursor: pointer;
}
.wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.page_item_has_children
  .children {
  margin-left: -20px;
  max-height: 0;
  overflow: hidden;
  padding-left: 20px !important;
  transition: max-height 0.3s;
}
.wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.page_item_has_children
  .children
  > .page_item {
  padding-left: 12px;
}
.wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.page_item_has_children
  .children
  > .page_item:first-child {
  padding-top: 12px;
}
.wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.page_item_has_children
  .children
  > .page_item:last-child {
  padding-bottom: 6px;
}
.wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.page_item_has_children
  .children
  > .page_item
  > a {
  color: #515d73;
  font-weight: 400;
  position: relative;
}
.wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.page_item_has_children
  .children
  > .page_item
  > a:hover {
  opacity: 1;
}
.wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.page_item_has_children
  .children
  > .page_item.current_page_item
  > a:before {
  background-color: var(--wp--preset--color--secondary);
  content: "";
  display: block;
  height: 100%;
  left: -34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
.wp-block-northwood-blocks-northwood-sidebar ul .page_item.current_page_item {
  cursor: default;
}
.wp-block-northwood-blocks-northwood-sidebar
  ul
  .page_item.current_page_item
  > a {
  pointer-events: none;
}
.wp-block-northwood-blocks-northwood-sidebar > nav > ul {
  margin: 0 0 8px;
}
.wp-block-northwood-blocks-northwood-sidebar > nav > ul > .page_item {
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
.wp-block-northwood-blocks-northwood-sidebar
  > nav
  > ul
  > .page_item:first-child {
  padding-top: 0;
}
.wp-block-northwood-blocks-northwood-sidebar
  > nav
  > ul
  > .page_item:last-child {
  padding-bottom: 0;
}
.wp-block-northwood-blocks-northwood-sidebar
  > nav
  > ul
  > .page_item.page_item_has_children:after,
.wp-block-northwood-blocks-northwood-sidebar
  > nav
  > ul
  > .page_item.page_item_has_children:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27icon icon-minus%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%230076bb%27 d=%27M8 14.667h16a1.333 1.333 0 0 1 0 2.666H8a1.333 1.333 0 0 1 0-2.666z%27/%3E%3C/svg%3E");
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 20px;
}
.wp-block-northwood-blocks-northwood-sidebar
  > nav
  > ul
  > .page_item.page_item_has_children:after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.wp-block-northwood-blocks-northwood-sidebar > nav > ul > .page_item.active {
  padding-bottom: 0;
}
.wp-block-northwood-blocks-northwood-sidebar
  > nav
  > ul
  > .page_item.active:after {
  transform: rotate(0);
}
.wp-block-northwood-blocks-northwood-sidebar
  > nav
  > ul
  > .page_item.current_page_item
  > a {
  margin-left: -1px;
  position: relative;
}
.wp-block-northwood-blocks-northwood-sidebar
  > nav
  > ul
  > .page_item.current_page_item
  > a:before {
  background-color: var(--wp--preset--color--secondary);
  content: "";
  display: block;
  height: 100%;
  left: -21px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-social-buttons {
  margin: 0 !important;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-social-buttons {
    margin: 0 !important;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-social-buttons__buttons {
  display: flex;
  justify-content: center;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-social-buttons__buttons {
    justify-content: flex-end;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-social-buttons__button {
  display: inline-block;
  height: 45px;
  margin-left: 15px;
  width: 45px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-social-buttons__button:first-child {
  margin-left: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-social-buttons__button
  a {
  background-color: var(--wp--preset--color--primary);
  border-radius: 50%;
  display: inline-block;
  height: 45px;
  outline-offset: 3px;
  text-decoration: none;
  width: 45px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-social-buttons__button
  a:hover {
  background-size: 0;
  text-decoration: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-social-buttons__button
  svg {
  cursor: pointer;
  display: block;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  overflow: hidden;
  padding: 9px;
  transition: all 0.3s;
  width: 45px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-social-buttons__button
  svg
  path {
  fill: var(--wp--preset--color--white);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-social-buttons__button:hover
  svg {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: socialRoll;
}
@keyframes socialRoll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  45% {
    opacity: 0;
    transform: translateY(10px);
  }
  55% {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-social-buttons {
  cursor: pointer !important;
  margin-block-start: 0 !important;
}
.wp-block-northwood-blocks-northwood-social-buttons {
  margin: 0 !important;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-social-buttons {
    margin: 0 !important;
  }
}
.wp-block-northwood-blocks-northwood-social-buttons__buttons {
  display: flex;
  justify-content: center;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-social-buttons__buttons {
    justify-content: flex-end;
  }
}
.wp-block-northwood-blocks-northwood-social-buttons__button {
  display: inline-block;
  height: 45px;
  margin-left: 15px;
  width: 45px;
}
.wp-block-northwood-blocks-northwood-social-buttons__button:first-child {
  margin-left: 0;
}
.wp-block-northwood-blocks-northwood-social-buttons__button a {
  background-color: var(--wp--preset--color--primary);
  border-radius: 50%;
  display: inline-block;
  height: 45px;
  outline-offset: 3px;
  text-decoration: none;
  width: 45px;
}
.wp-block-northwood-blocks-northwood-social-buttons__button a:hover {
  background-size: 0;
  text-decoration: none;
}
.wp-block-northwood-blocks-northwood-social-buttons__button svg {
  cursor: pointer;
  display: block;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  overflow: hidden;
  padding: 9px;
  transition: all 0.3s;
  width: 45px;
}
.wp-block-northwood-blocks-northwood-social-buttons__button svg path {
  fill: var(--wp--preset--color--white);
}
.wp-block-northwood-blocks-northwood-social-buttons__button:hover svg {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: socialRoll;
}
@keyframes socialRoll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  45% {
    opacity: 0;
    transform: translateY(10px);
  }
  55% {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-subscribe-form {
  margin: 0;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-subscribe-form h4 {
  color: var(--wp--preset--color--foreground);
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 21px;
  margin: 0 0 20px;
  opacity: 0.6;
  text-transform: uppercase;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-subscribe-form
  .ml-form-embedWrapper {
  background-color: transparent;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-subscribe-form
  .ml-form-embedBody,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-subscribe-form
  .ml-form-successBody {
  padding: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-subscribe-form
  .ml-form-embedBody {
  display: flex;
  flex-direction: column;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-subscribe-form
  .ml-block-form {
  background-color: var(--wp--preset--color--white);
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: row;
  margin: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-subscribe-form
  .ml-form-formContent {
  flex-grow: 1;
  margin: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-subscribe-form
  .ml-form-embedSubmit {
  border-radius: 0 6px 6px 0;
  margin: 0;
  overflow: hidden;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-subscribe-form
  .ml-form-embedSubmit
  .primary,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-subscribe-form
  .ml-form-embedSubmit
  button {
  align-items: center;
  background-color: var(--wp--preset--color--primary);
  border: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Gotham Narrow Ultra, sans-serif;
  font-size: 14px;
  height: 100%;
  justify-content: center;
  letter-spacing: 1.6px;
  line-height: 21px;
  margin: 0;
  max-width: 100%;
  padding: 14px 24px 13px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-subscribe-form
  .ml-form-embedSubmit
  .primary:hover,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-subscribe-form
  .ml-form-embedSubmit
  button:hover {
  border-radius: 5px;
  transform: scale(0.95);
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-subscribe-form
    .ml-form-embedSubmit
    .primary,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-subscribe-form
    .ml-form-embedSubmit
    button {
    padding: 20px 30px 19px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-subscribe-form
  .ml-form-embedContent {
  display: contents;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-subscribe-form
  .ml-form-embedContent
  p {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  margin: 12px 0 0;
  opacity: 0.6;
  order: 99;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-subscribe-form
    .ml-form-embedContent
    p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-subscribe-form
  input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 6px 0 0 6px;
  color: var(--wp--preset--color--foreground);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 18px;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-subscribe-form
  input[type="email"][aria-invalid="true"] {
  box-shadow: 0 0 0 1px var(--wp--preset--color--primary);
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-subscribe-form {
  cursor: pointer !important;
  height: 100%;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-subscribe-form {
  margin: 0;
}
.wp-block-northwood-blocks-northwood-subscribe-form h4 {
  color: var(--wp--preset--color--foreground);
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 21px;
  margin: 0 0 20px;
  opacity: 0.6;
  text-transform: uppercase;
}
.wp-block-northwood-blocks-northwood-subscribe-form .ml-form-embedWrapper {
  background-color: transparent;
}
.wp-block-northwood-blocks-northwood-subscribe-form .ml-form-embedBody,
.wp-block-northwood-blocks-northwood-subscribe-form .ml-form-successBody {
  padding: 0;
}
.wp-block-northwood-blocks-northwood-subscribe-form .ml-form-embedBody {
  display: flex;
  flex-direction: column;
}
.wp-block-northwood-blocks-northwood-subscribe-form .ml-block-form {
  background-color: var(--wp--preset--color--white);
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: row;
  margin: 0;
}
.wp-block-northwood-blocks-northwood-subscribe-form .ml-form-formContent {
  flex-grow: 1;
  margin: 0;
}
.wp-block-northwood-blocks-northwood-subscribe-form .ml-form-embedSubmit {
  border-radius: 0 6px 6px 0;
  margin: 0;
  overflow: hidden;
}
.wp-block-northwood-blocks-northwood-subscribe-form
  .ml-form-embedSubmit
  .primary,
.wp-block-northwood-blocks-northwood-subscribe-form
  .ml-form-embedSubmit
  button {
  align-items: center;
  background-color: var(--wp--preset--color--primary);
  border: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Gotham Narrow Ultra, sans-serif;
  font-size: 14px;
  height: 100%;
  justify-content: center;
  letter-spacing: 1.6px;
  line-height: 21px;
  margin: 0;
  max-width: 100%;
  padding: 14px 24px 13px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}
.wp-block-northwood-blocks-northwood-subscribe-form
  .ml-form-embedSubmit
  .primary:hover,
.wp-block-northwood-blocks-northwood-subscribe-form
  .ml-form-embedSubmit
  button:hover {
  border-radius: 5px;
  transform: scale(0.95);
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-subscribe-form
    .ml-form-embedSubmit
    .primary,
  .wp-block-northwood-blocks-northwood-subscribe-form
    .ml-form-embedSubmit
    button {
    padding: 20px 30px 19px;
  }
}
.wp-block-northwood-blocks-northwood-subscribe-form .ml-form-embedContent {
  display: contents;
}
.wp-block-northwood-blocks-northwood-subscribe-form .ml-form-embedContent p {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  margin: 12px 0 0;
  opacity: 0.6;
  order: 99;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-subscribe-form .ml-form-embedContent p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
  }
}
.wp-block-northwood-blocks-northwood-subscribe-form input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 6px 0 0 6px;
  color: var(--wp--preset--color--foreground);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 18px;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-subscribe-form
  input[type="email"][aria-invalid="true"] {
  box-shadow: 0 0 0 1px var(--wp--preset--color--primary);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide {
  height: 224px;
  margin: 0 6px 0 0 !important;
  max-height: 224px;
  min-width: 330px;
  overflow: hidden;
  position: relative;
  width: 330px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider-slide {
    flex: 0 0 100%;
    height: 420px;
    margin: 0 !important;
    max-height: 420px;
    max-width: 100%;
    min-height: 420px;
    min-width: 100%;
    width: 100%;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__mask {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__content-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider-slide__content-inner {
    max-width: 660px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__image {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -3;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__image
  img {
  height: 100% !important;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__image--triangle {
  animation: triangle-fade-in 0.3s ease-in forwards;
}
@keyframes triangle-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__button,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__heading,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__subcopy {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__inspector-container {
  align-items: center;
  display: flex;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: none;
  padding: 60px 18px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider-slide {
    flex: 0 0 100%;
    max-width: 600px;
    min-width: 600px;
    padding: 60px;
    width: 600px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__content {
  margin-bottom: 12px;
  position: relative;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__container
  h1,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__container
  h2,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__container
  h3,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__container
  h4,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__container
  h5,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__container
  h6,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__container
  p {
  color: var(--wp--preset--color--white);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__mask {
  background-color: var(--wp--preset--color--black);
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider-slide__mask {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__heading {
  color: var(--wp--preset--color--white);
  display: block;
  font-family: Gotham Narrow Ultra, sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 36px;
  margin: 0;
  position: relative;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider-slide__heading {
    font-size: 48px;
    letter-spacing: -0.2px;
    line-height: 54px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__subcopy {
  color: var(--wp--preset--color--white);
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 21px;
  margin: 12px 0 0;
  position: relative;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider-slide__subcopy {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 24px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__button {
  display: block;
  margin: 21px 0 0;
  position: relative;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider-slide__button {
    margin: 30px 0 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__tab-text {
  margin-top: auto;
  position: relative;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__tab-text
  label {
  color: var(--wp--preset--color--white);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__buttons {
  position: relative;
}
.wp-block-northwood-blocks-northwood-tabbed-slider-slide {
  height: 224px;
  margin: 0 6px 0 0 !important;
  max-height: 224px;
  min-width: 330px;
  overflow: hidden;
  position: relative;
  width: 330px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide {
    flex: 0 0 100%;
    height: 420px;
    margin: 0 !important;
    max-height: 420px;
    max-width: 100%;
    min-height: 420px;
    min-width: 100%;
    width: 100%;
  }
}
.wp-block-northwood-blocks-northwood-tabbed-slider-slide__mask {
  display: none;
}
.wp-block-northwood-blocks-northwood-tabbed-slider-slide__content-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-tabbed-slider-slide__content-inner {
    max-width: 660px;
  }
}
.wp-block-northwood-blocks-northwood-tabbed-slider-slide__image {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -3;
}
.wp-block-northwood-blocks-northwood-tabbed-slider-slide__image img {
  height: 100% !important;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-tabbed-slider-slide__image--triangle {
  animation: triangle-fade-in 0.3s ease-in forwards;
}
@keyframes triangle-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.wp-block-northwood-blocks-northwood-tabbed-slider-slide__button,
.wp-block-northwood-blocks-northwood-tabbed-slider-slide__heading,
.wp-block-northwood-blocks-northwood-tabbed-slider-slide__subcopy {
  display: none;
}
.wp-block-northwood-blocks-northwood-tabbed-slider-slide__inspector-container {
  align-items: center;
  display: flex;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-tabbed-slider {
  margin-block-start: 0 !important;
  padding: 0 0 42px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-tabbed-slider {
    background-color: #f2f2f2;
    padding: 72px 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__tabs-container {
  display: flex;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider__tabs-container {
    padding-right: 240px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider__tabs-spacer {
    display: block;
    flex-basis: 200px;
    max-width: 200px;
    min-width: 200px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__tabs {
  background-color: var(--wp--preset--color--white);
  flex-basis: 100%;
  overflow: hidden;
  padding: 0 24px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider__tabs {
    flex-basis: 84%;
    max-width: 84%;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__tabs-inner {
  -ms-overflow-style: none;
  display: flex;
  margin: 0 !important;
  scrollbar-width: none;
  white-space: nowrap;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__tabs-inner::-webkit-scrollbar {
  display: none;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-tabbed-slider__tab {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  color: var(--wp--custom--color--foreground);
  cursor: pointer;
  flex: 0 0 auto;
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 21px;
  margin-left: 12px;
  min-width: 0;
  opacity: 0.6;
  padding: 20px 12px 20px 0;
  text-transform: uppercase;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__tab:first-child {
  margin-left: 24px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__tab:last-child {
  margin-right: 24px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__tab.active {
  border-bottom: 1px solid var(--wp--preset--color--secondary);
  opacity: 1;
  position: relative;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__tab.active:after {
  border-color: transparent transparent #84c224;
  border-style: solid;
  border-width: 0 0 12px 12px;
  bottom: 0;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__tab.empty {
  border-bottom: 1px solid transparent;
  margin-left: 0;
  margin-right: 0;
  max-width: 0;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__container {
  margin: 0 !important;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider__container-inner {
    display: flex;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__previous {
  display: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider__previous {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    flex-basis: 200px;
    height: 420px;
    max-height: 420px;
    max-width: 200px;
    min-height: 420px;
    min-width: 200px;
    overflow: hidden;
    z-index: 1;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider__previous
    img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider__previous-container {
    display: flex;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider__previous-slide {
    height: 420px;
    margin: 0 !important;
    max-height: 420px;
    min-height: 100%;
    min-width: 100%;
    position: relative;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane {
  background-color: var(--wp--preset--color--white);
  border-top: 1px solid #ddd;
  padding: 30px 18px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane {
    display: flex;
    flex-basis: 44%;
    flex-direction: column;
    padding: 42px;
    position: relative;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-heading {
  font-family: Gotham Narrow Ultra, sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 36px;
  margin: 0 !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-heading.hidden {
  display: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-heading {
    font-size: 48px;
    line-height: 54px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-subcopy {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 21px;
  margin: 12px 0 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-subcopy.hidden {
  display: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-subcopy {
    font-size: 16px;
    line-height: 24px;
    margin: 18px 0 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-button {
  margin: 18px 0 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-button.hidden {
  display: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-button {
    margin: 30px 0 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-nav-buttons {
  display: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-nav-buttons {
    bottom: 30px;
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
    position: absolute;
    right: 30px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-nav-buttons
  .wp-block-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  margin: 0 0 0 9px !important;
  padding: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-next
  button:after {
  background-color: var(--wp--preset--color--primary) !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider
  .embla {
  margin: 0 !important;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider
    .embla {
    flex-basis: 40%;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider
  .embla__container {
  display: flex;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__bottom {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider__bottom {
    display: none;
  }
}
.editor-styles-wrapper
  #northwood-tabbed-slider-mobile-left
  .wp-block-button__link,
.editor-styles-wrapper
  #northwood-tabbed-slider-mobile-right
  .wp-block-button__link {
  margin: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__bottom
  .embla__dots {
  align-items: center;
  display: flex;
  margin: 0 18px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__bottom
  .embla__dots
  .embla__dot {
  background-color: #ddd;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 9px;
  margin-right: 9px;
  padding: 0;
  width: 9px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__bottom
  .embla__dots
  .embla__dot:last-child {
  margin-right: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__bottom
  .embla__dots
  .embla__dot.embla__dot--selected {
  background-color: var(--wp--preset--color--primary);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__inspector-container {
  align-items: center;
  display: flex;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__inspector-remove-slide {
  margin-left: 10px;
  margin-top: 1px;
  padding: 5px 5px 4px;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-tabbed-slider {
  padding-top: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__tab.empty {
  margin-left: 12px;
  max-width: none;
  padding: 20px 12px 20px 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__tab.empty:first-child {
  margin-left: 24px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__tab.empty:last-child {
  margin-right: 24px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__tabs {
  margin: 0 0 12px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider__tabs {
    flex-basis: 1320px;
    margin: 0 24px 12px;
    max-width: 1320px;
    padding: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__tabs-spacer {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__tabs-container {
  justify-content: center;
  padding-right: 0;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider__container-inner {
    justify-content: center;
    overflow: hidden;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-tabbed-slider
    .embla {
    flex-basis: 600px;
    max-width: 600px;
    overflow: visible;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__bottom {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-tabbed-slider__card-appender-wrap {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1320px;
  padding: 12px 0;
}
.wp-block-northwood-blocks-northwood-tabbed-slider {
  margin-block-start: 0 !important;
  padding: 0 0 42px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-tabbed-slider {
    background-color: #f2f2f2;
    padding: 72px 0;
  }
}
.wp-block-northwood-blocks-northwood-tabbed-slider__tabs-container {
  display: flex;
  overflow: hidden;
  padding-right: 0;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-tabbed-slider__tabs-container {
    padding-right: 240px;
  }
}
.wp-block-northwood-blocks-northwood-tabbed-slider__tabs-spacer {
  display: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-tabbed-slider__tabs-spacer {
    display: block;
    flex-basis: 200px;
    max-width: 200px;
    min-width: 200px;
  }
}
.wp-block-northwood-blocks-northwood-tabbed-slider__tabs {
  background-color: var(--wp--preset--color--white);
  flex-basis: 100%;
  overflow: hidden;
  padding: 0 24px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-tabbed-slider__tabs {
    flex-basis: 84%;
    max-width: 84%;
  }
}
.wp-block-northwood-blocks-northwood-tabbed-slider__tabs-inner {
  -ms-overflow-style: none;
  display: flex;
  margin: 0 !important;
  scrollbar-width: none;
  white-space: nowrap;
}
.wp-block-northwood-blocks-northwood-tabbed-slider__tabs-inner::-webkit-scrollbar {
  display: none;
}
.wp-block-northwood-blocks-northwood-tabbed-slider__tab {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  color: var(--wp--custom--color--foreground);
  cursor: pointer;
  flex: 0 0 auto;
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 21px;
  margin-left: 12px;
  min-width: 0;
  opacity: 0.6;
  padding: 20px 12px 20px 0;
  text-transform: uppercase;
}
.wp-block-northwood-blocks-northwood-tabbed-slider__tab:first-child {
  margin-left: 24px;
}
.wp-block-northwood-blocks-northwood-tabbed-slider__tab:last-child {
  margin-right: 24px;
}
.wp-block-northwood-blocks-northwood-tabbed-slider__tab.active {
  border-bottom: 1px solid var(--wp--preset--color--secondary);
  opacity: 1;
  position: relative;
}
.wp-block-northwood-blocks-northwood-tabbed-slider__tab.active:after {
  border-color: transparent transparent #84c224;
  border-style: solid;
  border-width: 0 0 12px 12px;
  bottom: 0;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}
.wp-block-northwood-blocks-northwood-tabbed-slider__tab.empty {
  border-bottom: 1px solid transparent;
  margin-left: 0;
  margin-right: 0;
  max-width: 0;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.wp-block-northwood-blocks-northwood-tabbed-slider__container {
  margin: 0 !important;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-tabbed-slider__container-inner {
    display: flex;
  }
}
.wp-block-northwood-blocks-northwood-tabbed-slider__previous {
  display: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-tabbed-slider__previous {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    flex-basis: 200px;
    height: 420px;
    max-height: 420px;
    max-width: 200px;
    min-height: 420px;
    min-width: 200px;
    overflow: hidden;
    z-index: 1;
  }
  .wp-block-northwood-blocks-northwood-tabbed-slider__previous img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .wp-block-northwood-blocks-northwood-tabbed-slider__previous-container {
    display: flex;
  }
  .wp-block-northwood-blocks-northwood-tabbed-slider__previous-slide {
    height: 420px;
    margin: 0 !important;
    max-height: 420px;
    min-height: 100%;
    min-width: 100%;
    position: relative;
  }
}
.wp-block-northwood-blocks-northwood-tabbed-slider__info-pane {
  background-color: var(--wp--preset--color--white);
  border-top: 1px solid #ddd;
  padding: 30px 18px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane {
    display: flex;
    flex-basis: 44%;
    flex-direction: column;
    padding: 42px;
    position: relative;
  }
}
.wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-heading {
  font-family: Gotham Narrow Ultra, sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 36px;
  margin: 0 !important;
}
.wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-heading.hidden {
  display: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-heading {
    font-size: 48px;
    line-height: 54px;
  }
}
.wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-subcopy {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 21px;
  margin: 12px 0 0;
}
.wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-subcopy.hidden {
  display: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-subcopy {
    font-size: 16px;
    line-height: 24px;
    margin: 18px 0 0;
  }
}
.wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-button {
  margin: 18px 0 0;
}
.wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-button.hidden {
  display: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-button {
    margin: 30px 0 0;
  }
}
.wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-nav-buttons {
  display: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-nav-buttons {
    bottom: 30px;
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
    position: absolute;
    right: 30px;
  }
}
.wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-nav-buttons
  .wp-block-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  margin: 0 0 0 9px !important;
  padding: 0;
}
.wp-block-northwood-blocks-northwood-tabbed-slider__info-pane-next
  button:after {
  background-color: var(--wp--preset--color--primary) !important;
}
.wp-block-northwood-blocks-northwood-tabbed-slider .embla {
  margin: 0 !important;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-tabbed-slider .embla {
    flex-basis: 40%;
  }
}
.wp-block-northwood-blocks-northwood-tabbed-slider .embla__container {
  display: flex;
}
.wp-block-northwood-blocks-northwood-tabbed-slider__bottom {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-tabbed-slider__bottom {
    display: none;
  }
}
#northwood-tabbed-slider-mobile-left .wp-block-button__link,
#northwood-tabbed-slider-mobile-right .wp-block-button__link {
  margin: 0;
}
.wp-block-northwood-blocks-northwood-tabbed-slider__bottom .embla__dots {
  align-items: center;
  display: flex;
  margin: 0 18px;
}
.wp-block-northwood-blocks-northwood-tabbed-slider__bottom
  .embla__dots
  .embla__dot {
  background-color: #ddd;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 9px;
  margin-right: 9px;
  padding: 0;
  width: 9px;
}
.wp-block-northwood-blocks-northwood-tabbed-slider__bottom
  .embla__dots
  .embla__dot:last-child {
  margin-right: 0;
}
.wp-block-northwood-blocks-northwood-tabbed-slider__bottom
  .embla__dots
  .embla__dot.embla__dot--selected {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-northwood-blocks-northwood-tabbed-slider__inspector-container {
  align-items: center;
  display: flex;
}
.wp-block-northwood-blocks-northwood-tabbed-slider__inspector-remove-slide {
  margin-left: 10px;
  margin-top: 1px;
  padding: 5px 5px 4px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 18px;
  min-height: 208px;
  min-width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card:last-child {
  margin-right: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
  color: var(--wp--preset--color--white);
  display: flex;
  justify-content: center;
  margin: 0;
  opacity: 0 !important;
  text-align: center;
  width: calc(100vw - 36px);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
  font-family: Gotham Narrow, sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.38px;
  line-height: 24px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution
  strong,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial
  strong {
  font-weight: 900;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
  margin-top: 18px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution {
  margin-top: 15px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills {
  gap: 5px !important;
  margin-top: 15px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills
  strong {
  font-weight: 900;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image.wp-block-image {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-height: 132px;
  min-width: 60px;
  position: relative;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image.wp-block-image:after {
  background-color: #f8981f;
  border-radius: 50%;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27%3E%3Cpath d=%27M16.909 25.333h10.579v-10.68H23.48c0-2.368 1.491-3.761 4.52-4.133l-.839-3.854c-6.058.279-10.252 2.786-10.252 10.169v8.498zM4 25.333h10.579v-10.68h-4.008c0-2.368 1.491-3.761 4.52-4.133l-.839-3.854C8.194 6.945 4 9.452 4 16.835v8.498z%27/%3E%3C/svg%3E");
  height: 28px;
  opacity: 0;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image.wp-block-image:after {
    height: 46px;
    padding: 7px;
    width: 46px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image.wp-block-image
  img {
  border-radius: 50%;
  height: 60px !important;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.6;
  transition: height 0.3s, width 0.3s;
  width: 60px !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active {
  min-height: 120px;
  min-width: 120px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
  opacity: 1 !important;
  transition: all 0.3s;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image {
  min-height: 132px;
  min-width: 132px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image:after {
  opacity: 1;
  transition-delay: 0.3s;
  transition-property: opacity;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image
  img {
  border: 3px solid #84c224;
  height: 132px !important;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  padding: 3px;
  transition: height 0.3s, width 0.3s;
  width: 132px !important;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card {
    display: grid;
    grid-auto-columns: max-content;
    grid-auto-rows: min-content;
    margin-right: 0;
    min-width: 100%;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image.wp-block-image {
    align-self: flex-start;
    grid-column: 1;
    grid-row: 1 / span 4;
    margin-right: 48px !important;
    min-height: 190px;
    min-width: 190px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image.wp-block-image.placeholder {
    display: none;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image.wp-block-image
    img {
    height: 190px !important;
    -o-object-fit: cover;
    object-fit: cover;
    transition: none;
    width: 190px !important;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
    opacity: 1 !important;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
    display: block;
    max-width: 800px;
    text-align: left;
    width: auto;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
    font-size: 30px;
    font-weight: 900;
    grid-column: 2;
    grid-row: 1;
    letter-spacing: 0;
    line-height: 54px;
    margin: 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution {
    font-size: 21px;
    font-weight: 900;
    grid-column: 2;
    grid-row: 2;
    letter-spacing: -0.2px;
    line-height: 33px;
    margin: 30px 0 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills {
    gap: 7px !important;
    grid-column: 2;
    grid-row: 3;
    justify-content: flex-start;
    margin: 18px 0 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card.placeholder-image {
    justify-content: center;
    text-align: center;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card.placeholder-image
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card.placeholder-image
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card.placeholder-image
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
    justify-content: center;
    max-width: 960px;
    text-align: center;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active {
    min-width: 100%;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
    transition: none;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image {
    min-height: 208px;
    min-width: 208px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image:after {
    opacity: 1;
    transition-delay: 0s;
    transition-property: opacity;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image
    img {
    height: 208px !important;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 6px;
    transition: none;
    width: 208px !important;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image.wp-block-image:after {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image.wp-block-image
  .components-placeholder {
  background-color: #fff;
  border: none;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #1e1e1e;
  color: #1e1e1e;
  filter: none !important;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 18px;
  min-height: 208px;
  min-width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-card:last-child {
  margin-right: 0;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution,
.wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills,
.wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
  color: var(--wp--preset--color--white);
  display: flex;
  justify-content: center;
  margin: 0;
  opacity: 0 !important;
  text-align: center;
  width: calc(100vw - 36px);
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution,
.wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
  font-family: Gotham Narrow, sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.38px;
  line-height: 24px;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution
  strong,
.wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial
  strong {
  font-weight: 900;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
  margin-top: 18px;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution {
  margin-top: 15px;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills {
  gap: 5px !important;
  margin-top: 15px;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills strong {
  font-weight: 900;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-card__image.wp-block-image {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-height: 132px;
  min-width: 60px;
  position: relative;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-card__image.wp-block-image:after {
  background-color: #f8981f;
  border-radius: 50%;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27%3E%3Cpath d=%27M16.909 25.333h10.579v-10.68H23.48c0-2.368 1.491-3.761 4.52-4.133l-.839-3.854c-6.058.279-10.252 2.786-10.252 10.169v8.498zM4 25.333h10.579v-10.68h-4.008c0-2.368 1.491-3.761 4.52-4.133l-.839-3.854C8.194 6.945 4 9.452 4 16.835v8.498z%27/%3E%3C/svg%3E");
  height: 28px;
  opacity: 0;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image.wp-block-image:after {
    height: 46px;
    padding: 7px;
    width: 46px;
  }
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-card__image.wp-block-image
  img {
  border-radius: 50%;
  height: 60px !important;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.6;
  transition: height 0.3s, width 0.3s;
  width: 60px !important;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-card.active {
  min-height: 120px;
  min-width: 120px;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution,
.wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills,
.wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
  opacity: 1 !important;
  transition: all 0.3s;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image {
  min-height: 132px;
  min-width: 132px;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image:after {
  opacity: 1;
  transition-delay: 0.3s;
  transition-property: opacity;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image
  img {
  border: 3px solid #84c224;
  height: 132px !important;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  padding: 3px;
  transition: height 0.3s, width 0.3s;
  width: 132px !important;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card {
    display: grid;
    grid-auto-columns: max-content;
    grid-auto-rows: min-content;
    margin-right: 0;
    min-width: 100%;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image.wp-block-image {
    align-self: flex-start;
    grid-column: 1;
    grid-row: 1 / span 4;
    margin-right: 48px !important;
    min-height: 190px;
    min-width: 190px;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image.wp-block-image.placeholder {
    display: none;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image.wp-block-image
    img {
    height: 190px !important;
    -o-object-fit: cover;
    object-fit: cover;
    transition: none;
    width: 190px !important;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution,
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills,
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
    opacity: 1 !important;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution,
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills,
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
    display: block;
    max-width: 800px;
    text-align: left;
    width: auto;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
    font-size: 30px;
    font-weight: 900;
    grid-column: 2;
    grid-row: 1;
    letter-spacing: 0;
    line-height: 54px;
    margin: 0;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution {
    font-size: 21px;
    font-weight: 900;
    grid-column: 2;
    grid-row: 2;
    letter-spacing: -0.2px;
    line-height: 33px;
    margin: 30px 0 0;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills {
    gap: 7px !important;
    grid-column: 2;
    grid-row: 3;
    justify-content: flex-start;
    margin: 18px 0 0;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.placeholder-image {
    justify-content: center;
    text-align: center;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.placeholder-image
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution,
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.placeholder-image
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills,
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.placeholder-image
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
    justify-content: center;
    max-width: 960px;
    text-align: center;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active {
    min-width: 100%;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution,
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills,
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
    transition: none;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image {
    min-height: 208px;
    min-width: 208px;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image:after {
    opacity: 1;
    transition-delay: 0s;
    transition-property: opacity;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image
    img {
    height: 208px !important;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 6px;
    transition: none;
    width: 208px !important;
  }
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-cards {
  padding-bottom: 42px;
  width: 120px;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel-cards__slide-container {
  display: flex;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-testimonial-carousel-cards {
    overflow: hidden;
    width: 100%;
  }
}
.wp-block-northwood-blocks-northwood-testimonial-cards__card-appender-wrap {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-testimonial-cards__card-appender {
  align-self: flex-end;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel {
  background-color: var(--wp--preset--color--foreground);
  margin-top: 0 !important;
  overflow: hidden;
  padding: 42px 18px;
  position: relative;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel {
    padding: 72px 30px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel__top {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel__label {
  color: var(--wp--preset--color--tertiary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 18px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel__label {
    font-size: 14px;
    line-height: 21px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel__heading {
  color: var(--wp--preset--color--white);
  font-family: Gotham Narrow, sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 36px;
  margin: 9px 0 0;
  text-align: center;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel__heading {
    font-size: 48px;
    line-height: 54px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-next,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-prev {
    display: block;
    left: calc((100vw - min(1680px, 100%)) / 2 + 30px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-next
    .wp-block-button__link,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-prev
    .wp-block-button__link {
    margin-right: 0 !important;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-next {
    left: auto;
    right: calc((100vw - min(1680px, 100%)) / 2 + 30px);
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom {
    min-height: 72px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom
  .wp-block-button__link {
  margin-right: 0 !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom
  .wp-block-button__link:after {
  background-color: var(--wp--preset--color--secondary) !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel.no-nav-buttons
  .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel
  .wp-block-northwood-blocks-northwood-testimonial-carousel-cards {
  margin: 30px 0 0;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel
    .wp-block-northwood-blocks-northwood-testimonial-carousel-cards {
    margin: 48px auto 0;
    max-width: 1200px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel
  .embla__dots {
  align-items: center;
  display: flex;
  margin: 0 18px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel
  .embla__dots
  .embla__dot {
  background-color: #ddd;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 9px;
  margin-right: 9px;
  padding: 0;
  width: 9px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel
  .embla__dots
  .embla__dot:last-child {
  margin-right: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel
  .embla__dots
  .embla__dot:not(.embla__dot--selected) {
  opacity: 0.15;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel
  .embla__dots
  .embla__dot.embla__dot--selected {
  background-color: var(--wp--preset--color--primary);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel
  .embla__dots
  .embla__dot
  .embla__dot-image {
  margin: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel
  .embla__dots
  .embla__dot.image
  img {
  display: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel
    .embla__dots
    .embla__dot.image {
    height: 54px;
    transition: all 0.3s;
    width: 54px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel
    .embla__dots
    .embla__dot.image
    img {
    border-radius: 50%;
    display: block;
    height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.6;
    transition: all 0.3s;
    width: 54px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel
    .embla__dots
    .embla__dot.image.embla__dot--selected {
    height: 72px;
    transition: all 0.3s;
    width: 72px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel
    .embla__dots
    .embla__dot.image.embla__dot--selected
    img {
    height: 72px;
    opacity: 1;
    transition: all 0.3s;
    width: 72px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel
    .embla__dots
    .embla__dot:not(.embla__dot--selected) {
    opacity: 1;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel
    .embla__dots
    .embla__dot:not(.embla__dot--selected):hover {
    transform: scale(0.95);
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-page-content-sidebar
    .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-next,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-page-content-sidebar
    .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-prev {
    left: auto;
    position: static;
    top: auto;
    transform: none;
    z-index: 1;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-page-content-sidebar
    .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-next
    .wp-block-button__link,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-page-content-sidebar
    .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-prev
    .wp-block-button__link {
    margin-right: 0 !important;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-page-content-sidebar
    .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-prev {
    margin-right: 30px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-page-content-sidebar
    .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-next {
    left: auto;
    margin-left: 30px;
    right: auto;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel {
  padding: 30px 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel__container {
  max-width: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-next,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-prev {
  left: auto;
  position: relative;
  right: auto;
  top: auto;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image {
    width: 190px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-cards {
    max-width: 1320px;
    overflow: visible;
    width: 1320px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image
  .components-resizable-box__container {
  height: 60px !important;
  width: 60px !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image
  .components-resizable-box__container {
  height: 132px !important;
  width: 132px !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-testimonial-carousel-card
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout {
    display: grid;
    grid-auto-columns: max-content;
    grid-auto-rows: min-content;
    margin-right: 0;
    min-width: 100%;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card {
    margin-top: 30px;
    min-width: 800px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image {
    align-self: flex-start;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image
    .components-resizable-box__container {
    height: 190px !important;
    width: 190px !important;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__attribution,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__pills,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__testimonial {
    max-width: 450px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card.active
    .wp-block-northwood-blocks-northwood-testimonial-carousel-card__image
    .components-resizable-box__container {
    height: 208px !important;
    width: 208px !important;
  }
}
.wp-block-northwood-blocks-northwood-testimonial-carousel {
  background-color: var(--wp--preset--color--foreground);
  margin-top: 0 !important;
  overflow: hidden;
  padding: 42px 18px;
  position: relative;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-testimonial-carousel {
    padding: 72px 30px;
  }
}
.wp-block-northwood-blocks-northwood-testimonial-carousel__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel__top {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel__label {
  color: var(--wp--preset--color--tertiary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 18px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-testimonial-carousel__label {
    font-size: 14px;
    line-height: 21px;
  }
}
.wp-block-northwood-blocks-northwood-testimonial-carousel__heading {
  color: var(--wp--preset--color--white);
  font-family: Gotham Narrow, sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 36px;
  margin: 9px 0 0;
  text-align: center;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-testimonial-carousel__heading {
    font-size: 48px;
    line-height: 54px;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-next,
  .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-prev {
    display: block;
    left: calc((100vw - min(1680px, 100%)) / 2 + 30px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-next
    .wp-block-button__link,
  .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-prev
    .wp-block-button__link {
    margin-right: 0 !important;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-next {
    left: auto;
    right: calc((100vw - min(1680px, 100%)) / 2 + 30px);
  }
}
.wp-block-northwood-blocks-northwood-testimonial-carousel__bottom {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom {
    min-height: 72px;
  }
}
.wp-block-northwood-blocks-northwood-testimonial-carousel__bottom
  .wp-block-button__link {
  margin-right: 0 !important;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel__bottom
  .wp-block-button__link:after {
  background-color: var(--wp--preset--color--secondary) !important;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel.no-nav-buttons
  .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom {
  display: none;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel
  .wp-block-northwood-blocks-northwood-testimonial-carousel-cards {
  margin: 30px 0 0;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-testimonial-carousel
    .wp-block-northwood-blocks-northwood-testimonial-carousel-cards {
    margin: 48px auto 0;
    max-width: 1200px;
  }
}
.wp-block-northwood-blocks-northwood-testimonial-carousel .embla__dots {
  align-items: center;
  display: flex;
  margin: 0 18px;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel
  .embla__dots
  .embla__dot {
  background-color: #ddd;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 9px;
  margin-right: 9px;
  padding: 0;
  width: 9px;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel
  .embla__dots
  .embla__dot:last-child {
  margin-right: 0;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel
  .embla__dots
  .embla__dot:not(.embla__dot--selected) {
  opacity: 0.15;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel
  .embla__dots
  .embla__dot.embla__dot--selected {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-northwood-blocks-northwood-testimonial-carousel
  .embla__dots
  .embla__dot
  .embla__dot-image {
  margin: 0;
}
.wp-block-northwood-blocks-northwood-testimonial-carousel
  .embla__dots
  .embla__dot.image
  img {
  display: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-testimonial-carousel
    .embla__dots
    .embla__dot.image {
    height: 54px;
    transition: all 0.3s;
    width: 54px;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel
    .embla__dots
    .embla__dot.image
    img {
    border-radius: 50%;
    display: block;
    height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.6;
    transition: all 0.3s;
    width: 54px;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel
    .embla__dots
    .embla__dot.image.embla__dot--selected {
    height: 72px;
    transition: all 0.3s;
    width: 72px;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel
    .embla__dots
    .embla__dot.image.embla__dot--selected
    img {
    height: 72px;
    opacity: 1;
    transition: all 0.3s;
    width: 72px;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel
    .embla__dots
    .embla__dot:not(.embla__dot--selected) {
    opacity: 1;
  }
  .wp-block-northwood-blocks-northwood-testimonial-carousel
    .embla__dots
    .embla__dot:not(.embla__dot--selected):hover {
    transform: scale(0.95);
  }
  .wp-block-northwood-blocks-northwood-page-content-sidebar
    .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-next,
  .wp-block-northwood-blocks-northwood-page-content-sidebar
    .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-prev {
    left: auto;
    position: static;
    top: auto;
    transform: none;
    z-index: 1;
  }
  .wp-block-northwood-blocks-northwood-page-content-sidebar
    .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-next
    .wp-block-button__link,
  .wp-block-northwood-blocks-northwood-page-content-sidebar
    .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-prev
    .wp-block-button__link {
    margin-right: 0 !important;
  }
  .wp-block-northwood-blocks-northwood-page-content-sidebar
    .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-prev {
    margin-right: 30px;
  }
  .wp-block-northwood-blocks-northwood-page-content-sidebar
    .wp-block-northwood-blocks-northwood-testimonial-carousel__bottom-next {
    left: auto;
    margin-left: 30px;
    right: auto;
  }
}
.wp-block-northwood-blocks-northwood-text-section > :first-child {
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-text-section > :last-child {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-text-section p:first-child {
  margin-top: 0;
}
.wp-block-northwood-blocks-northwood-text-section p:last-child {
  margin-bottom: 0;
}
.wp-block-northwood-blocks-northwood-text-section
  > .wp-block-button
  + .wp-block-button,
.wp-block-northwood-blocks-northwood-text-section
  > .wp-block-button
  + .wp-block-buttons {
  margin-top: 9px;
}
@media (min-width: 800px) {
  .wp-block-northwood-blocks-northwood-text-section
    > .wp-block-button
    + .wp-block-button,
  .wp-block-northwood-blocks-northwood-text-section
    > .wp-block-button
    + .wp-block-buttons {
    margin-top: 18px;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-top-menu {
  display: none;
  grid-column: 2/5;
  grid-row: 1;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-top-menu {
    display: block;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    padding: 0 !important;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item {
    align-items: center;
    display: flex;
    flex-direction: row;
    line-height: 18px;
    list-style: none;
    margin-right: 30px;
    position: relative;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.active {
    background-color: var(--wp--preset--color--primary);
    border-top: 1px solid var(--wp--preset--color--secondary) !important;
    color: var(--wp--preset--color--white);
    margin-right: -79px !important;
    padding-right: 79px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item:last-child {
    margin-right: 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item
    > a {
    color: var(--wp--preset--color--white) !important;
    font-family: Gotham Narrow, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 18px;
    text-decoration: none !important;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.bold
    > a {
    font-family: GothamPro, sans-serif;
    font-weight: 900;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item
    > .icon {
    display: none;
    height: 20px !important;
    width: 20px !important;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item
    > .icon
    path {
    fill: var(--wp--preset--color--white);
    opacity: 0.3;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.divider {
    padding-left: 18px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.divider:before {
    background-color: transparent;
    border-left: 1px solid var(--wp--preset--color--white);
    content: "";
    height: 18px;
    left: -12px;
    position: absolute;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children {
    margin-left: 12px;
    padding-left: 18px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children
    > a {
    white-space: nowrap;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children
    > .icon-chev-down {
    display: block;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children.active {
    max-width: 200px;
    min-width: 200px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children.active
    > .icon-chev-down {
    display: none;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children.active
    > .icon-chev-up {
    display: block;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children
    .sub-menu {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    display: none;
    flex-direction: column;
    max-width: 300px;
    min-width: 200px;
    padding: 18px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children
    .sub-menu.active {
    display: flex;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item {
    margin: 9px 0 0;
    padding: 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item
    a {
    color: var(--wp--preset--color--white) !important;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item
    a:focus {
    outline: 1px solid var(--wp--preset--color--white);
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item:first-child {
    padding-top: 0;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.divider:before {
    top: 24px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children {
    border-top: 1px solid transparent;
    margin-top: -24px;
    padding-top: 24px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children
    > a:hover {
    background-size: 0;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-top-menu {
  cursor: pointer !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-top-menu
  .components-placeholder {
  max-width: 400px;
}
.wp-block-northwood-blocks-northwood-top-menu {
  display: none;
  grid-column: 2/5;
  grid-row: 1;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-top-menu {
    display: block;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    padding: 0 !important;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu .menu-item {
    align-items: center;
    display: flex;
    flex-direction: row;
    line-height: 18px;
    list-style: none;
    margin-right: 30px;
    position: relative;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.active {
    background-color: var(--wp--preset--color--primary);
    border-top: 1px solid var(--wp--preset--color--secondary) !important;
    color: var(--wp--preset--color--white);
    margin-right: -79px !important;
    padding-right: 79px;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item:last-child {
    margin-right: 0;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item
    > a {
    color: var(--wp--preset--color--white) !important;
    font-family: Gotham Narrow, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 18px;
    text-decoration: none !important;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.bold
    > a {
    font-family: GothamPro, sans-serif;
    font-weight: 900;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item
    > .icon {
    display: none;
    height: 20px !important;
    width: 20px !important;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item
    > .icon
    path {
    fill: var(--wp--preset--color--white);
    opacity: 0.3;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.divider {
    padding-left: 18px;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.divider:before {
    background-color: transparent;
    border-left: 1px solid var(--wp--preset--color--white);
    content: "";
    height: 18px;
    left: -12px;
    position: absolute;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children {
    margin-left: 12px;
    padding-left: 18px;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children
    > a {
    white-space: nowrap;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children
    > .icon-chev-down {
    display: block;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children.active {
    max-width: 200px;
    min-width: 200px;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children.active
    > .icon-chev-down {
    display: none;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children.active
    > .icon-chev-up {
    display: block;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children
    .sub-menu {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    display: none;
    flex-direction: column;
    max-width: 300px;
    min-width: 200px;
    padding: 18px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children
    .sub-menu.active {
    display: flex;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item {
    margin: 9px 0 0;
    padding: 0;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item
    a {
    color: var(--wp--preset--color--white) !important;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item
    a:focus {
    outline: 1px solid var(--wp--preset--color--white);
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item:first-child {
    padding-top: 0;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.divider:before {
    top: 24px;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children {
    border-top: 1px solid transparent;
    margin-top: -24px;
    padding-top: 24px;
  }
  .wp-block-northwood-blocks-northwood-top-menu__desktop-top-menu
    .menu-item.menu-item-has-children
    > a:hover {
    background-size: 0;
  }
}
.wp-block-northwood-blocks-northwood-video-carousel-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  margin-left: 3px;
  margin-right: 3px;
  min-width: 354px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 354px;
}
.wp-block-northwood-blocks-northwood-video-carousel-card__video {
  cursor: pointer;
  height: 354px;
  margin-bottom: 0 !important;
  overflow: hidden;
  position: relative;
  width: 354px;
}
.wp-block-northwood-blocks-northwood-video-carousel-card__video:after {
  background-color: var(--wp--preset--color--secondary);
  border-radius: 50%;
  bottom: 30px;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%23fff%27 d=%27M8 28V4l19.2 12z%27/%3E%3C/svg%3E");
  height: 30px;
  left: 50%;
  opacity: 0;
  padding: 21px;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity 0.3s, transform 0.3s;
  width: 30px;
}
.wp-block-northwood-blocks-northwood-video-carousel-card__video:hover:after {
  transform: translateX(-50%) scale(0.95);
}
.wp-block-northwood-blocks-northwood-video-carousel-card__video img {
  height: auto !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
}
.wp-block-northwood-blocks-northwood-video-carousel-card__author,
.wp-block-northwood-blocks-northwood-video-carousel-card__question {
  color: var(--wp--preset--color--foreground);
  display: flex;
  justify-content: center;
  margin: 0;
  max-width: 80%;
  width: 80%;
}
.wp-block-northwood-blocks-northwood-video-carousel-card__question {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 24px;
  margin-top: 12px;
  text-align: center;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-video-carousel-card__question {
    font-size: 18px;
    line-height: 27px;
  }
}
.wp-block-northwood-blocks-northwood-video-carousel-card__author {
  font-family: Gotham Narrow, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  margin-top: 6px;
  opacity: 0.6;
  text-align: center;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-video-carousel-card__author {
    font-size: 16px;
    line-height: 24px;
  }
}
.wp-block-northwood-blocks-northwood-video-carousel-card.active
  .wp-block-northwood-blocks-northwood-video-carousel-card__video:after {
  opacity: 1;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-video-carousel-card {
    margin-left: -27px;
    margin-right: -27px;
    min-width: 450px;
    width: 450px;
  }
  .wp-block-northwood-blocks-northwood-video-carousel-card__video {
    height: 450px;
    transform: scale(0.86666);
    transition: transform 0.3s;
    width: 450px;
  }
  .wp-block-northwood-blocks-northwood-video-carousel-card__question {
    margin-top: -18px;
    max-height: 0;
    overflow: hidden;
    transition: top-margin 0.3s;
  }
  .wp-block-northwood-blocks-northwood-video-carousel-card__author {
    margin-top: 0;
  }
  .wp-block-northwood-blocks-northwood-video-carousel-card.active {
    margin-left: 3px;
    margin-right: 3px;
  }
  .wp-block-northwood-blocks-northwood-video-carousel-card.active
    .wp-block-northwood-blocks-northwood-video-carousel-card__video {
    transform: scale(1);
  }
  .wp-block-northwood-blocks-northwood-video-carousel-card.active
    .wp-block-northwood-blocks-northwood-video-carousel-card__video:after {
    bottom: 42px;
    height: 36px;
    padding: 27px;
    width: 36px;
  }
  .wp-block-northwood-blocks-northwood-video-carousel-card.active
    .wp-block-northwood-blocks-northwood-video-carousel-card__question {
    margin-top: 12px;
    max-height: none;
    transition: margin-top 0.3s;
  }
  .wp-block-northwood-blocks-northwood-video-carousel-card.active
    .wp-block-northwood-blocks-northwood-video-carousel-card__author {
    margin-top: 9px;
  }
}
.wp-block-northwood-blocks-northwood-video-carousel-cards {
  margin-top: 18px !important;
  overflow: hidden;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-video-carousel-cards__slide-container {
  align-items: flex-start;
  display: flex;
}
.wp-block-northwood-blocks-northwood-video-carousel-cards
  .components-resizable-box__handle {
  display: none !important;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-video-carousel-cards {
    min-height: 550px;
  }
}
.wp-block-northwood-blocks-northwood-video-carousel-cards__card-appender-wrap {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-video-carousel-cards__card-appender {
  align-self: flex-end;
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-video-carousel {
  background-color: var(--wp--preset--color--white);
  margin: 42px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-northwood-blocks-northwood-video-carousel {
    margin: 72px 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel__top {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel__label {
  color: var(--wp--preset--color--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 18px;
  margin: 0;
  max-width: 80%;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel__label {
    font-size: 14px;
    line-height: 21px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel__heading {
  color: var(--wp--preset--color--foreground);
  font-family: Gotham Narrow, sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 36px;
  margin: 9px 0 0;
  max-width: 80%;
  text-align: center;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel__heading {
    font-size: 48px;
    line-height: 54px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel__subcopy {
  color: var(--wp--preset--color--foreground);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 21px;
  margin: 18px 0 0;
  max-width: 80%;
  text-align: center;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel__subcopy {
    font-size: 16px;
    line-height: 24px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel__bottom {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel__bottom {
    display: none;
    min-height: 72px;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel__bottom
  .wp-block-button:last-child
  .wp-block-button__link:after {
  background-color: var(--wp--preset--color--primary) !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel__bottom
  .wp-block-button__link {
  margin-right: 0 !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel
  .wp-block-northwood-blocks-northwood-video-carousel-cards {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel
    .wp-block-northwood-blocks-northwood-video-carousel-cards {
    margin: 42px auto 0;
    max-width: 100%;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel
  .embla__dots {
  align-items: center;
  display: flex;
  margin: 0 18px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel
  .embla__dots
  .embla__dot {
  background-color: var(--wp--preset--color--foreground);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 9px;
  margin-right: 9px;
  padding: 0;
  width: 9px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel
  .embla__dots
  .embla__dot:last-child {
  margin-right: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel
  .embla__dots
  .embla__dot:not(.embla__dot--selected) {
  opacity: 0.15;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel
  .embla__dots
  .embla__dot.embla__dot--selected {
  background-color: var(--wp--preset--color--primary);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel
  .embla__dots
  .embla__dot
  .embla__dot-image {
  margin: 0;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel
  .embla__dots
  .embla__dot.image
  img {
  display: none;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel
    .embla__dots
    .embla__dot.image {
    height: 54px;
    transition: all 0.3s;
    width: 54px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel
    .embla__dots
    .embla__dot.image
    img {
    border-radius: 50%;
    display: block;
    height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.6;
    transition: all 0.3s;
    width: 54px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel
    .embla__dots
    .embla__dot.image.embla__dot--selected {
    height: 72px;
    transition: all 0.3s;
    width: 72px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel
    .embla__dots
    .embla__dot.image.embla__dot--selected
    img {
    height: 72px;
    opacity: 1;
    transition: all 0.3s;
    width: 72px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel
    .embla__dots
    .embla__dot:not(.embla__dot--selected) {
    opacity: 1;
  }
}
.editor-styles-wrapper .wp-block-northwood-blocks-northwood-video-carousel {
  background-color: transparent;
  margin: 0;
  padding-bottom: 30px;
  padding-top: 30px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel__top
  .block-editor-block-list__layout {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel__bottom-next,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel__bottom-prev {
  left: auto;
  position: relative;
  right: auto;
  top: auto;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel-cards {
    min-height: auto;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel-card
  .block-editor-block-list__layout {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel-card__video {
  height: 354px;
  width: 354px;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel-card__video
  .components-resizable-box__container {
  height: 354px !important;
  width: 354px !important;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel-card__video
  img {
  cursor: pointer;
  transform: scale(1);
  transition: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel-card.active
  .wp-block-northwood-blocks-northwood-video-carousel-card__video:after {
  display: none;
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel-card__author,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel-card__question,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel-card__video {
  color: var(--wp--custom--color--foreground);
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel-card__author
  .wp-block-button__link,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel-card__question
  .wp-block-button__link,
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel-card__video
  .wp-block-button__link {
  color: var(--wp--custom--color--foreground) !important;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel-card
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout {
    margin-right: 0;
  }
}
.editor-styles-wrapper
  .wp-block-northwood-blocks-northwood-video-carousel-card__video-url {
  width: 100%;
}
@media (min-width: 1100px) {
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel-card {
    margin-left: 3px;
    margin-right: 3px;
    min-width: 390px;
    width: 390px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel-card__video {
    height: 390px;
    width: 390px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel-card__video
    .components-resizable-box__container {
    height: 390px !important;
    width: 390px !important;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel-card__video
    img {
    transform: scale(1);
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel-card__author,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel-card__question,
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel-card__video {
    display: block;
    max-height: none;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel-card__question {
    margin-top: 12px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel-card__author {
    margin-top: 9px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel-card.active {
    margin-left: 3px;
    margin-right: 3px;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel-card.active
    .wp-block-northwood-blocks-northwood-video-carousel-card__video
    .components-resizable-box__container {
    height: 390px !important;
    width: 390px !important;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel-card.active
    .wp-block-northwood-blocks-northwood-video-carousel-card__video:after {
    display: none;
  }
  .editor-styles-wrapper
    .wp-block-northwood-blocks-northwood-video-carousel-card.active
    .wp-block-northwood-blocks-northwood-video-carousel-card__video
    img {
    transform: scale(1);
    transition: none;
  }
}
.wp-block-northwood-blocks-northwood-video-carousel {
  background-color: var(--wp--preset--color--white);
  margin: 42px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-video-carousel {
    margin: 72px 0;
  }
}
.wp-block-northwood-blocks-northwood-video-carousel__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
.wp-block-northwood-blocks-northwood-video-carousel__top {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wp-block-northwood-blocks-northwood-video-carousel__label {
  color: var(--wp--preset--color--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 18px;
  margin: 0;
  max-width: 80%;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-video-carousel__label {
    font-size: 14px;
    line-height: 21px;
  }
}
.wp-block-northwood-blocks-northwood-video-carousel__heading {
  color: var(--wp--preset--color--foreground);
  font-family: Gotham Narrow, sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 36px;
  margin: 9px 0 0;
  max-width: 80%;
  text-align: center;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-video-carousel__heading {
    font-size: 48px;
    line-height: 54px;
  }
}
.wp-block-northwood-blocks-northwood-video-carousel__subcopy {
  color: var(--wp--preset--color--foreground);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 21px;
  margin: 18px 0 0;
  max-width: 80%;
  text-align: center;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-video-carousel__subcopy {
    font-size: 16px;
    line-height: 24px;
  }
}
.wp-block-northwood-blocks-northwood-video-carousel__bottom {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-video-carousel__bottom {
    display: none;
    min-height: 72px;
  }
}
.wp-block-northwood-blocks-northwood-video-carousel__bottom
  .wp-block-button:last-child
  .wp-block-button__link:after {
  background-color: var(--wp--preset--color--primary) !important;
}
.wp-block-northwood-blocks-northwood-video-carousel__bottom
  .wp-block-button__link {
  margin-right: 0 !important;
}
.wp-block-northwood-blocks-northwood-video-carousel
  .wp-block-northwood-blocks-northwood-video-carousel-cards {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-video-carousel
    .wp-block-northwood-blocks-northwood-video-carousel-cards {
    margin: 42px auto 0;
    max-width: 100%;
  }
}
.wp-block-northwood-blocks-northwood-video-carousel .embla__dots {
  align-items: center;
  display: flex;
  margin: 0 18px;
}
.wp-block-northwood-blocks-northwood-video-carousel .embla__dots .embla__dot {
  background-color: var(--wp--preset--color--foreground);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 9px;
  margin-right: 9px;
  padding: 0;
  width: 9px;
}
.wp-block-northwood-blocks-northwood-video-carousel
  .embla__dots
  .embla__dot:last-child {
  margin-right: 0;
}
.wp-block-northwood-blocks-northwood-video-carousel
  .embla__dots
  .embla__dot:not(.embla__dot--selected) {
  opacity: 0.15;
}
.wp-block-northwood-blocks-northwood-video-carousel
  .embla__dots
  .embla__dot.embla__dot--selected {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-northwood-blocks-northwood-video-carousel
  .embla__dots
  .embla__dot
  .embla__dot-image {
  margin: 0;
}
.wp-block-northwood-blocks-northwood-video-carousel
  .embla__dots
  .embla__dot.image
  img {
  display: none;
}
@media (min-width: 1100px) {
  .wp-block-northwood-blocks-northwood-video-carousel
    .embla__dots
    .embla__dot.image {
    height: 54px;
    transition: all 0.3s;
    width: 54px;
  }
  .wp-block-northwood-blocks-northwood-video-carousel
    .embla__dots
    .embla__dot.image
    img {
    border-radius: 50%;
    display: block;
    height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.6;
    transition: all 0.3s;
    width: 54px;
  }
  .wp-block-northwood-blocks-northwood-video-carousel
    .embla__dots
    .embla__dot.image.embla__dot--selected {
    height: 72px;
    transition: all 0.3s;
    width: 72px;
  }
  .wp-block-northwood-blocks-northwood-video-carousel
    .embla__dots
    .embla__dot.image.embla__dot--selected
    img {
    height: 72px;
    opacity: 1;
    transition: all 0.3s;
    width: 72px;
  }
  .wp-block-northwood-blocks-northwood-video-carousel
    .embla__dots
    .embla__dot:not(.embla__dot--selected) {
    opacity: 1;
  }
}
@media (max-width: 800px) {
  .footer__bottom-bar{
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
  }
  .wp-block-northwood-blocks-northwood-footer-utility-menu {
    display: block;
    margin-block-start: 0 !important;
    text-align: center;
  }
  .wp-block-northwood-blocks-northwood-footer-quicklinks-menu .menu {
    max-height: 300px;
}
}