.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;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, div {
  display: block;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.3em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0px;
}

figcaption {
  text-align: center;
}

hr {
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

nav ul {
  padding: 0;
  margin: 0;
}

nav li {
  padding: 0;
  margin: 0;
}

dl {
  margin: 0;
}

[role=button] {
  cursor: pointer;
}

/*! END normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** Pannos Normalize  */
html {
  color: #222;
  font-size: 62.5%;
} /* BASE FONT 10px - Line Height  24px */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 1.625;
} /* Font Smoothing */
/* Font Loading Fix*/
html.wf-loading {
  font-family: "Arial", Tahoma, sans-serif;
  line-height: 1.5;
  visibility: hidden;
}

html.wf-active, html.wf-inactive {
  visibility: visible;
  font-size: 62.5%;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1.5em 0;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, ul, p {
  margin: 0 0 1em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*Hide visually and from screen readers:*/
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (max-width: 980px) {
  .hideOnMobile {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.l-row:before,
.l-row:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after,
.l-row:after {
  clear: both;
}

/** Button Reset */
button {
  border: none;
  background: none;
  padding: 0;
  display: inline-block;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #34393B;
}

body {
  font-family: "fieldwork", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin: 0;
  font-size: inherit !important;
}

[role=button] {
  cursor: pointer;
}

button {
  background: none;
  border: none;
}

a * {
  pointer-events: none;
}

a .js-delete-cta, a .js-move-cta-left, a .js-move-cta-right, a .icon-bin {
  pointer-events: all;
}
a[href*=tel] {
  white-space: nowrap;
}

.copy > p {
  max-width: 900px;
}

.hydrated a[data-speedbump] {
  position: relative;
}

.no-top-padding * {
  -webkit-transition: none !important;
  transition: none !important;
}

/**ADMIN CSS **/
.cke_contents {
  resize: vertical;
}

[data-inline-editor="Kentico.InlineEditor.RichText"] {
  min-width: 150px;
}

a {
  color: #007742;
}
a:hover, a:focus {
  text-decoration: none;
}

.content {
  font-family: "fieldwork", sans-serif;
}

main a:not([class]), main a[class=speedbump] {
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration-color: #bc8c3d;
}
main a:not([class]):hover, main a:not([class]):focus, main a[class=speedbump]:hover, main a[class=speedbump]:focus {
  text-decoration-thickness: 3px;
}

@media screen and (max-width: 980px) {
  .mobile-no-margin-bottom {
    margin-bottom: 0 !important;
  }
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.margin-top-small {
  margin-top: 0.5em !important;
}

.margin-bottom-small {
  margin-bottom: 0.5em !important;
}

.margin-top-medium {
  margin-top: 1.5em !important;
}

.margin-bottom-medium {
  margin-bottom: 1.5em !important;
}

.margin-top-large {
  margin-top: 2.5em !important;
}

.margin-bottom-large {
  margin-bottom: 2.5em !important;
}

.margin-top-xlarge {
  margin-top: 3.5em !important;
}

.margin-bottom-xlarge {
  margin-bottom: 3.5em !important;
}

.margin-top-xxlarge {
  margin-top: 5em !important;
}

.margin-bottom-xxlarge {
  margin-bottom: 5em !important;
}

@media screen and (min-width: 980px) {
  .margin-top-small {
    margin-top: 1em !important;
  }
  .margin-bottom-small {
    margin-bottom: 1em !important;
  }
  .margin-top-medium {
    margin-top: 3em !important;
  }
  .margin-bottom-medium {
    margin-bottom: 3em !important;
  }
  .margin-top-large {
    margin-top: 5em !important;
  }
  .margin-bottom-large {
    margin-bottom: 5em !important;
  }
  .margin-top-xlarge {
    margin-top: 7em !important;
  }
  .margin-bottom-xlarge {
    margin-bottom: 7em !important;
  }
  .margin-top-xxlarge {
    margin-top: 10em !important;
  }
  .margin-bottom-xxlarge {
    margin-bottom: 10em !important;
  }
}
.no-padding-top, .no-top-padding {
  padding-top: 0 !important;
}

.no-padding-bottom, .no-bottom-padding {
  padding-bottom: 0 !important;
}

.padding-top-small {
  padding-top: 0.5em !important;
}

.padding-bottom-small {
  padding-bottom: 0.5em !important;
}

.padding-top-medium {
  padding-top: 1.5em !important;
}

.padding-bottom-medium {
  padding-bottom: 1.5em !important;
}

.padding-top-large {
  padding-top: 2.5em !important;
}

.padding-bottom-large {
  padding-bottom: 2.5em !important;
}

.padding-top-xlarge {
  padding-top: 3.5em !important;
}

.padding-bottom-xlarge {
  padding-bottom: 3.5em !important;
}

.padding-top-xxlarge {
  padding-top: 5em !important;
}

.padding-bottom-xxlarge {
  padding-bottom: 5em !important;
}

@media screen and (min-width: 980px) {
  .padding-top-small {
    padding-top: 1em !important;
  }
  .padding-bottom-small {
    padding-bottom: 1em !important;
  }
  .padding-top-medium {
    padding-top: 3em !important;
  }
  .padding-bottom-medium {
    padding-bottom: 3em !important;
  }
  .padding-top-large {
    padding-top: 5em !important;
  }
  .padding-bottom-large {
    padding-bottom: 5em !important;
  }
  .padding-top-xlarge {
    padding-top: 7em !important;
  }
  .padding-bottom-xlarge {
    padding-bottom: 7em !important;
  }
  .padding-top-xxlarge {
    padding-top: 10em !important;
  }
  .padding-bottom-xxlarge {
    padding-bottom: 10em !important;
  }
}
.linkbox {
  cursor: pointer;
}

.CodeMirror-code {
  font-size: 12px;
  text-transform: none;
}

/** Lazy loaded backgrounds **/
.lazy {
  background-image: none;
}

html:not(.hydrated) {
  /* TRY WITHOUT THIS BUT MIGHT CAUSE ISSUES WITH JAVASCRIPT WHEN CLICKING ON SPEEDBUMP LINK WITH IMAGE IN IT
  @include tablet {
      a * {
          pointer-events: none;
      }
  }
  */
}
html:not(.hydrated) button * {
  pointer-events: none;
}
html:not(.hydrated) a.speedbump * {
  pointer-events: none;
}

.f-h1, h1:not([class]) {
  font-weight: 900;
  font-size: clamp(2.8rem, 3.5vw, 7rem);
  line-height: 0.9;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  color: #06334F;
}
@media screen and (max-width: 980px) {
  .f-h1, h1:not([class]) {
    line-height: 1.3;
  }
}
.f-h1 strong, h1:not([class]) strong {
  color: #007742;
  font-weight: 900;
}

.f-h2 {
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  color: #06334F;
}
.f-h2 strong {
  color: #007742;
  font-weight: 900;
}

.f-h2-alt, h2:not([class]) {
  font-weight: 700;
  font-size: clamp(2.4rem, 3vw, 3rem);
  line-height: 1.3;
  font-family: "altivo", sans-serif;
  color: #06334F;
}
.f-h2-alt strong, h2:not([class]) strong {
  color: #007742;
  font-weight: 900;
}

.f-h3-alt {
  font-weight: 900;
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  color: #06334F;
}
.f-h3-alt strong {
  color: #007742;
  font-weight: 900;
}

.f-h3, h3:not([class]) {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-family: "altivo", sans-serif;
  color: #06334F;
}

.f-h4, h4:not([class]) {
  font-weight: 700;
  font-size: clamp(2.8rem, 3vw, 3.8rem);
  line-height: 1.3;
  font-family: "altivo", sans-serif;
  color: #06334F;
}

.f-h4-alt {
  font-weight: 700;
  font-size: clamp(2.8rem, 3vw, 3.8rem);
  line-height: 1.3;
  font-family: "fave-script-pro", sans-serif;
}

.f-h5, h5:not([class]) {
  font-weight: 700;
  font-size: clamp(1.7rem, 1.8vw, 2rem);
  line-height: 1.3;
  font-family: "altivo", sans-serif;
  color: #06334F;
}

.f-h5-alt {
  font-weight: 700;
  font-size: clamp(2.4rem, 3vw, 3rem);
  line-height: 1.3;
  font-family: "altivo", sans-serif;
  color: #06334F;
}

.f-h6, h6:not([class]) {
  font-weight: 400;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  line-height: 1.3;
  font-family: "altivo", sans-serif;
}

main {
  text-wrap: pretty;
}

@media screen and (max-width: 980px) {
  img[class*=fr-], span[class*=fr-] {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
}
@media screen and (min-width: 980px) {
  img.fr-dib {
    display: block;
    float: none;
    margin: 20px auto;
    vertical-align: top;
  }
  img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
  }
  img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
  }
  img.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
    vertical-align: bottom;
  }
  img.fr-dii.fr-fil {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  img.fr-dii.fr-fir {
    float: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  span.fr-img-caption {
    max-width: 100%;
    position: relative;
  }
  span.fr-img-caption.fr-dib {
    display: block;
    float: none;
    margin: 20px auto;
    vertical-align: top;
  }
  span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
  }
  span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
  }
  span.fr-img-caption.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
    vertical-align: bottom;
  }
  span.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  span.fr-img-caption.fr-dii.fr-fir {
    float: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  .fr-video {
    position: relative;
    text-align: center;
  }
  .fr-video.fr-rv {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
  }
  .fr-video.fr-rv embed, .fr-video.fr-rv object, .fr-video.fr-rv > iframe {
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
  }
  .fr-video > * {
    border: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
  }
  .fr-video.fr-dvb {
    clear: both;
    display: block;
  }
  .fr-video.fr-dvb.fr-fvl {
    text-align: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  .fr-video.fr-dvb.fr-fvr {
    text-align: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  .fr-video.fr-dvi {
    display: inline-block;
  }
  .fr-video.fr-dvi.fr-fvl {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  .fr-video.fr-dvi.fr-fvr {
    float: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  a.fr-strong {
    font-weight: 700;
  }
  a.fr-green {
    color: green;
  }
  .fr-img-caption {
    text-align: center;
  }
  .fr-img-caption .fr-img-wrap {
    margin: auto;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .fr-img-caption .fr-img-wrap a {
    display: block;
  }
  .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
  .fr-img-caption .fr-img-wrap > span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 14px;
    font-weight: 400;
    margin: auto;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    padding: 20px 20px 40px;
    text-align: center;
    width: 100%;
  }
}
.bg-charcoal {
  background: #34393B !important;
  color: #fff;
  --bgColor: #34393B;
}
.bg-charcoal h2, .bg-charcoal p, .bg-charcoal span, .bg-charcoal a:not(.cta-btn):not(.cta-btn-brown):not(.cta-btn-white), .bg-charcoal h3, .bg-charcoal h1 {
  color: #fff;
}

.bg-la-salle-green {
  background: #007742 !important;
  color: #fff;
  --bgColor: #007742;
}
.bg-la-salle-green h2, .bg-la-salle-green p, .bg-la-salle-green span, .bg-la-salle-green a:not(.cta-btn):not(.cta-btn-brown):not(.cta-btn-white), .bg-la-salle-green h3, .bg-la-salle-green h1 {
  color: #fff;
}

.bg-tiger-orange {
  background: #BC8C3D !important;
  color: #fff;
  --bgColor: #BC8C3D;
}
.bg-tiger-orange h2, .bg-tiger-orange p, .bg-tiger-orange span, .bg-tiger-orange a:not(.cta-btn):not(.cta-btn-brown):not(.cta-btn-white), .bg-tiger-orange h3, .bg-tiger-orange h1 {
  color: #fff;
}

.bg-shamrock-green {
  background: #06984F !important;
  color: #fff;
  --bgColor: #06984F;
}
.bg-shamrock-green h2, .bg-shamrock-green p, .bg-shamrock-green span, .bg-shamrock-green a:not(.cta-btn):not(.cta-btn-brown):not(.cta-btn-white), .bg-shamrock-green h3, .bg-shamrock-green h1 {
  color: #fff;
}

.bg-blue-whale {
  background: #06334F !important;
  color: #fff;
  --bgColor: #06334F;
}
.bg-blue-whale h2, .bg-blue-whale p, .bg-blue-whale span, .bg-blue-whale a:not(.cta-btn):not(.cta-btn-brown):not(.cta-btn-white), .bg-blue-whale h3, .bg-blue-whale h1 {
  color: #fff;
}

.bg-cherrywood {
  background: #63191A !important;
  color: #fff;
  --bgColor: #63191A;
}
.bg-cherrywood h2, .bg-cherrywood p, .bg-cherrywood span, .bg-cherrywood a:not(.cta-btn):not(.cta-btn-brown):not(.cta-btn-white), .bg-cherrywood h3, .bg-cherrywood h1 {
  color: #fff;
}

.bg-dark-green-blue {
  background: #186164 !important;
  color: #34393B;
  --bgColor: #186164;
}
.bg-dark-green-blue h2, .bg-dark-green-blue p, .bg-dark-green-blue span, .bg-dark-green-blue a:not(.cta-btn):not(.cta-btn-brown):not(.cta-btn-white), .bg-dark-green-blue h3, .bg-dark-green-blue h1 {
  color: #34393B;
}

.bg-persian-green {
  background: #009C9A !important;
  color: #fff;
  --bgColor: #009C9A;
}
.bg-persian-green h2, .bg-persian-green p, .bg-persian-green span, .bg-persian-green a:not(.cta-btn):not(.cta-btn-brown):not(.cta-btn-white), .bg-persian-green h3, .bg-persian-green h1 {
  color: #fff;
}

.bg-merino {
  background: #F3F0EB !important;
  color: #34393B;
  --bgColor: #F3F0EB;
}
.bg-merino h2, .bg-merino p, .bg-merino span, .bg-merino a:not(.cta-btn):not(.cta-btn-brown):not(.cta-btn-white), .bg-merino h3, .bg-merino h1 {
  color: #34393B;
}

.force-dark *:not(.cta-btn):not(.cta-btn-brown):not(.cta-btn-white) {
  color: #34393B !important;
}

.force-white *:not(.cta-btn):not(.cta-btn-brown):not(.cta-btn-white) {
  color: #fff !important;
}

.hydrated .ktc-rich-text-wrapper .fr-wCounter {
  position: absolute;
  bottom: 0;
  right: 0;
}

/** DEFAULT SPEEDBUMP STYLES **/
.speedbump_back, .js-email_pop {
  background-color: rgba(0, 0, 0, 0.7) !important;
  position: fixed;
  overflow: auto;
  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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9100;
  text-align: center;
}

.speedbump_pop_inner, .email_pop_inner {
  display: inline-block;
  max-width: 480px;
  width: 90%;
}

.speedbump_pop_content, .email_pop_content {
  background: #fff;
  border-radius: 0;
  padding: 0;
  text-align: center;
  padding: 32px;
}

.speedbump_pop_header, .email_pop_header {
  background: #fff;
  border-radius: 0;
  color: #007742;
  font-family: "altivo", sans-serif;
  font-weight: bold;
  margin-bottom: 0.7em;
  font-size: 2rem;
}

.speedbump_pop_message, .email_pop_message {
  color: #34393B;
  font-size: 1.6rem;
  font-family: "fieldwork", sans-serif;
  text-align: left;
  margin-bottom: 2em;
}

.speedbump_pop_buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.speedbump_pop_buttons .cta-btn, .speedbump_pop_buttons .contact-two-columns > .content .tabs .fsBody form .fsSubmitButton, .contact-two-columns > .content .tabs .fsBody form .speedbump_pop_buttons .fsSubmitButton, .speedbump_pop_buttons form input[type=submit], form .speedbump_pop_buttons input[type=submit], .speedbump_pop_buttons form .fsSubmitButton, form .speedbump_pop_buttons .fsSubmitButton, .speedbump_pop_buttons .cta-btn-brown, .speedbump_pop_buttons .ghost-btn, .speedbump_pop_buttons .ghost-btn-white {
  padding: 0.7em 1em;
}

/*.speedbump_pop_btn, .email_pop_btn {
    display: inline-block;
    padding: .4em 1em;
    font-size: .9em;
    border-radius: 5px;
    text-align: center;
    font-family: $body-font;
    font-weight: bold;
}

.speedbump_pop_btn_ok, .email_pop_btn_ok {
    background: $tertiary-color;
    color: $white;
    margin: 0 15px 15px 0;
    width: 100%;

    &:hover, &:focus {
        background: darken($tertiary-color, 10);
    }
}

.speedbump_pop_btn_cancel, .email_pop_btn_cancel {
    color: $primary-color;
    width: 100%;

    &:hover, &:focus {
        text-decoration: underline;
    }
}
*/
.cookie-notice {
  background: #F3F0EB;
  color: #34393B;
  text-align: left;
  position: fixed;
  bottom: 0;
  padding: 1em 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 11px 0;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 11px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 300;
}
@media screen and (min-width: 980px) {
  .cookie-notice {
    width: calc(100vw - 300px);
    margin: 0 150px 20px;
    padding: 1.5em 0;
  }
}
.cookie-notice > .content {
  font-size: 1.4rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  /*
      button, a {
          margin-right: 10px;
          font-size: 1.2rem;

          &:last-of-type {
              margin-right: 0;
          }

          color: $white;
      }
  }*/
}
@media screen and (min-width: 980px) {
  .cookie-notice > .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cookie-notice > .content .page-header-info {
  margin-right: 20px;
  max-width: 900px;
}
.cookie-notice > .content .page-header-info a {
  color: #06334F;
  font-weight: 700;
  text-decoration: underline;
}
.cookie-notice > .content .page-header-info a:hover {
  text-decoration-thickness: 3px;
}
.cookie-notice > .content .page-header-info *:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .cookie-notice > .content .page-header-info {
    margin: 0 0 1.3em 0;
  }
}
@media screen and (max-width: 980px) {
  .cookie-notice > .content .page-header-link {
    text-align: center;
  }
}
.cookie-notice > .content .page-header-link button:first-of-type {
  font-size: 1.4rem;
}
.cookie-notice .close-cookie-alert {
  color: #BC8C3D;
  position: absolute;
  font-size: 4rem;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .cookie-notice .close-cookie-alert {
    display: none;
  }
}

/**
// Buttons
*/
/*** FOCUS STYLES ***/
a:focus, button:focus, input:focus, select:focus {
  outline: 1px dotted #3a87ad;
  /* box-shadow: 0 0 5px 1px #3a87ad; */
}

div:focus, section:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cta-btn-white {
  display: inline-block;
  background: #fff;
  color: #34393B;
  font-size: 1.8rem;
  padding: 0.7em 3em;
  border-radius: 10px;
  font-weight: 600;
  border: solid 2px #007742;
  text-align: center;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cta-btn-white:hover {
  background: #d9d9d9;
}

.cta-btn, .contact-two-columns > .content .tabs .fsBody form .fsSubmitButton, form input[type=submit], form .fsSubmitButton, .cta-btn-brown {
  display: inline-block;
  background: #007742;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.7em 3em;
  border-radius: 10px;
  font-weight: 600;
  border: solid 2px #007742;
  text-align: center;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cta-btn:hover, .contact-two-columns > .content .tabs .fsBody form .fsSubmitButton:hover, form input[type=submit]:hover, form .fsSubmitButton:hover, .cta-btn-brown:hover {
  background: #005e34;
}

.cta-btn-brown {
  background: #BC8C3D;
  border-color: #BC8C3D;
}

.ghost-btn, .ghost-btn-white {
  display: inline-block;
  background: none;
  color: #34393B;
  font-size: 1.8rem;
  border-radius: 10px;
  padding: 0.7em 1.5em;
  text-align: center;
  font-weight: 700;
  border: solid 2px #007742;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 1.3;
  transition: all 0.5s ease;
}
@media screen and (min-width: 980px) {
  .ghost-btn, .ghost-btn-white {
    padding: 0.7em 3em;
  }
}
.ghost-btn:hover, .ghost-btn-white:hover {
  background: #007742;
  color: #fff;
}

.ghost-btn-white {
  border: solid 2px #fff;
  color: #fff;
}
.ghost-btn-white:hover {
  background: #fff;
  color: #007742;
}

.apple-btn {
  display: block;
  color: transparent;
  background: url("/Content/images/bug-app.png") no-repeat center #000;
  height: 51px;
  width: 167px;
  background-size: contain;
  border-radius: 10px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.apple-btn .text {
  visibility: hidden;
}
.apple-btn:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.android-btn {
  display: block;
  color: transparent;
  background: url("/Content/images/bug-play.png") no-repeat center #000;
  background-size: contain;
  height: 51px;
  width: 167px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  border-radius: 10px;
}
.android-btn .text {
  visibility: hidden;
}
.android-btn:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes scaleBackground {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes scaleBackground {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.icon-lnk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 500;
}
.icon-lnk img {
  margin-right: 5px;
}

.icon-lnk-vertical {
  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: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  color: #34393B;
  text-align: center;
}
.icon-lnk-vertical img {
  margin-bottom: 1em;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.top-lnk:before {
  content: "";
  width: 10px;
  height: 22px;
  background: url(../images/arrow-up.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.cta-lnk, .cta-lnk-white {
  color: #06334F;
  font-weight: 700;
  position: relative;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  text-decoration-thickness: 2px;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
  font-size: clamp(2rem, 5vw, 2.2rem);
}
.cta-lnk:hover, .cta-lnk-white:hover {
  text-decoration-color: currentcolor;
  text-decoration: underline;
}

.cta-lnk-blue {
  color: #007742;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  max-width: calc(100vw - 40px);
}
.cta-lnk-blue:hover {
  text-decoration: underline;
  font-weight: 700;
}

.cta-lnk-white {
  color: #fff !important;
}

.arrow-lnk, .access-login > .drop-holder .login-nav a {
  position: relative;
}
.arrow-lnk:after, .access-login > .drop-holder .login-nav a:after {
  content: "";
  background: url(../Images/login-arrow.svg);
  display: inline-block;
  margin-left: 5px;
  color: #BC8C3D;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 7px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
}
.arrow-lnk:hover:after, .access-login > .drop-holder .login-nav a:hover:after {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}

.two-col-section {
  padding: 0 30px;
}
.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: clamp(50px, 6vw, 100px);
  }
}
@media screen and (max-width: 980px) {
  .two-col-section > .content .left {
    margin-bottom: 2em;
  }
}
.content .two-col-section {
  padding: 0;
}

.accordion-content {
  padding-top: 1em;
}

img,
video,
audio,
iframe,
object {
  max-width: 100%;
}

img:not([src$=".svg"]) {
  height: auto;
}

.video-pop-modal {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99999999;
  padding: 30px;
}
.video-pop-modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.video-pop-modal .video-pop-modal-content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
}
.video-pop-modal .video-pop-modal-content .video-pop-modal-frame {
  text-align: right;
}
@media screen and (min-width: 980px) {
  .video-pop-modal .video-pop-modal-content .video-pop-modal-frame {
    float: right;
    width: 60%;
  }
}
.video-pop-modal .video-pop-modal-content .js-close-video-pop {
  font-size: 72px;
  font-weight: 200;
  line-height: 0.7;
  color: #FFF;
  display: inline-block;
  margin-bottom: 15px;
  border: none;
  background: none;
}
.video-pop-modal .video-pop-modal-content .video-pop-video video {
  width: 100%;
}
.video-pop-modal .video-pop-modal-content .video-pop-video .video-pop-frame {
  width: 100%;
  padding-bottom: 62.5%;
  position: relative;
}
.video-pop-modal .video-pop-modal-content .video-pop-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-pop-modal .video-pop-modal-content .video-pop-info {
  padding-top: 60px;
  color: #FFF;
}
@media screen and (min-width: 980px) {
  .video-pop-modal .video-pop-modal-content .video-pop-info {
    float: left;
    width: 40%;
    padding-right: 40px;
  }
}
.video-pop-modal .video-pop-modal-content .f-video-pop-title {
  font-size: 27px;
  color: #FFF;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 980px) {
  .video-pop-modal .video-pop-modal-content .f-video-pop-title {
    font-size: 37px;
  }
}
.video-pop-modal .video-pop-modal-content .video-pop-description {
  font-size: 12px;
  color: #FFF;
  margin-bottom: 1em;
}
@media screen and (min-width: 980px) {
  .video-pop-modal .video-pop-modal-content .video-pop-description {
    font-size: 18px;
  }
}
.video-pop-modal .video-pop-modal-content .video-pop-transcript.open {
  background: none;
}
.video-pop-modal .video-pop-modal-content .video-pop-transcript .show-transcript-lnk {
  color: #FFF;
  font-size: 18px;
  text-decoration: underline;
  border: none;
  background: none;
}

.video-pop-image {
  margin-bottom: 0.5em;
}

.video-listing .videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.video-listing .videos .video-container {
  margin: 0 15px 30px;
}

body:before {
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 900;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 980px) {
  body.nav-open:before, body.search-open:before {
    pointer-events: all;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}
@media screen and (max-width: 980px) {
  body.nav-open {
    overflow: hidden;
  }
  body.nav-open .headers {
    height: 100dvh;
    overflow: scroll;
  }
}

.fdic-banner {
  background: #fff;
  padding: 0.5em 1em;
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10000;
  border-bottom: solid 1px #EEE;
}
.fdic-banner svg {
  width: 100%;
}
.fdic-banner .fdic-header-text {
  margin: 0;
  font-size: 1rem;
  font-style: italic;
  font-family: "Source Sans Pro Web", "Source Sans 3", sans-serif;
}
.fdic-banner svg {
  height: 16px;
  width: 40px;
}

.headers {
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 980px) {
  .headers {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px 0;
            box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px 0;
  }
}
.nav-open .headers {
  z-index: 1000;
}
.headers .mobile-header {
  display: grid;
  grid-template-columns: 75px 1fr 75px;
  grid-column-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}
.headers .mobile-header.lp-header {
  grid-template-columns: 1fr;
}
.headers .mobile-header.lp-header .menu-btn, .headers .mobile-header.lp-header .login-btn {
  display: none;
}
@media screen and (min-width: 980px) {
  .headers .mobile-header {
    display: none;
  }
}
.headers .mobile-header .menu-btn {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
  width: 75px;
  height: 70px;
  padding: 23px;
}
.headers .mobile-header .menu-btn .line {
  background: #34393B;
  border-radius: 3px;
  height: 3px;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.headers .mobile-header .menu-btn.open .line-2 {
  -webkit-transform: translate(100%);
          transform: translate(100%);
  opacity: 0;
}
.headers .mobile-header .menu-btn.open .line-1 {
  -webkit-transform: rotate(45deg) translate(8px, 7px);
          transform: rotate(45deg) translate(8px, 7px);
}
.headers .mobile-header .menu-btn.open .line-3 {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}
.headers .mobile-header .logo {
  text-align: center;
  -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;
}
.headers .mobile-header .logo:hover, .headers .mobile-header .logo:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.headers .mobile-header .logo img {
  width: 31px !important;
}
.headers .mobile-header .login-btn {
  font-weight: 700;
  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;
  height: 70px;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
}
.headers #header {
  background: #fff;
  position: relative;
  display: none;
  grid-template-columns: clamp(100px, 20%, 230px) 1fr -webkit-max-content;
  grid-template-columns: clamp(100px, 20%, 230px) 1fr max-content;
  height: 100px;
  grid-gap: 30px;
}
@media screen and (max-width: 980px) {
  .nav-open .headers #header {
    display: block;
    height: calc(100vh - 70px);
    padding-top: 1em;
  }
  .nav-open .headers #header:before {
    content: none;
  }
}
@media screen and (min-width: 980px) {
  .headers #header {
    display: grid;
  }
}
.headers #header:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 9px 0;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 9px 0;
  z-index: 10;
}
.search-open #header:before {
  content: none;
}

@media screen and (max-width: 1100px) {
  .headers #header {
    grid-template-columns: clamp(80px, 20%, 130px) 1fr -webkit-max-content;
    grid-template-columns: clamp(80px, 20%, 130px) 1fr max-content;
  }
}
.headers #header > .logo {
  padding: 20px;
}
@media screen and (min-width: 980px) {
  .headers #header > .logo {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .headers #header > .logo {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 980px) {
  .headers #header > .logo {
    display: none;
  }
}
.headers #header > .logo img {
  width: 31px;
}
@media screen and (max-width: 980px) {
  .headers #header > .main-nav {
    background: #fff;
  }
  .headers #header > .main-nav .drop-links li {
    margin-bottom: 1em;
  }
  .headers #header > .main-nav a {
    color: #34393B;
  }
  .headers #header > .main-nav > ul {
    display: grid;
    list-style: none;
    padding: 0;
  }
  .headers #header > .main-nav > ul > li {
    position: relative;
  }
  .headers #header > .main-nav > ul > li:last-of-type > a {
    border-bottom: solid 1px #BC8C3D;
  }
  .headers #header > .main-nav > ul > li.active {
    background: #F3F0EB;
  }
  .headers #header > .main-nav > ul > li.active:before, .headers #header > .main-nav > ul > li.active:after {
    content: "";
    width: 100vw;
    height: 1px;
    background: #BC8C3D;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .headers #header > .main-nav > ul > li.active:after {
    top: auto;
    bottom: -1px;
  }
  .headers #header > .main-nav > ul > li.active > a:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .headers #header > .main-nav > ul > li > a {
    font-size: 2.1rem;
    font-weight: 600;
    display: block;
    padding: 0.5em 30px 0.3em 0;
    width: calc(100% - 80px);
    margin: 0 auto;
    position: relative;
    border-top: solid 1px #BC8C3D;
  }
  .headers #header > .main-nav > ul > li > a:before, .headers #header > .main-nav > ul > li > a:after {
    content: "";
    width: 15px;
    height: 2px;
    background: #007742;
    display: block;
    -webkit-transform-origin: center;
            transform-origin: center;
    position: absolute;
    top: 23px;
    right: 7px;
  }
  .headers #header > .main-nav > ul > li > a: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;
  }
  .headers #header > .main-nav > ul > li .nav-drop {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  .headers #header > .main-nav > ul > li ul {
    list-style: none;
    margin-bottom: 2em;
  }
  .headers #header > .main-nav > ul > li ul a {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0.2em 0.2em 0.2em 1em;
  }
  .headers #header > .main-nav > ul > li h2 {
    padding-left: 1em;
  }
  .headers #header > .main-nav > ul > li .bottom-drop {
    padding: 0 1em 5em;
    display: grid;
    grid-gap: 1em;
  }
  .headers #header > .main-nav > ul > li .bottom-drop h2 {
    font-size: 1.8rem;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .headers #header > .main-nav > ul > li .bottom-drop a {
    padding: 0.7em 1em;
    color: #fff;
  }
}
@media screen and (min-width: 980px) {
  .headers #header > .main-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: clamp(10px, 4vw, 5em);
       -moz-column-gap: clamp(10px, 4vw, 5em);
            column-gap: clamp(10px, 4vw, 5em);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .headers #header > .main-nav > ul > li > a {
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 18px;
    color: #34393B;
  }
  body.nav-open .main-nav > ul > li > a {
    opacity: 0.6;
  }
  .headers #header > .main-nav > ul > li > a:after, .headers #header > .main-nav > ul > li > a:before {
    content: "";
    width: 7px;
    height: 2px;
    display: block;
    position: absolute;
    background: #BC8C3D;
    right: 0;
    top: calc(50% - 3px);
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .headers #header > .main-nav > ul > li > a:before {
    -webkit-transform: translateX(-3px) rotate(40deg);
            transform: translateX(-3px) rotate(40deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .headers #header > .main-nav > ul > li.active > a {
    opacity: 1 !important;
  }
  .headers #header > .main-nav > ul > li.active > a:before {
    top: calc(50% - 0px);
    -webkit-transform: translateX(-3px) rotate(-40deg);
            transform: translateX(-3px) rotate(-40deg);
  }
  .headers #header > .main-nav > ul > li.active > a:after {
    top: calc(50% - 0px);
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}
.headers #header > .utility-area {
  display: none;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content;
  grid-gap: clamp(10px, 2vw, 20px);
}
@media screen and (min-width: 980px) {
  .headers #header > .utility-area {
    display: grid;
  }
  .headers #header > .utility-area.lp-nav {
    justify-self: flex-end;
  }
}
.headers #header > .utility-area a, .headers #header > .utility-area button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.headers #header > .utility-area a:hover, .headers #header > .utility-area a:focus, .headers #header > .utility-area button:hover, .headers #header > .utility-area button:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.headers #header > .utility-area a img, .headers #header > .utility-area button img {
  height: 27px;
}
.headers #header > .utility-area > .search-btn .close-btn {
  display: none;
  font-size: 4rem;
  color: #007742;
  line-height: 1;
  position: relative;
  top: 4px;
}
body.search-open #header > .utility-area > .search-btn .close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.search-open #header > .utility-area > .search-btn .search-icon {
  display: none;
}

