@import url("owl.carousel.min.css");
@import url("owl.theme.default.css");
@import url("microtip-master/microtip.css");
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-1UA.ttf) format('truetype');
}
/*@primary: #006EC7;
@secondary: #FCD296;
@tertiary: #3E8DDC;
@black: #373435;
*/
.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20% !important;
      flex: 0 0 20% !important;
  max-width: 20%;
  padding: 0 2%;
}
@media all and (min-width: 576px) {
  .container.widerContainer {
    max-width: 96%;
  }
}
@media all and (min-width: 768px) {
  .container.widerContainer {
    max-width: 96%;
  }
}
@media all and (min-width: 992px) {
  .container.widerContainer {
    max-width: 1100px;
  }
}
@media all and (min-width: 1200px) {
  .container.widerContainer {
    max-width: 1300px;
  }
}
@media all and (max-width: 575px) {
  .owl-carousel-fours .owl-nav {
    display: none;
  }
}
/* General Stuff */
body {
  margin: 0;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a,
a:link,
a:visited {
  color: #1a5531;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin-top: 0;
  margin-bottom: 16px;
}
.myBtn,
a.myBtn,
a.myBtn:link,
a.myBtn:visited,
.wp-block-button__link,
a.wp-block-button__link,
a.wp-block-button__link:link,
a.wp-block-button__link:visited {
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  border: 1px #1a5531 solid;
  background-color: #1a5531;
  color: #fff;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  line-height: 24px;
  font-size: 14px;
  padding: 7px 20px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
  text-align: center;
  border-radius: 18px;
}
.myBtn:hover,
a.myBtn:hover,
a.myBtn:link:hover,
a.myBtn:visited:hover,
.wp-block-button__link:hover,
a.wp-block-button__link:hover,
a.wp-block-button__link:link:hover,
a.wp-block-button__link:visited:hover {
  color: #1a5531;
  background-color: transparent;
}
.myBtn.alt,
a.myBtn.alt,
a.myBtn:link.alt,
a.myBtn:visited.alt,
.wp-block-button__link.alt,
a.wp-block-button__link.alt,
a.wp-block-button__link:link.alt,
a.wp-block-button__link:visited.alt {
  border: 1px #f1c40f solid;
  background-color: #f1c40f;
  color: #1c2025;
}
.myBtn.alt:hover,
a.myBtn.alt:hover,
a.myBtn:link.alt:hover,
a.myBtn:visited.alt:hover,
.wp-block-button__link.alt:hover,
a.wp-block-button__link.alt:hover,
a.wp-block-button__link:link.alt:hover,
a.wp-block-button__link:visited.alt:hover {
  color: #f1c40f;
  background-color: transparent;
}
.myBtn.smaller,
a.myBtn.smaller,
a.myBtn:link.smaller,
a.myBtn:visited.smaller,
.wp-block-button__link.smaller,
a.wp-block-button__link.smaller,
a.wp-block-button__link:link.smaller,
a.wp-block-button__link:visited.smaller {
  padding: 8px;
  font-size: 0.75em;
}
.myBtn.caret:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  font-weight: 900;
  padding-left: 5px;
}
.myBtn:hover,
.wp-block-button__link:hover,
a.myBtn:hover,
a.wp-block-button__link:hover {
  background: #1a5531;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}
.well {
  padding: 60px 0;
}
.well.lessPadding {
  padding: 30px 0;
}
.well p:last-of-type {
  margin-bottom: 0;
}
.well.beigeBg {
  background-color: #dfe4de;
}
.centerIt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.centerItText {
  text-align: center;
}
.rightItText {
  text-align: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #373435;
  margin-top: 0;
  line-height: 1.25;
}
h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: #1a5531;
}
h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #1a5531;
  margin-top: 30px;
}
h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}
h6 {
  font-size: 18px;
  margin-bottom: 0;
  color: #6c846c;
  font-weight: 600;
}
#mySearch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 0 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#mySearch input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 150px;
  background: #fff;
  padding: 1px 0 1px 20px;
  border-radius: 20px 0 0 20px;
  border-color: #6c846c;
  font-size: 10px;
  border-width: 1px 0 1px 1px;
  margin-right: 0;
}
#mySearch button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  background: #a7b5a7;
  color: white;
  border-radius: 0 20px 20px 0;
  border: 0 none;
  font-weight: bold;
  font-size: 14px;
  margin-left: 0;
}
.contactInfo {
  font-size: 0.8em;
  padding-left: 20px;
}
.grow,
a > img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.grow:hover,
a > img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.relative {
  position: relative;
  top: 0;
  left: 0;
}
.circle {
  width: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* All delay classes will take half the time to start */
:root {
  --animate-delay: 0.5s;
}
.anchor {
  display: block;
  height: 85px;
  /*same height as header*/
  margin-top: -65px;
  /*move it back the height of itself, plus the margin at the bottom of the <p> tag it is wrapped in */
  visibility: hidden;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}
.accordion .content .item {
  position: relative;
}
.accordion .content .item > * {
  margin-bottom: 20px;
}
.accordion .content .item ul {
  list-style-type: square;
  text-align: left;
}
.accordion .content .item ul li {
  margin-bottom: 5px;
  padding-left: 0px;
}
.accordion .content .item ul li::marker {
  color: #94a491;
}
.accordion .content .item .highlight {
  color: #94a491;
  font-size: 1.2em;
  font-weight: 700;
}
.accordion .content .item h2 {
  text-transform: uppercase;
  border-bottom: 3px dotted #ccc;
  font-weight: 700;
  font-size: 34px;
}
.accordion .content .item h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: #e21e26;
  margin-bottom: 0;
}
.accordion .content .item h4 {
  font-size: 18px;
  color: #94a491;
  font-weight: 700;
  margin-bottom: 10px;
}
.accordion .content .item img {
  width: 100%;
  display: block;
  max-width: 400px;
  margin: 0 auto 10px auto;
}
@media all and (min-width: 768px) {
  .accordion {
    height: 80vh;
    /* LIST */
    /* FORM */
    /* SLIDES */
  }
  .accordion * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .accordion ul {
    list-style: none;
  }
  .accordion input {
    position: absolute;
    left: -9999px;
  }
  .accordion label {
    display: block;
    float: left;
    height: 80vh;
    width: 40px;
    overflow: hidden;
    color: #F2E2AC;
    position: relative;
    background: #267c48;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    -webkit-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
  }
  .accordion label:hover {
    -webkit-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
  }
  .accordion li:nth-child(even) > input + label {
    background: #2c9053;
  }
  .accordion label:hover,
  .accordion li:nth-child(even) > input + label:hover {
    background: #1a5531;
    color: #fff;
    cursor: pointer;
  }
  .accordion input[type="radio"]:checked ~ label {
    background: #1a5531;
    color: #fff !important;
    cursor: default !important;
  }
  .accordion .accslide {
    display: block;
    height: 100%;
    width: 0px;
    padding: 0px 0;
    float: left;
    overflow-x: hidden;
    font-sizes: 12px;
    line-height: 1.5;
    white-space: nowrap;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  .accordion .accslide * {
    padding-left: 10px;
  }
  .accordion .accslide img {
    margin-top: 10px;
  }
  .accordion input[type="radio"]:not(:checked) ~ label > * {
    padding-left: 7px;
    font-size: 1.2em;
    white-space: nowrap;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    color: #fff;
  }
  .accordion input[type="radio"]:checked ~ label > * {
    padding-left: 7px;
    font-size: 1.2em;
    white-space: nowrap;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    font-weight: bold;
    color: #F2E2AC;
  }
  .accordion li:nth-child(1):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 80px);
  }
  .accordion li:nth-child(2):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 80px);
  }
  .accordion li:nth-child(1):nth-last-child(3) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 120px);
  }
  .accordion li:nth-child(2):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 120px);
  }
  .accordion li:nth-child(3):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 120px);
  }
  .accordion li:nth-child(1):nth-last-child(4) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 160px);
  }
  .accordion li:nth-child(2):nth-last-child(3) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 160px);
  }
  .accordion li:nth-child(3):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 160px);
  }
  .accordion li:nth-child(4):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 160px);
  }
  .accordion li:nth-child(1):nth-last-child(5) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 200px);
  }
  .accordion li:nth-child(2):nth-last-child(4) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 200px);
  }
  .accordion li:nth-child(3):nth-last-child(3) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 200px);
  }
  .accordion li:nth-child(4):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 200px);
  }
  .accordion li:nth-child(5):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 200px);
  }
  .accordion li:nth-child(1):nth-last-child(6) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 240px);
  }
  .accordion li:nth-child(2):nth-last-child(5) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 240px);
  }
  .accordion li:nth-child(3):nth-last-child(4) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 240px);
  }
  .accordion li:nth-child(4):nth-last-child(3) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 240px);
  }
  .accordion li:nth-child(5):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 240px);
  }
  .accordion li:nth-child(6):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 240px);
  }
  .accordion li:nth-child(1):nth-last-child(7) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
  }
  .accordion li:nth-child(2):nth-last-child(6) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
  }
  .accordion li:nth-child(3):nth-last-child(5) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
  }
  .accordion li:nth-child(4):nth-last-child(4) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
  }
  .accordion li:nth-child(5):nth-last-child(3) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
  }
  .accordion li:nth-child(6):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
  }
  .accordion li:nth-child(7):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
  }
  .accordion {
    border: 1px solid #1a5531;
    margib-top: 20px;
  }
  .accordion .content {
    width: 100%;
    padding: 24px 40px;
    white-space: normal;
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: scroll;
  }
  .icon-scroll:before {
    position: absolute;
    left: 50%;
  }
  .icon-scroll {
    position: absolute;
    width: 28px;
    left: 6px;
    bottom: 10px;
    height: 70px;
    -webkit-box-shadow: inset 0 0 0 1px #ccc;
            box-shadow: inset 0 0 0 1px #ccc;
    border-radius: 25px;
    -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
  .icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ccc;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
  }
  .icon-scroll:after {
    content: 'scroll content for more';
    position: absolute;
    top: auto;
    color: #fff;
    font-weight: normal;
    text-align: right;
    -webkit-transform: rotate(270deg) !important;
        -ms-transform: rotate(270deg) !important;
            transform: rotate(270deg) !important;
    left: 100%;
    text-transform: uppercase;
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
    height: 28px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.8em;
    bottom: 100%;
    padding-left: 10px;
  }
  @-webkit-keyframes scroll {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(46px);
              transform: translateY(46px);
    }
  }
  @keyframes scroll {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(46px);
              transform: translateY(46px);
    }
  }
  input[type="radio"] ~ label .icon-scroll {
    visibility: hidden;
  }
  input[type="radio"]:checked ~ label .icon-scroll {
    visibility: visible;
  }
}
@media all and (max-width: 767px) {
  .accordion > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .accordion > ul li {
    margin: 0 0 60px 0;
    padding: 0;
  }
  .accordion input[type="radio"] {
    display: none;
  }
  .accordion input[type="radio"] ~ label {
    display: none;
  }
  .accordion .content .item ul {
    margin: 0;
    padding-left: 34px;
  }
  .accordion .content .item ul li {
    padding-left: 0px;
  }
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menuBurger * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 300;
}
.menuBurger a,
.menuBurger a:visited,
.menuBurger a:hover,
.menuBurger a:active {
  color: inherit;
  text-decoration: none;
}
.outer-menu {
  position: fixed;
  top: 46px;
  left: 0;
  z-index: 10000;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menuBurger {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menuBurger > div {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.75s;
       -o-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menuBurger > div > div {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  -o-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0.5em 1em;
  background: rgba(26, 85, 49, 0.75);
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  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;
}
.outer-menu .hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  height: 2px;
  background: #FEFEFE;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  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;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
  top: 10px;
}
.outer-menu .menuBurger {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
  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;
}
.outer-menu .menuBurger > div {
  width: 200vw;
  height: 200vw;
  color: #FEFEFE;
  background: rgba(108, 132, 108, 0.97);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  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;
}
.outer-menu .menuBurger > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.outer-menu .menuBurger > div > div ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menuBurger > div > div ul > li {
  padding: 0;
  margin: 0.5em;
  font-size: 20px;
  display: block;
}
.outer-menu .menuBurger > div > div ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.outer-menu .menuBurger > div > div ul > li > a:hover {
  color: #e5e5e5;
}
.outer-menu .menuBurger > div > div ul > li > a:hover:after {
  width: 100%;
}
.outer-menu .menuBurger > div > div ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.mobileLogo {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 10;
  padding: 10px;
}
.mobileLogo img {
  height: 20px;
  display: block;
  margin: 0 auto;
}
/* BLOG STUFF */
.spotlightItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 40px 40px 0;
}
.spotlightItems .spotlightItem {
  margin: 0px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spotlightItems .spotlightItem .posted {
  font-size: 14px;
  margin-bottom: 3px;
}
.spotlightItems .spotlightItem .posted .posted-on a,
.spotlightItems .spotlightItem .posted .posted-on a:visited,
.spotlightItems .spotlightItem .posted .posted-on a:link {
  text-decoration: none;
}
.spotlightItems .spotlightItem .posted .posted-on a:hover {
  color: #94a491;
}
.spotlightItems .spotlightItem .posted .posted-on a,
.spotlightItems .spotlightItem .posted .posted-on a:visited,
.spotlightItems .spotlightItem .posted .posted-on a:link {
  text-decoration: none;
}
.spotlightItems .spotlightItem .posted .posted-on a:hover {
  color: #6c846c;
}
.spotlightItems .spotlightItem img {
  width: 100%;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spotlightItems .spotlightItem.spotlightImage {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  margin-right: 40px;
}
.spotlightItems .spotlightItem.spotlightImage .secondaryImage {
  margin-top: 15px;
}
.spotlightItems .spotlightItem.spotlightText {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.spotlightItems .spotlightItem.spotlightText h2 {
  font-size: 24px;
}
.spotlightItems .spotlightItem.spotlightText h2 a,
.spotlightItems .spotlightItem.spotlightText h2 a:visited,
.spotlightItems .spotlightItem.spotlightText h2 a:link {
  text-decoration: none;
}
.spotlightItems .spotlightItem.spotlightText h2 a:hover {
  color: #94a491;
}
.spotlightItems .spotlightItem.spotlightText h2 a,
.spotlightItems .spotlightItem.spotlightText h2 a:visited,
.spotlightItems .spotlightItem.spotlightText h2 a:link {
  text-decoration: none;
}
.spotlightItems .spotlightItem.spotlightText h2 a:hover {
  color: #6c846c;
}
.spotlightItems .spotlightItem.spotlightText .legalBlogTitles {
  margin-top: 0;
  margin-bottom: 3px;
}
.spotlightItems .spotlightItem.spotlightText .entry p {
  margin-bottom: 1em;
  font-size: 16px;
}
@media all and (max-width: 768px) {
  .spotlightItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .spotlightItems .spotlightItem.spotlightImage {
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .spotlightItems .spotlightItem.spotlightText {
    text-align: center;
  }
}
.tags {
  display: inline-block;
  color: #000;
  margin-left: 10px;
  margin-right: 5px;
}
.sidebar h2 {
  font-size: 20px;
  margin-bottom: 8px;
}
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list,
.sidebar ul.wp-block-archives-list.wp-block-archives,
.sidebar ul.wp-block-categories-list.wp-block-categories,
.sidebar ul.postsbycategory.widget_recent_entries {
  margin: 0;
  padding: 0;
  list-style-type: square;
  font-size: 14px;
}
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list li,
.sidebar ul.wp-block-archives-list.wp-block-archives li,
.sidebar ul.wp-block-categories-list.wp-block-categories li,
.sidebar ul.postsbycategory.widget_recent_entries li {
  margin: 0 0 6px 20px;
}
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list li a,
.sidebar ul.wp-block-archives-list.wp-block-archives li a,
.sidebar ul.wp-block-categories-list.wp-block-categories li a,
.sidebar ul.postsbycategory.widget_recent_entries li a,
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list li a:visited,
.sidebar ul.wp-block-archives-list.wp-block-archives li a:visited,
.sidebar ul.wp-block-categories-list.wp-block-categories li a:visited,
.sidebar ul.postsbycategory.widget_recent_entries li a:visited,
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list li a:link,
.sidebar ul.wp-block-archives-list.wp-block-archives li a:link,
.sidebar ul.wp-block-categories-list.wp-block-categories li a:link,
.sidebar ul.postsbycategory.widget_recent_entries li a:link {
  text-decoration: none;
}
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list li a:hover,
.sidebar ul.wp-block-archives-list.wp-block-archives li a:hover,
.sidebar ul.wp-block-categories-list.wp-block-categories li a:hover,
.sidebar ul.postsbycategory.widget_recent_entries li a:hover {
  color: #94a491;
}
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list li a,
.sidebar ul.wp-block-archives-list.wp-block-archives li a,
.sidebar ul.wp-block-categories-list.wp-block-categories li a,
.sidebar ul.postsbycategory.widget_recent_entries li a,
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list li a:visited,
.sidebar ul.wp-block-archives-list.wp-block-archives li a:visited,
.sidebar ul.wp-block-categories-list.wp-block-categories li a:visited,
.sidebar ul.postsbycategory.widget_recent_entries li a:visited,
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list li a:link,
.sidebar ul.wp-block-archives-list.wp-block-archives li a:link,
.sidebar ul.wp-block-categories-list.wp-block-categories li a:link,
.sidebar ul.postsbycategory.widget_recent_entries li a:link {
  text-decoration: none;
}
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list li a:hover,
.sidebar ul.wp-block-archives-list.wp-block-archives li a:hover,
.sidebar ul.wp-block-categories-list.wp-block-categories li a:hover,
.sidebar ul.postsbycategory.widget_recent_entries li a:hover {
  color: #6c846c;
}
body:before {
  display: block;
  color: #fff;
  background-color: rebeccapurple;
  background-color: green;
  padding: 10px;
  text-align: center;
  position: fixed;
  bottom: 33px;
  width: 100%;
  content: 'All (Smallest Up)';
  z-index: 111111111111;
  display: none;
}
#wpadminbar:before {
  content: 'All (Smallest Up)';
  padding-left: 70px;
  float: left;
}
#wpadminbar .menupop .ab-sub-wrapper {
  top: auto;
  bottom: 32px;
}
#wpadminbar {
  bottom: 0;
  top: auto;
  overflow: hidden;
}
html[lang] {
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
.fullHeightTop {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+23 */
  height: 50vh;
  color: #fff;
  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-size: cover !important;
  background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 67%, rgba(255, 255, 255, 0) 100%), url('/wp-content/uploads/2022/12/2.jpg') no-repeat center center scroll;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 67%, rgba(255, 255, 255, 0) 100%), url('/wp-content/uploads/2022/12/2.jpg') no-repeat center center scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.fullHeightTop h1 {
  color: #fff;
  font-size: clamp(30px, 4vw, 70px);
}
.fullHeightTop .heroText {
  text-align: center;
}
.fullHeightTop .heroText .logo {
  max-width: 800px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(3px 3px 1px rgba(255, 255, 255, 0.9));
          filter: drop-shadow(3px 3px 1px rgba(255, 255, 255, 0.9));
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
}
.fullHeightTop .heroText .tag {
  font-size: clamp(16px, 1.5vw, 21px);
}
.fullHeightTop .heroText a.myBtn,
.fullHeightTop .heroText a.myBtn:link,
.fullHeightTop .heroText a.myBtn:visited {
  background-color: #fff;
  opacity: 0.8;
  color: #1a5531 !important;
}
.hero_video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.headerHeightHack {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
ul#menu-primary {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
}
ul#menu-primary a,
ul#menu-primary a:link,
ul#menu-primary a:visited {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0px;
}
ul#menu-primary a:hover {
  color: #94a491;
}
ul#menu-primary > li {
  display: inline-block;
  position: relative;
  margin: 0 24px;
  padding: 0px 0;
  letter-spacing: 1px;
}
ul#menu-primary > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 8px 8px;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  position: absolute;
  top: 100%;
  left: -25%;
  list-style-type: none;
  background-color: #eaede9;
  z-index: 1000;
  width: 150%;
  margin: 0 auto;
  padding: 0;
  font-size: 15px;
}
ul#menu-primary > li > ul.sub-menu > li > a,
ul#menu-primary > li > ul.sub-menu > li a:link,
ul#menu-primary > li > ul.sub-menu > li a:visited {
  padding: 10px 10px;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 400;
  font-size: 0.9em;
}
ul#menu-primary > li > ul.sub-menu > li > a:hover {
  background-color: #6c846c;
  color: #fff;
}
ul#menu-primary > li > ul.sub-menu > li:last-child a {
  border-radius: 0 0 8px 8px;
}
ul#menu-primary > li.menu-item-has-children > a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 900;
  padding-left: 5px;
  color: #aeaeae;
  font-size: 0.8em;
}
ul#menu-primary > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
ul#menu-primary.stuck a,
ul#menu-primary.beta a,
ul#menu-primary.stuck a:link,
ul#menu-primary.beta a:link,
ul#menu-primary.stuck a:visited,
ul#menu-primary.beta a:visited {
  color: #373435;
}
ul#menu-primary.stuck > li.menu-item-has-children > a::after,
ul#menu-primary.beta > li.menu-item-has-children > a::after {
  color: #1a5531;
}
ul#menu-primary.stuck > li.connect a,
ul#menu-primary.beta > li.connect a,
ul#menu-primary.stuck > li.connect a:link,
ul#menu-primary.beta > li.connect a:link,
ul#menu-primary.stuck > li.connect a:visited,
ul#menu-primary.beta > li.connect a:visited {
  background-color: #1a5531;
  color: #fff !important;
}
ul#menu-primary.stuck > li.connect a:hover,
ul#menu-primary.beta > li.connect a:hover {
  background-color: #d1ddd6 !important;
  color: #1a5531 !important;
}
.navSection {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #1a5531;
}
.navSection.stuck {
  padding: 14px 24px;
}
.navSection.stuck .navSectionFlex.unstuckNav {
  display: none;
}
.navSection.stuck .navSectionFlex.stuckNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navSection.stuck .unstuckNavBeta {
  display: none;
}
.navSection .navSectionFlex.stuckNav,
.navSection .navSectionFlex.unstuckNavBeta {
  display: none;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navSection .navSectionFlex.stuckNav .logoSide,
.navSection .navSectionFlex.unstuckNavBeta .logoSide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.navSection .navSectionFlex.stuckNav .logoSide .top-logo,
.navSection .navSectionFlex.unstuckNavBeta .logoSide .top-logo {
  width: 100%;
}
.navSection .navSectionFlex.stuckNav .logoSide .top-logo img,
.navSection .navSectionFlex.unstuckNavBeta .logoSide .top-logo img {
  width: 100%;
}
.navSection .navSectionFlex.stuckNav .logoSide .top-logo #whiteLogo,
.navSection .navSectionFlex.unstuckNavBeta .logoSide .top-logo #whiteLogo {
  display: block;
}
.navSection .navSectionFlex.stuckNav .logoSide .top-logo #colorLogo,
.navSection .navSectionFlex.unstuckNavBeta .logoSide .top-logo #colorLogo {
  display: none;
}
.navSection .navSectionFlex.stuckNav .menu-primary-container,
.navSection .navSectionFlex.unstuckNavBeta .menu-primary-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.navSection .navSectionFlex.unstuckNavBeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navSection.stuck {
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #e8eeea;
}
.navSection.stuck .navSectionFlex .logoSide .top-logo #whiteLogo {
  display: none;
}
.navSection.stuck .navSectionFlex .logoSide .top-logo #colorLogo {
  display: block;
}
.navSection.stuck .navSectionFlex.unstuckNavBeta {
  display: none;
}
.navSection.beta {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #e8eeea;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navSection.beta.stuck {
  padding: 5px 0;
}
footer.site-footer {
  background-color: #303238;
  padding: 40px;
}
footer.site-footer .footerGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
footer.site-footer .footerGrid > .item .nestedFlex {
  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;
  height: 100%;
}
footer.site-footer .footerGrid > .item.disclaimer {
  color: #ccc;
  font-size: 0.7em;
}
footer.site-footer h4 {
  font-size: 20px;
  color: #9da1ad;
  margin: 0 0 18px 0;
  font-weight: 700;
  text-transform: uppercase;
}
.clean-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.widget_contact .contact-info li {
  position: relative;
  padding: 0 0 14px 37%;
  margin: 0 0 15px;
  border-bottom: 1px solid #45474c;
}
.widget_contact .contact-info li .title {
  position: absolute;
  left: 0;
  font-style: italic;
  font-size: 14px;
  color: #9da1ad;
}
.widget_contact .contact-info li p {
  color: #fff;
  margin: 0;
}
.leadIn {
  color: #1a5531;
  font-size: 26px;
  margin-bottom: 0px;
  line-height: 1.3;
  font-weight: 500;
}
.miniContent {
  margin-bottom: 20px;
}
.miniContent .ul {
  margin-left: 0;
  padding-left: 20px;
  margin-top: 10px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.miniContent .ul li {
  margin-bottom: 10px;
}
.imageHundred {
  display: block;
  width: 100%;
}
.threeBoxesGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
}
.threeBoxesGrid > div {
  background-color: #1a5531;
  color: #fff;
  font-size: 0.8em;
  padding: 14px;
}
.threeBoxesGrid > div h3 {
  background-color: #373435;
  color: #94a491;
  font-weight: 600;
  font-size: 22px;
  padding: 14px;
  margin: -14px -14px 20px -14px;
}
.threeBoxesGrid ul,
.threeBoxesGrid ol {
  margin: 0 0 20px 0;
  padding-left: 0;
}
.threeBoxesGrid ul li,
.threeBoxesGrid ol li {
  margin-left: 20px;
  margin-bottom: 10px;
}
.threeBoxesGrid ul li > ul,
.threeBoxesGrid ol li > ul,
.threeBoxesGrid ul li > ol,
.threeBoxesGrid ol li > ol {
  margin-bottom: 0;
  margin-top: 5px;
}
.threeBoxesGrid ul li > ul,
.threeBoxesGrid ol li > ul {
  list-style-type: square;
}
.threeBoxesGrid ul li::marker,
.threeBoxesGrid ol li::marker {
  color: #94a491;
}
input#toggleAnimation.toggle {
  opacity: 0;
  position: absolute;
  left: -99999px;
}
input#toggleAnimation.toggle + label {
  position: absolute;
  bottom: 40px;
  right: 20px ;
  z-index: 8;
  font-size: 0.9em;
  text-transform: lowercase;
  height: 30px;
  line-height: 30px;
  background-color: #ccc;
  padding: 0px 16px;
  border-radius: 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
}
input#toggleAnimation.toggle + label:before,
input#toggleAnimation.toggle + label:hover:before {
  content: ' ';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 46px;
  height: 26px;
  background: #fff;
  z-index: 2;
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  border-radius: 18px;
}
input#toggleAnimation.toggle + label .off,
input#toggleAnimation.toggle + label .on {
  color: #fff;
}
input#toggleAnimation.toggle + label .off {
  margin-left: 46px;
  display: inline-block;
}
input#toggleAnimation.toggle + label .on {
  display: none;
}
input#toggleAnimation.toggle:checked + label .off {
  display: none;
}
input#toggleAnimation.toggle:checked + label .on {
  margin-right: 46px;
  display: inline-block;
}
input#toggleAnimation.toggle:checked + label,
input#toggleAnimation.toggle:focus:checked + label {
  background-color: #1a5531;
}
input#toggleAnimation.toggle:checked + label:before,
input#toggleAnimation.toggle:focus:checked + label:before,
input#toggleAnimation.toggle:checked + label:hover:before,
input#toggleAnimation.toggle:focus:checked + label:hover:before {
  background-position: 0 0;
  top: 2px;
  left: 100%;
  margin-left: -48px;
}
.innerTopImage {
  position: relative;
}
.innerTopImage img {
  display: block;
  width: 100%;
}
.innerTopImage::after {
  color: #fff;
  text-align: center;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.5vw;
  font-size: clamp(28px, 3.5vw, 46px);
}
#main.site-main {
  padding-top: 40px;
}
.footerSn {
  margin-top: 20px;
}
.footerSn a,
.footerSn a:link,
.footerSn a:visited {
  font-size: 36px;
  color: #fff;
  margin-left: 10px;
}
.footerSn a:hover {
  color: #94a491;
}
.midSize {
  margin: 20px auto;
  max-width: 900px;
}
.simpleLists {
  margin-left: 0;
  padding-left: 20px;
  margin-top: 10px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.simpleLists li {
  margin-bottom: 10px;
}
.someBottomMargin {
  margin-bottom: 30px;
}
.someTopMargin {
  margin-top: 30px;
}
.someMoreTopMargin {
  margin-top: 60px;
}
.advantagesGrid {
  max-width: 1300px;
  font-size: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2px;
}
.advantagesGrid .item {
  text-align: center;
  padding: 10px;
  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;
}
.advantagesGrid .item:nth-child(6n + 1),
.advantagesGrid .item:nth-child(6n + 2),
.advantagesGrid .item:nth-child(6n + 3) {
  background-color: #e8eaf1;
}
.advantagesGrid .item:nth-child(6n + 4),
.advantagesGrid .item:nth-child(6n + 5),
.advantagesGrid .item:nth-child(6n + 6) {
  background: #ced2e2;
}
.advantagesGrid .item.header,
.advantagesGrid .item.col1 {
  background-color: #4a66ac;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
}
.advantagesGrid .item.col1:not(.header) {
  text-align: left;
  text-transform: none;
  font-weight: 500;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.advantagesGrid .item.col2:not(.header),
.advantagesGrid .item.col3:not(.header) {
  font-size: 1.2em;
}
.advantagesGrid .item.col2:not(.header) {
  color: #7FAB3A;
}
.advantagesGrid .item.col2:not(.header) .fa-solid {
  color: #7FAB3A;
}
.advantagesGrid .item.col3:not(.header) {
  color: #AB4029;
}
.advantagesGrid .item.col3:not(.header) .fa-solid {
  color: #AB4029;
}
.fa-solid {
  font-size: 2em;
  display: inline-block;
  margin-top: 4px;
}
h2.oldAvadaHeading {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
  color: #1a5531;
}
.memberSn {
  margin-bottom: 10px !important;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.memberSn a:hover {
  color: #94a491;
}
.memberSn .fa-brands {
  font-size: 3em;
}
.thumbWrap .post-thumbnail {
  margin-bottom: 20px;
}
.outer-menu {
  top: 0px;
}
footer a,
footer a:link,
footer a:visited {
  color: #fff;
  font-size: 0.9em;
}
.benefitsGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-gap: 12px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.benefitsGrid .item {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.benefitsGrid .item span {
  background-color: #dcdddc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.benefitsGrid .item span .fa-solid {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1px;
}
.benefitsGrid .item span .fa-solid.fa-check {
  color: #456b1d;
}
.benefitsGrid .item span .fa-solid.fa-x {
  color: #bf0001;
}
.benefitsGrid .item:nth-child(8n+1) span,
.benefitsGrid .item:nth-child(8n+2) span,
.benefitsGrid .item:nth-child(8n+3) span,
.benefitsGrid .item:nth-child(8n+4) span {
  background-color: #c2c3c2;
}
.benefitsGrid .item:nth-child(4n + 1) span {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: left;
  font-size: 0.8em;
}
.benefitsGrid .item.item-1 span,
.benefitsGrid .item.item-3 span {
  background-color: #1a5531;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1em;
  font-weight: bold;
}
.benefitsGrid .item.item-2 span,
.benefitsGrid .item.item-4 span {
  background-color: #757675;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.landingBoxImage {
  margin-bottom: 60px;
}
#intro {
  font-size: 1.2em;
}
#introNew {
  position: relative;
  top: 0;
  left: 0;
  background: #232a34;
  color: #fff;
  /*color: #232a34;
	background: #fff;*/
}
#introNew h2.separator {
  color: #fff;
  line-height: 31px;
  font-weight: 400;
  font-size: 30px;
  padding: 0 0 33px 0;
  text-transform: uppercase;
  position: relative;
}
.bucketGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  gap: 30px;
  text-align: left;
}
.bucketGrid > .item {
  /*
		&:nth-child(even) {
			background-color: tint(@tertiary, 70%);
		}
		
		&:nth-child(odd) {
			background-color: tint(@tertiary, 80%);
		}
		*/
}
.bucketGrid > .item img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.bucketGrid > .item h3 {
  padding: 0;
  margin: 0 0 13px 0;
  font-size: 22px;
  color: #303238;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.bucketGrid > .item .desc {
  margin-bottom: 14px;
}
.cover50 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/wp-content/uploads/2022/12/Rock-Climbers-representing-Partnership.jpg);
}
.cover36 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 36%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/wp-content/uploads/2022/12/Rock-Climbers-representing-Partnership.jpg);
}
.contentSide {
  padding: 60px;
  font-size: 15px;
}
.contentSide .leadInCopy {
  font-size: 18px;
  font-weight: bold;
}
.contentSide p:last-child {
  margin-bottom: 0;
}
h2.separator {
  margin-top: 0;
}
.separator {
  margin-bottom: 32px;
  text-align: center;
  line-height: 31px;
  font-weight: 400;
  padding: 0 0 33px 0;
  text-transform: uppercase;
  position: relative;
}
.separator:before,
.separator:after {
  position: absolute;
  left: 50%;
  width: 170px;
  height: 1px;
  background: #cdcdcd;
  content: '';
  bottom: 0;
  margin-left: 15px;
}
.separator:after {
  margin-left: -185px;
}
.separator span {
  position: relative;
  display: block;
}
.separator span:before {
  position: absolute;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: transparent;
  content: '';
  bottom: -38px;
  margin-left: -6px;
  border-radius: 50%;
  border: 1px #cdcdcd solid;
}
.white {
  color: #fff;
}
.topInnerRock {
  height: 60px;
  background-image: url('/wp-content/uploads/2022/12/3.jpg');
  background-size: cover;
  background-position: center;
}
#heroSection.inner .logo {
  margin: 20px auto 40px auto;
  width: 70%;
  display: block;
  max-width: 560px;
}
.portalBg {
  background-color: #bfc8bd;
  background-color: #5f886f;
}
form.portal {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  margin-top: 20px;
}
form.portal > label {
  display: none;
}
form.portal input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}
form.portal .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
form.portal .message.error {
  color: red;
  font-weight: bold;
}
form.portal button {
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  border: 1px #1a5531 solid;
  background-color: #1a5531;
  color: #fff;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  line-height: 24px;
  font-size: 14px;
  padding: 7px 20px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
  text-align: center;
  border-radius: 18px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
form.portal button:hover {
  color: #1a5531;
  background-color: transparent;
}
form.portal button.alt {
  border: 1px #f1c40f solid;
  background-color: #f1c40f;
  color: #1c2025;
}
form.portal button.alt:hover {
  color: #f1c40f;
  background-color: transparent;
}
form.portal button.smaller {
  padding: 8px;
  font-size: 0.75em;
}
form.portal button:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.oneTeamMember {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 4fr;
  grid-template-columns: 1.5fr 4fr;
  gap: 40px;
  margin-bottom: 80px;
}
.oneTeamMember .item .topStuff {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.oneTeamMember .item .topStuff > p {
  margin-bottom: 0;
}
.oneTeamMember .item h2 {
  margin-top: 0;
  margin-bottom: 2px;
}
.oneTeamMember .item .title {
  font-weight: bold;
  text-transform: uppercase;
}
.oneTeamMember .item .title .theTitle {
  display: inline-block;
  margin-right: 20px;
  border-right: 1px solid #1a5531;
  padding-right: 20px;
}
.oneTeamMember .photoSide img {
  display: block;
  width: 100%;
}
.notch {
  -webkit-clip-path: polygon(0% 0px, /* top left */ 0px 0%, /* top left */ calc(100% - 20px) 0%, /* top right */ 100% 20px, /* top right */ 100% calc(100%), /* bottom right */ calc(100%) 100%, /* bottom right */ 20px 100%, /* bottom left */ 0 calc(100% - 20px) /* bottom left */);
          clip-path: polygon(0% 0px, /* top left */ 0px 0%, /* top left */ calc(100% - 20px) 0%, /* top right */ 100% 20px, /* top right */ 100% calc(100%), /* bottom right */ calc(100%) 100%, /* bottom right */ 20px 100%, /* bottom left */ 0 calc(100% - 20px) /* bottom left */);
}
.inner ul {
  margin: 0 0 30px 0;
  padding-left: 20px;
}
.inner ul li {
  margin-bottom: 8px;
}
#footerMenu {
  color: #ccc;
  font-size: 0.9em;
  margin-top: 30px;
}
#footerMenu ul {
  list-style-type: none;
}
#footerMenu ul li {
  display: inline-block;
}
#footerMenu ul li::after {
  content: " •";
}
#footerMenu ul li:last-child::after {
  display: none;
}
#mobileMenu .whatWeDo > a {
  display: none;
}
form .myForm {
  margin-top: 40px;
}
form .myForm label {
  display: block;
  margin-bottom: 3px;
  font-size: 0.8em;
  text-transform: uppercase;
}
form .myForm input,
form .myForm textarea {
  display: block;
  width: 100%;
  outline: 0;
  background: #f2f2f2;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}
form .myForm input[type="submit"] {
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  border: 1px #1a5531 solid;
  background-color: #1a5531;
  color: #fff;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  line-height: 24px;
  font-size: 14px;
  padding: 7px 20px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
  text-align: center;
  border-radius: 18px;
  max-width: 300px;
  margin: 30px auto 0 auto;
  display: block;
  cursor: pointer;
}
form .myForm input[type="submit"]:hover {
  color: #1a5531;
  background-color: transparent;
}
form .myForm input[type="submit"].alt {
  border: 1px #f1c40f solid;
  background-color: #f1c40f;
  color: #1c2025;
}
form .myForm input[type="submit"].alt:hover {
  color: #f1c40f;
  background-color: transparent;
}
form .myForm input[type="submit"].smaller {
  padding: 8px;
  font-size: 0.75em;
}
.navSection .navSectionFlex.unstuckNavBeta .logoSide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.red {
  color: red;
}
.indentLeft {
  margin-left: 30px;
}
@media all and (min-width: 440px) {
  #wpadminbar:before {
    content: 'Extra Small Up';
  }
}
@media all and (min-width: 576px) {
  #wpadminbar:before {
    content: 'Small Up';
  }
  .myPullQuote {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }
  #topHeaderWrap {
    display: block;
  }
  #mySearch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .formGrid {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
        grid-template-areas: "fname fname lname lname bname bname" "tob tob tob busAddy busAddy busAddy" "city city state state zip zip" "country country phone phone email email" "message message message message message message" ". theSubmit theSubmit theSubmit theSubmit . ";
  }
  .formGrid.formGridSmall {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: "lname phone" "bname email" "message message" "theSubmit theSubmit";
  }
}
@media all and (min-width: 768px) {
  #wpadminbar:before {
    content: 'Medium Up';
  }
  .nav#mainNav {
    position: -webkit-sticky;
    position: sticky;
    margin-top: 0;
  }
  .nav#mainNav .rightSide {
    text-align: right;
  }
  .nav#mainNav .rightSide ul.menu {
    display: block;
  }
  .flexerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tab_content {
    padding: 20px;
    display: none;
  }
  .tab_drawer_heading {
    display: none;
  }
  .myThreeLogos {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  #topHeaderWrap .topHeader > div.contactWrap {
    display: none;
  }
  #topHeaderWrap .topHeader > div.phoneWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    text-align: left;
    display: block;
  }
  #topHeaderWrap .topHeader > div.formWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    display: block;
    text-align: right;
  }
  .memberSn {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .bucketGrid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 992px) {
  #wpadminbar:before {
    content: 'Large Up';
  }
  .visualsFlex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .visualsFlex .gallerySide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin: 0 1% 20px 1%;
  }
  .visualsFlex .videoSide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin: 0 1% 20px 1%;
  }
  .documentBox {
    margin: 0 1% 40px 1%;
  }
  #topHeaderWrap .topHeader > div.contactWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    display: block;
  }
  #topHeaderWrap .topHeader > div.phoneWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    text-align: center;
  }
  #topHeaderWrap .topHeader > div.formWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
  .outer-menu {
    display: none;
  }
  #mainNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bx-wrapper {
    margin-top: -117px;
  }
  #mobileLogoWrap {
    display: none;
  }
  .threeBoxesGrid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0;
  }
  footer.site-footer .footerGrid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  footer.site-footer .footerGrid > .item.disclaimer {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
  }
}
@media all and (min-width: 1240px) {
  #wpadminbar:before {
    content: 'Extra Large Up';
  }
  #topHeaderWrap .topHeader > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3333%;
            flex: 0 1 33.3333%;
  }
  ul#menu-primary a,
  ul#menu-primary a:link,
  ul#menu-primary a:visited {
    padding: 10px 24px;
  }
}
@media all and (min-width: 1500px) {
  #wpadminbar:before {
    content: 'Super Large Up';
  }
}
/*# sourceMappingURL=strata-alliance.css.map */