@import 'variables.css';
#is-mobile {
  display: none;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--white);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .gap-5 {
  height: 5px;
  width: 100%;
}
body .spacer-5 {
  display: inline-block;
  height: 1px;
  width: 5px;
}
body .gap-10 {
  height: 10px;
  width: 100%;
}
body .spacer-10 {
  display: inline-block;
  height: 1px;
  width: 10px;
}
body .gap-15 {
  height: 15px;
  width: 100%;
}
body .spacer-15 {
  display: inline-block;
  height: 1px;
  width: 15px;
}
body .gap-20 {
  height: 20px;
  width: 100%;
}
body .spacer-20 {
  display: inline-block;
  height: 1px;
  width: 20px;
}
body .gap-25 {
  height: 25px;
  width: 100%;
}
body .spacer-25 {
  display: inline-block;
  height: 1px;
  width: 25px;
}
body .gap-30 {
  height: 30px;
  width: 100%;
}
body .spacer-30 {
  display: inline-block;
  height: 1px;
  width: 30px;
}
body .gap-35 {
  height: 35px;
  width: 100%;
}
body .spacer-35 {
  display: inline-block;
  height: 1px;
  width: 35px;
}
body .gap-40 {
  height: 40px;
  width: 100%;
}
body .spacer-40 {
  display: inline-block;
  height: 1px;
  width: 40px;
}
body .gap-45 {
  height: 45px;
  width: 100%;
}
body .spacer-45 {
  display: inline-block;
  height: 1px;
  width: 45px;
}
body .gap-50 {
  height: 50px;
  width: 100%;
}
body .spacer-50 {
  display: inline-block;
  height: 1px;
  width: 50px;
}
body .gap-55 {
  height: 55px;
  width: 100%;
}
body .spacer-55 {
  display: inline-block;
  height: 1px;
  width: 55px;
}
body .gap-60 {
  height: 60px;
  width: 100%;
}
body .spacer-60 {
  display: inline-block;
  height: 1px;
  width: 60px;
}
body .gap-65 {
  height: 65px;
  width: 100%;
}
body .spacer-65 {
  display: inline-block;
  height: 1px;
  width: 65px;
}
body .gap-70 {
  height: 70px;
  width: 100%;
}
body .spacer-70 {
  display: inline-block;
  height: 1px;
  width: 70px;
}
body .gap-75 {
  height: 75px;
  width: 100%;
}
body .spacer-75 {
  display: inline-block;
  height: 1px;
  width: 75px;
}
body .gap-80 {
  height: 80px;
  width: 100%;
}
body .spacer-80 {
  display: inline-block;
  height: 1px;
  width: 80px;
}
body .gap-85 {
  height: 85px;
  width: 100%;
}
body .spacer-85 {
  display: inline-block;
  height: 1px;
  width: 85px;
}
body .gap-90 {
  height: 90px;
  width: 100%;
}
body .spacer-90 {
  display: inline-block;
  height: 1px;
  width: 90px;
}
body .gap-95 {
  height: 95px;
  width: 100%;
}
body .spacer-95 {
  display: inline-block;
  height: 1px;
  width: 95px;
}
.mobile-only {
  display: none;
}
.not-mobile {
  display: block;
}
h1,
h2,
h3,
h4 {
  color: var(--black);
  font-family: var(--font-family-heading), sans-serif;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 0.25em;
  text-wrap: balance;
}
h1 .tm,
h2 .tm,
h3 .tm,
h4 .tm,
h1 .r,
h2 .r,
h3 .r,
h4 .r {
  font-size: 0.5em;
  vertical-align: super;
}
h1 {
  font-size: 3.5em;
}
h2 {
  font-size: 3.5em;
}
h3 {
  font-size: 2.5em;
  position: relative;
}
h4 {
  font-size: 1.5em;
}
* + h2,
* + h3,
* + h4 {
  margin-top: 40px;
}
.gsap-masked-slide-up {
  opacity: 0;
}
p,
ul,
ol {
  font-weight: 400;
  line-height: 1.5;
}
p a,
ul a,
ol a {
  color: var(--red);
  text-decoration: underline;
  transition: all 0.1s ease-in-out;
}
p a:hover,
ul a:hover,
ol a:hover {
  color: var(--red-dark);
}
p + p,
ul + p,
ol + p,
p + ul,
p + ol,
ul + ul,
ul + ol,
ol + ul,
ol + ol {
  margin-top: 0.125em;
}
ul,
ol {
  padding-left: 20px;
}
li {
  padding: 5px 0;
}
.great-button {
  background-color: var(--green);
  border: none;
  border-radius: 5px;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}
.great-button:hover {
  background-color: var(--black);
}
.great-button--white {
  background-color: var(--white);
  color: var(--black);
}
.great-button--white:hover {
  background-color: var(--white);
  color: var(--black);
}
.message {
  background-color: var(--light-blue);
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  color: var(--white);
  padding: 20px;
}
.message--error {
  background-color: var(--light-red);
  border-left-color: var(--red);
}
.message--notice {
  background-color: var(--light-yellow);
  border-left-color: var(--yellow);
  color: var(--black) !important;
}
.message--success {
  background-color: var(--light-green);
  border-left-color: var(--green);
}
.inset {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
}
.columns {
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.columns--reverse {
  flex-direction: row-reverse;
}
.columns__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
.columns__column--column-20 {
  width: 20%;
}
.columns__column--column-25 {
  width: 25%;
}
.columns__column--column-30 {
  width: 30%;
}
.columns__column--column-35 {
  width: 35%;
}
.columns__column--column-40 {
  width: 40%;
}
.columns__column--column-45 {
  width: 45%;
}
.columns__column--column-50 {
  width: 50%;
}
.columns__column--column-55 {
  width: 55%;
}
.columns__column--column-60 {
  width: 60%;
}
.columns__column--column-65 {
  width: 65%;
}
.columns__column--column-70 {
  width: 70%;
}
.columns__column--column-75 {
  width: 75%;
}
.columns__column--column-80 {
  width: 80%;
}
.columns__column--left,
.columns__column--wide {
  flex-grow: 1;
}
.columns__column--right,
.columns__column--narrow {
  width: 360px;
}
.columns__column--border-left {
  border-left: 1px solid var(--grey);
  padding-left: 40px;
}
.columns__column .box {
  align-items: flex-start;
  background: #FFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px;
  filter: var(--drop-shadow-filter);
}
.columns__column .box h4 {
  font-family: var(--font-family);
  font-size: 1.25em;
  margin-bottom: 0.5em;
  margin-top: 0;
}
.columns__column .box .boxes {
  width: 100%;
}
.columns__column .box .boxes__item {
  border-bottom: 1px solid var(--grey);
  margin-top: 30px;
  padding-left: 50px;
  position: relative;
  width: 100%;
}
.columns__column .box .boxes__item:first-child {
  margin-top: 0;
}
.columns__column .box .boxes__item__image {
  background-color: #ADD7EF;
  border-radius: 8px;
  height: 34px;
  left: 0;
  top: 0;
  line-height: 34px;
  text-align: center;
  width: 34px;
  position: absolute;
}
.columns__column .box .boxes__item__image:before {
  color: var(--black);
  content: var(--font-awesome-icon);
  display: block;
  font-family: var(--font-awesome);
  font-size: 18px;
  font-weight: 700;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.columns__column .box .grey-box {
  background-color: var(--light-grey);
  border-radius: 10px;
  padding: 20px 30px;
}
.columns__column .box__header {
  background-color: var(--black);
  border-radius: 20px 20px 0 0;
  margin: -40px -40px 0 -40px;
  padding: 30px 40px 30px;
  width: calc(100% + 80px);
}
.columns__column .box__header h2,
.columns__column .box__header h3 {
  color: var(--white);
  margin-bottom: 0.25em;
}
.columns__column .box__header p,
.columns__column .box__header ul,
.columns__column .box__header ol {
  color: var(--white);
  font-size: 1.125em;
}
.columns__column section:first-child {
  padding-top: 0;
}
.top-bar {
  background-color: var(--orange);
}
.top-bar .inset {
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
  width: 100%;
}
header#header {
  --transition-duration: all 0.2s ease-in-out;
  --logo-transition: all 0.1s cubic-bezier(0.6, 0, 0.4, 1);
  --top-logo-height: 86px;
  --transition-delay: 0s;
  background-color: var(--white);
  display: block;
  position: relative;
  transition: var(--transition-duration);
  transition-delay: 0s;
  width: 100%;
  z-index: 1000;
}
header#header .search-social {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  /*.search-form {
            form {
                input[type="search"] {
                    background-color: var(--white);
                    border: none;
                    border-radius: 8px;
                    font-family: var(--font-family);
                    font-size: 1em;
                    padding: 8px 12px;
                    transition: all 0.1s ease-in-out;
                    width: 280px;

                    &:focus {
                        background: var(--white);
                        outline: none;
                    }
                }

                button[type="submit"] {
                    display: none;
                }
            }
        }*/
}
header#header div.social-links ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
header#header div.social-links ul a {
  color: var(--white);
  display: block;
  font-size: 1.5em;
  height: 24px;
  width: 24px;
  transition: all 0.1s ease-in-out;
}
header#header div.social-links ul a svg {
  fill: var(--white);
  height: 100%;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