.headers #header > .utility-area > .login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2px;
  padding: 7px 20px 0;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headers #header > .utility-area > .login-btn img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.headers #header > .utility-area > .login-btn:hover, .headers #header > .utility-area > .login-btn:focus {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.headers #header > .utility-area > .login-btn:hover img, .headers #header > .utility-area > .login-btn:focus img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.headers #header > .utility-area > .login-btn:before {
  content: "";
  width: 1px;
  height: 56px;
  background: #BC8C3D;
  position: absolute;
  top: 22px;
  left: 0;
}
.headers #header > .utility-area > .login-btn span {
  color: #34393B;
  font-weight: 500;
  font-size: 1.7rem;
}
@media screen and (max-width: 980px) {
  .headers #header .nav-drop {
    display: none;
  }
  .headers #header .additional-links a {
    font-weight: 200 !important;
    color: #007742;
  }
}
@media screen and (min-width: 980px) {
  .headers #header .active .nav-drop {
    clip-path: polygon(0% 0%, 100% 0%, 100% 103%, 0% 103%);
  }
  .headers #header .nav-drop {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 8px 0;
            box-shadow: rgba(0, 0, 0, 0.5) 0 0 8px 0;
    top: 100px;
    left: 50%;
    width: 100%;
    max-width: 1235px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    border-radius: 0 0 25px 25px;
    display: block;
    -webkit-transition: clip-path 0.5s ease;
    transition: clip-path 0.5s ease;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  .headers #header .nav-drop > .drop-content {
    padding: 3em 6em;
  }
  .headers #header .nav-drop > .drop-content .top-drop {
    display: grid;
    grid-template-columns: 1fr 300px;
    -webkit-column-gap: 6em;
       -moz-column-gap: 6em;
            column-gap: 6em;
  }
  .headers #header .nav-drop > .drop-content .top-drop .drop-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
  }
  .headers #header .nav-drop > .drop-content .top-drop .drop-links ul li {
    margin-bottom: 2.4em;
  }
  .headers #header .nav-drop > .drop-content .top-drop .drop-links ul li a {
    color: #34393B;
    font-size: 2rem;
    font-weight: 500;
    -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;
  }
  .headers #header .nav-drop > .drop-content .top-drop .drop-links ul li a:hover {
    -webkit-text-decoration: underline currentColor;
            text-decoration: underline currentColor;
  }
  .headers #header .nav-drop > .drop-content .top-drop .additional-links {
    padding-left: 2em;
    border-left: solid 1px #BC8C3D;
  }
  .headers #header .nav-drop > .drop-content .top-drop .additional-links ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
  }
  .headers #header .nav-drop > .drop-content .top-drop .additional-links ul li {
    margin-bottom: 1em;
  }
  .headers #header .nav-drop > .drop-content .top-drop .additional-links ul li a {
    color: #007742;
    font-size: 1.5rem;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .headers #header .nav-drop > .drop-content .top-drop .additional-links ul li a:hover, .headers #header .nav-drop > .drop-content .top-drop .additional-links ul li a:focus {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #bc8c3d;
  }
  .headers #header .nav-drop > .drop-content .bottom-drop {
    margin-top: 3em;
    padding-top: 3em;
    border-top: solid 1px #BC8C3D;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headers #header .nav-drop > .drop-content .bottom-drop h2 {
    margin: 0;
  }
}

