@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: 1440px !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: #333132;
}

body {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  font-size: clamp(1.8rem, 2.5vw, 2rem);
}

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;
}

body:has(.ktc-section-body-wrapper) .userway_p5 {
  display: none !important;
}

.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: #31855a;
}
a:hover, a:focus {
  text-decoration: none;
}

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

main a:not([class]), main a[class=speedbump] {
  font-weight: 700;
  text-decoration: underline;
}
main a:not([class]):hover, main a[class=speedbump]:hover {
  text-decoration: underline;
  font-weight: 700;
}

@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, 5vw, 5rem);
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
}

.f-h2, h2:not([class]) {
  font-weight: 700;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.1;
  font-family: "brandon-grotesque", sans-serif;
}

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

.f-h4, h4:not([class]) {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-family: "brandon-grotesque", sans-serif;
}

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

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

@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;
}

.rate-area .effective_date {
  margin: 0 auto;
  color: #1f3b2c;
  font-family: "brandon-grotesque", 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: #333132;
  font-family: "brandon-grotesque", 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: "brandon-grotesque", sans-serif;
  font-size: clamp(2.2rem, 2.5vw, 4rem);
  color: #1f3b2c;
  text-transform: uppercase;
}
.rate-table table {
  width: 100%;
  margin-bottom: 2em;
}
.rate-table tr:nth-child(odd) {
  background-color: #ECF0EE;
}
.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: "brandon-grotesque", sans-serif;
  font-weight: 700;
  color: #31855a;
  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: 2rem;
  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: #31855a;
    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;
  }
}
@media screen and (max-width: 980px) {
  .rate-table table td {
    padding: 0 1.5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.rate-table a {
  color: #f0c55e;
  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: 15px;
}
.rateTVPage > .content .rateSection {
  height: 100%;
  border: 10px solid #2c5740;
  padding: 15px;
}
.rateTVPage > .content .rateSection.format-h .bugs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rateTVPage > .content .rateSection.format-v .bugs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rateTVPage > .content .rateSection.intro-border .rate-intro {
  border-bottom: 3px #2c5740 solid;
  padding: 0 0 1em;
}
.rateTVPage > .content .rateSection.intro-outro-border .rate-intro {
  border-bottom: 3px #2c5740 solid;
  padding: 0 0 1em;
}
.rateTVPage > .content .rateSection.intro-outro-border .rate-table {
  margin: 0 auto 0.5em;
  border-bottom: 3px #2c5740 solid;
}
.rateTVPage > .content .rateSection.row-border .rate-intro {
  border-bottom: 3px #2c5740 solid;
  padding: 0 0 1em;
}
.rateTVPage > .content .rateSection.row-border .rate-table {
  margin: 0 auto 0.5em;
  border-bottom: 3px #2c5740 solid;
}
.rateTVPage > .content .rateSection.row-border table.nested-tv-table:not(:last-child) {
  margin: 0 auto 0.5em;
  padding: 0 0 0.5em;
  border-bottom: 3px #2c5740 solid;
}
.rateTVPage > .content .rateSection .rate-intro {
  margin: 0 auto 0.5em;
  display: grid;
  gap: 0;
}
.rateTVPage > .content .rateSection .rate-intro .f-h1 {
  margin: 0;
  font-size: 5rem;
  text-align: center;
  color: #2c5740;
}
.rateTVPage > .content .rateSection .rate-intro .f-h2 {
  margin: 0;
  color: #2c5740;
  text-align: center;
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: bold;
  font-size: 3rem;
}
.rateTVPage > .content .rateSection .rate-intro .rate-intro-tagline {
  margin: 0;
  font-size: 2.8rem;
  text-transform: uppercase;
  text-align: center;
  color: #2c5740;
  font-weight: bold;
}
.rateTVPage > .content .rateSection .rate-table table {
  margin: 0 auto 0.5em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 30px 0px;
}
.rateTVPage > .content .rateSection .rate-table .sm-th {
  font-size: 2.8rem;
  text-transform: uppercase;
}
.rateTVPage > .content .rateSection .rate-table .lg-td {
  font-family: "ff-meta-serif-web-pro", serif;
  text-transform: uppercase;
  font-weight: 600;
}
.rateTVPage > .content .rateSection .rate-table .sm-td {
  font-size: 2.4rem;
  font-weight: 500;
}
.rateTVPage > .content .rateSection .rate-table th, .rateTVPage > .content .rateSection .rate-table .faux-th {
  padding: 0;
  display: table-cell;
  color: #2c5740;
  font-size: 2.8rem;
  text-align: left;
  font-weight: 800;
}
.rateTVPage > .content .rateSection .rate-table .unibody {
  font-family: "ff-meta-serif-web-pro", serif;
  font-size: 2.8rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.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: 0;
  color: #2c5740;
  font-weight: 500;
  text-align: left;
}
@media (orientation: portrait) {
  .rateTVPage > .content .rateSection .rate-table tr td {
    font-size: 2.6rem;
  }
}
@media (orientation: landscape) {
  .rateTVPage > .content .rateSection .rate-table tr td {
    font-size: 2.6rem;
  }
}
.rateTVPage > .content .rateSection .rate-table tr td:before {
  display: none;
}
.rateTVPage > .content .rateSection .pre-disclosure-tagline {
  margin: 0 auto 0.5em;
  max-width: 1400px;
  color: #2c5740;
  text-align: center;
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: bold;
  font-size: 2.2rem;
}
.rateTVPage > .content .rateSection .rate-disclosure {
  text-align: center;
  font-size: 2rem;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  color: #2c5740;
}
.rateTVPage > .content .rateSection .bugs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 0 0;
  grid-gap: 1em;
}

.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;
  grid-template-columns: 1fr;
  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(100% - 20px);
  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;
}

.contact-header {
  padding: 0 30px;
}
.contact-header > .content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .contact-header > .content {
    text-align: left;
  }
}
.contact-header > .content .breadcrumbs {
  margin-bottom: 1em;
  display: none;
}
@media screen and (min-width: 980px) {
  .contact-header > .content .breadcrumbs {
    display: block;
  }
}
.contact-header > .content .f-h1 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.contact-header > .content p {
  font-size: clamp(1.9rem, 3vw, 2.2rem);
}

.contact-two-columns {
  padding: 0 30px;
}
.contact-two-columns > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.contact-two-columns > .content .tabs {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .contact-two-columns > .content .tabs {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: clamp(20px, 5vw, 100px);
       -moz-column-gap: clamp(20px, 5vw, 100px);
            column-gap: clamp(20px, 5vw, 100px);
  }
}
@media screen and (min-width: 980px) {
  .contact-two-columns > .content .tabs .col-one {
    grid-column: 1;
  }
}
@media screen and (min-width: 980px) {
  .contact-two-columns > .content .tabs .col-two {
    grid-column: 2;
  }
}
.contact-two-columns > .content .tabs .tabs-nav {
  display: none;
}
.contact-two-columns > .content .tabs .tab {
  border-bottom: solid 1px #c3c3c3;
}
@media screen and (min-width: 980px) {
  .contact-two-columns > .content .tabs .tab {
    border-bottom: none;
    margin-bottom: 2em;
  }
}
.contact-two-columns > .content .tabs .tab button {
  display: block !important;
  color: #31855a;
  font-weight: 700;
  margin: 0 1em 0 0;
  font-size: clamp(2.2rem, 2vw, 2.8rem);
  border-bottom: solid 1px #c3c3c3;
}
@media screen and (min-width: 980px) {
  .contact-two-columns > .content .tabs .tab button {
    color: #1f3b2c;
    border-bottom: solid 7px #f0c55e;
    pointer-events: none;
  }
}
.hydrated .contact-two-columns > .content .tabs .tab button {
  pointer-events: all;
}
.contact-two-columns > .content .tabs .tab .tab-content {
  border-top: solid 1px #c3c3c3;
  display: none;
  font-size: clamp(1.9rem, 3vw, 2.3rem);
}
.contact-two-columns > .content .tabs .tab .tab-content p {
  margin-bottom: 0.5em;
}
.contact-two-columns > .content .tabs .tab .tab-content .item-name {
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .contact-two-columns > .content .tabs .tab .tab-content {
    display: block !important;
    padding-top: 1em;
  }
}
.contact-two-columns > .content .tabs .tab .tab-content .actions {
  padding: 1em 0;
}
.contact-two-columns > .content .tabs .tab .tab-content .actions .ghost-btn {
  margin-top: 0.5em;
}
@media screen and (max-width: 980px) {
  .contact-two-columns > .content .tabs .tab.active .tab-content {
    display: block;
  }
}
.ktc-section .contact-two-columns > .content .tabs {
  display: grid !important;
}
.ktc-section .contact-two-columns > .content .tabs .tab-content {
  display: block !important;
}
@media screen and (max-width: 980px) {
  .contact-two-columns > .content .tabs {
    border-top: solid 2px #c3c3c3;
  }
  .contact-two-columns > .content .tabs .tab-name {
    text-align: left;
    display: block !important;
    display: block;
    font-size: 2rem;
    width: 100%;
    color: #31855a;
    font-weight: 700;
    padding: 0.25em 1em 0.25em 1em;
    position: relative;
  }
  .contact-two-columns > .content .tabs .tab-name:before, .contact-two-columns > .content .tabs .tab-name:after {
    content: "";
    width: 20px;
    height: 3px;
    background: #f0c55e;
    position: absolute;
    right: 0.5em;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-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;
  }
  .contact-two-columns > .content .tabs .tab-name:before {
    -webkit-transform: rotate(-90deg) translate(1px, 0px);
            transform: rotate(-90deg) translate(1px, 0px);
  }
  .contact-two-columns > .content .tabs .tab-name.open:before {
    -webkit-transform: rotate(0) translate(0, -50%);
            transform: rotate(0) translate(0, -50%);
  }
  .contact-two-columns > .content .tabs .tab-content {
    display: none;
    padding: 0.25em 1em 0.25em 1em;
  }
}
.contact-two-columns > .content .tabs.active {
  display: block;
}
@media screen and (min-width: 980px) {
  .contact-two-columns > .content .tabs.active .tab-content {
    display: block !important;
  }
}