header#header div.social-links ul a:hover svg {
  fill: var(--white);
}
header#header .top {
  --height: 280px;
  background-color: var(--white);
  position: relative;
  width: 100%;
  z-index: 20;
}
header#header .top:before {
  position: absolute;
  content: '';
  background-color: var(--teal);
  height: 100%;
  right: 50%;
  top: 0;
  width: 50vw;
}
header#header .top .branding {
  background-color: var(--teal);
  display: grid;
  height: var(--height);
  place-items: center;
  width: 100%;
  z-index: 20;
}
header#header .top .branding a {
  display: block;
}
header#header .top .branding a img {
  display: block;
  height: 140px;
  width: auto;
}
header#header .top .image {
  display: grid;
  height: var(--height);
  place-items: center;
  width: 100%;
}
header#header .top .image img {
  display: block;
  height: calc(var(--height) + 60px);
  margin-bottom: -100px;
  width: auto;
}
header#header .top nav {
  align-items: center;
  flex-direction: row;
  gap: 40px;
  justify-content: flex-start;
  position: relative;
  width: auto;
  z-index: 10;
}
header#header .top nav.active {
  display: flex;
  opacity: 1;
  pointer-events: all;
  animation: nav-fade-in 150ms forwards ease-in-out;
}
header#header .top nav ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 1.25em;
  font-weight: 500;
  justify-content: flex-start;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