.site-footer {
  background: #fff;
  padding: 2em clamp(30px, 12vw, 100px) 3em;
}
@media screen and (min-width: 980px) {
  .site-footer {
    padding: 2em 30px 3em;
  }
}
.site-footer > .content {
  max-width: 1510px;
  margin: 0 auto;
}
.site-footer 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;
  color: #34393B;
}
.site-footer a:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
@media screen and (min-width: 980px) {
  .site-footer .top-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site-footer .top-footer > .info-area > .footer-nav {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.7em;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: solid 1px #BC8C3D;
}
@media screen and (min-width: 980px) {
  .site-footer .top-footer > .info-area > .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: clamp(10px, 3vw, 72px);
       -moz-column-gap: clamp(10px, 3vw, 72px);
            column-gap: clamp(10px, 3vw, 72px);
  }
}
.site-footer .top-footer > .info-area > .footer-nav > a {
  font-size: 2.2rem;
  color: #34393B;
  font-weight: 700;
  position: relative;
}
.site-footer .top-footer > .info-area > .footer-nav > a:after {
  content: "";
  width: 13px;
  height: 11px;
  display: inline-block;
  background: url(/Content/images/small-green-arrow-lnk.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 4px;
  position: relative;
  left: 2px;
  bottom: 1px;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
.site-footer .top-footer > .info-area > .footer-nav > a:hover:after {
  left: 6px;
}
.site-footer .top-footer > .info-area > .bank-details {
  font-size: 1.8rem;
  color: #34393B;
}
@media screen and (min-width: 980px) {
  .site-footer .top-footer > .info-area > .bank-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-footer .top-footer > .info-area > .bank-details > .routing-info {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.7em;
  margin-bottom: 1.7em;
}
@media screen and (min-width: 980px) {
  .site-footer .top-footer > .info-area > .bank-details > .routing-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    margin: 0;
  }
}
.site-footer .top-footer > .info-area > .bank-details > .routing-info dl {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .top-footer > .info-area > .bank-details > .routing-info dl dt {
  font-weight: 500;
}
.site-footer .top-footer > .info-area > .bank-details > .routing-info dl dt, .site-footer .top-footer > .info-area > .bank-details > .routing-info dl dd {
  margin: 0;
  padding: 0;
}
.site-footer .top-footer > .info-area > .bank-details > .routing-info a {
  color: #34393B;
  display: block;
}
.site-footer .top-footer > .info-area > .bank-details > .social-nav {
  margin-bottom: 3em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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;
  min-width: 280px;
  color: #34393B;
}
@media screen and (min-width: 980px) {
  .site-footer .top-footer > .info-area > .bank-details > .social-nav {
    margin-bottom: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.site-footer .top-footer > .info-area > .bank-details > .social-nav h2 {
  margin: 0;
  font-weight: 600;
  font-family: "fieldwork", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 980px) {
  .site-footer .top-footer > .info-area > .bank-details > .social-nav h2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 0.7em;
  }
}
@media screen and (min-width: 980px) {
  .site-footer .top-footer > .info-area > .bank-details > .social-nav > a img {
    opacity: 0.75;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .site-footer .top-footer > .info-area > .bank-details > .social-nav > a:hover img {
    opacity: 1;
  }
}
.site-footer .top-footer .bank-awards {
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .site-footer .top-footer .bank-awards {
    margin: 0;
  }
}
.site-footer .top-footer .bank-awards ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
}
.site-footer .bottom-footer {
  font-size: 1.4rem;
}
.site-footer .bottom-footer .copyright {
  margin-bottom: 1em;
}
@media screen and (min-width: 980px) {
  .site-footer .bottom-footer .legal-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.site-footer .bottom-footer .legal-area .legal-nav {
  margin-bottom: 2em;
}
@media screen and (min-width: 980px) {
  .site-footer .bottom-footer .legal-area .legal-nav {
    margin: 0;
  }
}
.site-footer .bottom-footer .legal-area .legal-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-footer .bottom-footer .legal-area .legal-nav ul li {
  white-space: nowrap;
}
.site-footer .bottom-footer .legal-area .legal-nav ul li:after {
  content: "|";
  margin: 0 0.7em;
  color: #BC8C3D;
}
.site-footer .bottom-footer .legal-area .legal-nav ul li:last-of-type:after {
  content: none;
}
.site-footer .bottom-footer .legal-area .footer-bugs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 980px) {
  .site-footer .bottom-footer .legal-area .footer-bugs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 1.7em;
    -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;
  }
}
.site-footer .bottom-footer .legal-area .footer-bugs .fdic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  row-gap: 1em;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .site-footer .bottom-footer .legal-area .footer-bugs .fdic {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.site-footer .bottom-footer .legal-area .footer-bugs .fdic p {
  margin: 0;
  line-height: 0.8;
}

.access-login {
  position: absolute;
  top: 60px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -webkit-transition: clip-path 0.5s ease;
  transition: clip-path 0.5s ease;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 8px 0;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 8px 0;
  left: 0;
  z-index: 50;
  background: #fff;
}
.login-open .access-login {
  clip-path: polygon(0% 0%, 100% 0%, 100% 103%, 0% 103%);
}
@media screen and (min-width: 980px) {
  .access-login {
    top: 151px;
  }
}
.access-login .flyout-close-btn {
  position: absolute;
  color: #fff;
  top: 5px;
  right: 5px;
}
.access-login > .drop-holder {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
}
@media screen and (min-width: 980px) {
  .access-login > .drop-holder {
    grid-template-columns: 1fr 1fr;
  }
}
.access-login > .drop-holder .login-nav {
  display: grid;
  grid-gap: 0.6em;
  font-weight: 700;
  margin-bottom: 1em;
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
}
.access-login > .drop-holder .login-nav a {
  color: #06334F;
}
.access-login > .drop-holder .drop-content > .info {
  padding: 40px 40px;
  margin: 0 auto;
  max-width: 400px;
}
@media screen and (min-width: 980px) {
  .access-login > .drop-holder .drop-content > .info {
    padding: 4em 30px;
    max-width: 500px;
    margin: 0 0 0 auto;
  }
}
.access-login > .drop-holder .drop-content > .info .login-nav {
  font-size: 2.3rem;
}
.access-login > .drop-holder .drop-content > .info .additional-links a {
  font-weight: 700;
  color: #06334F;
}
@media screen and (max-width: 980px) {
  .access-login > .drop-holder .drop-content > .info .app-links {
    margin-bottom: 1.5em;
  }
  .access-login > .drop-holder .drop-content > .info .additional-links {
    display: inline-grid;
    grid-column-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }
  .access-login > .drop-holder .drop-content > .info .additional-links h3 {
    grid-column: 1/3;
  }
}
.access-login > .drop-holder .drop-cross {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: #F3F0EB;
}
@media screen and (max-width: 980px) {
  .access-login > .drop-holder .drop-cross {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    row-gap: 30px;
    padding-bottom: 3em;
  }
}
@media screen and (min-width: 980px) {
  .access-login > .drop-holder .drop-cross {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
  }
}
.access-login > .drop-holder .drop-cross:before {
  content: "";
  width: 120vw;
  height: 600px;
  clip-path: ellipse(50% 40% at 50% 50%);
  background: #fff;
  position: absolute;
  -webkit-transform: translate(-14%, -64%) rotate(10deg);
          transform: translate(-14%, -64%) rotate(10deg);
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  .access-login > .drop-holder .drop-cross:before {
    width: 263px;
    height: 129%;
    clip-path: ellipse(36% 58% at 17% 52%);
    background: #fff;
    position: absolute;
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    top: -21px;
    left: -29px;
  }
}
.access-login > .drop-holder .drop-cross .photo {
  min-width: 234px;
  max-width: 234px;
  height: 234px;
  border-radius: 100%;
  position: relative;
  z-index: 10;
  background-size: cover;
}
.access-login > .drop-holder .drop-cross .info {
  color: #fff;
  max-width: 300px;
}
@media screen and (max-width: 980px) {
  .access-login > .drop-holder .drop-cross .info {
    text-align: center;
  }
  .access-login > .drop-holder .drop-cross .info .copy {
    margin-bottom: 2em;
  }
}
.access-login > .drop-holder .app-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 1.5em;
}
.access-login > .drop-holder .app-links h3 {
  margin-bottom: 0;
}
.access-login > .drop-holder .app-links a img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.access-login > .drop-holder .app-links a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.access-login > .drop-holder .additional-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  font-size: 1.6rem;
}
.access-login > .drop-holder .additional-links a:hover {
  text-decoration: underline;
}

.search-window {
  padding: 2em 40px 2em;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 103%, 0% 103%);
}
@media screen and (min-width: 980px) {
  .search-window {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
    padding: 2em 30px 5em;
  }
}
.search-open .search-window {
  display: block;
}

.search-window > .search-content {
  display: grid;
  grid-gap: 2em;
  max-width: 830px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .search-window > .search-content {
    grid-template-columns: 2fr 1fr;
  }
}
.search-window > .search-content .search-form h2 {
  color: #34393B;
  margin-bottom: 0.2em;
  font-size: clamp(2rem, 3vw, 3.5rem);
}
.search-window > .search-content .search-form .search-area {
  display: grid;
  grid-gap: 0.5em;
}
@media screen and (min-width: 980px) {
  .search-window > .search-content .search-form .search-area {
    grid-template-columns: 1fr 134px;
    grid-gap: 7px;
  }
}
.search-window > .search-content .search-form .search-area .search-box {
  position: relative;
}
.search-window > .search-content .search-form .search-area .search-box:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/Content/images/ico-searchbox.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-window > .search-content .search-form .search-area .search-box input {
  width: 100%;
  height: 53px;
  border: solid 1px #BC8C3D;
  padding-left: 50px;
  border-radius: 15px;
  -webkit-box-shadow: inset rgba(192, 185, 174, 0.62) 2px 2px 8px 0px;
          box-shadow: inset rgba(192, 185, 174, 0.62) 2px 2px 8px 0px;
}
.search-window > .search-content .search-form .search-area button {
  height: 54px;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 980px) {
  .search-window > .search-content .popular-searches {
    border-left: solid 1px #BC8C3D;
    padding-left: 2em;
  }
}
.search-window > .search-content .popular-searches h3 {
  margin-bottom: 1em;
}
.search-window > .search-content .popular-searches ul {
  list-style: none;
  padding: 0;
  font-size: 1.5rem;
  color: #34393B;
}
.search-window > .search-content .popular-searches ul li {
  margin-bottom: 1em;
}
.search-window > .search-content .popular-searches ul li a {
  font-size: 1.5rem;
  color: #007742;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-window > .search-content .popular-searches ul li a:hover, .search-window > .search-content .popular-searches ul li a:focus {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #bc8c3d;
}

.search-result-header {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 2em;
}

.highlight {
  background: yellow;
}

form {
  font-size: 1.8rem;
}
form input, form select, form checkbox {
  border: solid 1px #f1e6d4 !important;
  border-radius: 15px !important;
  -webkit-box-shadow: inset rgba(192, 185, 174, 0.62) 2px 2px 8px 0px;
          box-shadow: inset rgba(192, 185, 174, 0.62) 2px 2px 8px 0px;
  height: 54px !important;
}
form textarea {
  border: solid 1px #f1e6d4 !important;
  border-radius: 15px !important;
  -webkit-box-shadow: inset rgba(192, 185, 174, 0.62) 2px 2px 8px 0px;
          box-shadow: inset rgba(192, 185, 174, 0.62) 2px 2px 8px 0px;
}
form input {
  width: 100%;
}
form input[type=submit], form .fsSubmitButton {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 2em auto;
  display: block;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  height: 54px;
}
form .form-split-section > .content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
}
@media screen and (min-width: 980px) {
  form .form-split-section > .content {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-two-columns > .content .tabs .fsBody {
  padding: 0;
}
.contact-two-columns > .content .tabs .fsBody > * {
  font-family: "fieldwork", sans-serif;
}
.contact-two-columns > .content .tabs .fsBody form {
  padding: 0;
}
.contact-two-columns > .content .tabs .fsBody form .fsSubmit .fsPreviousButton, .contact-two-columns > .content .tabs .fsBody form .fsNextButton {
  display: none !important;
}
.contact-two-columns > .content .tabs .fsBody form .fsSubmit {
  margin-top: 0 !important;
}
.contact-two-columns > .content .tabs .fsBody form .fsSubmitButton {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  margin: 2em auto;
  display: block;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  border-radius: 50px !important;
  font-size: 2rem !important;
  background-color: #06334F !important;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.contact-two-columns > .content .tabs .fsBody form .fsSubmitButton:hover {
  background-color: #042437 !important;
}

div[id^=form-] {
  padding: 0 30px;
}
div[id^=form-] > form {
  max-width: 1400px;
  margin: 0 auto;
}
div[id^=form-] > form .ktc-default-section {
  display: grid;
  grid-gap: 20px 40px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  div[id^=form-] > form .ktc-default-section {
    grid-template-columns: 1fr 1fr;
  }
}
div[id^=form-] > form .form-field {
  margin-bottom: 1em;
}
div[id^=form-] > form .form-field > div input[type=text], div[id^=form-] > form .form-field > div input[type=search], div[id^=form-] > form .form-field > div input[type=email] {
  height: 50px;
  border: solid 1px #d0dad5;
  border-radius: 7px;
  padding: 0 1em;
}
div[id^=form-] > form .form-field > div textarea {
  width: 100%;
  height: 200px;
  border: solid 1px #d0dad5;
  padding: 1em;
}
div[id^=form-] > form .explanation-text {
  color: #97a0a4;
}
div[id^=form-] > form input[type=submit] {
  padding: 1em 3em;
}
.content div[id^=form-] {
  padding: 0;
}

.formwidget-submit-text {
  text-align: center;
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.account-picker .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  padding: 10%;
  background: #bc8c3d;
}

.smart-search {
  background: #bbdbcc;
}
.smart-search .content {
  padding: 4em;
  max-width: 1280px;
  margin: auto;
  /* Loader styles */
  /* Circle 1 */
  /* Circle 2 */
  /* Circle 3 */
  /* Pop animation remains the same */
}
@media screen and (max-width: 980px) {
  .smart-search .content {
    padding: 1em;
  }
}
.smart-search .content .search-title {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.smart-search .content .search-title h3 {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Flexbox on the h3 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Center content horizontally */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Center content vertically if needed */
  position: relative; /* Required for the ::after to position correctly */
}
@media screen and (max-width: 980px) {
  .smart-search .content .search-title h3 {
    text-align: center;
  }
}
.smart-search .content .search-title h3:after {
  content: "Alpha";
  display: block;
  width: 23%;
  position: absolute;
  bottom: 6px;
  left: 115%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #9bbbac;
  border-radius: 100px;
  font-size: 50%;
  max-height: 34%;
  padding: 5px;
  line-height: 87%;
  letter-spacing: 0.04em;
  font-family: Arial, sans-serif !important;
  font-weight: 400;
  margin-left: 8px;
  text-align: center;
  color: #373d3e;
}
.smart-search .content #smart-search-form .search-box .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.smart-search .content #smart-search-form .search-box .top input {
  padding: 16px;
  border-radius: 10px !important;
}
@media screen and (max-width: 980px) {
  .smart-search .content #smart-search-form .search-box .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.smart-search .content #smart-search-form .search-box .suggestions {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 0.5em;
  margin: 0.5em 0;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .smart-search .content #smart-search-form .search-box .suggestions > *:nth-child(n+3) {
    display: none !important;
  }
}
.smart-search .content #smart-search-form .search-box .suggestions .suggest-btn {
  display: inline-block;
  background: none;
  color: #34393B;
  font-size: 1.5rem !important;
  border-radius: 10px;
  padding: 0.7em 1.5em;
  text-align: center;
  font-weight: 400;
  border: solid 2px #eefff3 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 1.3;
  transition: all 0.5s ease;
}
.smart-search .content #smart-search-form .search-box .suggestions .suggest-btn:hover {
  display: inline-block;
  background: #eefff3 !important;
  font-size: 1.5rem !important;
  border-radius: 10px;
  padding: 0.7em 1.5em;
  text-align: center;
  font-weight: 400;
  border: solid 2px #eefff3 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 1.3;
  transition: all 0.5s ease;
}
.smart-search .content .agent-response {
  background: #eefff3;
  border-radius: 10px;
  padding: 2em;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.smart-search .content .agent-response:not(.hidden) {
  opacity: 1;
}
.smart-search .content .disclosure {
  margin: 2em 0 0 0;
}
.smart-search .content .disclosure p {
  font-size: 1.4rem;
  text-align: center;
}
.smart-search .content .loader {
  position: relative;
  width: 60px; /* Keeping the loader size the same */
  height: 60px;
  margin: 2em auto;
}
.smart-search .content .loader div {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #62a887;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: pop 1.75s infinite ease-in-out;
          animation: pop 1.75s infinite ease-in-out;
}
.smart-search .content .loader div:nth-child(1) {
  width: 13px;
  height: 13px;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.smart-search .content .loader div:nth-child(2) {
  width: 21px;
  height: 21px;
  bottom: 40%;
  left: 0%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.smart-search .content .loader div:nth-child(3) {
  width: 34px;
  height: 34px;
  bottom: 0%;
  right: 0%;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@-webkit-keyframes pop {
  0%, 100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
}
@keyframes pop {
  0%, 100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
}

#settings-root {
  margin: auto;
  max-width: 1000px;
  padding: 5rem;
}
#settings-root form {
  display: block;
}
#settings-root form h3 {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Flexbox on the h3 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Center content horizontally */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Center content vertically if needed */
  position: relative; /* Required for the ::after to position correctly */
}
@media screen and (max-width: 980px) {
  #settings-root form h3 {
    text-align: center;
  }
}
#settings-root form > p {
  text-align: center;
}
#settings-root form .entry {
  display: grid;
  margin: 2em auto;
}
#settings-root form .entry label {
  display: block;
  margin-bottom: 0.5em;
}
#settings-root form .entry textarea {
  height: 225px;
  padding: 1em;
  background: #eefff3;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#settings-root form button {
  display: block;
  margin: 4rem auto;
}

