@import 'variables.css';
#poststuff .image-header,
.image-header {
  background-image: var(--bg-url);
  background-color: #01224A;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  position: relative;
  width: 100%;
}
#poststuff .image-header--interior,
.image-header--interior {
  min-height: 120px;
}
#poststuff .image-header__overlay,
.image-header__overlay {
  background-color: var(--bg-color);
  opacity: var(--bg-opacity);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#poststuff .image-header__heading,
.image-header__heading {
  color: #FFF;
  font-family: var(--font-family-heading);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  max-width: var(--max-width);
  padding: 30px 60px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
}
#poststuff .image-header__heading img,
.image-header__heading img {
  display: block;
  margin: 0 auto 20px;
  max-width: 125px;
  position: absolute;
  top: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
}
#poststuff .image-header__subheading,
.image-header__subheading {
  display: block;
  font-size: 24px;
  font-weight: 300;
  margin: 10px 0 0;
  max-width: var(--max-width);
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
#poststuff .image-header h1.image-header__heading,
.image-header h1.image-header__heading {
  box-sizing: border-box;
  font-size: 48px;
}
#poststuff .image-header h1.image-header__heading small,
.image-header h1.image-header__heading small {
  display: block;
  font-size: 24px;
  font-weight: 300;
}
#poststuff .image-header h2.image-header__heading,
.image-header h2.image-header__heading {
  font-size: 36px;
}
#poststuff .image-header h3.image-header__heading,
.image-header h3.image-header__heading {
  font-size: 24px;
}
#poststuff .image-header h4.image-header__heading,
.image-header h4.image-header__heading {
  font-size: 18px;
}
#poststuff .image-header--short,
.image-header--short {
  height: 240px;
  min-height: 240px;
}
#poststuff .image-header--short .image-header__heading,
.image-header--short .image-header__heading {
  padding: 20px 40px;
}
#poststuff .image-header--costco,
.image-header--costco {
  align-items: flex-start;
  border-bottom: 10px solid var(--dark);
}
#poststuff .image-header--costco .inset,
.image-header--costco .inset {
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.81) 80%, #FFFFFF00 100%);
  color: var(--dark);
  font-family: 'Oswald', sans-serif;
  margin: 0;
  max-width: 700px;
  padding: 20px 120px 20px 40px;
  text-align: left;
  z-index: 2;
}
#poststuff .image-header--costco .inset h1.image-header__heading,
.image-header--costco .inset h1.image-header__heading {
  background: none;
  color: var(--green);
  margin: 0;
  padding: 0;
  text-align: left;
}
#poststuff .image-header--costco .inset p,
.image-header--costco .inset p {
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0 0;
  text-align: left;
}
#poststuff .image-header--costco .inset a.button,
.image-header--costco .inset a.button {
  background-color: var(--dark);
  margin: 20px 0 0;
}
#poststuff .image-header--costco .inset a.button:hover,
.image-header--costco .inset a.button:hover {
  background-color: var(--charcoal);
}
#poststuff .image-header--costco-right,
.image-header--costco-right {
  align-items: flex-end;
  border-bottom: none;
}
#poststuff .image-header--costco-right .inset,
.image-header--costco-right .inset {
  background-image: linear-gradient(90deg, #FFFFFF00 0%, rgba(255, 255, 255, 0.8) 20%);
  padding: 20px 40px 20px 120px;
  text-align: right;
}
#poststuff .image-header--costco-right .inset h2,
.image-header--costco-right .inset h2 {
  color: var(--green);
  margin: 0;
  padding: 0;
  text-align: right;
}
#poststuff .image-header--costco-right .inset p,
.image-header--costco-right .inset p {
  text-align: right;
}
.image-banner {
  background-color: var(--bg-color);
  display: flex;
  flex-direction: column;
  padding: 60px 20px;
  justify-content: center;
  align-items: center;
}
.image-banner .inset {
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  font-family: var(--font-family-heading);
  margin: 0;
  max-width: var(--max-width);
  padding: 0;
  text-align: center;
  width: calc(100% - 40px);
  z-index: 2;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1)) drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}
