/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * Use the default user interface font in all browsers (opinionated).
 */
html {
  font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * Use the default monospace user interface font in all browsers (opinionated).
 */
code,
kbd,
samp,
pre {
  font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */
::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* --------------- */
/* --- Extends --- */
/* --------------- */
.sidebar .widget ul, .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .widget ul li, .menu li {
  font-family: inherit;
  position: relative;
}
.sidebar .widget ul li a, .menu li a {
  color: inherit;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.sidebar .widget ul .sub-menu, .menu .sub-menu {
  display: none;
}

.post-preview .featured-img {
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-color: #f2f2f2;
  position: relative;
}
.post-preview .featured-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.2;
  transition: opacity 0.3s ease-in-out;
}
.post-preview .featured-img a:hover {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.comment-respond .submit, .post-wrap .post-nav-wrap .navigation .nav-links a, .post-wrap .post-nav-wrap .back-btn, .post-preview .content .btn {
  display: inline-block;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  background: inherit;
  color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.comment-respond .submit:hover, .post-wrap .post-nav-wrap .navigation .nav-links a:hover, .post-wrap .post-nav-wrap .back-btn:hover, .post-preview .content .btn:hover {
  background: inherit;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

/* --------------------- */
/* --- Global styles --- */
/* --------------------- */
.container_wrap {
  display: grid;
  grid-gap: 0 15px;
}
.container_wrap .container {
  grid-column: 2/3;
}

.sidebar .widget {
  margin-bottom: 15px;
}
.sidebar .widget .widget-title {
  margin-bottom: 5px;
}
.pagination {
  padding: 10px 0;
}
.pagination .nav-links .page-numbers {
  border: solid 1px inherit;
  padding: 6px 10px;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  transition: all 0.2s ease-in-out;
}
.pagination .nav-links .current {
  border-color: inherit;
  color: inherit;
}
.pagination .nav-links a:hover {
  border-color: inherit;
  background-color: inherit;
  transition: all 0.2s ease-in-out;
}
.pagination.next-prev a {
  text-decoration: none;
  color: inherit;
  border: solid 1px inherit;
  transition: all 0.2s ease-in-out;
}
.pagination.next-prev a:hover {
  border-color: inherit;
  background-color: inherit;
  transition: all 0.2s ease-in-out;
}

.custom-404 {
  padding: 30px 15px 60px;
}

.site-header {
  position: relative;
}
.site-header .site-logo {
  display: inline-block;
  max-width: 300px;
  position: relative;
  height: 100%;
  width: 100%;
}
.site-header .site-logo .title {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.site-header .site-logo img {
  width: 100%;
  height: auto;
}
.site-header .header-nav .menu {
  display: flex;
}
.site-header .header-nav .menu .menu-item {
  margin: 0 4px;
}
.site-header .search-form {
  display: inline-block;
  padding: 4px;
  border: solid 1px;
}
.site-header .search-form input {
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  font-family: inherit;
  text-indent: 3px;
}
.site-header .search-form button {
  border: 0;
  background: transparent;
  outline: 0;
  font-size: 22px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.site-header .search-form button:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.site-header .main-nav .menu {
  display: flex;
  flex-wrap: wrap;
}
.site-header .main-nav .menu .menu-item {
  margin: 0 7px;
}
.site-header .main-nav .menu .menu-item a {
  white-space: nowrap;
  display: block;
  color: inherit;
  z-index: 39;
}
.site-header .main-nav .menu-item-has-children .sub-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  flex-direction: column;
  z-index: 30;
  padding: 0;
}
.site-header .main-nav .menu-item-has-children .sub-menu .menu-item {
  margin: 0;
  padding: 0;
}
.site-header .main-nav .menu-item-has-children .sub-menu .menu-item a {
  display: block;
  padding: 8px 12px;
}
.site-header .main-nav .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.site-header.classic .upper .container {
  display: grid;
  place-items: center end;
}
.site-header.classic .main .container {
  display: grid;
  grid: auto/1fr 1fr 1fr 1fr;
}
.site-header.classic .main .container .tagline {
  grid-column: 1;
}
.site-header.classic .main .container .main-nav_wrap {
  grid-column: 2/span 3;
  grid-row: 1/span 2;
  place-self: center end;
}
.site-header.classic .main .container .main-nav_wrap .menu .menu-item:last-of-type {
  margin-right: 0;
}
.site-header.stack-center .main .container {
  display: grid;
  place-items: center;
}
.site-header.stack-center .main .container .site-logo {
  text-align: center;
}
.site-header.stack-center .lower .container {
  display: grid;
  place-items: center;
}
.site-header.stack-left .main .container {
  display: grid;
  place-items: center start;
}
.site-header.stack-left .lower {
  place-items: center start;
}
.site-header.stack-left .lower .menu .menu-item:first-of-type {
  margin-left: 0;
}
.site-header #navicon {
  display: none;
  width: 38px;
  height: 28px;
  position: relative;
  margin: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.site-header #navicon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.site-header #navicon span:nth-child(1) {
  top: 0px;
}
.site-header #navicon span:nth-child(2), .site-header #navicon span:nth-child(3) {
  top: 12px;
}
.site-header #navicon span:nth-child(4) {
  top: 24px;
}
.site-header #navicon.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.site-header #navicon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-header #navicon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-header #navicon.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.mobile-nav .menu-arrow {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 40;
}
.mobile-nav .menu-arrow .fa-chevron-right, .mobile-nav .menu-arrow .fa-chevron-down {
  display: none;
  color: inherit;
}
.mobile-nav .menu-item-has-children .menu-arrow {
  display: inline-block;
}
.mobile-nav .menu-item-has-children .menu-arrow .fa-chevron-right {
  display: initial;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}
.mobile-nav .menu-item-has-children.expanded .menu-arrow .fa-chevron-right {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.mobile-nav .menu-item-has-children.expanded .sub-menu {
  display: block !important;
  padding: 0 0 5px 0;
}
.mobile-nav .menu-item-has-children.expanded .sub-menu .menu-item {
  border: 0;
}
.mobile-nav .menu-item-has-children.expanded .sub-menu .menu-item a {
  padding: 4px 0px 4px 20px;
}
.mobile-nav .menu-item-has-children.expanded .sub-menu .menu-item .menu-arrow {
  display: none !important;
}

@media (max-width: 1023px) {
  .site-header #navicon {
    display: inline-block;
  }
  .site-header .main-nav {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none !important;
  }
}
.site-footer .lower {
  padding: 15px 0 30px;
}
.site-footer .sub-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.site-footer .sub-footer .container .sign-off .gsl-link {
  text-decoration: none;
  color: inherit;
}
.site-footer .sub-footer .container .sub-menu .menu {
  display: flex;
}
.site-footer .sub-footer .container .sub-menu .menu .menu-item {
  margin-right: 15px;
}
.site-footer .sub-footer .container .sub-menu .menu .menu-item:last-of-type {
  margin: 0;
}

.wpcf7 .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  flex: 1 1 auto;
  padding: 10px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.your-message {
  flex: 1 1 100%;
}
.wpcf7 .wpcf7-form .wpcf7-form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid;
  outline: 0;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  margin: auto;
  max-width: 300px;
  outline: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .wpcf7 .wpcf7-form .wpcf7-submit {
    margin: 0 10px;
    max-width: none;
  }
}
.wpcf7 .ajax-loader {
  background-image: url("../images/loader-blue.gif");
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3d3d3d;
  z-index: 1001;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.wpcf7 .ajax-loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #696969;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.wpcf7 .ajax-loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #999999;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.blog .page-content,
.single .page-content,
.archive .page-content,
.search .page-content {
  padding: 30px 0;
}
.blog .page-content .container,
.single .page-content .container,
.archive .page-content .container,
.search .page-content .container {
  display: grid;
  grid: auto/auto 350px;
  grid-gap: 0 30px;
}
.blog .page-content .page-title,
.single .page-content .page-title,
.archive .page-content .page-title,
.search .page-content .page-title {
  grid-column: 1/span 2;
}

.post-meta {
  margin-bottom: 10px;
}
.post-meta .date {
  display: block;
}
.post-meta .cats a {
  color: inherit;
  text-decoration: none;
}
.post-meta .tags a {
  color: inherit;
  opacity: 0.6;
  text-decoration: none;
  font-style: italic;
  transition: opacity 0.3s ease-in-out;
}
.post-meta .tags a:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.post-preview {
  border: solid 1px;
}
.post-preview .featured-img {
  margin-bottom: 0px;
}
.post-preview .content {
  padding: 0 15px 15px;
}
.post-preview .content h1 {
  font-size: 24px;
  font-family: inherit;
}
.post-preview .content .post-meta {
  margin: 15px 0 0;
}
.post-preview .content .btn {
  align-self: baseline;
}

.post-wrap {
  display: grid;
  grid: auto/auto-flow 1fr;
  grid-gap: 15px 15px;
}
.post-wrap .post-nav-wrap {
  display: flex;
  margin-top: 15px;
}
.post-wrap .post-nav-wrap .navigation .nav-links {
  display: flex;
}
.post-wrap .post-nav-wrap .navigation .nav-links a {
  margin-left: 3px;
}

.wp-post-image {
  width: 100%;
  height: auto;
}

.comment-respond {
  border-top: solid 1px;
  padding-top: 5px;
}
.comment-respond .comment-reply-title {
  font-size: 18px;
}
.comment-respond .comment-form-comment label {
  display: none;
}
.comment-respond .comment-form-comment #comment {
  width: 100%;
}
.blog-grid {
  display: grid;
  grid: auto/repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 15px;
}

.search .post {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px inherit;
}
.search .post .featured-image {
  flex: 0 1 30%;
  min-height: 300px;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin: 0 30px 15px 0;
}
.search .post .featured-image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.search .post .post-excerpt {
  flex: 0 1 65%;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.search .post .post-excerpt h1 {
  font-size: 34px;
  margin: 0 0 15px;
}
.search .post .post-excerpt p {
  padding-bottom: 15px;
}
.search .post .post-excerpt a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.search .post .post-excerpt a:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .search .post .featured-image {
    flex: 1 0 100%;
  }
  .search .post .post-excerpt {
    flex: 1 0 100%;
    padding: 0;
  }
}
.search-page-title {
  padding: 30px 0;
}

.no-search-results {
  padding: 90px 0 60px 0;
  text-align: center;
}

.widget_search .search-form {
  display: flex;
  border: solid 1px #a9a9a9;
}
.widget_search .search-form label {
  width: 100%;
}
.widget_search .search-form .search-field {
  width: 100%;
  border: 0;
  padding: 8px 5px;
  text-indent: 10px;
  outline: 0;
}
.widget_search .search-form .search-submit {
  border: 0;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 0 10px 0 5px;
  outline: 0;
}
.widget_search .search-form .search-submit:hover {
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.widget_media_gallery .gallery .gallery-item {
  margin: 0;
}
.widget_media_gallery .gallery .gallery-item .gallery-icon .attachment-full {
  width: 100%;
  height: auto;
}
.widget_media_gallery .gallery-columns-1 {
  display: grid;
  grid: auto/repeat(1, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-2 {
  display: grid;
  grid: auto/repeat(2, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-3 {
  display: grid;
  grid: auto/repeat(3, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-4 {
  display: grid;
  grid: auto/repeat(4, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-5 {
  display: grid;
  grid: auto/repeat(5, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-6 {
  display: grid;
  grid: auto/repeat(6, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-7 {
  display: grid;
  grid: auto/repeat(7, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-8 {
  display: grid;
  grid: auto/repeat(8, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-9 {
  display: grid;
  grid: auto/repeat(9, minmax(0px, 1fr));
  grid-gap: 5px;
}

body {
  font-family: Helvetica;
}

::-webkit-input-placeholder {
  font-family: Helvetica;
}

:-moz-placeholder {
  font-family: Helvetica;
}

::-moz-placeholder {
  font-family: Helvetica;
}

:-ms-input-placeholder {
  font-family: Helvetica;
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce-message {
  color: #023511;
}
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message .woocommerce-button,
.woocommerce .woocommerce-message .woocommerce-message__button,
.woocommerce-page .woocommerce-message a.button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-message .woocommerce-button,
.woocommerce-page .woocommerce-message .woocommerce-message__button,
.woocommerce-message a.button,
.woocommerce-message .button,
.woocommerce-message .woocommerce-button,
.woocommerce-message .woocommerce-message__button {
  border-radius: 60px;
  background-color: #fae73f;
  color: #000;
  border: 2px solid #fae73f;
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  padding: 12px 24px;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.woocommerce .woocommerce-message a.button:hover, .woocommerce .woocommerce-message a.button:focus-visible,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .button:focus-visible,
.woocommerce .woocommerce-message .woocommerce-button:hover,
.woocommerce .woocommerce-message .woocommerce-button:focus-visible,
.woocommerce .woocommerce-message .woocommerce-message__button:hover,
.woocommerce .woocommerce-message .woocommerce-message__button:focus-visible,
.woocommerce-page .woocommerce-message a.button:hover,
.woocommerce-page .woocommerce-message a.button:focus-visible,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-message .button:focus-visible,
.woocommerce-page .woocommerce-message .woocommerce-button:hover,
.woocommerce-page .woocommerce-message .woocommerce-button:focus-visible,
.woocommerce-page .woocommerce-message .woocommerce-message__button:hover,
.woocommerce-page .woocommerce-message .woocommerce-message__button:focus-visible,
.woocommerce-message a.button:hover,
.woocommerce-message a.button:focus-visible,
.woocommerce-message .button:hover,
.woocommerce-message .button:focus-visible,
.woocommerce-message .woocommerce-button:hover,
.woocommerce-message .woocommerce-button:focus-visible,
.woocommerce-message .woocommerce-message__button:hover,
.woocommerce-message .woocommerce-message__button:focus-visible {
  background-color: #023511;
  border-color: #fff;
  color: #fff;
}

.gsl-shortcode {
  position: relative;
  width: 100%;
  height: 100%;
}
.gsl-shortcode--map {
  min-height: 480px;
}
.gsl-shortcode__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.04);
  color: #333;
  font-size: 0.95rem;
}
.gsl-shortcode--error {
  padding: 1rem;
  background-color: rgba(255, 0, 0, 0.08);
  border: 1px solid rgba(255, 0, 0, 0.35);
  color: #b30000;
}

.gsl-map-info-window {
  color: rgb(2, 53, 17);
  font-family: "Figtree", sans-serif;
  font-size: 17px;
  line-height: 1.4;
}
.gsl-map-info-window__title {
  margin: 0 0 0.35em;
  color: rgb(2, 53, 17);
  font-family: "Lilita One", sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.gsl-map-info-window__body {
  margin: 0 0 0.5em;
}
.gsl-map-info-window__body:last-child {
  margin-bottom: 0;
}
.gsl-map-info-window__link a {
  display: inline-block;
  padding: 6px 12px !important;
  border-radius: 60px !important;
  background-color: #fae73f !important;
  color: #023511 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  transition: none !important;
}

.gsl-shortcode--totals .gsl-totals {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 1400px) {
  .gsl-shortcode--totals .gsl-totals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .gsl-shortcode--totals .gsl-totals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.gsl-shortcode--totals .gsl-totals__item {
  padding: 1rem;
  background-color: rgba(250, 231, 63, 0.15);
  border-radius: 16px;
  text-align: center;
}
.gsl-shortcode--totals .gsl-totals__value {
  display: block;
  margin-bottom: 0.35em;
  color: rgb(2, 53, 17);
  font-family: "Lilita One", sans-serif;
  font-size: 28px;
  font-weight: 500;
}
.gsl-shortcode--totals .gsl-totals__label {
  display: block;
  color: rgb(2, 53, 17);
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.gsl-shortcode--documents .gsl-documents__heading {
  margin: 0 0 1rem;
  color: rgb(2, 53, 17);
  font-family: "Lilita One", sans-serif;
  font-size: 22px;
  font-weight: 500;
}
.gsl-shortcode--documents .gsl-documents {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}
.gsl-shortcode--documents .gsl-documents--list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.gsl-shortcode--documents .gsl-documents__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  text-align: left;
  min-height: 100%;
}
.gsl-shortcode--documents .gsl-documents__icon {
  display: inline-flex;
  align-self: center;
  height: 80px;
  align-items: center;
  justify-content: center;
}
.gsl-shortcode--documents .gsl-documents__icon img {
  height: 100%;
  width: auto;
  max-height: 80px;
}
.gsl-shortcode--documents .gsl-documents__title {
  color: #023511;
  font-family: "Lilita One", sans-serif;
  font-size: 20px;
  font-weight: 500;
  min-height: 3em;
  text-align: center;
}
.gsl-shortcode--documents .gsl-documents__button {
  display: inline-flex;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 60px;
  background-color: #fae73f;
  color: #023511;
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gsl-shortcode--documents .gsl-documents__button:hover, .gsl-shortcode--documents .gsl-documents__button:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(250, 231, 63, 0.45);
}
.gsl-shortcode--documents .gsl-documents__item--list {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(2, 53, 17, 0.15);
}
.gsl-shortcode--documents .gsl-documents__item--list:last-child {
  border-bottom: none;
}
.gsl-shortcode--documents .gsl-documents__row-link {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.5rem 0;
  text-decoration: none;
  color: inherit;
}
.gsl-shortcode--documents .gsl-documents__item--list .gsl-documents__icon {
  height: 24px;
  min-width: 24px;
}
.gsl-shortcode--documents .gsl-documents__item--list .gsl-documents__icon img {
  max-height: 24px;
}
.gsl-shortcode--documents .gsl-documents__title--list {
  flex: 1;
  text-align: left;
  min-height: auto;
  font-size: 18px;
}
.gsl-shortcode--documents .gsl-documents__button--list {
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.gsl-shortcode--documents .gsl-documents__row-link:hover,
.gsl-shortcode--documents .gsl-documents__row-link:focus {
  color: rgba(2, 53, 17, 0.75);
}