/* ========== ROOT VARIABLES ========== */
:root {
  /* Fonts */
  --font-primary: "avenir-lt-pro", sans-serif;
  --font-secondary: "p22-mackinac-pro", serif;

  /* Color Palette */
  --color-primary: #5C9655;
  --color-primary-dark: #314D34;
  --color-secondary: #286171;

  --color-bg: #ffffff;
  --color-bg-alt: #c6d5d5;

  --color-text: #223D41;
  --color-text-light: #223D41;

  --color-border: #223D41;
  /* Font Size */
  --font-size-normal:16px;
}
.text-dark{ color: var(--color-text);}
.text-white {
  color: var(--color-bg);
}
/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-primary);
  font-weight: 400;
  font-style: normal;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: var(--font-primary);
  font-weight: 400;
  font-style: normal;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
#main{ width:100%;}

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

/* Grouping content
	 ========================================================================== */

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

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  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;
  font-size: 1em;
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family:var(--font-primary);
  font-size:var(--font-size-normal);
  line-height: 1.5;

  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: var(--font-secondary);
  font-weight: 400;
  font-style: normal;
}
h2 {
  font-size:44px;
  font-family: var(--font-secondary);
}
h3 {
  font-size:34px;
  font-family: var(--font-primary);
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color:var(--color-primary);
}

a:hover,
a:focus,
a:active {
  color:var(--color-secondary);
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/* GSAP */
#smooth-wrapper {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

#smooth-content {
  will-change: transform;
}
/* theme styles */

.uk-button-primary {
  background-color: var(--color-primary);
  color: #fff;
  border: 1px solid transparent
}

.uk-button-primary:hover {
  background-color: var(--color-primary-dark);
  color: #fff
}

.uk-container {
  max-width: 1400px;
}
@media(min-width:1400px) {
  .uk-container {
    max-width: 1800px;
  }
}
.uk-navbar-nav>li>a{
  color:var(--color-text);
  text-transform:none;
  font-size:var(--font-size-normal);
  font-family:var(--font-primary);
}

.uk-offcanvas-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background:var(--color-text);
  overflow-y: auto;
}

.uk-offcanvas-bar .uk-nav-primary {
  font-size:var(--font-size-normal);
  line-height: 1.5;
}

/* Reset UIkit tab style */
.uk-tab > li {
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

/* Make tab links look like buttons */
.uk-tab > li > a {
    display: inline-block !important;
    background: #f3f3f3 !important;
    color: #193536 !important;
    border: 2px solid #28a06d !important;
    border-radius: 6px !important;
    padding: 12px 32px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: background 0.2s, color 0.2s, border-color 0.2s !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
}

/* Remove default UIkit underline/background on active/focus */
.uk-tab > li > a:focus,
.uk-tab > li > a:active {
    outline: none !important;
    box-shadow: none !important;
    background: #193536 !important;
    color: #fff !important;
    border-color: #28a06d !important;
}

/* Hover state */
.uk-tab > li > a:hover,
.uk-tab > li.uk-active > a:hover {
    background: #28a06d !important;
    color: #fff !important;
    border-color: #257257 !important;
}

/* Active tab */
.uk-tab > li.uk-active > a,
.uk-tab > li.active > a {
    background: #193536 !important;
    color: #fff !important;
    border-color: #28a06d !important;
}

/* Responsive adaptation */
@media (max-width: 600px) {
    .uk-tab > li {
        margin-bottom: 10px !important;
        width: 100% !important;
    }
    .uk-tab > li > a {
        display: block !important;
        width: 100% !important;
        font-size: 0.98rem !important;
        padding: 12px 0 !important;
    }
}
.main-header{ 
  overflow: hidden;
  background: var(--color-bg);
}
.header-button{
    margin-top: -45px;
    border-radius: 0px 0px 8px 8px;
    padding: 56px 24px 8px;
  }

.main-banner-video{
  position:relative;
  height:100vh;
  width:100%;
  overflow: hidden;
}
.banner-video{width:100%;position: absolute; z-index:10;}
.banner-video-overlay{ 
  position: absolute;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.5);
  display:flex;
  z-index:99;
  flex-direction: column;
  justify-content: flex-end;
}
.banner-video-content{ max-width:70%; padding-bottom:40px;}
.banner-video-content h1{ font-size:78px; color:var(--color-bg);}
.custom-tab-section{ min-height:700px; width:100%; background-size:cover; padding:40px 0px; }
@media (max-width: 600px) {
  .main-banner-video {
      position: relative;
      height:80vh;
      width: 100%;
      overflow: hidden;
    }
.banner-video-content h1 {
    font-size:36px;
  }
.banner-video {
position:absolute;
  left: 0;
  top: 0;
  min-width: 100vw;
  min-height: 80vh;
  width: 100vw;
  height: 80vh;
  object-fit: cover;
  z-index: 1;
  /* Adjust if needed */
  background: #000;
  /* Fallback background */
}
.banner-video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  z-index: 99;
  flex-direction: column;
  justify-content: flex-end;
}
}

