@charset "UTF-8";
:root {
  --primary-color: #E31937;
  --primary-hover-color: #af1129;
  --secondary-color: #292929;
  --tertiary-color: #BC8C3D;
  --white: #ffffff;
  --black: #292929;
  --brand-black: #000000;
  --background-gray: #EFEFEF;
  --background-dark-gray: #E8E8E8;
  --gray: #1C1C1C;
  --team-gray: #c1c1c1;
  --light-gray: #4D4D4D;
  --border-color: #E9E9E9;
  --internal-header-gray: #EEEEEE;
  --internal-header-black: #303030;
  --form-element-border: #E6E6E6;
  --dark-red: #96031D;
  --light-red: #E31937;
  --red: #E31937;
  --yellow: #F2D53C;
  --purple: #5F18E3;
  --orange: #E35F18;
  --green: #00BEA2;
  --teel: #18E3C5;
  --blue: #189CE3;
  --notice-color: #ecf0ee;
  --alert-color: #7b2020;
  --accordion-border: #c3c3c3;
  --input-border: #707070;
  --directory-red: #ce603e;
  --team-background: #F6F6F6;
  --darker-team-gray: #e3e3e3;
  --bio-detail-border: #bfbfbf;
  --alert-bell: #f2f2f2;
  --dark-gray: #58585A;
}

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

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

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

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

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

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: var(--black);
}

body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 980px) {
  body {
    font-weight: 400;
  }
}

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;
  max-width: none;
}

[role=button] {
  cursor: pointer;
}

button {
  background: none;
  border: none;
}
button p {
  margin: 0;
}

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

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

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

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

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

a {
  color: var(--primary-color);
}
a:hover, a:focus {
  text-decoration: none;
}

.content {
  font-family: "Open Sans", 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: 700;
  font-size: clamp(2.4rem, 2.3vw, 3.4rem);
  line-height: 1.15;
  font-family: "Open Sans", sans-serif;
  color: var(--white);
}
@media screen and (max-width: 980px) {
  .f-h1, h1:not([class]) {
    line-height: 1.3;
  }
}
.f-h1 strong, h1:not([class]) strong {
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 6px;
}

.f-h2 {
  font-weight: 700;
  font-size: clamp(2.2rem, 2vw, 2.8rem);
  line-height: 1.25;
  font-family: "Open Sans", sans-serif;
  color: var(--black);
  position: relative;
}
.f-h2:after {
  content: "";
  width: 190px;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
  -webkit-transform-origin: left;
          transform-origin: left;
  display: block;
  margin-top: 0.5em;
  -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;
  background: var(--red);
  height: 5px;
}
.heartland .f-h2:after {
  background: var(--heartland-light-blue);
}