.blog-detail-header {
  padding: 1em 30px;
  margin-bottom: 2em;
}
@media screen and (min-width: 980px) {
  .blog-detail-header {
    margin-bottom: 4em;
  }
}
.blog-detail-header > .content {
  display: grid;
  gap: 0.5em;
  grid-template-columns: 1fr;
  max-width: 1650px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .blog-detail-header > .content {
    gap: clamp(20px, 5%, 40px);
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.blog-detail-header > .content .breadcrumb {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .blog-detail-header > .content .breadcrumb {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
.blog-detail-header > .content .image {
  aspect-ratio: 1.387755102;
  width: 100%;
  border-radius: 25px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 980px) {
  .blog-detail-header > .content .image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: 1 3 60%;
            flex: 1 3 60%;
  }
}
.blog-detail-header > .content .info {
  background: #31855a;
  padding: 2em;
  border-radius: 25px;
  position: relative;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 980px) {
  .blog-detail-header > .content .info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 2;
        -ms-flex: 2 1 30%;
            flex: 2 1 30%;
  }
}
.blog-detail-header > .content .info:after {
  content: "";
  background-image: url(../images/hatch-back.svg);
  height: 100%;
  width: 100%;
  background-repeat: repeat-x;
  background-position: bottom center;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 25px;
  -webkit-filter: brightness(0) saturate(100%) invert(53%) sepia(39%) saturate(509%) hue-rotate(96deg) brightness(91%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(53%) sepia(39%) saturate(509%) hue-rotate(96deg) brightness(91%) contrast(92%);
  z-index: 0;
}
.blog-detail-header > .content .info .f-h1 {
  text-transform: none;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.blog-detail-header > .content .info .article-info {
  position: relative;
  bottom: 0;
  width: 100%;
  display: grid;
  z-index: 1;
  margin-bottom: 0;
  font-size: clamp(1.6rem, 3vw, 2rem);
}
@media screen and (min-width: 980px) {
  .blog-detail-header > .content .info .article-info {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  .blog-detail-header > .content .info .article-info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 980px) {
  .blog-detail-header > .content .info .article-info span {
    padding: 0 1em;
    border-right: 1px solid white;
  }
  .blog-detail-header > .content .info .article-info span:last-child {
    border-right: none;
  }
}

.blog-internal-content {
  padding: 0 30px;
}
.blog-internal-content > .content {
  max-width: 900px;
  margin: 0 auto;
}
.blog-internal-content img {
  margin: 2em auto;
  display: block;
  border-radius: 25px;
  height: auto !important;
}

.share-this-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
}
.share-this-section ul {
  padding: 0 0 1em;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.share-this-section ul li {
  list-style: none;
  padding-left: none;
  opacity: 0.8;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.share-this-section ul li:hover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.share-this-section ul li a, .share-this-section ul li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -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;
}
.share-this-section ul li a span, .share-this-section ul li button span {
  padding-left: 5px;
}
.share-this-section ul li a:hover, .share-this-section ul li button:hover {
  -webkit-text-decoration: underline currentcolor;
          text-decoration: underline currentcolor;
  font-weight: 500;
}

@-webkit-keyframes moveLeft {
  0% {
    -webkit-transform: translateX(calc(100% + 40px));
            transform: translateX(calc(100% + 40px));
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveLeft {
  0% {
    -webkit-transform: translateX(calc(100% + 40px));
            transform: translateX(calc(100% + 40px));
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes moveRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(calc(100% + 40px));
            transform: translateX(calc(100% + 40px));
    opacity: 0.7;
  }
}
@keyframes moveRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(calc(100% + 40px));
            transform: translateX(calc(100% + 40px));
    opacity: 0.7;
  }
}
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
  100% {
    -webkit-transform: translateX(calc(100% + 40px));
            transform: translateX(calc(100% + 40px));
    opacity: 0.7;
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
  100% {
    -webkit-transform: translateX(calc(100% + 40px));
            transform: translateX(calc(100% + 40px));
    opacity: 0.7;
  }
}
@-webkit-keyframes slideOut {
  0% {
    opacity: 0.7;
    -webkit-transform: translateX(calc(100% + 40px));
            transform: translateX(calc(100% + 40px));
  }
  100% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
    opacity: 0;
  }
}
@keyframes slideOut {
  0% {
    opacity: 0.7;
    -webkit-transform: translateX(calc(100% + 40px));
            transform: translateX(calc(100% + 40px));
  }
  100% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.featured-articles {
  background: #31855a;
  padding: 3em 30px;
  position: relative;
  overflow-x: hidden;
  margin-bottom: 4em;
}
@media screen and (min-width: 980px) {
  .featured-articles {
    padding-right: 0;
  }
}
.featured-articles:after {
  content: "";
  background-image: url(../Images/hatch-back-gray.svg);
  height: 100%;
  width: 100%;
  background-repeat: repeat-x;
  background-position: bottom center;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 25px;
  -webkit-filter: brightness(0) saturate(100%) invert(53%) sepia(39%) saturate(509%) hue-rotate(96deg) brightness(91%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(53%) sepia(39%) saturate(509%) hue-rotate(96deg) brightness(91%) contrast(92%);
  z-index: 0;
}
.featured-articles > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  .featured-articles > .content {
    grid-template-columns: 33% auto;
    -webkit-column-gap: clamp(20px, 5%, 80px);
       -moz-column-gap: clamp(20px, 5%, 80px);
            column-gap: clamp(20px, 5%, 80px);
  }
}
.featured-articles > .content .loading-screen {
  background-image: url(../Images/loadingSpinner.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.featured-articles > .content .article-info {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.featured-articles > .content .article-info.fadeout {
  opacity: 0;
}
.featured-articles > .content .image {
  aspect-ratio: 1.387755102;
  border-radius: 25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.featured-articles > .content .image.visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.featured-articles > .content .image.moveLeft {
  -webkit-animation-name: moveLeft;
          animation-name: moveLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.featured-articles > .content .image.moveRight {
  -webkit-animation-name: moveRight;
          animation-name: moveRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.featured-articles > .content .image.onDeck {
  -webkit-transform: translateX(calc(100% + 40px));
          transform: translateX(calc(100% + 40px));
  opacity: 0.7;
}
.featured-articles > .content .image.slideIn {
  -webkit-animation-name: slideIn;
          animation-name: slideIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  opacity: 0;
}
.featured-articles > .content .image.slideOut {
  -webkit-animation-name: slideOut;
          animation-name: slideOut;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  opacity: 0;
}
.featured-articles > .content .image.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  opacity: 0;
}
.featured-articles > .content .image.hidden {
  opacity: 0;
}
@media screen and (min-width: 980px) {
  .featured-articles > .content .image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .featured-articles > .content .image.fadeout {
    opacity: 0;
  }
  .featured-articles > .content .image.onDeck {
    -webkit-transform: translateX(calc(100% + 40px));
            transform: translateX(calc(100% + 40px));
  }
}
.featured-articles > .content .info {
  text-align: center;
}
.featured-articles > .content .info .image {
  margin-bottom: 2em;
}
@media screen and (min-width: 980px) {
  .featured-articles > .content .info {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .featured-articles > .content .info .image {
    display: none;
  }
}
.featured-articles > .content > .images {
  display: none;
  position: relative;
}
@media screen and (min-width: 980px) {
  .featured-articles > .content > .images {
    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: nowrap;
        flex-wrap: nowrap;
    overflow-x: visible;
    gap: 40px;
    height: 35vw;
    max-height: 490px;
  }
}
.featured-articles > .content .carousel-controls {
  margin: 2em auto 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5em;
}
@media screen and (min-width: 980px) {
  .featured-articles > .content .carousel-controls {
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 1em;
  }
}
@media screen and (max-width: 500px) {
  .featured-articles > .content .carousel-controls .container {
    display: grid;
    grid-template-areas: "dots dots" "prev next";
    row-gap: 2em;
  }
  .featured-articles > .content .carousel-controls .container .prev-button {
    grid-area: prev;
    justify-self: flex-end;
  }
  .featured-articles > .content .carousel-controls .container .next-button {
    grid-area: next;
  }
  .featured-articles > .content .carousel-controls .container .pagination-dots {
    grid-area: dots;
  }
}
@media screen and (min-width: 500px) {
  .featured-articles > .content .carousel-controls .container {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5em;
  }
}
.featured-articles > .content .carousel-controls .prev-button,
.featured-articles > .content .carousel-controls .next-button {
  height: 38px;
  width: 38px;
  background: url(../Images/next-button.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  margin: 0 1em;
}
.featured-articles > .content .carousel-controls .prev-button.faded,
.featured-articles > .content .carousel-controls .next-button.faded {
  opacity: 0.35;
}
.featured-articles > .content .carousel-controls .prev-button {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.featured-articles > .content .carousel-controls .pagination-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1em;
}
.featured-articles > .content .carousel-controls .dot {
  height: 15px;
  width: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.featured-articles > .content .carousel-controls .dot.active {
  background-color: #fff;
}

.articles-container {
  padding: 0 30px;
  margin-bottom: 2em;
}
@media screen and (min-width: 980px) {
  .articles-container {
    margin-bottom: 4em;
  }
}
.articles-container > .content {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.articles-container .f-h2 {
  font-size: clamp(2.9rem, 3.5vw, 3.5rem);
}
.articles-container .blog-filter {
  margin: 0 auto;
  padding: 1em 0;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.articles-container .blog-filter p {
  font-size: 2rem;
  font-weight: 700;
}
.articles-container .blog-filter select {
  border: 2px solid #32a178;
  width: 100%;
  max-width: 446px;
  border-radius: 25px;
  padding: 0.33em 1.5em;
  font-size: 1.9rem;
  font-weight: 500;
}

.blog-block.archive .articles {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2em;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (min-width: 980px) {
  .blog-block.archive .articles {
    grid-template-columns: repeat(auto-fit, 450px);
  }
}
.blog-block.archive .load-more-btn {
  margin: 2em auto 1em;
  text-align: center;
  display: block;
}

.location-detail-header {
  padding: 0 30px;
}
@media screen and (max-width: 980px) {
  .location-detail-header {
    margin-top: 2em;
  }
}
.location-detail-header > .content {
  max-width: 1400px;
  margin: 0 auto;
  background: #ecf0ee;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 980px) {
  .location-detail-header > .content {
    grid-template-columns: 7fr 8fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.location-detail-header > .content .image {
  width: 100%;
  aspect-ratio: 392/119;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
@media screen and (min-width: 980px) {
  .location-detail-header > .content .image {
    aspect-ratio: 740/225;
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-clip-path: ellipse(88% 190% at 88% 20%);
            clip-path: ellipse(88% 190% at 88% 20%);
  }
}
.location-detail-header > .content .f-h1 {
  padding: 1em;
  font-size: clamp(3.2rem, 5vw, 5rem);
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .location-detail-header > .content .f-h1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.branch-info {
  padding: 3em 30px;
}
.branch-info > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em;
}
@media screen and (min-width: 980px) {
  .branch-info > .content {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: clamp(20px, 5vw, 100px);
       -moz-column-gap: clamp(20px, 5vw, 100px);
            column-gap: clamp(20px, 5vw, 100px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.branch-info .headline {
  width: 100%;
  border-bottom: solid 1px #c3c3c3;
  margin-bottom: 1em;
}
.branch-info .f-h2 {
  color: #1f3b2c;
  display: inline-block;
  border-bottom: solid 7px #f0c55e;
  margin-bottom: 0;
}
.branch-info p {
  font-size: clamp(2.1rem, 3vw, 2.3rem);
}
.branch-info p span {
  font-weight: 700;
}
.branch-info p.smaller-type {
  font-size: clamp(1.8rem, 3vw, 2rem);
}
.branch-info .address-and-phone .address,
.branch-info .address-and-phone .phone {
  padding-left: 4.5rem;
  position: relative;
  padding-bottom: 1em;
}
.branch-info .address-and-phone .address p,
.branch-info .address-and-phone .phone p {
  margin-bottom: 0.5em;
}
.branch-info .address-and-phone .address:before,
.branch-info .address-and-phone .phone:before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.branch-info .address-and-phone .address a,
.branch-info .address-and-phone .phone 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;
}
.branch-info .address-and-phone .address a:hover,
.branch-info .address-and-phone .phone a:hover {
  -webkit-text-decoration: underline currentcolor;
          text-decoration: underline currentcolor;
}
.branch-info .address-and-phone .address:before {
  background-image: url(../Images/ico-foot-locations.svg);
}
.branch-info .address-and-phone .phone:before {
  background-image: url(../Images/ico-foot-phone.svg);
}
.branch-info .address-and-phone .actions {
  padding-top: 1em;
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  .branch-info .address-and-phone .actions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.branch-info .hours {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .branch-info .hours {
    grid-template-columns: 1fr 1fr;
  }
}
.branch-info .hours .headline {
  /*font-size: clamp(2.1rem, 3vw, 2.3rem);*/
  margin-bottom: 1em;
}
@media screen and (min-width: 980px) {
  .branch-info .hours .headline {
    grid-column: 1/span 2;
    align-self: center;
  }
}
.branch-info .hours .hours-block {
  margin-bottom: 1em;
}
.branch-info .hours .hours-block .f-h3 {
  margin-bottom: 0.5em;
}
.branch-info .hours .hours-block p {
  font-size: clamp(1.9rem, 3vw, 2rem);
  margin-bottom: 0.5rem;
}

.branch-staff {
  padding: 0 30px;
}
.branch-staff > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.branch-staff .headline {
  width: 100%;
  border-bottom: solid 1px #c3c3c3;
  margin-bottom: 1em;
}
.branch-staff .f-h2 {
  color: #1f3b2c;
  display: inline-block;
  border-bottom: solid 7px #f0c55e;
  margin-bottom: 0;
}
.branch-staff .directory-container {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  margin: 2em auto;
  grid-gap: 1.5em;
}
@media screen and (min-width: 980px) {
  .branch-staff .directory-container {
    grid-template-columns: repeat(auto-fit, 420px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-row-gap: 3em;
  }
}
.branch-staff .directory-container .directory-item {
  display: grid;
  grid-template-columns: 35vw 1fr;
  grid-gap: 1em;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100vw - 60px);
}
@media screen and (min-width: 980px) {
  .branch-staff .directory-container .directory-item {
    width: 420px;
    grid-template-columns: 220px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.branch-staff .directory-container .directory-item .image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30vw;
  border-radius: 50%;
}
@media screen and (min-width: 980px) {
  .branch-staff .directory-container .directory-item .image {
    height: 220px;
  }
}
.branch-staff .directory-container .directory-item .name {
  font-size: 2.3rem;
  color: #1f3b2c;
  font-weight: 700;
  margin-bottom: 0;
}
.branch-staff .directory-container .directory-item .title {
  font-weight: 500;
  font-size: 1.6rem;
  font-style: italic;
  margin-bottom: 0.5em;
}
.branch-staff .directory-container .directory-item p {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.branch-staff .directory-container .directory-item p span {
  color: #31855a;
  font-weight: 700;
}
.branch-staff .directory-container .directory-item .email {
  font-weight: 700;
  color: #31855a;
  /*text-decoration: underline;

  &:hover {
  	text-decoration-thickness: 2px;
  }*/
}
.branch-staff .directory-container .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;
}
.branch-staff .directory-container .directory-item a:hover {
  -webkit-text-decoration: underline currentcolor;
          text-decoration: underline currentcolor;
}

#find-nearest-branch {
  background-color: #31855a;
}
#find-nearest-branch > .content {
  padding: 3em 30px;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  text-align: center;
}
#find-nearest-branch .f-h2 {
  color: #fff;
  font-size: clamp(2.5rem, 3vw, 2.8rem);
}
#find-nearest-branch .cta-btn {
  background-color: #1f3b2c;
  font-size: 2rem;
  padding: 0.5em 2em;
  margin: 0 0 0 0;
  width: 100%;
}
@media screen and (min-width: 980px) {
  #find-nearest-branch .cta-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
#find-nearest-branch .cta-btn:hover {
  background-color: #0d1a13;
}
#find-nearest-branch #find-branch-form {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  grid-gap: 0.75em;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  #find-nearest-branch #find-branch-form {
    grid-template-columns: 455px 125px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#find-nearest-branch #find-branch-form #addressInput {
  border-radius: 50px;
  padding: 0.5em;
  padding-left: 2.5em;
  font-size: 1.9rem;
  color: #333132;
  border: #707070;
  position: relative;
  background-image: url(../images/ico-search-green.svg);
  background-size: 2rem 2rem;
  background-position: left 1em center;
  background-repeat: no-repeat;
}
#find-nearest-branch #find-branch-form #addressInput.not-found {
  border: 3px solid red;
}
#find-nearest-branch .search-results {
  display: none;
  color: #fff;
}
@media screen and (min-width: 980px) {
  #find-nearest-branch .search-results {
    margin-top: 1em;
  }
}
#find-nearest-branch .search-results > .f-h3 {
  width: 75%;
  margin: 1.5em auto;
}
@media screen and (min-width: 980px) {
  #find-nearest-branch .search-results .result-container {
    display: grid;
    grid-template-columns: 430px 430px;
    -webkit-column-gap: clamp(20px, 5%, 100px);
       -moz-column-gap: clamp(20px, 5%, 100px);
            column-gap: clamp(20px, 5%, 100px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2em;
  }
}
#find-nearest-branch .search-results .result-container .location .actions .a {
  color: #fff;
}

.location {
  text-align: left;
  margin-top: 2em;
}
@media screen and (min-width: 980px) {
  .location {
    margin-top: 1em;
    width: 430px;
    max-width: 100%;
  }
}
.location .location-title {
  font-size: clamp(2rem, 3vw, 2.5rem);
}
.location .location-title span {
  font-size: clamp(3rem, 3.5vw, 3.5rem);
}
.location .location-image {
  aspect-ratio: 1.387755102;
  width: 100%;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.location > .location-name {
  margin-top: 1em;
  font-size: clamp(2.5rem, 3vw, 2.8rem);
  margin-bottom: 0.5em;
  padding-left: 30px;
  padding-right: 30px;
}
.location .location-info {
  margin-bottom: 1em;
  padding-left: 30px;
  padding-right: 30px;
}
.location .location-info p {
  margin-bottom: 0;
}
.location .actions {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
  padding-left: 30px;
  padding-right: 30px;
}
.location .actions a {
  color: #1f3b2c;
  font-size: 2rem;
  -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;
}
.location .actions a:hover {
  -webkit-text-decoration: underline currentcolor;
          text-decoration: underline currentcolor;
}

#location-tabs-container {
  padding: 0 30px;
  padding-top: 4em;
}
#location-tabs-container > .content {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
#location-tabs-container > .content > .tabs .tabs-nav {
  border-bottom: solid 1px #c3c3c3;
  margin-bottom: 2em;
}
@media screen and (max-width: 980px) {
  #location-tabs-container > .content > .tabs .tabs-nav {
    display: none;
  }
}
#location-tabs-container > .content > .tabs .tabs-nav > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  position: relative;
}
#location-tabs-container > .content > .tabs .tabs-nav button {
  color: #31855a;
  font-weight: 700;
  opacity: 0.5;
  margin: 0;
  padding: 0.25em;
  font-size: clamp(1.6rem, 2vw, 2.3rem);
  border-bottom: solid 6px;
  border-color: #fff;
  -webkit-transition: border-color 0.2s ease, opacity 0.2s ease;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}
#location-tabs-container > .content > .tabs .tabs-nav button.active {
  border-bottom: solid 6px;
  border-color: #f0c55e;
  font-weight: 700;
  opacity: 1;
}
#location-tabs-container > .content > .tabs .tabs-nav .js-slide-track {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
}
#location-tabs-container > .content > .tabs .tabs-nav .js-slide-track > .js-slide {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-color: #f0c55e;
  -webkit-transition: left 0.2s ease, width 0.2s ease;
  transition: left 0.2s ease, width 0.2s ease;
}
@media screen and (min-width: 980px) {
  #location-tabs-container > .content > .tabs .tab {
    display: none;
    margin-bottom: 4em;
  }
}
.ktc-section #location-tabs-container > .content > .tabs .tab {
  display: block !important;
}
.ktc-section #location-tabs-container > .content > .tabs .tab .tab-content {
  display: block !important;
}
@media screen and (max-width: 980px) {
  #location-tabs-container > .content > .tabs .tab {
    border-bottom: solid 1px #f0c55e;
  }
  #location-tabs-container > .content > .tabs .tab .tab-name {
    text-align: left;
    display: block !important;
    display: block;
    font-size: 2rem;
    width: 100%;
    color: #31855a;
    font-weight: 700;
    padding: 0.7em 1em 0.7em 1em;
    position: relative;
  }
  #location-tabs-container > .content > .tabs .tab .tab-name:before, #location-tabs-container > .content > .tabs .tab .tab-name:after {
    content: "";
    width: 20px;
    height: 3px;
    background: #f0c55e;
    position: absolute;
    right: 0.5em;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-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;
  }
  #location-tabs-container > .content > .tabs .tab .tab-name:before {
    -webkit-transform: rotate(-90deg) translate(1px, 0px);
            transform: rotate(-90deg) translate(1px, 0px);
  }
  #location-tabs-container > .content > .tabs .tab .tab-name.open:before {
    -webkit-transform: rotate(0) translate(0, -50%);
            transform: rotate(0) translate(0, -50%);
  }
  #location-tabs-container > .content > .tabs .tab .tab-content {
    display: none;
    padding-bottom: 2em;
  }
}
#location-tabs-container > .content > .tabs .tab.active {
  display: block;
}
@media screen and (min-width: 980px) {
  #location-tabs-container > .content > .tabs .tab.active .tab-content {
    display: block !important;
  }
}
#location-tabs-container .locations-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: clamp(20px, 5%, 40px);
}
@media screen and (min-width: 980px) {
  #location-tabs-container .locations-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    row-gap: 4em;
  }
}