header#header .top nav ul li {
  display: block;
  padding: 0;
}
header#header .top nav ul li a {
  color: var(--black);
  display: block;
  font-size: 1em;
  padding: 10px 20px;
  text-decoration: none;
  transition: all var(--transition-duration);
}
header#header .top nav ul li a:hover {
  color: var(--orange);
}
header#header .top nav ul li.menu-item-has-children {
  padding-right: 10px;
  position: relative;
}
header#header .top nav ul li.menu-item-has-children:after {
  content: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="%23022F5A" xmlns="http://www.w3.org/2000/svg"><path d="M6.29609 7.70859C6.68672 8.09922 7.32109 8.09922 7.71172 7.70859L13.7117 1.70859C14.1023 1.31797 14.1023 0.683594 13.7117 0.292969C13.3211 -0.0976562 12.6867 -0.0976562 12.2961 0.292969L7.00234 5.58672L1.70859 0.296093C1.31797 -0.0945315 0.683594 -0.0945315 0.292969 0.296093C-0.0976562 0.686718 -0.0976562 1.32109 0.292969 1.71172L6.29297 7.71172L6.29609 7.70859Z"/></svg>');
  height: 20px;
  width: 20px;
  position: absolute;
  display: block;
  text-align: center;
  line-height: 20px;
  top: calc(50% - 2px);
  right: 0;
  transform: translateY(-50%);
  transition: all 100ms ease-in-out;
}
header#header .top nav ul li.menu-item-has-children:hover:after {
  top: calc(50% + 2px);
  transform: translateY(-50%) rotate(180deg);
}
header#header .top nav ul li.menu-item-has-children:hover ul {
  display: flex;
  align-items: flex-start;
  top: 100%;
  animation: nav-fade-in 150ms forwards ease-in-out;
}
header#header .top nav ul li ul {
  background-color: var(--white);
  border-radius: 8px;
  border: 1px solid var(--grey);
  box-shadow: var(--drop-shadow);
  display: none;
  flex-direction: column;
  font-size: 1.125rem;
  font-weight: 500;
  gap: 0;
  justify-content: flex-start;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  top: calc(100% - 10px);
  width: 240px;
  z-index: 1000;
}
header#header .top nav ul li ul li {
  display: block;
  padding: 0;
}
header#header .top nav ul li ul li a {
  display: block;
  padding: 8px 30px 8px 20px;
  white-space: nowrap;
  width: 100%;
}
header#header .top nav .search-form {
  display: none;
}
header#header .bottom {
  background: var(--orange);
  color: var(--white);
  position: relative;
  width: 100%;
  z-index: 10;
  /*.social-links {
            ul {
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                list-style-type: none;
                margin: 0;
                padding: 0;
                gap: 20px;

                a {
                    color: var(--white);
                    display: block;
                    font-size: 1.5em;
                    height: 28px;
                    width: 28px;
                    transition: all 0.1s ease-in-out;

                    svg {
                        fill: var(--white);
                        height: 100%;
                        width: 100%;
                        transition: all 0.1s ease-in-out;
                    }

                    &:hover {
                        svg {
                            fill: var(--orange);
                        }
                    }
                }
            }
        }*/
}
header#header .bottom .inset {
  display: block;
  height: auto;
  padding: 30px 20px;
  /*.search-button {
                align-items: center;
                cursor: pointer;
                display: flex;
                flex-direction: row;
                font-weight: 500;
                font-size: 1.125em;
                gap: 10px;
                margin-right: 20px;

                svg {
                    content: url('../images/icons/search.svg');
                    display: block;
                    height: 26px;
                    fill: var(--white);
                    width: auto;
                }

                &:hover {
                    color: var(--orange);

                    svg {
                        fill: var(--orange);
                    }
                }
            }*/
}
header#header .bottom .inset h1,
header#header .bottom .inset h2,
header#header .bottom .inset h3 {
  color: var(--white);
  margin: 0;
}
header#header .bottom .inset p {
  color: var(--white);
  font-size: 1.75em;
  font-weight: 500;
}
header#header .inset {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  padding: 0 20px;
}
header#header .inset .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  justify-content: flex-start;
}
header#header .inset .right {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
}
header#header .inset .right .request-button {
  background-color: var(--green);
  border: none;
  border-radius: 5px;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  border-radius: 40px;
  font-size: 1em;
  padding: 16px 20px;
  text-transform: none;
}
header#header .inset .right .request-button:hover {
  background-color: var(--black);
}
header#header .inset .right .request-button--white {
  background-color: var(--white);
  color: var(--black);
}
header#header .inset .right .request-button--white:hover {
  background-color: var(--white);
  color: var(--black);
}
@keyframes nav-fade-in {
  0% {
    opacity: 0;
    top: calc(100% - 10px);
  }
  100% {
    opacity: 1;
    top: 100%;
  }
}
.icon-button {
  color: var(--black);
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.icon-button i {
  background-color: var(--black);
  border: 5px solid var(--black);
  color: var(--white);
  outline: 1px solid var(--orange);
  outline-offset: 10px;
  border-radius: 50%;
  display: block;
  font-size: 1em;
  height: 28px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  width: 28px;
  transition: all 0.05s ease-in-out;
}
.icon-button small {
  color: var(--grey);
}
.icon-button > span {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.icon-button > span > span {
  font-weight: 600;
}
.icon-button:hover {
  color: var(--orange);
}
.icon-button:hover small {
  color: var(--black);
}
body.scrolling header#header * {
  --header-height: 60px;
}
section.hero {
  --text-color: var(--white);
  background-color: var(--orange);
  color: var(--white);
  height: calc(60vh);
  min-height: 800px;
  position: relative;
  z-index: 90;
}
section.hero .inset h1 {
  color: var(--text-color);
}
section.hero .svg-filters {
  height: 0;
  left: -9999em;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0;
}
section.hero .slide {
  background-color: var(--blue);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
section.hero .slide .photo-bkgd {
  background: var(--white);
  background-image: var(--bg-image);
  background-position: var(--image-position-x) var(--image-position-y);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.hero .slide .photo-bkgd:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}
section.hero .slide .inset {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
  position: relative;
  width: 100%;
  z-index: 20;
}
section.hero .slide .inset .photo {
  aspect-ratio: 4/3;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: calc(45% - 60px);
  filter: drop-shadow(0 4px 8px #00000044) drop-shadow(0 8px 16px #00000033);
}
section.hero .slide .inset .copy {
  border-radius: 0 30px 30px 0;
  color: #FFF;
  min-width: 500px;
  opacity: 0;
  padding: 40px 30px 50px;
  position: relative;
  width: calc(55%);
}
section.hero .slide .inset .copy h2 {
  color: var(--white);
  font-size: 4.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px #00000044) drop-shadow(0 4px 8px #00000044) drop-shadow(0 8px 16px #00000033);
  text-wrap: balance;
}
section.hero .slide .inset .copy p {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.4;
  filter: drop-shadow(0 4px 8px #00000044) drop-shadow(0 4px 8px #00000044) drop-shadow(0 8px 16px #00000033);
  margin-bottom: 20px;
}
section.hero .slide .inset .copy p strong {
  font-size: 1.4em;
}
section.hero .slide .inset .copy .hht-button {
  background-color: var(--bright-blue);
  color: var(--white);
  font-size: 2em;
  margin-top: 0.5em;
  padding: 15px 40px;
}
section.hero .slide .inset .copy .hht-button:hover {
  background-color: var(--hover-blue);
  color: var(--white);
}
section.hero .slide--active {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 20;
}
section.hero .slide--activate {
  animation: slide-activate 1s forwards;
}
section.hero .slide--activate .photo {
  animation: slide-activate_photo ease-in-out 500ms forwards;
}
section.hero .slide--activate .copy {
  animation: slide-activate_copy ease-in-out 750ms forwards;
  animation-delay: 0.25s;
}
section.hero .slide--deactivate {
  --copy-translate: 0;
}
@keyframes slide-activate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-activate_copy {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-activate_photo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.hero .controls {
  position: absolute;
  bottom: 50px;
  right: 30px;
  z-index: 10000;
}
section {
  --bg-color: transparent;
  --text-color: var(--black);
  background-color: var(--bg-color);
  position: relative;
  z-index: 10;
  /*&:before {
        background-image: url('../images/trim/border-bottom-white.png');
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: max(100vw, 1920px) 30px;
        content: '';
        height: 30px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 4;
    }*/
  /*&:after {
        background-image: url('../images/trim/border-top-white.png');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: max(100vw, 1920px) auto;
        content: '';
        height: 30px;
        left: 0;
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 4;
    }*/
  /*&.group-bkgd {
        background-color: transparent;
        color: inherit;
        position: relative;
        z-index: 10;

        &:before {
            display: none;
        }

        .inset {
            z-index: 10;
            h1,
            h2,
            h3 {
                //color: inherit;
            }

            .great-button {
                background-color: var(--white);
                color: var(--black);

                &:hover {
                    background-color: var(--white);
                    color: var(--black);
                }
            }
        }
    }*/
}
section .inset {
  padding: 40px 20px;
  position: relative;
  z-index: 3;
}
section .inset h1,
section .inset h2,
section .inset h3,
section .inset h4 {
  color: var(--text-color);
  margin-bottom: 0.125em;
  text-wrap: balance;
}
section .inset p,
section .inset ul,
section .inset ol {
  color: var(--text-color);
}
section .inset h4.subheading {
  font-size: 2em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.25em;
  text-wrap: balance;
}
section .inset h4.subheading + h2 {
  margin-top: 0;
  margin-bottom: 2rem;
}
section .inset h4.subheading--below {
  margin-bottom: 2rem;
}
section .inset.watched {
  opacity: 0;
}
section .inset.watched.seen {
  animation: seen-fade-in 500ms forwards ease-in-out;
}
section.default-bkgd {
  background-color: var(--bg-color);
  color: var(--text-color);
}
section.default-bkgd:before,
section.default-bkgd:after {
  display: none;
}
section.grey-bkgd {
  background-color: var(--light-grey);
}
section.grey-bkgd .inset ul,
section.grey-bkgd .inset ol {
  color: var(--black);
}
section.green-bkgd {
  --bg-color: var(--green);
  --text-color: var(--white);
}
section.green-bkgd .inset p a,
section.green-bkgd .inset ul a,
section.green-bkgd .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.green-bkgd .inset p a:hover,
section.green-bkgd .inset ul a:hover,
section.green-bkgd .inset ol a:hover {
  color: var(--black);
}
section.green-bkgd .inset .great-button {
  background-color: transparent;
  outline: var(--white) 2px solid;
  color: var(--white);
}
section.green-bkgd .inset .great-button:hover {
  background-color: var(--white);
  color: var(--black);
}
section.blue-bkgd {
  --bg-color: var(--blue);
  --text-color: var(--white);
}
section.blue-bkgd .inset p a,
section.blue-bkgd .inset ul a,
section.blue-bkgd .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.blue-bkgd .inset p a:hover,
section.blue-bkgd .inset ul a:hover,
section.blue-bkgd .inset ol a:hover {
  color: var(--black);
}
section.blue-bkgd .inset .great-button {
  background-color: transparent;
  outline: var(--white) 2px solid;
  color: var(--white);
}
section.blue-bkgd .inset .great-button:hover {
  background-color: var(--white);
  color: var(--black);
}
section.purple-bkgd {
  --bg-color: var(--purple);
  --text-color: var(--white);
}
section.purple-bkgd .inset p a,
section.purple-bkgd .inset ul a,
section.purple-bkgd .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.purple-bkgd .inset p a:hover,
section.purple-bkgd .inset ul a:hover,
section.purple-bkgd .inset ol a:hover {
  color: var(--black);
}
section.purple-bkgd .inset .great-button {
  background-color: transparent;
  outline: var(--white) 2px solid;
  color: var(--white);
}
section.purple-bkgd .inset .great-button:hover {
  background-color: var(--white);
  color: var(--black);
}
section.orange-bkgd {
  background-color: var(--orange);
  color: var(--white);
}
section.orange-bkgd .inset h1,
section.orange-bkgd .inset h2,
section.orange-bkgd .inset h3 {
  color: var(--white);
}
section.orange-bkgd .inset p,
section.orange-bkgd .inset ul,
section.orange-bkgd .inset ol {
  color: var(--white);
}
section.orange-bkgd .inset p a,
section.orange-bkgd .inset ul a,
section.orange-bkgd .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.orange-bkgd .inset p a:hover,
section.orange-bkgd .inset ul a:hover,
section.orange-bkgd .inset ol a:hover {
  color: var(--orange);
}
section.orange-bkgd .inset .great-button {
  background-color: var(--black);
  color: var(--white);
}
section.orange-bkgd .inset .great-button:hover {
  color: var(--orange);
}
section.charcoal-bkgd {
  background-color: var(--black);
  color: var(--white);
}
section.charcoal-bkgd .inset h1,
section.charcoal-bkgd .inset h2,
section.charcoal-bkgd .inset h3 {
  color: var(--white);
}
section.charcoal-bkgd .inset p,
section.charcoal-bkgd .inset ul,
section.charcoal-bkgd .inset ol {
  color: var(--white);
}
section.charcoal-bkgd .inset p a,
section.charcoal-bkgd .inset ul a,
section.charcoal-bkgd .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.charcoal-bkgd .inset p a:hover,
section.charcoal-bkgd .inset ul a:hover,
section.charcoal-bkgd .inset ol a:hover {
  color: var(--orange);
}
section.charcoal-bkgd .inset .great-button {
  background-color: var(--white);
  color: var(--black);
}
section.charcoal-bkgd .inset .great-button:hover {
  background-color: var(--white);
  color: var(--black);
}
section.yellow-bkgd {
  background-color: var(--yellow);
  color: var(--black);
}
section.yellow-bkgd .inset h1,
section.yellow-bkgd .inset h2,
section.yellow-bkgd .inset h3 {
  color: var(--black);
}
section.yellow-bkgd .inset p,
section.yellow-bkgd .inset ul,
section.yellow-bkgd .inset ol {
  color: var(--black);
}
section.yellow-bkgd .inset p a,
section.yellow-bkgd .inset ul a,
section.yellow-bkgd .inset ol a {
  color: var(--black);
  text-decoration: underline;
}
section.yellow-bkgd .inset p a:hover,
section.yellow-bkgd .inset ul a:hover,
section.yellow-bkgd .inset ol a:hover {
  color: var(--orange);
}
section.yellow-bkgd .inset .great-button {
  background-color: transparent;
  outline: var(--black) 2px solid;
  color: var(--black);
}
section.yellow-bkgd .inset .great-button:hover {
  background-color: var(--black);
  color: var(--white);
}
section.image-bkgd {
  background-image: var(--bg-image);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
  position: relative;
}
section.image-bkgd .inset {
  z-index: 10;
  /*.great-button {
                background-color: var(--white);
                color: var(--black);

                &:hover {
                    background-color: var(--white);
                    color: var(--black);
                }
            }*/
}
section.image-bkgd .inset h1,
section.image-bkgd .inset h2,
section.image-bkgd .inset h3 {
  color: var(--white);
}
section.image-bkgd:before {
  background-color: var(--overlay-color, #000000);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
section.image-bkgd:after {
  background-image: var(--bg-image);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
section .image {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section .image:before {
  background-image: var(--bg-image);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  filter: blur(4px);
}
section .image:after {
  background-color: var(--bg-color);
  content: '';
  display: block;
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section.half-content .inset {
  padding: 0;
}
section.half-content .inset h1,
section.half-content .inset h2,
section.half-content .inset h3,
section.half-content .inset h4 {
  text-align: left;
}
section.half-content .inset p,
section.half-content .inset ul,
section.half-content .inset ol {
  font-size: 1.125em;
  margin-bottom: 1.25rem;
  text-wrap: pretty;
}
section.half-content .inset ul,
section.half-content .inset ol {
  margin: 1.5rem 0;
  padding-left: 20px;
}
section.half-content .inset ul li,
section.half-content .inset ol li {
  margin: 0.125em;
}
section.half-content .inset p {
  line-height: 1.3;
}
section.half-content .inset p strong {
  font-size: 1.25em;
  font-weight: 600;
}
section.half-content .inset .columns {
  align-items: center;
  column-gap: 0;
  row-gap: 0;
}
section.half-content .inset .columns .columns__column .images {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-right: 20px;
}
section.half-content .inset .columns .columns__column .images--overlap-above img {
  margin-top: calc(-1 * var(--image-overlap-amount));
}
section.half-content .inset .columns .columns__column .images--overlap-right {
  overflow: visible;
  position: relative;
}
section.half-content .inset .columns .columns__column .images--overlap-right img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: auto;
  height: var(--image-height, 300px);
}
section.half-content .inset .columns .columns__column--copy {
  display: block;
  padding: 40px 60px 40px 20px;
}
section.half-content .inset .columns .columns__column--copy img {
  height: auto;
  margin-bottom: 1em;
  max-width: 50%;
  mix-blend-mode: multiply;
  width: auto;
}
section.half-content .inset .columns .columns__column--copy img + h2,
section.half-content .inset .columns .columns__column--copy img + h3 {
  margin-top: 0;
}
section.half-content .inset .columns .columns__column--content {
  display: block;
  padding: 40px;
}
section.half-content .inset .columns .columns__column--image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.half-content .inset .columns .columns__column--image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
section.half-content .inset .columns .columns__column--image .half-image-content__image {
  height: 100%;
}
section.half-content .inset .columns .columns__column--image .half-image-content__image--proportional img {
  border-radius: 5px;
  height: auto;
  margin-top: 40px;
  width: calc(100% - 40px);
}
section.half-content .inset .columns .columns__column--image:has(.half-image-content__image--proportional) {
  background-image: none;
  background-color: transparent;
}
section.half-content .inset .columns .columns__column .youtube {
  position: relative;
}
section.half-content .inset .columns .columns__column .youtube iframe {
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
}
section.half-content .inset .columns .columns__column .youtube .poster {
  background-color: var(--black);
  background-image: var(--bg-image-url);
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
  z-index: 2;
}
section.half-content .inset .columns .columns__column .youtube .poster.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
section.half-content .inset .columns .columns__column .youtube .poster:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}
section.half-content .inset .columns .columns__column .youtube .poster:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
}
section.half-content .inset .columns .columns__column .youtube .poster:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23FFF" d="M96 52v408l320-204L96 52z"/></svg>');
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% + 5px);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 1;
}
section.half-content .inset .buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-top: 1em;
}
section.half-content .inset.grey .inset .columns .columns__column--image {
  background-color: transparent;
}
section.half-content--content .inset .columns {
  align-items: flex-start;
}
section.half-content--right .inset .columns {
  flex-direction: row-reverse;
}
section.testimonials .inset {
  text-align: center;
  z-index: 20;
}
section.testimonials .inset h2,
section.testimonials .inset h3,
section.testimonials .inset h4 {
  color: var(--black);
  margin-bottom: 0.75em;
}
section.testimonials .inset div.testimonials {
  margin: 0 auto;
  max-width: calc(100% - 200px);
}
section.testimonials .inset div.testimonials .testimonial {
  background-color: var(--white);
  border: 1px solid var(--light-grey);
  border-radius: 15px;
  padding: 25px 30px;
  text-align: center;
  filter: var(--drop-shadow-filter-alt);
}
section.testimonials .inset div.testimonials .testimonial__rating {
  --fa-primary-color: var(--dark-amber);
  --fa-secondary-color: var(--orange);
  --fa-primary-opacity: 1;
  --fa-secondary-opacity: 1;
}
section.testimonials .inset div.testimonials .testimonial__rating i {
  color: var(--orange);
  font-size: 1.75em;
}
section.testimonials .inset div.testimonials .testimonial__image {
  display: block;
  height: 80px;
  margin: 0 auto 20px;
  object-fit: cover;
  width: auto;
}
section.testimonials .inset div.testimonials .testimonial__name {
  color: var(--black);
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.testimonials .inset div.testimonials .testimonial__job-title {
  color: var(--grey);
  font-size: 1em;
  font-style: italic;
  margin-bottom: 10px;
}
section.testimonials .inset div.testimonials .grid-slider .holder .item {
  padding: 20px;
}
section.basic .inset {
  padding: 80px 20px;
  text-align: center;
}
section.basic .inset p {
  font-size: 1.25em;
}
section.basic .inset .subheading {
  margin: 0 auto 20px;
  max-width: calc(100% - 200px);
}
section.basic .inset .great-button {
  margin-top: 20px;
}
section.basic--align-left .inset {
  text-align: left;
}
section.basic--align-right .inset {
  text-align: right;
}
section.boxes .inset {
  text-align: center;
}
section.boxes .inset .subheading {
  margin: 0 auto 20px;
  max-width: calc(100% - 200px);
}
section.boxes .inset .grid-slider.image-left .holder {
  max-width: calc(100% - 100px);
  margin: 30px auto;
}
section.boxes .inset .grid-slider.image-left .holder .strip {
  gap: 40px;
}
section.boxes .inset .grid-slider.image-left .holder .strip .item {
  color: var(--black);
  display: flex;
  flex-direction: row;
  gap: 20px;
  text-decoration: none;
}
section.boxes .inset .grid-slider.image-left .holder .strip .item .boxes__item__icon {
  background-color: var(--orange);
  color: var(--white);
  display: grid;
  flex-shrink: 0;
  font-weight: 300;
  height: 90px;
  place-items: center;
  font-size: 40px;
  width: 90px;
  border-radius: 50%;
}
section.boxes .inset .grid-slider.image-left .holder .strip .item .boxes__item__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
section.boxes .inset .grid-slider.image-left .holder .strip .item .boxes__item__content h4 {
  font-size: 1.5em;
}
section.boxes .inset .grid-slider.image-left .holder .strip .item .boxes__item__content span {
  font-size: 1em;
}
section.faqs .inset {
  padding: 40px 40px 80px;
}
section.faqs .inset .toggles {
  gap: 0;
}
section.faqs .inset .toggles__item {
  border-radius: 0;
  border-bottom: 1px solid #FFFFFF33;
  padding: 25px 20px 20px;
}
section.faqs .inset .toggles__item:last-child {
  border-bottom: none;
}
section.blog-content:before,
section.blog-content:after {
  display: none;
}
section.blog-content .results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
section.blog-content .results article {
  border-radius: 5px;
  position: relative;
}
section.blog-content .results article a {
  color: var(--black);
  text-decoration: none;
}
section.blog-content .results article a:hover {
  color: var(--green);
}
section.blog-content .entry-summary {
  margin-bottom: 30px;
}
section.blog-content .entry-summary__text {
  padding: 0 10px 20px;
}
section.blog-content .entry-summary img {
  aspect-ratio: 3/2;
  border-radius: 3px;
  display: block;
  height: auto;
  margin: 0 auto 10px;
  object-fit: cover;
  width: 100%;
}
section.blog-content .entry-summary h2 {
  color: var(--black);
  font-size: 1.375em;
  margin-top: 5px;
}
section.blog-content .entry-summary h2 a {
  color: var(--black);
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}
section.blog-content .entry-summary h2 a:hover {
  color: var(--green);
}
section.blog-content .entry-summary div:has(p) {
  margin-bottom: 10px;
}
section.blog-content .entry-summary p a {
  color: var(--black);
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}
section.blog-content .entry-summary p a:hover {
  color: var(--green);
}
section.blog-content .entry-summary a.read-more {
  background-color: var(--green);
  border: none;
  border-radius: 5px;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  font-size: 1em;
  margin-top: 10px;
  padding: 10px 20px;
}
section.blog-content .entry-summary a.read-more:hover {
  background-color: var(--black);
}
section.blog-content .entry-summary a.read-more--white {
  background-color: var(--white);
  color: var(--black);
}
section.blog-content .entry-summary a.read-more--white:hover {
  background-color: var(--white);
  color: var(--black);
}
section.blog-content .entry-summary a.read-more:hover {
  background-color: var(--black);
  color: var(--white);
}
.page-header {
  background-color: var(--light-grey);
  background-image: var(--bg-image-url);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-attachment: var(--bg-attachment);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
  text-align: center;
}
.page-header .inset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 200px;
  padding: 0 0 30px;
  z-index: 10;
}
.page-header .inset .copy {
  background-color: var(--black-90);
  border-radius: 0 20px 20px 0;
  color: #FFF;
  min-width: 500px;
  padding: 20px 30px;
  position: relative;
  text-align: center;
  width: calc(100%);
  filter: drop-shadow(0 4px 8px #00000044) drop-shadow(0 4px 8px #00000044) drop-shadow(0 8px 16px #00000033);
}
.page-header .inset .copy h1 {
  color: var(--white);
  display: block;
  font-size: 4em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  text-wrap: balance;
}
.page-header--overlay:before {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background-color: var(--bg-overlay-color);
  opacity: var(--bg-overlay-opacity);
}
.controls {
  --control-height: 15px;
  --progress-width: 80px;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-end;
}
.controls .progress {
  display: none;
  width: 80px;
}
.controls .progress .bar {
  border: 1px solid var(--white);
  height: var(--control-height);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.controls .progress .bar .fill {
  background-color: var(--white);
  border-radius: 10px;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.controls .dot,
.controls .prev,
.controls .next {
  background-color: var(--white);
  border-radius: calc(var(--control-height) / 2);
  border: 1px solid var(--white);
  cursor: pointer;
  height: var(--control-height);
  position: relative;
  transition: all 250ms;
  width: var(--control-height);
}
.controls .dot .fill,
.controls .prev .fill,
.controls .next .fill {
  background-color: var(--white);
  border-radius: calc(var(--control-height) / 2);
  display: block;
  height: calc(var(--control-height) - 4px);
  min-width: calc(var(--control-height) - 4px);
  position: absolute;
  top: 1px;
  left: 1px;
}
.controls .dot.active,
.controls .prev.active,
.controls .next.active {
  background-color: transparent;
  width: var(--progress-width);
}
.controls .play-pause {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 50%;
  cursor: pointer;
  height: calc(var(--control-height) + 6px);
  width: calc(var(--control-height) + 6px);
  position: relative;
}
.controls .play-pause:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%231B1F3B" d="M128 64L0 64 0 448l128 0 0-384zm192 0L192 64l0 384 128 0 0-384z"/></svg>');
  display: block;
  border-radius: 50%;
  height: calc(var(--control-height) - 6px);
  width: calc(var(--control-height) - 6px);
  position: absolute;
  top: 3px;
  left: calc(50% - 1px);
  transform: translate(-50%, -50%);
}
.controls .play-pause.paused:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%231B1F3B" d="M384 256L0 32V480L384 256z"/></svg>');
  left: 50%;
  top: 2px;
}
.pills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-start;
  position: relative;
  padding: 5px 0;
}
.pills .pill {
  border-radius: 3px;
  display: inline-block;
  background-color: #EEE;
  color: var(--black);
  font-size: 0.75em;
  padding: 4px 8px;
}
#container {
  position: relative;
  z-index: 100;
}
@keyframes seen-fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-wrap {
  z-index: 10;
}
footer#footer {
  background-color: var(--blue);
  background-position: top center;
  background-repeat: repeat;
  background-size: auto;
  color: var(--white);
  padding-bottom: 100px;
  position: relative;
  text-align: left;
  z-index: 100;
}
footer#footer .inset {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px 20px;
  justify-content: space-between;
}
footer#footer .inset .home-logo {
  display: block;
  height: 70px;
  position: relative;
  width: auto;
}
footer#footer .inset .home-logo img {
  display: block;
  height: 60px;
  width: auto;
}
footer#footer .inset h2,
footer#footer .inset h3,
footer#footer .inset h4 {
  color: var(--white);
  font-weight: 600;
  margin: 0;
}
footer#footer .inset h3 {
  font-size: 1.25em;
}
footer#footer .inset p.contact-info {
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer#footer .inset p.contact-info a[href^="tel:"] {
  display: block;
  margin-top: 0.5em;
}
footer#footer .inset .social-links {
  width: 100%;
}
footer#footer .inset .social-links ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 20px;
  width: 100%;
}
footer#footer .inset .social-links ul a {
  color: var(--black);
  display: block;
  font-size: 1.5em;
  height: 34px;
  width: 34px;
  transition: all 0.1s ease-in-out;
}
footer#footer .inset .social-links ul a svg {
  fill: var(--black);
  height: 100%;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