.center .f-h2:after {
  margin: 0.5em auto 0em;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.active .f-h2:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.f-h2 strong {
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 6px;
}

.f-h2-alt {
  font-weight: 700;
  font-size: clamp(1.9rem, 2vw, 2.8rem);
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  color: var(--black);
}
@media screen and (min-width: 980px) {
  .f-h2-alt {
    line-height: 1.25;
  }
}
.f-h2-alt strong {
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 3px;
}
@media screen and (min-width: 980px) {
  .f-h2-alt strong {
    text-decoration-thickness: 6px;
  }
}

/*.f-h3-alt {
    font-weight: 900;
    font-size: clamp(2.2rem, 3vw, 3rem);
    line-height: 1;
    text-transform: uppercase;
    font-family: $heading-font;
    color: $black;
    strong {
        color: $primary-color;
        font-weight: 900;
    }
}*/
.f-h3, h3:not([class]) {
  font-weight: 700;
  font-size: clamp(2.1rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  color: var(--black);
}

.f-h4, h4:not([class]) {
  font-weight: 700;
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  color: var(--black);
}

.f-h5, h5:not([class]) {
  font-weight: 700;
  font-size: clamp(1.5rem, 1.4vw, 1.8rem);
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  color: var(--black);
}

.f-h5-alt {
  font-weight: 700;
  font-size: clamp(2.4rem, 3vw, 3rem);
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  color: var(--black);
}

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

main {
  text-wrap: pretty;
}

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

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

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

.splide--rtl {
  direction: rtl;
}

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

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

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

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

.splide__arrow:disabled {
  opacity: 0.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.splide__slide:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rate-area .effective_date {
  margin: 0 auto;
  color: var(--primary-color);
  font-family: "Open Sans", 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: var(--black);
  font-family: "Open Sans", 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: "Open Sans", sans-serif;
  font-size: clamp(2.2rem, 2.5vw, 4rem);
  color: var(--primary-color);
  text-transform: uppercase;
}
.rate-table table {
  width: 100%;
  margin-bottom: 2em;
}
.rate-table tr:nth-child(1) {
  border-bottom: solid 1px var(--orange);
}
.rate-table tr.row_0 {
  display: none;
  visibility: hidden;
  background-color: var(--white);
}
@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: "Open Sans", sans-serif;
  font-weight: 700;
  color: var(--secondary-color);
  font-size: clamp(1.6rem, 2vw, 2rem);
}
@media screen and (min-width: 980px) {
  .rate-table th:first-child {
    text-align: left;
  }
}
.rate-table td {
  padding: 1rem;
  display: block;
  font-size: clamp(1.6rem, 1.7vw, 1.9rem);
  text-align: left;
}
.rate-table td p:last-child {
  margin: 0 auto;
}
.rate-table td:before {
  margin: 0 1rem 0 0;
  content: attr(data-title) ": ";
  display: inline;
  visibility: visible;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .rate-table td:before {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 980px) {
  .rate-table td {
    display: table-cell;
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .rate-table table {
    margin: 0 auto 1.5em;
    width: 100%;
  }
  .rate-table table td {
    display: block;
    text-align: left;
    vertical-align: top;
    white-space: normal;
  }
  .rate-table table thead {
    display: none;
    visibility: hidden;
  }
  .rate-table table .row_0, .rate-table table .col_0 {
    display: none;
    visibility: hidden;
  }
  .rate-table table tr {
    background: #ffffff;
    border: solid 1px #CCC;
    border-width: 0px 0 2px 0;
    /*margin-bottom: 1em;*/
  }
  .rate-table table tr:first-of-type {
    display: none;
  }
  .rate-table table tr, .rate-table table thead {
    display: block;
    padding: 0;
    text-align: left;
  }
  .rate-table table tbody {
    padding: 0;
    text-align: left;
  }
  .rate-table table th {
    padding: 0em;
    display: block;
    text-align: left;
  }
  .rate-table table td, .rate-table table th {
    text-align: center;
  }
  .rate-table table th {
    text-transform: uppercase;
    color: var(--secondary-color);
    font-size: 2rem;
    font-weight: 600;
  }
  .rate-table table th[data-title]:before, .rate-table table td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    color: #333;
    display: block;
    padding: 0 0 0.2em;
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) and (min-width: 600px) {
  .rate-table table th[data-title]:before, .rate-table table td[data-title]:before {
    display: inline-block;
    width: calc(50% - 1em);
    padding: 0.5em 1em;
    /* border-right: solid 1px #CCC; */
  }
}
@media screen and (max-width: 980px) {
  .rate-table table td[data-hide]:before {
    content: "" !important;
  }
  .rate-table table td {
    padding: 0 1.5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.rate-table a {
  color: var(--tertiary-color);
  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: var(--white);
  padding: 20px;
}
@media (orientation: landscape) {
  .rateTVPage > .content {
    grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  }
  .rateTVPage > .content .photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .rateTVPage > .content .rateSection {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (orientation: portrait) {
  .rateTVPage > .content {
    grid-template-rows: auto -webkit-max-content;
    grid-template-rows: auto max-content;
  }
}
.rateTVPage > .content .photo {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rateTVPage > .content .rateSection {
  height: 100%;
  border: 10px solid var(--primary-color);
  /*            tr td:nth-child(2),
  tr td:nth-child(4) {
      background: #ECF0EE;
  }*/
}
.rateTVPage > .content .rateSection .f-h1 {
  padding-top: 0.75em;
  font-size: clamp(4rem, 5vw, 7rem);
  text-align: center;
  margin-bottom: 0.25em;
  color: var(--primary-color);
}
.rateTVPage > .content .rateSection .f-h2 {
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: 400;
}
.rateTVPage > .content .rateSection tr td:nth-child(1) {
  font-weight: bold;
}
.rateTVPage > .content .rateSection .rate-table {
  padding: 0 20px;
}
.rateTVPage > .content .rateSection .rate-table th {
  padding: 1.2rem;
  display: table-cell;
}
.rateTVPage > .content .rateSection .rate-table tr {
  display: table-row;
}
.rateTVPage > .content .rateSection .rate-table tr:first-child {
  padding: 0;
}
.rateTVPage > .content .rateSection .rate-table tr:nth-child(odd) {
  background: none;
}
.rateTVPage > .content .rateSection .rate-table tr td {
  display: table-cell;
  padding: 10px;
}
@media (orientation: portrait) {
  .rateTVPage > .content .rateSection .rate-table tr td {
    font-size: clamp(1.6rem, 3vh, 3rem);
  }
}
@media (orientation: landscape) {
  .rateTVPage > .content .rateSection .rate-table tr td {
    font-size: clamp(1.6rem, 3vw, 3rem);
  }
}
.rateTVPage > .content .rateSection .rate-table tr td:before {
  display: none;
}
.rateTVPage > .content .rateSection .rate-disclosure {
  text-align: center;
  font-size: 1.6rem;
  padding: 0 20px;
  /*                margin-top:8vw;*/
}
.rateTVPage > .content .rateSection .bugs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  grid-gap: 1em;
}

.video-modal {
  margin: 0;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.video-modal .video-flex-container {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 980px) {
  .video-modal .video-flex-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.video-modal .video-modal-content {
  margin: 0 auto;
  width: calc(100vw - 60px);
  overflow-y: auto;
  max-width: 800px;
  margin: 0 30px;
}
.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: var(--white);
}
.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: var(--white);
  text-decoration: underline;
}
.video-modal .transcript-container.active > .transcript-button:after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

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

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

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

.splide--rtl {
  direction: rtl;
}

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

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

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

.search-window {
  padding: 2em 40px 2em;
  position: absolute;
  left: 0;
  width: 100%;
  top: 57px;
  z-index: 10;
  background: var(--white);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -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;
}
@media screen and (min-width: 980px) {
  .search-window {
    padding: 3em 20px;
    top: 109px;
  }
}
.search-open .search-window {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 103%, 0% 103%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 103%, 0% 103%);
}

.search-window:focus-within {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 103%, 0% 103%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 103%, 0% 103%);
}
.search-window .close-search-mobile {
  text-align: center;
  padding: 0.5em 0 0 0;
  color: var(--red);
  font-size: 5rem;
  width: 100%;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 980px) {
  .search-window .close-search-mobile {
    display: none;
  }
}
.search-window > .search-content {
  display: grid;
  grid-gap: 4em;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .search-window > .search-content {
    grid-template-columns: 536fr 665fr;
    max-width: 900px;
    margin: 0 auto;
    max-width: 1200px;
  }
}
@media screen and (min-width: 980px) {
  .search-window > .search-content .search-form-area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 980px) {
  .search-window > .search-content .search-form {
    margin-bottom: 2em;
  }
}
.search-window > .search-content .search-form h2 {
  color: var(--black);
  margin-bottom: 0.7em;
  font-size: clamp(2rem, 2vw, 3rem);
}
.search-window > .search-content .search-form .search-area {
  display: grid;
}
@media screen and (min-width: 980px) {
  .search-window > .search-content .search-form .search-area {
    grid-template-columns: 1fr 130px;
  }
}
.search-window > .search-content .search-form .search-area .search-box {
  position: relative;
  margin-bottom: 1em;
}
@media screen and (min-width: 980px) {
  .search-window > .search-content .search-form .search-area .search-box {
    margin-bottom: 2em;
  }
}
.search-window > .search-content .search-form .search-area .search-box:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/Content/images/ico-search.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-window > .search-content .search-form .search-area .search-box input {
  width: 100%;
  border: none;
  height: 53px;
  padding-left: 50px;
  background: var(--background-gray);
  border-radius: 10px !important;
}
@media screen and (min-width: 980px) {
  .search-window > .search-content .search-form .search-area .search-box input {
    border-radius: 7px 0 0 7px !important;
  }
}
.search-window > .search-content .search-form .search-area button {
  height: 53px;
  text-align: center;
  border: none;
  padding: 0;
  width: 100%;
  color: var(--white);
  background: var(--red);
  border-radius: 10px;
}
@media screen and (min-width: 980px) {
  .search-window > .search-content .search-form .search-area button {
    border-radius: 0 7px 7px 0;
    width: 130px;
  }
}
.search-window > .search-content .popular-searches h3 {
  margin-bottom: 1.7em;
  color: var(--black);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .search-window > .search-content .popular-searches h3 {
    text-align: left;
  }
}
.search-window > .search-content .popular-searches ul {
  list-style: none;
  padding: 0;
  font-size: 1.5rem;
  color: var(--black);
  text-align: center;
}
@media screen and (min-width: 980px) {
  .search-window > .search-content .popular-searches ul {
    text-align: left;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
.search-window > .search-content .popular-searches ul li {
  margin-bottom: 1em;
}
.search-window > .search-content .popular-searches ul li a {
  font-size: 1.5rem;
  color: var(--red);
  font-weight: 700;
}
.heartland .search-window > .search-content .popular-searches ul li a {
  color: var(--heartland-blue);
}

.search-window > .search-content .cross-area {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.search-window > .search-content .cross-area .cross-sell {
  min-height: 350px;
  border-radius: 25px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 285fr 251fr;
}
@media screen and (max-width: 980px) {
  .search-window > .search-content .cross-area .cross-sell {
    grid-template-columns: 1fr;
  }
}
.search-window > .search-content .cross-area .cross-sell > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.search-window > .search-content .cross-area .cross-sell .info {
  background: var(--background-gray);
  padding: 2.5em;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  font-weight: 700;
}
.search-window > .search-content .cross-area .cross-sell .info .copy {
  margin-bottom: 1.5em;
}
.search-window > .search-content .cross-area .cross-sell .info .copy *:last-of-type {
  margin: 0;
}
.search-window > .search-content .cross-area .cross-sell .info .actions a {
  color: var(--red);
}

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

.search-results .pagination {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
}
.search-results .pagination li {
  padding-left: 0;
  margin: 0;
}
.search-results .pagination li:before {
  content: none;
}

.highlight {
  background: yellow;
}

.chat-btn {
  background: var(--red);
  color: var(--white);
  position: fixed;
  bottom: 50px;
  right: 0;
  border-radius: 7px 0 0 7px;
  width: 143px;
  height: 60px;
  z-index: 80;
  display: grid;
  grid-template-columns: 20px -webkit-max-content;
  grid-template-columns: 20px max-content;
  grid-gap: 10px;
  -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 (max-width: 980px) {
  .chat-btn {
    width: 53px;
    height: 43px;
    display: block;
  }
  .chat-btn span {
    display: none;
  }
}

#lpChatLinkWebsite {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}

.contact-cols {
  padding: 0 20px;
  margin-bottom: 5em;
}
@media screen and (min-width: 980px) {
  .contact-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    position: relative;
  }
  .contact-cols:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: clamp(640px, 65%, 969px);
    width: 100vw;
    height: 100%;
    background: #F6F6F6;
    border-radius: 0 0 0 50px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1500px) {
  .contact-cols:before {
    left: calc(53vw + 126px);
  }
}
.contact-cols .breadcrumbs {
  left: 0;
}
@media screen and (min-width: 980px) {
  .contact-cols > .content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: clamp(50px, 8vw, 100px);
    max-width: 1400px;
    margin: 0 auto;
  }
}
.contact-cols .main-area {
  margin-bottom: 3em;
}
@media screen and (max-width: 980px) {
  .contact-cols .sidebar {
    background: #F6F6F6;
    padding: 20px;
    margin: 0 -20px;
  }
}
@media screen and (min-width: 980px) {
  .contact-cols .sidebar {
    padding-left: 20px;
    padding-top: 11em;
  }
}
.contact-cols .contact-box h2 {
  display: none;
}
.contact-cols .contact-box .accordion-content {
  padding: 1em;
}
@media screen and (min-width: 980px) {
  .contact-cols .contact-box {
    padding: 0;
    border: none;
  }
  .contact-cols .contact-box > button {
    display: none;
  }
  .contact-cols .contact-box h2 {
    margin: 0;
    display: block;
  }
  .contact-cols .contact-box .accordion-content {
    display: block;
    padding: 0;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  .contact-cols .contact-box .accordion-content {
    display: block !important;
  }
}
@media screen and (min-width: 980px) {
  .contact-cols .contact-box .accordion-content .fsBody > div {
    padding: 0;
  }
}

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

.mobile-accordion .accordion-button {
  text-align: center;
  margin: 2em auto 1em;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .mobile-accordion .accordion-button {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .mobile-accordion .accordion-content {
    display: none;
  }
}
.active.mobile-accordion .accordion-content {
  display: block;
}

.blog-header {
  padding: 0 20px;
  margin-bottom: 3em;
  overflow: hidden;
  position: relative;
  padding-top: 2em;
}
.blog-header:has(.blog-photo img) {
  padding-top: clamp(200px, 30vw, 600px);
}
.blog-header.calculator {
  padding-top: 20px;
}
.blog-header .blog-photo {
  position: absolute;
  margin-bottom: 2em;
  width: 100%;
  max-width: 1920px;
  height: calc(30vw + 100px);
  min-height: 300px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 980px) {
  .blog-header .blog-photo {
    height: calc(30vw + 100px);
    max-height: 700px;
  }
}
.blog-header .blog-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.blog-header > .content {
  max-width: 1400px;
  margin: 0 auto;
  background: var(--background-gray);
  border-radius: 30px;
  padding: 2em;
}
.blog-header > .content .title-area {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}
.blog-header > .content .title-area .tags {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: clamp(20px, 5vw, 70px);
     -moz-column-gap: clamp(20px, 5vw, 70px);
          column-gap: clamp(20px, 5vw, 70px);
  font-weight: 700;
}
.blog-header > .content .title-area .tags p {
  margin-bottom: 0;
}
.blog-header > .content .title-area > h1 {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
}
.blog-header > .content .title-area > h1:after {
  content: none;
}
.blog-header > .content .title-area .published-date {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.blog-header > .content .title-area .event-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-header > .content .title-area .event-dates .date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-header > .content .title-area .event-dates .date-block .date-ico, .blog-header > .content .title-area .event-dates .date-block .time-ico {
  display: grid;
  grid-template-columns: 35px 1fr;
  grid-gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-header > .content .title-area .event-dates .date-block .date-ico h3, .blog-header > .content .title-area .event-dates .date-block .time-ico h3 {
  margin: 0;
}
.blog-header > .content .title-area .summary-text {
  max-width: 1000px;
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  font-weight: 600;
  text-align: center;
  display: none;
}
.blog-header > .content .title-area .summary {
  font-size: 2rem;
}

.mod-table, .table-wrapper {
  width: 100%;
  overflow: auto;
  margin-bottom: 1em;
}
.mod-table table, .table-wrapper table {
  width: 100%;
  font-size: 1.4rem;
  border: solid 1px #CCC;
}
.mod-table table th, .table-wrapper table th {
  font-weight: 700;
  background: #EFEFEF;
}
.mod-table table th, .mod-table table td, .table-wrapper table th, .table-wrapper table td {
  padding: 0.2em;
}
.mod-table table tr:nth-child(even) td, .table-wrapper table tr:nth-child(even) td {
  background: #e9e8e8;
}

table[data-wrap-id] {
  width: 100%;
  font-size: 1.4rem;
  border: solid 1px #CCC;
}
@media screen and (max-width: 980px) {
  table[data-wrap-id] {
    display: block;
    overflow: auto;
    width: calc(100vw - 60px);
  }
  .product-box table[data-wrap-id] {
    width: 260px;
  }
}
table[data-wrap-id] th {
  font-weight: 700;
  background: #EFEFEF;
}
table[data-wrap-id] th, table[data-wrap-id] td {
  padding: 0.2em;
}
table[data-wrap-id] tr:nth-child(even) td {
  background: #e9e8e8;
}

.article-body {
  padding: 0 20px;
  margin-bottom: 4em;
}
.article-body > .content {
  max-width: 900px;
  margin: 0 auto;
}
.article-body .share-area {
  text-align: center;
  margin-bottom: 3em;
}
.article-body .share-area ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
.heartland .article-body .share-area ul img {
  -webkit-filter: var(--orange-filter);
          filter: var(--orange-filter);
}

.similar-articles {
  background: var(--background-gray);
  padding: 3em 20px;
}
@media screen and (max-width: 980px) {
  .similar-articles {
    padding-top: 3rem;
  }
  .similar-articles .h3-alt {
    margin-bottom: 3rem;
  }
}
.similar-articles > .content {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .similar-articles > .content .card-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2em;
  }
}
@media screen and (max-width: 980px) {
  .similar-articles > .content .card-list .similar-card {
    max-width: 75%;
    margin-right: 2em;
  }
}
.similar-articles > .content .card-list .similar-card .photo {
  margin-bottom: 0.7em;
}
.similar-articles > .content .card-list .similar-card .photo img {
  aspect-ratio: 25/13;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 10px;
}
@media screen and (max-width: 980px) {
  .similar-articles > .content .card-list .similar-card .info {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
}
@media screen and (max-width: 980px) {
  .similar-articles > .content .card-list .similar-card.is-visible .info {
    opacity: 1;
  }
}
@media screen and (min-width: 980px) {
  .similar-articles > .content .mobile-controls {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .similar-articles > .content .mobile-controls .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    margin-top: 0.5em;
  }
  .similar-articles > .content .mobile-controls .splide__arrow--prev {
    position: relative;
    top: 0px;
    -webkit-filter: contrast(0);
            filter: contrast(0);
    border-radius: 0;
    left: 0;
    background-position: center;
    -webkit-transform: none;
            transform: none;
    -webkit-filter: brightness(0);
            filter: brightness(0);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .similar-articles > .content .mobile-controls .splide__arrow--prev:hover {
    opacity: 1;
  }
  .similar-articles > .content .mobile-controls .splide__arrow--next {
    position: relative;
    top: 0px;
    -webkit-filter: contrast(0);
            filter: contrast(0);
    border-radius: 0;
    left: 0;
    background-position: center;
    -webkit-transform: scaleX(-1) translate(0, 0);
            transform: scaleX(-1) translate(0, 0);
    -webkit-filter: brightness(0);
            filter: brightness(0);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .similar-articles > .content .mobile-controls .splide__arrow--next:hover {
    opacity: 1;
  }
}

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

.single-card {
  height: 100%;
  padding: 2em;
}
.single-card > img {
  margin-bottom: 1em;
}

.pinned-articles {
  margin-bottom: 4em;
  padding: 0 20px;
}
.pinned-articles > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.pinned-articles > .content > h2 {
  margin-bottom: 1.2em;
}
@media screen and (min-width: 1100px) {
  .pinned-articles > .content .articles .card-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    list-style: none;
  }
  .hydrated .pinned-articles > .content .articles .card-list {
    visibility: visible;
  }
}
@media screen and (min-width: 1100px) {
  .pinned-articles > .content .mobile-controls {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .pinned-articles > .content .mobile-controls .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    margin-top: 0.5em;
  }
  .pinned-articles > .content .mobile-controls .splide__arrow--prev {
    position: relative;
    top: 0px;
    -webkit-filter: contrast(0);
            filter: contrast(0);
    border-radius: 0;
    left: 0;
    background-position: center;
    -webkit-transform: none;
            transform: none;
  }
  .pinned-articles > .content .mobile-controls .splide__arrow--next {
    position: relative;
    top: 0px;
    -webkit-filter: contrast(0);
            filter: contrast(0);
    border-radius: 0;
    left: 0;
    background-position: center;
    -webkit-transform: scaleX(-1) translate(0, 0);
            transform: scaleX(-1) translate(0, 0);
  }
}

@media screen and (min-width: 980px) {
  .article-card {
    text-align: left;
  }
}
.article-card .tags {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1em;
  display: inline-block;
  background: var(--background-gray);
  padding: 0.7em 1em;
  border-radius: 5px 5px 0 0;
  margin: 0 0 0 1em;
}
.article-card .photo {
  aspect-ratio: 3/1.7;
  margin-bottom: 1em;
}
.article-card .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.article-card .info > h3 {
  margin-bottom: 1em;
}
.article-card .info .action a {
  font-size: clamp(18px, 2.5vw, 2rem);
  color: var(--black);
  -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-card .info .action a:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.article-card .info .action a:hover:after {
  left: 5px;
}
.article-card .info .action a:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url(../Images/right-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
  left: 0;
}
.heartland .article-card .info .action a:after img {
  -webkit-filter: var(--orange-filter);
          filter: var(--orange-filter);
}

.blog-load-articles {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 7em auto;
  width: calc(100vw - 60px);
  max-width: 1400px;
}
.blog-load-articles:before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--background-gray);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.blog-load-articles .button-holder {
  background: var(--white);
  padding: 0 2em;
}

.blog-filter .filters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  grid-gap: 1em;
}

.filter-search .search-inp {
  position: relative;
}
.filter-search .search-inp:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/Content/Images/ico-search.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  display: block;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.heartland .filter-search .search-inp:before {
  -webkit-filter: var(--orange-filter);
          filter: var(--orange-filter);
}

.filter-search .search-inp > input {
  width: 100%;
  height: 60px;
  border: solid 1px var(--white);
  background: var(--white);
  color: var(--black);
  border-radius: 10px;
  padding: 0 20px 0 50px;
}

.blog-filter .search-key {
  padding-left: 3.5em;
}

.pinned-card {
  text-align: center;
  background: var(--background-gray);
  border-radius: 20px;
  padding: 2em;
}
@media screen and (max-width: 1100px) {
  .pinned-card {
    margin-right: 2em;
    max-width: 75vw;
  }
}
@media screen and (min-width: 1100px) {
  .pinned-card {
    text-align: left;
  }
}
.pinned-card .photo {
  aspect-ratio: 3/2;
  margin-bottom: 1em;
}
.pinned-card .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pinned-card .icon {
  text-align: center;
  position: relative;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
}
.pinned-card .icon img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 1em;
}
.heartland .pinned-card .icon img {
  -webkit-filter: var(--orange-filter);
          filter: var(--orange-filter);
}

@media screen and (min-width: 980px) {
  .pinned-card .icon img {
    height: 70px;
    width: 70px;
  }
}
.pinned-card .icon:after {
  content: "";
  width: clamp(80px, 30%, 300px);
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--light-gray);
}
.pinned-card .info {
  display: grid;
  grid-gap: 1em;
}

.blog-articles {
  padding: 0 20px;
  margin-bottom: 4em;
}
.blog-articles > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.blog-articles > .content .filter {
  margin-bottom: 2em;
}
.blog-articles > .content .filter .blog-filter {
  font-weight: 700;
  margin-bottom: 1.5em;
}
.blog-articles > .content .filter .blog-filter img {
  margin-right: 5px;
}
.blog-articles > .content .filter .blog-filter .search-key {
  padding-left: 3.5em;
}
.blog-articles > .content .filter .filter-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
}
@media screen and (max-width: 980px) {
  .blog-articles > .content .filter .filter-categories {
    display: none;
  }
  .blog-articles > .content .filter .filter-categories.open {
    display: block;
  }
}
.blog-articles > .content .filter .filter-categories .ghost-btn {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  padding: 0.7em 1.5em;
}
.blog-articles > .content .filter .filter-categories .ghost-btn.active {
  background: var(--primary-color);
  color: var(--white);
}
.blog-articles > .content .articles {
  display: grid;
  grid-gap: 40px;
  opacity: 0;
}
@media screen and (min-width: 980px) {
  .blog-articles > .content .articles {
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
  }
}
.blog-articles > .content .articles.visible {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.blog-articles > .content .articles .summary {
  display: none;
}
@media screen and (min-width: 980px) {
  .blog-articles > .content .articles .article-card.full-width {
    grid-column: 1/4;
    position: relative;
    row-gap: 0;
    display: grid;
    grid-template-areas: "tags photo" "info photo";
    grid-template-columns: 2fr 4fr;
    grid-gap: 60px;
    row-gap: 0;
  }
  .blog-articles > .content .articles .article-card.full-width .summary {
    display: block;
  }
  .blog-articles > .content .articles .article-card.full-width:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    background: var(--background-gray);
  }
  .blog-articles > .content .articles .article-card.full-width .info {
    grid-area: info;
    padding-bottom: 3em;
  }
  .blog-articles > .content .articles .article-card.full-width .info .action a {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white);
    font-size: 1.8rem;
    padding: 1em 3em;
    border-radius: 10px;
    font-weight: 600;
    border: solid 2px var(--primary-color);
    text-align: center;
    line-height: 1.3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .blog-articles > .content .articles .article-card.full-width .info .action a:hover {
    background: var(--primary-color);
  }
  .blog-articles > .content .articles .article-card.full-width .tags {
    grid-area: tags;
    margin: 3em 0 1em;
    padding: 0;
    background: none;
    -ms-flex-line-pack: end;
        align-content: end;
  }
  .blog-articles > .content .articles .article-card.full-width .photo {
    grid-area: photo;
    margin: 0;
  }
  .blog-articles > .content .articles .article-card.full-width .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    border-radius: 0;
  }
}

.location-detail {
  padding: 0 20px;
  position: relative;
  padding-bottom: 3em;
}
@media screen and (max-width: 980px) {
  .location-detail {
    width: 100vw;
    overflow-x: clip;
  }
}
@media screen and (min-width: 980px) {
  .location-detail {
    margin-bottom: 5em;
  }
}
@media screen and (min-width: 980px) {
  .location-detail:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(50% + 100px);
    width: calc(50vw - 100px);
    height: 100%;
    background: #F6F6F6;
    border-radius: 0 0 0 50px;
  }
}
.location-detail > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.location-detail > .content .breadcrumb {
  padding: 2em 0;
}
@media screen and (max-width: 980px) {
  .location-detail > .content .breadcrumb {
    display: none;
  }
}
.location-detail > .content .breadcrumb a {
  font-weight: 400;
  color: var(--black);
  text-decoration: none;
}
.location-detail > .content .breadcrumb a:after {
  content: "|";
  display: inline-block;
  margin: 0 0.5em;
}
.location-detail > .content .breadcrumb a:last-of-type:after {
  content: none;
}
.location-detail > .content .location-alerts {
  margin-bottom: 1em;
  margin-top: 1em;
}
@media screen and (min-width: 980px) {
  .location-detail > .content .location-alerts {
    margin-bottom: 3em;
    margin-top: 0em;
  }
}
.location-detail > .content .location-alerts .alert {
  border-radius: 10px;
}
.location-detail > .content .location-cols {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
}
@media screen and (min-width: 980px) {
  .location-detail > .content .location-cols {
    grid-template-columns: 1fr 1fr;
    grid-gap: 3em;
  }
}
@media screen and (max-width: 980px) {
  .location-detail > .content .location-cols .location-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .location-detail > .content .location-cols .location-info h2, .location-detail > .content .location-cols .location-info .location-address {
    font-size: 3rem;
  }
}
@media screen and (min-width: 980px) {
  .location-detail > .content .location-cols .location-info {
    grid-row: 1/3;
  }
}
.location-detail > .content .location-cols .location-info h1 {
  margin-bottom: 0.7em;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
}
.location-detail > .content .location-cols .location-info h2 {
  margin-bottom: 0.1em;
  font-size: clamp(2.8rem, 3vw, 4rem);
}
.location-detail > .content .location-cols .location-info h2:after {
  content: none;
}
.location-detail > .content .location-cols .location-info .location-address {
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  margin-bottom: 1.8em;
  font-weight: 700;
}
.location-detail > .content .location-cols .location-info .directions {
  margin-bottom: 2em;
}
.location-detail > .content .location-cols .location-info .directions a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.location-detail > .content .location-cols .location-info .services-list p {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.location-detail > .content .location-cols .location-info .services-list .service-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  row-gap: 0.7em;
  font-weight: 700;
}
.location-detail > .content .location-cols .location-info .services-list .service-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
.location-detail > .content .location-cols .location-info .services-list .service-list li img {
  width: 33px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.heartland .location-detail > .content .location-cols .location-info .services-list .service-list li img {
  -webkit-filter: var(--orange-filter);
          filter: var(--orange-filter);
}

.location-detail > .content .location-cols .location-info .extra-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  row-gap: 2em;
  margin-bottom: 3em;
}
.location-detail > .content .location-cols .location-info .extra-info dl {
  padding: 0;
  margin: 0;
}
.location-detail > .content .location-cols .location-info .extra-info dl dt {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  margin-bottom: 0.2em;
  padding: 0;
  margin: 0;
}
.location-detail > .content .location-cols .location-info .extra-info dl dd {
  font-weight: 700;
  padding: 0;
  display: block;
  font-size: 2rem;
  margin: 0;
}
.location-detail > .content .location-cols .location-info .hours-area {
  margin-bottom: 2em;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
@media screen and (max-width: 980px) {
  .location-detail > .content .location-cols .location-info .hours-area {
    margin: 0 -20px 0em;
  }
}
@media screen and (min-width: 980px) {
  .location-detail > .content .location-cols .location-info .hours-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
}
@media screen and (min-width: 980px) {
  .location-detail > .content .location-cols .location-info .hours-area .hour-block.accordion-container {
    border-top: none;
    border-bottom: 0;
  }
  .location-detail > .content .location-cols .location-info .hours-area .hour-block.accordion-container .accordion-button {
    pointer-events: none;
  }
  .location-detail > .content .location-cols .location-info .hours-area .hour-block.accordion-container .accordion-button:after, .location-detail > .content .location-cols .location-info .hours-area .hour-block.accordion-container .accordion-button:before {
    display: none;
  }
  .location-detail > .content .location-cols .location-info .hours-area .hour-block.accordion-container .accordion-content {
    display: block !important;
  }
}
@media screen and (max-width: 980px) {
  .location-detail > .content .location-cols .location-info .hours-area .hour-block {
    border-top: solid 1px #E3E3E3;
    padding: 0.7em 0;
  }
  .location-detail > .content .location-cols .location-info .hours-area .hour-block.active {
    background: #F6F6F6;
  }
  .location-detail > .content .location-cols .location-info .hours-area .hour-block.active .hourlist {
    display: block;
  }
  .location-detail > .content .location-cols .location-info .hours-area .hour-block .accordion-button {
    width: 100%;
    text-align: left;
    padding-left: 1em;
  }
  .location-detail > .content .location-cols .location-info .hours-area .hour-block:nth-last-child(1 of .hour-block) {
    border-bottom: solid 1px #E3E3E3;
  }
  .location-detail > .content .location-cols .location-info .hours-area .hour-block .f-h3 {
    width: 100%;
    padding: 0.7em 3em 0.7em 2rem;
    font-size: clamp(1.8rem, 2vw, 2.2rem);
    font-weight: 700;
    text-align: left;
    position: relative;
    margin: 0;
  }
  .location-detail > .content .location-cols .location-info .hours-area .hour-block .f-h3:before, .location-detail > .content .location-cols .location-info .hours-area .hour-block .f-h3:after {
    content: "";
    width: 14px;
    height: 3px;
    display: block;
    position: absolute;
    background: var(--red);
    right: 1em;
    top: calc(50% - 3px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .location-detail > .content .location-cols .location-info .hours-area .hour-block .f-h3:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .location-detail > .content .location-cols .location-info .hours-area .hour-block.active h3:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .location-detail > .content .location-cols .location-info .hours-area .hour-block .hourlist {
    padding: 2rem;
    display: none;
  }
}
@media screen and (max-width: 980px) and (max-width: 980px) {
  .location-detail > .content .location-cols .location-info .hours-area .hour-block .hourlist {
    padding-left: 25px;
  }
}
.location-detail > .content .location-cols .location-info .hours-area dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 0.3em;
  margin-bottom: 0.7em;
  position: relative;
}
.location-detail > .content .location-cols .location-info .hours-area dl.active:before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
  background: #EEEEEE;
}
.location-detail > .content .location-cols .location-info .hours-area dl dt {
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .location-detail > .content .location-cols .location-info .holiday-hours {
    width: 100vw;
    position: relative;
    margin: 0 -20px;
    padding: 0.7em 0;
  }
}
.location-detail > .content .location-cols .location-info .holiday-hours .accordion-content {
  padding: 0px 25px;
}
.location-detail > .content .location-cols .location-info .holiday-hours dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
  margin-bottom: 0.5em;
  padding: 1em 0;
  border-bottom: solid 1px rgb(227, 221, 221);
}
.location-detail > .content .location-cols .location-info .holiday-hours dl .additional {
  display: block;
  font-weight: 700;
}
.location-detail > .content .location-cols .location-info .holiday-hours dl:last-of-type {
  border-bottom: none;
}
.location-detail > .content .location-cols .location-info .holiday-hours dl dt, .location-detail > .content .location-cols .location-info .holiday-hours dl dd {
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.location-detail > .content .location-cols .location-info .holiday-hours dl dd {
  text-align: right;
}
.location-detail > .content .location-cols .main-photo {
  margin-bottom: 3em;
}
@media screen and (max-width: 980px) {
  .location-detail > .content .location-cols .main-photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1em;
  }
}
.location-detail > .content .location-cols .main-photo img {
  width: 100%;
  aspect-ratio: 65/40;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 20px;
}
.location-detail > .content .location-cols .location-staff {
  margin-bottom: 2em;
}
@media screen and (max-width: 980px) {
  .location-detail > .content .location-cols .location-staff {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.location-detail > .content .location-cols .location-staff .employee {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  width: 100%;
  max-width: 340px;
  justify-items: center;
  margin-bottom: 2em;
  max-width: unset;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: clamp(20px, 5vw, 50px);
     -moz-column-gap: clamp(20px, 5vw, 50px);
          column-gap: clamp(20px, 5vw, 50px);
}
.location-detail > .content .location-cols .location-staff .employee:before {
  content: "";
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background-color: #E3E3E3;
  z-index: -1;
}
@media screen and (min-width: 980px) {
  .location-detail > .content .location-cols .location-staff .employee:before {
    top: 3.5em;
  }
}
.location-detail > .content .location-cols .location-staff .employee .info-side {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-top: 2em;
  padding-bottom: 0;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 980px) {
  .location-detail > .content .location-cols .location-staff .employee .info-side {
    padding-top: 3.5em;
  }
}
.location-detail > .content .location-cols .location-staff .employee .info-side .f-h2 {
  font-size: 1.8rem;
  margin-bottom: 0.25em;
}
.location-detail > .content .location-cols .location-staff .employee .info-side .f-h2:after {
  content: none;
}
@media screen and (min-width: 980px) {
  .location-detail > .content .location-cols .location-staff .employee .info-side .f-h2 {
    font-size: clamp(2.4rem, 2.5vw, 2.5rem);
  }
}
.location-detail > .content .location-cols .location-staff .employee .info-side .title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.location-detail > .content .location-cols .location-staff .employee .info-side .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (min-width: 980px) {
  .location-detail > .content .location-cols .location-staff .employee .info-side .actions {
    font-size: 1.8rem;
  }
}
.location-detail > .content .location-cols .location-staff .employee .photo-side {
  position: relative;
}
.location-detail > .content .location-cols .location-staff .employee .photo-side img {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 340/310;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 980px) {
  .location-detail > .content .location-cols .location-staff .employee .photo-side img {
    height: 100%;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.location-detail > .content .location-cols .location-staff .employee .photo-side:before {
  content: "";
  position: absolute;
  top: 2em;
  right: 50%;
  left: 0;
  bottom: 0;
  background-color: var(--darker-team-gray);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (min-width: 980px) {
  .location-detail > .content .location-cols .location-staff .employee .photo-side:before {
    top: 3.5em;
  }
}
@media screen and (max-width: 980px) {
  .location-detail > .content .location-cols .location-staff .employee .photo-side:before {
    top: 2em;
    aspect-ratio: 258/246;
  }
}
.location-detail > .content .location-cols .location-staff .employee .photo-side:after {
  content: "";
  position: absolute;
  top: 2em;
  right: 0;
  bottom: 0;
  aspect-ratio: 217/246;
  background-image: url(/Content/Images/team-svg.svg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (min-width: 980px) {
  .location-detail > .content .location-cols .location-staff .employee .photo-side:after {
    top: 3.5em;
  }
}
.location-detail > .content .location-cols .location-staff .employee .photo-side img {
  position: relative;
  z-index: 1;
}

.other-offices-area {
  padding: 0 20px;
  margin-bottom: 4em;
}
.other-offices-area > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.other-offices-area > .content .office-header {
  text-align: center;
  position: relative;
  margin-bottom: 3em;
}
.other-offices-area > .content .office-header:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #E3E3E3;
  display: block;
  position: absolute;
  top: 50%;
  z-index: -1;
  left: 0;
}
.other-offices-area > .content .office-header div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0.5em;
  background: var(--white);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .other-offices-area > .content .office-header div {
    padding: 0 3em;
  }
}
.other-offices-area > .content .office-header div img {
  width: 40px;
  margin-right: 0.6em;
}
@media screen and (min-width: 980px) {
  .other-offices-area > .content .office-header div img {
    width: 60px;
    margin-right: 1.2em;
  }
}
.other-offices-area > .content .office-locations {
  display: grid;
  grid-gap: 2em;
}
@media screen and (max-width: 980px) {
  .other-offices-area > .content .office-locations {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  .other-offices-area > .content .office-locations {
    grid-template-columns: 2fr 5fr;
  }
}
.other-offices-area > .content .office-locations .filter-col .filter-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.7em;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .other-offices-area > .content .office-locations .filter-col .filter-header {
    text-align: center;
  }
}
.other-offices-area > .content .office-locations .filter-col .filter-header img {
  margin-right: 0.7em;
}
.other-offices-area > .content .office-locations .filter-col .service-filter {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.6rem;
}
@media screen and (max-width: 980px) {
  .other-offices-area > .content .office-locations .filter-col .service-filter {
    text-align: center;
  }
}
.other-offices-area > .content .office-locations .filter-col .service-filter li {
  margin-bottom: 0.8em;
}
.other-offices-area > .content .office-locations .filter-col .service-filter li button {
  width: 100%;
  text-align: left;
}
.other-offices-area > .content .office-locations .filter-col .service-filter li button.active {
  font-weight: 700;
}
.other-offices-area > .content .office-locations .filter-locations {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.other-offices-area > .content .office-locations .filter-locations.hidden {
  opacity: 0;
}
.other-offices-area > .content .office-locations .filter-locations .location-listing {
  margin-bottom: 3em;
  display: grid;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.other-offices-area > .content .office-locations .filter-locations .location-listing.hidden {
  opacity: 0;
}
@media screen and (min-width: 980px) {
  .other-offices-area > .content .office-locations .filter-locations .location-listing {
    grid-template-columns: 6fr 5fr;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
    margin-bottom: 5em;
    padding: 0 3em;
    text-align: left;
  }
}
.other-offices-area > .content .office-locations .filter-locations .location-listing > img {
  width: 100%;
  aspect-ratio: 34/21;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 20px;
}
@media screen and (max-width: 980px) {
  .other-offices-area > .content .office-locations .filter-locations .location-listing > img {
    margin-bottom: 1em;
  }
}
.other-offices-area > .content .office-locations .filter-locations .location-listing .info > h2 {
  font-size: clamp(1.8rem, 2vw, 2.5rem);
}
.other-offices-area > .content .office-locations .filter-locations .location-listing .info .services-list {
  font-size: 1.4rem;
}
.other-offices-area > .content .office-locations .filter-locations .location-listing .info .services-list p {
  margin: 0;
}
.other-offices-area > .content .office-locations .filter-locations .location-listing .info .services-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 980px) {
  .other-offices-area > .content .office-locations .filter-locations .location-listing .info .services-list ul {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.other-offices-area > .content .office-locations .filter-locations .location-listing .info .services-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.other-offices-area > .content .office-locations .filter-locations .location-listing .info .services-list ul li img {
  margin-right: 0.4em;
}
.other-offices-area > .content .office-locations .filter-locations .location-listing .info .services-list ul li:after {
  content: "|";
  display: inline-block;
  margin: 0 0.7em;
}
.other-offices-area > .content .office-locations .filter-locations .location-listing .info .services-list ul li:last-of-type:after {
  content: none;
}
.location-map-area {
  margin-bottom: 5px;
}
.location-map-area > .content {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .location-map-area > .content {
    grid-template-columns: 6fr 13fr;
    min-height: 50vw;
    max-height: 1000px;
  }
}
.location-map-area > .content .map-holder, .location-map-area > .content #map-canvas {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .location-map-area > .content .map-holder, .location-map-area > .content #map-canvas {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 80vw;
  }
}
.location-map-area > .content .sidebar {
  background: var(--internal-header-black);
  color: var(--white);
  text-align: center;
  padding: 2em 1em;
}
.heartland .location-map-area > .content .sidebar {
  background: var(--heartland-blue);
}

@media screen and (max-width: 980px) {
  .location-map-area > .content .sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.location-map-area > .content .sidebar .initial {
  padding: 0 2em;
}
.location-map-area > .content .sidebar .initial h1 {
  margin: 0 0 0.3em;
}
.location-map-area > .content .sidebar .initial h2 {
  color: var(--white);
}
.location-map-area > .content .sidebar .pins {
  display: none;
  position: relative;
}
.location-map-area > .content .sidebar .pins:after {
  content: "";
  width: 100%;
  height: 40px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(48, 48, 48)), to(rgba(48, 48, 48, 0)));
  background: linear-gradient(0deg, rgb(48, 48, 48) 0%, rgba(48, 48, 48, 0) 100%);
}
.location-map-area > .content .sidebar .pins .breadcrumb a {
  font-weight: 400;
  text-decoration: none;
}
.location-map-area > .content .sidebar .pins .js-pin-locations {
  max-height: 500px;
  overflow: scroll;
  scrollbar-color: #635d5d #303030;
  scrollbar-width: thin;
}
.location-map-area > .content .sidebar .pins .pins-header {
  display: grid;
  grid-template-columns: 150px 1fr;
  -webkit-column-gap: 1.8em;
     -moz-column-gap: 1.8em;
          column-gap: 1.8em;
}
.location-map-area > .content .sidebar .pins .pins-header > button {
  background: var(--red);
  color: var(--white);
  padding: 0.8em 1em;
  font-weight: 700;
  border-radius: 8px;
}
.location-map-area > .content .sidebar .pins .pins-header .result-head {
  text-align: left;
}
.location-map-area > .content .sidebar .pins .pins-header .result-head p {
  margin: 0;
  font-size: 1.4rem;
}
.location-map-area > .content .sidebar .pins .pins-header .result-head h3 {
  font-size: 1.4rem;
  margin: 0;
  color: var(--white);
}
.location-map-area > .content .sidebar .pins .loc-filter {
  text-align: center;
  padding: 1.5em 0;
}
.location-map-area > .content .sidebar .pins .loc-filter > button {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1em;
  padding: 1em;
}
.location-map-area > .content .sidebar .pins .loc-filter > button:before, .location-map-area > .content .sidebar .pins .loc-filter > button:after {
  display: none;
}
.location-map-area > .content .sidebar .pins .loc-filter > button img {
  margin-right: 0.5em;
}
.location-map-area > .content .sidebar .pins .loc-filter .loc-filter-content ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  padding-left: 0;
  max-width: 400px;
  margin: 0 auto;
}
.location-map-area > .content .sidebar .pins .loc-filter .loc-filter-content ul > li {
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.location-map-area > .content .sidebar .pins .loc-filter .loc-filter-content ul > li > button {
  width: 100%;
  padding: 0.75em 0;
  color: var(--white);
}
.location-map-area > .content .sidebar .pins .loc-filter .loc-filter-content ul > li > button.active {
  background-color: var(--red);
}
.location-map-area > .content .sidebar > h2 {
  color: var(--white);
  margin-bottom: 2em;
}
.location-map-area > .content .sidebar .breadcrumb {
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 3em;
}
@media screen and (max-width: 980px) {
  .location-map-area > .content .sidebar .breadcrumb {
    display: none;
  }
}
.location-map-area > .content .sidebar .breadcrumb a {
  font-weight: 400;
  text-decoration: none;
}
.location-map-area > .content .sidebar .breadcrumb a:after {
  content: "|";
  display: inline-block;
  margin: 0 0.7em;
}
.location-map-area > .content .sidebar .breadcrumb a:last-of-type:after {
  content: none;
}
.location-map-area > .content .sidebar a, .location-map-area > .content .sidebar f-h5 {
  color: var(--white);
}
.location-map-area > .content .sidebar label {
  display: block;
  margin-bottom: 0.7em;
}
.location-map-area > .content .sidebar .map-search {
  margin-bottom: 2em;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  max-width: 500px;
}
.location-map-area > .content .sidebar .map-search .search-box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.location-map-area > .content .sidebar .map-search .search-box:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/Content/Images/ico-search.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.heartland .location-map-area > .content .sidebar .map-search .search-box:before {
  -webkit-filter: var(--orange-filter);
          filter: var(--orange-filter);
}

.location-map-area > .content .sidebar .map-search .search-box > input {
  width: 100%;
  color: var(--black) !important;
  height: 53px;
  padding: 0 1em 0 65px;
  border-radius: 8px !important;
}
.location-map-area > .content .sidebar .map-search > button {
  background: var(--red);
  width: 100%;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  height: 53px;
  text-align: center;
  padding: 0;
  border-radius: 8px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1600px) {
  .location-map-area > .content .sidebar .map-search {
    grid-template-columns: 1fr 130px;
  }
  .location-map-area > .content .sidebar .map-search .search-box input {
    border-radius: 8px 0 0 8px !important;
  }
  .location-map-area > .content .sidebar .map-search button {
    border-radius: 0 8px 8px 0 !important;
    min-width: unset;
  }
}
.location-map-area > .content .sidebar .location-links {
  display: grid;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1em;
}
.location-map-area > .content .sidebar .location-links .f-h5 {
  color: var(--white);
  margin-bottom: 0;
}

.location-data {
  display: none;
}

.closestLocations {
  width: 100%;
  padding: 4em 0;
  background: #F6F6F6;
  display: none;
}
.closestLocations > .content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.closestLocations .f-h2 {
  text-align: center;
}
.closestLocations .locations .content {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .closestLocations .locations .content {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-gap: 4em;
  }
}
.closestLocations .locations .content .location {
  text-align: center;
  margin-bottom: 3em;
}
.closestLocations .locations .content .location h2 {
  margin-bottom: 0.1em;
}
.closestLocations .locations .content .location .photo {
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 1.5em;
}
.closestLocations .locations .content .location .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.closestLocations .locations .content .location .distance {
  position: relative;
  display: inline-block;
}
.closestLocations .locations .content .location .distance:before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(/Content/Images/ico-pin.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}
.closestLocations .locations .content .location .services {
  font-size: 1.6rem;
  font-weight: 400;
}
.closestLocations .locations .content .location .services > p {
  margin: 0 0 0.2em;
}
.closestLocations .locations .content .location .services .service-list {
  list-style: none;
  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;
  row-gap: 10px;
  padding: 0;
  margin: 0 0 1em 0;
}
.closestLocations .locations .content .location .services .service-list li {
  font-weight: 700;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.closestLocations .locations .content .location .services .service-list li img {
  margin-right: 0.5em;
}
.closestLocations .locations .content .location .services .service-list li p {
  margin-bottom: 0;
}
.closestLocations .locations .content .location .services .service-list li:after {
  content: "|";
  display: inline-block;
  margin: 0 0.5em;
}
.closestLocations .locations .content .location .services .service-list li:last-of-type:after {
  content: none;
}

.js-pin-locations {
  counter-reset: section;
}

.location-search-form {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div[class*=gm] .branch-pin-modal {
  background: none;
  padding: 0;
  margin: 0;
}
div[class*=gm] .branch-pin-modal .distance {
  display: none;
}
div[class*=gm] .branch-pin-modal:before {
  content: none;
}

.branch-pin-modal {
  background: #262626;
  padding: 1em 1em 1em 2em;
  border-radius: 8px;
  margin: 1em 1em 1em 1.5em;
  text-align: left;
  position: relative;
}
.branch-pin-modal:before {
  counter-increment: section;
  content: counter(section);
  width: 36px;
  height: 49px;
  background: url(/Content/Images/ico-pin-solid.svg) no-repeat;
  background-size: contain;
  background-position: center;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 700;
  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;
  position: absolute;
  padding-bottom: 8px;
  top: 0.7em;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.heartland .branch-pin-modal:before {
  background: url(/Content/Images/heartland/ico-pin-solid.svg) no-repeat;
}

.branch-pin-modal h2 {
  font-size: 1.6rem;
  margin: 0 0 0.2em;
}
.branch-pin-modal .branch-pin-address {
  font-size: 1.2rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.branch-pin-modal .branch-pin-address .distance {
  font-style: italic;
}
.branch-pin-modal .branch-pin-services p {
  margin: 0;
}
.branch-pin-modal .branch-pin-services ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.2em;
     -moz-column-gap: 1.2em;
          column-gap: 1.2em;
  row-gap: 0.5em;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 1em 0;
  font-weight: 700;
}
.branch-pin-modal .branch-pin-services ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heartland .branch-pin-modal .branch-pin-services ul li img {
  -webkit-filter: var(--orange-filter);
          filter: var(--orange-filter);
}

.branch-pin-modal .ghost-btn {
  font-size: 1.4rem;
  padding: 0.7em 1.2em;
}

.all-locations-area {
  padding: 0 20px;
  margin-bottom: 3em;
}
.all-locations-area > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-gap: 2em;
}
@media screen and (min-width: 980px) {
  .all-locations-area > .content {
    grid-template-columns: 400px 1fr;
    grid-gap: 4em;
  }
}
.all-locations-area > .content .sidebar .filter {
  background: var(--red);
  padding: 2em;
  color: var(--white);
  border-radius: 20px;
}
.heartland .all-locations-area > .content .sidebar .filter {
  background: var(--heartland-blue);
}

.all-locations-area > .content .sidebar .filter .filter-head {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
}
.all-locations-area > .content .sidebar .filter .filter-head > img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  margin-right: 10px;
}
.all-locations-area > .content .sidebar .filter .filter-form label {
  font-size: 1.4rem;
  color: var(--white);
  display: block;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 980px) {
  .all-locations-area > .content .sidebar .filter .filter-form label {
    text-align: center;
  }
}
.all-locations-area > .content .sidebar .filter .filter-form select {
  height: 60px;
  border-radius: 8px;
  color: var(--black);
  width: 100%;
  padding: 0 1em;
}
.all-locations-area > .content .location-list .state-section {
  margin-bottom: 3em;
}
.all-locations-area > .content .location-list .state-section .state-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 700;
  -webkit-column-gap: 0.7em;
     -moz-column-gap: 0.7em;
          column-gap: 0.7em;
  align-items: center;
}
.all-locations-area > .content .location-list .state-section .state-header img {
  width: 60px;
}
.all-locations-area > .content .location-list .state-section .locations .location-listing {
  display: grid;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (min-width: 980px) {
  .all-locations-area > .content .location-list .state-section .locations .location-listing {
    grid-template-columns: 6fr 5fr;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
    margin-bottom: 5em;
    padding: 0 3em;
    text-align: left;
  }
}
.all-locations-area > .content .location-list .state-section .locations .location-listing > img {
  width: 100%;
  aspect-ratio: 34/21;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 20px;
}
@media screen and (max-width: 980px) {
  .all-locations-area > .content .location-list .state-section .locations .location-listing > img {
    margin-bottom: 1em;
  }
}
.all-locations-area > .content .location-list .state-section .locations .location-listing .info > h2 {
  font-size: clamp(1.8rem, 2vw, 2.5rem);
}
.all-locations-area > .content .location-list .state-section .locations .location-listing .info .services-list {
  font-size: 1.4rem;
  margin-bottom: 2em;
}
.all-locations-area > .content .location-list .state-section .locations .location-listing .info .services-list p {
  margin: 0;
}
.all-locations-area > .content .location-list .state-section .locations .location-listing .info .services-list > p {
  margin-bottom: 0.7em;
}
.all-locations-area > .content .location-list .state-section .locations .location-listing .info .services-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
}
@media screen and (max-width: 980px) {
  .all-locations-area > .content .location-list .state-section .locations .location-listing .info .services-list ul {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.all-locations-area > .content .location-list .state-section .locations .location-listing .info .services-list ul li {
  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-line-pack: center;
      align-content: center;
  font-size: 1.6rem;
  /* &:after {
      content: '|';
      display: inline-block;
      margin: 0 .7em;
  }*/
}
.all-locations-area > .content .location-list .state-section .locations .location-listing .info .services-list ul li img {
  margin-right: 5px;
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.heartland .all-locations-area > .content .location-list .state-section .locations .location-listing .info .services-list ul li img {
  -webkit-filter: var(--orange-filter);
          filter: var(--orange-filter);
}

.all-locations-area > .content .location-list .state-section .locations .location-listing .info .services-list ul li p {
  margin-bottom: 0;
}
.all-locations-area > .content .location-list .state-section .locations .location-listing .info .services-list ul li:last-of-type:after {
  content: none;
}
.accordion-container {
  border-top: solid 1px #E3E3E3;
}
.accordion-container.active {
  background: #F6F6F6;
}
.accordion-container:nth-last-child(1 of .accordion-container) {
  border-bottom: solid 1px #E3E3E3;
}
.accordion-container .accordion-button {
  width: 100%;
  padding: 0.7em 3em 0.7em 1em;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}
.accordion-container .accordion-content {
  padding: 1em;
}

.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*


.location-atm-map {
    background: url(/Content/Images/map-back.jpg) no-repeat;
    background-size: cover;
    padding: 3em $mobile-padding;
    margin-bottom: 3em;

    > .content {
        display: grid;

        @include tablet {
            display: flex;
            column-gap: 20px;
            justify-content: center;
            align-items: center;
        }

        > h2 {
            margin: 0;

            @include mobile {
                margin-bottom: 1em;
            }
        }

        form {
            display: grid;
            grid-template-columns: 1fr 90px;

            @include tablet {
                grid-template-columns: 1fr 130px;
            }

            grid-gap: 10px;
        }

        .search-box {
            position: relative;

            &:before {
                content: '';
                width: 24px;
                height: 24px;
                background: url(/Content/Images/ico-locations.svg) no-repeat;
                background-size: contain;
                display: block;
                position: absolute;
                left: 16px;
                top: 14px;
            }

            input {
                height: 53px;
                width: 100%;
                border-radius: 15px;
                border: solid 2px #D4C6A7;
                padding: 0 .5em 0 60px;

                @include tablet {
                    min-width: 360px;
                }
            }
        }

        button {
            padding: 0;
        }
    }
}

.map-holder {

    iframe {
        width: 100%;
        height: 100%;
        border: none;
        padding: 0;
    }
}

.location-listing {
    padding: 0 $mobile-padding;
    margin-bottom: 6em;

    > .content {
        @include max-wrap;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, max-content));
        grid-gap: clamp(20px, 4vw, 50px);

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

    .location-card {
        background: $background-gray;

        &:nth-child(2n) .location-photo:before {
            background: $teel;
        }

        &:nth-child(3n) .location-photo:before {
            background: $blue;
        }

        &:nth-child(4n) .location-photo:before {
            background: $orange;
        }

        &:nth-child(5n) .location-photo:before {
            background: $green;
        }

        &.large-copy .copy {
            font-size: clamp(1.8rem, 2vw, 2rem);
        }

        .location-photo {
            aspect-ratio: 3/2;
            position: relative;

            &:before {
                content: '';
                width: 40%;
                height: 20px;
                display: block;
                z-index: 2;
                position: absolute;
                bottom: 0;
                left: 0;
                background: $red;
            }

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

        .info {
            padding: 2em;

            h3 {
                margin-bottom: .4em;
            }

            .address {
                margin-bottom: 1em;

                p:last-of-type {
                    margin: 0;
                }
            }

            .additional-info {
                margin-bottom: 1em;
            }

            .actions {
                display: grid;
                grid-template-columns: 1fr 1fr;
                grid-gap: 40px;

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

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

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

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

.breadcrumb-area {
  padding: 3em 20px 1em;
  font-size: 1.2rem;
  margin-bottom: 3em;
}
.breadcrumb-area > .content {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .breadcrumb-area {
    display: none;
  }
}
.breadcrumb-area a {
  color: var(--black);
  text-decoration: none;
}
.breadcrumb-area a:after {
  content: "|";
  margin: 0 0.7em;
}
.breadcrumb-area *:last-child:after {
  content: none;
}

.directory-header {
  padding: 20px 0 0;
  margin-bottom: 4em;
}
@media screen and (min-width: 980px) {
  .directory-header {
    padding: 80px 20px 0;
    background: linear-gradient(180deg, rgba(var(--white), 1) 0%, rgba(var(--white), 1) 80px, #f6f6f6 80px);
    position: relative;
  }
  .directory-header:after {
    content: "";
    width: 50vw;
    height: calc(100% - 80px);
    display: block;
    background: #E3E3E3;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
  }
  .heartland .directory-header:after {
    width: 100vw;
  }
}
.directory-header > .content {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .directory-header > .content {
    background: rgb(246, 246, 246);
    background: linear-gradient(90deg, #f6f6f6 0%, #f6f6f6 calc(50% - clamp(100px, 40vw, 500px)), #e3e3e3 calc(50% - clamp(100px, 40vw, 500px)));
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 40px;
  }
  .heartland .directory-header > .content {
    background: #E3E3E3;
  }
}
.directory-header > .content .photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1.25;
}
@media screen and (max-width: 980px) {
  .directory-header > .content .photo {
    background: linear-gradient(180deg, rgba(var(--white), 1) 0%, rgba(var(--white), 1) 80px, #e3e3e3 80px);
  }
}
.directory-header > .content .photo:before {
  content: "";
  position: absolute;
  aspect-ratio: 160/181;
  background-image: url(/Content/Images/internal-header-wings.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: -90px;
  right: 0;
  height: 100%;
  z-index: 0;
}
.heartland .directory-header > .content .photo:before {
  content: none;
}

@media screen and (max-width: 980px) {
  .directory-header > .content .photo:before {
    height: calc(100% - 80px);
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 980px) {
  .directory-header > .content .photo:after {
    content: "";
    width: 50%;
    height: calc(100% - 80px);
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: #F6F6F6;
    z-index: 0;
  }
}
.directory-header > .content .photo img {
  position: absolute;
  width: 100%;
  height: calc(100% + 80px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .directory-header > .content .photo img {
    width: 90%;
    left: 5%;
  }
}
.directory-header > .content .info-area {
  display: grid;
  padding: 3em 2em;
  background: #F6F6F6;
}
@media screen and (min-width: 980px) {
  .directory-header > .content .info-area {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    padding: 4em 0;
    background: none;
  }
}
@media screen and (max-width: 980px) {
  .directory-header > .content .info-area .info {
    text-align: center;
    margin-bottom: 2em;
  }
}
.directory-header > .content .info-area .info h1 {
  color: var(--black);
  margin-bottom: 0;
}
.directory-header > .content .info-area .info .position {
  font-weight: 700;
  margin-bottom: 1.5em;
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.directory-header > .content .info-area .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  font-weight: 700;
  margin-bottom: 0.7em;
  font-size: clamp(1.6rem, 2vw, 2rem);
}
@media screen and (max-width: 980px) {
  .directory-header > .content .info-area .info dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.directory-header > .content .info-area .info dl dd, .directory-header > .content .info-area .info dl dt {
  padding: 0;
  margin: 0;
}
.directory-header > .content .info-area .info dl dt {
  font-weight: 400;
}
.directory-header > .content .info-area .info .dl-link {
  font-weight: 700;
  margin-bottom: 0.7em;
  font-size: clamp(1.6rem, 2vw, 2rem);
  text-decoration: underline;
  display: block;
}
@media screen and (min-width: 980px) {
  .directory-header > .content .info-area > .actions {
    padding: 0 40px;
    border-left: solid 1px #CCC;
  }
}
.directory-header > .content .info-area > .actions .employee-links {
  display: grid;
  grid-gap: 0.4em;
}

.events {
  padding: 2em 20px;
  margin-bottom: 4em;
}
.events > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.events .article {
  border-radius: 35px;
  overflow: hidden;
  background: var(--background-gray);
  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: var(--primary-color);
  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 20px;
}
.blog-detail > .content {
  max-width: 1400px;
  margin: 0 auto;
}

.contact-cols {
  padding: 0 20px;
  margin-bottom: 5em;
}
@media screen and (min-width: 980px) {
  .contact-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    position: relative;
  }
  .contact-cols:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: clamp(640px, 65%, 969px);
    width: 100vw;
    height: 100%;
    background: #F6F6F6;
    border-radius: 0 0 0 50px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1500px) {
  .contact-cols:before {
    left: calc(53vw + 126px);
  }
}
.contact-cols .breadcrumbs {
  left: 0;
}
@media screen and (min-width: 980px) {
  .contact-cols > .content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: clamp(50px, 8vw, 100px);
    max-width: 1400px;
    margin: 0 auto;
  }
}
.contact-cols .main-area {
  margin-bottom: 3em;
}
@media screen and (max-width: 980px) {
  .contact-cols .sidebar {
    background: #F6F6F6;
    padding: 20px;
    margin: 0 -20px;
  }
}
@media screen and (min-width: 980px) {
  .contact-cols .sidebar {
    padding-left: 20px;
    padding-top: 11em;
  }
}
.contact-cols .contact-box h2 {
  display: none;
}
.contact-cols .contact-box .accordion-content {
  padding: 1em;
}
@media screen and (min-width: 980px) {
  .contact-cols .contact-box {
    padding: 0;
    border: none;
  }
  .contact-cols .contact-box > button {
    display: none;
  }
  .contact-cols .contact-box h2 {
    margin: 0;
    display: block;
  }
  .contact-cols .contact-box .accordion-content {
    display: block;
    padding: 0;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  .contact-cols .contact-box .accordion-content {
    display: block !important;
  }
}
@media screen and (min-width: 980px) {
  .contact-cols .contact-box .accordion-content .fsBody > div {
    padding: 0;
  }
}

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

.mobile-accordion .accordion-button {
  text-align: center;
  margin: 2em auto 1em;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .mobile-accordion .accordion-button {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .mobile-accordion .accordion-content {
    display: none;
  }
}
.active.mobile-accordion .accordion-content {
  display: block;
}

.sitemap {
  padding: 0 20px;
  margin-bottom: 4em;
}
.sitemap > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.sitemap > .content > ul {
  list-style: none;
}
@media screen and (min-width: 980px) {
  .sitemap > .content > ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
  }
}
.sitemap > .content > ul li {
  margin-bottom: 0.7em;
}

.feature-slider {
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .feature-slider {
    margin-bottom: 5em;
  }
}
.hydrated .feature-slider {
  visibility: visible !important;
}

.feature-slider .splide__arrow--prev {
  background: rgba(255, 255, 255, 0.5) url(/Content/images/ico-arrow-left.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 40px;
  border-radius: 0 5px 5px 0;
  padding: 1em;
  width: 80px;
  height: 46px;
  left: 0;
}
@media screen and (max-width: 980px) {
  .feature-slider .splide__arrow--prev {
    background: rgb(22, 22, 22) url(/Content/images/ico-arrow-left.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    background-size: 30px;
    border-radius: 0 5px 0px 0;
    padding: 1em;
    width: 60px;
    height: 32px;
    top: 60vw;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    left: 0;
  }
}
.feature-slider .splide__arrow--prev svg {
  display: none;
}
.feature-slider .splide__arrow--next {
  background: rgba(255, 255, 255, 0.5) url(/Content/images/ico-arrow-left.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 40px;
  border-radius: 0 5px 5px 0;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
  padding: 1em;
  width: 80px;
  height: 46px;
  left: auto;
  right: 0;
}
@media screen and (max-width: 980px) {
  .feature-slider .splide__arrow--next {
    background: rgb(22, 22, 22) url(/Content/images/ico-arrow-left.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    background-size: 30px;
    border-radius: 0 0 5px 0;
    padding: 1em;
    width: 60px;
    height: 32px;
    top: 60vw;
    -webkit-transform: translateY(-100%) scale(-1);
            transform: translateY(-100%) scale(-1);
  }
}
.feature-slider .splide__arrow--next svg {
  display: none;
}

.feature {
  overflow: hidden;
  position: relative;
  --filter: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1.1'>    <defs>      <filter id='co48-48-48'>        <feColorMatrix in='SourceGraphic'                       type='matrix'                       values='0 0 0 0 0.1882352941                               0 0 0 0 0.1882352941                               0 0 0 0 0.1882352941                               0 0 0 1 0' />      </filter>  </defs></svg>#co48-48-48");
}
.feature h1 {
  font-size: clamp(2.3rem, 7.3vw, 4rem);
}
.feature > .feature-back {
  width: 58%;
  height: 100%;
  position: absolute;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
  top: 0;
  left: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-filter: var(--filter);
          filter: var(--filter);
}
.red.feature > .feature-back {
  -webkit-filter: var(--theme-red-filter);
          filter: var(--theme-red-filter);
}

.dark-gray.feature > .feature-back {
  -webkit-filter: var(--theme-black-filter);
          filter: var(--theme-black-filter);
}

.white.feature > .feature-back {
  -webkit-filter: var(--theme-white-filter);
          filter: var(--theme-white-filter);
}

.light-gray.feature > .feature-back {
  -webkit-filter: var(--theme-gray-filter);
          filter: var(--theme-gray-filter);
}

@media screen and (max-width: 980px) {
  .feature > .feature-back {
    height: 60vw;
    max-height: 500px;
    width: 20vw;
  }
}
.feature:before {
  content: "";
  width: calc(58% + 30px);
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), color-stop(81%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 81%, rgba(255, 255, 255, 0) 100%);
}
.feature:before.white-dark, .feature:before.gray-dark, .feature:before.light-gray-dark, .feature:before.red-dark {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), color-stop(81%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 81%, rgba(0, 0, 0, 0) 100%);
}
.feature:before.white, .feature:before.gray, .feature:before.light-gray, .feature:before.red {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), color-stop(81%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 81%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 980px) {
  .feature:before {
    height: 60vw;
    max-height: 500px;
    width: 0vw;
  }
}
.feature > .content {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .feature > .content {
    grid-template-columns: 4fr 6fr;
    grid-gap: 0;
    min-height: 38vw;
    height: 100%;
  }
}
.feature > .content > .info {
  padding: 3em 20px 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 10;
  max-width: 600px;
  margin: 0 auto;
}
.active.feature > .content > .info, .hydrated .feature > .content > .info {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.active.feature > .content > .info .f-h1 strong:after, .hydrated .feature > .content > .info .f-h1 strong:after {
  width: 100%;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

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

@media screen and (min-width: 980px) {
  .feature > .content > .info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 3em 0 3em 6em;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.feature > .content > .info h1 {
  margin-bottom: 0.3em;
  color: var(--black);
}
@media screen and (min-width: 980px) {
  .feature > .content > .info h1 {
    color: var(--white);
  }
  .white.feature > .content > .info h1 {
    color: var(--black);
  }
}
.feature > .content > .info h1 strong {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.feature > .content > .info h1 strong:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 7px;
  background-color: var(--red);
  width: 0;
  z-index: -1;
}
.feature > .content > .info .copy {
  font-size: clamp(1.5rem, 1.5vw, 1.8rem);
  margin-bottom: 2em;
}
.feature > .content > .info .copy:last-child {
  margin: 0;
}
@media screen and (min-width: 980px) {
  .feature > .content > .info .copy {
    color: var(--white);
  }
  .white.feature > .content > .info .copy {
    color: var(--black);
  }
}
.feature > .content > .info .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.7em;
     -moz-column-gap: 0.7em;
          column-gap: 0.7em;
  row-gap: 0.7em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .feature > .content > .info .actions {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 980px) {
  .feature > .content .image-back {
    height: 60vw;
    max-height: 500px;
  }
  .feature > .content .image-back img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (min-width: 980px) {
  .feature > .content .image-back {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.feature > .content .image-back img, .feature > .content .image-back video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 980px) {
  .feature > .content .image-back img, .feature > .content .image-back video {
    width: 71vw;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    display: block;
    object-position: top;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.feature .f-h1 strong:after {
  width: 100%;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.page-section {
  padding: 0 20px;
  margin-bottom: 3em;
  /*	.f-h2 {
  	&:after {
  		content: none;
  	}
  }*/
}
@media screen and (min-width: 980px) {
  .page-section {
    margin-bottom: 4em;
  }
}
.page-section > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.content .page-section {
  padding: 0;
}
.page-section.center {
  text-align: center;
}
.page-section .actions {
  display: grid;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.5em;
}
@media screen and (min-width: 980px) {
  .page-section .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.center.page-section .actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-section ul {
  margin-bottom: 2em;
  padding-left: 0;
}
@media screen and (min-width: 980px) {
  .page-section ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.page-section ul li {
  margin-bottom: 0.8em;
  padding-left: 21px;
  list-style: none;
  display: block;
  position: relative;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.page-section ul li ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  list-style: none;
}
.page-section ul li ul li:before {
  content: none;
}
.page-section ul li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  height: 9px;
  width: 11px;
  background-image: url(/Content/Images/check.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.page-section img {
  border-radius: 30px;
  margin-bottom: 0.5em;
}
.page-section .caption {
  font-size: 1.4rem;
  font-style: italic;
}
@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 20px;
}
.page-section.search-results > .content {
  max-width: 1400px;
  margin: 0 auto;
  margin: 0 auto;
}
.page-section.search-results .search-tile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 800px;
  /*           align-items: center;*/
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.5em;
  margin-bottom: 2em;
}
.page-section.search-results .search-tile .search-tile-title {
  margin-bottom: 0.2em;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
}
@media screen and (min-width: 980px) {
  .page-section.search-results .search-tile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-section.search-results .search-tile a img {
  border-radius: 20px;
  margin-bottom: 1em;
}
.page-section.search-results .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 1em;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1em;
}
.page-section.search-results .search-tile-content {
  margin-bottom: 2em;
}
.page-section.search-results .search-tile-content h3 {
  margin-bottom: 0;
}

.photo-banner {
  margin-bottom: 4em;
  padding-top: 55vw;
  position: relative;
}
@media screen and (min-width: 980px) {
  .photo-banner {
    background: no-repeat;
    padding: 0 20px;
    background-size: cover;
    background-position: top right;
  }
}
.photo-banner > img {
  width: 100vw;
  height: calc(55vw + 30px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 980px) {
  .photo-banner > img {
    height: 100%;
  }
}
.photo-banner > .content {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .photo-banner > .content {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  .photo-banner > .content {
    padding: 4em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 30vw;
  }
}
.photo-banner > .content > .top-area {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 980px) {
  .photo-banner > .content > .top-area {
    padding: 2em;
    background: #F6F6F6;
    border-radius: 10px;
  }
}
@media screen and (min-width: 980px) {
  .photo-banner > .content > .top-area {
    width: 45%;
    max-width: 600px;
    background: rgba(255, 255, 255, 0.7);
    padding: 3em;
    border-radius: 20px;
  }
}
.photo-banner > .content > .top-area .info {
  color: var(--black);
}
.photo-banner > .content > .top-area .info h2 {
  color: var(--black);
  margin-bottom: 0.4em;
}
.photo-banner > .content > .top-area .info h3 {
  color: var(--black);
  margin-bottom: 0.5em;
}
.photo-banner > .content > .top-area .info > .copy {
  color: var(--black);
  margin-bottom: 1.5em;
}
.photo-banner > .content > .top-area .info > .copy *:last-child {
  margin-bottom: 0;
}
.photo-banner > .content > .top-area .info > .actions {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.5em;
}
@media screen and (min-width: 980px) {
  .photo-banner > .content > .top-area .info > .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.digital-banner {
  min-height: 48vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .digital-banner {
    background-size: 160%;
    background-position: 10% 0%;
    padding: 70vw 20px 50px;
  }
}
@media screen and (min-width: 980px) {
  .digital-banner {
    background-size: 100%;
    background-position: bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 980px) {
  .digital-banner > .content {
    width: calc(55% - 30px);
    max-width: 750px;
    margin-left: 45vw;
  }
}
@media screen and (min-width: 980px) {
  .digital-banner > .content > .info-holder {
    padding-bottom: clamp(260px, 10vw, 500px);
  }
}
.digital-banner > .content > .info-holder .info h2 {
  margin-bottom: 1em;
}
.digital-banner > .content > .info-holder .info .actions {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1.5em;
  margin-bottom: 2em;
}
.digital-banner > .content > .info-holder .info .actions a {
  font-size: clamp(2rem, 2.4vw, 2.4rem);
}
@media screen and (min-width: 980px) {
  .digital-banner > .content > .info-holder .info .actions {
    margin-bottom: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    row-gap: 0.5em;
  }
}
.digital-banner > .content > .info-holder .info .sub-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

.community-banner {
  padding: 0 20px;
  margin-bottom: 5em;
  position: relative;
}
@media screen and (max-width: 980px) {
  .community-banner {
    padding-top: calc(69vw - 30px);
  }
}
@media screen and (min-width: 980px) {
  .community-banner.no-stats .community-back {
    height: 100%;
  }
}
.community-banner .community-back {
  height: 69vw;
  width: 100%;
  -o-object-position: top left;
     object-position: top left;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  .community-banner .community-back {
    height: 50%;
    width: 100%;
    -o-object-position: top;
       object-position: top;
  }
}
.community-banner > .content {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .community-banner > .content > .top-area {
    position: relative;
    margin-bottom: 3em;
  }
  .community-banner > .content > .top-area:before {
    content: "";
    width: 100vw;
    height: calc(100% + 270px);
    background: var(--red);
    border-radius: 0 0 20px 20px;
    position: absolute;
    top: 30px;
    left: -20px;
    z-index: -1;
  }
  .heartland .community-banner > .content > .top-area:before {
    background: var(--heartland-blue);
  }
}
@media screen and (min-width: 980px) {
  .community-banner > .content > .top-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 4em 0;
  }
}
.community-banner > .content > .top-area .info {
  background: var(--white);
  padding: 2em;
  border-radius: 30px;
}
@media screen and (min-width: 980px) {
  .community-banner > .content > .top-area .info {
    width: 40%;
    background: rgba(var(--white), 0.27);
    -webkit-backdrop-filter: blur(0.5);
            backdrop-filter: blur(0.5);
    max-width: 540px;
  }
}
.community-banner > .content > .top-area .info h2 {
  margin-bottom: 1em;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
}
.community-banner > .content > .top-area .info h3 {
  margin-bottom: 1em;
}
.community-banner > .content > .top-area .info .copy {
  margin-bottom: 2em;
}
.community-banner > .content > .top-area .info .copy:last-child {
  margin: 0;
}
.community-banner > .content > .top-area .info .actions {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  row-gap: 0.5em;
}
@media screen and (min-width: 980px) {
  .community-banner > .content > .top-area .info .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.community-banner > .content > .bottom-area {
  position: relative;
  z-index: 5;
  padding: 0 1em;
}
.community-banner > .content > .bottom-area .splide__arrows {
  position: absolute;
  top: 53vw;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -27px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100vw - 20px);
}
@media screen and (min-width: 980px) {
  .community-banner > .content > .bottom-area .splide__arrows {
    top: 140px;
    width: calc(100% + 54px);
  }
}
.community-banner > .content > .bottom-area .splide__arrows .left-arrow, .community-banner > .content > .bottom-area .splide__arrows .right-arrow {
  width: 70px;
  height: 32px;
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(591%) hue-rotate(164deg) brightness(92%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(591%) hue-rotate(164deg) brightness(92%) contrast(86%);
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.community-banner > .content > .bottom-area .splide__arrows .left-arrow:hover, .community-banner > .content > .bottom-area .splide__arrows .right-arrow:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(5%) saturate(0%) hue-rotate(27deg) brightness(80%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(96%) sepia(5%) saturate(0%) hue-rotate(27deg) brightness(80%) contrast(96%);
}
@media screen and (min-width: 980px) {
  .community-banner > .content > .bottom-area .splide__arrows .left-arrow {
    left: -80px;
    position: relative;
  }
  .community-banner > .content > .bottom-area .splide__arrows .right-arrow {
    -webkit-transform: scaleX(-1) translateX(-60px);
            transform: scaleX(-1) translateX(-60px);
  }
}
@media screen and (min-width: 980px) {
  .community-banner > .content > .bottom-area {
    padding: 3em 0 0 4em;
  }
  .community-banner > .content > .bottom-area:before {
    content: "";
    width: calc(100% - 300px);
    border-radius: 30px;
    padding: 2em;
    background: var(--red);
    position: absolute;
    top: 0;
    left: 0;
    height: 350px;
    z-index: -1;
  }
  .heartland .community-banner > .content > .bottom-area:before {
    background: var(--heartland-blue);
  }
}
.community-banner > .content > .bottom-area h2 {
  color: var(--white);
  margin-bottom: 0.5em;
}
@media screen and (min-width: 980px) {
  .community-banner > .content > .bottom-area h2 {
    margin-bottom: 1.5em;
  }
}
.community-banner > .content > .bottom-area .cards {
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .community-banner > .content > .bottom-area .cards {
    width: calc(100% - 100px);
  }
}
.community-banner > .content > .bottom-area .cards .card {
  width: 325px;
}
.community-banner > .content > .bottom-area .cards .card img {
  width: 100%;
  aspect-ratio: 325/360;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin-bottom: 1em;
  border-radius: 30px;
}
.community-banner > .content > .bottom-area .cards .card .info h3 {
  margin-bottom: 0.7em;
  font-size: 1.8rem;
}
.community-banner > .content > .bottom-area .cards .card .info .copy {
  margin-bottom: 1em;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
}
.community-banner > .content .block-cta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.7em;
     -moz-column-gap: 0.7em;
          column-gap: 0.7em;
  row-gap: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.headline-banner {
  padding: 5em 20px;
  background: var(--background-gray);
}
@media screen and (min-width: 980px) {
  .headline-banner {
    padding: 3em 20px;
  }
}
.headline-banner > .content {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  .headline-banner > .content {
    grid-template-columns: 105px 1fr -webkit-max-content;
    grid-template-columns: 105px 1fr max-content;
    grid-gap: 2em;
  }
}
.headline-banner > .content > img {
  width: 100%;
  min-width: 70px;
}
.headline-banner > .content h2 {
  margin: 0;
}
@media screen and (min-width: 980px) {
  .headline-banner > .content h2 {
    padding-right: 1em;
    border-right: solid 1px var(--orange);
  }
}
@media screen and (max-width: 980px) {
  .headline-banner > .content .actions {
    grid-column: 1/span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.photo-split {
  padding: 0 20px;
  position: relative;
  z-index: 3;
  margin-bottom: 4em;
}
@media screen and (max-width: 980px) {
  .photo-split {
    margin-bottom: 3em;
    width: 100vw;
    overflow-x: clip;
  }
}
.content .photo-split {
  padding: 0;
}
.photo-split .content {
  max-width: 900px;
  margin: 0 auto;
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .photo-split .content {
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
  }
}
.directory-format.photo-split .content {
  max-width: 1400px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .directory-format.photo-split .content {
    grid-template-columns: 800fr 574fr;
    grid-gap: 26px;
  }
  .photo-right.directory-format.photo-split .content {
    grid-template-columns: 574fr 800fr;
  }
}

@media screen and (min-width: 980px) {
  .photo-split .content .photo {
    position: relative;
    min-height: 400px;
  }
  .photo-right.photo-split .content .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.photo-split .content .photo img {
  border-radius: 15px;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 980px) {
  .photo-split .content .photo img {
    aspect-ratio: 374/306;
  }
}
@media screen and (min-width: 980px) {
  .photo-split .content .photo img {
    position: absolute;
    border-radius: 30px;
    height: 100%;
  }
}
.photo-split .content .info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0.7em 0 0;
}
@media screen and (max-width: 980px) {
  .photo-split .content .info {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 980px) {
  .photo-split .content .info {
    padding: 39px 0;
  }
  .photo-right.photo-split .content .info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .directory-format.photo-split .content .info {
    padding: 0;
  }
}
.photo-split .content .info .info-box {
  padding: 2.5em;
  background: #F6F6F6;
  border-radius: 15px;
  min-height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 980px) {
  .photo-split .content .info .info-box {
    border-radius: 30px;
  }
}
.item_1.photo-split .content .info .info-box {
  background: #e9e9e9;
}

.item_2.photo-split .content .info .info-box {
  background: #dddddd;
}

.item_4.photo-split .content .info .info-box {
  background: #e9e9e9;
}

.item_5.photo-split .content .info .info-box {
  background: #dddddd;
}

.photo-split .content .info .info-box h2 {
  color: var(--black);
  margin-bottom: 0.6em;
}
.photo-split .content .info .info-box .copy {
  color: var(--black);
  margin-bottom: 1.5em;
  font-size: 1.6rem;
}
.photo-split .content .info .info-box .copy *:last-child {
  margin: 0;
}
.photo-split .content .info .info-box .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  row-gap: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .photo-split .content .info .info-box .actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.directory-format.photo-split .content .info .info-box .actions {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .directory-format.photo-split .content .info .info-box .actions {
    display: block;
    margin-bottom: 1.5em;
    line-height: 1.3;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
  .directory-format.photo-split .content .info .info-box .actions:has([class*=-btn]) {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    grid-template-columns: 1fr 1fr;
    display: grid;
    row-gap: 0.8em;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .directory-format.photo-split .content .info .info-box .actions:has([class*=-btn]) a {
    margin-bottom: 0;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .directory-format.photo-split .content .info .info-box .actions a {
    display: block;
    margin-bottom: 1.5em;
    line-height: 1.3;
  }
}

.photo-split > .content .photo {
  position: relative;
  left: -100px;
  opacity: 0;
  -webkit-transition: left 0.4s ease, opacity 0.2s ease;
  transition: left 0.4s ease, opacity 0.2s ease;
}
.photo-split.active > .content .photo, .hydrated .photo-split > .content .photo {
  left: 0;
  opacity: 1;
}
.photo-split.photo-right > .content .photo {
  position: relative;
  left: 100px;
  opacity: 0;
  -webkit-transition: left 0.4s ease, opacity 0.2s ease;
  transition: left 0.4s ease, opacity 0.2s ease;
}
.photo-split.photo-right.active > .content .photo, .hydrated .photo-split.photo-right > .content .photo {
  left: 0;
  opacity: 1;
}

.photo-split:nth-child(1) > .content .photo {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.photo-split:nth-child(2) > .content .photo {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.photo-split:nth-child(3) > .content .photo {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.photo-split:nth-child(4) > .content .photo {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.photo-split:nth-child(5) > .content .photo {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.photo-split:nth-child(6) > .content .photo {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.photo-split:nth-child(7) > .content .photo {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.photo-split:nth-child(8) > .content .photo {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.photo-split:nth-child(9) > .content .photo {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.photo-split:nth-child(10) > .content .photo {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.icon-banner {
  padding: 0 20px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .icon-banner {
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 980px) {
  .icon-banner {
    overflow-x: clip;
  }
}
.icon-banner > .content {
  max-width: 1400px;
  margin: 0 auto;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: var(--dark-gray);
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.active.icon-banner > .content, .hydrated .icon-banner > .content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 980px) {
  .icon-banner > .content {
    padding: 2em 3em 1.5em;
    border-radius: 30px 0 0 30px;
    width: calc(100vw - 20px);
  }
}
@media screen and (min-width: 980px) {
  .icon-banner > .content {
    padding: 3em 5em;
  }
}
.icon-banner > .content:not(:has(.active)) .item_0 {
  display: block;
}
.icon-banner > .content:not(:has(.active)) .category-filter button:first-of-type {
  opacity: 1;
  text-decoration-color: var(--red);
}
.icon-banner > .content .category-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  font-weight: 700;
  color: var(--white);
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 980px) {
  .icon-banner > .content .category-filter {
    white-space: nowrap;
    overflow: auto;
    width: calc(100% + 30px);
    padding: 1em 100px 1em 0;
  }
}
.icon-banner > .content .category-filter button {
  opacity: 0.5;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: transparent;
}
.icon-banner > .content .category-filter button.active {
  opacity: 1;
  text-decoration-color: var(--red);
}
@media screen and (max-width: 980px) {
  .icon-banner > .content .card-list {
    margin-right: 5em !important;
  }
}
.icon-banner > .content .icons {
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.icon-banner > .content .icons.fadeout {
  opacity: 0;
}
@media screen and (max-width: 980px) {
  .icon-banner > .content .icons.icon-category-splide .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    margin-top: 1.5em;
  }
  .icon-banner > .content .icons.icon-category-splide .splide__arrow--prev {
    position: relative;
    top: 0px;
    -webkit-filter: contrast(0);
            filter: contrast(0);
    border-radius: 0;
    left: 0;
    background-position: center;
    -webkit-transform: none;
            transform: none;
  }
  .icon-banner > .content .icons.icon-category-splide .splide__arrow--next {
    position: relative;
    top: 0px;
    -webkit-filter: contrast(0);
            filter: contrast(0);
    border-radius: 0;
    left: 0;
    background-position: center;
    -webkit-transform: scaleX(-1) translate(0, 0);
            transform: scaleX(-1) translate(0, 0);
  }
}
@media screen and (min-width: 980px) {
  .icon-banner > .content .icons.icon-category-splide .splide__arrow--prev {
    background: rgba(255, 255, 255, 0) url(/Content/images/ico-arrow-left.svg) no-repeat;
    background-position: center center;
    background-size: 40px;
    border-radius: 0 5px 5px 0;
    padding: 1em;
    width: 50px;
    height: 40px;
    position: absolute;
    left: 46px;
    left: -4em;
    top: 50px;
    -webkit-transition: -webkit-filter 0.2s ease;
    transition: -webkit-filter 0.2s ease;
    transition: filter 0.2s ease;
    transition: filter 0.2s ease, -webkit-filter 0.2s ease;
  }
  .icon-banner > .content .icons.icon-category-splide .splide__arrow--prev svg {
    display: none;
  }
  .icon-banner > .content .icons.icon-category-splide .splide__arrow--prev:not([disabled]):hover {
    -webkit-filter: brightness(0.75);
            filter: brightness(0.75);
  }
  .icon-banner > .content .icons.icon-category-splide .splide__arrow--prev[disabled] {
    opacity: 0.2;
  }
  .icon-banner > .content .icons.icon-category-splide .splide__arrow--next {
    background: rgba(255, 255, 255, 0) url(/Content/images/ico-arrow-left.svg) no-repeat;
    background-position: center center;
    background-size: 40px;
    border-radius: 0 5px 5px 0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    background-size: 40px;
    padding: 1em;
    width: 50px;
    height: 40px;
    position: absolute;
    left: auto;
    right: -4em;
    top: 50px;
    -webkit-transition: -webkit-filter 0.2s ease;
    transition: -webkit-filter 0.2s ease;
    transition: filter 0.2s ease;
    transition: filter 0.2s ease, -webkit-filter 0.2s ease;
  }
  .icon-banner > .content .icons.icon-category-splide .splide__arrow--next[disabled] {
    opacity: 0.2;
  }
  .icon-banner > .content .icons.icon-category-splide .splide__arrow--next:not([disabled]):hover {
    -webkit-filter: brightness(0.75);
            filter: brightness(0.75);
  }
  .icon-banner > .content .icons.icon-category-splide .splide__arrow--next svg {
    display: none;
  }
}
.icon-banner > .content .icons.active {
  display: block;
}
@media screen and (max-width: 980px) {
  .icon-banner > .content .icons {
    width: calc(100vw - 30px);
  }
  .icon-banner > .content .icons .splide__arrows {
    margin-top: 1.5em;
  }
  .icon-banner > .content .icons .splide__arrows .left-arrow, .icon-banner > .content .icons .splide__arrows .right-arrow {
    width: 50px;
    height: 20px;
  }
}
.icon-banner > .content .icons .icon-block {
  border-radius: 15px;
  background: var(--white);
  text-align: center;
  padding: 1em;
  width: 243px;
}
.icon-banner > .content .icons .icon-block img {
  width: 53px;
  height: 53px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  margin: 0 auto 1em;
}
.heartland .icon-banner > .content .icons .icon-block img {
  -webkit-filter: var(--orange-filter);
          filter: var(--orange-filter);
}

.icon-banner > .content .icons .icon-block a {
  font-size: 1.6rem;
  color: var(--gray);
  font-weight: 700;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2 ease;
  transition: -webkit-text-decoration 0.2 ease;
  transition: text-decoration 0.2 ease;
  transition: text-decoration 0.2 ease, -webkit-text-decoration 0.2 ease;
}
.icon-banner > .content .icons .icon-block:hover a {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}

.icon-banner-simple {
  padding: 0 20px;
  margin-bottom: 4em;
}
.icon-banner-simple > .content {
  max-width: 1400px;
  margin: 0 auto;
  background: var(--background-gray);
  padding: 2.75em clamp(2em, 8vw, 12em);
  border-radius: 30px;
  display: grid;
  grid-template-columns: 100px 1fr calc(230px + 2em);
  grid-gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .icon-banner-simple > .content {
    grid-template-columns: 60px 1fr;
    grid-column-gap: 1em;
  }
}
.icon-banner-simple > .content > img {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .icon-banner-simple > .content > img {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.heartland .icon-banner-simple > .content > img {
  -webkit-filter: var(--orange-filter);
          filter: var(--orange-filter);
}

.icon-banner-simple > .content .info {
  padding: 0.5em 0;
}
.icon-banner-simple > .content .info h2 {
  margin-bottom: 0.7em;
  color: var(--black);
}
.icon-banner-simple > .content .info .copy {
  margin-bottom: 0;
  color: var(--black);
}
.icon-banner-simple > .content .info .copy *:last-child {
  margin: 0;
}
.icon-banner-simple > .content .actions {
  padding: 1em 0 1em 3em;
  border-left: solid 1px #BFBFBF;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: grid;
}
@media screen and (max-width: 980px) {
  .icon-banner-simple > .content .actions {
    border: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-column: 1/3;
    padding: 0;
  }
}
.icon-banner-simple > .content .actions a[class*=btn] {
  padding: 0.7em 1em;
}

.page-header {
  overflow: hidden;
  position: relative;
  --filter: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1.1'>    <defs>      <filter id='co48-48-48'>        <feColorMatrix in='SourceGraphic'                       type='matrix'                       values='0 0 0 0 0.1882352941                               0 0 0 0 0.1882352941                               0 0 0 0 0.1882352941                               0 0 0 1 0' />      </filter>  </defs></svg>#co48-48-48");
  margin-bottom: 5em;
}
.page-header > .content {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .page-header > .content {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }
}
.page-header > .content > .info {
  padding: 1em 20px 2em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 10;
  max-width: 600px;
  margin: 0 0 0 clamp(20px, 5vw, 65px);
}
@media screen and (min-width: 980px) {
  .page-header > .content > .info {
    padding: 1em 20px 3em 20px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.page-header > .content > .info .breadcrumb {
  font-size: 1.2rem;
  margin-bottom: 3em;
}
@media screen and (max-width: 980px) {
  .page-header > .content > .info .breadcrumb {
    display: none;
  }
}
.page-header > .content > .info .breadcrumb a {
  color: var(--black);
  text-decoration: none;
}
.page-header > .content > .info .breadcrumb a:after {
  content: "|";
  margin: 0 0.7em;
}
.page-header > .content > .info .breadcrumb *:last-child:after {
  content: none;
}
.active.page-header > .content > .info, .hydrated .page-header > .content > .info {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

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

@media screen and (min-width: 980px) {
  .page-header > .content > .info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 1em;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.page-header > .content > .info h1 {
  margin-bottom: 0.7em;
  font-size: 2.6rem;
  color: #727272;
  font-size: clamp(2rem, 2.7vw, 3.6rem);
}
@media screen and (min-width: 980px) {
  .page-header > .content > .info h1 {
    font-size: 2.3rem;
  }
}
.page-header > .content > .info div.f-h2-alt {
  font-size: clamp(2.9rem, 2vw, 3rem);
}
.page-header > .content > .info .copy {
  font-size: clamp(1.5rem, 1.5vw, 1.8rem);
  margin-bottom: 2em;
}
.page-header > .content > .info .copy:last-child {
  margin: 0;
}
@media screen and (min-width: 980px) {
  .page-header > .content > .info .copy {
    color: var(--white);
  }
}
.page-header > .content > .info .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.7em;
     -moz-column-gap: 0.7em;
          column-gap: 0.7em;
  row-gap: 0.7em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .page-header > .content > .info .actions {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 980px) {
  .page-header > .content .image-back {
    height: 60vw;
    max-height: 500px;
  }
}
.page-header > .content .image-back svg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 980px) {
  .page-header > .content .image-back svg {
    height: auto;
  }
}
.page-header > .content .image-back img,
.page-header > .content .image-back video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.internal-header {
  background-color: var(--internal-header-gray);
  margin-bottom: 4em;
}
.internal-header.simple {
  padding: 0 20px;
  background: none;
}
@media screen and (max-width: 980px) {
  .internal-header.simple {
    margin-bottom: 2em;
  }
  .internal-header.simple .info-side {
    padding: 2em 20px 0 !important;
  }
}
.internal-header.simple > .content {
  grid-template-columns: 1fr;
}
.content .internal-header.simple {
  padding: 0;
}
.content .internal-header .info-side {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.internal-header > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
}
@media screen and (min-width: 980px) {
  .internal-header > .content {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: clamp(50px, 10vw, 100px);
       -moz-column-gap: clamp(50px, 10vw, 100px);
            column-gap: clamp(50px, 10vw, 100px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.internal-header > .content .photo-side {
  width: 100%;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (min-width: 980px) {
  .internal-header > .content .photo-side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 100%;
  }
}
.internal-header > .content .photo-side:before, .internal-header > .content .photo-side:after {
  content: "";
  position: absolute;
  aspect-ratio: 160/181;
  background-image: url(/Content/Images/internal-header-wings.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.internal-header > .content .photo-side:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  right: unset;
  left: 0;
}
@media screen and (min-width: 980px) {
  .internal-header > .content .photo-side:before {
    left: -5vw;
  }
  .internal-header > .content .photo-side:after {
    right: -5vw;
  }
}
.internal-header > .content .photo-side .photo-container {
  position: relative;
  width: 67vw;
  max-width: 615px;
  z-index: 1;
  -webkit-clip-path: polygon(76.834% 100%, 23.161% 100%, 23.161% 99.987%, 23.161% 99.987%, 22.69% 99.207%, 21.873% 98.339%, 20.75% 97.363%, 19.358% 96.258%, 17.739% 95.004%, 15.932% 93.58%, 13.976% 91.966%, 11.91% 90.14%, 9.775% 88.084%, 7.609% 85.775%, 7.609% 85.775%, 5.518% 83.12%, 3.851% 80.426%, 2.558% 77.767%, 1.593% 75.218%, 0.907% 72.856%, 0.453% 70.754%, 0.183% 68.988%, 0.05% 67.634%, 0.004% 66.767%, 0% 66.461%, 0% 0%, 100% 0%, 100% 66.519%, 100% 66.519%, 99.985% 67.044%, 99.916% 68.056%, 99.751% 69.488%, 99.447% 71.275%, 98.964% 73.351%, 98.259% 75.652%, 97.292% 78.11%, 96.019% 80.66%, 94.399% 83.237%, 92.391% 85.774%, 92.391% 85.774%, 90.222% 88.087%, 88.083% 90.146%, 86.014% 91.974%, 84.055% 93.59%, 82.246% 95.015%, 80.626% 96.27%, 79.236% 97.375%, 78.114% 98.352%, 77.3% 99.22%, 76.835% 100%);
          clip-path: polygon(76.834% 100%, 23.161% 100%, 23.161% 99.987%, 23.161% 99.987%, 22.69% 99.207%, 21.873% 98.339%, 20.75% 97.363%, 19.358% 96.258%, 17.739% 95.004%, 15.932% 93.58%, 13.976% 91.966%, 11.91% 90.14%, 9.775% 88.084%, 7.609% 85.775%, 7.609% 85.775%, 5.518% 83.12%, 3.851% 80.426%, 2.558% 77.767%, 1.593% 75.218%, 0.907% 72.856%, 0.453% 70.754%, 0.183% 68.988%, 0.05% 67.634%, 0.004% 66.767%, 0% 66.461%, 0% 0%, 100% 0%, 100% 66.519%, 100% 66.519%, 99.985% 67.044%, 99.916% 68.056%, 99.751% 69.488%, 99.447% 71.275%, 98.964% 73.351%, 98.259% 75.652%, 97.292% 78.11%, 96.019% 80.66%, 94.399% 83.237%, 92.391% 85.774%, 92.391% 85.774%, 90.222% 88.087%, 88.083% 90.146%, 86.014% 91.974%, 84.055% 93.59%, 82.246% 95.015%, 80.626% 96.27%, 79.236% 97.375%, 78.114% 98.352%, 77.3% 99.22%, 76.835% 100%);
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .internal-header > .content .photo-side .photo-container {
    width: 100%;
    height: 100%;
  }
}
.internal-header > .content .photo-side .photo-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.internal-header > .content .info-side {
  padding: 1em 20px 4em;
  max-width: 571px;
  position: relative;
  margin: 0 auto;
}
.simple.internal-header > .content .info-side {
  max-width: none;
  padding: 1em 0;
}

.internal-header > .content .info-side *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 980px) {
  .internal-header > .content .info-side {
    padding: 1em 0 3em;
    padding-left: 20px;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-left: 0;
    width: 100%;
  }
}
.internal-header > .content .info-side .f-h1 {
  color: var(--internal-header-black);
  font-size: clamp(2.8rem, 3vw, 4rem);
  margin-bottom: 0.5em;
}
@media screen and (min-width: 980px) {
  .internal-header > .content .info-side .f-h1 {
    padding-top: 1em;
  }
  .center.internal-header > .content .info-side .f-h1 {
    text-align: center;
  }
}
.internal-header > .content .info-side .copy {
  color: var(--internal-header-black);
  font-weight: 500;
  margin-bottom: 2em;
}
.internal-header > .content .info-side .actions {
  display: grid;
  grid-template-columns: minmax(auto, -webkit-max-content);
  grid-template-columns: minmax(auto, max-content);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1em;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
@media screen and (min-width: 980px) {
  .internal-header > .content .info-side .actions {
    grid-template-columns: repeat(auto-fit, minmax(-webkit-max-content, 229px));
    grid-template-columns: repeat(auto-fit, minmax(max-content, 229px));
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.breadcrumbs {
  /*	@include tablet {
  		display: flex;
  		flex-direction: row;
  		column-gap: 1em;
  		position: absolute;
  		left: $mobile-padding;
  		top: 1em;
  	}
  */
  /*	a {
  		text-decoration: underline transparent;
  		transition: text-decoration .2s ease;

  		&:hover {
  			text-decoration: underline currentColor;
  		}
  	}*/
  font-size: 1.2rem;
  margin-bottom: 3em;
  /*.breadcrumb {
  	font-size: 1.2rem;
  	color: $internal-header-black;
  	font-weight: 500;
  	position: relative;

  	&:after {
  		content: "|";
  		position: absolute;
  		right: -.875em;
  		top: 0;
  	}

  	&:last-child {
  		&:after {
  			content: none;
  		}
  	}

  	&:hover {
  		&:after {
  			text-decoration: none;
  		}
  	}
  }*/
}
@media screen and (max-width: 980px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs a {
  color: var(--black);
  text-decoration: none !important;
  font-weight: 400;
}
.breadcrumbs a:after {
  content: "|";
  margin: 0 0.5em;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs *:last-child:after {
  content: none;
}

.simple-header {
  padding: 0 20px;
  color: var(--black);
  margin-bottom: 4em;
  padding-top: 2em;
}
.content .simple-header {
  padding: 0;
}
.simple-header > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.simple-header > .content .breadcrumbs {
  position: static;
  margin-bottom: 2em;
}
.simple-header > .content .breadcrumbs a {
  color: var(--black);
}
.simple-header > .content h1 {
  margin-bottom: 1em;
  color: var(--black);
}
.simple-header > .content .copy {
  margin-bottom: 2em;
}
.simple-header > .content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.5em;
}

.landing-header {
  padding: 0 20px;
  margin-bottom: 4em;
  position: relative;
  padding-top: 40vw;
}
@media screen and (min-width: 980px) {
  .landing-header {
    padding-top: 4em;
  }
}
.landing-header .image-back {
  width: 100%;
  height: calc(40vw + 50px);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  .landing-header .image-back {
    height: calc(100% - 60px);
  }
}
.landing-header .image-back img, .landing-header .image-back video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.landing-header > .content {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.landing-header > .content .info-side {
  height: 100%;
  max-width: 500px;
  padding: 2.5em;
  background: #F6F6F6;
  border-radius: 15px;
  color: var(--black);
}
@media screen and (min-width: 980px) {
  .landing-header > .content .info-side {
    border-radius: 30px;
    min-height: 400px;
  }
}
.landing-header > .content .info-side h1 {
  margin-bottom: 0.7em;
  color: var(--black);
}
.landing-header > .content .info-side .actions {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 0.7em;
}

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

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

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

@media screen and (min-width: 980px) {
  .card-grid > .content > .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: clamp(20px, 3vw, 46px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .center.card-grid > .content > .cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.card-grid > .content > .cards .card {
  background: var(--background-gray);
  padding: 2em 2em 2em calc(2em + 30px);
  position: relative;
}
.banner.card-grid > .content > .cards .card {
  background: none;
}

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

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

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

.card-grid > .content > .cards .card:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.card-grid > .content > .cards .card:nth-child(2n):after {
  background: var(--teel);
}
.card-grid > .content > .cards .card:nth-child(3n):after {
  background: var(--blue);
}
.card-grid > .content > .cards .card:nth-child(4n):after {
  background: var(--orange);
}
.card-grid > .content > .cards .card:nth-child(5n):after {
  background: var(--green);
}
.card-grid > .content > .cards .card > img {
  width: 50px;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 980px) {
  .card-grid > .content > .cards .card > img {
    width: 70px;
  }
}
.card-grid > .content > .cards .card > h3 {
  margin-bottom: 0.5em;
}
.card-grid > .content > .cards .card .copy {
  margin-bottom: 1em;
}
.card-grid > .content > .cards .card .copy *:last-child {
  margin-bottom: 0;
}
.card-grid > .content > .cards .card > a {
  color: var(--primary-color);
}

.info-photo {
  padding: 3.5em 20px;
  margin-bottom: 6em;
  position: relative;
  z-index: 3;
  background: var(--background-gray);
}
@media screen and (max-width: 980px) {
  .info-photo {
    width: 100vw;
    overflow-x: clip;
    margin-bottom: 3em;
  }
}
.content .info-photo {
  padding: 0;
}
.info-photo .content {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .info-photo .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info-photo .content:has(.photo) {
    display: grid;
    grid-template-columns: 12fr 14fr;
    grid-gap: 2em;
  }
  .photo-right.info-photo .content {
    grid-template-columns: 14fr 12fr;
  }
}
.info-photo .content .photo {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.info-photo .content .photo:before {
  content: "";
  width: 70px;
  height: calc(3.5em - 7px);
  background: var(--orange);
  position: absolute;
  top: -3.5em;
  left: 0;
}
.info-photo .content .photo:after {
  content: "";
  width: 90px;
  height: 130px;
  background: rgba(var(--red), 0.75);
  position: absolute;
  top: 0;
  left: -97px;
}
.info-photo .content .photo .photo-inner:before {
  content: "";
  width: 60px;
  height: 72px;
  background: var(--teel);
  position: absolute;
  bottom: 79px;
  right: -67px;
}
.info-photo .content .photo .photo-inner:after {
  content: "";
  width: 60px;
  height: 72px;
  background: var(--blue);
  position: absolute;
  bottom: 0px;
  right: -67px;
}
@media screen and (min-width: 980px) {
  .photo-right.info-photo .content .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.info-photo .content .photo img {
  width: 100%;
}
.info-photo .content .info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 2em 0;
}
@media screen and (min-width: 980px) {
  .info-photo .content .info {
    padding: 2em 6em;
  }
  .photo-right.info-photo .content .info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.info-photo .content .info h2 {
  margin-bottom: 0.6em;
}
.info-photo .content .info .copy {
  margin-bottom: 1.5em;
}
.info-photo .content .info .copy *:last-child {
  margin: 0;
}
.info-photo .content .info .actions {
  display: grid;
  grid-template-columns: minmax(auto, -webkit-max-content);
  grid-template-columns: minmax(auto, max-content);
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  row-gap: 0.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  .info-photo .content .info .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.testimonial-block {
  padding: 0 20px;
  margin-bottom: 4em;
}
@media screen and (min-width: 980px) {
  .testimonial-block {
    padding: 0 20px 60px;
  }
}
.testimonial-block > .content {
  background: var(--background-gray);
  border-radius: 30px;
  max-width: 1400px;
  margin: 0 auto;
}
.testimonial-block > .content .testimonial {
  display: grid;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .testimonial-block > .content .testimonial {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
  .testimonial-block > .content .testimonial:not(:has(.photo img)) .info {
    padding-top: 6em;
  }
}
@media screen and (min-width: 980px) {
  .testimonial-block > .content .testimonial {
    grid-template-columns: 54fr 58fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: clamp(3em, 5vw, 50px);
  }
  .testimonial-block > .content .testimonial:not(:has(.photo img)) {
    grid-template-columns: 14fr 58fr;
  }
}
.testimonial-block > .content .testimonial .photo {
  position: relative;
  text-align: right;
  height: 100%;
}
.testimonial-block > .content .testimonial .photo:before {
  content: "";
  width: 105px;
  height: 79px;
  position: absolute;
  top: 0;
  left: -40px;
  z-index: 5;
  background: url(/Content/images/quote.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 980px) {
  .testimonial-block > .content .testimonial .photo:before {
    left: 0;
    width: clamp(100px, 12vw, 153px);
    height: clamp(60px, 8vw, 109px);
  }
}
.heartland .testimonial-block > .content .testimonial .photo:before {
  -webkit-filter: var(--light-blue-filter);
          filter: var(--light-blue-filter);
}

.testimonial-block > .content .testimonial .photo img {
  width: 100%;
  border-radius: 20px;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transform: translateY(4em);
          transform: translateY(4em);
}
@media screen and (max-width: 980px) {
  .testimonial-block > .content .testimonial .photo img {
    margin-bottom: 1.6em;
    aspect-ratio: 1;
  }
}
@media screen and (min-width: 980px) {
  .testimonial-block > .content .testimonial .photo img {
    width: 81%;
    height: calc(100% - 1em);
  }
}
.testimonial-block > .content .testimonial .info {
  padding: 4.4em 0 3em;
}
.testimonial-block > .content .testimonial .info > h2 {
  color: var(--light-gray);
  margin-bottom: 1em;
}
.testimonial-block > .content .testimonial .info .copy {
  font-weight: 700;
  font-size: clamp(2rem, 2vw, 2.8rem);
  font-style: italic;
  margin-bottom: 1em;
  line-height: 1.3;
}
.testimonial-block > .content .testimonial .info .copy *:last-child {
  margin: 0;
}
.testimonial-block > .content .testimonial .info .author {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2em;
}
.testimonial-block > .content .testimonial .info .actions {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .testimonial-block > .content .testimonial .info .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
    row-gap: 0.3em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .testimonial-block > .content .testimonial .info .actions span {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 980px) {
  .testimonial-block > .content .testimonial .info .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
.testimonial-block > .content .testimonial .info .actions ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 980px) {
  .testimonial-block > .content .testimonial .info .actions ul {
    margin-top: 1em;
  }
}
.testimonial-block > .content .testimonial .info .actions a {
  color: var(--red);
  font-weight: 700;
}

.product-area {
  padding: 0 20px;
}
.product-area > .content {
  max-width: 900px;
  margin: 0 auto;
  max-width: 1000px;
}

.product-block {
  margin-bottom: 4em;
  padding: 0 20px;
}
.product-block > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.product-block > .content > h2 {
  margin-bottom: 0.3em;
}
.content .product-block {
  padding: 0;
}
.product-block .product-cols {
  display: grid;
  grid-gap: 0.5em;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .product-block .product-cols {
    grid-template-columns: 34fr 101fr;
    grid-gap: 1.7em;
  }
}
.product-block .product-cols > .overview {
  font-size: clamp(2rem, 2vw, 2.2rem);
  padding-top: 1em;
  font-weight: 500;
}
.product-block .product-cols .product-box {
  border: solid 5px #EEEEEE;
  border-radius: 30px;
  padding: 2em;
  color: var(--black);
  margin-bottom: 1em;
}
.product-block .product-cols .product-box > .info {
  display: grid;
  grid-gap: 1em;
}
@media screen and (min-width: 980px) {
  .product-block .product-cols .product-box > .info {
    grid-template-columns: 67fr 23fr;
    grid-gap: 2.5em;
  }
}
.product-block .product-cols .product-box .copy {
  margin-bottom: 2em;
}
.product-block .product-cols .product-box .copy *:last-child {
  margin-bottom: 0;
}
.product-block .product-cols .product-box ul {
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 980px) {
  .product-block .product-cols .product-box ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
  }
}
.product-block .product-cols .product-box ul li {
  margin-bottom: 1em;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  position: relative;
  padding-left: 1.5em;
}
.product-block .product-cols .product-box ul li:before {
  content: "✔ ";
  color: var(--red);
  position: absolute;
  top: 0;
  left: 0;
}
.product-block .product-cols .product-box .pairings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.4em;
}
.product-block .product-cols .product-box .pairings h4 {
  margin: 0 0 0.3em;
  font-size: 1.6rem;
}
.product-block .product-cols .product-box .pairings a {
  color: var(--red);
  font-size: 1.6rem;
  text-decoration: underline;
}
.product-block .product-cols .tabs {
  padding-left: 2em;
}
.product-block .product-cols .actions {
  display: grid;
  row-gap: 0.5em;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.product-block .product-cols .actions a {
  padding: 0.7em;
}
@media screen and (max-width: 980px) {
  .product-block .product-cols .actions {
    grid-template-columns: min(100%, -webkit-max-content);
    grid-template-columns: min(100%, max-content);
  }
}
@media screen and (max-width: 980px) {
  .product-block .disclosure-tabs .tabs-nav {
    display: none;
  }
}
.product-block .disclosure-tabs .tabs-nav .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
.product-block .disclosure-tabs button {
  font-weight: 700;
  position: relative;
  padding-right: 20px;
}
.product-block .disclosure-tabs button:before, .product-block .disclosure-tabs button:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 0.5em;
  background: var(--orange);
  width: 10px;
  height: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.product-block .disclosure-tabs button:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.product-block .disclosure-tabs button.active:after, .product-block .disclosure-tabs button.open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.product-block .disclosure-tabs .js-tab {
  margin-top: 1em;
}
@media screen and (min-width: 980px) {
  .product-block .disclosure-tabs .js-tab {
    display: none;
  }
}
.hydrated .product-block .disclosure-tabs .js-tab {
  display: block;
}

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

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

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

.compare-table > .content .compare-button *:last-child {
  margin: 0;
}
.compare-table > .content ul {
  list-style: none;
  padding-left: 0;
}
.compare-table > .content ul li {
  padding: 1.5em 0;
}
.compare-table > .content .shield-list {
  padding: 1em 0;
}
.heartland .compare-table > .content .shield-list img {
  -webkit-filter: var(--light-blue-filter);
          filter: var(--light-blue-filter);
}

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

.compare-table > .content .container .chart-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50px, rgba(255, 255, 255, 0) calc(100% - 50px), rgb(255, 255, 255) 100%);
  z-index: 1;
  pointer-events: none;
}
.compare-table > .content .container .chart-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, rgba(0, 0, 0, 0.1) 100%);
  border-right: 1px solid rgba(112, 112, 112, 0.2);
  border-left: 1px solid rgba(112, 112, 112, 0.2);
  pointer-events: none;
}
@media screen and (min-width: 980px) {
  .compare-table > .content .container .chart-container:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(112, 112, 112, 0.2)), color-stop(2%, rgba(255, 255, 255, 0)), color-stop(98%, rgba(255, 255, 255, 0)), to(rgba(112, 112, 112, 0.2)));
    background: linear-gradient(90deg, rgba(112, 112, 112, 0.2) 0%, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0) 98%, rgba(112, 112, 112, 0.2) 100%);
  }
}
.compare-table > .content .container .chart-container .splide__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  padding: 0 15px 0 0;
}
.compare-table > .content .container .chart-container .column {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
.compare-table > .content .container .chart-container .column li {
  text-align: center;
  font-size: 1.6rem;
  border-bottom: 1px solid #E3E3E3;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
}
.compare-table > .content .container .chart-container .column li svg {
  fill: var(--heartland-light-blue);
  stroke: var(--heartland-light-blue);
}
.compare-table > .content .container .chart-container .column li svg path {
  fill: var(--heartland-light-blue);
  stroke: var(--heartland-light-blue);
}
.compare-table > .content .container .chart-container .column li:has(img[src*=shop]) {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: 5px;
  text-align: left;
  padding: 1em;
}
.heartland .compare-table > .content .container .chart-container .column li:has(img[src*=shop]) {
  -webkit-filter: var(--light-blue-filter);
          filter: var(--light-blue-filter);
}

.compare-table > .content .container .chart-container .column li:first-child {
  font-weight: 700;
  font-size: 2rem;
  border-bottom: 1px solid #E3E3E3;
}
.compare-table > .content .container .chart-container .column li:last-child:has(a[class*=btn]) {
  border-bottom: none;
  padding: 2em 0 1em 0;
}
.compare-table > .content .container .chart-container .column li a[class*=btn] {
  display: block;
  margin-bottom: 0.5em;
}
.compare-table > .content .container .chart-container .column li a[class*=btn]:last-of-type {
  margin: 0;
}
.compare-table > .content .mobile-controls {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column: 1/3;
}
@media screen and (max-width: 980px) {
  .compare-table > .content .mobile-controls {
    position: relative;
  }
}
.compare-table > .content .mobile-controls .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  grid-gap: 0.5em;
  height: 50px;
}
.compare-table > .content .mobile-controls .arrows .splide__arrow {
  background-image: url(/Content/Images/ico-arrow-left.svg) #FFF;
  height: 36px;
  width: 36px;
  -webkit-filter: contrast(0.2);
          filter: contrast(0.2);
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(160%, -50%) scale(-0.8, 1.3);
          transform: translate(160%, -50%) scale(-0.8, 1.3);
  background-repeat: no-repeat;
}
@media screen and (min-width: 980px) {
  .compare-table > .content .mobile-controls .arrows .splide__arrow {
    height: 21px;
    width: 37px;
  }
}
@media screen and (min-width: 980px) {
  .compare-table > .content .mobile-controls .arrows .splide__arrow--prev {
    -webkit-transform: translate(-137%, -50%) scale(0.8, 1.3);
            transform: translate(-137%, -50%) scale(0.8, 1.3);
  }
}
@media screen and (max-width: 980px) {
  .compare-table > .content .mobile-controls .arrows .splide__arrow--prev {
    grid-area: prev;
    justify-self: center;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
}
@media screen and (max-width: 980px) {
  .compare-table > .content .mobile-controls .arrows .splide__arrow--next {
    -webkit-transform: scaleX(-1) translateY(-70%);
            transform: scaleX(-1) translateY(-70%);
    grid-area: next;
    justify-self: center;
  }
}
.compare-table > .content .mobile-controls .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0em;
}
@media screen and (max-width: 980px) {
  .compare-table > .content .mobile-controls .splide__pagination {
    grid-area: dots;
    bottom: 0;
  }
}
.compare-table > .content .mobile-controls .splide__pagination li button {
  height: 7px;
  width: 15px;
  background: var(--background-gray);
  border-radius: 0;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  opacity: 0.5;
  margin: 0;
}
@media screen and (min-width: 980px) {
  .compare-table > .content .mobile-controls .splide__pagination li button {
    width: 80px;
  }
}
.compare-table > .content .mobile-controls .splide__pagination li button.is-active {
  background-color: var(--red);
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}

.shield-list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
@media screen and (min-width: 980px) {
  .shield-list {
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 550px;
    display: grid;
  }
}
.shield-list > li {
  display: grid;
  grid-template-columns: 30px 1fr;
  font-weight: normal !important;
  grid-gap: 12px;
  height: -webkit-min-content !important;
  height: -moz-min-content !important;
  height: min-content !important;
  margin-bottom: 0.2em;
  text-align: left !important;
  font-size: 1.3rem !important;
  padding: 8px !important;
  border: none !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.calculator-listing {
  padding: 0 20px;
  margin-bottom: 4em;
}
.calculator-listing > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.calculator-listing > .content > .calcs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.calculator-listing > .content > .calcs ul li {
  margin-bottom: 2em;
}
.calculator-listing > .content > .calcs .js-accordion-button {
  width: 100%;
  text-align: left;
}
.content .calculator-listing {
  padding: 0;
}

.faq-widget {
  padding: 0 20px;
  margin-bottom: 4em;
}
.faq-widget > .content {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "intro" "list" "actions";
  grid-template-columns: 1fr;
  grid-row-gap: 1em;
  grid-column-gap: 0;
}
@media screen and (min-width: 980px) {
  .faq-widget > .content {
    grid-template-areas: "intro actions" "list list";
    grid-template-columns: 1fr 240px;
    grid-row-gap: 2em;
    grid-column-gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.faq-widget > .content .accordion-container {
  margin-bottom: 2em;
}
.faq-widget > .content .info {
  grid-area: intro;
}
@media screen and (min-width: 980px) {
  .faq-widget > .content .info {
    border-right: solid 1px #BFBFBF;
    padding-right: 1.5em;
  }
}
.faq-widget > .content .actions {
  grid-area: actions;
}
.faq-widget > .content .actions a {
  color: var(--red);
  display: block;
  text-align: center;
}
.faq-widget > .content .faq-list {
  grid-area: list;
  border-top: solid 1px #E3E3E3;
}
@media screen and (max-width: 980px) {
  .faq-widget > .content .faq-list {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
}
.faq-widget > .content .faq-list .accordion-container {
  margin: 0;
}
.faq-widget > .content .faq-list .accordion-container:last-of-type {
  margin-bottom: 2em;
}
.faq-widget > .content .faq-list .accordion-row {
  border-bottom: solid 1px #E3E3E3;
}
.faq-widget > .content .faq-list .accordion-row > button {
  width: 100%;
  padding: 0.5em 3em 0.5em 0.5em;
  text-align: left;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .faq-widget > .content .faq-list .accordion-row > button {
    padding: 0.5em 3em 0.5em 1em;
  }
}
.faq-widget > .content .faq-list .accordion-row .accordion-content {
  padding: 1em 0.5em;
}
@media screen and (min-width: 980px) {
  .faq-widget > .content .faq-list .accordion-row .accordion-content {
    padding: 1em;
  }
}
.content .faq-widget {
  padding: 0;
}

.js-accordion-container .js-accordion-button {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  position: relative;
}
.js-accordion-container .js-accordion-button:after, .js-accordion-container .js-accordion-button:before {
  content: "";
  width: 14px;
  height: 3px;
  display: block;
  position: absolute;
  background: var(--red);
  right: 1em;
  top: calc(50% - 3px);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.js-accordion-container .js-accordion-button:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.js-accordion-container.active > .js-accordion-button:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.js-accordion-container .js-accordion-content {
  display: none;
}

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

.rate-table {
  padding: 0 20px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .rate-table {
    margin-bottom: 5em;
  }
}
.rate-table > .content h2 {
  margin-bottom: 0.1em;
}
.rate-table > .content .table-holder {
  border: solid 1px var(--orange);
  padding: 1em;
  margin-bottom: 0.7em;
}
.rate-table > .content .accordion-container {
  border-top: none;
  border-bottom: none;
}
.rate-table > .content .accordion-container .accordion-button {
  font-size: 1.6rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.rate-table > .content .table {
  margin-top: 2em;
}
.product-content .rate-table > .content .table {
  margin-top: 1em;
}
.content .rate-table {
  padding: 0;
}

.rates-accordion {
  padding: 0 20px;
  margin-bottom: 2em;
}
.rates-accordion > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.rates-accordion > .content .rate-section {
  padding: clamp(2em, 2vw, 3em);
}
.rates-accordion > .content .rate-section .rate-section-header {
  margin-bottom: 2em;
}
.rates-accordion > .content .rate-section .rate-section-header h2 {
  margin-bottom: 0.1em;
}
.rates-accordion > .content .rate-section .rate-section-header .effective-date {
  margin: 0;
}
.rates-accordion > .content .rate-section .table {
  padding: 0;
}
.rates-accordion .icon-header {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  padding: 0.5em 50px 0.5em 1em;
}
.rates-accordion .icon-header span * {
  margin: 0;
}

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

.resource-block {
  padding: 0 20px;
  margin-bottom: 5em;
}
.resource-block > .content {
  max-width: 1400px;
  margin: 0 auto;
  background: var(--light-gray);
  padding: 3.5em clamp(2em, 8vw, 12em);
  border-radius: 30px;
}
.heartland .resource-block > .content {
  background: var(--heartland-blue);
}

.resource-block > .content > h2 {
  margin-bottom: 1.5em;
  color: var(--white);
  text-align: center;
  font-size: clamp(2.4rem, 3vw, 3rem);
}
.resource-block > .content > h2:after {
  color: var(--white);
  background: var(--white);
}
.resource-block > .content .icons {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  margin-bottom: 2em;
}
@media screen and (min-width: 980px) {
  .resource-block > .content .icons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2em;
  }
}
.resource-block > .content .copy {
  text-align: center;
  color: var(--white);
}
.resource-block > .content .copy a {
  color: var(--white);
}
.resource-block > .content .copy *:last-child {
  margin: 0;
}
@media screen and (max-width: 980px) {
  .resource-block > .content .copy {
    text-align: left;
    max-width: 60%;
    margin: 0 auto;
  }
}
.resource-block .icon-block {
  background: var(--white);
  border-radius: 15px;
  display: grid;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  grid-gap: 1em;
  grid-template-columns: 40px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2em 1em;
}
@media screen and (min-width: 980px) {
  .resource-block .icon-block {
    grid-template-columns: 1fr;
    grid-template-rows: 70px 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 0.7em;
    padding: 1em;
  }
}
.resource-block .icon-block img {
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  width: 80px;
  height: 70px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.heartland .resource-block .icon-block img {
  -webkit-filter: var(--orange-filter);
          filter: var(--orange-filter);
}

.resource-block .icon-block a {
  font-size: 1.6rem;
  color: var(--gray);
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 980px) {
  .resource-block .icon-block a {
    text-align: center;
  }
}

.article-banner {
  padding: 0 20px;
  margin-bottom: 5em;
}
.article-banner > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.article-banner > .content > .info {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  padding: 2em 2em 0em;
  max-width: calc(100% - 60px);
  color: var(--gray);
  grid-gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 980px) {
  .article-banner > .content > .info {
    grid-template-columns: 6fr 2fr;
    padding: 3em 3em 1em;
    max-width: 1100px;
  }
}
.heartland .article-banner > .content > .info {
  color: var(--white);
}

@media screen and (min-width: 980px) {
  .article-banner > .content > .info .info-copy {
    padding-right: 2em;
    border-right: solid 1px #BFBFBF;
  }
}
.article-banner > .content > .info h2 {
  margin-bottom: 0.5em;
  font-size: clamp(2.4rem, 3vw, 3rem);
}
.heartland .article-banner > .content > .info h2 {
  color: var(--white);
}
.heartland .article-banner > .content > .info h2:after {
  color: var(--white);
  background: var(--white);
}

@media screen and (max-width: 980px) {
  .article-banner > .content > .info .actions {
    display: none;
  }
}
.heartland .article-banner > .content > .info .actions a {
  color: var(--white);
}

.article-banner > .content > .info:before {
  content: "";
  width: 100%;
  height: calc(100% + 5em);
  border-radius: 30px;
  background: var(--internal-header-gray);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 980px) {
  .article-banner > .content > .info:before {
    height: 200%;
  }
}
.heartland .article-banner > .content > .info:before {
  background: var(--heartland-light-blue);
}

.hydrated .article-banner > .content .cards {
  height: 200px;
}

@media screen and (max-width: 980px) {
  .article-banner > .content .card-list {
    margin-bottom: 3em;
  }
}
.article-banner > .content .card-list .card > img {
  border-radius: 20px;
  margin-bottom: 1em;
  aspect-ratio: 42/26;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}
.article-banner > .content .card-list .card .info {
  padding: 0 1em;
}
@media screen and (max-width: 980px) {
  .article-banner > .content .card-list .card .info h5 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 980px) {
  .article-banner > .content .card-list .card .actions {
    text-align: center;
  }
}
.article-banner > .content .mobile-actions {
  text-align: center;
  padding-top: 2em;
  position: relative;
}
@media screen and (min-width: 980px) {
  .article-banner > .content .mobile-actions {
    display: none;
  }
}
.article-banner > .content .mobile-actions:before {
  content: "";
  width: 80%;
  height: 1px;
  background: #CCC;
  position: absolute;
  top: 0;
  left: 10%;
}
.article-banner > .content .splide__arrows {
  padding-top: 1em;
  text-align: center;
}
.article-banner > .content .splide__arrows .left-arrow, .article-banner > .content .splide__arrows .right-arrow {
  -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(3%) saturate(0%) hue-rotate(149deg) brightness(90%) contrast(84%);
          filter: brightness(0) saturate(100%) invert(48%) sepia(3%) saturate(0%) hue-rotate(149deg) brightness(90%) contrast(84%);
  height: 40px;
  width: 40px;
  margin: 0 1em;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.article-banner > .content .splide__arrows .left-arrow:hover, .article-banner > .content .splide__arrows .right-arrow:hover {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.step-cards {
  padding: 0 20px;
  margin-bottom: 4em;
}
.step-cards > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
.step-cards > .content .info {
  max-width: calc(100% - 160px);
  margin-bottom: 3em;
}
.step-cards > .content > ul {
  padding: 0 70px;
  margin: 0 auto;
  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;
  row-gap: 2em;
  -webkit-column-gap: clamp(20px, 5vw, 50px);
     -moz-column-gap: clamp(20px, 5vw, 50px);
          column-gap: clamp(20px, 5vw, 50px);
}
.step-cards > .content > ul > li {
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 335px;
          flex: 0 0 335px;
  border: 2px solid var(--primary-color);
  padding: 2em 2em 0.5em;
  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;
  border-radius: 25px;
  position: relative;
}
.step-cards > .content > ul > li[data-index]:before {
  content: attr(data-index);
  font-weight: 700;
  width: 34px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -17px;
  left: calc(50% - 17px);
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  background-color: var(--red);
  color: var(--white);
  z-index: 2;
}
.step-cards > .content > ul > li[data-index]:after {
  content: "";
  width: 68px;
  background: var(--background-color, white);
  height: 34px;
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.step-cards > .content > ul > li .f-h3 {
  text-align: left;
  width: 100%;
}
.step-cards > .content > ul > li > ul {
  padding-left: 0;
}
.step-cards > .content > ul > li > ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  padding-bottom: 0.5em;
}
.step-cards > .content > ul > li > ul li:before {
  content: url(../Images/check.svg);
  height: 1em;
}

.content-filter {
  margin-bottom: 4em;
  background-color: var(--primary-color);
  padding: 2em 20px;
}
.heartland .content-filter {
  background-color: var(--heartland-blue);
}

.content-filter.credit-cards {
  display: none;
}
@media screen and (min-width: 980px) {
  .content-filter.credit-cards {
    display: block;
  }
}
.content-filter > .content {
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
  justify-items: center;
  -webkit-column-gap: clamp(20px, 3.5vw, 50px);
     -moz-column-gap: clamp(20px, 3.5vw, 50px);
          column-gap: clamp(20px, 3.5vw, 50px);
  grid-template-columns: 1fr;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (min-width: 980px) {
  .content-filter > .content {
    grid-template-columns: repeat(auto-fit, 300px);
    width: 100%;
    max-width: 1400px;
  }
  .content-filter > .content .filters {
    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-column-gap: clamp(20px, 5vw, 50px);
       -moz-column-gap: clamp(20px, 5vw, 50px);
            column-gap: clamp(20px, 5vw, 50px);
    padding-left: clamp(20px, 5vw, 50px);
  }
  .content-filter > .content .filter-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 300px;
            flex: 1 0 300px;
  }
}
@media screen and (min-width: 1400px) {
  .content-filter > .content {
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
    position: relative;
    /*&:after {
    	content: none;
    	position: absolute;
    	top: .5em;
    	bottom: .5em;
    	right: 50%;
    	transform: translateX(-50%);
    	width: 1px;
    	background-color: $white;

    	@include tablet {
    		content: "";
    	}
    }*/
  }
  .content-filter > .content:has(#service-filter) {
    grid-template-columns: 300px 1fr;
  }
  .content-filter > .content .filters {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .content-filter > .content .filters {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 500px;
  }
}
.content-filter .title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5em 2em 0.5em 0;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
}
@media screen and (min-width: 980px) {
  .content-filter .title {
    justify-self: center;
  }
}
.content-filter .title img {
  height: 30px;
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-filter:has(#service-filter) .title:after {
  content: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5em;
  width: 1px;
  background-color: var(--white);
}
@media screen and (min-width: 980px) {
  .content-filter:has(#service-filter) .title:after {
    content: "";
  }
}
@media screen and (min-width: 980px) {
  .content-filter:has(#service-filter) .title {
    justify-self: flex-end;
  }
}
.content-filter .filter-container, .content-filter .filter-search {
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-template-columns: 1fr;
  width: 100%;
}
.content-filter label {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  padding-bottom: 0.25em;
}
.content-filter select, .content-filter input {
  height: 60px;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 1em;
  border-radius: 10px;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--internal-header-black);
}
.content-filter select::-webkit-input-placeholder, .content-filter input::-webkit-input-placeholder {
  color: var(--internal-header-black);
  opacity: 1; /* Firefox */
}
.content-filter select::-moz-placeholder, .content-filter input::-moz-placeholder {
  color: var(--internal-header-black);
  opacity: 1; /* Firefox */
}
.content-filter select:-ms-input-placeholder, .content-filter input:-ms-input-placeholder {
  color: var(--internal-header-black);
  opacity: 1; /* Firefox */
}
.content-filter select::-ms-input-placeholder, .content-filter input::-ms-input-placeholder {
  color: var(--internal-header-black);
  opacity: 1; /* Firefox */
}
.content-filter select::placeholder, .content-filter input::placeholder {
  color: var(--internal-header-black);
  opacity: 1; /* Firefox */
}
.content-filter select option, .content-filter input option {
  text-transform: capitalize;
}
.content-filter select[disabled], .content-filter input[disabled] {
  background: var(--primary-color);
  color: var(--white);
  border-color: var(--white);
}
@media screen and (min-width: 1400px) {
  .content-filter.blog-filter > .content {
    grid-template-columns: 300px 1fr;
    max-width: 1400px;
  }
}
@media screen and (min-width: 980px) {
  .content-filter.blog-filter > .content .filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.card-container {
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 4em;
  padding: 0 20px;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: 1fr;
}
.card-container.tablet {
  display: none;
}
@media screen and (min-width: 980px) {
  .card-container.tablet {
    display: grid;
  }
}
.card-container.mobile {
  display: grid;
}
@media screen and (min-width: 980px) {
  .card-container.mobile {
    display: none;
  }
}
.card-container .state {
  justify-self: center;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1em;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.card-container .state .state-name {
  text-transform: capitalize;
}
.card-container .state img {
  height: 78px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-container .state.visible {
  display: block;
  opacity: 1;
}
.card-container .county {
  font-size: 2.5rem;
  justify-self: center;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin-bottom: 2em;
  position: relative;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-container .county.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.card-container .county:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background-color: var(--darker-team-gray);
}
.card-container .county .name {
  background-color: var(--white);
  position: relative;
  z-index: 1;
  padding: 0 1em;
}
.card-container .cards {
  display: grid;
  justify-items: center;
}
@media screen and (max-width: 980px) {
  .card-container .cards {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 980px) {
  .card-container .cards {
    grid-template-columns: repeat(auto-fit, minmax(200px, 310px));
    -webkit-column-gap: clamp(20px, 5vw, 40px);
       -moz-column-gap: clamp(20px, 5vw, 40px);
            column-gap: clamp(20px, 5vw, 40px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.card-container .cards .card {
  max-width: 400px;
  margin-bottom: 3em;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.card-container .cards .card img {
  width: 100%;
  aspect-ratio: 320/201;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.card-container .cards .card .name {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--black);
}
.card-container .cards .card.hidden {
  opacity: 0;
}
.card-container .county-accordion {
  border-bottom: 1px solid var(--darker-team-gray);
  width: 100%;
  padding: 0 15px;
}
.card-container .county-accordion:first-child {
  border-top: solid 1px var(--darker-team-gray);
}
.card-container .county-accordion .accordion-button {
  width: 100%;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1em 0;
}
.card-container .county-accordion .accordion-content {
  display: none;
}
.card-container .county-accordion .accordion-content > .content {
  padding-top: 2em;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vertical-photo-split {
  padding: 0 20px;
  margin-bottom: 4em;
}
.vertical-photo-split > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  row-gap: 3em;
}
@media screen and (min-width: 980px) {
  .vertical-photo-split > .content {
    grid-template-columns: 3fr 7fr;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
       -moz-column-gap: clamp(20px, 5vw, 50px);
            column-gap: clamp(20px, 5vw, 50px);
  }
}
.vertical-photo-split > .content .photo-side {
  max-width: 336px;
  width: 100%;
}
.vertical-photo-split > .content .photo-side img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vertical-photo-split > .content .info-side .copy {
  font-size: clamp(2.4rem, 3vw, 3rem);
  font-weight: 700;
  margin-bottom: 1em;
}
.vertical-photo-split > .content .info-side .copy u {
  text-decoration-thickness: 5px;
  text-underline-offset: 10px;
  text-decoration-color: var(--primary-color);
}
.vertical-photo-split > .content .info-side .disclosure {
  font-size: 1.6rem;
}

.team-output {
  margin-bottom: 4em;
}
.team-output .filters {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 980px) {
  .team-output .filter-container {
    text-align: center;
  }
  .team-output .filter-container label {
    margin-bottom: 0.5em;
  }
}
.team-output .filter-container select {
  max-width: 300px;
}
@media screen and (max-width: 980px) {
  .team-output .filter-container select {
    width: 300px;
    margin: 0 auto 1em;
  }
}
.team-output .team-container {
  padding: 0 20px;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 2em;
}
@media screen and (min-width: 700px) {
  .team-output .team-container {
    grid-template-columns: repeat(auto-fit, 340px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
       -moz-column-gap: clamp(20px, 5vw, 50px);
            column-gap: clamp(20px, 5vw, 50px);
  }
}
@media screen and (min-width: 1150px) {
  .team-output .team-container {
    grid-template-columns: 1fr 1fr;
  }
}
.team-output .team-container .employee {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  width: 100%;
  max-width: 386px;
  justify-items: center;
}
.team-output .team-container .employee:before {
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background-color: var(--team-background);
  z-index: -1;
}
@media screen and (min-width: 980px) {
  .team-output .team-container .employee:before {
    top: 3.5em;
  }
}
@media screen and (max-width: 980px) {
  .team-output .team-container .employee:before {
    border-top-right-radius: 0;
  }
}
@media screen and (min-width: 1150px) {
  .team-output .team-container .employee {
    max-width: unset;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
       -moz-column-gap: clamp(20px, 5vw, 50px);
            column-gap: clamp(20px, 5vw, 50px);
  }
}
.team-output .team-container .employee .info-side {
  display: grid;
  grid-template-columns: 1fr;
  padding: 2em 1em;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 1150px) {
  .team-output .team-container .employee .info-side {
    padding-top: 3.5em;
    padding-bottom: 0;
    width: 100%;
    padding-right: 30px;
  }
}
.team-output .team-container .employee .info-side .f-h2 {
  margin-bottom: 0.25em;
  font-size: clamp(2.4rem, 2.5vw, 2.5rem);
}
.team-output .team-container .employee .info-side .f-h2:after {
  content: none;
}
.team-output .team-container .employee .info-side .title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.team-output .team-container .employee .info-side .actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1rem;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 980px) {
  .team-output .team-container .employee .info-side .actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.team-output .team-container .employee .photo-side {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 386px;
  aspect-ratio: 340/310;
}
.team-output .team-container .employee .photo-side img {
  width: 100%;
  max-width: 386px;
  aspect-ratio: 340/310;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.team-output .team-container .employee .photo-side:before {
  content: "";
  position: absolute;
  top: 5em;
  right: 50%;
  left: 0;
  bottom: 0;
  background-color: var(--team-gray);
  border-top-left-radius: 20px;
}
@media screen and (min-width: 980px) {
  .team-output .team-container .employee .photo-side:before {
    top: 3.5em;
  }
}
.heartland .team-output .team-container .employee .photo-side:before {
  content: none;
}

@media screen and (min-width: 1150px) {
  .team-output .team-container .employee .photo-side:before {
    border-bottom-left-radius: 20px;
  }
}
.team-output .team-container .employee .photo-side:after {
  content: "";
  position: absolute;
  top: 5em;
  right: 0;
  bottom: 0;
  aspect-ratio: 217/246;
  background-image: url(/Content/Images/team-svg.svg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (min-width: 980px) {
  .team-output .team-container .employee .photo-side:after {
    top: 3.5em;
  }
}
.heartland .team-output .team-container .employee .photo-side:after {
  content: none;
}

@media screen and (max-width: 980px) {
  .team-output .team-container .employee .photo-side:after {
    opacity: 0.5;
  }
}
.team-output .team-container .employee .photo-side img {
  position: relative;
  z-index: 1;
}

.page-header.bio-detail {
  margin-bottom: 4em;
  position: relative;
}
.page-header.bio-detail:before {
  content: "";
  position: absolute;
  top: 9em;
  bottom: 0;
  width: 100vw;
  left: 0;
  background-color: var(--darker-team-gray);
}
@media screen and (min-width: 980px) {
  .page-header.bio-detail:before {
    top: 3em;
  }
}
@media screen and (min-width: 1400px) {
  .page-header.bio-detail:before {
    top: 9em;
  }
}
.page-header.bio-detail > .content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2em 20px 0;
  overflow: visible;
  position: relative;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .page-header.bio-detail > .content {
    justify-items: flex-start;
    grid-template-columns: 1fr 2fr;
  }
}
.page-header.bio-detail > .content .photo-side {
  max-width: 485px;
  width: 100%;
  aspect-ratio: 295/306;
  position: relative;
}
@media screen and (min-width: 980px) {
  .page-header.bio-detail > .content .photo-side {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.page-header.bio-detail > .content .photo-side:before {
  content: "";
  position: absolute;
  top: 7em;
  width: 50vw;
  right: 50%;
  bottom: 0;
  background-color: var(--team-background);
  z-index: 0;
}
@media screen and (min-width: 980px) {
  .page-header.bio-detail > .content .photo-side:before {
    top: 6.2em;
  }
}
@media screen and (max-width: 980px) {
  .page-header.bio-detail > .content .photo-side:before {
    border-top-right-radius: 0;
  }
}
.page-header.bio-detail > .content .photo-side:after {
  content: "";
  position: absolute;
  top: 7em;
  right: 50%;
  bottom: 0;
  aspect-ratio: 217/246;
  background-image: url(/Content/Images/team-svg.svg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 980px) {
  .page-header.bio-detail > .content .photo-side:after {
    top: 6.2em;
  }
}
.page-header.bio-detail > .content .photo-side img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
}
.page-header.bio-detail > .content .info-side {
  padding-top: 2em;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  padding-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .page-header.bio-detail > .content .info-side {
    padding-top: 3em;
    justify-items: flex-start;
    padding-bottom: 2em;
    -webkit-column-gap: clamp(50px, 10vw, 100px);
       -moz-column-gap: clamp(50px, 10vw, 100px);
            column-gap: clamp(50px, 10vw, 100px);
  }
}
@media screen and (min-width: 1400px) {
  .page-header.bio-detail > .content .info-side {
    padding-top: 9em;
  }
}
@media screen and (min-width: 1200px) {
  .page-header.bio-detail > .content .info-side {
    grid-template-columns: 1fr 1fr;
  }
}
.page-header.bio-detail > .content .info-side .f-h1 {
  font-size: clamp(2.8rem, 3vw, 4rem);
  color: var(--black);
  margin-bottom: 0.25em;
}
.page-header.bio-detail > .content .info-side .title, .page-header.bio-detail > .content .info-side .phone, .page-header.bio-detail > .content .info-side .infoLine {
  font-weight: 700;
  font-size: clamp(1.6rem, 3vw, 2rem);
  color: var(--black);
  text-align: center;
}
@media screen and (min-width: 980px) {
  .page-header.bio-detail > .content .info-side .title, .page-header.bio-detail > .content .info-side .phone, .page-header.bio-detail > .content .info-side .infoLine {
    text-align: left;
  }
}
.page-header.bio-detail > .content .info-side .title span, .page-header.bio-detail > .content .info-side .phone span, .page-header.bio-detail > .content .info-side .infoLine span {
  font-weight: 500;
}
.page-header.bio-detail > .content .info-side .title {
  margin-bottom: 1.5em;
}
.page-header.bio-detail > .content .info-side .phone {
  display: block;
  margin-bottom: 1em;
}
.page-header.bio-detail > .content .info-side .actions {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 1em;
  position: relative;
}
@media screen and (min-width: 980px) {
  .page-header.bio-detail > .content .info-side .actions {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
@media screen and (min-width: 1200px) {
  .page-header.bio-detail > .content .info-side .actions {
    grid-template-columns: 1fr;
  }
  .page-header.bio-detail > .content .info-side .actions:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(-1 * clamp(25px, 5vw, 50px));
    width: 1px;
    background-color: var(--bio-detail-border);
  }
}
.page-header.bio-detail > .content .info-side .actions a[href] {
  max-width: 308px;
  width: 100%;
  font-size: 1.6rem;
  -ms-flex-line-pack: center;
      align-content: center;
}

.cross-sells {
  padding: 0 20px;
  margin-bottom: 5em;
}
.hydrated .cross-sells .cards {
  height: 200px;
}
.cross-sells > .content {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .cross-sells > .content .cross-splide {
    padding: 0 70px;
  }
}
.cross-sells > .content > .info {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  padding: 3em 2em 0em;
  max-width: calc(100% - 40px);
  color: var(--gray);
  grid-gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 980px) {
  .cross-sells > .content > .info {
    padding: 3em 5em 0em;
    max-width: calc(100% - 160px);
  }
}
.cross-sells > .content > .info .info-copy {
  color: var(--white);
}
.cross-sells > .content > .info h2 {
  margin-bottom: 0.5em;
  color: var(--white);
}
.cross-sells > .content > .info .copy {
  margin-bottom: 2em;
  max-width: 900px;
}
@media screen and (max-width: 980px) {
  .cross-sells > .content > .info .actions {
    display: none;
  }
}
.cross-sells > .content > .info:before {
  content: "";
  width: 100%;
  height: calc(100% + 5em);
  border-radius: 30px;
  background: var(--red);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 980px) {
  .cross-sells > .content > .info:before {
    height: 200%;
    width: calc(100% - 60px);
    z-index: -1;
    top: 0;
    left: 30px;
  }
}
.heartland .cross-sells > .content > .info:before {
  background: var(--heartland-blue);
}

@media screen and (max-width: 980px) {
  .cross-sells > .content .card-list {
    margin-bottom: 3em;
  }
}
.cross-sells > .content .card-list .card > img {
  border-radius: 20px;
  margin-bottom: 1em;
  aspect-ratio: 42/26;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}
.cross-sells > .content .card-list .card .info {
  padding: 0 1em;
}
@media screen and (max-width: 980px) {
  .cross-sells > .content .card-list .card .actions {
    text-align: center;
  }
}
.cross-sells > .content .splide__arrows {
  padding-top: 1em;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .cross-sells > .content .splide__arrows {
    text-align: center;
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cross-sells > .content .splide__arrows .left-arrow, .cross-sells > .content .splide__arrows .right-arrow {
  -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(3%) saturate(0%) hue-rotate(149deg) brightness(90%) contrast(84%);
          filter: brightness(0) saturate(100%) invert(48%) sepia(3%) saturate(0%) hue-rotate(149deg) brightness(90%) contrast(84%);
  height: 40px;
  width: 40px;
  margin: 0 1em;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.cross-sells > .content .splide__arrows .left-arrow:hover, .cross-sells > .content .splide__arrows .right-arrow:hover {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.cta-banner {
  padding: 0 20px;
  margin-bottom: 4em;
}
.cta-banner > .content {
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: var(--team-background);
  display: grid;
  justify-items: center;
  padding: 3em 0;
}
.cta-banner > .content .f-h2 {
  font-size: 2rem;
}
.cta-banner > .content .f-h2:after {
  content: none;
}
.cta-banner > .content .actions {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 313px));
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1em;
}

.page-section {
  padding: 0 20px;
  margin-bottom: 3em;
  /*	.f-h2 {
  	&:after {
  		content: none;
  	}
  }*/
}
@media screen and (min-width: 980px) {
  .page-section {
    margin-bottom: 4em;
  }
}
.page-section > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.content .page-section {
  padding: 0;
}
.page-section.center {
  text-align: center;
}
.page-section .actions {
  display: grid;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.5em;
}
@media screen and (min-width: 980px) {
  .page-section .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.center.page-section .actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-section ul {
  margin-bottom: 2em;
  padding-left: 0;
}
@media screen and (min-width: 980px) {
  .page-section ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.page-section ul li {
  margin-bottom: 0.8em;
  padding-left: 21px;
  list-style: none;
  display: block;
  position: relative;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.page-section ul li ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  list-style: none;
}
.page-section ul li ul li:before {
  content: none;
}
.page-section ul li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  height: 9px;
  width: 11px;
  background-image: url(/Content/Images/check.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.page-section img {
  border-radius: 30px;
  margin-bottom: 0.5em;
}
.page-section .caption {
  font-size: 1.4rem;
  font-style: italic;
}
@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 20px;
}
.page-section.search-results > .content {
  max-width: 1400px;
  margin: 0 auto;
  margin: 0 auto;
}
.page-section.search-results .search-tile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 800px;
  /*           align-items: center;*/
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.5em;
  margin-bottom: 2em;
}
.page-section.search-results .search-tile .search-tile-title {
  margin-bottom: 0.2em;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
}
@media screen and (min-width: 980px) {
  .page-section.search-results .search-tile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-section.search-results .search-tile a img {
  border-radius: 20px;
  margin-bottom: 1em;
}
.page-section.search-results .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 1em;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1em;
}
.page-section.search-results .search-tile-content {
  margin-bottom: 2em;
}
.page-section.search-results .search-tile-content h3 {
  margin-bottom: 0;
}

.link-banner {
  padding: 0 20px;
  margin-bottom: 4em;
}
.link-banner > .content {
  max-width: 1400px;
  margin: 0 auto;
  background: var(--background-gray);
  padding: 3.5em clamp(2em, 8vw, 12em);
  border-radius: 30px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .link-banner > .content {
    grid-template-columns: 1fr;
    grid-column-gap: 1em;
  }
}
.link-banner > .content .info {
  padding: 0.5em 0;
}
.link-banner > .content .info h2 {
  margin-bottom: 0.7em;
  color: var(--black);
}
.link-banner > .content .info .copy {
  margin-bottom: 0;
  color: var(--black);
}
.link-banner > .content .info .copy *:last-child {
  margin: 0;
}
.link-banner > .content .actions {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em 1em;
}
@media screen and (max-width: 980px) {
  .link-banner > .content .actions {
    border: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    grid-template-columns: 1fr;
  }
}
.link-banner > .content .actions .icon-btn {
  color: var(--black);
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 50px 1fr;
  grid-gap: 0.6em;
  display: grid;
}
@media screen and (max-width: 980px) {
  .link-banner > .content .actions .icon-btn {
    grid-template-columns: 30px 1fr;
  }
}

.employee-block {
  padding: 0 20px;
  margin-bottom: 4em;
}
.employee-block > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  width: 100%;
  justify-items: center;
}
.employee-block > .content:before {
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background-color: var(--team-background);
  z-index: -1;
}
@media screen and (min-width: 980px) {
  .employee-block > .content:before {
    top: 3.5em;
  }
}
@media screen and (max-width: 980px) {
  .employee-block > .content:before {
    border-top-right-radius: 0;
  }
}
@media screen and (min-width: 1150px) {
  .employee-block > .content {
    grid-template-columns: 1fr 2fr;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
       -moz-column-gap: clamp(20px, 5vw, 50px);
            column-gap: clamp(20px, 5vw, 50px);
  }
}
.employee-block > .content .info-side {
  display: grid;
  grid-template-columns: 1fr;
  padding: 2em 2em 2em 1em;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 1150px) {
  .employee-block > .content .info-side {
    padding-top: 5.5em;
    padding-bottom: 2em;
  }
}
.employee-block > .content .info-side .f-h2 {
  margin-bottom: 0.25em;
  font-size: clamp(2.4rem, 2.5vw, 2.5rem);
}
.employee-block > .content .info-side .f-h2:after {
  content: none;
}
.employee-block > .content .info-side .title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.employee-block > .content .info-side .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-weight: 700;
  font-size: 1.8rem;
}
.employee-block > .content .photo-side {
  position: relative;
}
@media screen and (max-width: 980px) {
  .employee-block > .content .photo-side {
    justify-self: flex-start;
  }
}
.employee-block > .content .photo-side .name-tag {
  position: absolute;
  bottom: 30px;
  -o-object-position: bottom;
     object-position: bottom;
  z-index: 10;
  background: #F6F6F6;
  padding: 0.7em 1em;
  border-radius: 0 7px 7px 0;
  font-weight: 700;
  font-size: 1.2rem;
}
.employee-block > .content .photo-side img {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 340/310;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.employee-block > .content .photo-side:before {
  content: "";
  position: absolute;
  top: 5em;
  right: 50%;
  left: 0;
  bottom: 0;
  background-color: var(--darker-team-gray);
  border-top-left-radius: 20px;
}
@media screen and (min-width: 980px) {
  .employee-block > .content .photo-side:before {
    top: 3.5em;
  }
}
@media screen and (min-width: 1150px) {
  .employee-block > .content .photo-side:before {
    border-bottom-left-radius: 20px;
  }
}
.employee-block > .content .photo-side:after {
  content: "";
  position: absolute;
  top: 5em;
  right: 0;
  bottom: 0;
  aspect-ratio: 217/246;
  background-image: url(/Content/Images/team-svg.svg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  z-index: 0;
}
.heartland .employee-block > .content .photo-side:after {
  content: none;
}

@media screen and (min-width: 980px) {
  .employee-block > .content .photo-side:after {
    top: 3.5em;
  }
}
.employee-block > .content .photo-side img {
  position: relative;
  z-index: 1;
}

.picture {
  margin-bottom: 4em;
  padding: 0 20px;
}
.picture > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.content .picture {
  padding: 0;
}
.picture picture img {
  width: 100%;
  border-radius: 30px;
  margin-bottom: 1em;
}
.picture picture video {
  aspect-ratio: 6/4;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  margin-bottom: 1em;
}
.picture picture caption {
  font-size: 1.4rem;
  font-style: italic;
}

.cta-area {
  margin-bottom: 4em;
  padding: 0 20px;
}
.content .cta-area {
  padding: 0;
}
.cta-area > .content {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.cta-area > .content .box-area {
  background: var(--background-gray);
  padding: 3em 2.5em;
  border-radius: 30px;
  margin-bottom: 2em;
}
.cta-area > .content .box-area h2 {
  margin-bottom: 1.5em;
}
.cta-area > .content .box-area .copy {
  margin-bottom: 2em;
}
.cta-area > .content .box-area .copy *:last-child {
  margin: 0;
}
.cta-area > .content .box-area .actions {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(-webkit-max-content, 260px));
  grid-template-columns: repeat(auto-fit, minmax(max-content, 260px));
  grid-gap: 1em;
}
.cta-area > .content .box-area .actions:has(:nth-child(4)) {
  grid-template-columns: minmax(-webkit-max-content, 260px) minmax(-webkit-max-content, 260px);
  grid-template-columns: minmax(max-content, 260px) minmax(max-content, 260px);
}
@media screen and (max-width: 700px) {
  .cta-area > .content .box-area .actions:has(:nth-child(4)) {
    grid-template-columns: minmax(0, 260px);
  }
}
.cta-area > .content .additional-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta-area > .content .additional-links p {
  font-weight: 700;
}

.tile-cards {
  padding: 0 20px;
  margin-bottom: 4em;
}
.tile-cards > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.tile-cards > .content h2 {
  margin-bottom: 1.5em;
}
.tile-cards > .content .copy {
  margin-bottom: 2em;
}
.tile-cards > .content .copy *:last-child {
  margin: 0;
}
.tile-cards > .content .tiles {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 3em;
}
@media screen and (min-width: 980px) {
  .tile-cards > .content .tiles {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.small-cards.tile-cards > .content .tiles {
  grid-template-columns: 1fr;
  grid-gap: 1em;
}
@media screen and (min-width: 980px) {
  .small-cards.tile-cards > .content .tiles {
    grid-template-columns: repeat(auto-fit, 250px);
    grid-gap: 2em;
  }
}

.tile-cards > .content .tiles .tile {
  text-align: center;
}
@media screen and (min-width: 980px) {
  .tile-cards > .content .tiles .tile {
    text-align: left;
  }
}
.tile-cards > .content .tiles .tile img {
  border-radius: 15px;
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  margin: 0 auto;
  display: block;
  margin-bottom: 1em;
}
@media screen and (min-width: 980px) {
  .tile-cards > .content .tiles .tile img {
    width: 100%;
    border-radius: 20px;
    max-width: none;
  }
}
.tile-cards > .content .tiles .tile h3 {
  margin-bottom: 1em;
}
.tile-cards > .content .tiles .tile .copy {
  margin-bottom: 2em;
}
.tile-cards > .content .tiles .tile .copy *:last-child {
  margin-bottom: 0;
}
.small-cards.tile-cards > .content .tiles .tile {
  text-align: center;
}
@media screen and (max-width: 980px) {
  .small-cards.tile-cards > .content .tiles .tile {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    grid-template-columns: 105px 1fr;
    grid-gap: 2em;
  }
  .small-cards.tile-cards > .content .tiles .tile img {
    margin: 0;
    border-radius: 8px;
  }
  .small-cards.tile-cards > .content .tiles .tile a {
    font-size: 1.6rem;
  }
  .small-cards.tile-cards > .content .tiles .tile h3 {
    margin-bottom: 0.7em;
  }
}
.small-cards.tile-cards > .content .tiles .tile .actions a {
  border: none;
  display: block;
  padding: 0;
  text-align: left;
  color: var(--red);
}
@media screen and (min-width: 980px) {
  .small-cards.tile-cards > .content .tiles .tile .actions a {
    text-align: center;
  }
}

.security-banner {
  padding: 0 20px;
  margin-bottom: 4em;
  background: var(--background-gray);
}
.security-banner > .content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3em 0;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
@media screen and (min-width: 980px) {
  .security-banner > .content {
    grid-template-columns: 8fr 5fr;
  }
}
.security-banner > .content .info h2 {
  margin-bottom: 0.7em;
}
.security-banner > .content .info .copy {
  margin-bottom: 2em;
}
.security-banner > .content .info .copy *:last-child {
  margin-bottom: 0;
}
.security-banner > .content .info .icon-tiles {
  display: grid;
  margin-bottom: 2em;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.7em;
}
@media screen and (min-width: 980px) {
  .security-banner > .content .info .icon-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}
.security-banner > .content .info .icon-tiles .icon-tile {
  background: var(--white);
  border-radius: 15px;
  padding: 1em;
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--black);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}
.heartland .security-banner > .content .info .icon-tiles .icon-tile img {
  -webkit-filter: var(--orange-filter);
          filter: var(--orange-filter);
}

.security-banner > .content .links {
  padding: 0 1em;
}
@media screen and (min-width: 980px) {
  .security-banner > .content .links {
    padding-left: 3em;
    border-left: solid 1px #D5D5D5;
  }
}
.security-banner > .content .links h3 {
  margin-bottom: 1.5em;
}
.security-banner > .content .links a {
  display: block;
  margin-bottom: 1em;
}

.icon-cards {
  padding: 0 20px;
  margin-bottom: 5em;
}
.icon-cards > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.icon-cards > .content h2 {
  margin-bottom: 1.5em;
}
.icon-cards > .content .copy {
  margin-bottom: 2em;
}
.icon-cards > .content .copy *:last-child {
  margin-bottom: 0;
}
.icon-cards > .content .icons {
  display: grid;
  row-gap: 0.7em;
}
@media screen and (min-width: 980px) {
  .icon-cards > .content .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.icon-cards > .content .icons .icon-tile {
  background: var(--background-gray);
  border-radius: 15px;
  padding: 1em;
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--black);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}
.heartland .icon-cards > .content .icons .icon-tile img {
  -webkit-filter: var(--orange-filter);
          filter: var(--orange-filter);
}
/*# sourceMappingURL=internal.css.map */