/* Reset UIkit tab style */
.custom-tab-section{ background-color: var(--color-text);}
.uk-tab {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  padding: 0;
  list-style: none;
  position: relative;
}

.custom-tab-section .uk-tab>li {
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

/* Make tab links look like buttons */
.custom-tab-section .uk-tab>li>a {
  display: inline-block !important;
  background:rgba(0, 0, 0, 0) !important;
  color:var(--color-bg) !important;
  border: 1px solid var(--color-bg) !important;
  border-radius: 6px !important;
  padding: 4px 8px !important;
  font-size:var(--font-size-normal) !important;
  font-weight: 700 !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: background 0.2s, color 0.2s, border-color 0.2s !important;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
  text-transform:none;
}

/* Remove default UIkit underline/background on active/focus */
.custom-tab-section .uk-tab>li>a:focus,
.custom-tab-section .uk-tab>li>a:active {
  outline: none !important;
  box-shadow: none !important;
  background:var(--color-secondary) !important;
  color:var(--color-bg) !important;
  border-color:var(--color-secondary) !important;
}

/* Hover state */
.custom-tab-section .uk-tab>li>a:hover,
.custom-tab-section .uk-tab>li.uk-active>a:hover {
  background: var(--color-secondary) !important;
    color: var(--color-bg) !important;
    border-color: var(--color-secondary) !important;
}

/* Active tab */
.custom-tab-section .uk-tab>li.uk-active>a,
.custom-tab-section .uk-tab>li.active>a {
  background: var(--color-secondary) !important;
    color: var(--color-bg) !important;
    border-color: var(--color-secondary) !important;
}

/* Responsive adaptation */
@media (max-width: 600px) {
  .custom-tab-section{ 
    background-size:auto 100%!important;
    background-position:bottom center!important;
    padding-bottom:30em;
    background-repeat:no-repeat!important;
  }

  .custom-tab-section .uk-tab>li {
    margin-bottom: 10px !important;
    width: auto !important;
  }

    .custom-tab-section .uk-tab>li>a {
    display: inline-block !important;
    width: auto !important;
    font-size: 0.98rem !important;
    padding: 4px 8px !important;
  }
}

.custom-tab-section .uk-tab::before {
  display:none;
}

.custom-footer {
  background:var(--color-text) url('../img/footer-bg.svg') no-repeat center 100px/contain;
  color:var(--color-bg);
  padding:80px 0 160px;
  position: relative;
  overflow: hidden;
}

.footer-widgets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 0 10px 0;
  z-index: 2;
  position: relative;
}

.footer-widget {
  flex: 1 1 220px;
  min-width: 190px;
  margin-right: 40px;
  margin-bottom: 32px;
  z-index: 2;
}

.footer-logo-about .footer-logo {
  max-width:100%;
  margin-bottom:24px;
}

.footer-powered span {
  font-size:var(--font-size-normal);
}

