.clearfix,
.group,
.row {
  zoom: 1;
}
.clearfix:before, .clearfix:after,
.group:before,
.group:after,
.row:before,
.row:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after,
.group:after,
.row:after {
  clear: both;
}

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

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

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

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

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

/** RESPONSIVE TYPE */
/*! 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;
}

dd, dt {
  margin: 0;
  padding: 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;
}

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

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  66% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  66% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.site-content {
  position: relative;
}
@media screen and (min-width: 900px) {
  .site-content {
    padding-top: 100px;
  }
  #pg-home .site-content {
    padding-top: 0;
  }
}

.top-header {
  height: 40px;
  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;
  background: #72A951;
  display: none;
  padding: 0 1em;
}
@media screen and (min-width: 900px) {
  .top-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-header .secondary-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.top-header .secondary-nav a, .top-header .secondary-nav button {
  color: #ffffff;
  margin-left: 1.5em;
}

.headers {
  position: relative;
}
@media screen and (min-width: 900px) {
  .headers {
    position: sticky;
    z-index: 200;
    top: -1px;
    left: 0;
    width: 100%;
  }
}
.headers.isSticky .header .logo {
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: none;
  background: #ffffff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  color: #ffffff;
}
.header .logo {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media screen and (min-width: 900px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #pg-home:not(.menu-open) .header {
    background: none;
  }
  #pg-home:not(.menu-open) .header:after {
    content: "";
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
    background: linear-gradient(180deg, black, transparent);
    z-index: -1;
  }
}
.header .logo {
  max-width: 265px;
  width: 15vw;
  z-index: 250;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  padding-left: 30px;
  border-bottom-right-radius: 18px;
}
.header .logo:after {
  content: url(https://www.bankatfidelity.com/wp-content/uploads/2022/04/ico-logo_curve.svg);
  max-width: 100px;
  width: 5vw;
  height: 100px;
  display: block;
  position: absolute;
  z-index: -1;
  top: -1px;
  right: clamp(-4vw, -5vw, -98px);
  border-left: 20px solid #ffffff;
  pointer-events: none;
}
.header .logo img:hover {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.header .login-btn {
  margin-right: 20px;
  margin-left: 20px;
  background: #72A951;
  border-radius: 25px;
  color: #ffffff;
  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;
  border: solid 1px #72A951;
  padding: 0 25px;
  height: 50px;
  font-size: 1.6rem;
  width: 190px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .header .login-btn {
    border: none;
  }
  .header .login-btn span {
    display: none;
  }
  .header .login-btn {
    background: none;
  }
  .header .login-btn img {
    width: 25px;
  }
  #pg-home:not(.menu-open) .login-btn img {
    -webkit-filter: invert(1) !important;
    filter: invert(1) !important;
  }
  .header .login-btn {
    padding: 0;
    width: 50px;
  }
}
.header .login-btn:hover {
  background-color: rgb(102.372, 151.762, 72.738);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-decoration: underline;
}
.header .login-btn.open {
  background: #ffffff;
  color: #00481A;
}
.header .nav-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .nav-actions .nav-search, .header .nav-actions .nav-locations {
  width: 50px;
  height: 100px;
  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;
}
.header .nav-actions .nav-search img, .header .nav-actions .nav-locations img {
  -webkit-filter: invert(20%) sepia(14%) saturate(3983%) hue-rotate(104deg) brightness(99%) contrast(105%);
  filter: invert(20%) sepia(14%) saturate(3983%) hue-rotate(104deg) brightness(99%) contrast(105%);
}
#pg-home:not(.menu-open) .nav-actions .nav-locations img, #pg-home:not(.menu-open) .nav-actions .nav-search img {
  -webkit-filter: invert(1) !important;
  filter: invert(1) !important;
}

.header .nav-actions .nav-alerts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  width: 50px;
  height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .nav-actions .nav-alerts img {
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(72%) saturate(1286%) hue-rotate(112deg) brightness(91%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(17%) sepia(72%) saturate(1286%) hue-rotate(112deg) brightness(91%) contrast(101%);
}
#pg-home:not(.menu-open) .nav-actions .nav-alerts img {
  -webkit-filter: invert(0) !important;
  filter: invert(0) !important;
}

.header .main-nav.hide {
  visibility: hidden;
}
.header .main-nav {
  width: calc(100% - 720px);
  margin-left: 70px;
}
@media screen and (max-width: 1200px) {
  .header .main-nav {
    width: calc(100% - 380px);
    margin-left: clamp(30px, 6vw, 50%);
  }
}
.header .main-nav {
  z-index: 210;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .main-nav ul > li:nth-of-type(1) > a:after,
.header .main-nav ul > li:nth-of-type(2) > a:after,
.header .main-nav ul > li:nth-of-type(3) > a:after,
.header .main-nav ul > li:nth-of-type(4) > a:after,
.header .main-nav ul > li:nth-of-type(5) > a:after,
.header .main-nav ul > li:nth-of-type(6) > a:after,
.header .main-nav ul > li:nth-of-type(7) > a:after,
.header .main-nav ul > li:nth-of-type(8) > a:after {
  content: "";
  width: 25px;
  height: 25px;
  background: #ffffff;
  border: solid 3px #72A951;
  border-width: 3px 0 0 3px;
  position: absolute;
  bottom: -29px;
  -webkit-transform: rotate(0) translateY(25%) translateX(-100%);
  transform: rotate(0) translateY(25%) translateX(-100%);
  left: 50%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.125s ease-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.125s ease-out, -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.125s ease-out;
  transition: transform 0.25s ease-in-out, opacity 0.125s ease-out, -webkit-transform 0.25s ease-in-out;
}
.header .main-nav[data-spot="0"] > ul > li:nth-of-type(1) > a:after, .header .main-nav[data-spot="1"] > ul > li:nth-of-type(2) > a:after, .header .main-nav[data-spot="2"] > ul > li:nth-of-type(3) > a:after, .header .main-nav[data-spot="3"] > ul > li:nth-of-type(4) > a:after, .header .main-nav[data-spot="4"] > ul > li:nth-of-type(5) > a:after, .header .main-nav[data-spot="5"] > ul > li:nth-of-type(6) > a:after, .header .main-nav[data-spot="6"] > ul > li:nth-of-type(7) > a:after, .header .main-nav[data-spot="7"] > ul > li:nth-of-type(8) > a:after {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg) translateY(-10%) translateX(-60%);
  transform: rotate(45deg) translateY(-10%) translateX(-60%);
  opacity: 1;
  -webkit-transition: opacity 0.125s ease-in, -webkit-transform 0.125s linear;
  transition: opacity 0.125s ease-in, -webkit-transform 0.125s linear;
  transition: transform 0.125s linear, opacity 0.125s ease-in;
  transition: transform 0.125s linear, opacity 0.125s ease-in, -webkit-transform 0.125s linear;
}
.header .main-nav .f-menu-header {
  color: #00481A;
  font-size: 1.6184vw;
}
@media screen and (max-width: 1211.0726643599px) {
  .header .main-nav .f-menu-header {
    font-size: 1.96rem;
  }
}
@media screen and (min-width: 1730.1038062284px) {
  .header .main-nav .f-menu-header {
    font-size: 2.8rem;
  }
}
.header .main-nav .f-menu-header {
  font-weight: 700;
}
.header .main-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  max-width: 950px;
  width: 100%;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  padding-left: 1em;
}
.header .main-nav > ul > li > a, .header .main-nav > ul > li > button {
  font-size: 1.156vw;
}
@media screen and (max-width: 1211.0726643599px) {
  .header .main-nav > ul > li > a, .header .main-nav > ul > li > button {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1730.1038062284px) {
  .header .main-nav > ul > li > a, .header .main-nav > ul > li > button {
    font-size: 2rem;
  }
}
.header .main-nav > ul > li > a, .header .main-nav > ul > li > button {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #00481A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  z-index: 210;
  line-height: 1.1;
  position: relative;
}
#pg-home:not(.menu-open) .header .main-nav > ul > li > a, #pg-home:not(.menu-open) .header .main-nav > ul > li > button {
  color: #ffffff;
}

.header .menu-subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 210;
  position: relative;
}
.header .menu-subnav .online-banking-btn {
  font-size: 2rem;
  text-transform: uppercase;
  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;
  background: #F18701;
  border-radius: 0;
  color: #00481A;
  font-weight: 700;
  height: 100px;
  width: 13vw;
  min-width: 180px;
  max-width: 237px;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.header .menu-subnav .online-banking-btn:before {
  content: "";
  display: inline-block;
  background: url(..//wp-content/uploads/2022/04/ico-login.svg) no-repeat;
  background-size: contain;
  width: 30px;
  min-width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 0.5em;
}
.header .menu-subnav .online-banking-btn:hover {
  background: rgb(190.2107438017, 106.5495867769, 0.7892561983);
}
.header .menu-subnav .online-banking-btn:hover:before {
  -webkit-animation: bounceLogin 2s infinite;
  animation: bounceLogin 2s infinite;
}
@-webkit-keyframes bounceLogin {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  25% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  55% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes bounceLogin {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  25% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  55% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.header .menu-subnav .nav-login-close {
  height: 100px;
  width: 13vw;
  min-width: 180px;
  max-width: 237px;
  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;
  background: #72A951;
  color: #ffffff;
  font-size: 5rem;
  line-height: 1;
  display: none;
  font-family: Times;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .menu-subnav .nav-search, .header .menu-subnav .nav-search-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}
.header .menu-subnav .nav-search:hover img, .header .menu-subnav .nav-search-close:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.header .menu-subnav .nav-search img, .header .menu-subnav .nav-search-close img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(109deg) brightness(98%) contrast(107%);
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(109deg) brightness(98%) contrast(107%);
}
.header .menu-subnav .nav-search-close {
  color: #ffffff;
  display: none;
  font-size: 5rem;
  line-height: 1;
  background: #72A951;
  font-family: Times;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-open .header .menu-subnav .nav-search-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-open .header .menu-subnav .nav-search {
  display: none;
}
.login-open .header .menu-subnav .nav-login-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-open .header .menu-subnav .online-banking-btn {
  display: none;
}

.login-open .mobile-header .top-header .login-mobile .login-mb-close {
  display: block;
}

.login-open .mobile-header .top-header .login-mobile .login-mb-open {
  display: none;
}

.full-header {
  position: relative;
}

@media screen and (min-width: 900px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header {
  height: 67px;
}
.mobile-header .top-mobile-header {
  width: 100%;
  height: 67px;
  display: grid;
  grid-template-columns: 67px 1fr 67px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 221;
}
.mobile-header .top-mobile-header.open {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0px;
}
.mobile-header .top-mobile-header .logo {
  display: block;
  text-align: center;
  padding: 0 10px;
}
.mobile-header .top-mobile-header .nav-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.mobile-header .top-mobile-header .nav-area .login-mobile {
  background: #F18701;
  color: #ffffff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.mobile-header .top-mobile-header .nav-area .login-mobile.active {
  background: #ffffff;
  color: #00481A;
}
.mobile-header .top-mobile-header .login-mobile {
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-header .top-mobile-header .login-mobile img {
  width: 20px;
}
.mobile-header .top-mobile-header .login-mobile .login-mobile-text {
  color: #000;
  font-weight: 700;
}
.mobile-header .top-mobile-header .login-mobile.active img {
  -webkit-filter: none;
  filter: none;
}
.mobile-header .top-mobile-header .login-mobile .login-mb-close {
  display: none;
}
.mobile-header .top-mobile-header .menu-btn.hide {
  visibility: hidden;
}
.mobile-header .top-mobile-header .menu-btn {
  display: grid;
  grid-gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 67px;
  padding: 23px 0;
}
.mobile-header .top-mobile-header .menu-btn .line {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 28px;
  height: 4px;
  border-radius: 1px;
  background: #00481A;
}
.mobile-header .top-mobile-header .menu-btn.open .line-1 {
  -webkit-transform: rotate(45deg) translate(8px, 4px);
  transform: rotate(45deg) translate(8px, 4px);
}
.mobile-header .top-mobile-header .menu-btn.open .line-2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
.mobile-header .top-mobile-header .menu-btn.open .line-3 {
  -webkit-transform: rotate(-45deg) translate(8px, -5px);
  transform: rotate(-45deg) translate(8px, -5px);
}
.mobile-header .mobile-nav-area {
  display: none;
  position: absolute;
  z-index: 220;
  top: 67px;
  left: 0;
  width: 100%;
  background: #ffffff;
  color: #00481A;
  padding: 30px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0px;
}
.mobile-header .mobile-nav-area nav.mobile-nav {
  margin-bottom: 2em;
}
.mobile-header .mobile-nav-area .mobile-search {
  padding: 0 30px;
}
.mobile-header .mobile-nav-area .mobile-search .search-box {
  background: #f6f6f6;
  border-radius: 100px;
  border: solid 1px #72A951;
  position: relative;
  overflow: hidden;
  margin-bottom: 2em;
}
.mobile-header .mobile-nav-area .mobile-search .search-box:focus-within:before {
  content: none;
}
.mobile-header .mobile-nav-area .mobile-search .search-box:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: calc(50% - 75px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/wp-content/uploads/2022/04/ico-head_search.svg) no-repeat;
  z-index: 3;
  display: block;
  -webkit-filter: invert(61%) sepia(35%) saturate(594%) hue-rotate(54deg) brightness(92%) contrast(86%);
  filter: invert(61%) sepia(35%) saturate(594%) hue-rotate(54deg) brightness(92%) contrast(86%);
}
.mobile-header .mobile-nav-area .mobile-search .search-box .search-key {
  width: 100%;
  height: 50px;
  padding: 0 75px;
  border: none;
  background: none;
  width: 100%;
  text-align: center;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul {
  list-style: none;
  padding: 0;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li > button {
  font-size: 2.2rem;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 1em;
  line-height: 1.4;
  padding: 0 30px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  color: #00481a;
  display: block;
  white-space: nowrap;
  z-index: 210;
  position: relative;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li > button:after {
  content: "";
  height: 10px;
  width: 10px;
  border: 2px solid #72A951;
  border-width: 2px 2px 0 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 0.3em;
  font-weight: normal;
  -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;
  position: relative;
  top: -1px;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li > button:before {
  content: "";
  height: 10px;
  width: 10px;
  border: 2px solid #72A951;
  border-width: 2px 2px 0 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  display: none;
  margin-left: 0.3em;
  font-weight: normal;
  -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;
  position: relative;
  top: -1px;
  left: -5px;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li.active {
  background: #ffffff;
  position: relative;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li.active > button:after {
  display: none;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li.active > button:before {
  display: inline-block;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop {
  position: static;
  max-height: none;
  padding: 0 0 30px;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .cross-sell {
  padding: 0 30px;
}
@media screen and (min-width: 900px) {
  .mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .cross-sell {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .cross-sell {
  text-align: center;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .cross-sell img {
  border-radius: 15px;
  margin-bottom: 0.5em;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .cross-sell h2 {
  margin: 1em auto;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .cross-sell .actions {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 1em;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .cross-sell .actions button {
  color: #00481A;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .cross-sell .actions button:before {
  content: "";
  height: 10px;
  width: 10px;
  border: 2px solid #00481A;
  border-width: 0 0 2px 2px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 0.3em;
  font-weight: normal;
  -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;
  position: relative;
  top: -1px;
  left: -5px;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .drop-content {
  display: grid;
}
@media screen and (min-width: 900px) {
  .mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .drop-content {
    grid-template-columns: 1fr 2fr;
  }
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .drop-content {
  grid-gap: clamp(30px, 10vw, 100px);
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .drop-content > ul {
  padding: 0;
  margin: 0;
  display: grid;
}
@media screen and (min-width: 900px) {
  .mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .drop-content > ul {
    grid-template-columns: 1fr 1fr;
  }
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .drop-content > ul {
  grid-gap: clamp(30px, 8vw, 80px);
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .drop-content > ul > li > button, .mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .drop-content > ul > li > a {
  display: block;
  padding: 0 20px 0 40px;
  font-size: 2rem;
  width: 100%;
  text-align: left;
  font-weight: 700;
  color: #00481A;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .drop-content > ul > li > a:after {
  content: none;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .drop-content > ul > li.active > button:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .drop-content > ul > li ul a {
  font-size: 1.6rem;
  display: block;
  padding: 0 20px 0 40px;
  color: #00481A;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li .nav-drop .drop-content li {
  padding: 0;
  margin: 0 0 0.5em;
  width: 100%;
}
.mobile-header .mobile-nav-area nav.mobile-nav > ul > li h2 {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.mobile-header .mobile-nav-area .secondary-nav {
  display: grid;
  padding: 0 30px;
  grid-column-gap: 1.5em;
}
.mobile-header .mobile-nav-area .secondary-nav a {
  color: #00481A;
  font-size: 22px;
}
.mobile-header .mobile-nav-area .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 63px;
  height: 63px;
  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;
  color: #F18701;
  font-size: 4rem;
}
.mobile-header .mobile-nav-area .helpful-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-size: 2.2rem;
  margin-bottom: 1em;
  padding: 0 30px;
}
.mobile-header .mobile-nav-area .search-mobile {
  padding: 0 30px;
}
.mobile-header .mobile-nav-area .search-mobile > img {
  width: 42px;
  -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(109deg) brightness(98%) contrast(107%);
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(109deg) brightness(98%) contrast(107%);
}

.nav-drop {
  display: none;
  background: #ffffff;
  position: absolute;
  overflow: auto;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 205;
  color: #ffffff;
  padding: 60px 30px 60px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0px;
}
@media screen and (min-width: 900px) {
  .nav-drop:before {
    content: "";
    width: 90%;
    max-width: 1400px;
    position: absolute;
    top: 0;
    left: 50%;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgb(114, 169, 81);
    background: -webkit-gradient(linear, left top, right top, from(rgba(114, 169, 81, 0)), color-stop(5%, rgb(114, 169, 81)), color-stop(95%, rgb(114, 169, 81)), to(rgba(114, 169, 81, 0)));
    background: linear-gradient(90deg, rgba(114, 169, 81, 0) 0%, rgb(114, 169, 81) 5%, rgb(114, 169, 81) 95%, rgba(114, 169, 81, 0) 100%);
  }
}
.nav-drop > .drop-content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
}
@media screen and (min-width: 900px) {
  .nav-drop > .drop-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: clamp(30px, 10vw, 100px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.nav-drop > .drop-content .nav-cross-sell {
  text-align: center;
}
.nav-drop > .drop-content .nav-cross-sell img {
  border-radius: 15px;
  margin-bottom: 0.5em;
}
.nav-drop > .drop-content .nav-cross-sell h2 {
  margin-bottom: 1em;
}
.nav-drop > .drop-content .menu {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, -webkit-max-content));
  grid-template-columns: repeat(auto-fill, minmax(240px, max-content));
  grid-gap: clamp(30px, 3vw, 80px);
}
.nav-drop > .drop-content .menu > li > button, .nav-drop > .drop-content .menu > li > a {
  display: block;
  padding: 0 20px 0.5em 40px;
  width: 100%;
  text-align: left;
  font-weight: 700;
  color: #575757;
  font-size: 1.445vw;
}
@media screen and (max-width: 1211.0726643599px) {
  .nav-drop > .drop-content .menu > li > button, .nav-drop > .drop-content .menu > li > a {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1730.1038062284px) {
  .nav-drop > .drop-content .menu > li > button, .nav-drop > .drop-content .menu > li > a {
    font-size: 2.5rem;
  }
}
.nav-drop > .drop-content .menu > li > button:visited, .nav-drop > .drop-content .menu > li > button:link, .nav-drop > .drop-content .menu > li > a:visited, .nav-drop > .drop-content .menu > li > a:link {
  color: #00481A;
}
.nav-drop > .drop-content .menu > li .sub-menu > li {
  margin-bottom: 0.5em;
}
.nav-drop > .drop-content .menu > li .sub-menu > li > button, .nav-drop > .drop-content .menu > li .sub-menu > li > a {
  display: block;
  padding: 0 20px 0 40px;
  width: 100%;
  text-align: left;
  font-weight: 500;
  color: #00481A;
  font-size: 1.0404vw;
}
@media screen and (max-width: 1345.6362937332px) {
  .nav-drop > .drop-content .menu > li .sub-menu > li > button, .nav-drop > .drop-content .menu > li .sub-menu > li > a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1730.1038062284px) {
  .nav-drop > .drop-content .menu > li .sub-menu > li > button, .nav-drop > .drop-content .menu > li .sub-menu > li > a {
    font-size: 1.8rem;
  }
}
.nav-drop > .drop-content .menu > li .sub-menu > li > button:hover, .nav-drop > .drop-content .menu > li .sub-menu > li > a:hover {
  text-decoration: underline;
}
.nav-drop > .drop-content .menu > li .sub-menu > li > a:after {
  content: none;
}
.nav-drop > .drop-content .menu > li .sub-menu > li.active > button:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav-drop > .drop-content > ul > li > button, .nav-drop > .drop-content > ul > li > a {
  display: block;
  padding: 0 20px 0 40px;
  font-size: 2rem;
  width: 100%;
  text-align: left;
  font-weight: 700;
  color: #00481A;
}
.nav-drop > .drop-content > ul > li.active > button:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav-drop > .drop-content > ul > li ul a {
  font-size: 1.6rem;
  display: block;
  padding: 0 20px 0 40px;
  color: #00481A;
}
.nav-drop > .drop-content li {
  padding: 0;
  margin: 0 0 0.5em;
  width: 100%;
}
.nav-drop .nav-footer {
  max-width: 900px;
  margin: 0 auto;
  max-width: 1050px;
}
.nav-drop .nav-footer > h3 {
  margin-bottom: 1em;
}
.nav-drop .nav-footer .helpful-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-drop .nav-footer .helpful-info a, .nav-drop .nav-footer .helpful-info button {
  margin-right: 2em;
}
.nav-drop .nav-footer .helpful-info:last-child {
  margin-right: 0;
}

.hide {
  visibility: hidden;
}

.site-footer {
  background: #00481A;
  color: #ffffff;
  padding: 5em 30px;
  text-align: center;
}
.site-footer a {
  color: #ffffff;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.site-footer > .content .footer-contact {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2em;
}
@media screen and (min-width: 900px) {
  .site-footer > .content .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: clamp(20px, 5vw, 100px);
    margin: 0 auto 4em;
  }
}
.site-footer > .content .footer-contact .contact-item {
  display: grid;
  grid-template-columns: 55px 1fr;
  grid-gap: 1em;
  text-align: left;
  margin-bottom: 2em;
}
@media screen and (min-width: 900px) {
  .site-footer > .content .footer-contact .contact-item {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .site-footer > .content .footer-contact .contact-item img {
    justify-self: center;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  .site-footer > .content .footer-contact .contact-item:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  }
}
.site-footer > .content .footer-contact .contact-item dd {
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .site-footer > .content .footer-contact .contact-item img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.site-footer > .content .footer-contact .tourFooter {
  display: none;
}
.site-footer > .content .footer-contact .tourFooter img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.site-footer > .content h3 {
  margin-bottom: 0.7em;
  color: #ffffff;
}
.site-footer > .content .footer-nav {
  width: 100%;
  text-align: left;
  margin-bottom: 3em;
}
@media screen and (max-width: 899px) {
  .site-footer > .content .footer-nav {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 900px) {
  .site-footer > .content .footer-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.site-footer > .content .footer-nav ul.menu {
  font-size: 1.156vw;
}
@media screen and (max-width: 1211.0726643599px) {
  .site-footer > .content .footer-nav ul.menu {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1730.1038062284px) {
  .site-footer > .content .footer-nav ul.menu {
    font-size: 2rem;
  }
}
@media screen and (min-width: 900px) {
  .site-footer > .content .footer-nav ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 130px;
    -moz-column-gap: 130px;
    column-gap: 130px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 899px) {
  .site-footer > .content .footer-nav ul.menu {
    display: grid;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    grid-gap: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.site-footer > .content .footer-nav ul.menu {
  list-style: none;
}
.site-footer > .content .footer-nav ul.menu > li > a {
  font-size: 1.445vw;
}
@media screen and (max-width: 1211.0726643599px) {
  .site-footer > .content .footer-nav ul.menu > li > a {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1730.1038062284px) {
  .site-footer > .content .footer-nav ul.menu > li > a {
    font-size: 2.5rem;
  }
}
.site-footer > .content .footer-nav ul.menu > li > a {
  color: #ffffff;
  font-weight: bold;
}
.site-footer > .content .footer-nav ul.menu > li > ul {
  font-size: 1.0404vw;
}
@media screen and (max-width: 1345.6362937332px) {
  .site-footer > .content .footer-nav ul.menu > li > ul {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1730.1038062284px) {
  .site-footer > .content .footer-nav ul.menu > li > ul {
    font-size: 1.8rem;
  }
}
.site-footer > .content .footer-nav ul.menu > li > ul {
  list-style: none;
  margin-bottom: 0.7em;
}
.site-footer > .content .social-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 900px) {
  .site-footer > .content .social-links {
    margin-bottom: 1em;
  }
}
.site-footer > .content .social-links {
  padding: 0;
}
.site-footer > .content .social-links li {
  padding: 0;
}
.site-footer > .content .social-links img {
  max-height: 20px;
  -webkit-filter: brightness(100);
  filter: brightness(100);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.site-footer > .content .social-links img:hover {
  color: #72A951;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.site-footer > .content .legal-nav {
  text-align: center;
  list-style: none;
  margin-bottom: 3em;
  padding: 0;
}
.site-footer > .content .legal-nav li {
  display: block;
  text-align: center;
  margin: 0.5em 0;
}
@media screen and (min-width: 900px) {
  .site-footer > .content .legal-nav li {
    margin: 0;
    text-align: left;
    display: inline-block;
  }
  .site-footer > .content .legal-nav li:after {
    content: "|";
    color: #ffffff;
    display: inline-block;
    margin: 0 0.7em;
  }
  .site-footer > .content .legal-nav li:last-of-type:after {
    content: none;
  }
}
.site-footer > .content .footer-bugs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5em;
  -moz-column-gap: 1.5em;
  column-gap: 1.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.boxed-content {
  font-weight: 700;
  padding: 0.5em;
  border: solid 2px #ffffff;
  text-align: center;
  margin: 0 0 2em;
  color: #ffffff;
}

.fixed-chat-btn {
  position: fixed;
  bottom: 70px;
  left: calc(100vw - 68px);
  z-index: 2147483647;
  width: 45px;
}
.fixed-chat-btn img#chat-bubble {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.fixed-chat-btn img#chat-bubble-hover {
  top: 0;
  right: 0;
  height: 45px;
  width: 166px;
  opacity: 0;
  -webkit-transition: opacity 0.1 ease;
  transition: opacity 0.1 ease;
}
.fixed-chat-btn:hover {
  width: 166px;
  left: calc(100vw - 188px);
}
.fixed-chat-btn:hover img#chat-bubble {
  -webkit-transform: translateX(-121px);
  transform: translateX(-121px);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease 0.3s;
  transition: transform 0.3s ease, opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease;
}
.fixed-chat-btn:hover img#chat-bubble-hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0.2s;
  transition: opacity 0.2s ease 0.2s;
}

.nav-flyout {
  display: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 20;
  background: #ffffff;
  top: 67px;
}
@media screen and (min-width: 900px) {
  .nav-flyout {
    top: 100px;
  }
}

.flyout-close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 5rem;
  line-height: 0.5;
  color: #72A951;
}

.search-window {
  padding: 4em 30px;
}

.search-area {
  display: grid;
}
@media screen and (min-width: 900px) {
  .search-area {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: clamp(30px, 10vw, 100px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 900px) {
  .search-area .flyout-form {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.search-area .flyout-form h2 {
  color: #00481A;
}
.search-area .flyout-form .search-box {
  background: #f6f6f6;
  border-radius: 100px;
  border: solid 1px #72A951;
  position: relative;
  overflow: hidden;
  margin-bottom: 2em;
}
.search-area .flyout-form .search-box:before {
  content: "";
  width: 25px;
  height: 27px;
  position: absolute;
  left: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/wp-content/uploads/2022/04/ico-head_search.svg) no-repeat;
  z-index: 3;
  display: block;
  -webkit-filter: invert(61%) sepia(35%) saturate(594%) hue-rotate(54deg) brightness(92%) contrast(86%);
  filter: invert(61%) sepia(35%) saturate(594%) hue-rotate(54deg) brightness(92%) contrast(86%);
}
.search-area .flyout-form .search-box .search-key {
  width: 100%;
  height: 69px;
  padding-left: 75px;
  border: none;
  background: none;
  width: 100%;
}
.search-area .search-suggestions {
  padding: 0;
  margin: 0;
  color: #00481A;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(300px, max-content));
  grid-gap: 30px;
  list-style: none;
}
.search-area .search-suggestions a {
  color: #00481A;
}
.search-area .search-suggestions a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 899px) {
  .search-area .cross-sell {
    margin-top: 2em;
  }
}
@media screen and (min-width: 900px) {
  .search-area .cross-sell {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.search-area .cross-sell {
  text-align: center;
}
.search-area .cross-sell img {
  border-radius: 15px;
  margin-bottom: 1em;
}
.search-area .cross-sell h2 {
  margin-bottom: 1em;
  color: #00481A;
}

.pagination-container .pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  margin-top: 3em;
}

.row.search-tile {
  margin-bottom: 2em;
}
.row.search-tile .search-tile-title {
  margin-bottom: 0.3em;
}

.searchResults {
  max-width: 1400px;
  margin: 0 auto;
}
.searchResults > .content {
  padding: 0 30px;
}
.searchResults > .content .searchHeader {
  text-align: center;
}
.searchResults > .content .results {
  margin-bottom: 2em;
}
.searchResults > .content .results .item {
  margin: 2em 0;
  padding: 2em 0;
  border-bottom: 2px solid #72A951;
}
.searchResults > .content .results .item:last-child {
  border-bottom: none;
}

@media print {
  body:has(#download-button-id) .page-header, body:has(#download-button-id) .top-cta, body:has(#download-button-id) .question-section {
    display: none;
  }
}
/*# sourceMappingURL=layout.min.css.map */