.holiday-hours-container {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: left;
}
.holiday-hours-container .holiday {
  font-size: 2.3rem;
}
.holiday-hours-container .holiday span {
  font-weight: 700;
  color: #31855a;
}

.directory > .content {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  margin: 2em auto;
  grid-gap: 1.5em;
}
@media screen and (max-width: 980px) {
  .directory > .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  .directory > .content {
    grid-template-columns: repeat(auto-fit, 420px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-row-gap: 3em;
  }
}
.directory .directory-item {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  grid-gap: 1em;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100vw - 60px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .directory .directory-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  .directory .directory-item {
    width: 420px;
    grid-template-columns: 190px 1fr;
  }
}
.directory .directory-item .image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30vw;
  border-radius: 50%;
}
@media screen and (max-width: 980px) {
  .directory .directory-item .image {
    width: 30vw;
  }
}
@media screen and (min-width: 980px) {
  .directory .directory-item .image {
    height: 190px;
  }
}
.directory .directory-item .name {
  font-size: 2.3rem;
  color: #1f3b2c;
  font-weight: 700;
  margin-bottom: 0;
}
.directory .directory-item .title {
  font-weight: 500;
  font-size: 1.6rem;
  font-style: italic;
  margin-bottom: 0.5em;
}
.directory .directory-item p {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.directory .directory-item p span {
  color: #31855a;
  font-weight: 700;
}
.directory .directory-item .email {
  font-weight: 700;
  color: #31855a;
  /*text-decoration: underline;

  &:hover {
  	text-decoration-thickness: 2px;
  }*/
}
.directory .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 .directory-item a:hover {
  -webkit-text-decoration: underline currentcolor;
          text-decoration: underline currentcolor;
}

/*// Directory Module
//
.directory-container {
   margin-bottom: 4em;
   > .content {
      @include max-wrap;
      padding: 0 $mobile-padding;

      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      gap: clamp(20px, 10vw, 30px);
      align-items: center;

      @include tablet {
         flex-direction: row;
         align-items: flex-start
      }
   }
}
.directory-item {
    width: clamp(300px, 30%, 450px);
    display: grid;
    justify-content: center;

    > .content {
        .photo {
            background: $light-blue;
            text-align: center;
            position: relative;
            background: linear-gradient(0deg, $light-blue 80%, rgba(19,46,83,0) 80%);
            max-width: 385px;

            img {
                position: relative;
                z-index: 1;
            }

            .reg-photo {
                display: inline-block;
            }

            .alt-photo {
                display: none;
            }
        }

        .info {
            .f-h2 {
                font-size: clamp(1.9rem, 2vw, 2.2rem);
                margin-bottom: 0;
                margin-top: .75em;
                text-decoration: none;
            }

            p {
                font-size: 1.6rem;
                margin-bottom: 0;
            }
            .sub-title {
                font-size: 1.6rem;
            }
        }
        &:hover {
            .info .f-h2 {
                text-decoration: underline;
            }
        }
    }

    &.has-alt-photo {
        &:hover {
            .reg-photo {
                display: none;
            }

            .alt-photo {
                display: inline-block;
            }
        }
    }
}
.directory-detail {
    margin-bottom: 4em;
    margin-top: 2em;

    > .content {
        @include max-wrap;
        padding: 0 $mobile-padding;
        display: grid;
        grid-template-columns: 1fr;

        @include tablet {
            grid-template-columns: 30% 1fr;
            grid-gap: clamp(20px, 5vw, 50px);
        }
    }



    .photoAndCTA {
        .photo {
            background: $light-blue;
            background: linear-gradient(0deg, $light-blue 80%, rgba(19,46,83,0) 80%);
            text-align: center;
            margin-bottom: 1em;

            .reg-photo {
                display: inline-block;
            }

            .alt-photo {
                display: none;
            }

            &.has-alt-photo {
                &:hover {
                    .reg-photo {
                        display: none;
                    }

                    .alt-photo {
                        display: inline-block;
                    }
                }
            }
        }

        .actions {
            display: grid;
            grid-template-columns: 1fr;
            grid-gap: 1em;
            width: 100vw;
            position: fixed;
            bottom: 0;
            left: 0;
            background: $business-navy;
            z-index: 100;
            padding: 1em $mobile-padding;

            .accordion-button {
                position: relative;
                z-index: 101;
                color: white;

                span {
                    position: relative;

                    &:before {
                        content: '';
                        position: relative;
                        right: -8.5em;
                        top: 2px;
                        border-radius: 1px;
                        width: .25em;
                        height: 1em;
                        background-color: $tertiary-color;
                        display: inline-block;
                        transition: transform .2s ease-in-out;
                    }

                    &:after {
                        content: '';
                        position: relative;
                        border-radius: 1px;
                        right: -1.5em;
                        top: 2px;
                        width: .25em;
                        height: 1em;
                        background-color: $tertiary-color;
                        display: inline-block;
                        transform: rotate(90deg);
                    }
                }
            }

            .accordion-content {
                margin: 0 auto;
                display: none;

                @include tablet {
                    display: block !important;
                }

                .container {
                    padding: 2em;
                    display: grid;
                    grid-gap: 1em;
                    grid-template-columns: max-content;
                    margin: 0 auto;

                    @include tablet {
                        padding: 0;
                    }

                    .ghost-btn {
                        @include mobile {
                            color: $white;
                        }
                    }
                }
            }

            @include tablet {
                position: relative;
                background: none;
                width: 100%;

                .accordion-button {
                    display: none;
                }
            }

            &.active {
                .accordion-button {
                    span {
                        &:before {
                            transform: rotate(90deg);
                        }
                    }
                }
            }
        }
    }

    .info {
        @include tablet {
            padding-top: 3em;
        }

        .f-h1 {
            color: $primary-color;
            font-size: clamp(2.5rem, 3vw, 3.8rem);
            margin-bottom: 0;
        }

        p {
            font-size: 1.6rem;
            color: $gray;
            margin-bottom: .5em;
        }

        .contact {
            margin-bottom: 1.5em;
            display: flex;
            flex-direction: row;
            justify-content: space-between;

            ul {
                list-style: none;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-items: center;
                padding-left: 0;
                margin-bottom: 0;

                &.contact-info {
                    li {
                        @include fontSize(2);
                        font-weight: 700;
                        font-family: $heading-font;

                        &:after {
                            content: " | ";
                            color: $tertiary-color;
                            font-weight: 700;
                            padding: 0 10px;
                        }

                        &:last-of-type {
                            &:after {
                                content: none;
                            }
                        }
                    }
                }

                &.social {
                    li {
                        padding: 0 .5em;

                        @include mobile {
                            align-items: flex-end;
                        }

                        img {
                            min-width: 25px;
                        }
                    }
                }
            }
        }

        .bio {
            border-top: 1px solid $border-blue;
            padding-top: 1.5em;
        }
    }
}

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

.highlight-list.no-padding-top ul {
    padding-top: 0 !important;
}

.team-list {
   margin-bottom: 5em;
   > .content {
      .heading {
         @include max-wrap;
         text-align: center;
      }
      .team {
         display: grid;
         grid-template-columns: 1fr;
         grid-gap: 1em;

      }
   }
}



.leadership-team {
    padding: 0 $mobile-padding;

    > .content {
        @include max-wrap;
    }

    .ld-header {
        @include max-wrap;
        max-width: 1290px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1em;

        h2 {
            margin: 0;
            color: $primary-color;
        }

        .filter {
            display: inline-flex;
            align-items: center;
            column-gap: 5px;

            label {
                font-size: 1.4rem;
            }

            select {
                border: solid 1px #CCC;
                padding: 0.5em;
                color: #555;
            }
        }
    }

    .directory-container > .content {
        padding: 0;
    }

    .directory-container[data-team="executives"] {
        display: none;
        padding: 0;
    }

    &[data-team="executives"] {
        .directory-container[data-team="executives"] {
            display: block;
        }

        .directory-container[data-team="board"] {
            display: none;
        }
    }
}*/
.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: #1f3b2c;
  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;
}