footer#footer .inset .social-links ul a:hover svg {
  fill: var(--orange);
}
footer#footer .inset a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
footer#footer .inset a:hover {
  color: var(--orange);
}
footer#footer .inset nav {
  width: 100%;
}
footer#footer .inset nav ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 1.125em;
  font-weight: 600;
  gap: 40px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
footer#footer .inset nav ul li {
  padding: 0;
}
footer#footer .inset nav ul li a {
  color: var(--white);
  text-decoration: none;
}
footer#footer .inset nav ul li ul {
  display: none;
}
footer#footer .copyright {
  color: var(--white);
  font-size: 0.9em;
  padding: 20px;
  text-align: center;
  width: 100%;
}
footer#footer .copyright .inset {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}
footer#footer .copyright .inset nav ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#footer .copyright .inset nav ul li {
  padding: 0;
}
footer#footer .copyright .inset nav ul li a {
  color: var(--black);
  text-decoration: none;
}
.search-overlay {
  background: #000000DD;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden;
  z-index: 9999;
}
.search-overlay.active {
  opacity: 1;
  visibility: visible;
}
.search-overlay .search-overlay__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.search-overlay .search-overlay__inner label {
  color: #FFF;
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
}
.search-overlay .search-overlay__inner label a {
  color: #FFF;
  text-decoration: none;
}
.search-overlay .search-overlay__inner label a.pill {
  background-color: var(--orange);
  border-radius: 20px;
  color: var(--white);
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.search-overlay .search-overlay__inner label a.pill--disabled {
  background-color: transparent;
  color: var(--teal-brighter-vibrant);
}
.search-overlay .search-overlay__inner label a.pill--disabled:hover {
  background-color: var(--orange);
  color: var(--teal-brighter-vibrant);
}
.search-overlay .search-overlay__inner form {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.search-overlay .search-overlay__inner form.site-search-form {
  max-width: 600px;
}
.search-overlay .search-overlay__inner input[type=text] {
  border: 1px solid var(--grey);
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
  padding: 16px;
  text-align: center;
  width: 100%;
  outline-color: var(--orange);
  outline-width: 1px;
}
.search-overlay .search-overlay__inner input[type=text]:focus {
  outline-color: var(--orange);
  outline-width: 1px;
}
.search-overlay .search-overlay__inner button {
  background-color: var(--green);
  border: none;
  border-radius: 5px;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  width: fit-content;
}
.search-overlay .search-overlay__inner button:hover {
  background-color: var(--black);
}
.search-overlay .search-overlay__inner button--white {
  background-color: var(--white);
  color: var(--black);
}
.search-overlay .search-overlay__inner button--white:hover {
  background-color: var(--white);
  color: var(--black);
}
.search-overlay .search-overlay__inner button:hover {
  background-color: var(--teal-brighter);
}
.search-overlay .search-overlay__inner .search-bar {
  align-items: center;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: var(--right-margin);
  right: var(--right-margin);
  position: relative;
}
.search-overlay .search-overlay__inner .search-bar .mobile-only {
  display: none;
}
.search-overlay .search-overlay__inner .search-bar__form-row {
  align-items: center;
  display: flex;
  margin: 10px 0;
  width: 100%;
}
.search-overlay .search-overlay__inner .search-bar__form-row:first-child {
  margin-top: 10px;
}
.search-overlay .search-overlay__inner .search-bar__form-row:last-child {
  margin-bottom: 30px;
}
.search-overlay .search-overlay__inner .search-bar__form-row label {
  color: var(--white);
  flex-grow: 1;
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 0;
  white-space: nowrap;
}
.search-overlay .search-overlay__inner .search-bar__form-row label.space-left {
  margin-left: 20px;
}
.search-overlay .search-overlay__inner .search-bar__form-row label.space-right {
  margin-right: 20px;
}
.search-overlay .search-overlay__inner .search-bar__form-row label.jobs-available {
  width: 100%;
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
.search-overlay .search-overlay__inner .search-bar__form-row label.jobs-available span {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  margin: 0 12px 0 8px;
  vertical-align: middle;
}
.search-overlay .search-overlay__inner .search-bar__form-row select {
  border: 1px solid var(--grey-medium);
  color: var(--orange);
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 12px;
  text-align: center;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
}
.search-overlay .search-overlay__inner .search-bar__form-row button,
.search-overlay .search-overlay__inner .search-bar__form-row .button {
  /*background-color: var(--grey-medium);
                    border: none;
                    border-radius: 3px;
                    color: var(--orange);
                    cursor: pointer;
                    display: inline-block;
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 500;
                    line-height: 1;
                    text-decoration: none;
                    transition: all 0.1s ease-in-out;
                    padding: 16px 32px;
                    white-space: nowrap;*/
  height: 48px;
  line-height: 48px;
  margin-left: 10px;
  font-size: 1.2rem;
  /*&--teal {
                        background-color: var(--teal);
                        color: var(--orange);

                        &:hover {
                            background-color: var(--teal-brighter);
                        }
                    }*/
}
.search-overlay .search-overlay__inner .search-bar form {
  color: var(--white);
  border-radius: 10px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .search-overlay .search-overlay__inner .search-bar {
    margin-left: 0;
    right: 0;
  }
  .search-overlay .search-overlay__inner .search-bar .mobile-only {
    display: block;
  }
  .search-overlay .search-overlay__inner .search-bar form {
    padding: 10px 20px;
  }
  .search-overlay .search-overlay__inner .search-bar__form-row {
    display: block;
    margin: 0 !important;
  }
  .search-overlay .search-overlay__inner .search-bar__form-row label {
    display: block;
    margin: 0;
    padding: 4px 0;
  }
  .search-overlay .search-overlay__inner .search-bar__form-row label.space-left,
  .search-overlay .search-overlay__inner .search-bar__form-row label.space-right {
    margin-left: 0;
    margin-right: 0;
  }
  .search-overlay .search-overlay__inner .search-bar__form-row button,
  .search-overlay .search-overlay__inner .search-bar__form-row .button,
  .search-overlay .search-overlay__inner .search-bar__form-row a.button {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}
.search-overlay .search-overlay__close {
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  display: block;
  font-size: 36px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 40px;
  z-index: 9999;
}
.search-overlay .search-overlay__close:hover {
  color: var(--orange);
}
.search-overlay .search-overlay__close:before {
  content: '\f00d';
  font-family: var(--font-awesome), sans-serif;
  font-weight: 300;
}
.form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  margin: 30px auto 0;
  max-width: 1000px;
}
.form .field {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.form .field--half {
  width: calc(50% - 10px);
}
.form .field:has(button) {
  justify-content: center;
  margin-top: 10px;
}
.form .field label {
  font-size: 1em;
  line-height: 1.2;
  text-wrap: pretty;
}
.form .field input,
.form .field select,
.form .field textarea {
  background-color: var(--light-grey);
  border: none;
  color: var(--brown);
  font-family: var(--font-family);
  font-size: 1.2em;
  padding: 12px 15px;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
.form .field input:focus,
.form .field select:focus,
.form .field textarea:focus {
  background: var(--white);
  outline: none;
}
.form .field--checkbox {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 0;
}
.form .field--checkbox label {
  text-align: left;
  /*font-size: 1.1em;
                line-height: 1.3;
                text-wrap: pretty;*/
}
.form .field input[type="checkbox"] {
  display: none;
}
.form .field input[type="checkbox"] + label {
  cursor: pointer;
  display: block;
  font-family: var(--montserrat);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 2px 0 0 40px;
  position: relative;
  transition: background 0.1s, color 0.1s;
  text-wrap: balance;
}
.form .field input[type="checkbox"] + label:before {
  border: 2px solid var(--white);
  border-radius: 4px;
  content: '';
  display: block;
  font-family: var(--font-awesome);
  font-size: 1rem;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.form .field input[type="checkbox"]:checked + label:before {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--black);
  content: '\f00c';
}
.form .field textarea {
  height: 200px;
  resize: none;
}
.form .field button {
  background-color: var(--green);
  border: none;
  border-radius: 5px;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  padding: 10px 40px;
}
.form .field button:hover {
  background-color: var(--black);
}
.form .field button--white {
  background-color: var(--white);
  color: var(--black);
}
.form .field button--white:hover {
  background-color: var(--white);
  color: var(--black);
}
.toggles {
  box-shadow: var(--shadow-elevation-high);
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
}
.toggles__item {
  background: var(--bkgd-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 20px;
  position: relative;
  transition: all var(--transition-duration) ease-in-out;
}
.toggles__item__heading {
  align-items: center;
  color: var(--white);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 1.3em;
  font-weight: 500;
  gap: 10px;
  justify-content: flex-start;
  line-height: 1.1;
  padding-left: 30px;
  position: relative;
  user-select: none;
  transition: all var(--transition-duration) ease-in-out;
}
.toggles__item__heading small.labels {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 50%;
}
.toggles__item__heading:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ffffff" d="M256 80l0-32-64 0 0 32 0 144L48 224l-32 0 0 64 32 0 144 0 0 144 0 32 64 0 0-32 0-144 144 0 32 0 0-64-32 0-144 0 0-144z"/></svg>');
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}
.toggles__item__heading:hover {
  color: var(--white);
}
.toggles__item__content {
  display: grid;
  grid-template-rows: 0fr;
  font-size: 1em;
  line-height: 1.5;
  padding-left: 30px;
  transition: all var(--transition-duration) ease-in-out;
}
.toggles__item__content__inner {
  border-top: 1px solid var(--blue-30);
  overflow: hidden;
  position: relative;
  transition: all var(--transition-duration) ease-in-out;
}
.toggles__item__content__inner p:first-child {
  margin-top: 20px;
}
.toggles__item__content__inner p a,
.toggles__item__content__inner ul a,
.toggles__item__content__inner ol a {
  color: var(--white);
  text-decoration: underline;
}
.toggles__item__content__inner p a:hover,
.toggles__item__content__inner ul a:hover,
.toggles__item__content__inner ol a:hover {
  color: var(--white);
}
.toggles__item.open .toggles__item__heading:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ffffff" d="M432 288l-32 0L48 288l-32 0 0-64 32 0 352 0 32 0 0 64z"/></svg>');
}
.toggles__item.open .toggles__item__content {
  grid-template-rows: 1fr;
}
.toggles__item.open .toggles__item__content__inner {
  border-top-color: var(--blue);
}
.toggles__item .elev-button {
  background-color: var(--blue);
}
.toggles__item .elev-button:hover {
  background-color: var(--navy);
}
.toggles--columns-2 {
  grid-template-columns: 1fr 1fr;
}
.toggles--columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
a.back-to-top {
  background-color: var(--black);
  border-radius: 0;
  bottom: 20px;
  color: #FFF;
  display: flex;
  height: 50px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  transform: translateX(100px);
  transition: all 0.2s ease-in-out;
  z-index: 1000;
}
a.back-to-top i {
  color: #FFF;
  font-size: 1.2em;
  line-height: 50px;
}
a.back-to-top.active {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
a.back-to-top:hover {
  background-color: var(--black);
}
.grid-slider {
  padding: 0 50px;
  position: relative;
}
.grid-slider .holder {
  --gap: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.grid-slider .holder .strip {
  display: grid;
  grid-template-columns: repeat(var(--num), 1fr);
  gap: 0;
  top: 0;
  left: 0;
  position: relative;
  white-space: nowrap;
  width: calc(var(--num) / var(--per) * 100%);
}
.grid-slider .holder .strip.sliding {
  transition: transform 250ms ease-in-out;
}
.grid-slider .holder .strip .item {
  box-sizing: border-box;
  display: block;
  height: 100%;
  max-width: none !important;
  padding: 10px;
  text-wrap: auto;
}
.grid-slider .arrow {
  background-color: var(--orange);
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-items: center;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  width: 50px;
  z-index: 1000;
  transition: all var(--transition-duration) ease-in-out;
}
.grid-slider .arrow:hover {
  background-color: var(--green);
}
.grid-slider .arrow:before {
  display: block;
  height: 40px;
  transition: all var(--transition-duration) ease-in-out;
  width: 15px;
}
.grid-slider .arrow--left {
  left: 0;
}
.grid-slider .arrow--left:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z"/></svg>');
  right: 0;
}
.grid-slider .arrow--right {
  right: 0;
}
.grid-slider .arrow--right:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z"/></svg>');
  left: -5px;
}
.grid-slider .dots {
  display: none;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.grid-slider .dots .dot {
  background-color: var(--orange);
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  width: 10px;
}
.grid-slider .dots .dot.active {
  background-color: var(--black);
}
.grid-slider.no-slider .arrow,
.grid-slider.no-slider .dots {
  display: none;
}
.grid-slider.no-slider .holder {
  overflow: visible;
}
.grid-slider.no-slider .holder .strip {
  transform: none !important;
  transition: none !important;
  grid-template-columns: repeat(var(--per), minmax(250px, 1fr));
  width: 100%;
}
.yt-embed {
  max-width: 100% !important;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  position: relative;
}
.yt-embed iframe {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}
.yt-embed .yt-embed-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox-overlay {
  background-color: rgba(0, 0, 0, 0.69);
  backdrop-filter: blur(5px);
  display: none;
  height: 100vh;
  left: 0;
  overflow: hidden auto;
  padding: 60px;
  position: fixed;
  top: 0;
  width: 100vw;
  animation: lightbox-fade-in 0.25s ease-in-out forwards;
  z-index: 11000;
}
.lightbox-overlay--active {
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes lightbox-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lightbox-overlay .lightbox__content img {
  outline: 1px solid var(--black);
  outline-offset: 2px;
  max-width: 100%;
  width: 100%;
}
.lightbox-overlay .lightbox__close {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
}
.lightbox-overlay .lightbox__close::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23FFF" d="M393.4 41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L269.3 256 438.6 425.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 301.3 54.6 470.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0L224 210.7 393.4 41.4z"/></svg>');
  display: block;
  text-align: center;
}
.lightbox-overlay .lightbox__arrow {
  cursor: pointer;
  display: block;
  height: 60px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1000;
}
.lightbox-overlay .lightbox__arrow:before {
  display: block;
  height: 30px;
  position: absolute;
  top: 50%;
  transition: all var(--transition-duration) ease-in-out;
  transform: translateY(-50%);
  width: 30px;
}
.lightbox-overlay .lightbox__arrow--prev {
  left: 10px;
}
.lightbox-overlay .lightbox__arrow--prev:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z"/></svg>');
  right: 0;
}
.lightbox-overlay .lightbox__arrow--prev:hover:before {
  right: 10px;
}
.lightbox-overlay .lightbox__arrow--next {
  right: 10px;
}
.lightbox-overlay .lightbox__arrow--next:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z"/></svg>');
  left: 0;
}
.lightbox-overlay .lightbox__arrow--next:hover:before {
  left: 10px;
}
@media screen and (max-width: 940px) {
  .mobile-only {
    display: block;
  }
  .not-mobile {
    display: none;
  }
  #is-mobile {
    display: block;
  }
  body h1 {
    font-size: 2.8em;
  }
  body h2 {
    font-size: 2.4em;
  }
  body h3 {
    font-size: 2em;
  }
  header#header {
    overflow: hidden;
  }
  header#header .inset {
    flex-direction: column;
    padding: 0;
  }
  header#header .inset nav.menus {
    background-color: var(--black);
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: calc(100vh - var(--header-height));
    justify-content: flex-start;
    left: 0;
    opacity: 0;
    padding: 0 20px 20px;
    pointer-events: none;
    position: fixed;
    top: var(--header-height);
    transition: all 0.2s ease-in-out;
    width: 100vw;
    z-index: 1000;
  }
  header#header .inset nav.menus ul.menu {
    background-color: transparent;
    backdrop-filter: none;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    transform: translateY(-10px);
    width: 100%;
  }
  header#header .inset nav.menus ul.menu li {
    text-align: center;
    width: 100%;
  }
  header#header .inset nav.menus ul.menu li a {
    font-size: 1.5rem;
  }
  header#header .inset nav.menus ul.menu li ul {
    background-color: transparent;
    backdrop-filter: none;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 0;
    position: relative;
    top: 0;
  }
  header#header .inset nav.menus ul.menu li ul li a {
    font-size: 1.25rem;
    padding: 10px;
  }
  header#header .top:before {
    display: none;
  }
  header#header .top .branding {
    background-color: var(--teal);
    height: auto;
    padding: 20px;
  }
  header#header .top .branding a img {
    height: 100px;
  }
  header#header .top .image {
    margin-top: -30px;
  }
  header#header .top .image img {
    height: auto;
    top: -20px;
    max-width: 420px;
    position: relative;
    width: calc(100% - 20px);
  }
  header#header .bottom .inset {
    padding-top: 40px;
  }
  header#header .bottom .inset h1 {
    margin-bottom: 0.5em;
  }
  header#header .bottom .inset p {
    line-height: 1.2;
  }
  header#header .mobile-menu-button {
    --line-inset: 12px;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 50px;
    z-index: 1000;
  }
  header#header .mobile-menu-button__line {
    background-color: var(--white);
    border-radius: 2px;
    position: absolute;
    top: calc(var(--line-inset) + 4px);
    left: var(--line-inset);
    height: 4px;
    width: calc(100% - (var(--line-inset) * 2));
    transition: all 0.1s ease-in-out;
  }
  header#header .mobile-menu-button__line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  header#header .mobile-menu-button__line:nth-child(3) {
    top: auto;
    bottom: calc(var(--line-inset) + 4px);
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(1) {
    top: 23px;
    transform: rotate(45deg);
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(2) {
    display: none;
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(3) {
    bottom: 23px;
    transform: rotate(-45deg);
  }
  body.menus--active {
    overflow: hidden;
  }
  body.menus--active #container {
    position: relative;
    z-index: 100;
  }
  body.menus--active header#header {
    z-index: 1001;
  }
  body.menus--active header#header .inset nav.menus {
    opacity: 1;
  }
  body.menus--active header#header .inset nav.menus ul.menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
  section .inset {
    padding: 40px 20px;
  }
  section.hero .slide .copy {
    min-width: calc(100% - 20px);
  }
  section.half-content {
    overflow: hidden;
  }
  section.half-content .inset h4.subheading {
    font-size: 1.5em;
  }
  section.half-content .inset .columns {
    flex-direction: column;
    gap: 0;
  }
  section.half-content .inset .columns .columns__column {
    gap: 0;
  }
  section.half-content .inset .columns .columns__column:nth-child(1),
  section.half-content .inset .columns .columns__column:nth-child(2) {
    flex-basis: 100%;
    width: 100%;
  }
  section.half-content .inset .columns .columns__column--copy {
    padding: 40px 20px;
  }
  section.half-content .inset .columns .columns__column .images {
    --height: 320px;
    padding: 0 20px 40px;
  }
  section.half-content .inset .columns .columns__column .images img {
    max-width: 420px;
  }
  section.half-content .inset .columns .columns__column .images--overlap-right {
    height: var(--height);
  }
  section.half-content .inset .columns .columns__column .images--overlap-right img {
    height: var(--height);
    left: 30px;
    max-width: none;
  }
  section.half-content .inset .columns .columns__column .images--overlap-above {
    align-items: flex-end;
    padding: 0;
  }
  section.half-content .inset .columns .columns__column .images--overlap-above img {
    margin-top: 0;
    max-width: 280px;
  }
  section.boxes .inset .grid-slider.no-slider .holder {
    overflow: visible;
  }
  section.boxes .inset .grid-slider.no-slider .holder .strip {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    width: 100%;
  }
  section.cards .inset div.cards.cards--grid .grid-slider .holder {
    overflow: visible;
  }
  section.cards .inset div.cards.cards--grid .grid-slider .holder .strip {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  section.cards .inset div.cards--left-image .cards__item {
    flex-direction: column;
  }
  section.cards .inset div.cards .cards__item__button:after {
    left: auto;
    margin-left: 10px;
    position: relative;
  }
  .grid-slider {
    padding: 0 0 40px;
  }
  .grid-slider .arrow {
    top: 100%;
  }
  .grid-slider .holder .strip {
    width: calc(100% * var(--num));
  }
  .columns {
    flex-direction: column;
    gap: 40px;
  }
  .columns__column {
    width: 100%;
  }
  footer#footer .inset {
    padding: 40px 20px;
  }
  footer#footer .inset img.footer-logo {
    display: block;
    margin: 0 auto 20px;
  }
  footer#footer .inset a:has(img.footer-logo) {
    width: 100%;
  }
  footer#footer .inset .columns {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  footer#footer .inset .columns__column {
    width: 100%;
  }
  footer#footer .inset .columns__column:nth-child(1),
  footer#footer .inset .columns__column:nth-child(2),
  footer#footer .inset .columns__column:last-child {
    flex-basis: 100%;
    text-align: center;
  }
  footer#footer .inset .social-links ul {
    justify-content: center;
  }
}
/*# sourceMappingURL=style.less.css.map */