.alerts-holder {
  position: relative;
  z-index: 10000;
  display: grid;
  grid-auto-columns: 1fr;
}
.location-alerts .alerts-holder:has(.alert) {
  margin: clamp(20px, 2vw, 40px);
  z-index: 10;
}

.alert {
  width: 100%;
  background: #F3F0EB;
  color: #34393B;
  padding: 20px 30px;
  position: relative;
  z-index: 510;
}
@media screen and (min-width: 980px) {
  .alert {
    z-index: 100;
  }
  .location-alerts .alert {
    max-width: 1400px;
    margin: 0 auto;
  }
}
.alert.hidden-alert {
  display: none;
}
.alert > .content {
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
}
.alert > .content .alert-text {
  font-size: 1.6rem;
  display: block;
  text-align: left;
  width: calc(100% - 40px);
}
.alert > .content .alert-text *:last-child {
  margin: 0;
}
@media screen and (min-width: 980px) {
  .alert > .content .alert-text {
    font-size: 1.8rem;
    text-align: center;
  }
}
.alert > .content .alert-text a {
  color: #06334F;
  font-weight: 700;
  text-decoration: underline;
}
.alert > .content .alert-text a:hover {
  text-decoration-thickness: 3px;
}
@media screen and (max-width: 980px) {
  .alert > .content {
    text-align: center;
  }
}
.alert.ab-high {
  background: #63191A;
  color: #fff;
}
.alert.ab-high > .content .alert-text a {
  color: #fff;
}
.alert.ab-high .alert-close-btn {
  color: #fff;
}

.alert-close-btn {
  color: #BC8C3D;
  position: absolute;
  font-size: 5rem;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.location-specific-alerts {
  padding: 30px;
}
.location-specific-alerts > .alert {
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 10px;
}
/*# sourceMappingURL=layout.css.map */