.image-banner__image {
  flex-basis: 50%;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
}
.image-banner__copy {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  font-size: 1.2em;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  text-align: left;
  filter: none;
}
.image-banner__copy h2 {
  font-size: 30px;
  margin: 0;
  padding: 0;
}
.image-banner__copy h3.label {
  font-size: 20px;
}
.image-banner__copy h3.label + h2 {
  margin-top: 0;
}
.image-banner__copy p {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.icon-boxes {
  display: block;
  text-align: center;
}
.icon-boxes .boxes {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}
.icon-boxes .boxes__box {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 30px;
  text-align: center;
  width: calc(33.3333% - 20px);
  min-width: 360px;
}
.icon-boxes .boxes__box__icon {
  align-items: center;
  aspect-ratio: 1;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
  width: 80px;
}
.icon-boxes .boxes__box__icon:before {
  background-color: var(--blue);
  border-radius: 50%;
  content: '';
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 1;
}
.icon-boxes .boxes__box__icon svg {
  fill: #fff;
  height: 66%;
  position: relative;
  width: 66%;
  z-index: 2;
}
.icon-boxes .boxes__box img {
  display: block;
  max-width: 100px;
  height: 100px;
}
.icon-boxes .boxes__box h3 {
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.icon-boxes .boxes__box p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .image-header--short .image-header__heading {
    box-sizing: border-box;
    padding: 20px;
  }
  .image-header__heading {
    box-sizing: border-box;
    padding: 20px;
  }
}
.wide-text {
  margin-top: 20px;
  padding: 40px 20px;
  text-align: center;
}
.wide-text .inset {
  max-width: 1400px;
  margin: 0 auto;
}
.wide-text h2 {
  color: var(--charcoal);
  font-family: var(--font-family-heading);
  margin: 0 auto 1rem;
  padding: 0;
}
.wide-text p {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.wide-text p + p {
  margin-top: 1rem;
}
.wide-text__boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}
.wide-text__boxes__box {
  aspect-ratio: 1 / 1;
  background-color: #222;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  padding: 20px;
  margin: 10px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
}
.wide-text__boxes__box h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.85)) drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
.wide-text__boxes__box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.wide-text__boxes--3 .wide-text__boxes__box {
  width: 30%;
}
.wide-text__boxes--4 .wide-text__boxes__box {
  width: 22%;
}
.wide-text__boxes--5 .wide-text__boxes__box {
  width: 18%;
}
.wide-text__boxes--6 .wide-text__boxes__box {
  width: 15%;
}
.wide-text--red {
  background-color: var(--red);
  color: #fff;
}
.wide-text--red h2 {
  color: #fff;
}
.wide-text--red p {
  color: #fff;
}
.wide-text--blue {
  background-color: var(--blue);
  color: #fff;
}
.wide-text--blue h2 {
  color: #fff;
}
.wide-text--blue p {
  color: #fff;
}
.wide-text--grey {
  background-color: var(--grey);
  color: #111;
}
.wide-text--grey h2 {
  color: #111;
}
.wide-text--image {
  background-size: cover;
  background-position: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.wide-text--image h2 {
  color: #fff;
}
.wide-text--image p {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .wide-text {
    padding: 20px;
  }
  .wide-text__boxes__box {
    aspect-ratio: 2/1;
    padding: 10px;
    width: 100% !important;
  }
}
.goodbit-tilegroup {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 0;
}
.goodbit-tilegroup .goodbit-single-tile {
  background: var(--grey-light);
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 50%;
}
.goodbit-tilegroup .goodbit-single-tile h2 {
  background-color: var(--blue);
  color: #FFF;
  font-size: 1.2em;
  margin: 20px 0 0;
  padding: 10px 20px;
  text-align: left;
  white-space: nowrap;
  width: 80%;
  z-index: 10;
  transition: all 0.2s ease-in-out;
}
.goodbit-tilegroup .goodbit-single-tile > div {
  font-size: 0.9em;
  padding: 20px 20px 30px;
}
.goodbit-tilegroup--columns-3 .goodbit-single-tile {
  width: calc(33.33% - 20px);
}
.goodbit-tilegroup--columns-4 .goodbit-single-tile {
  width: calc(25% - 20px);
}
.goodbit-tilegroup--columns-5 .goodbit-single-tile {
  width: calc(20% - 20px);
}
.goodbit-tilegroup--rounded-corners {
  gap: 20px;
  padding: 20px 0;
}
.goodbit-tilegroup--rounded-corners .goodbit-single-tile {
  border-radius: 20px;
  box-sizing: border-box;
  line-height: 1.2;
  margin: 0;
  padding: 30px 50px;
  text-align: center;
  width: calc(50% - 20px);
}
.goodbit-tilegroup--rounded-corners.goodbit-tilegroup--columns-3 .goodbit-single-tile {
  width: calc(33.33% - 20px);
}
.goodbit-tilegroup--rounded-corners.goodbit-tilegroup--columns-4 .goodbit-single-tile {
  width: calc(25% - 20px);
}
.goodbit-tilegroup--rounded-corners.goodbit-tilegroup--columns-5 .goodbit-single-tile {
  width: calc(20% - 20px);
}
.goodbit-tilegroup--purple-pink .goodbit-single-tile {
  background: #92278e;
  background: linear-gradient(180deg, #8b00cc 0%, #3e025b 100%);
  color: #fff;
  outline: var(--outline);
  outline-offset: 2px;
}
.goodbit-tilegroup--purple-pink .goodbit-button {
  background: #fff;
  color: #92278e;
}
.goodbit-tilegroup--purple-pink .goodbit-button:hover {
  color: #FFF;
}
.goodbit-tilegroup.is-animated .goodbit-single-tile {
  opacity: 0;
  animation: bubble-fade-in 1s forwards;
}
.goodbit-tilegroup.is-animated .goodbit-single-tile:nth-child(1) {
  animation-delay: 0.5s;
}
.goodbit-tilegroup.is-animated .goodbit-single-tile:nth-child(2) {
  animation-delay: 1s;
}
.goodbit-tilegroup.is-animated .goodbit-single-tile:nth-child(3) {
  animation-delay: 1.5s;
}
.goodbit-tilegroup.is-animated .goodbit-single-tile:nth-child(4) {
  animation-delay: 2s;
}
.goodbit-tilegroup.is-animated .goodbit-single-tile:nth-child(5) {
  animation-delay: 2.5s;
}
.goodbit-tilegroup.is-animated .goodbit-single-tile:nth-child(6) {
  animation-delay: 3s;
}
.goodbit-tilegroup.is-animated .goodbit-single-tile:nth-child(7) {
  animation-delay: 3.5s;
}
.goodbit-tilegroup.is-animated .goodbit-single-tile:nth-child(8) {
  animation-delay: 4s;
}
.goodbit-tilegroup.is-animated .goodbit-single-tile:nth-child(9) {
  animation-delay: 4.5s;
}
@media only screen and (max-width: 800px) {
  .goodbit-tilegroup .goodbit-single-tile {
    width: 100% !important;
  }
}
.google-map-banner {
  border-radius: 20px;
  display: block;
  font-family: var(--montserrat);
  min-height: 200px;
  position: relative;
  outline: var(--outline);
  outline-offset: 2px;
}
.google-map-banner iframe {
  border-radius: 20px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .featured-post-banner {
    height: fit-content !important;
    text-decoration: none;
  }
  .featured-post-banner .copy {
    display: block;
    padding: 20px;
    position: relative;
  }
  .featured-post-banner .copy .h2 {
    font-size: 2rem;
  }
}
.box-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px 0;
}
.box-list ul li {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 300px;
  padding: 16px 64px;
  text-align: center;
}
* + .box-list {
  margin-top: 20px;
}
/*# sourceMappingURL=gute.less.css.map */