@charset "UTF-8";
.max-wrap > .content {
  max-width: 1400px !important;
  margin: 0 auto;
}

.max-wrap-medium > .content {
  max-width: 1400px !important;
  margin: 0 auto;
}

.max-wrap-large > .content {
  max-width: 1510px !important;
  margin: 0 auto;
}

.max-wrap-small > .content {
  max-width: 900px !important;
  margin: 0 auto;
}

.max-wrap-xsmall > .content {
  max-width: 800px !important;
  margin: 0 auto;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #34393B;
}

body {
  font-family: "fieldwork", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin: 0;
  font-size: inherit !important;
}

[role=button] {
  cursor: pointer;
}

button {
  background: none;
  border: none;
}

a * {
  pointer-events: none;
}

a .js-delete-cta, a .js-move-cta-left, a .js-move-cta-right, a .icon-bin {
  pointer-events: all;
}
a[href*=tel] {
  white-space: nowrap;
}

.copy > p {
  max-width: 900px;
}

.hydrated a[data-speedbump] {
  position: relative;
}

.no-top-padding * {
  -webkit-transition: none !important;
  transition: none !important;
}

/**ADMIN CSS **/
.cke_contents {
  resize: vertical;
}

[data-inline-editor="Kentico.InlineEditor.RichText"] {
  min-width: 150px;
}

a {
  color: #007742;
}
a:hover, a:focus {
  text-decoration: none;
}

.content {
  font-family: "fieldwork", sans-serif;
}

main a:not([class]), main a[class=speedbump] {
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration-color: #bc8c3d;
}
main a:not([class]):hover, main a:not([class]):focus, main a[class=speedbump]:hover, main a[class=speedbump]:focus {
  text-decoration-thickness: 3px;
}