.footer-powered p {
  margin: 0 0 16px 0;
  font-size: .95rem;
  color: var(--color-bg-alt);
  vertical-align: middle;
}
.footer-powered p img{ margin-top:-5px;;}

.footer-contact {
  font-size:var(--font-size-normal);
  line-height: 1.7;
}

.footer-certifications .cert-list {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
}

.footer-certifications img {
  max-width:100%;
  height: auto;
  border: none;
  box-shadow: none;
}

.footer-links a {
  color: var(--color-bg-alt);
  font-size:var(--font-size-normal);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 7px;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--color-primary);
}

.footer-bottom {
  color: var(--color-bg-alt);
  font-size:var(--font-size-normal);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: right;
  background: transparent;
  z-index: 2;
  position: relative;
  height:100%;
}
.footer-bottom a{color: var(--color-bg-alt);}


@media (max-width: 900px) {
  .footer-widgets {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 5vw 10px 5vw;
  }

  .footer-widget {
    margin-right: 0;
    margin-bottom: 26px;
  }

  .footer-bottom {
    flex-direction: column;
    font-size: 0.92rem;
    gap: 6px;
    padding: 16px 0 14px 0;
    text-align: left;
  }

  .footer-bg-logo {
    width: 350px;
    height: 210px;
    left: 60vw;
  }
}

.wp-block-button__link {
  color:var(--color-primary);
  background-color:var(--color-bg);
  border-radius:4px;
  box-shadow: none;
  text-decoration: none;
  padding:4px 8px;
  font-size:var(--font-size-normal);
  border:var(--color-primary) 1px solid;
}
.wp-block-button__link:hover {
  color: var(--color-secondary);
  text-decoration:none;
}

.why-media{grid-template-columns:10% auto !important; margin-bottom:32px; }
.why-media h4.wp-block-heading{ margin:0px!important;}
.why-media p{
    margin: 0px !important;
  }
.why-media .wp-block-media-text__content {
      padding: 0 2%;
    }

.page-header-section {
      position: relative;
      width: 100%;
      height: 300px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      align-items:center;
      justify-content:left;
      padding:0px 40px;
      margin-top:80px;
}
  
    /* No background image: use primary color, no overlay */
    .page-header-section.no-image {
      background: var(--color-primary) !important;
    }
  
    /* Overlay only shown if image is present */
    .page-header-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(40, 40, 40, 0.4);
      z-index: 1;
    }
  
    .page-header-title {
      position: relative;
      z-index: 2;
      color:var(--color-bg);
      font-size:78px;
      text-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
      letter-spacing: 1px;
      opacity:0;
    }

.three-colorc-column{
      gap:0em;
    }
.three-colorc-column .wp-block-column{ padding:40px;}
.three-colorc-column .wp-block-column h4, .three-colorc-column .wp-block-column h5{ color:var(--color-bg); margin:0px 0px 16px 0px;}
.three-colorc-column .wp-block-column h5{ font-family:var(--font-primary); font-size:18px;}
.two-column-full{gap: 0em;}
.padding-allside{
    padding: 0px 40px;
  }

.content-block{ padding:40px 0px;}
@media (max-width: 900px) {
  .page-header-title { font-size:36px;}
  .page-header-section { margin-top:0px;}
  .content-block {
      padding: 24px 24px;
    }
    .padding-allside {
          padding:24px;
        }
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background-color:var(--color-primary)!important;
  color:var(--color-bg)!important;
}

div.wpforms-container-full input[type=submit]:hover,
div.wpforms-container-full input[type=submit]:active,
div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full button[type=submit]:active,
div.wpforms-container-full .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-page-button:active,
.wp-core-ui div.wpforms-container-full input[type=submit]:hover,
.wp-core-ui div.wpforms-container-full input[type=submit]:active,
.wp-core-ui div.wpforms-container-full button[type=submit]:hover,
.wp-core-ui div.wpforms-container-full button[type=submit]:active,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:hover,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  background:var(--color-secondary)!important;
}
p img{ vertical-align:baseline;}