.sidebar-section {
  padding: 0 30px;
  margin-bottom: 3em;
}
.sidebar-section > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 50px;
}
@media screen and (min-width: 980px) {
  .sidebar-section > .content {
    grid-template-columns: 1fr 342px;
    grid-gap: 70px;
  }
}
@media screen and (min-width: 980px) {
  .sidebar-section > .content .sidebar-col.sticky {
    position: sticky;
    top: 20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}

.product-card-section {
  padding: 0 30px;
  margin-bottom: 3em;
}
.product-card-section > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media screen and (min-width: 980px) {
  .product-card-section > .content {
    grid-template-columns: repeat(auto-fit, 342px);
    grid-gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-card-section > .content:has(:nth-child(4):last-child) {
    grid-template-columns: 342px 342px;
  }
  .product-card-section > .content:has(:nth-child(6):last-child) {
    grid-template-columns: 342px 342px 342px;
  }
}

.video-card-section {
  padding: 0 30px;
  margin-bottom: 3em;
}
.video-card-section > .content {
  max-width: 1400px;
  margin: 0 auto;
  background: #ecf0ee;
  border-radius: 30px;
  padding: 20px;
}
@media screen and (min-width: 980px) {
  .video-card-section > .content {
    border-radius: 40px;
    padding: 40px;
  }
}
.video-card-section > .content .inner-content {
  background: #2b553f;
  padding: 40px;
  border-radius: 20px;
}
.video-card-section > .content .inner-content > h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}
.video-card-section > .content .videos {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media screen and (min-width: 980px) {
  .video-card-section > .content .videos {
    grid-template-columns: repeat(auto-fit, 400px);
    grid-gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product-card {
  padding: 0 30px;
  margin-bottom: 3em;
}
.content .product-card {
  margin-bottom: 2em;
  padding: 0;
}
.product-card-section .product-card {
  margin: 0;
}
.product-card > .content {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  background: #1f3b2c;
  border-radius: 20px;
  padding: 20px 40px;
  height: 100%;
  color: #fff;
}
.product-card > .content:before {
  content: "";
  width: 27%;
  aspect-ratio: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #2b553f;
  border-radius: 0 0 100px 100px;
}
.product-card > .content > img {
  margin: 0 auto 1em;
  position: relative;
  width: 50px;
  display: block;
  z-index: 2;
}
.product-card > .content h3 {
  color: #fff;
  margin-bottom: 0.4em;
  font-size: clamp(2.5rem, 3vw, 3rem);
  font-weight: normal;
  line-height: 1.1;
}
.product-callout {
  padding: 0 30px;
  margin-bottom: 3em;
}
.content .product-callout {
  margin-bottom: 2em;
  padding: 0;
}
.product-callout > .content {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  background: #f0c55e;
  border-radius: 30px;
  padding: 20px;
}
@media screen and (min-width: 980px) {
  .product-callout > .content {
    border-radius: 40px;
    padding: 40px;
  }
}
.product-callout > .content .inner-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media screen and (min-width: 980px) {
  .product-callout > .content .inner-content {
    grid-template-columns: 1fr clamp(380px, 38vw, 480px);
    grid-gap: 30px;
  }
}
.product-callout > .content .inner-content .info {
  background: #f7f7cf;
  padding: 20px 20px;
  border-radius: 20px;
}
@media screen and (min-width: 980px) {
  .product-callout > .content .inner-content .info {
    padding: 40px 80px;
  }
}
@media screen and (max-width: 980px) {
  .product-callout > .content .inner-content .info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.product-callout > .content .inner-content .info h3 {
  color: #333132;
  margin-bottom: 0.4em;
  font-size: clamp(2.5rem, 3vw, 3rem);
  font-weight: normal;
  line-height: 1.1;
}
.product-callout > .content .inner-content .info .copy {
  color: #333132;
  margin-bottom: 1em;
}
.product-callout > .content .inner-content .info .copy *:last-child {
  margin: 0;
}
.product-callout > .content .inner-content .info .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 5px;
}
.product-callout > .content .inner-content .photo {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .product-callout > .content .inner-content .photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.product-callout > .content .inner-content .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.legend-card {
  padding: 0 30px;
  margin-bottom: 1em;
  --highlightColor: #E57C5C;
}
.content .legend-card {
  padding: 0;
}
.legend-card > .content {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  background: #1f3b2c;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 52px 1fr;
}
.legend-card > .content .icon-box {
  background-color: var(--highlightColor);
  position: relative;
}
.legend-card > .content .icon-box > img {
  position: absolute;
  width: 32px;
  top: 1.5em;
  left: 10px;
  -webkit-filter: brightness(100);
          filter: brightness(100);
  display: block;
  z-index: 2;
}
.legend-card > .content .info {
  background: #ECF0EE;
  padding: 25px 40px;
  color: #333132;
}
.legend-card > .content .info h3 {
  margin-bottom: 0.9em;
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: 450;
  line-height: 1.1;
}
.video-card {
  padding: 0 30px;
  margin-bottom: 3em;
}
.content .video-card {
  margin: 0;
  padding: 0;
}
.video-card > .content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  color: #fff;
}
.video-card > .content .video-thumb {
  background: #31855a;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 0.7em;
  position: relative;
  cursor: pointer;
}
.video-card > .content .video-thumb > img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 1.7;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  pointer-events: none;
}
.video-card > .content .video-thumb:before {
  content: "";
  width: 80px;
  height: 60px;
  display: block;
  position: absolute;
  pointer-events: none;
  background: url(/Content/images/video-play.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.video-card > .content h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: clamp(2.2rem, 2vw, 2.6rem);
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
}

.persona-card {
  padding: 0 30px;
  margin-bottom: 3em;
}
.content .persona-card {
  margin: 0;
  padding: 0;
}
.persona-card > .content {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  background: #f0c55e;
  border-radius: 40px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media screen and (min-width: 980px) {
  .persona-card > .content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.persona-card > .content .product-box {
  background: #f7f7cf;
  border-radius: 20px;
  padding: 40px;
  color: #333132;
  position: relative;
}
.persona-card > .content .product-box h3 {
  margin-bottom: 0.5em;
}
.persona-card > .content .product-box:after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 100%;
  right: 50%;
  -webkit-transform: translate(50%, -10px);
          transform: translate(50%, -10px);
  background: url(/Content/images/ico-plus.svg) no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  .persona-card > .content .product-box:after {
    top: 50%;
    right: 0;
    -webkit-transform: translate(40px, -50%);
            transform: translate(40px, -50%);
  }
}
.persona-card > .content .persona-box {
  background: #e57c5c;
  border-radius: 20px;
  padding: 40px;
  color: #333132;
  position: relative;
}
.persona-card > .content .persona-box h3 {
  margin-bottom: 0.5em;
}
.persona-card > .content .persona-box:after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 100%;
  right: 50%;
  -webkit-transform: translate(50%, -10px);
          transform: translate(50%, -10px);
  background: url(/Content/images/ico-equals.svg) no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  .persona-card > .content .persona-box:after {
    top: 50%;
    right: 0;
    -webkit-transform: translate(40px, -50%);
            transform: translate(40px, -50%);
  }
}
.persona-card > .content .account-box {
  background: #fff;
  border-radius: 20px;
  padding: 0px;
  color: #333132;
  display: grid;
  grid-template-columns: clamp(80px, 10vw, 120px) 1fr;
  overflow: hidden;
}
.persona-card > .content .account-box .icon-box {
  background: #31855a;
  text-align: center;
  padding-top: 50px;
}
.persona-card > .content .account-box .icon-box img {
  width: clamp(40px, 5vw, 56px);
}
.persona-card > .content .account-box .info {
  padding: 40px;
}
.persona-card > .content .account-box .info h3 {
  margin-bottom: 0.5em;
}
.card-gallery {
  padding: 0 30px;
  margin-bottom: 3em;
}
.content .card-gallery {
  margin: 0;
  padding: 0;
}
.card-gallery > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.card-gallery > .content > h2 {
  text-align: center;
  margin-bottom: 1em;
}
.card-gallery > .content .copy {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.card-gallery > .content .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding: 2rem 1em;
  max-width: 100%;
  scroll-behavior: smooth;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-gallery > .content .cards .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  -webkit-transition: margin 0.3s ease, -webkit-transform 0.3s ease;
  transition: margin 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, margin 0.3s ease;
  transition: transform 0.3s ease, margin 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  margin-left: -60px;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .card-gallery > .content .cards .card {
    margin-left: -40px;
  }
  .card-gallery > .content .cards .card:hover {
    -webkit-transform: none;
            transform: none;
  }
  .card-gallery > .content .cards .card.active {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 10;
    margin-left: 0;
    margin-right: 40px;
  }
}
.card-gallery > .content .cards .card img {
  width: 100%;
  border-radius: 8px;
  pointer-events: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.card-gallery > .content .cards .card.active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 10;
  margin-left: 0;
  margin-right: 60px;
}
.archive-header {
  padding: 1em 30px;
}
.archive-header > .content {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .archive-header > .content {
    text-align: left;
  }
}
.archive-header .f-h1 {
  margin: 0.5em auto;
}
@media screen and (min-width: 980px) {
  .archive-header .f-h1 {
    margin-top: 1em;
  }
}
.archive-header p {
  font-size: clamp(1.9rem, 3vw, 2.2rem);
  padding: 0 30px;
}
@media screen and (min-width: 980px) {
  .archive-header p {
    padding: 0;
  }
}
.archive-header .actions {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
}
@media screen and (min-width: 980px) {
  .archive-header .actions {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
  }
}

.icon-list {
  padding: 0 30px;
  margin-bottom: 3em;
}
.content .icon-list {
  margin: 0;
  padding: 0;
}
.icon-list > .content {
  max-width: 1400px;
  margin: 0 auto;
  background: #ecf0ee;
  border-radius: 30px;
  padding: 20px;
}
@media screen and (min-width: 980px) {
  .icon-list > .content {
    border-radius: 40px;
    padding: 40px;
  }
}
.icon-list > .content .inner-content {
  border-radius: 20px;
  padding: 40px;
  background: #fff;
}
.icon-list > .content .inner-content > h2 {
  text-align: center;
  margin-bottom: 1em;
}
.icon-list > .content .inner-content .copy {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.icon-list > .content .inner-content .list-area {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .icon-list > .content .inner-content .list-area:has(img) img {
    width: 50px;
    display: block;
    margin: 0 auto 1em;
  }
}
@media screen and (min-width: 980px) {
  .icon-list > .content .inner-content .list-area:has(img) {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 3em;
  }
}
@media screen and (min-width: 980px) {
  .icon-list > .content .inner-content .list-area .list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    row-gap: 1em;
  }
}
.icon-list > .content .inner-content .list-area .list a {
  font-weight: 450;
  display: block;
  text-decoration: underline;
  margin-bottom: 1em;
}
.icon-list > .content .inner-content .list-area .js-editor-cta-buttons {
  position: relative;
}

html:not(.hydrated) .random-section.unrandomized > div {
  display: none;
}

.feature {
  position: relative;
  overflow-y: clip;
  overflow-x: clip;
  margin-bottom: 4em;
}
@media screen and (max-width: 980px) {
  .feature {
    padding-top: 69vw;
  }
}
@media screen and (min-width: 980px) {
  .feature > .content {
    display: grid;
    grid-template-columns: 3fr 3fr;
    min-height: 35vw;
    max-height: 675px;
  }
}
.feature > .content > .holder {
  position: relative;
}
@media screen and (min-width: 980px) {
  .feature > .content > .holder {
    padding-right: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
  }
}
.feature > .content > .holder > svg {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
.active.feature > .content > .holder > svg {
  left: 0;
}

@media screen and (max-width: 980px) {
  .feature > .content > .holder > svg {
    display: none;
  }
}
.feature > .content > .holder > .info {
  color: #fff;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  z-index: 2;
  padding: 3em;
}
@media screen and (max-width: 980px) {
  .feature > .content > .holder > .info {
    background: #2b553f;
    padding: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 16vw;
    bottom: 1px;
  }
  .feature > .content > .holder > .info:after {
    content: "";
    display: block;
    position: absolute;
    width: 116%;
    bottom: 0;
    left: 0;
    -webkit-clip-path: ellipse(46% 13% at 50% 50%);
            clip-path: ellipse(46% 13% at 50% 50%);
    background: #fff;
    -webkit-transform: translate(-8vw, 51%) rotate(-3deg);
            transform: translate(-8vw, 51%) rotate(-3deg);
    z-index: 2;
    height: 72vw;
  }
}
.feature > .content > .holder > .info h1 {
  margin-bottom: 0.2em;
  color: #fff;
}
@media screen and (min-width: 980px) {
  .feature > .content > .holder > .info .copy {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
.feature > .content > .holder > .info .actions .cta-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(200px, max-content));
}
@media screen and (max-width: 980px) {
  .feature > .content > .holder > .info .actions {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 0.5em;
  }
}
.feature > .content .img-caption {
  position: absolute;
  max-width: 1400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
}
.feature > .content .img-caption a {
  color: #F0C55E;
  text-decoration: none;
}
.feature > .content .img-caption p {
  text-align: left;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  max-width: clamp(300px, 46vw, 650px);
  justify-self: flex-end;
}
@media screen and (max-width: 980px) {
  .feature > .content .img-caption p {
    font-size: clamp(2vw, 16px, 5vw);
    margin-left: 0;
  }
}
@media screen and (max-width: 980px) {
  .feature > .content .img-caption {
    aspect-ratio: 656/462;
    top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 69vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 30px;
  }
}

.photo-holder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.photo-holder .caption-background {
  position: absolute;
  display: block;
  bottom: 0;
  height: 128px;
  right: 0;
  color: white;
  margin: 0;
  font-size: 16px;
  padding: 8rem 6% 2rem 13%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, 0.75)), color-stop(70%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
}
.photo-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media screen and (min-width: 980px) {
  .photo-holder img {
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (max-width: 980px) {
  .photo-holder {
    height: 69vw;
  }
}

.icon-tiles {
  margin-bottom: 4em;
}
@media screen and (min-width: 980px) {
  .icon-tiles {
    padding: 0 30px;
  }
}
@-webkit-keyframes comeIn {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes comeIn {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.icon-tiles > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.icon-tiles > .content > .info {
  text-align: center;
  margin-bottom: 2em;
}
.icon-tiles > .content > .info .page-section {
  margin-bottom: 3em;
}
.icon-tiles > .content > .info h2 {
  margin-bottom: 0.5em;
}
.icon-tiles > .content .icon-area,
.icon-tiles > .content .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-tiles > .content .icon-area.splide,
.icon-tiles > .content .icons.splide {
  display: grid;
  margin-bottom: 4em;
}
.icon-tiles > .content .icon-area.splide .splide__list .ktc-admin-ui kentico-widget-header.ktc-widget-header--top,
.icon-tiles > .content .icons.splide .splide__list .ktc-admin-ui kentico-widget-header.ktc-widget-header--top {
  top: 0 !important;
}
.icon-tiles > .content .icon-area .ktc-admin-ui,
.icon-tiles > .content .icons .ktc-admin-ui {
  position: static !important;
}
@media screen and (min-width: 980px) {
  .icon-tiles > .content .icon-area,
.icon-tiles > .content .icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: clamp(20px, 3vw, 35px);
       -moz-column-gap: clamp(20px, 3vw, 35px);
            column-gap: clamp(20px, 3vw, 35px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .icon-tiles > .content .icon-area .splide__list,
.icon-tiles > .content .icons .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: clamp(20px, 3vw, 35px);
       -moz-column-gap: clamp(20px, 3vw, 35px);
            column-gap: clamp(20px, 3vw, 35px);
  }
  .icon-tiles > .content .icon-area .ktc-widget-zone,
.icon-tiles > .content .icons .ktc-widget-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: clamp(20px, 3vw, 35px);
       -moz-column-gap: clamp(20px, 3vw, 35px);
            column-gap: clamp(20px, 3vw, 35px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .icon-tiles > .content .icon-area .mobile-splide,
.icon-tiles > .content .icons .mobile-splide {
    visibility: visible;
  }
  .active.icon-tiles > .content .icon-area .icon-block:nth-child(1), .icon-tiles > .content .icons .icon-block:nth-child(1) {
    -webkit-animation: comeIn 0.5s ease;
            animation: comeIn 0.5s ease;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .active.icon-tiles > .content .icon-area .icon-block:nth-child(2), .icon-tiles > .content .icons .icon-block:nth-child(2) {
    -webkit-animation: comeIn 0.5s ease;
            animation: comeIn 0.5s ease;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .active.icon-tiles > .content .icon-area .icon-block:nth-child(3), .icon-tiles > .content .icons .icon-block:nth-child(3) {
    -webkit-animation: comeIn 0.5s ease;
            animation: comeIn 0.5s ease;
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .active.icon-tiles > .content .icon-area .icon-block:nth-child(4), .icon-tiles > .content .icons .icon-block:nth-child(4) {
    -webkit-animation: comeIn 0.5s ease;
            animation: comeIn 0.5s ease;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .active.icon-tiles > .content .icon-area .icon-block:nth-child(5), .icon-tiles > .content .icons .icon-block:nth-child(5) {
    -webkit-animation: comeIn 0.5s ease;
            animation: comeIn 0.5s ease;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .active.icon-tiles > .content .icon-area .icon-block:nth-child(6), .icon-tiles > .content .icons .icon-block:nth-child(6) {
    -webkit-animation: comeIn 0.5s ease;
            animation: comeIn 0.5s ease;
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .active.icon-tiles > .content .icon-area .icon-block:nth-child(7), .icon-tiles > .content .icons .icon-block:nth-child(7) {
    -webkit-animation: comeIn 0.5s ease;
            animation: comeIn 0.5s ease;
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .active.icon-tiles > .content .icon-area .icon-block:nth-child(8), .icon-tiles > .content .icons .icon-block:nth-child(8) {
    -webkit-animation: comeIn 0.5s ease;
            animation: comeIn 0.5s ease;
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .active.icon-tiles > .content .icon-area .icon-block:nth-child(9), .icon-tiles > .content .icons .icon-block:nth-child(9) {
    -webkit-animation: comeIn 0.5s ease;
            animation: comeIn 0.5s ease;
    -webkit-animation-delay: 2.7s;
            animation-delay: 2.7s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .active.icon-tiles > .content .icon-area .icon-block:nth-child(10), .icon-tiles > .content .icons .icon-block:nth-child(10) {
    -webkit-animation: comeIn 0.5s ease;
            animation: comeIn 0.5s ease;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .active.icon-tiles > .content .icon-area .icon-block:nth-child(11), .icon-tiles > .content .icons .icon-block:nth-child(11) {
    -webkit-animation: comeIn 0.5s ease;
            animation: comeIn 0.5s ease;
    -webkit-animation-delay: 3.3s;
            animation-delay: 3.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .active.icon-tiles > .content .icon-area .icon-block:nth-child(12), .icon-tiles > .content .icons .icon-block:nth-child(12) {
    -webkit-animation: comeIn 0.5s ease;
            animation: comeIn 0.5s ease;
    -webkit-animation-delay: 3.6s;
            animation-delay: 3.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .active.icon-tiles > .content .icon-area .icon-block:nth-child(13), .icon-tiles > .content .icons .icon-block:nth-child(13) {
    -webkit-animation: comeIn 0.5s ease;
            animation: comeIn 0.5s ease;
    -webkit-animation-delay: 3.9s;
            animation-delay: 3.9s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .active.icon-tiles > .content .icon-area .icon-block:nth-child(14), .icon-tiles > .content .icons .icon-block:nth-child(14) {
    -webkit-animation: comeIn 0.5s ease;
            animation: comeIn 0.5s ease;
    -webkit-animation-delay: 4.2s;
            animation-delay: 4.2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .active.icon-tiles > .content .icon-area .icon-block:nth-child(15), .icon-tiles > .content .icons .icon-block:nth-child(15) {
    -webkit-animation: comeIn 0.5s ease;
            animation: comeIn 0.5s ease;
    -webkit-animation-delay: 4.5s;
            animation-delay: 4.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
.icon-tiles > .content .icon-area .splide__arrow--prev,
.icon-tiles > .content .icons .splide__arrow--prev {
  left: 30px;
}
.icon-tiles > .content .icon-area .splide__arrow--next,
.icon-tiles > .content .icons .splide__arrow--next {
  right: 30px;
}
.icon-tiles > .content .icon-area .splide__pagination,
.icon-tiles > .content .icons .splide__pagination {
  bottom: -2.5em;
}
.icon-tiles > .content .icon-area .splide__pagination .splide__pagination__page,
.icon-tiles > .content .icons .splide__pagination .splide__pagination__page {
  height: 15px;
  width: 15px;
  border: 2px solid #32a178;
  background: #fff;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.icon-tiles > .content .icon-area .splide__pagination .splide__pagination__page.is-active,
.icon-tiles > .content .icons .splide__pagination .splide__pagination__page.is-active {
  background: #32a178;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.icon-tiles.horizontal .icon-area,
.icon-tiles.horizontal .icons,
.icon-tiles.horizontal .ktc-widget-zone {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 980px) {
  .icon-tiles.horizontal .icon-area,
.icon-tiles.horizontal .icons,
.icon-tiles.horizontal .ktc-widget-zone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: clamp(20px, 5%, 7rem);
    position: relative;
  }
  .icon-tiles.horizontal .icon-area .ktc-admin-ui,
.icon-tiles.horizontal .icons .ktc-admin-ui,
.icon-tiles.horizontal .ktc-widget-zone .ktc-admin-ui {
    position: static;
  }
}
.icon-tiles.horizontal .ktc-widget-zone:before {
  content: none;
}
.icon-tiles.horizontal .icons.splide {
  display: grid;
}

.icon-block {
  background: #ecf0ee;
  border-radius: 500px;
  padding: 2em 1em;
  margin-bottom: 2em;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 0.5em;
  width: 170px;
  min-height: 230px;
  -webkit-transition: background 0.4s linear;
  transition: background 0.4s linear;
}
@media screen and (max-width: 980px) {
  .icon-block {
    margin: 0 1em;
  }
}
.icon-block:hover {
  background: #dee5e1;
}
.icon-block:hover > .action {
  -webkit-text-decoration: underline currentcolor;
          text-decoration: underline currentcolor;
}
.icon-block > img {
  margin: 0 auto;
  width: 60px;
}
.icon-block > .action {
  font-size: clamp(1.8rem, 2vw, 2.3rem);
  font-weight: 700;
  -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;
  text-align: center;
}
.icon-block > .action a {
  color: #1f3b2c;
}
.icon-block > .action:hover {
  -webkit-text-decoration: underline currentcolor;
          text-decoration: underline currentcolor;
}
.horizontal .icon-block {
  width: 300px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  background: none;
  min-height: 100px;
  padding: 1em;
  margin-bottom: 0;
  border-radius: 0;
  grid-gap: 2em;
  position: relative;
}
.horizontal .icon-block:before {
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  left: 1em;
  top: 1em;
  background: #ecf0ee;
  border-radius: 50%;
  z-index: 0;
}
@media screen and (min-width: 980px) {
  .horizontal .icon-block:before {
    height: 100px;
    width: 100px;
  }
}
.horizontal .icon-block > img {
  width: 43px;
  height: 43px;
  margin: 15px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  .horizontal .icon-block > img {
    width: 60px;
    height: 60px;
    margin: 20px;
  }
}
.horizontal .icon-block > .action {
  text-align: left;
}
.horizontal .icon-block > .action 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;
}
.horizontal .icon-block > .action a:hover {
  -webkit-text-decoration: underline currentcolor;
          text-decoration: underline currentcolor;
}
.horizontal .icon-block:hover > .image {
  background-color: #d0dad5;
}

@media screen and (max-width: 980px) {
  .resources.horizontal .icon-block {
    grid-gap: 4em;
  }
  .resources.horizontal .icon-block .action {
    text-align: left;
  }
}

.community-block {
  padding: 0 30px;
  margin-bottom: 6em;
  background-size: cover;
  background-repeat: no-repeat;
}
.community-block > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 980px) {
  .community-block > .content {
    grid-template-columns: 7fr 6fr;
  }
}
.community-block > .content .shape {
  position: relative;
  height: 80vw;
}
@media screen and (min-width: 980px) {
  .community-block > .content .shape {
    height: 100%;
  }
}
.community-block > .content .shape svg {
  height: calc(100% + 80px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.community-block > .content .info {
  text-align: center;
  color: #fff;
  padding: 4em 0;
}
.community-block > .content .info > .header-image {
  margin-bottom: 2em;
}
.community-block > .content .info .actions .cta-btn-green {
  background: #31855a;
  border-color: #31855a;
}
.community-block > .content .info .actions .cta-btn-green:hover {
  background: #2a724d;
}

.blog-block {
  margin-bottom: 4em;
  padding: 0 30px;
  padding-top: 2em;
}
@media screen and (max-width: 980px) {
  .blog-block {
    width: calc(100vw - 40px);
    margin: 0 auto;
    max-width: 400px;
  }
  .blog-block.horizontal {
    max-width: unset;
    margin-left: -1em;
    margin-right: -1em;
  }
}
.content .blog-block {
  padding: 0;
}
@media screen and (max-width: 980px) {
  .content .blog-block.horizontal {
    padding: 0 0 0 20px;
  }
}
.hydrated .blog-block .splide {
  visibility: visible !important;
}
@media screen and (min-width: 980px) {
  .blog-block.horizontal {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  .blog-block.horizontal .splide__list {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .blog-block.horizontal .splide__track {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 980px) {
  .blog-block.horizontal .splide__arrows {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .blog-block.horizontal .page-section {
    margin-bottom: 2em;
  }
}
.blog-block.horizontal .page-section .f-h2 {
  font-size: clamp(2.3rem, 3.5vw, 3.5rem);
}
.blog-block.horizontal .page-section .copy {
  display: none;
}
@media screen and (min-width: 980px) {
  .blog-block.horizontal .page-section .copy {
    display: block;
  }
  .blog-block.horizontal .page-section .copy p {
    font-size: 1.9rem;
    font-weight: 400;
  }
}
.blog-block > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.blog-block > .content > h2 {
  text-align: center;
  margin-bottom: 2em;
}
.horizontal.blog-block > .content > h2 {
  margin-bottom: 0.7em;
}

.blog-block > .content .blog-articles {
  position: relative;
}
.blog-block > .content > .copy {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (min-width: 980px) {
  .blog-block .splide__arrows {
    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;
    margin: 1em auto;
    margin-bottom: 2em;
  }
}
.blog-block .splide__arrows > .splide__arrow {
  background: #ccc url(../images/splide-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  height: 38px;
  width: 38px;
}
@media screen and (min-width: 980px) {
  .blog-block .splide__arrows > .splide__arrow {
    left: 0;
    right: 0;
    background: url(../images/splide-arrow.svg);
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.blog-block .splide__arrows > .splide__arrow.splide__arrow--prev {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  left: -1em;
}
@media screen and (min-width: 980px) {
  .blog-block .splide__arrows > .splide__arrow.splide__arrow--prev {
    -webkit-transform: rotate(180deg) translateY(0%);
            transform: rotate(180deg) translateY(0%);
  }
}
.blog-block .splide__arrows > .splide__arrow.splide__arrow--next {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1em;
}
@media screen and (min-width: 980px) {
  .blog-block .splide__arrows > .splide__arrow.splide__arrow--next {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.blog-block .splide__pagination {
  bottom: -4.5rem;
  gap: 0.5em;
}
@media screen and (min-width: 980px) {
  .blog-block .splide__pagination {
    position: relative;
    bottom: 0;
  }
}
.blog-block .splide__pagination .splide__pagination__page {
  border: solid 2px #31855a;
  background: #fff;
  height: 15px;
  width: 15px;
  opacity: 1;
}
.blog-block .splide__pagination .splide__pagination__page.is-active {
  background: #31855a;
}

.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) {
  .article {
    width: 450px;
  }
}
.article > .photo a {
  display: inline-block;
}
.article > .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.387755102;
  -o-object-position: top;
     object-position: top;
}
.horizontal .article {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 980px) {
  .horizontal .article {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
    /*margin-bottom: 1.5em;*/
  }
  .horizontal .article > .info {
    text-align: left;
    padding: 2em;
  }
  .horizontal .article > .info .copy {
    font-size: clamp(3rem, 3vw, 3.5rem);
    line-height: 1.5;
  }
}
.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%;
}
.article > .info 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;
}
.article > .info a:hover {
  -webkit-text-decoration: underline currentcolor;
          text-decoration: underline currentcolor;
}
.article > .info a.f-h2 {
  color: #333132;
}
.article > .info .excerpt {
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: clamp(1.8rem, 2.5vw, 2rem);
}
.article > .info h3 {
  color: #818181;
  margin-bottom: 0.7em;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-weight: 500;
}
.article > .info > .copy {
  font-size: clamp(3rem, 3vw, 3rem);
  line-height: 1.4;
  color: #1f3b2c;
  font-weight: 700;
  margin-bottom: 1em;
}
.article > .info > .copy .title {
  color: #333132;
}
.article > .info > .copy p {
  margin-top: 0;
  margin-bottom: 0;
}
.horizontal .article > .info {
  padding: 2em 2em;
}

.internal-page-header {
  background-color: #ecf0ee;
  position: relative;
  overflow-x: clip;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .internal-page-header {
    margin-bottom: 5em;
  }
}
.internal-page-header > .content {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .internal-page-header > .content {
    grid-template-columns: 1fr 1fr;
    max-width: 1400px;
    margin: 0 auto;
    padding: 1em 30px;
    grid-gap: clamp(20px, 5%, 100px);
  }
}
.internal-page-header > .content .info-holder {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 4em;
}
@media screen and (min-width: 980px) {
  .internal-page-header > .content .info-holder {
    justify-items: flex-start;
  }
}
.internal-page-header > .content .info-holder .mobile-img-holder {
  position: relative;
}
@media screen and (min-width: 1250px) {
  .internal-page-header > .content .info-holder .mobile-img-holder {
    display: none;
  }
}
.internal-page-header > .content .info-holder .mobile-img-holder .img-text {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  color: white;
  margin: 0;
  font-size: 16px;
  padding: 7rem 3rem 1rem;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, 0.75)), color-stop(70%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
}
.internal-page-header > .content .info-holder .mobile-img-holder .img-text p {
  font-size: clamp(2vw, 16px, 5vw);
}
.internal-page-header > .content .info-holder .mobile-img-holder .img-text a {
  color: #F0C55E;
  text-decoration: none;
}
.internal-page-header > .content .info-holder .f-h1,
.internal-page-header > .content .info-holder .copy,
.internal-page-header > .content .info-holder .actions {
  padding: 1em 0 0.5em;
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .internal-page-header > .content .info-holder .f-h1,
.internal-page-header > .content .info-holder .copy,
.internal-page-header > .content .info-holder .actions {
    padding: 30px;
  }
}
.internal-page-header > .content .info-holder .copy {
  padding: 30px;
  padding-bottom: 0;
}
@media screen and (max-width: 980px) {
  .internal-page-header > .content .info-holder .copy {
    text-align: center;
    max-width: 80%;
  }
}
@media screen and (min-width: 980px) {
  .internal-page-header > .content .info-holder .copy {
    padding: 0;
    margin-bottom: 0;
  }
}
.internal-page-header > .content .info-holder .actions {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
}
@media screen and (min-width: 980px) {
  .internal-page-header > .content .info-holder .actions {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
  }
  .internal-page-header > .content .info-holder .actions .cta-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
  }
}
.internal-page-header > .content .info-holder:after {
  content: "";
  display: block;
  position: absolute;
  width: 116%;
  bottom: 0;
  left: 0;
  -webkit-clip-path: ellipse(100% 13% at 50% 50%);
          clip-path: ellipse(100% 13% at 50% 50%);
  -webkit-transition: -webkit-clip-path 0.5s ease;
  transition: -webkit-clip-path 0.5s ease;
  transition: clip-path 0.5s ease;
  transition: clip-path 0.5s ease, -webkit-clip-path 0.5s ease;
  background: #fff;
  -webkit-transform: translate(-8vw, 51%) rotate(-3deg);
          transform: translate(-8vw, 51%) rotate(-3deg);
  z-index: 0;
  height: 50vw;
}
.active.internal-page-header > .content .info-holder:after {
  -webkit-clip-path: ellipse(46% 13% at 50% 50%);
          clip-path: ellipse(46% 13% at 50% 50%);
}

@media screen and (min-width: 980px) {
  .internal-page-header > .content .info-holder .mobile-image {
    display: none;
  }
  .internal-page-header > .content .info-holder:after {
    content: none;
  }
}
.internal-page-header .photo-holder {
  display: none;
}
@media screen and (min-width: 980px) {
  .internal-page-header .photo-holder {
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-clip-path: ellipse(100% 190% at 88% 20%);
            clip-path: ellipse(100% 190% at 88% 20%);
    -webkit-transition: -webkit-clip-path 0.5s ease;
    transition: -webkit-clip-path 0.5s ease;
    transition: clip-path 0.5s ease;
    transition: clip-path 0.5s ease, -webkit-clip-path 0.5s ease;
    z-index: 1;
    left: unset;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .active.internal-page-header .photo-holder {
    -webkit-clip-path: ellipse(88% 190% at 88% 20%);
            clip-path: ellipse(88% 190% at 88% 20%);
  }

  .internal-page-header .photo-holder .img-text {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    color: white;
    margin: 0;
    font-size: 16px;
    padding: 8rem 6% 2rem 13%;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, 0.75)), color-stop(70%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  }
  .internal-page-header .photo-holder .img-text a {
    color: #F0C55E;
    text-decoration: none;
  }
  .internal-page-header .photo-holder img,
.internal-page-header .photo-holder video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

.directory-box {
  padding: 0 30px;
  position: relative;
  margin: 2em auto 4em;
  scroll-margin-top: 150px;
}
.directory-box > .content {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
  border-radius: 25px;
}
.directory-box > .content.flyout-open {
  background-color: #ce603e;
  border-radius: 25px;
}
.directory-box > .content.flyout-open .directory-flyout {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.directory-box > .content > .top-section {
  background-color: #e57c5c;
  border-radius: 25px;
}
@media screen and (min-width: 980px) {
  .directory-box > .content > .top-section {
    display: grid;
    grid-template-columns: 2fr 3fr;
    max-height: 250px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media screen and (min-width: 980px) and (max-width: 1400px) {
  .product-info .directory-box > .content > .top-section {
    max-height: unset;
    grid-template-columns: 1fr;
  }
}
.directory-box > .content > .top-section > .image {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 40vw;
  height: 40vw;
  top: -2.5em;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  .directory-box > .content > .top-section > .image {
    position: relative;
    height: 300px;
    width: 300px;
    top: unset;
  }
}
.directory-box > .content > .top-section > .image:before {
  content: " ";
  position: absolute;
  display: block;
  top: -6.75%;
  left: -6.75%;
  height: 113%;
  width: 113%;
  border: 1.5px solid white;
  border-radius: 50%;
}
.directory-box > .content > .top-section > .image:after {
  content: " ";
  position: absolute;
  display: block;
  top: -3.75%;
  left: -3.75%;
  height: 107%;
  width: 107%;
  border: 1.5px solid white;
  border-radius: 50%;
}
.directory-box > .content > .top-section > .info {
  padding: 40vw 2em 3em;
  margin-bottom: 2em;
  position: relative;
  background-color: #e57c5c;
  background-color: var(--bgColor);
  border-radius: 25px;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media screen and (min-width: 980px) and (max-width: 1400px) {
  .product-info .directory-box > .content > .top-section > .info {
    padding: 2em 3em;
  }
}
@media screen and (min-width: 980px) {
  .directory-box > .content > .top-section > .info {
    padding: 0 3em;
    justify-items: flex-start;
    margin-bottom: 0;
  }
}
.directory-box > .content > .top-section > .info .f-h3 {
  font-size: clamp(2.5rem, 3vw, 2.8rem);
  padding: 0 30px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 980px) {
  .directory-box > .content > .top-section > .info .f-h3 {
    padding-left: 0;
    text-align: left;
  }
}
.directory-box > .content > .top-section > .info select {
  padding: 0.5em 1em;
  font-size: 1.9rem;
  border-radius: 10px;
  /*border: 2px solid $gossamer;*/
  width: 100%;
  color: #333132;
}
.directory-box > .content > .top-section > .info .select-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
}
@media screen and (min-width: 980px) {
  .directory-box > .content > .top-section > .info .select-container {
    grid-template-columns: 1fr 1fr;
  }
}
.directory-box > .content > .top-section > .info .select-container label {
  color: #fff;
}
.directory-box > .content > .top-section > .info .select-container select {
  width: 100%;
}
.directory-box > .content > .directory-flyout {
  padding: 0 30px 4em;
  display: none;
  background-color: #ce603e;
  background-color: var(--bgColor);
  border-radius: 25px;
  container: flyout/inline-size;
}
@media screen and (min-width: 980px) {
  .directory-box > .content > .directory-flyout {
    padding: 3em 30px;
    /*margin-top: 2em;*/
  }
}
.directory-box > .content > .directory-flyout .no-results {
  grid-column: span 2;
  text-align: center;
  color: #fff;
}
.directory-box > .content > .directory-flyout > .content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@container flyout (min-width: 900px) {
  .directory-box > .content > .directory-flyout > .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 980px) {
  .directory-box > .content > .directory-flyout > .content {
    -webkit-column-gap: clamp(20px, 5%, 50px);
       -moz-column-gap: clamp(20px, 5%, 50px);
            column-gap: clamp(20px, 5%, 50px);
  }
}
.directory-box > .content > .directory-flyout .directory-item {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  grid-gap: 1em;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100vw - 60px);
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .directory-box > .content > .directory-flyout .directory-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
  }
}
@media screen and (min-width: 980px) {
  .directory-box > .content > .directory-flyout .directory-item {
    width: 420px;
    grid-template-columns: 220px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.directory-box > .content > .directory-flyout .directory-item .image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30vw;
  border-radius: 50%;
}
@media screen and (max-width: 980px) {
  .directory-box > .content > .directory-flyout .directory-item .image {
    width: 30vw;
  }
}
@media screen and (min-width: 980px) {
  .directory-box > .content > .directory-flyout .directory-item .image {
    height: 220px;
  }
}
.directory-box > .content > .directory-flyout .directory-item .name {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0;
}
.directory-box > .content > .directory-flyout .directory-item .title {
  font-weight: 500;
  font-size: 1.6rem;
  font-style: italic;
  margin-bottom: 0.5em;
}
.directory-box > .content > .directory-flyout .directory-item p {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.directory-box > .content > .directory-flyout .directory-item p span {
  font-weight: 700;
}
.directory-box > .content > .directory-flyout .directory-item p .phone {
  color: #fff;
  text-decoration: underline;
}
.directory-box > .content > .directory-flyout .directory-item p .phone:hover {
  text-decoration-thickness: 2px;
}
.directory-box > .content > .directory-flyout .directory-item .email {
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
}
.directory-box > .content > .directory-flyout .directory-item .email:hover {
  text-decoration-thickness: 2px;
}

.directory-item .image {
  background-size: cover;
}
@media screen and (max-width: 980px) {
  .directory-item {
    justify-items: center;
  }
}
.directory-item .image.has-bio {
  position: relative;
  background-size: cover;
}
.directory-item .image.has-bio:after {
  content: "View Bio";
  position: absolute;
  inset: 0;
  background-color: #E57C5C;
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
  color: #fff;
  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;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  border-radius: 50%;
}
.directory-item .image.has-bio:hover:after {
  opacity: 0.7;
}
.directory-item > .modal-info {
  display: none;
}

body:has(.bio-modal) {
  overflow: hidden;
}
body .bio-modal {
  display: none;
  position: fixed;
  height: 100dvh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  top: 0;
  left: 0;
  z-index: 10000;
}
body .bio-modal .bio-modal-close {
  position: absolute;
  top: 1rem;
  right: 30px;
  font-size: 3em;
  color: #E57C5C;
  z-index: 100000;
}
body .bio-modal > .content {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3em;
  width: 100%;
  max-width: 1400px;
  background-color: #fff;
  border-radius: 25px;
  position: relative;
  grid-gap: clamp(20px, 5vw, 50px);
  justify-items: center;
  overflow-x: auto;
  max-height: 80dvh;
}
@media screen and (min-width: 980px) {
  body .bio-modal > .content {
    padding: 2em 3em;
    grid-template-columns: 1fr 2fr;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    justify-items: flex-start;
  }
}
body .bio-modal > .content .image {
  aspect-ratio: 1/1;
  max-width: 350px;
  width: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
body .bio-modal > .content .image:before {
  content: "";
  position: absolute;
  inset: -1em;
  background-image: url(../Images/Circle-Frame-Orange.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body .bio-modal > .content .info .name {
  margin-bottom: 0.5em;
  font-size: 4.2rem;
  color: #E57C5C;
}
body .bio-modal > .content .info .title {
  font-size: 3rem;
  font-style: italic;
}
body .bio-modal > .content .info .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  row-gap: 1em;
}
body .bio-modal > .content .info .contact > .phone, body .bio-modal > .content .info .contact .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
body .bio-modal > .content .info .contact > .phone:before {
  content: url(../Images/ICON-phone.png);
}
body .bio-modal > .content .info .contact .email:before {
  content: url(../Images/ICON-mail.png);
}

main {
  container-type: inline-size;
}

.product-layout {
  padding: 0 30px;
  margin-bottom: 4em;
}
.product-layout > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
}
@media screen and (min-width: 980px) {
  .product-layout > .content {
    grid-template-columns: 1fr 280px;
    grid-gap: clamp(30px, 4vw, 65px);
  }
}
@media screen and (min-width: 980px) {
  .product-layout.directory-index > .content {
    grid-template-columns: 1fr;
  }
}
.product-layout.directory-index > .content .sidebar {
  display: none;
}
.product-layout.directory-index > .content .noResults {
  display: none;
  text-align: center;
}
.product-layout.directory-index > .content .show-all-button {
  display: none;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.product-layout .calculator-section {
  /*border-bottom: 1px solid $accordion-border;*/
}
.product-layout .calculator-section:last-child {
  border-bottom: 0;
}
.product-layout .product-info {
  container-type: inline-size;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 980px) {
  .product-layout .product-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.product-layout .product-info > div {
  scroll-margin-top: 150px;
}
.product-layout .sidebar {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: sticky;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /*		&.is-sticky {
  			position: fixed;
  			width: 100%;
  		}*/
}
@media screen and (max-width: 980px) {
  .product-layout .sidebar {
    background: #fff;
    padding-top: 0.5em;
    margin-bottom: 1em;
    z-index: 2;
    top: -1px;
  }
}
@media screen and (min-width: 980px) {
  .product-layout .sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: 30px;
  }
}

.sidebar {
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease, margin-left 0.2s ease, margin-right 0.2s ease;
  transition: background-color 0.2s ease, margin-left 0.2s ease, margin-right 0.2s ease;
}
@media screen and (max-width: 980px) {
  .sidebar.is-sticky {
    background-color: #1f3b2c;
    margin-left: -30px;
    margin-right: -30px;
    -webkit-box-shadow: -1px 3px 3px 0px rgba(0, 0, 0, 0.75);
            box-shadow: -1px 3px 3px 0px rgba(0, 0, 0, 0.75);
  }
  .sidebar.is-sticky .f-h4 {
    color: #fff;
  }
  .sidebar.is-sticky .jump-list {
    padding-top: 5px;
    border-bottom: none;
  }
  .sidebar.is-sticky .jump-list .jump-nav button {
    text-align: center;
  }
  .sidebar.is-sticky .jump-lnk {
    border-left: none;
    color: #fff;
    opacity: 0.35;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .sidebar.is-sticky .jump-lnk.active {
    opacity: 1;
  }
}

@media screen and (max-width: 980px) {
  .jump-list {
    border-bottom: solid 1px #CCC;
    display: grid;
    grid-template-rows: 0fr 0fr;
    -webkit-transition: grid-template-rows 0.5s ease;
    transition: grid-template-rows 0.5s ease;
    transition: grid-template-rows 0.5s ease, -ms-grid-rows 0.5s ease;
    justify-items: center;
  }
  .jump-list.open {
    grid-template-rows: 0fr 1fr;
  }
  .jump-list.open .jump-header:before {
    -webkit-transform: rotate(0) translateY(-50%);
            transform: rotate(0) translateY(-50%);
  }
}
@media screen and (min-width: 980px) {
  .jump-list .jump-header {
    border-bottom: solid 1px #999;
    margin-bottom: 1em;
  }
}
.jump-list .jump-header img {
  width: 54px;
  margin-bottom: 0.5em;
  pointer-events: none;
}
@media screen and (max-width: 980px) {
  .jump-list .jump-header {
    display: grid;
    grid-template-columns: 43px 1fr;
    grid-gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 0.5em;
  }
  .jump-list .jump-header > h3 {
    padding-right: 50px;
    margin-bottom: 0;
    pointer-events: none;
  }
  .jump-list .jump-header:before, .jump-list .jump-header:after {
    content: "";
    width: 20px;
    height: 3px;
    background: #f0c55e;
    position: absolute;
    right: 1em;
    top: 23px;
    display: block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-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;
  }
  .jump-list .jump-header:before {
    -webkit-transform: rotate(-90deg) translate(1px, 0px);
            transform: rotate(-90deg) translate(1px, 0px);
  }
}
@media screen and (max-width: 980px) {
  .jump-list .jump-nav {
    overflow: hidden;
  }
}
.jump-list .jump-nav button {
  display: block;
  margin-bottom: 0.5em;
  padding: 0.1em 0 0.1em 0.6em;
  border-left: solid 7px #fff;
  font-weight: 700;
  text-decoration: none;
  opacity: 0.5;
  color: #31855a;
  width: 100%;
  text-align: left;
}
.jump-list .jump-nav button.active {
  border-left-color: #f0c55e;
  opacity: 1;
}

.mod-privacy {
  max-width: 1400px;
  margin: 0 auto;
}

.mod-privacy table {
  border-left: 2px solid #333333;
  border-top: 2px solid #333333;
  margin: 0 0 1.5em;
  width: 100%;
}

.mod-privacy h2 {
  font-size: 1.25em;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  color: #333132;
}

.mod-privacy th {
  background: #1f3b2c;
  color: #333132;
  font-weight: 800;
  padding: 1em;
  text-align: left;
  vertical-align: top;
}

.mod-privacy td {
  padding: 1em;
  vertical-align: top;
}

.mod-privacy td p:last-child {
  margin-bottom: 0;
}

.mod-privacy td, .mod-privacy th {
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
}

.mod-privacy td {
  background: #fff;
}

.mod-privacy .privacy {
  list-style-type: none;
  padding: 0;
}

.mod-privacy .privacy a {
  display: inline-block;
  background: url(/images/ico-download.png) no-repeat;
  background-position: 0px;
  padding-left: 1.25em;
}

.force-white * {
  color: #fff !important;
}

.force-dark h1, .force-dark h2, .force-dark h3, .force-dark h4, .force-dark h5, .force-dark h6 {
  color: #1f3b2c !important;
}
.force-dark p, .force-dark ul, .force-dark li, .force-dark span {
  color: #333132 !important;
}

.hydrated .site-content {
  position: relative;
  z-index: 10000;
}

.product {
  padding: 0 30px;
  margin-bottom: 3em;
}
.content .product {
  padding: 0;
  padding-top: 2em;
}
@media screen and (max-width: 980px) {
  .content .product {
    scroll-margin-top: 175px;
  }
}
@media screen and (min-width: 980px) {
  .content .product {
    padding-top: 0;
  }
}
.product > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.product > .content .header-with-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.3em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product > .content .header-with-icons .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 5px;
}
.product > .content .header-with-icons .icons .icon-container {
  aspect-ratio: 33/41;
  width: 100%;
  max-width: 33px;
}
.product > .content .header-with-icons .icons .icon-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product > .content .header-with-icons h2 {
  margin: 0;
}
.product > .content > h2 {
  margin-bottom: 0.7em;
  color: #1f3b2c;
}
.product > .content > .copy {
  margin-bottom: 1.4em;
}
.product > .content > .copy ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
@media screen and (min-width: 980px) {
  .product > .content > .copy ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: clamp(30px, 4vw, 75px);
       -moz-column-gap: clamp(30px, 4vw, 75px);
            column-gap: clamp(30px, 4vw, 75px);
  }
}
.product > .content > .copy ul > li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.product > .content > .copy ul ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
.product > .content > .copy table {
  width: 100%;
  margin: 0 auto;
  vertical-align: top;
}
@media screen and (min-width: 980px) {
  .product > .content > .copy table {
    width: 66%;
  }
}
.product > .content > .copy table p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.product > .content > .disclosure {
  padding-top: 1em;
  font-family: ff-meta-serif-web-pro, serif;
  font-size: 1.4rem;
}
.product > .content > .tabs .tabs-nav {
  position: relative;
  border-bottom: solid 1px #c3c3c3;
  margin-bottom: 2em;
}
@media screen and (max-width: 980px) {
  .product > .content > .tabs .tabs-nav {
    display: none;
  }
}
.product > .content > .tabs .tabs-nav > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.product > .content > .tabs .tabs-nav button {
  color: #31855a;
  font-weight: 700;
  opacity: 0.5;
  margin: 0;
  padding: 0.25em;
  margin: 0 1em 0 0;
  font-size: clamp(1.6rem, 2vw, 2.3rem);
  border-bottom: solid 6px #fff;
}
.product > .content > .tabs .tabs-nav button.active {
  font-weight: 700;
  opacity: 1;
}
.product > .content > .tabs .tabs-nav .js-slide-track {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
}
.product > .content > .tabs .tabs-nav .js-slide-track > .js-slide {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-color: #f0c55e;
  -webkit-transition: left 0.2s ease, width 0.2s ease;
  transition: left 0.2s ease, width 0.2s ease;
}
.product > .content > .tabs .tab {
  border-bottom: 1px solid #C3C3C3;
}
@media screen and (min-width: 980px) {
  .product > .content > .tabs .tab {
    display: none;
    margin-bottom: 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}
.ktc-section .product > .content > .tabs .tab {
  display: block !important;
  opacity: 1;
}
.ktc-section .product > .content > .tabs .tab .tab-content {
  display: block !important;
}
@media screen and (min-width: 980px) {
  .product > .content > .tabs .tab .tab-content > ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: clamp(40px, 5vw, 70px);
       -moz-column-gap: clamp(40px, 5vw, 70px);
            column-gap: clamp(40px, 5vw, 70px);
  }
  .product > .content > .tabs .tab .tab-content > ul li {
    padding-bottom: 0.5em;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  .product > .content > .tabs .tab .tab-content > ul li > ul {
    padding-top: 0.5em;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 980px) {
  .product > .content > .tabs .tab {
    border-bottom: solid 1px #C3C3C3;
  }
  .product > .content > .tabs .tab .tab-name {
    text-align: left;
    display: block !important;
    display: block;
    font-size: 2rem;
    width: 100%;
    color: #31855a;
    font-weight: 700;
    padding: 0.7em 1em 0.7em 1em;
    position: relative;
  }
  .product > .content > .tabs .tab .tab-name:before, .product > .content > .tabs .tab .tab-name:after {
    content: "";
    width: 20px;
    height: 3px;
    background: #f0c55e;
    position: absolute;
    right: 0.5em;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-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;
  }
  .product > .content > .tabs .tab .tab-name:before {
    -webkit-transform: rotate(-90deg) translate(1px, 0px);
            transform: rotate(-90deg) translate(1px, 0px);
  }
  .product > .content > .tabs .tab .tab-name.open:before {
    -webkit-transform: rotate(0) translate(0, -50%);
            transform: rotate(0) translate(0, -50%);
  }
  .product > .content > .tabs .tab .tab-content {
    display: none;
    margin-bottom: 1em;
  }
  .product > .content > .tabs .tab .tab-content p:last-child {
    margin-bottom: 0;
  }
}
.product > .content > .tabs .tab.active {
  display: block;
}
@media screen and (min-width: 980px) {
  .product > .content > .tabs .tab.active .tab-content {
    display: block !important;
  }
}
@media screen and (min-width: 980px) {
  .product > .content > .tabs.one-col .tab-content > ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.product > .content > .actions {
  display: grid;
  margin-bottom: 1em;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .product > .content > .actions {
    margin-top: 1em;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  .product > .content > .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product > .content > .actions a {
  margin-bottom: 0.5em;
}
.product > .content > .actions .cta-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
}
.product > .content .accordions .accordion {
  border-bottom: solid 1px #C3C3C3;
}
.product > .content .accordions .accordion .accordion-button {
  text-align: left;
  display: block !important;
  display: block;
  font-size: 2rem;
  width: 100%;
  color: #31855a;
  font-weight: 700;
  padding: 0.7em 1em 0.7em 1em;
  position: relative;
}
.product > .content .accordions .accordion .accordion-button:before, .product > .content .accordions .accordion .accordion-button:after {
  content: "";
  width: 20px;
  height: 3px;
  background: #f0c55e;
  position: absolute;
  right: 0.5em;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-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;
}
.product > .content .accordions .accordion .accordion-button:before {
  -webkit-transform: rotate(-90deg) translate(1px, 0px);
          transform: rotate(-90deg) translate(1px, 0px);
}
.product > .content .accordions .accordion .accordion-content {
  margin-bottom: 0;
  padding-bottom: 1em;
}
.product > .content .accordions .accordion.active .accordion-button:before {
  -webkit-transform: rotate(0) translate(0, -50%);
          transform: rotate(0) translate(0, -50%);
}
.product.donation-table > .content .tabs .tabs-nav {
  border-bottom: none;
  margin-bottom: 1em;
}
.product.donation-table > .content .tabs .tab .tab-content ul {
  padding-left: 0;
}
@media screen and (min-width: 980px) {
  .product.donation-table > .content .tabs .tab .tab-content ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.product.donation-table > .content .tabs .tab .tab-content ul li {
  list-style: none;
}
.product.one-col > .content .copy ul, .product.one-col > .content .copy ol {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

.compare-block {
  padding: 0 30px;
  margin-bottom: 4em;
}
.content .compare-block {
  padding: 0;
}
.compare-block > .content {
  max-width: 1400px;
  margin: 0 auto;
  background: #2b553f;
  color: #fff;
  border-radius: 25px;
  padding: clamp(30px, 3vw, 60px);
}
.compare-block > .content > .info {
  text-align: center;
  color: #fff;
}
.compare-block > .content > .info h2 {
  margin-bottom: 0.7em;
}
.compare-block > .content > .info .mobileButtonDisplay {
  display: none;
}
.compare-block > .content > .info .pagination-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em auto 0.5em;
  -webkit-column-gap: 0.75em;
     -moz-column-gap: 0.75em;
          column-gap: 0.75em;
}
@media screen and (min-width: 980px) {
  .compare-block > .content > .info .pagination-dots {
    display: none;
  }
}
.compare-block > .content > .info .pagination-dots .dot {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #32a178;
}
.compare-block > .content > .info .pagination-dots .dot.active {
  background-color: #32a178;
}
.compare-block > .content > .info span.check {
  display: block;
  margin: 0 auto;
  width: 33px;
  height: 26px;
  background: url(../images/ico-check.svg) no-repeat;
  background-size: contain;
}
.compare-block > .content > .info h2 {
  margin-bottom: 2em;
  max-width: 900px;
  margin: 0 auto;
}
.compare-block > .content > .info table {
  width: 100%;
  margin-bottom: 2em;
  table-layout: fixed;
  color: #fff;
}
.compare-block > .content > .info table tr {
  border-bottom: solid 1px #32A178;
  text-align: center;
  font-size: clamp(1.5rem, 2.5vw, 1.7rem);
}
.compare-block > .content > .info table tr:first-of-type {
  border-bottom: solid 3px #E9E8E4;
}
.compare-block > .content > .info table tr:first-of-type th.current {
  border-radius: 9px 9px 0 0;
  background: #fff;
}
.compare-block > .content > .info table tr:first-of-type td, .compare-block > .content > .info table tr:first-of-type th {
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  color: #fff;
  font-weight: 700;
}
.compare-block > .content > .info table tr:first-of-type th.active {
  border-radius: 9px 9px 0 0;
}
.compare-block > .content > .info table tr ul, .compare-block > .content > .info table tr ol {
  text-align: left;
}
.compare-block > .content > .info table tr:last-of-type {
  border-bottom: none;
}
.compare-block > .content > .info table tr:last-of-type td {
  padding: 24px ​1em;
}
.compare-block > .content > .info table tr:last-of-type td .cta-btn {
  display: none;
}
.compare-block > .content > .info table tr:last-of-type td.active {
  border-radius: 0 0 9px 9px;
}
.compare-block > .content > .info table tr:last-of-type td.active .ghost-btn {
  display: none;
}
.compare-block > .content > .info table tr:last-of-type td.active .cta-btn {
  display: block;
}
.compare-block > .content > .info table tr:last-of-type a {
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
  padding: 1em;
}
.compare-block > .content > .info table td {
  padding: 15px 4px;
  vertical-align: middle;
}
@media screen and (min-width: 980px) {
  .compare-block > .content > .info table td {
    padding: 1.3em 0.3em;
  }
}
.compare-block > .content > .info table td.active {
  background: #ecf0ee;
}
.compare-block > .content > .info table td:first-of-type {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  text-align: left;
}
.compare-block > .content > .info table th {
  padding: 1em 0.3em;
  vertical-align: top;
}
.compare-block > .content > .info table th.active {
  background: #ecf0ee;
}
.compare-block > .content > .info table p {
  margin: 0;
}
.compare-block > .content > .info table a {
  color: #fff;
}
@media screen and (max-width: 980px) {
  .compare-block > .content > .info table tr:first-of-type {
    display: none;
  }
  .compare-block > .content > .info table tr td, .compare-block > .content > .info table tr th {
    display: none;
  }
  .compare-block > .content > .info table tr td:first-of-type, .compare-block > .content > .info table tr th:first-of-type {
    display: table-cell;
    font-weight: 700;
    text-align: left;
  }
}
.compare-block > .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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .compare-block > .content > .info .actions {
    display: grid;
    grid-gap: 0.5em;
  }
}
.compare-block > .content > .info .table-controls {
  position: relative;
  border-bottom: solid 1px #95FFD8;
  padding: 1em 0 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.compare-block > .content > .info .table-controls .js-table-prev {
  left: 0;
  font-size: 3rem;
  color: #CCC;
  line-height: 1;
  height: 30px;
  width: 30px;
  min-width: 30px;
  background: url(../images/compare-table-arrow.svg) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.compare-block > .content > .info .table-controls .js-table-prev.grayed {
  opacity: 0.5;
  pointer-events: none;
}
.compare-block > .content > .info .table-controls .js-table-next {
  right: 0;
  font-size: 3rem;
  color: #CCC;
  line-height: 1;
  height: 30px;
  width: 30px;
  min-width: 30px;
  background: url(../images/compare-table-arrow.svg) no-repeat;
  background-size: contain;
}
.compare-block > .content > .info .table-controls .js-table-next.grayed {
  opacity: 0.5;
  pointer-events: none;
}
.compare-block > .content > .info .table-controls .js-rate-head {
  display: block;
  text-align: center;
  padding: 0 5px;
  font-size: 2rem;
}
@media screen and (min-width: 980px) {
  .compare-block > .content > .info .table-controls {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .compare-block > .content > .info .compare-table td, .compare-block > .content > .info .compare-table th {
    display: none;
  }
  .compare-block > .content > .info .compare-table[data-col="1"] tr td:nth-of-type(2), .compare-block > .content > .info .compare-table[data-col="1"] tr th:nth-of-type(2) {
    display: table-cell;
  }
  .compare-block > .content > .info .compare-table[data-col="2"] tr td:nth-of-type(3), .compare-block > .content > .info .compare-table[data-col="2"] tr th:nth-of-type(3) {
    display: table-cell;
  }
  .compare-block > .content > .info .compare-table[data-col="3"] tr td:nth-of-type(4), .compare-block > .content > .info .compare-table[data-col="3"] tr th:nth-of-type(4) {
    display: table-cell;
  }
  .compare-block > .content > .info .compare-table[data-col="4"] tr td:nth-of-type(5), .compare-block > .content > .info .compare-table[data-col="4"] tr th:nth-of-type(5) {
    display: table-cell;
  }
  .compare-block > .content > .info .compare-table[data-col="5"] tr td:nth-of-type(6), .compare-block > .content > .info .compare-table[data-col="5"] tr th:nth-of-type(6) {
    display: table-cell;
  }
  .compare-block > .content > .info .compare-table[data-col="6"] tr td:nth-of-type(7), .compare-block > .content > .info .compare-table[data-col="6"] tr th:nth-of-type(7) {
    display: table-cell;
  }
  .compare-block > .content > .info .compare-table[data-col="7"] tr td:nth-of-type(8), .compare-block > .content > .info .compare-table[data-col="7"] tr th:nth-of-type(8) {
    display: table-cell;
  }
}

.click-switch-block {
  padding: 0 30px;
  margin-bottom: 4em;
  --topcolor: #317ca5;
  --bottomcolor: #1c6084;
}
.content .click-switch-block {
  padding: 0;
}
.click-switch-block > .content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2em 30px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, var(--topcolor) 0, var(--topcolor) min(40vw, 300px), var(--bottomcolor) min(40vw, 300px), var(--bottomcolor) 100%);
}
@media screen and (min-width: 980px) {
  .click-switch-block > .content {
    padding: 2em;
  }
}
.click-switch-block > .content .block-header {
  margin-bottom: 2em;
}
.click-switch-block > .content .block-header img {
  margin-bottom: 0.5em;
}
.click-switch-block > .content .photo {
  margin-bottom: 2em;
  aspect-ratio: 100/56;
}
.click-switch-block > .content .photo iframe, .click-switch-block > .content .photo video, .click-switch-block > .content .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 980px) {
  .click-switch-block > .content .copy {
    padding: 0 40px;
  }
}
.click-switch-block > .content .copy ul, .click-switch-block > .content .copy ol {
  text-align: left;
  padding-left: 0;
}
.click-switch-block > .content .copy ul li, .click-switch-block > .content .copy ol li {
  margin-bottom: 1em;
  list-style-position: inside;
}
.click-switch-block > .content .copy ol > li::marker {
  font-weight: 700;
}

.cross-sells-block {
  padding: 0 30px;
  margin-bottom: 4em;
  background: none !important;
}
.content .cross-sells-block {
  padding: 0;
}
.cross-sells-block > .content {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
@container (min-width: 600px) {
  .cross-sells-block > .content {
    padding: 2em 0;
  }
}
.cross-sells-block > .content h2 {
  margin-bottom: 0.7em;
}
.cross-sells-block > .content > .copy {
  margin-bottom: 2em;
}
.cross-sells-block > .content > .cross-sells {
  display: grid;
  grid-gap: 30px;
}
@container (min-width: 600px) {
  .cross-sells-block > .content > .cross-sells {
    grid-template-columns: 1fr 1fr;
  }
}
.cross-sells-block > .content > .cross-sells .cross-sell {
  border-radius: 25px;
  min-height: 560px;
  background-repeat: no-repeat;
  background-size: 100% 50%;
  background-position: top;
  position: relative;
  overflow: hidden;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cross-sells-block > .content > .cross-sells .cross-sell:nth-of-type(even) > .info svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.cross-sells-block > .content > .cross-sells .cross-sell > .photo {
  width: 100%;
  aspect-ratio: 1.387755102;
  position: absolute;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 0;
  top: 0;
  min-height: 65%;
}
.cross-sells-block > .content > .cross-sells .cross-sell > .info {
  color: #fff;
  padding: 8em clamp(30px, 2vw, 50px) clamp(30px, 2vw, 50px);
  position: relative;
  min-height: 65%;
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  z-index: 1;
}
@container (min-width: 600px) {
  .cross-sells-block > .content > .cross-sells .cross-sell > .info {
    padding: 5em clamp(30px, 2vw, 50px) clamp(30px, 2vw, 50px);
  }
}
.cross-sells-block > .content > .cross-sells .cross-sell > .info svg {
  width: calc(100% + 1px);
  position: absolute;
  top: 0;
  left: 0;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  opacity: 1;
}
@container (min-width: 600px) {
  .cross-sells-block > .content > .cross-sells .cross-sell > .info svg {
    height: 100%;
  }
}
.cross-sells-block > .content > .cross-sells .cross-sell > .info svg path {
  fill: var(--bgColor, #1d573f);
}
.cross-sells-block > .content > .cross-sells .cross-sell > .info .f-h3 {
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 0.5em;
}
.cross-sells-block > .content > .cross-sells .cross-sell > .info .copy {
  margin-bottom: 1em;
  /*font-size: clamp(2.2rem, 2vw, 3rem);
  font-weight: 700;*/
  position: relative;
  z-index: 2;
  text-align: left;
}
.cross-sells-block > .content > .cross-sells .cross-sell > .info .actions {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.cross-sells-block > .content > .cross-sells .cross-sell > .info .actions .cta-lnk-white {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  text-decoration-thickness: 2px;
  -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;
}
.cross-sells-block > .content > .cross-sells .cross-sell > .info .actions .cta-lnk-white:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.resources-block {
  padding: 0 30px;
  margin-bottom: 4em;
}
.content .resources-block {
  padding: 0;
}
.resources-block > .content {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/hatch-back-gray.svg) no-repeat, #f7f7cf;
  background-position: bottom;
  background-size: contain;
  padding: 30px;
  border-radius: 25px;
}
@media screen and (min-width: 980px) {
  .resources-block > .content {
    background-size: 100%;
    background-position: 0 150%;
    padding: 2em;
  }
}
.resources-block > .content h2 {
  margin-bottom: 0.7em;
  font-size: clamp(2.9rem, 5vw, 3.5rem);
}
.resources-block > .content .copy {
  margin-bottom: 2em;
  font-size: 1.9rem;
}
.resources-block > .content .resources {
  grid-template-columns: repeat(auto-fit, 300px);
  grid-gap: clamp(20px, 3vw, 70px);
  grid-row-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
}
.resources-block > .content .icon-block {
  /*padding: 0;
  	margin: 0;
  	/*.image {
  		background: $white;
  		display: flex;
  		align-items: center;
  		justify-content: center;
  	}
  	.action {
  		text-align: left;
  	}
  */
}
@media screen and (max-width: 980px) {
  .resources-block > .content .icon-block {
    grid-gap: 1em;
  }
}
.resources-block > .content .icon-block:before {
  background: #fff;
}
.resources-block > .content .icon-block a {
  -webkit-text-decoration-color: #f7f7cf;
          text-decoration-color: #f7f7cf;
  font-size: clamp(2.5rem, 3.5vw, 2.8rem);
}

.product-rates-section {
  margin-bottom: 5em;
}
.product-rates-section > .content .title {
  text-align: center;
  margin-bottom: 0.5em;
  color: #1F3B2C;
}
.product-rates-section > .content .effective-date {
  text-align: center;
  font-weight: 500;
}
.product-rates-section > .content .actions {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  grid-gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em auto;
}
@media screen and (min-width: 980px) {
  .product-rates-section > .content .actions {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
  }
}
.product-rates-section > .content .rate-table tr:first-of-type {
  border-bottom: 1px solid #c3c3c3;
}
@media screen and (min-width: 980px) {
  .product-rates-section > .content .rate-table tr td:first-of-type {
    padding-left: 10px;
  }
}
.product-rates-section > .content .rate-table td {
  padding: 1rem 2rem;
}
@media screen and (max-width: 980px) {
  .product-rates-section > .content .rate-table td {
    text-align: left;
  }
}

.call-to-action {
  position: relative;
  padding: 0 30px;
  margin-top: calc(4em + 25px);
  margin-bottom: 4em;
}
@media screen and (min-width: 980px) {
  .call-to-action {
    margin-top: calc(4em + 50px);
  }
}
.call-to-action > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1050px;
  border-radius: 25px;
  background-size: cover;
  background-position: center;
  padding-bottom: 2em;
}
.call-to-action .icon {
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 1px solid #707070;
  padding: 1em;
  background: #ecf0ee;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.call-to-action .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.call-to-action .info {
  padding-top: 7rem;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.call-to-action .actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1em, 3%, 2em);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  .call-to-action .actions {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
  }
}

.page-section {
  padding: 0 30px;
  margin-bottom: 4em;
}
.page-section > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.content .page-section {
  padding: 0;
}
.page-section.center {
  text-align: center;
}
@media screen and (min-width: 980px) {
  .page-section ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*           align-items: center;*/
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.5em;
  margin-bottom: 2em;
}
@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;
}

.product-list {
  padding: 0 30px;
}
.product-list > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.product-list .info {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1em;
}
@media screen and (min-width: 980px) {
  .product-list .info {
    grid-template-columns: 1fr minmax(180px, -webkit-max-content);
    grid-template-columns: 1fr minmax(180px, max-content);
    -webkit-column-gap: clamp(20px, 5%, 30px);
       -moz-column-gap: clamp(20px, 5%, 30px);
            column-gap: clamp(20px, 5%, 30px);
  }
}
.product-list .info > .actions {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  grid-gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  .product-list .info > .actions {
    grid-template-columns: repeat(auto-fit, minmax(180px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}
@media screen and (min-width: 950px) and (max-width: 1400px) {
  .product-info .product-list .info {
    grid-template-columns: 1fr;
  }
  .product-info .product-list .info .actions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.calculator-section > .content {
  /*        .f-h2 {
      text-align: center;
  }*/
  padding: 1em 0;
}
.calculator-section > .content ul {
  display: grid;
  padding: 0;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  grid-gap: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .calculator-section > .content ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    row-gap: 1em;
  }
}
.calculator-section > .content ul li {
  list-style: none;
  padding-bottom: 0.75em;
}
.calculator-section > .content ul li a {
  font-size: 2rem;
  color: #31855a;
  -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;
}
.calculator-section > .content ul li a:hover {
  -webkit-text-decoration: underline currentcolor;
          text-decoration: underline currentcolor;
}

.testimonial-widget {
  padding: 2em 0;
  margin-bottom: 4em;
  container: widget/inline-size;
}
.testimonial-widget > .content {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.testimonial-widget > .content .header {
  margin-bottom: 3em;
  text-align: left;
}
.testimonial-widget > .content .container {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  justify-items: center;
  grid-gap: 2em;
}
@container widget (min-width: 900px) {
  .testimonial-widget > .content .container {
    grid-template-columns: minmax(0, 450px) minmax(0, 450px);
  }
}
.testimonial-widget .testimonial {
  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;
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 980px) {
  .testimonial-widget .testimonial {
    width: 450px;
    max-width: 450px;
  }
}
.testimonial-widget .testimonial > .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.387755102;
  -o-object-position: top center;
     object-position: top center;
}
.testimonial-widget .testimonial > .info {
  padding: 2em;
  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%;
}
.testimonial-widget .testimonial > .info > .copy {
  font-size: clamp(1.8rem, 2vw, 2.3rem);
  color: #1f3b2c;
  font-weight: 400;
  margin-bottom: 1em;
  text-align: left;
}
.testimonial-widget .testimonial > .info > .copy p {
  margin-top: 0;
  margin-bottom: 0;
}
.testimonial-widget .testimonial > .info > .copy .source {
  font-style: italic;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.career-widget > .content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2em 0;
  text-align: left;
}
.career-widget > .content .copy {
  margin-bottom: 2em;
}
.career-widget > .content .f-h2 {
  margin-bottom: 0.5em;
}
.career-widget .careers {
  display: grid;
  grid-template-columns: 100%;
  /* justify-content: center;
  justify-items: center;*/
  grid-gap: 1em;
}
.career-widget .career {
  /*border-radius: 35px;
  overflow: hidden;
  background: $background-gray;
  display: flex;
  flex-direction: column;
  width: 100%;

  @include tablet {
      width: 600px;
  }*/
  /*max-width: 600px;*/
}
.career-widget .career > .info {
  padding: 1em 0;
  text-align: left;
  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%;
}
.career-widget .career > .info .f-h3 {
  color: #31855a;
  margin-bottom: 0.3em;
  font-weight: 700;
  font-size: clamp(2rem, 2vw, 2.3rem);
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.career-widget .career > .info .f-h3:after {
  content: "";
  display: block;
  height: 5px;
  width: 0;
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  background: #f0c55e;
}
.career-widget .career > .info > .copy {
  font-size: clamp(1.8rem, 2vw, 2.3rem);
  color: #1f3b2c;
  font-weight: 500;
  margin-bottom: 1em;
}
.career-widget .career > .info > .copy p {
  margin-top: 0;
  margin-bottom: 0;
}
.career-widget .career > .info > .copy .postedDate {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  margin-bottom: 0.7em;
  font-style: italic;
}
.career-widget.active .info .copy .f-h3:after {
  width: 100%;
}

.video-listing {
  padding: 0 30px;
  margin-bottom: 3em;
}
.content .video-listing {
  padding: 0;
}
.video-listing > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-gap: clamp(30px, 5vw, 60px);
  grid-row-gap: 0.7em;
  grid-template-areas: "title" "video" "copy" "actions";
}
@media screen and (min-width: 980px) {
  .video-listing > .content {
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "video title" "video copy" "video actions";
    grid-template-rows: 2em;
  }
}
.video-listing > .content .photo {
  grid-area: video;
}
.video-listing > .content .photo a.video-thumbnail-link {
  display: inline-block;
}
.video-listing > .content .photo img {
  width: 100%;
  border-radius: 15px;
}
.video-listing > .content .info h2 {
  margin-bottom: 0.7em;
  grid-area: title;
}
.video-listing > .content .info .copy {
  margin-bottom: 2em;
  grid-area: copy;
}
.video-listing > .content .info .actions {
  grid-area: actions;
}
/*# sourceMappingURL=internal.css.map */