@media screen and (max-width: 980px) {
  .mobile-no-margin-bottom {
    margin-bottom: 0 !important;
  }
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.margin-top-small {
  margin-top: 0.5em !important;
}

.margin-bottom-small {
  margin-bottom: 0.5em !important;
}

.margin-top-medium {
  margin-top: 1.5em !important;
}

.margin-bottom-medium {
  margin-bottom: 1.5em !important;
}

.margin-top-large {
  margin-top: 2.5em !important;
}

.margin-bottom-large {
  margin-bottom: 2.5em !important;
}

.margin-top-xlarge {
  margin-top: 3.5em !important;
}

.margin-bottom-xlarge {
  margin-bottom: 3.5em !important;
}

.margin-top-xxlarge {
  margin-top: 5em !important;
}

.margin-bottom-xxlarge {
  margin-bottom: 5em !important;
}

@media screen and (min-width: 980px) {
  .margin-top-small {
    margin-top: 1em !important;
  }
  .margin-bottom-small {
    margin-bottom: 1em !important;
  }
  .margin-top-medium {
    margin-top: 3em !important;
  }
  .margin-bottom-medium {
    margin-bottom: 3em !important;
  }
  .margin-top-large {
    margin-top: 5em !important;
  }
  .margin-bottom-large {
    margin-bottom: 5em !important;
  }
  .margin-top-xlarge {
    margin-top: 7em !important;
  }
  .margin-bottom-xlarge {
    margin-bottom: 7em !important;
  }
  .margin-top-xxlarge {
    margin-top: 10em !important;
  }
  .margin-bottom-xxlarge {
    margin-bottom: 10em !important;
  }
}
.no-padding-top, .no-top-padding {
  padding-top: 0 !important;
}

.no-padding-bottom, .no-bottom-padding {
  padding-bottom: 0 !important;
}

.padding-top-small {
  padding-top: 0.5em !important;
}

.padding-bottom-small {
  padding-bottom: 0.5em !important;
}

.padding-top-medium {
  padding-top: 1.5em !important;
}

.padding-bottom-medium {
  padding-bottom: 1.5em !important;
}

.padding-top-large {
  padding-top: 2.5em !important;
}

.padding-bottom-large {
  padding-bottom: 2.5em !important;
}

.padding-top-xlarge {
  padding-top: 3.5em !important;
}

.padding-bottom-xlarge {
  padding-bottom: 3.5em !important;
}

.padding-top-xxlarge {
  padding-top: 5em !important;
}

.padding-bottom-xxlarge {
  padding-bottom: 5em !important;
}

@media screen and (min-width: 980px) {
  .padding-top-small {
    padding-top: 1em !important;
  }
  .padding-bottom-small {
    padding-bottom: 1em !important;
  }
  .padding-top-medium {
    padding-top: 3em !important;
  }
  .padding-bottom-medium {
    padding-bottom: 3em !important;
  }
  .padding-top-large {
    padding-top: 5em !important;
  }
  .padding-bottom-large {
    padding-bottom: 5em !important;
  }
  .padding-top-xlarge {
    padding-top: 7em !important;
  }
  .padding-bottom-xlarge {
    padding-bottom: 7em !important;
  }
  .padding-top-xxlarge {
    padding-top: 10em !important;
  }
  .padding-bottom-xxlarge {
    padding-bottom: 10em !important;
  }
}
.linkbox {
  cursor: pointer;
}

.CodeMirror-code {
  font-size: 12px;
  text-transform: none;
}

/** Lazy loaded backgrounds **/
.lazy {
  background-image: none;
}

html:not(.hydrated) {
  /* TRY WITHOUT THIS BUT MIGHT CAUSE ISSUES WITH JAVASCRIPT WHEN CLICKING ON SPEEDBUMP LINK WITH IMAGE IN IT
  @include tablet {
      a * {
          pointer-events: none;
      }
  }
  */
}
html:not(.hydrated) button * {
  pointer-events: none;
}
html:not(.hydrated) a.speedbump * {
  pointer-events: none;
}

.f-h1, h1:not([class]) {
  font-weight: 900;
  font-size: clamp(2.8rem, 3.5vw, 7rem);
  line-height: 0.9;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  color: #06334F;
}
@media screen and (max-width: 980px) {
  .f-h1, h1:not([class]) {
    line-height: 1.3;
  }
}
.f-h1 strong, h1:not([class]) strong {
  color: #007742;
  font-weight: 900;
}

.f-h2 {
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  color: #06334F;
}
.f-h2 strong {
  color: #007742;
  font-weight: 900;
}

.f-h2-alt, h2:not([class]) {
  font-weight: 700;
  font-size: clamp(2.4rem, 3vw, 3rem);
  line-height: 1.3;
  font-family: "altivo", sans-serif;
  color: #06334F;
}
.f-h2-alt strong, h2:not([class]) strong {
  color: #007742;
  font-weight: 900;
}

.f-h3-alt {
  font-weight: 900;
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  color: #06334F;
}
.f-h3-alt strong {
  color: #007742;
  font-weight: 900;
}

.f-h3, h3:not([class]) {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-family: "altivo", sans-serif;
  color: #06334F;
}

.f-h4, h4:not([class]) {
  font-weight: 700;
  font-size: clamp(2.8rem, 3vw, 3.8rem);
  line-height: 1.3;
  font-family: "altivo", sans-serif;
  color: #06334F;
}

.f-h4-alt {
  font-weight: 700;
  font-size: clamp(2.8rem, 3vw, 3.8rem);
  line-height: 1.3;
  font-family: "fave-script-pro", sans-serif;
}

.f-h5, h5:not([class]) {
  font-weight: 700;
  font-size: clamp(1.7rem, 1.8vw, 2rem);
  line-height: 1.3;
  font-family: "altivo", sans-serif;
  color: #06334F;
}

.f-h5-alt {
  font-weight: 700;
  font-size: clamp(2.4rem, 3vw, 3rem);
  line-height: 1.3;
  font-family: "altivo", sans-serif;
  color: #06334F;
}

.f-h6, h6:not([class]) {
  font-weight: 400;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  line-height: 1.3;
  font-family: "altivo", sans-serif;
}

main {
  text-wrap: pretty;
}

@media screen and (max-width: 980px) {
  img[class*=fr-], span[class*=fr-] {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
}
@media screen and (min-width: 980px) {
  img.fr-dib {
    display: block;
    float: none;
    margin: 20px auto;
    vertical-align: top;
  }
  img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
  }
  img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
  }
  img.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
    vertical-align: bottom;
  }
  img.fr-dii.fr-fil {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  img.fr-dii.fr-fir {
    float: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  span.fr-img-caption {
    max-width: 100%;
    position: relative;
  }
  span.fr-img-caption.fr-dib {
    display: block;
    float: none;
    margin: 20px auto;
    vertical-align: top;
  }
  span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
  }
  span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
  }
  span.fr-img-caption.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
    vertical-align: bottom;
  }
  span.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  span.fr-img-caption.fr-dii.fr-fir {
    float: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  .fr-video {
    position: relative;
    text-align: center;
  }
  .fr-video.fr-rv {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
  }
  .fr-video.fr-rv embed, .fr-video.fr-rv object, .fr-video.fr-rv > iframe {
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
  }
  .fr-video > * {
    border: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
  }
  .fr-video.fr-dvb {
    clear: both;
    display: block;
  }
  .fr-video.fr-dvb.fr-fvl {
    text-align: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  .fr-video.fr-dvb.fr-fvr {
    text-align: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  .fr-video.fr-dvi {
    display: inline-block;
  }
  .fr-video.fr-dvi.fr-fvl {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  .fr-video.fr-dvi.fr-fvr {
    float: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  a.fr-strong {
    font-weight: 700;
  }
  a.fr-green {
    color: green;
  }
  .fr-img-caption {
    text-align: center;
  }
  .fr-img-caption .fr-img-wrap {
    margin: auto;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .fr-img-caption .fr-img-wrap a {
    display: block;
  }
  .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
  .fr-img-caption .fr-img-wrap > span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 14px;
    font-weight: 400;
    margin: auto;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    padding: 20px 20px 40px;
    text-align: center;
    width: 100%;
  }
}
.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__arrow--prev {
  background: url(/Content/Images/ico-arrow-left.svg) no-repeat;
  background-size: contain;
}

.splide__arrow--next {
  background: url(/Content/Images/ico-arrow-left.svg) no-repeat;
  background-size: contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.rate-area .effective_date {
  margin: 0 auto;
  color: #007742;
  font-family: "fieldwork", sans-serif;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.rate-area .rate-disclosure, .rate-area .mod-table-disclosure {
  text-align: left;
  font-size: clamp(1.3rem, 1.4vw, 1.4rem);
}
.rate-area .rate-disclosure ul, .rate-area .rate-disclosure ol, .rate-area .mod-table-disclosure ul, .rate-area .mod-table-disclosure ol {
  margin: 0 auto;
}
.rate-area .rate-disclosure p, .rate-area .rate-disclosure li, .rate-area .mod-table-disclosure p, .rate-area .mod-table-disclosure li {
  margin: 0 auto 1em;
  color: #34393B;
  font-family: "fieldwork", sans-serif;
  line-height: 1.5;
}
.rate-area .rate-disclosure p:last-child, .rate-area .rate-disclosure li:last-child, .rate-area .mod-table-disclosure p:last-child, .rate-area .mod-table-disclosure li:last-child {
  margin: 0 auto;
}

.rate-table {
  max-width: 1400px;
  margin: 0 auto;
  margin: 0 auto;
}
.rate-table .editableTable {
  margin: 0 auto 3rem;
  width: 100%;
}
.rate-table h3 {
  margin: 0 auto 1em;
  font-family: "altivo", sans-serif;
  font-size: clamp(2.2rem, 2.5vw, 4rem);
  color: #007742;
  text-transform: uppercase;
}
.rate-table table {
  width: 100%;
  margin-bottom: 2em;
}
.rate-table tr:nth-child(1) {
  border-bottom: solid 1px #BC8C3D;
}
.rate-table tr.row_0 {
  display: none;
  visibility: hidden;
  background-color: #fff;
}
@media screen and (min-width: 980px) {
  .rate-table tr.row_0 {
    display: table-row;
    visibility: visible;
  }
}
.rate-table tr.col_0 {
  font-weight: bold;
}
@media screen and (min-width: 980px) {
  .rate-table tr td:first-child {
    text-align: left;
  }
}
.rate-table th {
  margin: 0 auto;
  padding: 10px;
  font-family: "altivo", sans-serif;
  font-weight: 700;
  color: #06334F;
  font-size: clamp(1.6rem, 2vw, 2rem);
}
@media screen and (min-width: 980px) {
  .rate-table th:first-child {
    text-align: left;
  }
}
.rate-table td {
  padding: 1rem;
  display: block;
  font-size: clamp(1.6rem, 1.7vw, 1.9rem);
  text-align: left;
}
.rate-table td p:last-child {
  margin: 0 auto;
}
.rate-table td:before {
  margin: 0 1rem 0 0;
  content: attr(data-title) ": ";
  display: inline;
  visibility: visible;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .rate-table td:before {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 980px) {
  .rate-table td {
    display: table-cell;
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .rate-table table {
    margin: 0 auto 1.5em;
    width: 100%;
  }
  .rate-table table td {
    display: block;
    text-align: left;
    vertical-align: top;
    white-space: normal;
  }
  .rate-table table thead {
    display: none;
    visibility: hidden;
  }
  .rate-table table .row_0, .rate-table table .col_0 {
    display: none;
    visibility: hidden;
  }
  .rate-table table tr {
    background: #ffffff;
    border: solid 1px #CCC;
    border-width: 0px 0 2px 0;
    /*margin-bottom: 1em;*/
  }
  .rate-table table tr:first-of-type {
    display: none;
  }
  .rate-table table tr, .rate-table table thead {
    display: block;
    padding: 0;
    text-align: left;
  }
  .rate-table table tbody {
    padding: 0;
    text-align: left;
  }
  .rate-table table th {
    padding: 0em;
    display: block;
    text-align: left;
  }
  .rate-table table td, .rate-table table th {
    text-align: center;
  }
  .rate-table table th {
    text-transform: uppercase;
    color: #06334F;
    font-size: 2rem;
    font-weight: 600;
  }
  .rate-table table th[data-title]:before, .rate-table table td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    color: #333;
    display: block;
    padding: 0 0 0.2em;
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) and (min-width: 600px) {
  .rate-table table th[data-title]:before, .rate-table table td[data-title]:before {
    display: inline-block;
    width: calc(50% - 1em);
    padding: 0.5em 1em;
    /* border-right: solid 1px #CCC; */
  }
}
@media screen and (max-width: 980px) {
  .rate-table table td[data-hide]:before {
    content: "" !important;
  }
  .rate-table table td {
    padding: 0 1.5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.rate-table a {
  color: #BC8C3D;
  text-decoration: none !important;
  font-weight: 600;
}
.rate-table a:hover, .rate-table a:focus, .rate-table a.hovered {
  text-decoration: underline !important;
}

.rateTVPage {
  height: 100vh;
  width: 100vw;
  background: black;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
}
.rateTVPage > .content {
  width: 100%;
  display: grid;
  grid-gap: 20px;
  background: #fff;
  padding: 20px;
}
@media (orientation: landscape) {
  .rateTVPage > .content {
    grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  }
  .rateTVPage > .content .photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .rateTVPage > .content .rateSection {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (orientation: portrait) {
  .rateTVPage > .content {
    grid-template-rows: auto -webkit-max-content;
    grid-template-rows: auto max-content;
  }
}
.rateTVPage > .content .photo {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rateTVPage > .content .rateSection {
  height: 100%;
  border: 10px solid #007742;
  /*            tr td:nth-child(2),
  tr td:nth-child(4) {
      background: #ECF0EE;
  }*/
}
.rateTVPage > .content .rateSection .f-h1 {
  padding-top: 0.75em;
  font-size: clamp(4rem, 5vw, 7rem);
  text-align: center;
  margin-bottom: 0.25em;
  color: #007742;
}
.rateTVPage > .content .rateSection .f-h2 {
  color: #007742;
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: 400;
}
.rateTVPage > .content .rateSection tr td:nth-child(1) {
  font-weight: bold;
}
.rateTVPage > .content .rateSection .rate-table {
  padding: 0 20px;
}
.rateTVPage > .content .rateSection .rate-table th {
  padding: 1.2rem;
  display: table-cell;
}
.rateTVPage > .content .rateSection .rate-table tr {
  display: table-row;
}
.rateTVPage > .content .rateSection .rate-table tr:first-child {
  padding: 0;
}
.rateTVPage > .content .rateSection .rate-table tr:nth-child(odd) {
  background: none;
}
.rateTVPage > .content .rateSection .rate-table tr td {
  display: table-cell;
  padding: 10px;
}
@media (orientation: portrait) {
  .rateTVPage > .content .rateSection .rate-table tr td {
    font-size: clamp(1.6rem, 3vh, 3rem);
  }
}
@media (orientation: landscape) {
  .rateTVPage > .content .rateSection .rate-table tr td {
    font-size: clamp(1.6rem, 3vw, 3rem);
  }
}
.rateTVPage > .content .rateSection .rate-table tr td:before {
  display: none;
}
.rateTVPage > .content .rateSection .rate-disclosure {
  text-align: center;
  font-size: 1.6rem;
  padding: 0 20px;
  /*                margin-top:8vw;*/
}
.rateTVPage > .content .rateSection .bugs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  grid-gap: 1em;
}

.table-holder {
  max-width: calc(100vw - 60px);
  overflow: auto;
}

.editableTable {
  width: 100%;
  margin-bottom: 2em;
}
.editableTable h2, .editableTable h3, .editableTable h4 {
  margin-bottom: 0;
}
.editableTable h2 {
  font-size: clamp(1.4rem, 2vw, 2.6rem);
}
.editableTable td, .editableTable th {
  padding: 10px;
}
.editableTable thead {
  background: #1a4661;
  color: #fff !important;
}
.editableTable thead * {
  color: #fff !important;
}
.editableTable tbody th {
  background: #1a4661;
  color: #fff !important;
}
.editableTable tbody tr:nth-child(odd) {
  background: #F3F0EB;
}

video {
  width: 100%;
}

.video-modal {
  margin: 0;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.video-modal .video-flex-container {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 980px) {
  .video-modal .video-flex-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.video-modal .video-modal-content {
  margin: 0 auto;
  width: calc(100vw - 40px);
  overflow-y: auto;
  max-width: 800px;
}
.video-modal .video-modal-content > div, .video-modal .video-modal-content > video {
  width: 100%;
}
.video-modal .video-modal-close {
  margin: 1em 1em 1em auto;
  padding: 0;
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../icons/body_icon_lightbox-close.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 35px;
}
@media screen and (min-width: 980px) {
  .video-modal .video-modal-close {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 20px;
    color: #FFF;
    font-size: 10rem;
    line-height: 0;
  }
}
.video-modal .video-holder {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
}
.video-modal .local-video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.video-modal .transcript-container {
  margin: 0;
  color: #fff;
}
.video-modal .transcript-container .transcript-button {
  margin: 0;
  padding: 0.5em;
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  .video-modal .transcript-container .transcript-button {
    font-size: 1.8rem;
  }
}
.video-modal .transcript-container .transcript-button:after {
  content: "";
  margin: 0 0 0 0.25em;
  padding: 0;
  background: url("../icons/header_shape_dropdown-arrow.svg") transparent no-repeat center/14px 8px;
  width: 14px;
  height: 8px;
  position: relative;
  display: inline-block;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.video-modal .transcript-container .transcript-content {
  margin: 0;
  padding: 0.5em 0 0;
  display: none;
}
.video-modal .transcript-container .transcript-content > *:last-child {
  margin: 0;
}
.video-modal .transcript-container .transcript-content a {
  color: #fff;
  text-decoration: underline;
}
.video-modal .transcript-container.active > .transcript-button:after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: grid;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.search-window {
  padding: 2em 40px 2em;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 103%, 0% 103%);
}
@media screen and (min-width: 980px) {
  .search-window {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
    padding: 2em 30px 5em;
  }
}
.search-open .search-window {
  display: block;
}

.search-window > .search-content {
  display: grid;
  grid-gap: 2em;
  max-width: 830px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .search-window > .search-content {
    grid-template-columns: 2fr 1fr;
  }
}
.search-window > .search-content .search-form h2 {
  color: #34393B;
  margin-bottom: 0.2em;
  font-size: clamp(2rem, 3vw, 3.5rem);
}
.search-window > .search-content .search-form .search-area {
  display: grid;
  grid-gap: 0.5em;
}
@media screen and (min-width: 980px) {
  .search-window > .search-content .search-form .search-area {
    grid-template-columns: 1fr 134px;
    grid-gap: 7px;
  }
}
.search-window > .search-content .search-form .search-area .search-box {
  position: relative;
}
.search-window > .search-content .search-form .search-area .search-box:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/Content/images/ico-searchbox.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-window > .search-content .search-form .search-area .search-box input {
  width: 100%;
  height: 53px;
  border: solid 1px #BC8C3D;
  padding-left: 50px;
  border-radius: 15px;
  -webkit-box-shadow: inset rgba(192, 185, 174, 0.62) 2px 2px 8px 0px;
          box-shadow: inset rgba(192, 185, 174, 0.62) 2px 2px 8px 0px;
}
.search-window > .search-content .search-form .search-area button {
  height: 54px;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 980px) {
  .search-window > .search-content .popular-searches {
    border-left: solid 1px #BC8C3D;
    padding-left: 2em;
  }
}
.search-window > .search-content .popular-searches h3 {
  margin-bottom: 1em;
}
.search-window > .search-content .popular-searches ul {
  list-style: none;
  padding: 0;
  font-size: 1.5rem;
  color: #34393B;
}
.search-window > .search-content .popular-searches ul li {
  margin-bottom: 1em;
}
.search-window > .search-content .popular-searches ul li a {
  font-size: 1.5rem;
  color: #007742;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-window > .search-content .popular-searches ul li a:hover, .search-window > .search-content .popular-searches ul li a:focus {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #bc8c3d;
}

.search-result-header {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 2em;
}

.highlight {
  background: yellow;
}

.sitemap {
  padding: 0 30px;
}
.sitemap > .content {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .sitemap > .content > ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
  }
}
.sitemap > .content ul {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.contact-cols {
  padding: 0 30px;
  margin-bottom: 5em;
}
@media screen and (min-width: 980px) {
  .contact-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
@media screen and (min-width: 980px) {
  .contact-cols > .content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: clamp(50px, 8vw, 100px);
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  .contact-cols .sidebar {
    border-left: solid 1px #BC8C3D;
    padding-left: 45px;
  }
}
.contact-cols .contact-box h2 {
  display: none;
}
.contact-cols .contact-box .accordion-content {
  padding: 1em;
}
@media screen and (min-width: 980px) {
  .contact-cols .contact-box {
    padding: 0;
    border: none;
  }
  .contact-cols .contact-box > button {
    display: none;
  }
  .contact-cols .contact-box h2 {
    margin: 0;
    display: block;
  }
  .contact-cols .contact-box .accordion-content {
    display: block;
    padding: 0;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  .contact-cols .contact-box .accordion-content {
    display: block !important;
  }
}
@media screen and (min-width: 980px) {
  .contact-cols .contact-box .accordion-content .fsBody > div {
    padding: 0;
  }
}

@media screen and (max-width: 980px) {
  .fsSection {
    display: block !important;
  }
}

.blog-header {
  padding: 0 30px;
  margin-bottom: 3em;
}
.blog-header > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
}
.blog-header > .content .breadcrumb {
  padding: 1em 0 0.7em;
  text-align: center;
  color: #007742;
}
.blog-header > .content .breadcrumb a {
  color: #007742;
}
.blog-header > .content .blog-photo-holder {
  position: relative;
  margin-bottom: 2em;
}
.blog-header > .content .blog-photo-holder:before {
  content: "";
  width: 81px;
  height: 126px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(calc(-100% - 7px));
          transform: translateX(calc(-100% - 7px));
  background: #186164;
  z-index: 2;
}
.blog-header > .content .blog-photo-holder:after {
  content: "";
  width: 95px;
  height: 30px;
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  background: #009C9A;
  z-index: 2;
}
.blog-header > .content .blog-photo-holder .blog-photo {
  aspect-ratio: 3/2;
  position: relative;
}
.blog-header > .content .blog-photo-holder .blog-photo:before {
  content: "";
  width: 97px;
  height: 72px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background: rgba(188, 140, 61, 0.8);
  z-index: 2;
}
.blog-header > .content .blog-photo-holder .blog-photo:after {
  content: "";
  width: 61px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0;
  -webkit-transform: translateY(calc(100% + 7px));
          transform: translateY(calc(100% + 7px));
  background: #63191A;
  z-index: 2;
}
.blog-header > .content .blog-photo-holder .blog-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-header > .content .title-area {
  margin-bottom: 4em;
}
.blog-header > .content .title-area .tags {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 3em;
}
.blog-header > .content .title-area > h1 {
  text-align: center;
  margin-bottom: 0.2em;
}
.blog-header > .content .title-area .published-date {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.blog-header > .content .title-area .event-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-header > .content .title-area .event-dates .date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-header > .content .title-area .event-dates .date-block .date-ico, .blog-header > .content .title-area .event-dates .date-block .time-ico {
  display: grid;
  grid-template-columns: 35px 1fr;
  grid-gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-header > .content .title-area .event-dates .date-block .date-ico h3, .blog-header > .content .title-area .event-dates .date-block .time-ico h3 {
  margin: 0;
}
.blog-header > .content .summary {
  font-weight: 500;
  padding-bottom: 2em;
  margin-bottom: 2em;
  font-size: 2rem;
  border-bottom: solid 1px #BC8C3D;
}
.blog-header > .content .summary h2 {
  margin-bottom: 0.2em;
}
.blog-header > .content .summary .summary-text *:last-child {
  margin: 0;
}
.blog-header > .content .article-body {
  font-size: 1.6rem;
  margin-bottom: 4em;
}
.blog-header > .content .share-area {
  text-align: center;
  margin-bottom: 3em;
}
.blog-header > .content .share-area ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
.blog-header > .content .share-area ul a {
  display: block;
}
.blog-header > .content .article-nav {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  line-height: 1.2;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3em;
  position: relative;
  padding: 1em 0;
}
@media screen and (min-width: 980px) {
  .blog-header > .content .article-nav {
    -webkit-column-gap: 6em;
       -moz-column-gap: 6em;
            column-gap: 6em;
  }
}
.blog-header > .content .article-nav:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #BC8C3D;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}
.blog-header > .content .article-nav .previous-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(10px, 2vw, 20px);
     -moz-column-gap: clamp(10px, 2vw, 20px);
          column-gap: clamp(10px, 2vw, 20px);
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #06334F;
  font-weight: 700;
  font-family: "altivo", sans-serif;
}
.blog-header > .content .article-nav .previous-link:before {
  content: "";
  width: 41px;
  aspect-ratio: 1;
  background: url(/Content/Images/ico-arrow-left.svg) no-repeat;
  background-size: contain;
  display: block;
}
.blog-header > .content .article-nav .next-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(10px, 2vw, 20px);
     -moz-column-gap: clamp(10px, 2vw, 20px);
          column-gap: clamp(10px, 2vw, 20px);
  position: relative;
  color: #06334F;
  font-weight: 700;
  font-family: "altivo", sans-serif;
}
@media screen and (max-width: 980px) {
  .blog-header > .content .article-nav .next-link {
    text-align: right;
  }
}
.blog-header > .content .article-nav .next-link:after {
  content: "";
  width: 41px;
  aspect-ratio: 1;
  background: url(/Content/Images/ico-arrow-left.svg) no-repeat;
  background-size: contain;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.blog-latest {
  padding: 0 30px;
  margin-bottom: 4em;
}
.blog-latest > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-gap: 20px;
}
@media screen and (min-width: 980px) {
  .blog-latest > .content {
    grid-template-columns: 3fr minmax(460px, 1fr);
    grid-gap: 50px;
  }
}
.blog-latest > .content .photo {
  aspect-ratio: 3/2;
}
.blog-latest > .content .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.blog-latest > .content .info .tags {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.2em;
}
.blog-latest > .content .info > h2 {
  margin-bottom: 0.7em;
}
.blog-latest > .content .info .summary {
  line-clamp: 4;
  margin-bottom: 2em;
}
.blog-latest > .content .info .summary *:last-child {
  margin: 0;
}
@media screen and (max-width: 980px) {
  .blog-latest > .content .info .action {
    display: grid;
    grid-template-columns: minmax(200px, -webkit-max-content);
    grid-template-columns: minmax(200px, max-content);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 0.5em;
  }
}

.single-card {
  height: 100%;
  padding: 2em;
}
.single-card > img {
  margin-bottom: 1em;
}
.single-card > img[src*=".svg"] {
  width: 89px;
}

.event-dates {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.event-dates .divider {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.event-dates .date-ico {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.event-dates .date-ico h3 {
  margin: 0;
}

.pinned-articles {
  margin-bottom: 4em;
  background: #F3F0EB;
  padding: 3em 30px;
}
.pinned-articles.pinned-events {
  background: #fff;
}
.pinned-articles > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.pinned-articles > .content > h2 {
  margin-bottom: 1.2em;
}
@media screen and (min-width: 980px) {
  .pinned-articles > .content > h2 {
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  .pinned-articles > .content .articles .card-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    list-style: none;
  }
  .hydrated .pinned-articles > .content .articles .card-list {
    visibility: visible;
  }
}
.pinned-articles > .content .mobile-controls {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.pinned-articles > .content .mobile-controls .splide__arrow {
  position: absolute;
  top: 25vw;
  left: -20px;
  pointer-events: all;
}
.pinned-articles > .content .mobile-controls .splide__arrow.splide__arrow--next {
  top: calc(25vw - 16px);
  left: auto;
  right: -20px;
}
.pinned-articles > .content .mobile-controls .splide__pagination {
  position: absolute;
  bottom: -1.5em;
}
.pinned-articles > .content .mobile-controls .splide__pagination li > button {
  background: #D4C6A7;
  pointer-events: all;
}
.pinned-articles > .content .mobile-controls .splide__pagination li > button.is-active {
  background: #BC8C3D;
}
@media screen and (min-width: 980px) {
  .pinned-articles > .content .mobile-controls {
    display: none;
  }
}

.article-card {
  text-align: center;
}
@media screen and (min-width: 980px) {
  .article-card {
    text-align: left;
  }
}
.article-card .photo {
  aspect-ratio: 3/2;
  margin-bottom: 1em;
}
.article-card .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 980px) {
  .article-card .photo img {
    width: calc(100% - 40px);
  }
}
.article-card .info .tags {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.article-card .info > h3 {
  margin-bottom: 1em;
}
.article-card .info .action a {
  color: #007742;
}

.blog-articles {
  padding: 0 30px;
  margin-bottom: 4em;
}
.blog-articles > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.blog-articles > .content .filter {
  margin-bottom: 2em;
}
.blog-articles > .content .filter .blog-filter {
  font-weight: 700;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 980px) {
  .blog-articles > .content .filter .blog-filter {
    cursor: default;
  }
}
@media screen and (max-width: 980px) {
  .blog-articles > .content .filter .blog-filter {
    margin: 0 auto;
    display: block;
  }
}
.blog-articles > .content .filter .blog-filter img {
  margin-right: 5px;
}
.blog-articles > .content .filter .filter-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
}
@media screen and (max-width: 980px) {
  .blog-articles > .content .filter .filter-categories {
    display: none;
  }
  .blog-articles > .content .filter .filter-categories.open {
    display: block;
  }
}
.blog-articles > .content .filter .filter-categories .ghost-btn {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  padding: 0.7em 1.5em;
}
.blog-articles > .content .filter .filter-categories .ghost-btn.active {
  background: #007742;
  color: #fff;
}
.blog-articles > .content .articles {
  display: grid;
  grid-gap: 40px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .blog-articles > .content .articles {
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
  }
}

.location-header {
  margin-bottom: 4em;
}
.location-header > .content {
  display: grid;
  grid-gap: 10px;
  max-width: 1510px;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (min-width: 980px) {
  .location-header > .content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.location-header > .content .image-block {
  padding-top: 80px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
}
@media screen and (max-width: 980px) {
  .location-header > .content .image-block {
    display: none;
  }
}
.location-header > .content .image-block video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location-header > .content .image-block:first-of-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 980px) {
  .location-header > .content .image-block:first-of-type:before {
    content: "";
    width: 80px;
    height: 240px;
    position: absolute;
    display: block;
    background: rgba(99, 25, 26, 0.8);
    top: 35px;
    left: 0;
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .active.location-header > .content .image-block:first-of-type:before, .hydrated .location-header > .content .image-block:first-of-type:before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .location-header > .content .image-block:first-of-type:after {
    content: "";
    width: 80px;
    height: 73px;
    position: absolute;
    display: block;
    background: #186164;
    bottom: 1px;
    right: 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .active.location-header > .content .image-block:first-of-type:after, .hydrated .location-header > .content .image-block:first-of-type:after {
    -webkit-transform: scaleX(2.3);
            transform: scaleX(2.3);
  }
}
.location-header > .content .image-block:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 980px) {
  .location-header > .content .image-block:nth-of-type(2):after {
    content: "";
    width: 160px;
    height: 60px;
    position: absolute;
    display: block;
    background: #009c9a;
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%) scaleX(1);
            transform: translateX(100%) scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .active.location-header > .content .image-block:nth-of-type(2):after, .hydrated .location-header > .content .image-block:nth-of-type(2):after {
    -webkit-transform: translateX(100%) scaleX(2.7);
            transform: translateX(100%) scaleX(2.7);
  }
}
.location-header > .content .image-block img, .location-header > .content .image-block video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location-header > .content .image-block.sepia img {
  -webkit-filter: sepia(1);
          filter: sepia(1);
}
.location-header > .content .image-block.grayscale img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.location-header > .content .main-photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
.location-header > .content .main-photo:after {
  content: "";
  width: 90px;
  height: 165px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 30px;
  background: #BC8C3D;
  display: block;
  opacity: 0.75;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.active.location-header > .content .main-photo:after, .hydrated .location-header > .content .main-photo:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

@media screen and (max-width: 980px) {
  .location-header > .content .main-photo:after {
    opacity: 1;
    width: 70px;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@media screen and (max-width: 980px) {
  .location-header > .content .main-photo:before {
    content: "";
    width: 60px;
    height: 60px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: #186164;
    display: block;
    -webkit-transform: translate(-30px, 40px);
            transform: translate(-30px, 40px);
  }
}
.location-header > .content .main-photo img {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .holiday-hours {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 980px) {
  .holiday-hours > button {
    font-size: clamp(2rem, 3vw, 2.4rem);
    padding: 0.75em 1.2em;
    font-weight: 700;
    color: #06334F;
  }
}
.holiday-hours .accordion-content {
  padding: 0px 25px;
}
.holiday-hours dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  border-bottom: solid 1px rgba(188, 140, 61, 0.5);
}
.holiday-hours dl:last-of-type {
  border-bottom: none;
}
.holiday-hours dl dt, .holiday-hours dl dd {
  padding: 0;
  margin: 0;
}
.holiday-hours dl dd {
  text-align: right;
  font-weight: 700;
}
.location-cols {
  padding: 0 30px;
  margin-bottom: 6em;
}
.location-cols > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
}
@media screen and (min-width: 980px) {
  .location-cols > .content {
    grid-template-columns: 7fr 5fr;
    grid-gap: clamp(50px, 8vw, 60px);
  }
}
.location-cols > .content .info > h1 {
  margin-bottom: 0.3em;
}
.location-cols > .content .info .location-address {
  margin-bottom: 2em;
  font-weight: 700;
  font-family: "altivo", sans-serif;
  line-height: 1.3em;
  color: #06334F;
  font-size: clamp(2rem, 3vw, 2.8rem);
}
.location-cols > .content .info .location-address p:last-of-type {
  margin: 0;
}
.location-cols > .content .info .directions {
  margin-bottom: 2em;
}
.location-cols > .content .info .extra-info {
  margin-bottom: 2em;
}
.location-cols > .content .info .extra-info a {
  display: block;
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 3rem);
}
.location-cols > .content .info .hours-area {
  margin-bottom: 2em;
  font-size: clamp(1.6rem, 1.5vw, 2rem);
}
@media screen and (min-width: 980px) {
  .location-cols > .content .info .hours-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
}
@media screen and (max-width: 980px) {
  .location-cols > .content .info .hours-area .hour-block {
    margin-bottom: 2em;
  }
}
.location-cols > .content .info .hours-area dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 0.3em;
  margin-bottom: 0.7em;
}
.location-cols > .content .info .hours-area dl dt {
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .location-cols > .content .sidebar {
    border-left: solid 1px #BC8C3D;
    padding-left: clamp(30px, 4vw, 60px);
  }
}
.location-cols > .content .sidebar .location-services {
  margin-bottom: 2em;
  font-size: 1.6rem;
  font-weight: 300;
}
.location-cols > .content .sidebar .location-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.location-cols > .content .sidebar .location-services ul li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
@media screen and (min-width: 980px) {
  .location-cols > .content .sidebar .location-services ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
.location-cols > .content .sidebar .location-staff {
  margin-bottom: 2em;
}
.location-cols > .content .sidebar .location-staff .staff-box {
  display: grid;
  grid-auto-columns: 1fr;
  max-width: 500px;
  margin: 0 auto;
  grid-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1300px) {
  .location-cols > .content .sidebar .location-staff .staff-box {
    grid-template-columns: 10fr 11fr;
  }
}
.location-cols > .content .sidebar .location-staff .staff-box img {
  width: 100%;
}
.location-cols > .content .sidebar .location-staff .staff-box .staff-info {
  font-size: 1.6rem;
  font-weight: 300;
}
.location-cols > .content .sidebar .location-staff .staff-box .staff-info h4 {
  margin-bottom: 0.4em;
}
.location-cols > .content .sidebar .location-staff .staff-box .staff-info a {
  color: #007742;
}

.location-atm-map {
  background: url(/Content/Images/map-back.jpg) no-repeat;
  background-size: cover;
  padding: 3em 30px;
  margin-bottom: 3em;
}
.location-atm-map > .content {
  display: grid;
}
@media screen and (min-width: 980px) {
  .location-atm-map > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.location-atm-map > .content > h2 {
  margin: 0;
}
@media screen and (max-width: 980px) {
  .location-atm-map > .content > h2 {
    margin-bottom: 1em;
  }
}
.location-atm-map > .content form {
  display: grid;
  grid-template-columns: 1fr 90px;
  grid-gap: 10px;
}
@media screen and (min-width: 980px) {
  .location-atm-map > .content form {
    grid-template-columns: 1fr 130px;
  }
}
.location-atm-map > .content .search-box {
  position: relative;
}
.location-atm-map > .content .search-box:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/Content/Images/ico-locations.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 16px;
  top: 14px;
}
.location-atm-map > .content .search-box input {
  height: 53px;
  width: 100%;
  border-radius: 15px;
  border: solid 2px #D4C6A7;
  padding: 0 0.5em 0 60px;
}
@media screen and (min-width: 980px) {
  .location-atm-map > .content .search-box input {
    min-width: 360px;
  }
}
.location-atm-map > .content button {
  padding: 0;
}

.map-holder {
  display: none;
  margin-bottom: 4em;
  height: 50vw;
  max-height: 800px;
}
@media screen and (max-width: 980px) {
  .map-holder {
    height: 100vw;
  }
}
.map-holder iframe {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
}

.location-listing {
  padding: 0 30px;
  margin-bottom: 6em;
}
.location-listing > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(300px, max-content));
  grid-gap: clamp(20px, 4vw, 50px);
}
@media screen and (min-width: 980px) {
  .location-listing > .content {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: clamp(20px, 4vw, 50px);
  }
}
.location-listing .location-card {
  background: #F3F0EB;
}
.location-listing .location-card:nth-child(2n) .location-photo:before {
  background: #009C9A;
}
.location-listing .location-card:nth-child(3n) .location-photo:before {
  background: #06334F;
}
.location-listing .location-card:nth-child(4n) .location-photo:before {
  background: #BC8C3D;
}
.location-listing .location-card:nth-child(5n) .location-photo:before {
  background: #007742;
}
.location-listing .location-card.large-copy .copy {
  font-size: clamp(1.8rem, 2vw, 2rem);
}
.location-listing .location-card .location-photo {
  aspect-ratio: 3/2;
  position: relative;
}
.location-listing .location-card .location-photo:before {
  content: "";
  width: 40%;
  height: 20px;
  display: block;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #63191A;
}
.location-listing .location-card .location-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location-listing .location-card .info {
  padding: 2em;
}
.location-listing .location-card .info h3 {
  margin-bottom: 0.4em;
}
.location-listing .location-card .info .address {
  margin-bottom: 1em;
}
.location-listing .location-card .info .address p:last-of-type {
  margin: 0;
}
.location-listing .location-card .info .additional-info {
  margin-bottom: 1.5em;
}
.location-listing .location-card .info .additional-info a {
  font-weight: 400;
}
.location-listing .location-card .info .actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: clamp(15px, 4vw, 40px);
}
.location-listing .location-card .info .actions a {
  color: #007742;
  font-size: clamp(1.8rem, 2vw, 2rem);
}

.directory-box {
  padding: 0 30px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .directory-box {
    margin-bottom: 5em;
  }
}
.content .directory-box {
  padding: 0;
}
.directory-box > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.directory-box .top-section {
  text-align: center;
}
@media screen and (min-width: 980px) {
  .directory-box .top-section {
    text-align: left;
  }
}
.directory-box .top-section h2 {
  margin-bottom: 0.5em;
}
.directory-box .top-section .copy {
  margin-bottom: 2em;
}
.directory-box .top-section .copy *:last-child {
  margin: 0;
}
.directory-box .team {
  display: grid;
  grid-gap: 1.5em;
}
@media screen and (max-width: 980px) {
  .directory-box .team {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  .directory-box .team {
    grid-template-columns: repeat(auto-fit, 350px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: clamp(2em, 3vw, 5em);
  }
}
.directory-box .directory-item .image {
  width: 100%;
  aspect-ratio: 6/8;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.5em;
}
.directory-box .directory-item .name {
  font-size: 2.3rem;
  color: #06334F;
  font-weight: 700;
  margin-bottom: 0;
}
.directory-box .directory-item .title {
  font-weight: 500;
  font-size: 1.6rem;
  font-style: italic;
  margin-bottom: 0.5em;
}
.directory-box .directory-item p {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.directory-box .directory-item p span {
  color: #06334F;
  font-weight: 700;
}
.directory-box .directory-item .email {
  font-weight: 700;
  color: #06334F;
  /*text-decoration: underline;

  &:hover {
  	text-decoration-thickness: 2px;
  }*/
}
.directory-box .directory-item a {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.directory-box .directory-item a:hover {
  -webkit-text-decoration: underline currentcolor;
          text-decoration: underline currentcolor;
}

.directory-detail {
  margin-bottom: 4em;
  margin-top: 2em;
}
.directory-detail > .content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .directory-detail > .content {
    grid-template-columns: 30% 1fr;
    grid-gap: clamp(20px, 5vw, 50px);
  }
}
.directory-detail .photoAndCTA .photo {
  background: #F3F0EB;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #F3F0EB), color-stop(80%, rgba(19, 46, 83, 0)));
  background: linear-gradient(0deg, #F3F0EB 80%, rgba(19, 46, 83, 0) 80%);
  text-align: center;
  margin-bottom: 1em;
}
.directory-detail .photoAndCTA .photo .reg-photo {
  display: inline-block;
}
.directory-detail .photoAndCTA .photo .alt-photo {
  display: none;
}
.directory-detail .photoAndCTA .photo.has-alt-photo:hover .reg-photo {
  display: none;
}
.directory-detail .photoAndCTA .photo.has-alt-photo:hover .alt-photo {
  display: inline-block;
}
.directory-detail .photoAndCTA .actions {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #06334F;
  z-index: 100;
  padding: 1em 30px;
}
.directory-detail .photoAndCTA .actions .accordion-button {
  position: relative;
  z-index: 101;
  color: white;
}
.directory-detail .photoAndCTA .actions .accordion-button span {
  position: relative;
}
.directory-detail .photoAndCTA .actions .accordion-button span:before {
  content: "";
  position: relative;
  right: -8.5em;
  top: 2px;
  border-radius: 1px;
  width: 0.25em;
  height: 1em;
  background-color: #BC8C3D;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.directory-detail .photoAndCTA .actions .accordion-button span:after {
  content: "";
  position: relative;
  border-radius: 1px;
  right: -1.5em;
  top: 2px;
  width: 0.25em;
  height: 1em;
  background-color: #BC8C3D;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.directory-detail .photoAndCTA .actions .accordion-content {
  margin: 0 auto;
  display: none;
}
@media screen and (min-width: 980px) {
  .directory-detail .photoAndCTA .actions .accordion-content {
    display: block !important;
  }
}
.directory-detail .photoAndCTA .actions .accordion-content .container {
  padding: 2em;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .directory-detail .photoAndCTA .actions .accordion-content .container {
    padding: 0;
  }
}
@media screen and (max-width: 980px) {
  .directory-detail .photoAndCTA .actions .accordion-content .container .ghost-btn {
    color: #fff;
  }
}
@media screen and (min-width: 980px) {
  .directory-detail .photoAndCTA .actions {
    position: relative;
    background: none;
    width: 100%;
  }
  .directory-detail .photoAndCTA .actions .accordion-button {
    display: none;
  }
}
.directory-detail .photoAndCTA .actions.active .accordion-button span:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 980px) {
  .directory-detail .info {
    padding-top: 3em;
  }
}
.directory-detail .info .f-h1 {
  color: #06334F;
  font-size: clamp(2.5rem, 3vw, 3.8rem);
  margin-bottom: 0;
}
.directory-detail .info p {
  font-size: 1.6rem;
  color: #34393B;
  margin-bottom: 0.5em;
}
.directory-detail .info .contact {
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.directory-detail .info .contact ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.directory-detail .info .contact ul.contact-info li {
  font-size: 2rem;
  font-weight: 700;
  font-family: "altivo", sans-serif;
}
.directory-detail .info .contact ul.contact-info li:after {
  content: " | ";
  color: #BC8C3D;
  font-weight: 700;
  padding: 0 10px;
}
.directory-detail .info .contact ul.contact-info li:last-of-type:after {
  content: none;
}
.directory-detail .info .contact ul.social li {
  padding: 0 0.5em;
}
@media screen and (max-width: 980px) {
  .directory-detail .info .contact ul.social li {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.directory-detail .info .contact ul.social li img {
  min-width: 25px;
}
.directory-detail .info .bio {
  border-top: 1px solid #06334F;
  padding-top: 1.5em;
}

.hydrated .directory-detail .photoAndCTA .cta-buttons {
  max-width: 260px;
}

.events {
  padding: 2em 30px;
  margin-bottom: 4em;
}
.events > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.events .article {
  border-radius: 35px;
  overflow: hidden;
  background: #ecf0ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}
@media screen and (min-width: 980px) {
  .events .article {
    width: 450px;
  }
}
.events .article > .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.387755102;
}
@media screen and (min-width: 980px) {
  .horizontal .events .article {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
    margin-bottom: 1.5em;
  }
  .horizontal .events .article > .info {
    text-align: left;
    padding: 2em;
  }
}
.events .article > .info {
  padding: 1em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.events .article > .info h3 {
  color: #818181;
  margin-bottom: 0.7em;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
.events .article > .info > .copy {
  font-size: clamp(1.8rem, 2vw, 2.3rem);
  color: #007742;
  font-weight: 700;
  margin-bottom: 1em;
}
.events .article > .info > .copy p {
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 500;
}
.horizontal .events .article > .info {
  padding: 1em 2em;
}

.blog-detail {
  padding: 0 30px;
}
.blog-detail > .content {
  max-width: 1400px;
  margin: 0 auto;
}

.contact-cols {
  padding: 0 30px;
  margin-bottom: 5em;
}
@media screen and (min-width: 980px) {
  .contact-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
@media screen and (min-width: 980px) {
  .contact-cols > .content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: clamp(50px, 8vw, 100px);
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  .contact-cols .sidebar {
    border-left: solid 1px #BC8C3D;
    padding-left: 45px;
  }
}
.contact-cols .contact-box h2 {
  display: none;
}
.contact-cols .contact-box .accordion-content {
  padding: 1em;
}
@media screen and (min-width: 980px) {
  .contact-cols .contact-box {
    padding: 0;
    border: none;
  }
  .contact-cols .contact-box > button {
    display: none;
  }
  .contact-cols .contact-box h2 {
    margin: 0;
    display: block;
  }
  .contact-cols .contact-box .accordion-content {
    display: block;
    padding: 0;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  .contact-cols .contact-box .accordion-content {
    display: block !important;
  }
}
@media screen and (min-width: 980px) {
  .contact-cols .contact-box .accordion-content .fsBody > div {
    padding: 0;
  }
}

@media screen and (max-width: 980px) {
  .fsSection {
    display: block !important;
  }
}

.feature {
  overflow: hidden;
  margin-bottom: 5em;
  position: relative;
}
.feature .js-background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.feature .js-background.open {
  opacity: 0.5;
}
@media screen and (min-width: 980px) {
  .feature {
    padding: 0 30px;
  }
  .single.feature {
    min-height: 0;
    max-height: none;
  }
}
.feature > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
.feature > .content .js-search-builder {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.feature > .content .search-builder {
  display: grid;
  grid-template-columns: repeat(auto-fit, 400px);
  grid-gap: 5em;
  text-align: center;
  margin-bottom: 4em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature > .content .search-builder .search-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
}
.feature > .content .search-builder .search-list > div {
  border: solid 1px #CCC;
  background: #fff;
  border-radius: 7px;
  padding: 1em;
  text-align: center;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  display: grid;
  grid-template-columns: 1fr 50px;
  grid-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature > .content .search-builder .search-list > div:hover {
  background: #F3F0EB;
}
.feature > .content .search-builder .search-list > div .info {
  text-align: left;
  padding-left: 2em;
}
.feature > .content .search-builder .search-list > div h2 {
  font-size: 2rem;
  margin: 0 0 0.2em;
}
.feature > .content .search-builder .search-list > div p {
  font-size: 1.6rem;
  margin: 0;
}
.feature > .content > .info {
  padding: 3em 30px;
  max-width: 900px;
  text-align: center;
  margin: 0 auto 1em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single.feature > .content > .info {
  padding: 0.5em 30px;
  margin-bottom: 4em;
}

.feature > .content > .info .search .search-box {
  display: grid;
  max-width: 650px;
  margin: 0 auto 2em;
  grid-template-columns: 1fr 100px;
  grid-gap: 0;
}
.feature > .content > .info .search .search-box input {
  border-radius: 7px 0 0 7px !important;
  padding: 0 2em;
}
.feature > .content > .info .search .search-box button {
  border-radius: 0 7px 7px 0;
  padding: 0;
}
.active.feature > .content > .info, .hydrated .feature > .content > .info {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.hydrated .feature > .content > .info {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.single.feature > .content > .info {
  text-align: center;
}

@media screen and (min-width: 980px) {
  .feature > .content > .info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 7em 0 2em 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.feature > .content > .info h1 {
  margin-bottom: 0.3em;
  line-height: 1.1;
}
.feature > .content > .info .copy {
  font-size: 2.4rem;
}
.feature > .content > .info .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.7em;
     -moz-column-gap: 0.7em;
          column-gap: 0.7em;
  row-gap: 0.7em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .feature > .content > .info .actions {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.single.feature > .content > .info .actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature > .content > .photo-area {
  position: relative;
}
.feature > .content > .photo-area:before {
  content: "";
  width: clamp(100px, 12vw, 270px);
  height: clamp(100px, 16vw, 270px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0.2);
          transform: scaleX(0.2);
  position: absolute;
  top: 0;
  left: calc(clamp(100px, 12vw, 270px) * -1 - 20px);
  background: #06334F;
  display: block;
}
.active.feature > .content > .photo-area:before, .hydrated .feature > .content > .photo-area:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.feature > .content > .photo-area:after {
  content: "";
  width: clamp(100px, 22vw, 550px);
  height: clamp(100px, 16vw, 270px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0.2);
          transform: scaleY(0.2);
  position: absolute;
  top: calc(clamp(100px, 16vw, 270px) + 20px);
  left: calc(clamp(100px, 12vw, 270px) * -1 - 20px);
  background: rgba(0, 156, 154, 0.8);
  display: block;
}
.active.feature > .content > .photo-area:after, .hydrated .feature > .content > .photo-area:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.feature > .content > .photo-area > .collage {
  position: relative;
}
.feature > .content > .photo-area > .collage:before {
  content: "";
  width: clamp(100px, 15vw, 376px);
  z-index: 2;
  height: clamp(30px, 4vw, 71px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0.3);
          transform: scaleX(0.3);
  position: absolute;
  top: 0;
  right: calc(clamp(100px, 14vw, 340px) * -1 + 50px);
  background: #007742;
  display: block;
}
.active.feature > .content > .photo-area > .collage:before, .hydrated .feature > .content > .photo-area > .collage:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.feature > .content > .photo-area > .collage:after {
  content: "";
  width: clamp(30px, 34vw, 391px);
  height: clamp(100px, 28vw, 469px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0.7);
          transform: scaleY(0.7);
  position: absolute;
  top: calc(clamp(30px, 4vw, 71px) + 20px);
  z-index: -1;
  right: calc(clamp(30px, 6vw, 141px) * -1);
  background: #BC8C3D;
  display: block;
}
.active.feature > .content > .photo-area > .collage:after, .hydrated .feature > .content > .photo-area > .collage:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.feature > .content > .photo-area > .collage > .large-photo {
  padding-bottom: 50px;
  position: relative;
}
.feature > .content > .photo-area > .collage > .large-photo:before {
  content: "";
  width: clamp(30px, 5vw, 126px);
  height: clamp(30px, 18vw, 300px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0.2);
          transform: scaleX(0.2);
  position: absolute;
  top: calc(clamp(30px, 4vw, 71px) + 20px);
  right: calc(clamp(30px, 12vw, 291px) * -1);
  background: #63191A;
  display: block;
}
.active.feature > .content > .photo-area > .collage > .large-photo:before, .hydrated .feature > .content > .photo-area > .collage > .large-photo:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.feature > .content > .photo-area > .collage > .large-photo > .image-1 {
  width: calc(100% - 60px);
  height: 51vw;
  display: block;
  margin: 0 auto;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (min-width: 980px) {
  .feature > .content > .photo-area > .collage > .large-photo > .image-1 {
    width: 100%;
    height: 30vw;
  }
}
.feature > .content > .photo-area > .collage > .large-photo > .m-block {
  position: absolute;
  height: 66px;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 980px) {
  .feature > .content > .photo-area > .collage > .large-photo > .m-block {
    height: 100px;
    bottom: 0px;
  }
}
.feature > .content > .collage-area {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 980px) {
  .feature > .content > .collage-area {
    width: calc(100vw - 40px);
  }
}
@media screen and (min-width: 980px) {
  .feature > .content > .collage-area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 51.3vw;
    max-height: 990px;
  }
}
.feature > .content > .collage-area .collage {
  display: grid;
  max-width: 850px;
  aspect-ratio: 7/8;
  grid-template-areas: "a a b" "a a c" "d d d";
}
@media screen and (min-width: 980px) {
  .feature > .content > .collage-area .collage {
    position: absolute;
    width: 44vw;
  }
}
.feature > .content > .collage-area .collage .large-photo {
  grid-area: a;
  aspect-ratio: 1;
  position: relative;
}
.feature > .content > .collage-area .collage .large-photo:after {
  content: "";
  width: 20%;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  height: clamp(37px, 9.5vw, 100px);
  position: absolute;
  bottom: 0;
  right: 0;
  background: #BC8C3D;
  display: block;
}
.active.feature > .content > .collage-area .collage .large-photo:after, .hydrated .feature > .content > .collage-area .collage .large-photo:after {
  width: 80%;
}

@media screen and (min-width: 980px) {
  .feature > .content > .collage-area .collage .large-photo:after {
    height: clamp(50px, 5.2vw, 105px);
  }
}
.feature > .content > .collage-area .collage .large-photo img {
  width: 100%;
  aspect-ratio: 573/437;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 980px) {
  .feature > .content > .collage-area .collage .large-photo img {
    aspect-ratio: 573/437;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.feature > .content > .collage-area .collage .icon {
  grid-area: b;
  aspect-ratio: 10/7;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 980px) {
  .feature > .content > .collage-area .collage .icon {
    padding-left: 50px;
  }
}
.feature > .content > .collage-area .collage .icon:before {
  content: "";
  width: 60px;
  height: 100%;
  background: rgba(99, 25, 26, 0.7);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 980px) {
  .feature > .content > .collage-area .collage .icon:before {
    width: clamp(60px, 5vw, 1000px);
  }
}
.active.feature > .content > .collage-area .collage .icon:before, .hydrated .feature > .content > .collage-area .collage .icon:before {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.feature > .content > .collage-area .collage .icon img {
  width: 45px;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 980px) {
  .feature > .content > .collage-area .collage .icon img {
    left: 20px;
    position: relative;
  }
}
@media screen and (min-width: 980px) {
  .feature > .content > .collage-area .collage .icon img {
    width: clamp(80px, 7vw, 130px);
  }
}
.active.feature > .content > .collage-area .collage .icon img, .hydrated .feature > .content > .collage-area .collage .icon img {
  opacity: 1;
}

.feature > .content > .collage-area .collage .small-photo {
  grid-area: c;
  aspect-ratio: 1;
  position: relative;
  z-index: 4;
  padding: clamp(10px, 4vw, 25px) 0 0 clamp(10px, 4vw, 25px);
}
.feature > .content > .collage-area .collage .small-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.feature > .content > .collage-area .collage .m-image-holder {
  grid-area: d;
  position: relative;
  padding-top: clamp(10px, 4vw, 25px);
  padding-right: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.feature > .content > .collage-area .collage .m-image-holder:after {
  content: "";
  width: clamp(70px, 23vw, 250px);
  height: clamp(100px, 33vw, 290px);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(clamp(20%, 4vw, 30%), -50%);
          transform: translate(clamp(20%, 4vw, 30%), -50%);
  z-index: 1;
  background: rgba(0, 156, 154, 0.7);
  display: block;
  height: clamp(100px, 33vw, 560px);
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
@media screen and (min-width: 980px) {
  .feature > .content > .collage-area .collage .m-image-holder:after {
    width: clamp(80px, 13vw, 230px);
  }
}
.active.feature > .content > .collage-area .collage .m-image-holder:after, .hydrated .feature > .content > .collage-area .collage .m-image-holder:after {
  height: clamp(100px, 33vw, 290px);
}

.feature > .content > .collage-area .collage .m-image-holder > img {
  width: 70%;
  aspect-ratio: 509/390;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 980px) {
  .feature > .content > .collage-area .collage .m-image-holder > img {
    aspect-ratio: 509/390;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.feature > .content > .collage-area .collage .m-image-holder .m-box {
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(calc(-50% + 12px));
          transform: translateY(calc(-50% + 12px));
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature > .content > .collage-area .collage .m-image-holder .m-box img {
  width: 11vw;
  max-width: 178px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.active.feature > .content > .collage-area .collage .m-image-holder .m-box img, .hydrated .feature > .content > .collage-area .collage .m-image-holder .m-box img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.page-section {
  padding: 0 30px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .page-section {
    margin-bottom: 4em;
  }
}
.page-section > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.page-section .photo {
  margin-bottom: 1em;
}
.page-section .photo img {
  border-radius: 30px;
}
.page-section .photo img[src*=".svg"] {
  width: 100px;
  border-radius: none;
}
.page-section h2 {
  margin-bottom: 0.7em;
}
.page-section .copy {
  margin-bottom: 2em;
}
.page-section .copy:last-child {
  margin: 0;
}
.content .page-section {
  padding: 0;
}
.page-section.center {
  text-align: center;
}
.page-section .actions {
  display: grid;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.5em;
}
@media screen and (min-width: 980px) {
  .page-section .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.center.page-section .actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 980px) {
  .page-section ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.page-section ul li {
  margin-bottom: 0.8em;
}
@media screen and (min-width: 980px) {
  .page-section.cols-one ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (min-width: 980px) {
  .page-section.cols-three ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.page-section.center {
  text-align: center;
}
.page-section.search-results {
  padding: 0 30px;
}
.page-section.search-results > .content {
  max-width: 1400px;
  margin: 0 auto;
  margin: 0 auto;
}
.page-section.search-results .search-tile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 800px;
  /*           align-items: center;*/
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.5em;
  margin-bottom: 2em;
}
.page-section.search-results .search-tile .search-tile-title {
  margin-bottom: 0.2em;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
}
@media screen and (min-width: 980px) {
  .page-section.search-results .search-tile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-section.search-results .search-tile a img {
  border-radius: 20px;
  margin-bottom: 1em;
}
.page-section.search-results .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 1em;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1em;
}
.page-section.search-results .search-tile-content {
  margin-bottom: 2em;
}
.page-section.search-results .search-tile-content h3 {
  margin-bottom: 0;
}

.photo-banner {
  margin-bottom: 6em;
  padding-top: calc(80vw - 60px);
  position: relative;
  /*&.active:hover {
  	> .content {
  		.info {
  			&:before {
  				transform: translateX(90%) scaleX(0.62);
  			}

  			&:after {
  				transform: scaleY(1);
  			}
  		}
  	}
  }*/
}
@media screen and (max-width: 980px) {
  .photo-banner {
    width: 100vw;
    overflow-x: clip;
    background-repeat: no-repeat;
    margin-bottom: 3em;
    background-size: 0;
  }
}
@media screen and (min-width: 980px) {
  .photo-banner {
    background: no-repeat;
    padding: 0;
    background-size: cover;
    background-position: top right;
  }
}
.photo-banner:before {
  content: "";
  width: 100%;
  height: 80vw;
  background: #333;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: inherit;
  background-size: 200%;
  background-position: top right;
}
@media screen and (min-width: 980px) {
  .photo-banner {
    padding: 8em 30px;
  }
  .photo-banner:before {
    content: none;
  }
}
.photo-banner > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.photo-banner > .content > .info-holder {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 980px) {
  .photo-banner > .content > .info-holder {
    padding: 0 30px;
  }
}
@media screen and (min-width: 980px) {
  .photo-banner > .content > .info-holder {
    width: 45%;
    background: #06334F;
  }
}
.photo-banner > .content > .info-holder:before {
  content: "";
  width: 284px;
  height: 46px;
  background: #009C9A;
  display: block;
  position: absolute;
  top: -20px;
  right: calc(100% - 70px);
  z-index: -1;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0.4);
          transform: scaleX(0.4);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 980px) {
  .photo-banner > .content > .info-holder:before {
    height: 96px;
  }
}
.active.photo-banner > .content > .info-holder:before, .hydrated .photo-banner > .content > .info-holder:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.photo-banner > .content > .info-holder:after {
  content: "";
  width: 88px;
  height: 117px;
  background: rgba(6, 152, 79, 0.7);
  display: block;
  position: absolute;
  top: 26px;
  right: calc(100% - 24px);
  z-index: -1;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(1.4);
          transform: scaleY(1.4);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 980px) {
  .photo-banner > .content > .info-holder:after {
    top: 76px;
    right: calc(100% + 20px);
  }
}
.active.photo-banner > .content > .info-holder:after, .hydrated .photo-banner > .content > .info-holder:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.photo-banner > .content > .info-holder .info {
  position: relative;
  padding: 3em;
  z-index: 2;
  background: #06334F;
}
.photo-banner > .content > .info-holder .info > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
  z-index: -1;
  pointer-events: none;
}
.photo-banner > .content > .info-holder .info:before {
  content: "";
  width: 250px;
  height: 50px;
  position: absolute;
  display: block;
  background: #63191A;
  bottom: -36px;
  right: 0;
  -webkit-transform: translateX(80%) scaleX(1);
          transform: translateX(80%) scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 980px) {
  .photo-banner > .content > .info-holder .info:before {
    height: 100px;
  }
}
.active.photo-banner > .content > .info-holder .info:before, .hydrated .photo-banner > .content > .info-holder .info:before {
  -webkit-transform: translateX(90%) scaleX(0.75);
          transform: translateX(90%) scaleX(0.75);
}

.photo-banner > .content > .info-holder .info:after {
  content: "";
  width: 57px;
  height: 157px;
  bottom: 25px;
  right: -66px;
  position: absolute;
  display: block;
  background: rgba(188, 140, 61, 0.7);
  z-index: 3;
  -webkit-transform: scaleY(0.4);
          transform: scaleY(0.4);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 980px) {
  .photo-banner > .content > .info-holder .info:after {
    bottom: 85px;
    right: -80px;
  }
}
.active.photo-banner > .content > .info-holder .info:after, .hydrated .photo-banner > .content > .info-holder .info:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.photo-banner > .content > .info-holder .info h2 {
  color: #BC8C3D;
  margin-bottom: 0.4em;
  font-family: "fave-script-pro", sans-serif;
}
.photo-banner > .content > .info-holder .info h3 {
  color: #fff;
  margin-bottom: 0.5;
}
.photo-banner > .content > .info-holder .info > .copy {
  color: #fff;
  margin-bottom: 1.5em;
}
.photo-banner > .content > .info-holder .info > .copy *:last-child {
  margin-bottom: 0;
}
.photo-banner > .content > .info-holder .info > .actions {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.5em;
}
@media screen and (min-width: 980px) {
  .photo-banner > .content > .info-holder .info > .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.headline-banner {
  padding: 3em 20px;
  background: #F3F0EB;
  margin-bottom: 4em;
}
@media screen and (min-width: 980px) {
  .headline-banner {
    padding: 3em 30px;
  }
}
.headline-banner > .content {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 57px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  .headline-banner > .content {
    grid-template-columns: 105px 1fr -webkit-max-content;
    grid-template-columns: 105px 1fr max-content;
    grid-gap: 2em;
  }
}
.headline-banner > .content > img {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .headline-banner > .content > img {
    min-width: 70px;
  }
}
.headline-banner > .content h2 {
  margin: 0;
}
@media screen and (min-width: 980px) {
  .headline-banner > .content h2 {
    padding-right: 1em;
    border-right: solid 1px #BC8C3D;
    font-size: clamp(2.4rem, 3vw, 3.4rem);
  }
}
@media screen and (max-width: 980px) {
  .headline-banner > .content .actions {
    grid-column: 1/span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.card-section {
  padding: 3em 20px;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-size: 120% 100vh;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 980px) {
  .card-section {
    background-size: 100% clamp(300px, 100vw, 1800px);
    background: url(/Content/images/card-background-green.svg) no-repeat;
    padding: 6em 30px;
  }
}
.card-section:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  pointer-events: none;
  z-index: 1;
  background: url(/Content/images/card-background-orange.svg) no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 120% clamp(300px, 100vw, 1800px);
}
@media screen and (min-width: 980px) {
  .card-section:before {
    content: "";
  }
}
@media screen and (min-width: 980px) {
  .card-section:before {
    background-size: 100% clamp(300px, 100vw, 1800px);
    z-index: 2;
  }
}
.card-section > .content {
  max-width: 1400px;
  margin: 0 auto;
}

.photo-split {
  padding: 0 30px;
  margin-bottom: 3em;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 980px) {
  .photo-split {
    margin-bottom: 6em;
  }
}
.photo-split:nth-of-type(even) {
  z-index: 1;
}
.content .photo-split {
  padding: 0;
}
.photo-split .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .photo-split .content {
    grid-template-columns: 14fr 18fr;
  }
  :nth-child(even).photo-split .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-template-columns: 18fr 14fr;
  }
}
@media screen and (max-width: 980px) {
  .photo-split .content {
    border: none;
  }
}
.photo-split .content .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.photo-split .content .photo img, .photo-split .content .photo video {
  border-bottom: solid 15px #fff;
  width: 100%;
  aspect-ratio: 485/375;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 980px) {
  .photo-split .content .photo img, .photo-split .content .photo video {
    border: solid 15px #fff;
    width: clamp(300px, 44vw, 485px);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  :nth-child(1).photo-split .content .photo {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    top: 15px;
  }
  :nth-child(2).photo-split .content .photo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  :nth-child(3).photo-split .content .photo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    bottom: 15px;
  }
  :nth-child(4).photo-split .content .photo {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    top: 15px;
  }
  :nth-child(5).photo-split .content .photo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  :nth-child(6).photo-split .content .photo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    bottom: 15px;
  }
  :nth-child(even).photo-split .content .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.photo-split .content .info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 1em 2em 2em;
  background: #06334F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 980px) {
  .photo-split .content .info {
    padding: 6em;
  }
}
:nth-child(even).photo-split .content .info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

:nth-child(2).photo-split .content .info {
  background: #186164;
}

:nth-child(3).photo-split .content .info {
  background: #63191A;
}

.photo-split .content .info h2 {
  color: #fff;
  margin-bottom: 0.6em;
}
.photo-split .content .info .copy {
  color: #fff;
  margin-bottom: 1.5em;
}
.photo-split .content .info .copy *:last-child {
  margin: 0;
}
.photo-split .content .info .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  row-gap: 0.5em;
}
@media screen and (max-width: 980px) {
  .photo-split .content .info .actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.info-cards {
  padding: 0 30px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .info-cards {
    margin-bottom: 6em;
  }
}
.info-cards > .content {
  max-width: 900px;
  margin: 0 auto;
  max-width: 1100px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.active.info-cards > .content, .hydrated .info-cards > .content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 980px) {
  .info-cards > .content {
    grid-template-columns: 36fr 64fr;
    display: grid;
    row-gap: 2em;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
.info-cards > .content:has(.info .copy) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.info-cards > .content:has(.link-block) > .info {
  border-bottom: none;
}
.info-cards > .content > .info h2 {
  color: #06334F;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 980px) {
  .info-cards > .content > .info h2 {
    text-align: left;
  }
}
@media screen and (max-width: 980px) {
  .info-cards > .content > .info {
    border-bottom: solid 1px #BC8C3D;
    margin-bottom: 2em;
    text-align: center;
  }
}
.info-cards > .content > .cards {
  display: grid;
  grid-template-columns: min(100%, -webkit-max-content);
  grid-template-columns: min(100%, max-content);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 3em;
}
@media screen and (min-width: 980px) {
  .info-cards > .content > .cards {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
  }
  .info-cards > .content > .cards.text {
    padding-left: 4em;
    border-left: solid 1px #cca360;
  }
}
.info-cards > .content > .cards .service-block h3 {
  color: #06334F;
  margin-bottom: 0.5em;
}
.info-cards > .content > .cards .service-block .copy {
  margin-bottom: 1em;
}
.info-cards > .content > .cards .service-block .copy *:last-child {
  margin: 0;
}
.info-cards > .content > .cards .service-block .copy ul li {
  margin-bottom: 1em;
}
.info-cards > .content > .cards a.link-block {
  height: 100%;
  aspect-ratio: 1;
  padding: 2em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #007742;
  color: #fff;
  border-radius: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  line-height: 1.3;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.info-cards > .content > .cards a.link-block:hover, .info-cards > .content > .cards a.link-block:focus {
  background: #004426;
}
.info-cards > .content > .cards a.link-block img {
  margin-bottom: 1em;
  width: 100px;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.info-cards > .content > .cards a.link-block span {
  font-family: "altivo", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
}

.page-header {
  overflow: hidden;
  margin-bottom: 3em;
}
.page-header.product {
  margin-bottom: 4em;
}
@media screen and (min-width: 980px) {
  .page-header {
    padding: 0 30px;
    margin-bottom: 7em;
  }
  .page-header.simple {
    margin-bottom: 5em;
  }
}
.page-header > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1600px;
  display: grid;
}
.directory.page-header > .content {
  grid-template-areas: "main-photo" "sub-photo" "info";
  grid-template-columns: 1fr;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 980px) {
  .directory.page-header > .content {
    grid-template-areas: "info main-photo" "info sub-photo";
    grid-template-columns: 9fr 11fr;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
    row-gap: 20px;
  }
}
.directory.page-header > .content .sub-photo {
  grid-area: sub-photo;
  position: relative;
  margin-bottom: 2em;
  height: clamp(160px, 32vw, 300px);
}
@media screen and (max-width: 980px) {
  .directory.page-header > .content .sub-photo {
    width: calc(100vw - 100px);
    margin-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .directory.page-header > .content .sub-photo {
    margin-bottom: 0;
    height: clamp(160px, 18vw, 270px);
  }
}
.directory.page-header > .content .sub-photo:before {
  content: "";
  width: calc(30% - 20px);
  top: 0;
  left: 0;
  height: clamp(50px, 6vw, 90px);
  display: block;
  position: absolute;
  background: #009c9a;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scaleX(0.25);
          transform: scaleX(0.25);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.active.directory.page-header > .content .sub-photo:before, .hydrated .directory.page-header > .content .sub-photo:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.directory.page-header > .content .sub-photo img {
  width: calc(72vw - 10px);
  left: calc(30% - 10px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 980px) {
  .directory.page-header > .content .sub-photo img {
    width: 100%;
    left: 30%;
  }
}
.directory.page-header > .content .main-photo {
  grid-area: main-photo;
  height: clamp(180px, 20vw, 300px);
  position: relative;
}
@media screen and (max-width: 980px) {
  .directory.page-header > .content .main-photo {
    width: calc(100vw - 100px);
    margin-left: 20px;
    height: clamp(180px, 29vw, 300px);
  }
}
.directory.page-header > .content .main-photo img, .directory.page-header > .content .main-photo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.directory.page-header > .content .main-photo:before {
  content: "";
  width: clamp(120px, 10vw, 220px);
  top: 0;
  right: 0;
  height: 40px;
  display: block;
  position: absolute;
  background: #63191a;
  -webkit-transform: translateX(50%) scaleX(0.4);
          transform: translateX(50%) scaleX(0.4);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.active.directory.page-header > .content .main-photo:before, .hydrated .directory.page-header > .content .main-photo:before {
  -webkit-transform: translateX(50%) scaleX(1);
          transform: translateX(50%) scaleX(1);
}

.directory.page-header > .content .main-photo:after {
  content: "";
  width: clamp(60px, 5vw, 90px);
  height: clamp(60px, 5vw, 90px);
  bottom: 0;
  right: 0;
  -webkit-transform: translate(calc(100% + 20px), calc(50% + 20px)) scaleY(2);
          transform: translate(calc(100% + 20px), calc(50% + 20px)) scaleY(2);
  display: block;
  position: absolute;
  background: rgba(188, 140, 61, 0.8);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.active.directory.page-header > .content .main-photo:after, .hydrated .directory.page-header > .content .main-photo:after {
  -webkit-transform: translate(calc(100% + 20px), calc(50% + 20px)) scaleY(1);
          transform: translate(calc(100% + 20px), calc(50% + 20px)) scaleY(1);
}

.product.page-header > .content {
  grid-template-areas: "sub-photo info icon main-photo";
  grid-template-columns: 1fr 4fr 1fr 4fr;
  grid-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1400px) {
  .product.page-header > .content {
    grid-template-areas: "info icon main-photo";
    grid-template-columns: 4fr 1fr 4fr;
    grid-gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product.page-header > .content .info {
    padding-right: 2em;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1700px) {
  .product.page-header > .content {
    grid-template-columns: 2fr 4fr 1fr 4fr;
  }
}
@media screen and (max-width: 980px) {
  .product.page-header > .content {
    grid-template-areas: "main-photo" "info";
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    position: relative;
    row-gap: 2em;
  }
  .product.page-header > .content .sub-photo {
    display: none;
  }
}
.product.page-header > .content .sub-photo {
  grid-area: sub-photo;
  position: relative;
  align-self: flex-start;
  position: relative;
}
.product.page-header > .content .sub-photo:before {
  content: "";
  width: clamp(60px, 5vw, 80px);
  height: clamp(25px, 3vw, 35px);
  position: absolute;
  top: 14px;
  left: -180px;
  background: #06334f;
}
.product.page-header > .content .sub-photo:after {
  content: "";
  width: clamp(40px, 4vw, 80px);
  height: clamp(40px, 4vw, 50px);
  position: absolute;
  top: clamp(162px, 14.5vw, 290px);
  right: 0;
  background: rgba(0, 156, 154, 0.8);
  -webkit-transform: translate(-30%, 50%);
          transform: translate(-30%, 50%);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.active.product.page-header > .content .sub-photo:after, .hydrated .product.page-header > .content .sub-photo:after {
  -webkit-transform: translate(-30%, 50%) scaleX(2.5);
          transform: translate(-30%, 50%) scaleX(2.5);
}

.product.page-header > .content .sub-photo img {
  position: absolute;
  width: clamp(100px, 14vw, 300px);
  max-width: none;
  right: clamp(30px, 3vw, 90px);
  aspect-ratio: 1;
  top: clamp(50px, 4vw, 60px);
  -o-object-fit: cover;
     object-fit: cover;
}
.product.page-header > .content .main-photo {
  grid-area: main-photo;
  position: relative;
}
@media screen and (max-width: 980px) {
  .product.page-header > .content .main-photo {
    /*padding: 0 $mobile-padding;*/
  }
}
.product.page-header > .content .main-photo img {
  width: 100%;
}
.product.page-header > .content .main-photo:before {
  content: "";
  width: clamp(60px, 5vw, 120px);
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 156, 154, 0.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.active.product.page-header > .content .main-photo:before, .hydrated .product.page-header > .content .main-photo:before {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(2);
          transform: scaleX(2);
}

.product.page-header > .content .main-photo:after {
  content: "";
  width: clamp(60px, 4vw, 90px);
  height: 66px;
  position: absolute;
  top: clamp(30px, 4vw, 80px);
  right: 0;
  background: #63191A;
  -webkit-transform: translateX(calc(100% - 20px));
          transform: translateX(calc(100% - 20px));
}
@media screen and (min-width: 980px) {
  .product.page-header > .content .main-photo:after {
    -webkit-transform: translateX(calc(100% + 20px));
            transform: translateX(calc(100% + 20px));
    height: 120px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .active.product.page-header > .content .main-photo:after, .hydrated .product.page-header > .content .main-photo:after {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: translateX(calc(100% + 20px)) scaleY(2);
            transform: translateX(calc(100% + 20px)) scaleY(2);
  }
}
.product.page-header > .content .icon {
  grid-area: icon;
  background: #BC8C3D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1;
  padding: 1em;
  z-index: 1;
  margin-top: clamp(50px, 6vw, 120px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.active.product.page-header > .content .icon, .hydrated .product.page-header > .content .icon {
  -webkit-transform: translateX(calc(50% + 4px));
          transform: translateX(calc(50% + 4px));
}
@media screen and (max-width: 980px) {
  .active.product.page-header > .content .icon, .hydrated .product.page-header > .content .icon {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}

@media screen and (max-width: 980px) {
  .product.page-header > .content .icon {
    top: 18vw;
    z-index: 3;
    position: absolute;
    width: 100px;
    left: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.product.page-header > .content .icon img {
  width: 75px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (min-width: 980px) {
  .product.page-header > .content .icon img {
    width: 75px;
  }
}
@media screen and (max-width: 980px) {
  .product.page-header > .content .info {
    padding: 0;
  }
}
.product.page-header > .content .info h1 {
  font-size: clamp(2.8rem, 3.5vw, 5rem);
}
.product.page-header > .content .info .breadcrumb {
  margin-bottom: clamp(1em, 2vw, 6em);
}

.simple.page-header > .content {
  display: block;
}
@media screen and (max-width: 980px) {
  .simple.page-header > .content {
    padding-top: 2em;
  }
}
.simple.page-header > .content .info .breadcrumb {
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .simple.page-header > .content .info .info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.simple.page-header > .content .info .info-content h1 {
  margin-bottom: 0.7em;
  font-size: clamp(2.8rem, 3.5vw, 6rem);
}
@media screen and (min-width: 980px) {
  .simple.page-header > .content .info .info-content h1 {
    margin: 0;
    max-width: 510px;
  }
}
.simple.page-header > .content .info .info-content .copy {
  max-width: 600px;
}
@media screen and (min-width: 980px) {
  .simple.page-header > .content .info .info-content .copy {
    padding-left: 2em;
    border-left: solid 1px #BC8C3D;
  }
  .simple.page-header > .content .info .info-content .copy *:last-child {
    margin: 0;
  }
}

.page-header > .content .info {
  grid-area: info;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .page-header > .content .info {
    padding: 0 30px;
  }
}
@media screen and (max-width: 980px) {
  .product {
    padding: 0;
  }
}

.directory.page-header > .content .info:before {
  content: "";
  width: clamp(50px, 5vw, 110px);
  top: 30%;
  left: calc(clamp(50px, 11vw, 210px) * -1);
  height: clamp(100px, 11vw, 270px);
  display: block;
  position: absolute;
  background: #007742;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scaleX(0.4);
          transform: scaleX(0.4);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.active.directory.page-header > .content .info:before, .hydrated .directory.page-header > .content .info:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.directory.page-header > .content .info:before .info-content {
  -ms-flex-item-align: center;
      align-self: center;
}

.page-header > .content .info .breadcrumb {
  display: none;
  margin-top: 4em;
  margin-bottom: clamp(30px, 7vw, 140px);
  font-size: 1.2rem;
}
@media screen and (min-width: 980px) {
  .page-header > .content .info .breadcrumb {
    display: block;
  }
}
.page-header > .content .info .breadcrumb a {
  color: #007742;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.page-header > .content .info .breadcrumb a:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.page-header > .content .info .breadcrumb a:hover:after {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}
.page-header > .content .info .breadcrumb a:after {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
  color: #34393B;
  font-weight: 300;
}
.page-header > .content .info h1 {
  margin-bottom: 0.3em;
}
.page-header > .content .info .copy {
  margin-bottom: 1em;
}
.page-header > .content .info .copy *:last-child {
  margin: 0;
}
.page-header > .content .info .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  row-gap: 0.5em;
}
.page-header > .content .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.page-header > .content .title-area .copy {
  padding-left: 1em;
  border-left: solid 1px #BC8C3D;
  max-width: 900px;
}

.featured-rates {
  padding: 0 30px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .featured-rates {
    margin-bottom: 5em;
  }
}
.featured-rates > .content {
  max-width: 1400px;
  margin: 0 auto;
  border: solid 1px #BC8C3D;
  padding: 3em;
}
.featured-rates > .content > h2 {
  margin-bottom: 2em;
  text-align: center;
}
.featured-rates > .content .tabs-nav {
  border-bottom: solid 3px #BC8C3D;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .featured-rates > .content .tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.featured-rates > .content .tabs-nav button {
  font-size: 2.2rem;
  padding: 0.5em clamp(0.5em, 1vw, 1.2em);
  opacity: 0.8;
  font-weight: 700;
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.featured-rates > .content .tabs-nav button:hover, .featured-rates > .content .tabs-nav button:focus {
  opacity: 1;
}
.featured-rates > .content .tabs-nav button.active {
  opacity: 1;
  /* &:after {
      content: '';
      width: 20px;
      height: 20px;
      display: block;
      transform: translateX(-50%) rotate(45deg);
      background: $tiger-orange;
      position: absolute;
      bottom: -15px;
      left: 50%;
      z-index: 2;
  }*/
}
.featured-rates > .content .js-slide {
  position: absolute;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.featured-rates > .content .js-slide:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  background: #BC8C3D;
  bottom: -12px;
  left: 50%;
  z-index: 2;
  clip-path: polygon(0 0px, 100% 20px, 100% 100%, 0 100%);
}
.featured-rates > .content .splide__arrow--prev {
  left: -4em;
  width: 32px;
  aspect-ratio: 1;
  opacity: 1;
}
.featured-rates > .content .splide__arrow--prev svg {
  display: none;
}
.featured-rates > .content .splide__arrow--next {
  right: -4em;
  width: 32px;
  aspect-ratio: 1;
  opacity: 1;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}
.featured-rates > .content .splide__arrow--next svg {
  display: none;
}
.featured-rates > .content .splide__pagination {
  bottom: -2em;
}
.featured-rates > .content .splide__pagination .splide__pagination__page {
  background: #D4C6A7;
}
.featured-rates > .content .splide__pagination .splide__pagination__page.is-active {
  background: #BC8C3D;
}
.featured-rates > .content .rate-areas {
  max-width: 900px;
  margin: 0 auto;
  max-width: 1050px;
  margin-bottom: 5em;
}
.featured-rates > .content .rate-areas .rate-box {
  text-align: center;
}
@media screen and (min-width: 980px) {
  .featured-rates > .content .rate-areas .rate-box {
    display: none;
  }
}
.featured-rates > .content .rate-areas .rate-box.active {
  display: grid;
}
@media screen and (min-width: 980px) {
  .featured-rates > .content .rate-areas .rate-box {
    grid-template-columns: 2fr 4fr 3fr;
    grid-gap: 1em;
    padding: 1em 2em;
  }
}
.featured-rates > .content .rate-areas .rate-box > h3 {
  margin: 0;
}
@media screen and (max-width: 980px) {
  .featured-rates > .content .rate-areas .rate-box > h3 {
    border-bottom: solid 5px #BC8C3D;
    position: relative;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
  }
  .featured-rates > .content .rate-areas .rate-box > h3:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
    background: #BC8C3D;
    bottom: -12px;
    left: 50%;
    z-index: 2;
    clip-path: polygon(0 0px, 100% 20px, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 980px) {
  .featured-rates > .content .rate-areas .rate-box > h3 {
    border-right: solid 1px #BC8C3D;
    padding-left: 1em;
  }
}
.featured-rates > .content .rate-areas .rate-box .featured-rate .f-featured-rate {
  font-size: clamp(6rem, 8vw, 9rem);
  color: #06334F;
  line-height: 1;
  font-weight: 900;
  font-family: "altivo", sans-serif;
  margin: 0;
  text-align: center;
}
.featured-rates > .content .rate-areas .rate-box .featured-rate .featured-description {
  text-align: center;
}
.featured-rates > .content .rate-areas .rate-box .featured-rates-subfeatures {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .featured-rates > .content .rate-areas .rate-box .featured-rates-subfeatures {
    text-align: left;
  }
}
.featured-rates > .content .actions {
  display: grid;
  grid-template-columns: min(100%, -webkit-max-content);
  grid-template-columns: min(100%, max-content);
  row-gap: 0.7em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  .featured-rates > .content .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}

.card-grid {
  padding: 0 30px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .card-grid {
    margin-bottom: 9em;
  }
}
.card-grid.banner {
  background: #F3F0EB;
  padding: 3em 30px;
}
@media screen and (max-width: 980px) {
  .card-grid.banner {
    padding: 3em 30px 1em;
  }
}
.card-grid > .content {
  max-width: 1400px;
  margin: 0 auto;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-grid > .content > .info {
  margin-bottom: 2em;
}
.center.card-grid > .content > .info {
  text-align: center;
}

.card-grid > .content > .info h2 {
  color: #06334F;
  margin-bottom: 0.5em;
}
.card-grid > .content > .info .copy {
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 2rem);
  margin-bottom: 2em;
}
.center.card-grid > .content > .info .copy p {
  margin-left: auto;
  margin-right: auto;
}

.card-grid > .content > .info .copy *:last-child {
  margin-bottom: 0;
}
.card-grid > .content > .cards {
  display: grid;
  grid-template-columns: min(100%, -webkit-max-content);
  grid-template-columns: min(100%, max-content);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  grid-gap: 1em;
}
.active.card-grid > .content > .cards, .hydrated .card-grid > .content > .cards {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 980px) {
  .card-grid > .content > .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: clamp(20px, 3vw, 46px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .center.card-grid > .content > .cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.card-grid > .content > .cards .card {
  background: #F3F0EB;
  padding: 2em 2em 2em calc(2em + 30px);
  position: relative;
}
.card-grid > .content > .cards .card:not(:has(.copy a)) {
  cursor: pointer;
}
.card-grid > .content > .cards .card:not(:has(.copy a)) * {
  pointer-events: none;
}
.card-grid > .content > .cards .card:not(:has(.copy a)):hover a, .card-grid > .content > .cards .card:not(:has(.copy a)):focus a {
  text-decoration-thickness: 3px;
  text-decoration-color: #bc8c3d;
}
.banner.card-grid > .content > .cards .card {
  background: none;
}

@media screen and (min-width: 980px) {
  .card-grid > .content > .cards .card {
    -ms-flex-preferred-size: calc(25% - clamp(20px, 3vw, 46px));
        flex-basis: calc(25% - clamp(20px, 3vw, 46px));
    padding: 2em 2em calc(2em + 30px);
    min-width: 270px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  :has(.card:nth-child(2)).card-grid > .content > .cards .card {
    -ms-flex-preferred-size: calc(50% - clamp(20px, 3vw, 46px));
        flex-basis: calc(50% - clamp(20px, 3vw, 46px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  :has(.card:nth-child(3)).card-grid > .content > .cards .card {
    -ms-flex-preferred-size: calc(33.33% - clamp(20px, 3vw, 46px));
        flex-basis: calc(33.33% - clamp(20px, 3vw, 46px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  :has(.card:nth-child(4)).card-grid > .content > .cards .card {
    -ms-flex-preferred-size: calc(25% - clamp(20px, 3vw, 46px));
        flex-basis: calc(25% - clamp(20px, 3vw, 46px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  :has(.card:nth-child(5)).card-grid > .content > .cards .card {
    -ms-flex-preferred-size: calc(33.33% - clamp(20px, 3vw, 46px));
        flex-basis: calc(33.33% - clamp(20px, 3vw, 46px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  :has(.card:nth-child(6)).card-grid > .content > .cards .card {
    -ms-flex-preferred-size: calc(33.33% - clamp(20px, 3vw, 46px));
        flex-basis: calc(33.33% - clamp(20px, 3vw, 46px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  :has(.card:nth-child(7)).card-grid > .content > .cards .card {
    -ms-flex-preferred-size: calc(25% - clamp(20px, 3vw, 46px));
        flex-basis: calc(25% - clamp(20px, 3vw, 46px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.banner.card-grid > .content > .cards .card {
  -ms-flex-preferred-size: calc(33% - clamp(20px, 3vw, 46px));
      flex-basis: calc(33% - clamp(20px, 3vw, 46px));
  padding: 2em 2em 2em calc(2em + 30px);
  min-width: 270px;
}
@media screen and (max-width: 980px) {
  .banner.card-grid > .content > .cards .card {
    padding: 0 2em 2em calc(2em + 30px);
  }
}

.card-grid > .content > .cards .card:after {
  content: "";
  width: 30px;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scaleY(0.55);
          transform: scaleY(0.55);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  background: #63191A;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner.card-grid > .content > .cards .card:after {
  width: 15px;
  -webkit-transform: scale(1, 0.55);
          transform: scale(1, 0.55);
}

@media screen and (min-width: 980px) {
  :not(.banner).card-grid > .content > .cards .card:after {
    width: 100%;
    height: 30px;
    -webkit-transform: scaleX(0.55);
            transform: scaleX(0.55);
  }
}

.card-grid > .content > .cards .card:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.banner.card-grid > .content > .cards .card:hover:after {
  -webkit-transform: scale(1.2, 0.55);
          transform: scale(1.2, 0.55);
}

.card-grid > .content > .cards .card:nth-child(2n):after {
  background: #009C9A;
}
.card-grid > .content > .cards .card:nth-child(3n):after {
  background: #06334F;
}
.card-grid > .content > .cards .card:nth-child(4n):after {
  background: #BC8C3D;
}
.card-grid > .content > .cards .card:nth-child(5n):after {
  background: #007742;
}
.card-grid > .content > .cards .card > img {
  width: 50px;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 980px) {
  .card-grid > .content > .cards .card > img {
    width: 70px;
  }
  .banner.card-grid > .content > .cards .card > img {
    width: 100px;
  }
}
.card-grid > .content > .cards .card > h3 {
  margin-bottom: 0.5em;
}
.card-grid > .content > .cards .card .copy {
  margin-bottom: 1em;
}
.card-grid > .content > .cards .card .copy *:last-child {
  margin-bottom: 0;
}
.card-grid > .content > .cards .card > a {
  color: #007742;
}

.info-photo {
  padding: 3.5em 30px;
  margin-bottom: 6em;
  position: relative;
  z-index: 3;
  background: #F3F0EB;
}
@media screen and (max-width: 980px) {
  .info-photo {
    width: 100vw;
    overflow-x: clip;
    margin-bottom: 3em;
  }
}
.content .info-photo {
  padding: 0;
}
.info-photo .content {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .info-photo .content {
    display: grid;
    grid-template-columns: 12fr 14fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 2em;
  }
  .photo-right.info-photo .content {
    grid-template-columns: 14fr 12fr;
  }
}
.info-photo .content .photo {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.info-photo .content .photo:before {
  content: "";
  width: 140px;
  height: calc(3.5em - 7px);
  background: #BC8C3D;
  position: absolute;
  top: -3.5em;
  left: 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.active.info-photo .content .photo:before, .hydrated .info-photo .content .photo:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.info-photo .content .photo:after {
  content: "";
  width: 90px;
  height: 190px;
  background: rgba(99, 25, 26, 0.75);
  position: absolute;
  top: 0;
  left: -97px;
  -webkit-transform: scaleY(0.7);
          transform: scaleY(0.7);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.active.info-photo .content .photo:after, .hydrated .info-photo .content .photo:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.info-photo .content .photo .photo-inner:before {
  content: "";
  width: 60px;
  height: 142px;
  background: #009C9A;
  position: absolute;
  bottom: 79px;
  right: -67px;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.active.info-photo .content .photo .photo-inner:before, .hydrated .info-photo .content .photo .photo-inner:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.info-photo .content .photo .photo-inner:after {
  content: "";
  width: 120px;
  height: 72px;
  background: #06334F;
  position: absolute;
  bottom: 0px;
  right: -67px;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.active.info-photo .content .photo .photo-inner:after, .hydrated .info-photo .content .photo .photo-inner:after {
  -webkit-transform: scaleY(1.2);
          transform: scaleY(1.2);
}
@media screen and (min-width: 980px) {
  .active.info-photo .content .photo .photo-inner:after, .hydrated .info-photo .content .photo .photo-inner:after {
    -webkit-transform: scaleY(1.8);
            transform: scaleY(1.8);
  }
}

@media screen and (min-width: 980px) {
  .photo-right.info-photo .content .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.info-photo .content .photo img {
  width: 100%;
}
.info-photo .content .info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 2em 0;
}
@media screen and (min-width: 980px) {
  .info-photo .content .info {
    padding: 2em 6em;
  }
  .photo-right.info-photo .content .info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.info-photo .content .info h2 {
  margin-bottom: 0.6em;
}
.info-photo .content .info .copy {
  margin-bottom: 1.5em;
}
.info-photo .content .info .copy *:last-child {
  margin: 0;
}
.info-photo .content .info .actions {
  display: grid;
  grid-template-columns: minmax(auto, -webkit-max-content);
  grid-template-columns: minmax(auto, max-content);
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  row-gap: 0.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  .info-photo .content .info .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.testimonial-block {
  --headingColor: #F3F0EB;
  --contentColor: #009C9A;
  margin-bottom: 4em;
  background: var(--headingColor);
}
.testimonial-block.cs-red {
  --headingColor: #F3F0EB;
  --contentColor: #63191A;
}
.testimonial-block.cs-tan {
  --headingColor: #F3F0EB;
  --contentColor: #007742;
}
.testimonial-block.cs-orange {
  --headingColor: #F3F0EB;
  --contentColor: #06334F;
}
.testimonial-block.cs-green {
  --headingColor: #F3F0EB;
  --contentColor: #186164;
}
.testimonial-block > .content {
  display: grid;
}
@media screen and (max-width: 980px) {
  .testimonial-block > .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  .testimonial-block > .content {
    grid-template-columns: 46fr 64fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.testimonial-block > .content .testimonial-header {
  background-color: var(--headingColor);
  color: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  color: #34393B;
}
.testimonial-block > .content .testimonial-header .icon {
  -webkit-filter: invert(54%) sepia(36%) saturate(695%) hue-rotate(358deg) brightness(100%) contrast(89%);
          filter: invert(54%) sepia(36%) saturate(695%) hue-rotate(358deg) brightness(100%) contrast(89%);
}
.testimonial-block > .content .testimonial-header h2 {
  color: #34393B;
}
.testimonial-block > .content .testimonial-header h2 strong {
  color: #BC8C3D;
}
@media screen and (min-width: 980px) {
  .testimonial-block > .content .testimonial-header {
    text-align: left;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: clamp(3em, 10vw, 10em) 3em;
  }
}
.testimonial-block > .content .testimonial-header:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
  background: var(--headingColor);
  z-index: 2;
  clip-path: polygon(0 0px, 100% 100%, 100% 100%, 0 100%);
  bottom: 0;
  left: 50%;
}
@media screen and (min-width: 980px) {
  .testimonial-block > .content .testimonial-header:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    clip-path: polygon(0 0px, 100% 100%, 100% 100%, 0 100%);
    top: 50%;
    right: -24px;
    left: auto;
  }
}
.testimonial-block > .content .testimonial-header .holder {
  max-width: 650px;
  width: 100%;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .testimonial-block > .content .testimonial-header .holder {
    display: block;
  }
}
.testimonial-block > .content .testimonial-header .icon {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .testimonial-block > .content .testimonial-header .icon {
    margin-bottom: 1.1em;
    width: 70px;
  }
}
.testimonial-block > .content .testimonial-header h2 {
  color: #06334F;
  margin-bottom: 0.17em;
  font-size: clamp(2.3rem, 3vw, 3.8rem);
  line-height: 1;
}
.testimonial-block > .content .testimonial-header h2 strong {
  font-family: "fave-script-pro", sans-serif;
  font-size: 1.4em;
}
.testimonial-block > .content .testimonial-header .copy {
  font-size: clamp(2.1rem, 2vw, 2.6rem);
  line-height: 1.3;
  font-style: italic;
}
.testimonial-block > .content .testimonial-content {
  background: var(--contentColor);
  padding: clamp(5em, 10vw, 6em) clamp(3em, 10vw, 8em) clamp(3em, 10vw, 6em);
  color: #fff;
  position: relative;
}
.testimonial-block > .content .testimonial-content > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  z-index: 1;
}
.testimonial-block > .content .testimonial-content .holder {
  max-width: 800px;
  position: relative;
  z-index: 2;
}
.testimonial-block > .content .testimonial-content .testimonial-copy {
  font-size: clamp(2.4rem, 3vw, 3.8rem);
  font-weight: 700;
  line-height: 1.3;
  font-family: "altivo", sans-serif;
}
.testimonial-block > .content .testimonial-content .testimonial-author {
  font-weight: 300;
  color: #fff;
}

.sidebar-cols {
  padding: 0 30px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .sidebar-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    margin-bottom: 5em;
  }
}
@media screen and (min-width: 980px) {
  .sidebar-cols > .content {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 270px;
    grid-gap: clamp(50px, 8vw, 180px);
    max-width: 1400px;
    margin: 0 auto;
  }
}
.sidebar-cols .sidebar {
  border-left: solid 1px #BC8C3D;
  padding-left: 50px;
}
@media screen and (max-width: 980px) {
  .sidebar-cols .sidebar {
    display: none;
  }
}
.sidebar-cols .sidebar .jump-nav {
  position: sticky;
  top: 30px;
}
.sidebar-cols .sidebar .jump-nav .jump-header {
  margin-bottom: 1.5em;
}
.sidebar-cols .sidebar .jump-nav button {
  text-align: left;
  font-weight: 700;
  color: #007742;
  margin-bottom: 1.5em;
  width: 100%;
  position: relative;
}
.sidebar-cols .sidebar .jump-nav button:before {
  content: "⟵";
  /*width: 10px;
  height: 10px;*/
  color: #BC8C3D;
  font-size: 0.7em;
  position: absolute;
  top: 50%;
  left: 0px;
  opacity: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar-cols .sidebar .jump-nav button.active:before {
  opacity: 1;
  left: -10px;
}

.product {
  margin-bottom: 5em;
  padding: 0 30px;
}
@media screen and (min-width: 980px) {
  .product {
    margin-bottom: 7em;
  }
}
.product > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.product > .content > h2 {
  margin-bottom: 0.5em;
}
.content .product {
  padding: 0;
}
.product .copy {
  margin-bottom: 2em;
}
.product .copy *:last-child {
  margin: 0;
}
.product .copy h3 {
  font-size: clamp(2rem, 2vw, 2.2rem);
}
.product .copy ul {
  padding-left: 1em;
}
@media screen and (max-width: 980px) {
  .product .copy ul {
    padding-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .product .copy ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: clamp(30px, 5vw, 70px);
       -moz-column-gap: clamp(30px, 5vw, 70px);
            column-gap: clamp(30px, 5vw, 70px);
  }
}
@media screen and (min-width: 980px) {
  .product.single-rate .info {
    display: grid;
    grid-template-columns: 1fr 320px;
    -webkit-column-gap: clamp(30px, 4vw, 50px);
       -moz-column-gap: clamp(30px, 4vw, 50px);
            column-gap: clamp(30px, 4vw, 50px);
  }
}
.product.single-rate .info .copy ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
@media screen and (max-width: 980px) {
  .product.single-rate .info .rate-box {
    text-align: center;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 980px) {
  .product.single-rate .info .rate-box {
    padding-left: clamp(30px, 4vw, 50px);
    border-left: solid 1px #BC8C3D;
  }
}
.product.single-rate .info .rate-box h3 {
  margin-bottom: 0.1em;
}
.product.single-rate .info .rate-box .effective-date {
  padding: 0;
}
.product.single-rate .info .rate-box .featured-rate .f-featured-rate {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  color: #06334F;
  font-family: "altivo", sans-serif;
}
.product.single-rate .info .rate-box .featured-rates-subfeatures {
  padding: 0;
  list-style: none;
  margin: 0;
  font-size: 1.4rem;
}
.product .actions {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.7em;
     -moz-column-gap: 0.7em;
          column-gap: 0.7em;
  row-gap: 0.5em;
}
@media screen and (max-width: 980px) {
  .product .actions {
    display: grid;
    grid-template-columns: minmax(-webkit-max-content, 300px);
    grid-template-columns: minmax(max-content, 300px);
  }
}
.product .effective-date {
  padding: 0 20px;
}

.table {
  padding: 1em 1em 0;
}
.table table {
  width: 100%;
}
.table table tr:first-of-type {
  border-bottom: solid 1px #BC8C3D;
}
.table table tr:first-of-type th {
  font-weight: 700;
  padding: 10px;
  text-align: left;
}
.table table td {
  font-weight: 300;
  padding: 10px;
}

@media screen and (max-width: 980px) {
  .table table th:nth-of-type(1) {
    empty-cells: hide;
    display: block;
    visibility: visible;
  }
  .table table {
    width: 100%;
    text-align: left;
  }
  .table table tr:nth-child(1) {
    display: none;
  }
  .table table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    vertical-align: top;
    white-space: normal;
  }
  .table table thead {
    display: none;
    visibility: hidden;
  }
  .table table th, .table table td:nth-of-type(1) {
    display: none;
    visibility: hidden;
  }
  .table table td:nth-of-type(2) {
    font-size: 1.2em;
  }
  .table table td:nth-of-type(2):before {
    color: #06334F;
  }
  .table table tr {
    background: #ffffff;
    border-top: solid 1px #BC8C3D;
    margin-bottom: 1em;
    padding-top: 1em;
    border-bottom: none;
  }
  .table table tr, .table table thead {
    display: block;
    text-align: left;
  }
  .table table tbody {
    padding: 0;
    text-align: left;
  }
  .table table th {
    padding: 0em;
    display: block;
    text-align: left;
  }
  .table table th {
    text-transform: uppercase;
    color: #06334F;
    font-size: 2rem;
    font-weight: 600;
  }
  .table table th[data-title]:before, .table table td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    color: #333;
    display: block;
    padding: 0 0 0.2em;
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) and (min-width: 600px) {
  .table table th[data-title]:before, .table table td[data-title]:before {
    display: inline-block;
    width: calc(50% - 1em);
    padding: 0.5em 1em;
    border-right: solid 1px #CCC;
  }
}
@media screen and (max-width: 980px) {
  .table table td[data-hide]:before {
    content: "" !important;
  }
}
@media screen and (max-width: 980px) and (min-width: 980px) {
  .table table td {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 980px) {
  .disclosure-tabs .tabs-nav {
    display: none;
  }
}
.disclosure-tabs .tabs-nav .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
.disclosure-tabs button {
  font-weight: 700;
  position: relative;
  padding-right: 20px;
}
.disclosure-tabs button:before, .disclosure-tabs button:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 0.5em;
  background: #BC8C3D;
  width: 10px;
  height: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.disclosure-tabs button:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.disclosure-tabs button.active:after, .disclosure-tabs button.open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.disclosure-tabs .js-tab {
  margin-top: 1em;
}
@media screen and (min-width: 980px) {
  .disclosure-tabs .js-tab {
    display: none;
  }
}
.hydrated .disclosure-tabs .js-tab {
  display: block;
}

@media screen and (max-width: 980px) {
  .disclosure-tabs .js-tab button {
    display: block !important;
    margin: 0 auto;
  }
  .disclosure-tabs .js-tab > div {
    display: none;
    padding-top: 1em;
  }
  .disclosure-tabs .js-tab:has(.open) > div {
    display: block;
  }
  .disclosure-tabs .js-tab .tab-name {
    font-weight: 700;
    position: relative;
    padding-right: 20px;
    display: block;
    margin: 0 auto;
  }
  .disclosure-tabs .js-tab .tab-name:before, .disclosure-tabs .js-tab .tab-name:after {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 0.5em;
    background: #BC8C3D;
    width: 10px;
    height: 2px;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .disclosure-tabs .js-tab .tab-name:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .disclosure-tabs .js-tab .tab-name.active:after, .disclosure-tabs .js-tab .tab-name.open:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.disclosure-tabs .js-tab.active {
  display: block;
}

.box-accordion {
  border: solid 1px #BC8C3D;
  margin-bottom: 2em;
  border-radius: 6px;
  max-width: 800px;
}
.box-accordion > button {
  width: 100%;
  padding: 1em 50px 1em 1.5em;
  position: relative;
  text-align: left;
  font-weight: 700;
}
.box-accordion > button:before, .box-accordion > button:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  background: #BC8C3D;
  width: 20px;
  height: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.box-accordion > button:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.box-accordion.active > button:after, .box-accordion.active > button span:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.box-accordion .accordion-content {
  display: none;
}

.product-content {
  padding: 0 30px;
}
.product-content > .content {
  max-width: 900px;
  margin: 0 auto;
  max-width: 1000px;
}
.product-content > .content .rate-table {
  margin-bottom: 2em;
}

.shared-services {
  padding: 0 30px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .shared-services {
    margin-bottom: 6em;
  }
}
.shared-services > .content {
  max-width: 1400px;
  margin: 0 auto;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shared-services > .content > .info {
  margin-bottom: 4em;
  text-align: center;
}
.shared-services > .content > .info h2 {
  color: #06334F;
  margin-bottom: 0.8em;
}
.shared-services > .content > .info .copy {
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 2rem);
  margin-bottom: 2em;
}
.shared-services > .content > .info .copy p {
  margin-left: auto;
  margin-right: auto;
}
.shared-services > .content > .info .copy *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .shared-services > .content > .info {
    position: relative;
  }
  .shared-services > .content > .info:before {
    content: "";
    width: 46px;
    height: 49px;
    background: #009C9A;
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -80vw;
    right: 0;
    -webkit-transform: translate(10px, 10px) scaleX(0.6);
            transform: translate(10px, 10px) scaleX(0.6);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .active.shared-services > .content > .info:before, .hydrated .shared-services > .content > .info:before {
    -webkit-transform: translate(10px, 10px) scaleX(1);
            transform: translate(10px, 10px) scaleX(1);
  }
  .shared-services > .content > .info:after {
    content: "";
    width: 54px;
    height: 86px;
    background: #63191A;
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -80vw;
    right: 0;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(10px, -49px) scaleY(0.6);
            transform: translate(10px, -49px) scaleY(0.6);
  }
  .active.shared-services > .content > .info:after, .hydrated .shared-services > .content > .info:after {
    -webkit-transform: translate(10px, -49px) scaleY(1);
            transform: translate(10px, -49px) scaleY(1);
  }
}
@media screen and (min-width: 980px) {
  .shared-services > .content > .cards .splide__track {
    overflow: visible;
  }
  .hydrated .shared-services > .content > .cards .splide__track {
    visibility: visible;
  }
  .shared-services > .content > .cards .splide__track .mobile-controls {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .shared-services > .content .mobile-controls {
    display: none;
  }
}
.shared-services > .content .splide__arrow--prev {
  left: -1.5em;
  width: 32px;
  aspect-ratio: 1;
  opacity: 1;
  top: 30vw;
}
.shared-services > .content .splide__arrow--prev svg {
  display: none;
}
.shared-services > .content .splide__arrow--next {
  right: -1.5em;
  width: 32px;
  opacity: 1;
  aspect-ratio: 1;
  top: 30vw;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}
.shared-services > .content .splide__arrow--next svg {
  display: none;
}
.shared-services > .content .splide__pagination {
  bottom: -2em;
}
.shared-services > .content .splide__pagination .splide__pagination__page {
  background: #D4C6A7;
}
.shared-services > .content .splide__pagination .splide__pagination__page.is-active {
  background: #BC8C3D;
}
@media screen and (max-width: 980px) {
  .shared-services > .content > .cards:before {
    content: "";
    width: 73px;
    height: 57px;
    background: #BC8C3D;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
  .shared-services > .content > .cards:after {
    content: "";
    width: 30px;
    height: 103px;
    background: #06984F;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: translate(-10px, 57px);
            transform: translate(-10px, 57px);
  }
}
.shared-services > .content > .cards .card-list {
  /*display: grid;
  grid-template-columns: min(100%,max-content);
  justify-content: center;*/
}
@media screen and (min-width: 980px) {
  .shared-services > .content > .cards .card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: clamp(20px, 3vw, 46px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 3em;
  }
}
.shared-services > .content > .cards .card-list .card {
  padding: 0;
  max-width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 980px) {
  .shared-services > .content > .cards .card-list .card {
    -ms-flex-preferred-size: calc(33% - clamp(20px, 3vw, 46px));
        flex-basis: calc(33% - clamp(20px, 3vw, 46px));
    position: relative;
    text-align: left;
  }
  .shared-services > .content > .cards .card-list .card:first-of-type:before {
    content: "";
    width: 164px;
    height: 84px;
    background: #BC8C3D;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: translate(-80%, -20px) scaleX(0.6);
            transform: translate(-80%, -20px) scaleX(0.6);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .active.shared-services > .content > .cards .card-list .card:first-of-type:before, .hydrated .shared-services > .content > .cards .card-list .card:first-of-type:before {
    -webkit-transform: translate(-80%, -20px) scaleX(1);
            transform: translate(-80%, -20px) scaleX(1);
  }
  .shared-services > .content > .cards .card-list .card:first-of-type:after {
    content: "";
    width: 44px;
    height: 86px;
    background: #06984F;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: translate(calc(-100% - 7px), 71px) scaleY(0.6);
            transform: translate(calc(-100% - 7px), 71px) scaleY(0.6);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .active.shared-services > .content > .cards .card-list .card:first-of-type:after, .hydrated .shared-services > .content > .cards .card-list .card:first-of-type:after {
    -webkit-transform: translate(calc(-100% - 7px), 71px) scaleY(1);
            transform: translate(calc(-100% - 7px), 71px) scaleY(1);
  }
  .shared-services > .content > .cards .card-list .card:last-of-type:before {
    content: "";
    width: 54px;
    height: 155px;
    background: #63191A;
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    -webkit-transform: translate(100%, 60px) scaleY(0.6);
            transform: translate(100%, 60px) scaleY(0.6);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .active.shared-services > .content > .cards .card-list .card:last-of-type:before, .hydrated .shared-services > .content > .cards .card-list .card:last-of-type:before {
    -webkit-transform: translate(100%, 60px) scaleY(1);
            transform: translate(100%, 60px) scaleY(1);
  }
  .shared-services > .content > .cards .card-list .card:last-of-type:after {
    content: "";
    width: 107px;
    height: 49px;
    background: #009C9A;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    -webkit-transform: translate(calc(100% + 7px), 222px) scaleX(0.6);
            transform: translate(calc(100% + 7px), 222px) scaleX(0.6);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .active.shared-services > .content > .cards .card-list .card:last-of-type:after, .hydrated .shared-services > .content > .cards .card-list .card:last-of-type:after {
    -webkit-transform: translate(calc(100% + 7px), 222px) scaleX(1);
            transform: translate(calc(100% + 7px), 222px) scaleX(1);
  }
}
.shared-services > .content > .cards .card-list .card > img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin-bottom: 1.5em;
}
.shared-services > .content > .cards .card-list .card > h3 {
  margin-bottom: 0.5em;
}
.shared-services > .content > .cards .card-list .card .copy {
  margin-bottom: 1em;
}
.shared-services > .content > .cards .card-list .card .copy *:last-child {
  margin-bottom: 0;
}
.shared-services > .content > .cards .card-list .card > a {
  color: #007742;
}
@media screen and (max-width: 980px) {
  .shared-services > .content > .cards .card-list .card > a {
    display: block;
    text-align: center;
  }
}

.comparison-table {
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .comparison-table {
    padding: 0 30px;
    margin-bottom: 5em;
  }
}
.comparison-table .box-accordion {
  max-width: none;
}
@media screen and (max-width: 980px) {
  .comparison-table .box-accordion {
    border-width: 1px 0;
    border-radius: 0;
  }
  .comparison-table .box-accordion .accordion-content {
    padding-bottom: 2em;
  }
}
.comparison-table > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.comparison-table > .content .compare-button {
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  background: #fff;
  padding: 2em 1em 1.5em;
  text-align: center;
}
.comparison-table > .content .compare-button:hover {
  background: #F3F0EB;
}
.comparison-table > .content .compare-button:before, .comparison-table > .content .compare-button:after {
  content: none;
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .compare-button {
    padding: 0;
  }
}
.comparison-table > .content .compare-button > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-family: "altivo", sans-serif;
  position: relative;
  padding-right: 30px;
  color: #06334F;
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .compare-button > span {
    padding: 1em 0px 1em 1em;
    display: grid;
    grid-template-columns: 38px 1fr 43px;
  }
}
@media screen and (min-width: 980px) {
  .comparison-table > .content .compare-button > span {
    padding-right: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.comparison-table > .content .compare-button > span * {
  margin-bottom: 0;
}
.comparison-table > .content .compare-button > span > img {
  height: 30px;
  margin-right: 0.5em;
}
@media screen and (min-width: 980px) {
  .comparison-table > .content .compare-button > span > img {
    height: 40px;
  }
}
.comparison-table > .content .compare-button > span:before, .comparison-table > .content .compare-button > span:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  background: #BC8C3D;
  width: 20px;
  height: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.comparison-table > .content .compare-button > span:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.comparison-table .box-accordion.active span:after {
  -webkit-transform: translateY(-50%) rotate(0deg) !important;
          transform: translateY(-50%) rotate(0deg) !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.comparison-table > .content .compare-button *:last-child {
  margin: 0;
}
.comparison-table > .content ul {
  list-style: none;
  padding-left: 0;
}
.comparison-table > .content ul li {
  padding: 1.5em 0;
}
@media screen and (min-width: 980px) {
  .comparison-table > .content .splide:not(.is-overflow) .splide__arrows {
    display: none;
  }
}
.comparison-table > .content .splide:not(.is-overflow) .splide__slide:last-child {
  margin: 0 !important;
}
.comparison-table > .content .splide:not(.is-overflow) .splide__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comparison-table > .content .container {
  display: grid;
  grid-template-columns: minmax(0, 250px) auto;
  max-width: 1400px;
  margin: 0 auto;
  /*max-width: 1000px;*/
  position: relative;
}
.comparison-table > .content .container .headers {
  visibility: visible;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  padding-left: 1em;
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comparison-table > .content .container .headers a {
  pointer-events: all;
}
.comparison-table > .content .container .headers .heading {
  font-size: clamp(2rem, 3vw, 2.1rem);
}
.comparison-table > .content .container .headers li:first-of-type {
  text-indent: -9000em;
}
@media screen and (min-width: 980px) {
  .comparison-table > .content .container .headers {
    padding-right: 2em;
    padding-left: 2em;
  }
}
.comparison-table > .content .container .chart-container {
  grid-template-columns: repeat(auto-fit, 300px);
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 1em;
}
.hydrated .comparison-table > .content .container .chart-container {
  visibility: visible;
}

.comparison-table > .content .container .chart-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(8%, rgba(255, 255, 255, 0)), color-stop(92%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0) 92%, rgb(255, 255, 255) 100%);
  z-index: 1;
  pointer-events: none;
}
.comparison-table > .content .container .chart-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, rgba(0, 0, 0, 0.1) 100%);
  border-right: 1px solid rgba(112, 112, 112, 0.2);
  border-left: 1px solid rgba(112, 112, 112, 0.2);
  pointer-events: none;
}
@media screen and (min-width: 980px) {
  .comparison-table > .content .container .chart-container:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(112, 112, 112, 0.2)), color-stop(2%, rgba(255, 255, 255, 0)), color-stop(98%, rgba(255, 255, 255, 0)), to(rgba(112, 112, 112, 0.2)));
    background: linear-gradient(90deg, rgba(112, 112, 112, 0.2) 0%, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0) 98%, rgba(112, 112, 112, 0.2) 100%);
  }
}
.comparison-table > .content .container .chart-container .splide__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  padding: 0 0 0 0;
}
.comparison-table > .content .container .chart-container .column {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
.comparison-table > .content .container .chart-container .column li {
  text-align: center;
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(188, 140, 61, 0.2);
  /*display: grid;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comparison-table > .content .container .chart-container .column li:first-child {
  font-weight: 700;
  font-size: 2rem;
  border-bottom: 3px solid rgba(188, 140, 61, 0.5);
}
.comparison-table > .content .mobile-controls {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column: 1/3;
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .mobile-controls {
    position: relative;
  }
}
.comparison-table > .content .mobile-controls .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  grid-gap: 0.5em;
  height: 50px;
}
.comparison-table > .content .mobile-controls .arrows .splide__arrow {
  background: url(/Content/Images/ico-arrow-left.svg) #FFF;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  opacity: 1;
  background-size: contain;
  -webkit-transform: translate(78%, -50%) scaleX(-1);
          transform: translate(78%, -50%) scaleX(-1);
  background-repeat: no-repeat;
}
@media screen and (min-width: 980px) {
  .comparison-table > .content .mobile-controls .arrows .splide__arrow {
    height: 56px;
    width: 56px;
  }
}
.comparison-table > .content .mobile-controls .arrows .splide__arrow:disabled {
  display: none;
}
@media screen and (min-width: 980px) {
  .comparison-table > .content .mobile-controls .arrows .splide__arrow--prev {
    -webkit-transform: translate(-78%, -50%) scaleX(1);
            transform: translate(-78%, -50%) scaleX(1);
  }
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .mobile-controls .arrows .splide__arrow--prev {
    grid-area: prev;
    justify-self: center;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .mobile-controls .arrows .splide__arrow--next {
    -webkit-transform: scaleX(-1) translateY(-70%);
            transform: scaleX(-1) translateY(-70%);
    grid-area: next;
    justify-self: center;
  }
}
.comparison-table > .content .mobile-controls .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1em;
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .mobile-controls .splide__pagination {
    grid-area: dots;
    bottom: 0;
  }
}
.comparison-table > .content .mobile-controls .splide__pagination li button {
  height: 15px;
  width: 15px;
  border: 1px solid transparent;
  background: #BC8C3D;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  opacity: 0.5;
}
.comparison-table > .content .mobile-controls .splide__pagination li button.is-active {
  background-color: #BC8C3D;
  border-color: #BC8C3D;
  opacity: 1;
}
.comparison-table .close-btn {
  text-align: center;
  font-size: 40px;
  display: block;
  margin: 0 auto;
  color: #BC8C3D;
}
.comparison-table .close-btn:before, .comparison-table .close-btn:after {
  content: none;
}

.calculator-listing {
  padding: 0 30px;
  margin-bottom: 4em;
}
.calculator-listing > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.calculator-listing > .content > .calcs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.calculator-listing > .content > .calcs ul li {
  margin-bottom: 2em;
}
.content .calculator-listing {
  padding: 0;
}

.faq-widget {
  padding: 0 30px;
  margin-bottom: 4em;
}
.faq-widget > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.faq-widget > .content > h2 * {
  margin: 0;
}
.faq-widget > .content .copy {
  margin-bottom: 2em;
}
.faq-widget > .content .copy *:last-of-type {
  margin: 0;
}
.faq-widget > .content .accordion-container {
  margin-bottom: 2em;
}
.content .faq-widget {
  padding: 0;
}

.js-accordion-container .js-accordion-button {
  padding-right: 30px;
  text-align: left;
  cursor: pointer;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  position: relative;
}
.js-accordion-container .js-accordion-button * {
  pointer-events: none;
  margin: 0;
}
.js-accordion-container .js-accordion-button:after, .js-accordion-container .js-accordion-button:before {
  content: "";
  width: 7px;
  height: 2px;
  display: block;
  position: absolute;
  background: #BC8C3D;
  right: 0;
  top: calc(50% - 3px);
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.js-accordion-container .js-accordion-button:before {
  -webkit-transform: translateX(-3px) rotate(40deg);
          transform: translateX(-3px) rotate(40deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.js-accordion-container.active > .js-accordion-button:before {
  top: calc(50% - 0px);
  -webkit-transform: translateX(-3px) rotate(-40deg);
          transform: translateX(-3px) rotate(-40deg);
}
.js-accordion-container.active > .js-accordion-button:after {
  top: calc(50% - 0px);
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.js-accordion-container .js-accordion-content {
  display: none;
}

.disclosure-area {
  padding: 0 30px;
  margin-bottom: 3em;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 300;
}
@media screen and (min-width: 980px) {
  .disclosure-area {
    margin-bottom: 4em;
  }
}
.disclosure-area > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.content .disclosure-area {
  padding: 0;
}
.disclosure-area.center {
  text-align: center;
}

.rate-feature-banner {
  padding: 30px;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.rate-feature-banner > .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 980px) {
  .rate-feature-banner > .content {
    grid-template-columns: 1fr;
    gap: 2em;
  }
}
.rate-feature-banner > .content .left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 980px) {
  .rate-feature-banner > .content .left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.rate-feature-banner > .content .left .left-copy {
  padding-right: 7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  border-right: 1px solid #D4C6A7;
}
@media screen and (max-width: 980px) {
  .rate-feature-banner > .content .left .left-copy {
    padding-right: 0;
    border-right: none;
  }
}
.rate-feature-banner > .content .left .left-copy .f-h1 {
  font-size: 150px;
  margin-bottom: 0.25rem;
}
.rate-feature-banner > .content .left .left-copy .f-h1 sup {
  font-size: 22px;
  vertical-align: top;
  top: 0.8em;
  left: 0.5em;
}
@media screen and (max-width: 980px) {
  .rate-feature-banner > .content .left .left-copy .f-h1 {
    line-height: 0.8;
  }
}
.rate-feature-banner > .content .left .left-copy .f-h3 {
  font-size: 36px;
  margin-bottom: 0.5rem;
}
.rate-feature-banner > .content .right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-self: flex-start;
}
.rate-feature-banner > .content .right .right-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  padding-left: 5em;
}
@media screen and (max-width: 980px) {
  .rate-feature-banner > .content .right .right-copy {
    padding-left: 0;
  }
}
.rate-feature-banner > .content .right .right-copy .f-h4 {
  font-family: "Fave Script Pro", sans-serif;
  font-size: 40px;
  color: #BC8C3D;
  margin-bottom: 0.25em;
}
.rate-feature-banner > .content .right .right-copy .f-h3 {
  font-size: 30px;
}
.rate-feature-banner > .content .right .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 980px) {
  .rate-feature-banner > .content .right .actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.lp-feature {
  margin-bottom: 6em;
  padding-top: calc(80vw - 60px);
  max-width: 1450px;
  margin: 0 auto 4em;
  position: relative;
  /*&.active:hover {
  	> .content {
  		.info {
  			&:before {
  				transform: translateX(90%) scaleX(0.62);
  			}

  			&:after {
  				transform: scaleY(1);
  			}
  		}
  	}
  }*/
}
@media screen and (max-width: 980px) {
  .lp-feature {
    width: 100vw;
    overflow-x: clip;
    background: none !important;
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 980px) {
  .lp-feature {
    background: no-repeat;
    padding: 0;
    background-size: auto 100%;
    background-position: center right;
    height: 100%;
  }
}
.lp-feature:before {
  content: "";
  width: 100%;
  height: 80vw;
  background: #333;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat;
  background-size: 200%;
  background-position: top right;
}
@media screen and (min-width: 980px) {
  .lp-feature {
    padding: 8em 30px;
  }
  .lp-feature:before {
    content: none;
  }
}
.lp-feature > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.lp-feature > .content > .info-holder {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 980px) {
  .lp-feature > .content > .info-holder {
    padding: 0 30px;
  }
}
@media screen and (min-width: 980px) {
  .lp-feature > .content > .info-holder {
    width: 45%;
    background: #06334F;
  }
}
.lp-feature > .content > .info-holder:before {
  content: "";
  width: 261px;
  height: 46px;
  background: #009C9A;
  display: block;
  position: absolute;
  top: -128px;
  right: -38px;
  opacity: 0.82;
  z-index: -1;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0.4);
          transform: scaleX(0.4);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 980px) {
  .lp-feature > .content > .info-holder:before {
    height: 197px;
    width: 1320px;
  }
}
.active.lp-feature > .content > .info-holder:before, .hydrated .lp-feature > .content > .info-holder:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.lp-feature > .content > .info-holder:after {
  content: "";
  width: 180px;
  height: 137px;
  background: #63191A;
  opacity: 1;
  display: block;
  position: absolute;
  top: 26px;
  right: calc(100% - 20px);
  z-index: -1;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(1.4);
          transform: scaleY(1.4);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 980px) {
  .lp-feature > .content > .info-holder:after {
    top: -128px;
    right: calc(100% - 120px);
  }
}
.active.lp-feature > .content > .info-holder:after, .hydrated .lp-feature > .content > .info-holder:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.lp-feature > .content > .info-holder .info {
  position: relative;
  padding: 3em;
  z-index: 2;
  background: #06334F;
}
.lp-feature > .content > .info-holder .info > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.lp-feature > .content > .info-holder .info:before {
  content: "";
  width: 551px;
  height: 110px;
  position: absolute;
  display: block;
  background: #06984F;
  bottom: -120px;
  right: 100%;
  -webkit-transform: translateX(80%) scaleX(1);
          transform: translateX(80%) scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.active.lp-feature > .content > .info-holder .info:before, .hydrated .lp-feature > .content > .info-holder .info:before {
  -webkit-transform: translateX(90%) scaleX(0.75);
          transform: translateX(90%) scaleX(0.75);
}

.lp-feature > .content > .info-holder .info:after {
  content: "";
  width: 42px;
  height: 278px;
  bottom: -96%;
  right: 128px;
  position: absolute;
  display: block;
  background: #BC8C3D;
  z-index: 3;
  -webkit-transform: scaleY(0.4);
          transform: scaleY(0.4);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.active.lp-feature > .content > .info-holder .info:after, .hydrated .lp-feature > .content > .info-holder .info:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.lp-feature > .content > .info-holder .info h2 {
  color: #BC8C3D;
  margin-bottom: 0.4em;
  font-family: "fave-script-pro", sans-serif;
}
.lp-feature > .content > .info-holder .info h3 {
  color: #fff;
  margin-bottom: 0.2em;
}
.lp-feature > .content > .info-holder .info > .copy {
  color: #fff;
  margin-bottom: 1.5em;
}
.lp-feature > .content > .info-holder .info > .copy *:last-child {
  margin-bottom: 0;
}
.lp-feature > .content > .info-holder .info > .actions {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.5em;
}
@media screen and (min-width: 980px) {
  .lp-feature > .content > .info-holder .info > .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.rate-table {
  padding: 0 30px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .rate-table {
    margin-bottom: 5em;
  }
}
.rate-table > .content h2 {
  margin-bottom: 0.1em;
}
.rate-table > .content .table-holder {
  border: solid 1px #BC8C3D;
  padding: 1em;
  margin-bottom: 0.7em;
}
.rate-table > .content .table {
  padding: 0;
  margin-top: 2em;
}
.product-content .rate-table > .content .table {
  margin-top: 1em;
}
.rate-table > .content .table th, .rate-table > .content .table td {
  text-align: left;
  padding: 10px;
}
.content .rate-table {
  padding: 0;
}

.rates-accordion {
  padding: 0 30px;
  margin-bottom: 2em;
}
.rates-accordion .box-accordion {
  max-width: 1200px;
}
.rates-accordion > .content {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .rates-accordion > .content .accordion-grid {
    display: grid;
    grid-template-columns: 1fr 235px;
    grid-gap: 30px;
  }
}
@media screen and (max-width: 980px) {
  .rates-accordion > .content .actions {
    margin-top: 1em;
    display: grid;
    grid-gap: 0.7em;
    padding: 0;
  }
}
.rates-accordion > .content .rate-section {
  padding: clamp(2em, 2vw, 3em);
}
.rates-accordion > .content .rate-section .rate-section-header {
  margin-bottom: 2em;
}
.rates-accordion > .content .rate-section .rate-section-header h2 {
  margin-bottom: 0.1em;
}
.rates-accordion > .content .rate-section .rate-section-header .effective-date {
  margin: 0;
}
.rates-accordion > .content .rate-section .table {
  padding: 0;
}
.rates-accordion > .content .actions {
  display: grid;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  grid-gap: 1em;
  padding: 9em 30px 0 0;
}
@media screen and (max-width: 980px) {
  .rates-accordion > .content .actions {
    padding: 0 1em 2em;
  }
}
.rates-accordion > .content .rates-holder {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}
.rates-accordion > .content:has(.actions) .rates-holder {
  -webkit-column-span: none;
     -moz-column-span: none;
          column-span: none;
}
.rates-accordion .icon-header {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  font-family: "altivo", sans-serif;
  padding: 0.5em 50px 0.5em 1em;
}
.rates-accordion .icon-header span * {
  margin: 0;
}

.questionnaire-widget {
  padding: 0 30px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .questionnaire-widget {
    margin-bottom: 6em;
  }
}
.questionnaire-widget > .content {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.questionnaire-widget > .content h2 {
  margin-bottom: 0.7em;
}
.questionnaire-widget > .content .copy {
  margin-bottom: 3em;
}
.questionnaire-widget > .content .questionnaire .question {
  background: #F3F0EB;
  padding: 3em 3em 1em;
  max-width: 600px;
  margin: 0 auto;
}
.questionnaire-widget > .content .questionnaire .question .question-copy {
  font-size: clamp(2rem, 4vw, 2.8rem);
}
.questionnaire-widget > .content .questionnaire .question .answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  margin-bottom: 2em;
}
.questionnaire-widget > .content .questionnaire .question .answers button p {
  margin: 0;
}

.page-not-found {
  padding: 0 30px;
}
.page-not-found .header {
  text-align: center;
  font-family: Arial;
  font-size: 1.8em;
  -webkit-animation: header 5s 1;
          animation: header 5s 1;
  opacity: 1;
}
.page-not-found > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 2em;
  padding-top: 7em;
  margin-bottom: 7em;
}
@media screen and (min-width: 980px) {
  .page-not-found > .content {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (max-width: 980px) {
  .page-not-found > .content .page-copy {
    text-align: center;
  }
}
.page-not-found > .content .page-copy h1 {
  margin-bottom: 0.5em;
}
.page-not-found > .content .page-copy .copy {
  margin-bottom: 2em;
}
.page-not-found > .content .page-copy .copy *:last-child {
  margin: 0;
}
.page-not-found > .content .page-copy .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
}
@media screen and (max-width: 980px) {
  .page-not-found > .content .page-copy .actions {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=internal.css.map */
