body{
  box-sizing:border-box;
  font-family: "Inter", sans-serif;
}
header#header1 {
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
  background: #EDEFF0;
}
header#header1 .top {
  background: #DEDEDE;
}
header#header1 .top .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: calc(16px / 2) 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1120px) {
  header#header1 .top .container {
    padding: 0 16px;
  }
}
header#header1 .top .container .menu-top-menu-container {
  margin-left: auto;
}
header#header1 .top .container .menu-top-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
header#header1 .top .container .menu-top-menu-container .menu li {
  display: inline-block;
  padding: calc(16px / 2);
  line-height: 14px;
}
header#header1 .top .container .menu-top-menu-container .menu li:first-of-type {
  padding-left: 0;
}
header#header1 .top .container .menu-top-menu-container .menu li:last-of-type {
  padding-right: 0;
}
header#header1 .top .container a {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header1 .top .container a:hover {
  color: #131515;
}
@media (max-width: 1120px) {
  header#header1 .top {
    display: none;
  }
}
header#header1 .main .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1120px) {
  header#header1 .main .container {
    padding: 0 16px;
  }
}
header#header1 .main .container .logo {
  padding: 16px 0;
}
header#header1 .main .container .logo img {
  display: block;
}
header#header1 .main .container #main-menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#header1 .main .container #main-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
header#header1 .main .container #main-menu .menu li {
  display: inline-block;
  padding: 16px;
  position: relative;
}
header#header1 .main .container #main-menu .menu li:first-of-type {
  padding-left: 0;
}
header#header1 .main .container #main-menu .menu li:last-of-type {
  padding-right: 0;
}
header#header1 .main .container #main-menu .menu li a {
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header1 .main .container #main-menu .menu li a:hover {
  color: #131515;
}
header#header1 .main .container #main-menu .menu li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  background: #EDEFF0;
  padding: calc(16px / 2) 16px;
  width: 100vw;
  max-width: 250px;
  margin-left: calc(0px - 16px);
}
header#header1 .main .container #main-menu .menu li .sub-menu li {
  padding: calc(16px / 2);
  display: block;
}
header#header1 .main .container #main-menu .menu li .sub-menu li a {
  text-transform: none;
  font-size: 18px;
  line-height: 26px;
  display: block;
}
header#header1 .main .container #main-menu .menu li:hover .sub-menu {
  display: block;
}
header#header1 .main .container #main-menu .search {
  position: relative;
}
@media (max-width: 1120px) {
  header#header1 .main .container #main-menu .search {
    display: none;
  }
}
header#header1 .main .container #main-menu .search #searchButton {
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: calc(16px * 2);
}
header#header1 .main .container #main-menu .search #searchform {
  background: #131515;
  position: absolute;
  width: 400px;
  right: 0;
  top: calc(100% + 16px);
  padding: 16px 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header1 .main .container #main-menu .search #searchform div {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1120px) {
  header#header1 .main .container #main-menu .search #searchform div {
    padding: 0 16px;
  }
}
header#header1 .main .container #main-menu .search #searchform div input[type=search] {
  width: 100%;
  background: #FFFFFF url(../img/search.svg) no-repeat 20px 12px;
  border: none;
  padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
  font-size: 17px;
  line-height: 22px;
}
header#header1 .main .container #main-menu .search #searchform div input[type=submit] {
  background: #FFFFFF;
  border: none;
  margin-left: calc(16px / 2);
  padding: calc(16px / 2) 16px;
  text-transform: uppercase;
  cursor: pointer;
}
header#header1 .main .container #main-menu .search #searchform.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1120px) {
  header#header1 .main .container #main-menu {
    display: none;
  }
}
header#header1 #mobile-toggle {
  display: none;
  z-index: 999;
  margin-left: auto;
}
header#header1 #mobile-toggle a {
  position: relative;
  display: block;
  width: 30px;
  height: 26px;
}
header#header1 #mobile-toggle a span {
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 26px;
}
header#header1 #mobile-toggle a span.active {
  visibility: visible;
  opacity: 1;
}
header#header1 #mobile-toggle a span img {
  display: inline-block;
}
@media (max-width: 1120px) {
  header#header1 #mobile-toggle {
    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;
  }
}
header#header1 #mobile-menu {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  left: 0;
  width: calc(340px - calc(16px * 2));
  background: #FFFFFF;
  padding: 16px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: calc(100vh - 100% - calc(16px * 2));
  top: 100%;
  overflow-y: auto;
}
header#header1 #mobile-menu .searchform input[type=submit] {
  display: none;
}
header#header1 #mobile-menu .searchform input[type=search] {
  width: 100%;
  background: #FFFFFF url(../img/search.svg) no-repeat;
  background-position: 20px 10px;
  padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
}
header#header1 #mobile-menu.active {
  visibility: visible;
  opacity: 1;
  z-index: 900;
}
header#header1 #mobile-menu ul {
  padding: 0;
  margin: 16px 0 0;
}
header#header1 #mobile-menu ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#header1 #mobile-menu ul li .sub-menu {
  display: none;
}
header#header1 #mobile-menu ul li.menu-item-has-children::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/chevron.svg) no-repeat center/contain;
  margin-left: auto;
}
header#header1 #mobile-menu ul li a {
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  padding: 16px 0;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-decoration: none;
}
header#header1 #mobile-menu ul li.hidden {
  display: none;
}
header#header1 #mobile-menu ul li.expanded {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}
header#header1 #mobile-menu ul li.expanded::after {
  display: none;
}
header#header1 #mobile-menu ul li.expanded a {
  padding: 16px;
  margin: 0 calc(0px - 16px) calc(0px - 16px);
}
header#header1 #mobile-menu ul li.expanded a::after {
  display: none;
}
header#header1 #mobile-menu ul li.expanded a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/chevron.svg) no-repeat center/contain;
  margin-right: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header#header1 #mobile-menu ul li.expanded .sub-menu {
  display: block;
  width: 100%;
}
header#header1 #mobile-menu ul li.expanded .sub-menu li {
  border-top: none;
}
header#header1 #mobile-menu ul li.expanded .sub-menu li::after {
  display: none;
}
header#header1 #mobile-menu ul li.expanded .sub-menu li a {
  text-transform: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  background: transparent;
  margin: 0;
  border-bottom: none;
}
header#header1 #mobile-menu ul li.expanded .sub-menu li a::before {
  display: none;
}

#alert {
  display: none;
}
#alert.visible {
  display: block;
  background: #131515;
  color: #FFFFFF;
  z-index: 1;
}
#alert .container {
  max-width: 1200px;
  margin: 0 auto;
  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;
  padding: calc(16px / 2) calc(16px * 3) calc(16px / 2) 16px;
  position: relative;
  max-width: calc(1200px - calc(16px * 2));
}
@media (max-width: 1120px) {
  #alert .container {
    padding: 0 16px;
  }
}
#alert .container .copy {
  margin: 0 16px;
}
#alert .container .copy p {
  margin: 0;
  line-height: 28px;
  text-transform: uppercase;
}
#alert .container .copy p a {
  color: #FFFFFF;
  text-transform: none;
}
#alert .container #noticeClose {
  position: absolute;
  right: 0;
  cursor: pointer;
  margin-right: 16px;
}

footer#footer1 {
  background: #FFFFFF;
}
footer#footer1 a {
  color: #000000;
  text-decoration: none;
}
footer#footer1 a:hover {
  text-decoration: underline;
  color: #131515;
}
footer#footer1 .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  footer#footer1 .container {
    padding: 0 16px;
  }
}
footer#footer1 .container h3 {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 calc(16px / 2);
}
footer#footer1 .container .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: calc(16px * 4) 0;
  gap: calc(calc(16px * 4) * 2);
}
@media (max-width: 1120px) {
  footer#footer1 .container .top {
    gap: calc(16px * 4);
  }
}
footer#footer1 .container .top .column {
  width: calc(33.3333% - calc(16px * 4) * 2);
}
@media (max-width: 1120px) {
  footer#footer1 .container .top .column {
    width: 100%;
  }
}
footer#footer1 .container .top p {
  margin: 0;
  line-height: 28px;
}
footer#footer1 .container .top .menu {
  padding: 0;
  margin: 16px 0;
  list-style: none;
}
footer#footer1 .container .top .menu li {
  margin: calc(16px / 2) 0;
}
footer#footer1 .container .top .menu a {
  line-height: 28px;
  color: #000000;
}
footer#footer1 .container .top .menu a:hover {
  color: #131515;
}
footer#footer1 .container .top .right {
  width: 70%;
  max-width: 1000px;
  padding: calc(16px * 2) calc(16px * 3);
}
@media (max-width: 1120px) {
  footer#footer1 .container .top .right {
    width: calc(100% - calc(16px * 3) - calc(16px * 3));
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  footer#footer1 .container .top .right {
    width: calc(100% - calc(16px * 2));
    padding: calc(16px * 2) 16px;
  }
}
footer#footer1 .container .top .right .container .menus {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 78px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1120px) {
  footer#footer1 .container .top .right .container .menus {
    display: none;
  }
}
footer#footer1 .container .top .right .container .menus .column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(25% - 16px);
  margin-right: 16px;
  margin-bottom: calc(16px * 2);
  min-width: 200px;
}
footer#footer1 .container .top .right .container .menus .column h4 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #DEDEDE;
}
footer#footer1 .container .top .right .container .menus .column ul {
  padding: 0;
  list-style: none;
  margin-top: calc(16px * 2);
}
footer#footer1 .container .top .right .container .menus .column ul li {
  margin-bottom: calc(16px / 2);
}
footer#footer1 .container .top .right .container .menus .column ul li a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer#footer1 .container .top .right .container .menus .column ul li a:hover {
  color: #131515;
}
footer#footer1 .container .top .right .container .social a {
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 calc(calc(16px / 2) / 2);
}
footer#footer1 .container .top .right .container .social a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media (max-width: 1120px) {
  footer#footer1 .container .top .right .container .social {
    text-align: center;
  }
  footer#footer1 .container .top .right .container .social a img {
    width: 30px;
    height: 30px;
  }
}
footer#footer1 .container .top .right .container .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(16px * 3);
  font-size: 16px;
}
@media (max-width: 1390px) {
  footer#footer1 .container .top .right .container .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1120px) {
  footer#footer1 .container .top .right .container .copyright {
    margin-top: calc(16px * 2);
  }
}
footer#footer1 .container .top .right .container .copyright .left {
  background: transparent;
  padding: 0;
  width: auto;
  margin-right: calc(16px * 3);
}
@media (max-width: 1390px) {
  footer#footer1 .container .top .right .container .copyright .left {
    margin-bottom: calc(16px / 2);
  }
}
@media (max-width: 1120px) {
  footer#footer1 .container .top .right .container .copyright .left {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
footer#footer1 .container .top .right .container .copyright .right {
  padding: 0;
  width: auto;
}
footer#footer1 .container .top .right .container .copyright .right ul {
  padding: 0;
  margin: 0;
}
footer#footer1 .container .top .right .container .copyright .right ul li {
  list-style: none;
  display: inline-block;
}
footer#footer1 .container .top .right .container .copyright .right ul li:not(:last-of-type) {
  margin-right: 16px;
}
footer#footer1 .container .top .right .container .copyright .right ul li a {
  color: #000000;
  text-decoration: none;
}
footer#footer1 .container .top .right .container .copyright .right ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1120px) {
  footer#footer1 .container .top .right .container .copyright .right ul li {
    display: block;
    text-align: center;
    margin-right: 0 !important;
  }
}
footer#footer1 .container .top .social a {
  display: inline-block;
}
footer#footer1 .container .top .social a svg path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  fill: #131515;
}
footer#footer1 .bottom {
  background: #EDEFF0;
}
footer#footer1 .bottom .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1120px) {
  footer#footer1 .bottom .container {
    padding: 0 16px;
  }
}
footer#footer1 .bottom .container .menu-policy-menu-container {
  margin-left: auto;
}
footer#footer1 .bottom .container .menu-policy-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(16px * 3);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1120px) {
  footer#footer1 .bottom .container .menu-policy-menu-container .menu {
    gap: calc(16px * 2);
    margin: calc(16px * 2) 0;
  }
}
footer#footer1 .bottom .container .menu-policy-menu-container .menu li {
  display: inline-block;
}
footer#footer1 .bottom .container .menu-policy-menu-container .menu li a {
  color: #000000;
}
footer#footer1 .bottom .container .menu-policy-menu-container .menu li a:hover {
  color: #131515;
}
footer#footer1 .bottom .container .copy-disclaimer {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1120px) {
  footer#footer1 .bottom .container .copy-disclaimer {
    margin-bottom: calc(16px * 2);
  }
}

header#header2 {
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
  background: #EDEFF0;
}
header#header2 .top {
  background: #DEDEDE;
}
header#header2 .top .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: calc(16px / 2) 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1120px) {
  header#header2 .top .container {
    padding: 0 16px;
  }
}
header#header2 .top .container .menu-top-menu-container {
  margin-left: auto;
}
header#header2 .top .container .menu-top-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
header#header2 .top .container .menu-top-menu-container .menu li {
  display: inline-block;
  padding: calc(16px / 2);
  line-height: 14px;
}
header#header2 .top .container .menu-top-menu-container .menu li:first-of-type {
  padding-left: 0;
}
header#header2 .top .container .menu-top-menu-container .menu li:last-of-type {
  padding-right: 0;
}
header#header2 .top .container a {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header2 .top .container a:hover {
  color: #131515;
}
@media (max-width: 1120px) {
  header#header2 .top {
    display: none;
  }
}
header#header2 .main {
  padding: 16px 0 0;
}
@media (max-width: 1120px) {
  header#header2 .main {
    padding: calc(16px / 2) 0;
  }
}
header#header2 .main .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1120px) {
  header#header2 .main .container {
    padding: 0 16px;
  }
}
@media (max-width: 1120px) {
  header#header2 .main .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header#header2 .main .container .logo {
  margin: 0 calc(16px * 2) 16px 0;
}
@media (max-width: 1120px) {
  header#header2 .main .container .logo {
    margin: 0 0 0 auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
  }
  header#header2 .main .container .logo img {
    max-width: 130px;
    height: auto;
  }
}
header#header2 .main .container #main-menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  position: unset;
}
header#header2 .main .container #main-menu .mega-menu-wrap {
  position: unset;
  background: transparent;
}
@media (max-width: 1120px) {
  header#header2 .main .container #main-menu .mega-menu-wrap {
    display: none;
  }
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two {
  padding: 0;
  list-style: none;
  position: unset;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li {
  display: inline-block;
  margin: 0 calc(16px * 1.5) !important;
  position: unset;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-current-page-ancestor a.mega-menu-link, header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-current-menu-ancestor:first-of-type a.mega-menu-link {
  font-size: 17px;
  line-height: 28px;
  text-decoration: none;
  padding: 0;
  color: #131515;
  border-bottom: #131515 4px solid;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li a {
  background: transparent !important;
  color: #131515;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  padding: 0 0 calc(16px * 3) !important;
  border-bottom: transparent 4px solid;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li a:hover, header#header2 .main .container #main-menu #mega-menu-main-menu-two li a[aria-expanded=true] {
  border-bottom: #131515 4px solid !important;
  background: transparent;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li a .mega-indicator {
  display: none;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-mobileOnly, header#header2 .main .container #main-menu #mega-menu-main-menu-two li .mega-sub-menu {
  display: none;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on a {
  background: transparent;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on.active .mega-sub-menu {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFFFFF), color-stop(50%, #EDEFF0));
  background: linear-gradient(90deg, #FFFFFF 50%, #EDEFF0 50%);
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-box-shadow: 0px 16px 16px -8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 16px -8px rgba(0, 0, 0, 0.1);
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 calc(16px * 4);
}
@media (max-width: 1120px) {
  header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row {
    padding: 0 16px;
  }
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row.active {
  background: -webkit-gradient(linear, left top, right top, color-stop(68%, #FFFFFF), color-stop(68%, #EDEFF0));
  background: linear-gradient(90deg, #FFFFFF 68%, #EDEFF0 68%);
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
  gap: 150px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li {
  padding: calc(16px * 4) 0;
  margin: 0 !important;
  max-width: 260px;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li .mega-sub-menu {
  display: block;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li {
  padding: 0 !important;
  margin-bottom: 16px !important;
  max-width: 100%;
  cursor: pointer;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li a.mega-menu-link {
  font-size: 20px;
  line-height: 32px;
  color: #131515 !important;
  text-transform: none;
  padding: 0 !important;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li a.mega-menu-link:hover, header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li a.mega-menu-link:focus {
  color: #000000 !important;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a, header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a:hover {
  color: #131515 !important;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a::after, header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a:hover::after {
  content: "";
  display: inline-block;
  background: transparent;
  width: 6px;
  height: 11px;
  margin-left: 0px;
  margin-bottom: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a:hover::after {
  background: url(img/chevron.svg);
  margin-left: 20px;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:last-of-type {
  margin-bottom: 0;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li .mega-sub-menu {
  display: none;
  padding: 0;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a::after, header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.mega-menu-item-has-children a::after {
  content: "";
  display: inline-block;
  background: transparent;
  width: 6px;
  height: 11px;
  margin-left: 0px;
  margin-bottom: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a:hover::after, header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a:focus::after, header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.mega-menu-item-has-children a:hover::after, header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.mega-menu-item-has-children a:focus::after {
  background: url(img/chevron.svg);
  margin-left: 20px;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a {
  color: #131515;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a:hover {
  color: #131515;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta.first {
  border-top: #DEDEDE 1px solid;
  padding-top: 16px !important;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.active a {
  color: #000000;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.active .mega-sub-menu {
  display: block;
  position: absolute;
  left: calc(100% + 150px);
  top: 0;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.active .mega-sub-menu li {
  display: block;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.active .mega-sub-menu li a {
  font-size: 20px;
  line-height: 32px;
  color: #131515;
  text-transform: none;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.active .mega-sub-menu li a:hover {
  color: #000000;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.active .mega-sub-menu li a::after {
  display: none !important;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-menu-flyout .mega-sub-menu {
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: unset;
  padding: 50px;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-menu-flyout .mega-sub-menu li {
  margin: 0 0 calc(16px / 2) !important;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-menu-flyout .mega-sub-menu li:first-of-type {
  margin: 0 0 16px !important;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-menu-flyout .mega-sub-menu li:last-of-type {
  margin: 0 !important;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-menu-flyout .mega-sub-menu li a {
  padding: 0 !important;
  margin: 0;
  color: #131515;
  font-size: 20px;
  line-height: 32px;
  background: transparent;
  border: 0;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-menu-flyout .mega-sub-menu li a:hover {
  background: transparent;
  border: none !important;
  color: #131515;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two .mega-menu-item-type-widget h4.mega-block-title {
  display: none !important;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two .mega-menu-item-type-widget p {
  font-size: 17px;
  line-height: 24px;
  color: #131515;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two .mega-menu-item-type-widget a {
  background: #131515 !important;
  color: #131515 !important;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  padding: calc(16px - 4px) calc(calc(16px * 2) - 4px) !important;
  border-radius: 100px;
  border: #131515 2px solid !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two .mega-menu-item-type-widget a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(img/chevron-dkblue.svg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  margin-left: -6px;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two .mega-menu-item-type-widget a:hover {
  border: #131515 2px solid !important;
  background: transparent !important;
}
header#header2 .main .container #main-menu #mega-menu-main-menu-two .mega-menu-item-type-widget a:hover::after {
  margin-left: 16px;
  width: 6px;
  opacity: 1;
}
header#header2 .main .container #main-menu .search {
  position: relative;
}
@media (max-width: 1120px) {
  header#header2 .main .container #main-menu .search {
    display: none;
  }
}
header#header2 .main .container #main-menu .search #searchButton {
  padding: 16px 16px 24px;
  margin-top: -10px;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header2 .main .container #main-menu .search #searchButton.active {
  background: #FFFFFF;
}
header#header2 .main .container #main-menu .search #searchform {
  position: absolute;
  width: calc(400px - calc(16px * 2));
  right: 0;
  top: 100%;
  background: #FFFFFF;
  padding: 16px 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header2 .main .container #main-menu .search #searchform div {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1120px) {
  header#header2 .main .container #main-menu .search #searchform div {
    padding: 0 16px;
  }
}
header#header2 .main .container #main-menu .search #searchform div input[type=search] {
  width: 100%;
  background: #FFFFFF url(img/search.svg) no-repeat;
  background-position: 20px 10px;
  border: #DEDEDE 1px solid;
  border-radius: 21px;
  padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
  font-size: 17px;
  line-height: 22px;
  color: #DEDEDE;
}
header#header2 .main .container #main-menu .search #searchform div input[type=submit] {
  background: url(img/go.svg);
  width: 42px;
  height: 42px;
  color: transparent;
  border: none;
  margin-left: calc(16px / 2);
  padding: 0;
}
header#header2 .main .container #main-menu .search #searchform.active {
  visibility: visible;
  opacity: 1;
}
header#header2 #mobile-toggle {
  display: none;
  z-index: 999;
  margin-left: auto;
}
header#header2 #mobile-toggle a {
  position: relative;
  display: block;
  width: 30px;
  height: 26px;
}
header#header2 #mobile-toggle a span {
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 26px;
}
header#header2 #mobile-toggle a span.active {
  visibility: visible;
  opacity: 1;
}
header#header2 #mobile-toggle a span img {
  display: inline-block;
}
@media (max-width: 1120px) {
  header#header2 #mobile-toggle {
    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;
  }
}
header#header2 #mobile-menu {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  left: 0;
  width: calc(340px - calc(16px * 2));
  background: #FFFFFF;
  padding: 16px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: calc(100vh - 100% - calc(16px * 2));
  top: 100%;
  overflow-y: auto;
}
header#header2 #mobile-menu .searchform input[type=submit] {
  display: none;
}
header#header2 #mobile-menu .searchform input[type=search] {
  width: 100%;
  background: #FFFFFF url(../img/search.svg) no-repeat;
  background-position: 20px 10px;
  padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
}
header#header2 #mobile-menu.active {
  visibility: visible;
  opacity: 1;
  z-index: 900;
}
header#header2 #mobile-menu ul {
  padding: 0;
  margin: 16px 0 0;
}
header#header2 #mobile-menu ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#header2 #mobile-menu ul li .sub-menu {
  display: none;
}
header#header2 #mobile-menu ul li.menu-item-has-children::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/chevron.svg) no-repeat center/contain;
  margin-left: auto;
}
header#header2 #mobile-menu ul li a {
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  padding: 16px 0;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-decoration: none;
}
header#header2 #mobile-menu ul li.hidden {
  display: none;
}
header#header2 #mobile-menu ul li.expanded {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}
header#header2 #mobile-menu ul li.expanded::after {
  display: none;
}
header#header2 #mobile-menu ul li.expanded a {
  padding: 16px;
  margin: 0 calc(0px - 16px) calc(0px - 16px);
}
header#header2 #mobile-menu ul li.expanded a::after {
  display: none;
}
header#header2 #mobile-menu ul li.expanded a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/chevron.svg) no-repeat center/contain;
  margin-right: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header#header2 #mobile-menu ul li.expanded .sub-menu {
  display: block;
  width: 100%;
}
header#header2 #mobile-menu ul li.expanded .sub-menu li {
  border-top: none;
}
header#header2 #mobile-menu ul li.expanded .sub-menu li::after {
  display: none;
}
header#header2 #mobile-menu ul li.expanded .sub-menu li a {
  text-transform: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  background: transparent;
  margin: 0;
  border-bottom: none;
}
header#header2 #mobile-menu ul li.expanded .sub-menu li a::before {
  display: none;
}

#alert {
  display: none;
}
#alert.visible {
  display: block;
  background: #131515;
  color: #FFFFFF;
  z-index: 1;
}
#alert .container {
  max-width: 1200px;
  margin: 0 auto;
  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;
  padding: calc(16px / 2) calc(16px * 3) calc(16px / 2) 16px;
  position: relative;
  max-width: calc(1200px - calc(16px * 2));
}
@media (max-width: 1120px) {
  #alert .container {
    padding: 0 16px;
  }
}
#alert .container .copy {
  margin: 0 16px;
}
#alert .container .copy p {
  margin: 0;
  line-height: 28px;
  text-transform: uppercase;
}
#alert .container .copy p a {
  color: #FFFFFF;
  text-transform: none;
}
#alert .container #noticeClose {
  position: absolute;
  right: 0;
  cursor: pointer;
  margin-right: 16px;
}

footer#footer2 .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  footer#footer2 .container {
    padding: 0 16px;
  }
}
footer#footer2 .container h3 {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 12px;
}
footer#footer2 .container .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: calc(16px * 4) 0 35px;
  gap: calc(calc(16px * 4));
}
@media (max-width: 1120px) {
  footer#footer2 .container .top {
    gap: calc(16px * 4);
  }
}
footer#footer2 .container .top .column {
  width: calc(25% - calc(16px * 3));
}
@media (max-width: 1120px) {
  footer#footer2 .container .top .column {
    width: 100%;
  }
}
footer#footer2 .container .top p {
  margin: 0;
  line-height: 28px;
}
footer#footer2 .container .top .menu {
  padding: 0;
  margin: 16px 0;
  list-style: none;
}
footer#footer2 .container .top .menu li {
  margin: calc(16px / 2) 0;
}
body footer#footer2 .footer-copy{
  margin-bottom: 35px;
}
body footer#footer2 .footer-copy h3{
  color: #F6F6F6;
  font-size: 16px;
  font-weight: 700;
}
footer#footer2 .footer-copy a,
footer#footer2 .container .top .menu a {
  color: #F6F6F6;
  text-decoration: none;
  font-weight: 400;
}
footer#footer2 .container .top .menu a:hover {
  color: #F6F6F6;
  text-decoration: underline;
}
footer#footer2 .container .top .social a {
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer#footer2 .container .top .social a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
footer#footer2 .container .top .social a svg path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  fill: #131515;
}
@media (max-width: 1120px) {
  footer#footer2 .container .top .social {
    text-align: center;
  }
  footer#footer2 .container .top .social a img {
    width: 30px;
    height: 30px;
  }
}
footer#footer2 .bottom {
  background: #EDEFF0;
  padding-bottom: 30px;
}
footer#footer2 .bottom .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1120px) {
  footer#footer2 .bottom .container {
    padding: 0 16px;
  }
}
footer#footer2 .bottom .container .menu-policy-menu-container {
  margin-left: auto;
}
footer#footer2 .bottom .container .menu-policy-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(16px * 3);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1120px) {
  footer#footer2 .bottom .container .menu-policy-menu-container .menu {
    gap: calc(16px * 2);
    margin: calc(16px * 2) 0;
  }
}
footer#footer2 .bottom .container .menu-policy-menu-container .menu li {
  display: inline-block;
}
footer#footer2 .bottom .container .menu-policy-menu-container .menu li a {
  color: #000000;
}
footer#footer2 .bottom .container .menu-policy-menu-container .menu li a:hover {
  color: #131515;
}
footer#footer2 .bottom .container .copy-disclaimer {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1120px) {
  footer#footer2 .bottom .container .copy-disclaimer {
    margin-bottom: calc(16px * 2);
  }
}

header#header3 {
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
  background: #EDEFF0;
}
header#header3 .top {
  background: #DEDEDE;
}
header#header3 .top .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: calc(16px / 2) 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1120px) {
  header#header3 .top .container {
    padding: 0 16px;
  }
}
header#header3 .top .container .menu-top-menu-container {
  margin-left: auto;
}
header#header3 .top .container .menu-top-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
header#header3 .top .container .menu-top-menu-container .menu li {
  display: inline-block;
  padding: calc(16px / 2);
  line-height: 14px;
}
header#header3 .top .container .menu-top-menu-container .menu li:first-of-type {
  padding-left: 0;
}
header#header3 .top .container .menu-top-menu-container .menu li:last-of-type {
  padding-right: 0;
}
header#header3 .top .container a {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header3 .top .container a:hover {
  color: #131515;
}
@media (max-width: 1120px) {
  header#header3 .top {
    display: none;
  }
}
header#header3 .main {
  padding: 16px 0 0;
}
@media (max-width: 1120px) {
  header#header3 .main {
    padding: calc(16px / 2) 0;
  }
}
header#header3 .main .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1120px) {
  header#header3 .main .container {
    padding: 0 16px;
  }
}
@media (max-width: 1120px) {
  header#header3 .main .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header#header3 .main .container .logo {
  margin: 0 calc(16px * 2) 16px 0;
}
@media (max-width: 1120px) {
  header#header3 .main .container .logo {
    margin: 0 0 0 auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
  }
  header#header3 .main .container .logo img {
    max-width: 130px;
    height: auto;
  }
}
header#header3 .main .container #main-menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  position: unset;
}
header#header3 .main .container #main-menu .mega-menu-wrap {
  position: unset;
  background: transparent;
}
@media (max-width: 1120px) {
  header#header3 .main .container #main-menu .mega-menu-wrap {
    display: none;
  }
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three {
  padding: 0;
  list-style: none;
  position: unset;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li {
  display: inline-block;
  margin: 0 calc(16px * 1.5) !important;
  position: unset;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-current-page-ancestor a.mega-menu-link, header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-current-menu-ancestor:first-of-type a.mega-menu-link {
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  padding: 0;
  color: #131515;
  border-bottom: #131515 4px solid;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li a {
  background: transparent !important;
  color: #131515;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  padding: 0 0 calc(16px * 3) !important;
  border-bottom: transparent 4px solid;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li a:hover, header#header3 .main .container #main-menu #mega-menu-main-menu-three li a[aria-expanded=true] {
  border-bottom: #131515 4px solid !important;
  background: transparent;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li a .mega-indicator {
  display: none;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-mobileOnly {
  display: none;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on a {
  background: transparent;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on.active .mega-sub-menu {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFFFFF), color-stop(50%, #EDEFF0));
  background: linear-gradient(90deg, #FFFFFF 50%, #EDEFF0 50%);
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-box-shadow: 0px 16px 16px -8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 16px -8px rgba(0, 0, 0, 0.1);
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 calc(16px * 4);
}
@media (max-width: 1120px) {
  header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row {
    padding: 0 16px;
  }
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row.active {
  background: -webkit-gradient(linear, left top, right top, color-stop(68%, #FFFFFF), color-stop(68%, #EDEFF0));
  background: linear-gradient(90deg, #FFFFFF 68%, #EDEFF0 68%);
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
  gap: 150px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li {
  padding: calc(16px * 4) 0;
  margin: 0 !important;
  max-width: 260px;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li .mega-sub-menu {
  display: block;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li {
  padding: 0 !important;
  margin-bottom: 16px !important;
  max-width: 100%;
  cursor: pointer;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li a.mega-menu-link {
  font-size: 20px;
  line-height: 32px;
  color: #131515 !important;
  text-transform: none;
  padding: 0 !important;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li a.mega-menu-link:hover, header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li a.mega-menu-link:focus {
  color: #000000 !important;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a, header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a:hover {
  color: #131515 !important;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a::after, header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a:hover::after {
  content: "";
  display: inline-block;
  background: transparent;
  width: 6px;
  height: 11px;
  margin-left: 0px;
  margin-bottom: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a:hover::after {
  background: url(img/chevron.svg);
  margin-left: 20px;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:last-of-type {
  margin-bottom: 0;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li .mega-sub-menu {
  padding: 0;
  display: block;
  margin-top: 20px;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li .mega-sub-menu li {
  margin-bottom: 10px !important;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li .mega-sub-menu li a {
  font-size: 18px;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a::after, header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.mega-menu-item-has-children a::after {
  content: "";
  display: inline-block;
  background: transparent;
  width: 6px;
  height: 11px;
  margin-left: 0px;
  margin-bottom: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a:hover::after, header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a:focus::after, header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.mega-menu-item-has-children a:hover::after, header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.mega-menu-item-has-children a:focus::after {
  background: url(img/chevron.svg);
  margin-left: 20px;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a {
  color: #131515;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a:hover {
  color: #131515;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta.first {
  border-top: #DEDEDE 1px solid;
  padding-top: 16px !important;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three .mega-menu-item-type-widget h4.mega-block-title {
  display: none !important;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three .mega-menu-item-type-widget p {
  font-size: 17px;
  line-height: 24px;
  color: #131515;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three .mega-menu-item-type-widget a {
  background: #131515 !important;
  color: #131515 !important;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  padding: calc(16px - 4px) calc(calc(16px * 2) - 4px) !important;
  border-radius: 100px;
  border: #131515 2px solid !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three .mega-menu-item-type-widget a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(img/chevron-dkblue.svg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  margin-left: -6px;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three .mega-menu-item-type-widget a:hover {
  border: #131515 2px solid !important;
  background: transparent !important;
}
header#header3 .main .container #main-menu #mega-menu-main-menu-three .mega-menu-item-type-widget a:hover::after {
  margin-left: 16px;
  width: 6px;
  opacity: 1;
}
header#header3 .main .container #main-menu .search {
  position: relative;
}
@media (max-width: 1120px) {
  header#header3 .main .container #main-menu .search {
    display: none;
  }
}
header#header3 .main .container #main-menu .search #searchButton {
  padding: 16px 16px 24px;
  margin-top: -10px;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header3 .main .container #main-menu .search #searchButton.active {
  background: #FFFFFF;
}
header#header3 .main .container #main-menu .search #searchform {
  position: absolute;
  width: calc(400px - calc(16px * 2));
  right: 0;
  top: 100%;
  background: #FFFFFF;
  padding: 16px 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header3 .main .container #main-menu .search #searchform div {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1120px) {
  header#header3 .main .container #main-menu .search #searchform div {
    padding: 0 16px;
  }
}
header#header3 .main .container #main-menu .search #searchform div input[type=search] {
  width: 100%;
  background: #FFFFFF url(img/search.svg) no-repeat;
  background-position: 20px 10px;
  border: #DEDEDE 1px solid;
  border-radius: 21px;
  padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
  font-size: 17px;
  line-height: 22px;
  color: #DEDEDE;
}
header#header3 .main .container #main-menu .search #searchform div input[type=submit] {
  background: url(img/go.svg);
  width: 42px;
  height: 42px;
  color: transparent;
  border: none;
  margin-left: calc(16px / 2);
  padding: 0;
}
header#header3 .main .container #main-menu .search #searchform.active {
  visibility: visible;
  opacity: 1;
}
header#header3 #mobile-toggle {
  display: none;
  z-index: 999;
  margin-left: auto;
}
header#header3 #mobile-toggle a {
  position: relative;
  display: block;
  width: 30px;
  height: 26px;
}
header#header3 #mobile-toggle a span {
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 26px;
}
header#header3 #mobile-toggle a span.active {
  visibility: visible;
  opacity: 1;
}
header#header3 #mobile-toggle a span img {
  display: inline-block;
}
@media (max-width: 1120px) {
  header#header3 #mobile-toggle {
    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;
  }
}
header#header3 #mobile-menu {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  left: 0;
  width: calc(340px - calc(16px * 2));
  background: #FFFFFF;
  padding: 16px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: calc(100vh - 100% - calc(16px * 2));
  top: 100%;
  overflow-y: auto;
}
header#header3 #mobile-menu .searchform input[type=submit] {
  display: none;
}
header#header3 #mobile-menu .searchform input[type=search] {
  width: 100%;
  background: #FFFFFF url(../img/search.svg) no-repeat;
  background-position: 20px 10px;
  padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
}
header#header3 #mobile-menu.active {
  visibility: visible;
  opacity: 1;
  z-index: 900;
}
header#header3 #mobile-menu ul {
  padding: 0;
  margin: 16px 0 0;
}
header#header3 #mobile-menu ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#header3 #mobile-menu ul li .sub-menu {
  display: none;
}
header#header3 #mobile-menu ul li.menu-item-has-children::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/chevron.svg) no-repeat center/contain;
  margin-left: auto;
}
header#header3 #mobile-menu ul li a {
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  padding: 16px 0;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-decoration: none;
}
header#header3 #mobile-menu ul li.hidden {
  display: none;
}
header#header3 #mobile-menu ul li.expanded {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}
header#header3 #mobile-menu ul li.expanded::after {
  display: none;
}
header#header3 #mobile-menu ul li.expanded a {
  padding: 16px;
  margin: 0 calc(0px - 16px) calc(0px - 16px);
}
header#header3 #mobile-menu ul li.expanded a::after {
  display: none;
}
header#header3 #mobile-menu ul li.expanded a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/chevron.svg) no-repeat center/contain;
  margin-right: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header#header3 #mobile-menu ul li.expanded .sub-menu {
  display: block;
  width: 100%;
}
header#header3 #mobile-menu ul li.expanded .sub-menu li {
  border-top: none;
}
header#header3 #mobile-menu ul li.expanded .sub-menu li::after {
  display: none;
}
header#header3 #mobile-menu ul li.expanded .sub-menu li a {
  text-transform: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  background: transparent;
  margin: 0;
  border-bottom: none;
}
header#header3 #mobile-menu ul li.expanded .sub-menu li a::before {
  display: none;
}

#alert {
  display: none;
}
#alert.visible {
  display: block;
  background: #131515;
  color: #FFFFFF;
  z-index: 1;
}
#alert .container {
  max-width: 1200px;
  margin: 0 auto;
  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;
  padding: calc(16px / 2) calc(16px * 3) calc(16px / 2) 16px;
  position: relative;
  max-width: calc(1200px - calc(16px * 2));
}
@media (max-width: 1120px) {
  #alert .container {
    padding: 0 16px;
  }
}
#alert .container .copy {
  margin: 0 16px;
}
#alert .container .copy p {
  margin: 0;
  line-height: 28px;
  text-transform: uppercase;
}
#alert .container .copy p a {
  color: #FFFFFF;
  text-transform: none;
}
#alert .container #noticeClose {
  position: absolute;
  right: 0;
  cursor: pointer;
  margin-right: 16px;
}

footer#footer3 {
  background: #FFFFFF;
}
footer#footer3 a {
  color: #000000;
  text-decoration: none;
}
footer#footer3 a:hover {
  text-decoration: underline;
  color: #131515;
}
footer#footer3 .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  footer#footer3 .container {
    padding: 0 16px;
  }
}
footer#footer3 .container h3 {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 calc(16px / 2);
}
footer#footer3 .container .top {
  padding: 0 16px;
  width: 100%;
  margin-left: calc(0px - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1120px) {
  footer#footer3 .container .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer#footer3 .container .top .left {
  width: calc(30% - calc(16px * 2));
  padding: calc(16px * 3) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: transparent;
}
@media (max-width: 1120px) {
  footer#footer3 .container .top .left {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
footer#footer3 .container .top .left h5 {
  color: #131515;
  margin-bottom: 16px;
}
footer#footer3 .container .top .left img {
  max-width: 450px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  footer#footer3 .container .top .left img {
    max-width: 100%;
  }
}
footer#footer3 .container .top .left a {
  display: inline-block;
  text-decoration: none;
  color: #131515;
  font-size: 16px;
}
footer#footer3 .container .top .left a::after {
  content: "";
  width: 13px;
  height: 9px;
  background: url(../img/chevron.svg);
  background-size: cover;
  background-position: center;
  display: inline-block;
  margin-left: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer#footer3 .container .top .left a:hover::after {
  margin-left: calc(16px / 2);
}
footer#footer3 .container .top .left .container {
  width: 100%;
  max-width: 450px;
  height: calc(100% - calc(16px * 2));
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media (max-width: 1120px) {
  footer#footer3 .container .top .left .container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
footer#footer3 .container .top .right {
  width: 70%;
  max-width: 1000px;
  padding: calc(16px * 2) calc(16px * 3);
}
@media (max-width: 1120px) {
  footer#footer3 .container .top .right {
    width: calc(100% - calc(16px * 3) - calc(16px * 3));
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  footer#footer3 .container .top .right {
    width: calc(100% - calc(16px * 2));
    padding: calc(16px * 2) 16px;
  }
}
footer#footer3 .container .top .right .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1120px) {
  footer#footer3 .container .top .right .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer#footer3 .container .top .right .container .menus {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 78px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1120px) {
  footer#footer3 .container .top .right .container .menus {
    display: none;
  }
}
footer#footer3 .container .top .right .container .menus .column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(25% - calc(16px / 2) * 1.5);
  margin-bottom: calc(16px * 2);
}
footer#footer3 .container .top .right .container .menus .column h4 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #DEDEDE;
}
footer#footer3 .container .top .right .container .menus .column ul {
  padding: 0;
  list-style: none;
  margin-top: calc(16px * 2);
}
footer#footer3 .container .top .right .container .menus .column ul li {
  margin-bottom: calc(16px / 2);
}
footer#footer3 .container .top .right .container .menus .column ul li a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer#footer3 .container .top .right .container .menus .column ul li a:hover {
  color: #131515;
}
footer#footer3 .container .top .right .container .social {
  margin-right: 16px;
}
footer#footer3 .container .top .right .container .social a {
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 calc(calc(16px / 2) / 2);
}
footer#footer3 .container .top .right .container .social a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media (max-width: 1120px) {
  footer#footer3 .container .top .right .container .social {
    text-align: center;
  }
  footer#footer3 .container .top .right .container .social a img {
    width: 30px;
    height: 30px;
  }
}
footer#footer3 .container .top .right .container .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-left: auto;
}
@media (max-width: 1390px) {
  footer#footer3 .container .top .right .container .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
@media (max-width: 1120px) {
  footer#footer3 .container .top .right .container .copyright {
    margin-top: calc(16px * 2);
  }
}
footer#footer3 .container .top .right .container .copyright .left {
  background: transparent;
  padding: 0;
  width: auto;
  margin-right: calc(16px * 3);
}
@media (max-width: 1120px) {
  footer#footer3 .container .top .right .container .copyright .left {
    margin: 0 0 calc(16px / 2) 0;
  }
}
footer#footer3 .container .top .right .container .copyright .right {
  padding: 0;
  width: auto;
}
footer#footer3 .container .top .right .container .copyright .right ul {
  padding: 0;
  margin: 0;
}
footer#footer3 .container .top .right .container .copyright .right ul li {
  list-style: none;
  display: inline-block;
}
footer#footer3 .container .top .right .container .copyright .right ul li:not(:last-of-type) {
  margin-right: 16px;
}
footer#footer3 .container .top .right .container .copyright .right ul li a {
  color: #000000;
  text-decoration: none;
}
footer#footer3 .container .top .right .container .copyright .right ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1120px) {
  footer#footer3 .container .top .right .container .copyright .right ul li {
    display: block;
    text-align: center;
    margin-right: 0 !important;
  }
}
footer#footer3 .bottom {
  background: #EDEFF0;
}
footer#footer3 .bottom .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1120px) {
  footer#footer3 .bottom .container {
    padding: 0 16px;
  }
}
footer#footer3 .bottom .container .menu-policy-menu-container {
  margin-left: auto;
}
footer#footer3 .bottom .container .menu-policy-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(16px * 3);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1120px) {
  footer#footer3 .bottom .container .menu-policy-menu-container .menu {
    gap: calc(16px * 2);
    margin: calc(16px * 2) 0;
  }
}
footer#footer3 .bottom .container .menu-policy-menu-container .menu li {
  display: inline-block;
}
footer#footer3 .bottom .container .menu-policy-menu-container .menu li a {
  color: #000000;
}
footer#footer3 .bottom .container .menu-policy-menu-container .menu li a:hover {
  color: #131515;
}
footer#footer3 .bottom .container .copy-disclaimer {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1120px) {
  footer#footer3 .bottom .container .copy-disclaimer {
    margin-bottom: calc(16px * 2);
  }
}

footer#footer4 {
  background: #FFFFFF;
}
footer#footer4 a {
  color: #000000;
  text-decoration: none;
}
footer#footer4 a:hover {
  text-decoration: underline;
  color: #131515;
}
footer#footer4 .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  footer#footer4 .container {
    padding: 0 16px;
  }
}
footer#footer4 .container h3 {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 calc(16px / 2);
}
footer#footer4 .container .top {
  width: 100%;
  padding: calc(16px * 3) 0;
}
footer#footer4 .container .top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(16px * 3);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer#footer4 .container .top .container .column:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer#footer4 .container .top .container ul {
  list-style: none;
}
footer#footer4 .bottom {
  background: #EDEFF0;
}
footer#footer4 .bottom .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1120px) {
  footer#footer4 .bottom .container {
    padding: 0 16px;
  }
}
footer#footer4 .bottom .container .menu-policy-menu-container {
  margin-left: auto;
}
footer#footer4 .bottom .container .menu-policy-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(16px * 3);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1120px) {
  footer#footer4 .bottom .container .menu-policy-menu-container .menu {
    gap: calc(16px * 2);
    margin: calc(16px * 2) 0;
  }
}
footer#footer4 .bottom .container .menu-policy-menu-container .menu li {
  display: inline-block;
}
footer#footer4 .bottom .container .menu-policy-menu-container .menu li a {
  color: #000000;
}
footer#footer4 .bottom .container .menu-policy-menu-container .menu li a:hover {
  color: #131515;
}
footer#footer4 .bottom .container .copy-disclaimer {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1120px) {
  footer#footer4 .bottom .container .copy-disclaimer {
    margin-bottom: calc(16px * 2);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.hero {
  padding: calc(16px * 4) 0;
}
.hero .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(16px * 4);
}
@media (max-width: 1120px) {
  .hero .container {
    padding: 0 16px;
  }
}
@media (max-width: 1120px) {
  .hero .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(16px * 2);
  }
  .hero .container .left, .hero .container .right {
    width: 100%;
    text-align: center;
  }
}

.general {
  padding: calc(16px * 4) 0;
}
.general .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(16px * 2);
}
.general .container.flip-mobile{
  flex-direction: column-reverse;
}
@media (max-width: 1120px) {
  .general .container {
    padding: 0 16px;
  }
}
.general .container .column {
  width: 100%;
}
.general .container .column .module:not(:last-of-type) {
  margin-bottom: 16px;
}
.general .container .column img, .general .container .column iframe {
  max-width: 100%;
}
.general .container.halves .column {
  width: calc(50% - 16px);
}
@media (max-width: 600px) {
  .general .container.halves .column {
    width: 100% !important;
  }
}
.general .container.smallleft .column:first-of-type {
  width: calc(40% - 16px);
}
.general .container.smallleft .column:last-of-type {
  width: calc(60% - 16px);
}
@media (max-width: 600px) {
  .general .container.smallleft .column {
    width: 100% !important;
  }
}
.general .container.smallright .column:first-of-type {
  width: calc(60% - 16px);
}
.general .container.smallright .column:last-of-type {
  width: calc(40% - 16px);
}
@media (max-width: 600px) {
  .general .container.smallright .column {
    width: 100% !important;
  }
}
.general .container.thirds .column {
  width: calc(33.3333% - 16px * 1.3333);
}
@media (max-width: 600px) {
  .general .container.thirds .column {
    width: 100%;
  }
}
.general .container.fourths .column {
  width: calc(25% - 16px - calc(16px / 2));
}
@media (max-width: 1120px) {
  .general .container.fourths .column {
    width: calc(50% - 16px);
  }
}
@media (max-width: 600px) {
  .general .container.fourths .column {
    width: 100%;
  }
}
.general.small .container {
  max-width: 1050px;
}

.posts {
  padding: calc(16px * 4) 0;
}
.posts .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1050px;
}
@media (max-width: 1120px) {
  .posts .container {
    padding: 0 16px;
  }
}
.posts .container h2 {
  margin: 0;
  max-width: 650px;
}
.posts .container .viewall {
  color: #131515;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 34px;
  margin-left: auto;
  display: inline-block;
  margin-top: calc(16px * 1.5);
}
.posts .container .viewall:hover {
  text-decoration: underline;
}
.posts .container .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(16px * 3);
  margin-top: calc(16px * 1.5);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.posts .container .columns .post {
  width: calc(33.3333% - calc(16px * 2));
  max-width: 320px;
  background: #FFFFFF;
  text-decoration: none;
  color: #000000;
}
.posts .container .columns .post .thumbnail {
  max-width: 320px;
  height: 160px;
  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;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.posts .container .columns .post .thumbnail img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.posts .container .columns .post .content {
  padding: calc(16px * 2);
}
.posts .container .columns .post .content h4 {
  margin: 0 0 16px;
}
.posts .container .columns .post .content .date {
  margin-bottom: 16px;
}
.posts .container .columns .post:hover .thumbnail {
  border-color: #131515;
}
.posts .container .columns .post:hover .thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 1120px) {
  .posts .container .columns .post {
    width: calc(50% - calc(16px * 2)) !important;
    max-width: 100%;
  }
  .posts .container .columns .post .thumbnail {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .posts .container .columns .post {
    width: 100% !important;
  }
}
.posts.notop {
  padding-top: 0;
}
.posts.nobottom {
  padding-bottom: 0;
}
.posts.noposts {
  margin-bottom: calc(16px * 4) !important;
}

.accordion {
  padding: calc(16px * 4) 0;
}
.accordion .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .accordion .container {
    padding: 0 16px;
  }
}
.accordion .container .accordionItems .accordionItem {
  background: #FFFFFF;
  margin-bottom: calc(16px * 1.5);
}
.accordion .container .accordionItems .accordionItem .accordionTitle {
  font-size: 20px;
  line-height: 28px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accordion .container .accordionItems .accordionItem .accordionTitle:hover {
  color: #131515;
}
.accordion .container .accordionItems .accordionItem .accordionTitle::before {
  content: "";
  display: inline-block;
  background: url(../img/plus.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accordion .container .accordionItems .accordionItem .accordionTitle.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accordion .container .accordionItems .accordionItem .accordionTitle.active::before {
  background: url(../img/minus.svg) no-repeat center/contain;
}
.accordion .container .accordionItems .accordionItem .accordionCopy {
  display: none;
  padding: 16px 16px 16px calc(calc(16px * 2) + 25px);
}
.accordion .container .accordionItems .accordionItem .accordionCopy p:first-of-type {
  margin-top: 0;
}
.accordion .container .accordionItems .accordionItem .accordionCopy ::marker {
  color: #131515;
}

.testimonial {
  max-width: 100% !important;
  overflow: hidden;
  padding: calc(16px * 4) 0;
}
.testimonial .container {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1050px;
}
@media (max-width: 1120px) {
  .testimonial .container {
    padding: 0 16px;
  }
}
.testimonial.single .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  gap: calc(16px * 3);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial.single .container .image {
  width: 33%;
}
.testimonial.single .container .image img {
  display: block;
}
.testimonial.single .container .content {
  padding: calc(16px * 3) 0;
  width: 66%;
}
.testimonial.single .container .content blockquote {
  font-size: 24px;
  font-style: italic;
  color: #000000;
  line-height: 38px;
  padding: 0;
  margin: 0;
  display: block;
}
.testimonial.single .container .content blockquote::before {
  content: "";
  display: block;
  background: url(../img/quote.svg) no-repeat center/contain;
  width: 50px;
  height: 36px;
  margin-bottom: 16px;
}
.testimonial.single .container .content .author {
  display: inline-block;
  margin-top: 16px;
}
.testimonial.single .container .content .author p {
  margin: 4px 0;
}
.testimonial.single .container .content .author a {
  color: #131515;
  text-decoration: none;
}
.testimonial.single .container .content .author a:hover {
  text-decoration: underline;
}
@media (max-width: 1120px) {
  .testimonial.single .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonial.single .container .image {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
  }
  .testimonial.single .container .content {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.testimonial.multi .slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 900px;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.testimonial.multi .slide .image {
  width: 33%;
}
.testimonial.multi .slide .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.testimonial.multi .slide .content {
  padding: calc(16px * 3) 0;
  width: 66%;
}
.testimonial.multi .slide .content blockquote {
  font-size: 24px;
  font-style: italic;
  color: #000000;
  line-height: 38px;
  padding: 0;
  margin: 0;
  display: block;
}
.testimonial.multi .slide .content blockquote::before {
  content: "";
  display: block;
  background: url(../img/quote.svg) no-repeat center/contain;
  width: 50px;
  height: 36px;
  margin-bottom: 16px;
}
.testimonial.multi .slide .content .author {
  display: inline-block;
  margin-top: 16px;
}
.testimonial.multi .slide .content .author p {
  margin: 4px 0;
}
.testimonial.multi .slide .content .author a {
  color: #131515;
  text-decoration: none;
}
.testimonial.multi .slide .content .author a:hover {
  text-decoration: underline;
}
@media (max-width: 1120px) {
  .testimonial.multi .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .testimonial.multi .slide .image {
    width: 100%;
  }
  .testimonial.multi .slide .image img {
    margin: 0 auto;
  }
  .testimonial.multi .slide .content {
    width: 100%;
  }
}
.testimonial.multi .testimonialSlider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial.multi .testimonialSlider .slick-list {
  max-width: calc(100% - 92px);
}
.testimonial.multi .testimonialSlider .slick-slide {
  z-index: 900 !important;
}

.cards {
  padding: calc(16px * 4) 0;
}
.cards .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  gap: calc(16px * 3);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1120px) {
  .cards .container {
    padding: 0 16px;
  }
}
.cards .container .intro {
  width: 100%;
}
.cards .container h2 {
  width: 100%;
  margin: 0;
}
.cards .container .card {
  background: #FFFFFF;
  width: calc(33.33333% - calc(16px * 2));
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #000000;
  position: relative;
  border-radius: 20px;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.10);
  width: 100%;
}
.cards .container .card.no-image{
  border-radius: 0;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
  background: transparent;
}
.cards .container .card.first {
  background: #131515;
  color: #FFFFFF;
  padding: calc(16px * 2) 0 calc(16px * 3);
}
.cards .container .card.first *:not(a.button):not(a.button span) {
  margin: 0 0 16px 0;
  padding: 0 calc(16px * 2);
}
.cards .container .card.last {
  background: #EDEFF0;
  padding: calc(16px * 2) 0 calc(16px * 3);
}
.cards .container .card.last *:not(a.button):not(a.button span) {
  margin: 0 0 16px 0;
  padding: 0 calc(16px * 2);
}
.cards .container .card .featured {
  position: absolute;
  bottom: 100%;
  right: 0;
  background: #131515;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
  padding: 0 16px 0 calc(16px * 1.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cards .container .card .featured::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url(../img/star.svg) no-repeat center/contain;
  margin-right: calc(16px / 2);
}
.cards .container .card .image {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; 
}
.cards .container .card .image img {
  min-height: 100%;
  width: auto;
}
.cards .container .card .content {
  padding: calc(16px * 2) calc(16px * 2) calc(16px * 3);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cards .container .card .content h4 {
  margin: 0;
  color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 20px;
}
.cards .container .card .content p {
  margin-bottom: 0;
}
.cards .container .card .content span {
  display: inline-block;
  margin-top: auto;
  padding-top: calc(16px * 2);
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}
.cards .container .card .content span::after {
  content: "";
  display: inline-block;
  background: url(../img/arrow-right.svg) no-repeat right/cover;
  width: 20px;
  height: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: calc(16px / 2);
}
@media (max-width: 1120px) {
  .cards .container .card {
    width: calc(50% - calc(16px * 1.5));
    min-width: calc(50% - calc(16px * 1.5));
  }
}
@media (max-width: 600px) {
  .cards .container .card {
    width: 100%;
  }
}
.cards .container a:hover h4 {
  color: #131515 !important;
}
.cards .container a:hover span::after {
  width: 31px !important;
}
.cards.stretch .card {
  width: calc(50% - calc(16px * 1.5));
}
.cards.stretch .card .image {
  min-height: 117px;
}
.cards.stretch .card.last {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cards.stretch .card.last * {
  width: 100%;
  max-width: 300px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cards.stretch .card.last .button {
  margin: calc(16px * 2) 0 0 !important;
  width: auto !important;
}
.cards.stretch .card.last ul, .cards.stretch .card.last ol {
  padding-left: 20px;
}
.cards.stretch .card.last *:not(.button) {
  max-width: calc(100% - calc(16px * 4));
  padding: 0;
}
@media (max-width: 600px) {
  .cards.stretch .card {
    width: calc(100% - calc(16px * 1.5));
  }
}
.cards .image.noimage {
  min-height: 0px !important;
}
.cards.bg .container {
  gap: calc(16px * 3) 0;
}
.cards.bg .container h2 {
  margin-bottom: calc(16px * 2);
}
.cards.bg .container .card {
  background-size: cover;
  background-position: center;
  width: 33.3333%;
}
.cards.bg .container .card .content {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0.3)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
  min-height: calc(270px - calc(16px * 4));
  padding: calc(16px * 2);
}
.cards.bg .container .card .content h4 {
  color: #FFFFFF;
  margin-top: auto;
  margin-bottom: 16px;
}
.cards.bg .container .card .content h4::after {
  opacity: 0;
  content: "";
  display: inline-block;
  background: url(../img/arrow-right.svg) no-repeat right/cover;
  width: 20px;
  height: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: calc(16px / 2);
}
.cards.bg .container .card .image {
  display: none;
}
@media (max-width: 1120px) {
  .cards.bg .container .card {
    width: 100%;
  }
}
.cards.bg .container a:hover .content h4::after {
  margin-left: 16px;
  opacity: 1;
}

.image-highlight {
  padding: calc(16px * 3) calc(16px * 1.5);
}
.image-highlight .intro {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1050px;
  padding: 0 0 calc(16px * 2);
}
@media (max-width: 1120px) {
  .image-highlight .intro {
    padding: 0 16px;
  }
}
.image-highlight.notop {
  padding-top: 0;
}
.image-highlight.nobottom {
  padding-bottom: 0;
}
.image-highlight .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  text-decoration: none;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-highlight .post:not(:last-child) {
  margin-bottom: calc(16px * 4);
}
.image-highlight .post .thumbnail {
  min-width: 240px;
  width: 240px;
  height: 240px;
  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;
  margin-right: calc(16px * 4);
}
.image-highlight .post .thumbnail img {
  max-height: 100%;
  height: 100%;
  width: auto;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.image-highlight .post .content {
  width: 100%;
}
.image-highlight .post .content h3 {
  margin: 0 0 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.image-highlight .post .content p {
  margin: 0 0 calc(16px * 2);
}
.image-highlight .post .content .readMore {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  border:1px solid #367640;
  font-weight: 800;
  margin-top: 20px;
}
.image-highlight .post .content .readMore:hover {
  color: #367640;
  background-color: #fff;
}
.image-highlight .post:not(.hasthumb) p {
  font-size: 20px;
  line-height: 26px;
}
.image-highlight .post:hover h3 {
  color: #131515;
}
.image-highlight .post:hover .readMore::after {
  width: 24px;
}
@media (max-width: 1120px) {
  .image-highlight .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(16px * 1.5);
  }
}

.form {
  padding: calc(16px * 4) 0;
}
.form .container {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 600px;
}
@media (max-width: 1120px) {
  .form .container {
    padding: 0 16px;
  }
}
.form .container .intro {
  width: 100%;
  margin-bottom: calc(16px * 3);
}
.form.withside .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1050px;
  gap: calc(16px * 2) 180px;
}
.form.withside .container .gForm {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form.withside .container .sidebar {
  width: 350px;
  margin-left: auto;
}
.form.withside .container .sidebar .block {
  background: #131515;
  color: #FFFFFF;
  padding: 16px calc(16px * 3);
  margin-bottom: calc(16px * 2);
}
.form.withside .container .sidebar .block h1, .form.withside .container .sidebar .block h2, .form.withside .container .sidebar .block h3, .form.withside .container .sidebar .block h4, .form.withside .container .sidebar .block h5, .form.withside .container .sidebar .block h6 {
  margin: 16px 0;
}
@media (max-width: 1120px) {
  .form.withside .container {
    gap: calc(16px * 4);
  }
}
@media (max-width: 800px) {
  .form.withside .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form.withside .container .sidebar {
    width: 100%;
  }
}

.gform_wrapper.gravity-theme input[type=radio], .gform_wrapper.gravity-theme input[type=checkbox] {
  display: none;
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice label, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice label::before, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: -3px;
  margin-right: calc(16px / 2);
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice input[type=radio]:checked + label::before, .gform_wrapper.gravity-theme .gfield_radio .gchoice input[type=checkbox]:checked + label::before, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=radio]:checked + label::before, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=checkbox]:checked + label::before {
  background: #131515;
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice label::before {
  border-radius: 100%;
}
.gform_wrapper.gravity-theme .gfield_label {
  color: #000000;
  font-size: 18px !important;
  line-height: 26px;
  text-transform: uppercase;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: #000000;
  font-size: 18px !important;
  padding-left: 0px;
}
.gform_wrapper.gravity-theme .gfield:not(:last-child), .gform_wrapper.gravity-theme fieldset:not(:last-child) {
  margin-bottom: 16px;
}
.gform_wrapper.gravity-theme .gform_footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gform_wrapper.gravity-theme .button {
  background: #DEDEDE;
  font-size: 16px;
  line-height: 22px;
  border-color: #131515;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .button::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../img/chevron.svg) no-repeat center/contain;
  margin-left: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gform_wrapper.gravity-theme .button:hover {
  border-color: #131515;
  color: #131515;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  border-color: #E3405F;
  background-color: #FFFFFF;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #E3405F;
  text-transform: none;
  font-size: 16px;
}
.gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error .gfield_required, .gform_wrapper.gravity-theme .gfield_error .validation_message {
  color: #E3405F;
}
.gform_wrapper.gravity-theme .gfield_error input, .gform_wrapper.gravity-theme .gfield_error textarea {
  border-color: #E3405F;
}
.gform_wrapper.gravity-theme .gfield_error .validation_message {
  border: none;
  padding: 0;
  background: transparent;
}

input[type=text], input[type=email], input[type=tel], textarea, select {
  border: #707070 1px solid;
  padding: calc(16px - 5px) calc(16px * 1.5) !important;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
input[type=text]:focus, input[type=text]:focus-visible, input[type=email]:focus, input[type=email]:focus-visible, input[type=tel]:focus, input[type=tel]:focus-visible, textarea:focus, textarea:focus-visible, select:focus, select:focus-visible {
  border-color: #000000;
  outline: none;
}

.newsletter {
  padding: calc(16px * 4) 0;
}
.newsletter .container {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1120px) {
  .newsletter .container {
    padding: 0 16px;
  }
}
.newsletter .container .left, .newsletter .container .right {
  width: 50%;
}
@media (max-width: 1120px) {
  .newsletter .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(16px * 2);
  }
  .newsletter .container .left, .newsletter .container .right {
    width: 100%;
  }
}

form#gform_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
form#gform_1 .gform_body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
form#gform_1 .gform_footer {
  padding: 0;
}
form#gform_1 .gfield_required {
  display: none;
}
form#gform_1 .button {
  margin-bottom: 0;
  height: 50px;
  width: 50px;
  text-indent: -9999px;
  padding: 0;
  background: #FFFFFF url(../img/arrow-right-large.svg) no-repeat center/19px;
  margin-left: 16px;
  border: #707070 1px solid;
}

section.cta:not(.hero) {
  padding: calc(16px * 4) 0;
}
section.cta:not(.hero) .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(calc(16px * 4) * 2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1120px) {
  section.cta:not(.hero) .container {
    padding: 0 16px;
  }
}
section.cta:not(.hero) .container .left, section.cta:not(.hero) .container .right {
  width: 50%;
}
section.cta:not(.hero) .container .left {
  max-width: 470px;
}
section.cta:not(.hero) .container .left h2 {
  margin-top: 0;
}
section.cta:not(.hero) .container .left p {
  line-height: 26px;
}
section.cta:not(.hero) .container .left .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(16px * 2);
  gap: calc(16px * 1.5);
}
section.cta:not(.hero) .container .left.noimage {
  max-width: 100%;
  text-align: center;
  width: 100%;
}
section.cta:not(.hero) .container .left.noimage .buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.cta:not(.hero) .container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 50%;
  margin-left: auto;
}
section.cta:not(.hero) .container .right img {
  width: 100%;
  height: auto;
}
@media (max-width: 1120px) {
  section.cta:not(.hero) .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  section.cta:not(.hero) .container .left {
    width: 100%;
    max-width: 100%;
  }
  section.cta:not(.hero) .container .right {
    max-width: calc(100% + calc(16px * 2));
    width: calc(100% + calc(16px * 2));
    margin-left: 0;
    padding-bottom: calc(16px * 4);
  }
  section.cta:not(.hero) .container .right::before {
    display: none;
  }
}
section.cta:not(.hero).notop .left {
  padding-top: 0;
}
section.cta:not(.hero).nobottom .left {
  padding-bottom: 0;
}

.comparison {
  padding: calc(16px * 4) 0;
}
.comparison .container {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1050px;
}
@media (max-width: 1120px) {
  .comparison .container {
    padding: 0 16px;
  }
}
.comparison .container .intro {
  max-width: 600px;
  padding-bottom: calc(16px * 2);
}
.comparison .container .comparisonTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(16px * 3);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1120px) {
  .comparison .container .comparisonTable {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.comparison .container .comparisonTable .tableItem {
  width: 33.3333%;
  background: #EDEFF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1120px) {
  .comparison .container .comparisonTable .tableItem {
    width: calc(50% - calc(16px * 4));
  }
}
@media (max-width: 600px) {
  .comparison .container .comparisonTable .tableItem {
    width: 100%;
  }
}
.comparison .container .comparisonTable .tableItem .heading {
  background: #DEDEDE;
  padding: 16px calc(16px * 2);
  min-height: calc(100px - calc(16px * 2));
}
.comparison .container .comparisonTable .tableItem .heading h3 {
  margin: 0;
  max-width: 80%;
}
.comparison .container .comparisonTable .tableItem.flagged .heading {
  position: relative;
}
.comparison .container .comparisonTable .tableItem.flagged .heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 46px;
  background: #131515;
  mask-image: url(../img/banner.svg);
  -webkit-mask-image: url(../img/banner.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  top: 0;
  right: 16px;
}
.comparison .container .comparisonTable .tableItem:first-of-type .heading {
  border-color: #131515;
}
.comparison .container .comparisonTable .tableItem:first-of-type .heading::after {
  background: #131515;
}
.comparison .container .comparisonTable .tableItem:nth-child(3) .heading {
  border-color: #131515;
}
.comparison .container .comparisonTable .tableItem:nth-child(3) .heading::after {
  background: #131515;
}
.comparison .container .comparisonTable .tableItem .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.comparison .container .comparisonTable .tableItem .content .tableItems {
  padding: 16px calc(16px * 2);
}
.comparison .container .comparisonTable .tableItem .content .tableItems .item {
  padding: 16px 0;
}
.comparison .container .comparisonTable .tableItem .content .tableItems .item.small {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}
.comparison .container .comparisonTable .tableItem .content .tableItems .item span {
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.comparison .container .comparisonTable .tableItem .content .cta {
  margin-top: auto;
  padding: 16px calc(16px * 2) calc(16px * 2);
}
.comparison .disclaimer {
  margin-top: -100px;
  padding: calc(100px + calc(16px * 2)) 0 calc(16px * 2);
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  font-style: italic;
}
.comparison .disclaimer p {
  max-width: 700px;
  margin: 16px auto;
}

.blurbs {
  padding: calc(16px * 4) 0;
}
.blurbs .container {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1050px;
}
@media (max-width: 1120px) {
  .blurbs .container {
    padding: 0 16px;
  }
}
.blurbs .container .intro {
  color: #000000;
  font-size: 15px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: calc(16px * 3);
}
.blurbs .container .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(16px * 3);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blurbs .container .boxes .blurb {
  min-width: calc(25% - calc(16px * 2) - calc(16px / 2));
  max-width: calc(30% - calc(16px * 2) - calc(16px / 2));
}
.blurbs .container .boxes .blurb img {
  max-height: 45px;
  width: auto;
  margin-bottom: calc(0px - calc(16px * 1.5));
}
.blurbs .container .boxes .blurb hr {
  width: 40px;
  height: 4px;
  background: #131515;
  border: none;
  margin: 0;
}
.blurbs .container .boxes .blurb h5 {
  margin: calc(16px * 2) 0 16px;
  font-size: 20px;
  line-height: 24px;
}
.blurbs .container .boxes .blurb ul, .blurbs .container .boxes .blurb ol {
  padding: 0 0 0 20px;
}
.blurbs .container .boxes .blurb ul li:not(:last-of-type), .blurbs .container .boxes .blurb ol li:not(:last-of-type) {
  margin-bottom: 16px;
}
.blurbs .container .boxes .blurb a {
  color: #131515;
}
.blurbs .container .boxes .blurb a:hover {
  color: #131515;
}
@media (max-width: 1120px) {
  .blurbs .container .boxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blurbs .container .boxes .blurb {
    width: calc(50% - calc(16px * 2));
    min-width: unset;
    max-width: unset;
  }
}
@media (max-width: 600px) {
  .blurbs .container .boxes .blurb {
    width: 100%;
  }
}

.slider {
  padding: 0 0 100px;
}
.slider .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .slider .container {
    padding: 0 16px;
  }
}
.slider .container img {
  max-width: 100%;
}
.slider .container .slider-single {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider .container .slider-single .slick-list {
  width:100%;
}
.slider .container .slider-single .slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(16px * 3);
}
.slider .container .slider-single .slide .button {
  margin-top: calc(16px * 2);
}
@media (max-width: 1120px) {
  .slider .container .slider-single .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slider .container .slider-single .slide img {
    margin-right: 0;
    width: 100%;
  }
  .slider .container .slider-single .slide .content {
    margin-top: 16px;
    text-align: center;
  }
}
@media (max-width: 1120px) {
  .slider .container .slider-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slider .container .slider-single .slick-list {
    max-width: calc(100% - 92px);
  }
}
.slider .container .slider-multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider .container .slider-multi .slick-list {
  max-width: calc(100% - 92px);
}
.slider .container .slider-multi a {
  text-decoration: none !important;
}
.slider .container .slider-multi .slide {
  padding: 0 calc(16px / 2);
  width: calc(100% - 16px) !important;
}
.slider .container .slider-multi .slide .content {
  margin-top: 16px;
}
.slider .container .slider-multi .slide .content p {
  font-size: 16px;
}

.slick-arrow {
  background: url(../img/chevron.svg) no-repeat center/cover;
  border: none;
  font-size: 0;
  width: 28px;
  min-width: 28px;
  height: 47px;
  cursor: pointer;
}

.slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 16px;
}

.slick-next {
  margin-left: 16px;
}

.slick-dots {
  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;
  margin-top: calc(16px * 2);
  padding: 0;
  width: 100%;
}
.slick-dots li {
  list-style: none;
  margin: 0 5px;
}
.slick-dots li button {
  font-size: 0;
  display: inline-block;
  height: 9px;
  width: 9px;
  border-radius: 100%;
  border: none;
  background-color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slick-dots li.slick-active button {
  background-color: #131515;
}

.videoCarousel {
  position: inherit !important;
  padding: calc(16px * 4) 0;
}
.videoCarousel .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .videoCarousel .container {
    padding: 0 16px;
  }
}
.videoCarousel .container .buttons {
  text-align: center;
}
.videoCarousel .container .buttons.left {
  text-align: left;
}
.videoCarousel .container .slide .thumbnail {
  position: relative;
  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;
}
.videoCarousel .container .slide .thumbnail img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.videoCarousel .container .slide .thumbnail svg {
  position: absolute;
  max-width: 50px;
  max-height: 50px;
}
.videoCarousel .video-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.videoCarousel .video-slider .slick-list {
  max-width: calc(100% - 92px);
  margin: 0 -20px;
}
.videoCarousel .video-slider .slick-list .slick-slide {
  margin: 0 20px;
}
.videoCarousel .popup {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  z-index: 2;
}
.videoCarousel .popup .loading {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
}
.videoCarousel .popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.videoCarousel .popup .close {
  margin-left: auto;
  cursor: pointer;
  position: relative;
  width: 34px;
  height: 34px;
}
.videoCarousel .popup .content {
  z-index: 2;
  max-width: 90%;
}
.videoCarousel .popup .content iframe {
  max-width: 100%;
}
.videoCarousel .st0 {
  fill: none;
}
.videoCarousel .st1 {
  fill: #FFFFFF;
}
.videoCarousel .st2 {
  fill: #131515;
}

.tabs {
  padding: calc(16px * 4) 0;
}
.tabs .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .tabs .container {
    padding: 0 16px;
  }
}
.tabs .container .tabItems .topTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1120px) {
  .tabs .container .tabItems .topTabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tabs .container .tabItems .topTabs .tabTitle {
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  padding: calc(16px / 2);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tabs .container .tabItems .topTabs .tabTitle:hover {
  color: #000000;
}
.tabs .container .tabItems .topTabs .tabTitle.active {
  color: #131515;
}
.tabs .container .tabItems.side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabs .container .tabItems.side .sideTabs {
  width: 50%;
  margin-right: calc(16px * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 600px) {
  .tabs .container .tabItems.side .sideTabs {
    width: 100%;
    margin: 0;
  }
}
.tabs .container .tabItems.side .sideTabs .tabTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.tabs .container .tabItems.side .sideTabs .tabTitle:not(:last-of-type) {
  margin-bottom: 16px;
}
.tabs .container .tabItems.side .sideTabs .tabTitle a {
  text-decoration: none;
  text-transform: uppercase;
}
.tabs .container .tabItems.side .sideTabs .tabTitle .icon {
  background: #FFFFFF;
  overflow: hidden;
  width: calc(16px * 2);
  height: calc(16px * 2);
  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;
  margin-right: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: calc(16px / 2);
}
@media (max-width: 600px) {
  .tabs .container .tabItems.side .sideTabs .tabTitle .icon {
    width: calc(calc(16px * 2) + calc(16px / 2));
    height: calc(calc(16px * 2) + calc(16px / 2));
  }
}
.tabs .container .tabItems.side .sideTabs .tabTitle .icon img {
  max-width: 100%;
  max-height: 100%;
}
.tabs .container .tabItems.side .sideTabs .tabTitle .tabTitleContent {
  width: calc(100% - calc(16px * 3));
}
.tabs .container .tabItems.side .sideTabs .tabTitle span {
  font-size: 24px;
  line-height: 22px;
  margin-bottom: calc(16px / 2);
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tabs .container .tabItems.side .tabContent {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .tabs .container .tabItems.side .tabContent {
    display: none;
  }
}
.tabs .container .tabItems.side .tabContent .tabCopy {
  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;
}
.tabs .container .tabItems.side .tabContent .tabCopy img {
  max-width: 100%;
}
.tabs .container .tabItems.right .sideTabs {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: calc(16px * 2);
}
@media (max-width: 600px) {
  .tabs .container .tabItems.right .sideTabs {
    margin-left: 0;
    margin-top: 16px;
  }
}
.tabs .container .tabItems.right .tabContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.tabs .container .tabItems .tabContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.tabs .container .tabItems .tabContent .tabCopy {
  width: 100%;
  margin-top: 16px;
  padding-bottom: 16px;
  margin-right: -100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tabs .container .tabItems .tabContent .tabCopy.active {
  opacity: 1;
  visibility: visible;
}
.tabs .container .tabItems .tabContent.top .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(16px * 3);
}
@media (max-width: 1120px) {
  .tabs .container .tabItems .tabContent.top .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tabs .container .tabItems .tabContent.top .flex img.left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.tabs .container .tabItems .tabContent.top .flex .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
}
@media (max-width: 1120px) {
  .tabs .container .tabItems .tabContent.top .flex .content {
    width: 100%;
  }
}
.tabs .container .tabItems .tabContent.top .flex img.right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 16px;
}
.tabs .container .tabItems .tabContent.top .flex img {
  width: 50%;
}
@media (max-width: 1120px) {
  .tabs .container .tabItems .tabContent.top .flex img {
    width: 100%;
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
    margin: 16px 0 0;
  }
}
.tabs .container .tabItems .tabContent.top .tabCopy.full .content {
  width: 100% !important;
}

.gallery {
  padding: calc(16px * 4) 0;
}
.gallery .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .gallery .container {
    padding: 0 16px;
  }
}
.gallery .container .images {
  margin-top: calc(16px * 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(16px * 2);
}
.gallery .container .images .image {
  width: calc(33.3333% - 16px * 1.3333);
}
.gallery .container .images .image img {
  max-width: 100%;
  min-width: 50%;
  height: auto;
  margin: 0 auto;
}
.gallery .container .images .image figcaption {
  margin-top: 16px;
  font-size: 16px;
  font-style: italic;
}
.gallery .container .images.four .image {
  width: calc(25% - calc(16px * 1.5));
}
.gallery .container .images.five .image {
  width: calc(20% - 16px * 1.6);
}
@media (max-width: 1120px) {
  .gallery .container .images.four .image, .gallery .container .images.five .image {
    width: calc(33.3333% - 16px * 1.3333);
  }
}
@media (max-width: 600px) {
  .gallery .container .images .image {
    width: 100% !important;
  }
}

section.team {
  padding: calc(16px * 3) 0 calc(16px * 4);
}
section.team .container {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1050px;
}
@media (max-width: 1120px) {
  section.team .container {
    padding: 0 16px;
  }
}
section.team .container .search {
  margin-bottom: calc(16px * 4);
}
section.team .container .search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: calc(16px * 4);
}
section.team .container .search form div {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section.team .container .search form div strong {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: calc(16px / 2);
}
section.team .container .search form div select {
  background: #FFFFFF url(../img/down.svg) no-repeat calc(100% - calc(16px * 1.5)) center;
  border: #000000 1px solid;
  padding: calc(16px - 2px) calc(calc(16px * 1.5) - 2px);
  font-size: 17px;
  line-height: 22px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 600px) {
  section.team .container .search form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(16px * 2);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.team .container .search form div {
    width: 100%;
  }
}
section.team .container .teamMembers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(16px * 3);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.team .container .teamMembers .member {
  max-width: 318px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 400px;
  overflow: hidden;
  position: relative;
}
section.team .container .teamMembers .member .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
section.team .container .teamMembers .member img {
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.team .container .teamMembers .member .content {
  position: absolute;
  bottom: 0;
  padding: 16px 16px calc(16px * 2) 16px;
  text-align: center;
  width: calc(100% - calc(16px * 2));
  color: #FFFFFF;
  z-index: 2;
}
section.team .container .teamMembers .member .content h3 {
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
  margin: 0 0 calc(16px / 2);
}
section.team .container .teamMembers .member .content span {
  display: block;
}
section.team .container .teamMembers .member .content a {
  display: block;
  margin-top: 0;
  color: #FFFFFF;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.team .container .teamMembers .member:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
section.team .container .teamMembers .member:hover .content a {
  margin-top: 16px;
  max-height: 100%;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1120px) {
  section.team .container .teamMembers .member .content a {
    margin-top: 16px;
    max-height: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1120px) {
  section.team .container .teamMembers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.single .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .single .container {
    padding: 0 16px;
  }
}
.single .container .mainContent {
  max-width: 1050px;
  margin: calc(16px * 3) auto calc(calc(16px * 3) * 2);
}
.single .container .mainContent .returnLink {
  margin-bottom: calc(16px * 2);
}
.single .container .mainContent .returnLink a {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.single .container .mainContent .returnLink a::before {
  content: "";
  display: inline-block;
  background: url(../img/arrow-white.svg) no-repeat center/contain;
  width: 16px;
  height: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single .container .mainContent .returnLink a:hover::before {
  margin-right: calc(16px * 1.5);
}
.single .container .mainContent .image {
  margin-bottom: calc(16px * 2);
}
.single .container .mainContent .image img {
  max-width: 100%;
  height: auto;
}
.single .container .mainContent .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single .container .mainContent .flex .addthis_inline_share_toolbox {
  max-width: 46px;
  margin-right: calc(16px * 2);
}
.single .container .mainContent .flex .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:focus, .single .container .mainContent .flex .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:hover {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}
.single .container .mainContent .flex .content .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single .container .mainContent .flex .content .data h1 {
  width: 100%;
  margin-top: 0;
  font-size: 32px;
  line-height: 38px;
}

.single-post .container .mainContent .flex .content .data {
  margin-bottom: calc(16px * 2);
}
.single-post .container .mainContent .flex .content .data h1 {
  margin: 0;
}

.post-type-archive-event .date, .search .posts .date {
  margin-bottom: 16px;
}

.blog .container, .archive .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .blog .container, .archive .container {
    padding: 0 16px;
  }
}
.blog .container .header, .archive .container .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: calc(16px * 2) 0 calc(calc(16px * 3) * 2) 0;
}
.blog .container .header h1, .archive .container .header h1 {
  margin: 0 calc(16px * 2) 0 0;
  width: 100%;
}
.blog .container .header form, .archive .container .header form {
  margin-left: auto;
  width: 100%;
}
.blog .container .header form div, .archive .container .header form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.blog .container .header form div input[type=search], .archive .container .header form div input[type=search] {
  background: #FFFFFF;
  background-position: 20px 10px;
  border: #000000 1px solid;
  padding: calc(16px - 4px) calc(16px * 1.5);
  font-size: 17px;
  line-height: 22px;
  color: #000000;
  width: 100%;
  max-width: 350px;
}
.blog .container .header form div input[type=submit], .archive .container .header form div input[type=submit] {
  background: #131515 url(../img/arrow-white.svg) no-repeat center/19px;
  width: 48px;
  height: 48px;
  color: transparent;
  border: none;
  margin-left: 16px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 0;
}
.blog .container .header form div input[type=submit]:hover, .archive .container .header form div input[type=submit]:hover {
  background-color: #131515;
}
@media (max-width: 600px) {
  .blog .container .header, .archive .container .header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
  .blog .container .header form div, .archive .container .header form div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.blog .container .navigation, .archive .container .navigation {
  text-align: center;
  margin-bottom: calc(calc(16px * 3) * 2);
}
.blog .container .navigation .nav-links, .archive .container .navigation .nav-links {
  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;
}
.blog .container .navigation .nav-links .page-numbers, .archive .container .navigation .nav-links .page-numbers {
  color: #000000;
  text-decoration: none;
  margin: 0 calc(16px / 2);
}
.blog .container .navigation .nav-links .page-numbers.current, .archive .container .navigation .nav-links .page-numbers.current {
  color: #131515;
}
.blog .container .navigation .nav-links .page-numbers.next, .blog .container .navigation .nav-links .page-numbers.prev, .archive .container .navigation .nav-links .page-numbers.next, .archive .container .navigation .nav-links .page-numbers.prev {
  background: #131515 url(../img/arrow-black.svg) no-repeat center/13px;
  width: 33px;
  height: 33px;
  display: inline-block;
  text-indent: -9999px;
  border-radius: 100%;
}
.blog .container .navigation .nav-links .page-numbers.next, .archive .container .navigation .nav-links .page-numbers.next {
  margin-left: calc(16px * 3);
}
.blog .container .navigation .nav-links .page-numbers.prev, .archive .container .navigation .nav-links .page-numbers.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: calc(16px * 3);
}
.blog .container .navigation .nav-links .page-numbers.inactive, .archive .container .navigation .nav-links .page-numbers.inactive {
  background: #FFFFFF url(../img/arrow-black.svg) no-repeat center/13px;
}
.blog .container .posts, .archive .container .posts {
  margin-bottom: calc(calc(16px * 3) * 2);
}
.blog .container .posts .post, .archive .container .posts .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  text-decoration: none;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog .container .posts .post:not(:last-child), .archive .container .posts .post:not(:last-child) {
  margin-bottom: calc(16px * 4);
}
.blog .container .posts .post .thumbnail, .archive .container .posts .post .thumbnail {
  min-width: 240px;
  width: 240px;
  height: 240px;
  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;
  margin-right: calc(16px * 4);
}
.blog .container .posts .post .thumbnail img, .archive .container .posts .post .thumbnail img {
  max-height: 100%;
  height: 100%;
  width: auto;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.blog .container .posts .post .content, .archive .container .posts .post .content {
  width: 100%;
}
.blog .container .posts .post .content h3, .archive .container .posts .post .content h3 {
  margin: 0 0 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.blog .container .posts .post .content p, .archive .container .posts .post .content p {
  margin: 0 0 calc(16px * 2);
}
.blog .container .posts .post .content .readMore, .archive .container .posts .post .content .readMore {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.blog .container .posts .post .content .readMore::after, .archive .container .posts .post .content .readMore::after {
  content: "";
  display: inline-block;
  background: url(../img/long-arrow.svg) no-repeat right/cover;
  width: 15px;
  height: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: calc(16px / 2);
}
.blog .container .posts .post:not(.hasthumb) p, .archive .container .posts .post:not(.hasthumb) p {
  font-size: 20px;
  line-height: 26px;
}
.blog .container .posts .post:hover .thumbnail img, .archive .container .posts .post:hover .thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blog .container .posts .post:hover h3, .archive .container .posts .post:hover h3 {
  color: #131515;
}
.blog .container .posts .post:hover .readMore::after, .archive .container .posts .post:hover .readMore::after {
  width: 24px;
}
@media (max-width: 1120px) {
  .blog .container .posts .post, .archive .container .posts .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(16px * 1.5);
  }
}

/* =======================================
   GLOBAL STYLES
   ======================================= */
body {
  margin: 0;
  font-size: 16px;
  background: #ffffff;
  line-height: 1.4;
  color: #262626;
  /* --------- GLOBAL TEXT STYLES --------- */
  /* --------- LINKS --------- */
  /* --------- GLOBAL SECTION STYLES --------- */
  /* --------- LIST STYLES --------- */
  /* --------- BREADCRUMBS --------- */
}
body.active {
  overflow-y: hidden;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
}
body h1 {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
body h2 {
  font-size: 42px;
  color: #262626;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1.2;
}
body h3 {
  font-size: 22px;
  color: #262626;
  margin-bottom: 30px;
  line-height: 1.2;
}
body h4,
body h3.eyebrow {
  color: #5D5D5D;
  text-transform: uppercase;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p {
  margin-top: 0;
}
body p {
  margin-bottom: 24px;
}
body a {
  color: #148549;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
body a:hover{
  color:#121212;
  text-decoration: underline;
}
body .button {
  display: inline-block;
  padding: calc(16px / 2) calc(16px * 2);
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid;
}
body .button.primary {
  background: #DEDEDE;
  color: #000000;
  border-color: #131515;
}
body .button.primary:hover {
  background: #131515;
  border-color: #131515;
  color: #FFFFFF;
}
body .button.secondary {
  background: #FFFFFF;
  color: #131515;
  border-color: #131515;
}
body .button.secondary:hover {
  background: #131515;
  border-color: #131515;
  color: #FFFFFF;
}
body hr.anchor {
  border: none;
  margin: 0;
}
body section {
  padding: 0 16px;
}
body section *:first-child {
  margin-top: 0;
}
body section *:last-child {
  margin-bottom: 0;
}
body section.gray {
  background: #F1F9F0;
}
body section.notop {
  padding-top: 0;
}
body section.nobottom {
  padding-bottom: 0;
}
body section img {
  display: block;
}
body .checklist {
  padding: 0;
  list-style: none;
}
body .checklist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: calc(16px * 1.5);
}
body .checklist li::before {
  content: "";
  display: inline-block;
  background: url(../img/check.svg);
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  margin-right: calc(16px / 2);
  margin-top: -2px;
}
body ol, body ul {
  padding-left: 20px;
}
body ol.two, body ul.two {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
body ol.three, body ul.three {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
body .breadcrumbWrapper {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  body .breadcrumbWrapper {
    padding: 0 16px;
  }
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.expand-files-section .expand.active ul {
  display: block;
}

.general .expand-files-section.module ul li {
  margin-bottom: 10px;
}

.general .expand-files-section.module ul li:before {
  display: none;
}

.expand-files-section li a {
  color: #367640;
  text-decoration: none;
}

.expand-files-section .expand a:hover {
  color: #367640;
  text-decoration: underline;
}

.expand-files-section .expand ul {
  display: none;
}

.expand-files-section h3:hover {
  cursor: pointer;
}

.filetype {
  color: #6D6D6D;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 4px;
}

.blog .container .navigation .nav-links .page-numbers.prev,
.archive .container .navigation .nav-links .page-numbers.prev,
.blog .container .navigation .nav-links .page-numbers.next,
.archive .container .navigation .nav-links .page-numbers.next {
  background: none;
  text-indent: 0;
  -webkit-transform: none;
          transform: none;
}

.rect-1, .rect-2, .rect-3, .rect-4, .rect-5, .rect-6, .rect-7, .rect-8, .rect-9 {
  fill: #f6f6f6;
  stroke: #B2D238;
  color: #262626;
}

.rect-1:hover, .rect-2:hover, .rect-3:hover, .rect-4:hover, .rect-5:hover, .rect-6:hover, .rect-7:hover, .rect-8:hover, .rect-9:hover {
  fill: #E7E7E7;
}

.text-121, .text-122, .text-123, .text-124, .text-125, .text-126, .text-127, .text-128, .text-129 {
  fill: #262626;
}

header#header1 .main .container #main-menu .menu li a {
  font-size: 17px;
}

body .button.primary,
.btn,
header#header1 #mobile-menu ul li#menu-item-349 a {
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 40px;
  background-color: #367640;
  color: #F6F6F6;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 100px;
  border-width: 0;
  border:1px solid #367640;
}

body .button.primary:hover,
.btn:hover,
header#header1 #mobile-menu ul li#menu-item-349 a:hover {
  text-decoration: none;
  background-color: #fff;
  color:#367640;
}

.hero .btn {
  margin-bottom: 12px;
  margin-right: 15px;
}

.btn.btn-rev,
.btn.secondary {
  background-color: #F6F6F6;
  border: 1px solid #367640;
  color: #262626;
}

.btn.btn-rev:hover,
.btn.secondary:hover {
  background-color: #262626;
  border-color: #262626;
  color: #f6f6f6;
}

.hero .container {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}

.home-hero .container:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3967962185)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3967962185) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.hero .content {
  position: relative;
  z-index: 1;
}

header {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}

header .container,
body .breadcrumbWrapper,
header#header1 .main .container {
  max-width: 1440px;
}

.general .container {
  max-width: 1140px;
}

header#header1 .main .container .logo {
  width: 196px;
  padding: 0;
}

header#header1 .main .container .logo a,
header#header1 .main .container .logo img {
  width: 100%;
  height: auto;
}

header#header1 {
  background-color: #f6f6f6;
}

.home-hero {
  padding-top: 0;
  padding-bottom: 0;
}

.home-hero .container {
  padding: 75px 20px 100px;
}

.hero p {
  font-size: 20px;
  margin-bottom: 30px;
}

header#header1 #mobile-menu ul li#menu-item-349 a {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-top: 20px;
}

body .eyebrow,
body .general h3.eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing:2.4px;
  color: #073A21;
  margin-bottom: 30px;
}

.general .container.halves .column {
  padding-bottom: 20px;
}

body section.gray {
  padding-bottom: 20px;
}
body section.gray.nobottom{
  padding-bottom: 0;
}

.posts .container .viewall,
.read-more,
.viewall-products,
body.single .container .mainContent .returnLink a {
  margin-left: 0;
  color: #367640;
  text-transform: uppercase;
  font-size: 14px;
}

.posts .container .viewall:hover .read-more:hover,
.viewall-products:hover,
body.single .container .mainContent .returnLink a:hover {
  text-decoration: none;
}

.posts .container .viewall:after,
.read-more:after,
.viewall-products:after,
body.single .container .mainContent .returnLink a:before {
  content: " ";
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 1px;
  background: url(../img/arrow-right.svg);
  height: 14px;
  width: 14px;
  -webkit-transition: translate 300ms ease-in-out;
  transition: translate 300ms ease-in-out;
}

body.single .container .mainContent .returnLink {
  margin-top: 0px;
  padding-top: 20px;
}

body.single .container .mainContent .returnLink a {
  position: relative;
  padding-left: 15px;
}

body.single .container .mainContent .returnLink a:before {
  margin-left: 0;
  position: absolute;
  left: -11px;
  top: 0;
}

.posts .container .viewall:hover:after,
.read-more:hover:after,
a.post:hover .read-more:after,
.viewall-products:hover:after,
body.single .container .mainContent .returnLink a:hover:before {
  -webkit-transform: translate(7px, 0);
          transform: translate(7px, 0);
}

body.single .container .mainContent .returnLink a:hover:before {
  -webkit-transform: translate(-7px, 0) rotate(180deg);
          transform: translate(-7px, 0) rotate(180deg);
}

.posts .container .columns .post,
.posts-overview .post,
.related-posts .post {
  border-radius: 20px;
  border: 1px solid #367640;
}

.posts-overview .post,
.related-posts .post {
  max-width: 320px;
  width: 100%;
}

.posts .container .columns .post .thumbnail,
.posts-overview .thumbnail,
.related-posts .thumbnail,
a .product-thumb {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  height: 230px;
  width: 100%;
  max-width: 100%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background-size: cover;
  background-position: 50% 50%;
}

.posts .container .columns a.post:hover .thumbnail,
.posts-overview a:hover .thumbnail,
.related-posts a:hover .thumbnail,
a:hover .product-thumb {
  background-size: 120%;
}

.date,
.posts .container .columns .post .content .date {
  color: #262626;
  margin-bottom: 8px;
}

.posts-overview .content,
.posts .container .columns .post .content,
.related-posts .content {
  padding: 32px 32px 0;
}

.posts .container .columns,
.posts-overview .columns,
.related-posts.columns {
  gap: 30px;
}

.pre-footer {
  background-color: #81B141;
  padding-bottom: 10px;
  padding-top: 64px;
}

.pre-footer h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

body section.pre-footer *:last-child {
  margin-bottom: 35px;
}

body section.pre-footer form *:last-child {
  margin-bottom: 0;
}

body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  border-width: 0;
  border-radius: 100px;
}

section.pre-footer .gform_wrapper.gravity-theme .gform_footer button {
  position: absolute;
  top: 8px;
  right: 11px;
  height: 44px;
  width: 44px;
  background-color: #f6f6f6;
  background-image: url(../img/arrow-right-grey.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #367640;
  border-radius: 50%;
  text-indent: -99999px;
  text-align: left;
  padding: 0;
  z-index: 1;
}

section.pre-footer .gform_wrapper.gravity-theme .gform_footer button:hover {
  background-color: #262626;
  background-image: url(../img/arrow-right-light-grey.svg);
  color: #F6F6F6;
}

body section.pre-footer .gform_wrapper.gravity-theme input[type=email] {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

body section.pre-footer .newsletter-form:last-child,
body section.pre-footer .container:last-child,
body section.pre-footer .flex-prefooter:last-child {
  margin-bottom: 0;
}

footer#footer2 .logo img {
  width: 100%;
  height: auto;
}

footer#footer2 .logo {
  width:242px;
  margin-bottom: 30px;
}

footer#footer2 .container .top {
  gap: 10px;
}
footer hr{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #18A157;
  margin: 0 auto 25px;
  padding: 0;
}
.footer-nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}

footer#footer2 .container .top .footer-nav-flex > .column {
  width: 50%;
}

.menu-footer-menu-1-container {
  padding-right: 20px;
}

.menu-footer-menu-2-container {
  padding-left: 20px;
}

footer#footer2 .container .top .social {
  text-align: left;
}

footer .social a {
  margin-right: 8px;
  display: inline-block;
}

footer .social a svg {
  -webkit-filter: brightness(0) saturate(100%) invert(60%) sepia(14%) saturate(1970%) hue-rotate(84deg) brightness(86%) contrast(75%);
  filter: brightness(0) saturate(100%) invert(60%) sepia(14%) saturate(1970%) hue-rotate(84deg) brightness(86%) contrast(75%);


}
footer#footer2 {
  color: #F6F6F6;
}
footer#footer2 a{
  color: #F6F6F6;
}
footer#footer2 a:hover{
  color: #F6F6F6;
  text-decoration: underline;
}

.breadcrumbWrapper {
  display: none;
}

.hero:not(.home-hero) {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #81B141;
  min-height: 227px;
  overflow: hidden;
  position: relative;
}

.hero .container {
  padding-top: 60px;
  padding-bottom: 49px;
}


body .general p {
  margin-bottom: 30px;
}

body .general .button-module p {
  margin-bottom: 10px;
}

.products-section {
  background-color: #f6f6f6;
  padding: 50px 0;
}

.general {
  padding-top: 65px;
  padding-bottom: 30px;
}

.hidden-mobile {
  display: none;
}

body section.pre-footer .container {
  padding: 0 20px;
}

body section.pre-footer {
  padding-left: 0;
  padding-right: 0;
}

body {
  padding-top: 88px;
}

header#header1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
}

.general .module ul {
  padding-left: 0;
  margin-bottom: 30px;
}

.general .module ul li {
  margin-bottom: 15px;
}

.general .module ul li:before {
  content: " ";
  background-color: #17643B;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-right: 12px;
  border-radius: 50%;
  position: relative;
  top: -1px;
}

.general .module ul li {
  list-style-type: none;
}

.expand-files-section.general-files-section {
  padding-top: 20px;
}

.general .container .column .module.expand-files-section {
  margin-bottom: 7px;
  width: 100%;
}

body .general .general-files-section h3,
body .expand-files-section h3 {
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: none;
}

.youtube-vid-gallery-item:hover {
  cursor: pointer;
}

#additional.general .container.halves {
  gap: 0;
}

.testimonial {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.testimonial .container {
  border: 1px solid #367640;
  border-radius: 20px;
  padding-top: 20px;
}

.testimonial .image img {
  border-radius: 50%;
}

body .testimonial h3.eyebrow {
  color: #262626;
}

.testimonial.single .container {
  gap: 32px;
}

.testimonial.single .container .content blockquote {
  font-size: 17px;
  font-style: normal;
  line-height: 1.2;
  color: #262626;
  margin-bottom: 10px;
}

.testimonial.single .container .content blockquote::before {
  display: none;
}

.testimonial.single .container .content .author p {
  color: #6D6D6D;
  font-size: 30px;
  text-transform: uppercase;
}

.testimonial.single .container .content {
  padding-bottom: 32px;
}

.youtube-image-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: start;
}

.youtube-image-gallery .module:first-child {
  border-radius: 13px;
  width: 100%;
  padding-bottom: 56.3%;
  background-size: cover;
  margin-right: 0;
  opacity: 1;
  border-width: 0;
}

.youtube-image-gallery .module:first-child:hover {
  border-width: 0;
}

.youtube-image-gallery .module {
  height: 52px;
  width: 52px;
  border-radius: 7px;
  background-size: cover;
  margin-right: 5px;
  opacity: 0.5;
  background-position: center;
  position: relative;
}

.youtube-image-gallery .module:hover,
.youtube-image-gallery .active {
  cursor: pointer;
  opacity: 1;
  border: 1px solid #6D6D6D;
}

.play-icon:before {
  content: " ";
  display: block;
  height: 18px;
  width: 18px;
  background: url(../img/grey_play.svg) no-repeat 50% 50%/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}

.feature-thumb.play-icon:before {
  background-image: url(../img/green_play.svg);
  height: 38px;
  width: 38px;
  margin: -19px 0 0 -19px;
}

.feature-thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

body section.gray.notop {
  padding-bottom: 0;
}

.home-hero h1,
.home-hero p {
  color: #F6F6F6;
}

.returnLink {
  max-width: 1140px;
  padding-left: 14px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

h2 sup {
  font-size: 22px;
  top: -2px;
  position: relative;
}

.general .module ul li:before {
  top: 4px;
  position: absolute;
  left: 0;
}

body .general .module ul.checklist {
  margin-top: 40px;
  margin-bottom: 10px;
}

body .general .module ul.checklist li h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

body .general .module ul.checklist li {
  display: block;
  padding-left: 43px;
  position: relative;
}

.cta-module {
  background-color: #367640;
  border-radius: 20px;
  padding: 50px 60px;
}

.cta-module .btn {
  background-color: #F6F6F6;
  color: #262626;
}

.cta-module .btn:hover {
  background-color: #262626;
  color: #F6F6F6;
}

body .general .cta-module p {
  margin-bottom: 0;
}

body .general .cta-module h2 {
  color: #F6F6F6;
  font-size: 30px;
  margin-bottom: 40px;
}

.expand-files-section .expand {
  border: 1px solid #367640;
  border-radius: 20px;
}

.expand-files-section .expand.active {
  padding: 24px 32px;
}

.expand-files-section .expand.active h3 {
  margin-bottom: 15px;
  padding: 0;
}

.expand-files-section .expand h3 {
  margin-bottom: 0;
  position: relative;
  padding: 24px 32px;
  font-size: 22px;
  text-transform: none;
}

.general .module.expand-files-section ul {
  margin-bottom: 0;
}

.heading-expand {
  height: 32px;
  width: 32px;
  background-color: #367640;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: all 0ms linear;
  transition: all 0ms linear;
}

.heading-expand:before {
  content: " ";
  background: url(../img/plus.svg) no-repeat 0 0/cover;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin: -8px 0 0 -8px;
}

.module .expand.active .heading-expand {
  right: -12px;
  top: -4px;
}

.module .expand.active .heading-expand:before,
.expand h3:hover .heading-expand:hover:before {
  height: 3px;
  width: 16px;
  margin-top: -1px;
  background-color: #F6F6F6;
}

body h2.team-heading,
body h3.team-heading {
  color: #6D6D6D;
  font-size: 30px;
  margin-bottom: 25px;
}

body .general h3.team-heading {
  font-size: 30px;
}

.team-member {
  border: 1px solid #367640;
  border-radius: 20px;
  padding: 30px 31px;
  margin-bottom: 40px;
}

.team-headshot {
  height: 190px;
  width: 190px;
  border-radius: 100%;
  background-size: cover;
  margin-bottom: 20px;
}

body .team-member h3 {
  font-size: 26px;
  margin-bottom: 7px;
}

p.title {
  color: #454545;
  margin-bottom: 30px;
}

body .team-member .phone,
body .team-member .email {
  margin-bottom: 12px;
}

body .team-member .phone a,
body .team-member .email a {
  color: #367640;
  text-decoration: none;
}

body .team-member .phone a:hover,
body .team-member .email a:hover {
  color: #262626;
  text-decoration: none;
}

.team-member .linkedin a {
  height: 24px;
  width: 24px;
  background: url(../img/linkedin_green.svg) no-repeat 50% 50%/cover;
  text-align: left;
  text-indent: -999999px;
  display: inline-block;
}

.team {
  margin-bottom: 40px;
}

.leadin-module p {
  max-width: 810px;
}

.blog .container .posts .post:not(.hasthumb) p,
.archive .container .posts .post:not(.hasthumb) p {
  font-size: 17px;
}

.archive .container .posts .post:not(.hasthumb) p.read-more {
  font-size: 14px;
}

.archive .container .posts .post .content h3 {
  margin-bottom: 30px;
}

.blog .container .posts .post .thumbnail,
.archive .container .posts .post .thumbnail {
  width: 100%;
  max-width: 100%;
}

.archive .container .posts .post,
.related-posts .post {
  gap: 0;
}

.post,
.posts .container .columns .post,
.related-posts .post {
  position: relative;
  padding-bottom: 50px;
}

.post .read-more {
  position: absolute;
  left: 32px;
  bottom: 30px;
  margin-bottom: 0 !important;
}

.posts-overview .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.archive .container .posts .post,
.archive .container .posts .post:not(:last-child) {
  margin-bottom: 0px;
}

.blog .container .posts,
.archive .container .posts {
  padding-top: 0;
  padding-bottom: 0;
}

body.archive .container .navigation .nav-links .page-numbers {
  background-color: transparent;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  padding-top: 14px;
}

body.archive .container .navigation .nav-links .page-numbers.current,
body.archive .container .navigation .nav-links .page-numbers:hover {
  background-color: #367640;
  color: #fff;
}

body.archive .container .navigation .nav-links .page-numbers.prev,
body.archive .container .navigation .nav-links .page-numbers.next {
  font-size: 14px;
  text-transform: uppercase;
  color: #262626;
  background-color: transparent;
  border-radius: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding-top: 10px;
}

body.archive .container .navigation .nav-links .page-numbers.prev:hover {
  -webkit-transform: translate(-5px, 0);
          transform: translate(-5px, 0);
}

body.archive .container .navigation .nav-links .page-numbers.next:hover {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}

body.archive .container .navigation .nav-links .page-numbers.prev.inactive,
body.archive .container .navigation .nav-links .page-numbers.next.inactive {
  color: #6D6D6D;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

body.archive .container .navigation .nav-links .page-numbers.prev.inactive:hover,
body.archive .container .navigation .nav-links .page-numbers.next.inactive:hover {
  cursor: not-allowed;
}

.post-date {
  margin-bottom: 40px;
}

.post-date:before {
  content: " ";
  display: inline-block;
  margin-right: 6px;
  height: 16px;
  width: 16px;
  background: url(../img/calendar-icon.svg) no-repeat 50% 50%;
  position: relative;
  top: 2px;
}

.single .feature-image img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.single .general h2 {
  font-size: 36px;
}

.youtube-image-gallery.num-items-1 {
  margin: 60px auto 60px 0;
  max-width: 876px;
  width: 100%;
}

.single .general .module ul,
.general .text-module ul li {
  max-width: 636px;
}

.single .general .module ul li,
.general .text-module ul li {
  position: relative;
  padding-left: 20px;
}

.single .general .module ul li:before,
.general .text-module ul li:before {
  position: relative;
  top: 7px;
  left: 0;
  position: absolute;
}

.general .container .column img {
  height: auto;
}

.single .general .container .column img.alignnone {
  margin: 70px 0 90px;
  border-radius: 20px;
}

.single .general .container .column img.size-medium {
  width: 100%;
  max-width: 530px;
  height: auto;
}

.related-posts.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.related-posts {
  margin-bottom: 100px;
}

.related-posts .post {
  width: 100%;
  max-width: 100%;
  display: block;
  text-decoration: none;
}

body h2.related-articles-heading {
  font-size: 46px;
}

.halves .column .youtube-image-gallery.num-items-1 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 40px;
}

.button-module p a.btn {
  margin-bottom: 20px;
}

.button-module p a.btn:first-child {
  margin-right: 25px;
}

body .general h3 {
  font-size: 36px;
  text-transform: uppercase;
}

body h3.light-heading {
  font-size: 30px;
  color: var(--Mountain-Mist-500, #6D6D6D);
  text-transform: uppercase;
  margin-bottom: 7px;
}

body .text-module h3 {
  font-size: 36px;
  margin-bottom: 20px;
}

.general .container.halves .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

p {
  max-width: 100%;
}

.image-module > img {
  border-radius: 20px;
}

.image-module.remove-corners > img {
  border-radius: 0;
}

.gform_required_legend {
  display: none;
}

form#gform_1 .gfield_required {
  display: inline-block;
}

body .gform_wrapper.gravity-theme .gfield_label {
  font-size: 17px;
  text-transform: none;
}

body .gform_wrapper.gravity-theme .gfield_required {
  font-size: 15px !important;
  color: #262626;
  top: -1px;
  left: -1px;
  position: relative;
}

body .gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme .gfield select.large {
  border: 1px solid #6D6D6D;
  max-width: 100%;
  color: #6D6D6D;
  border-radius: 5px;
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 140px;
  border-radius: 5px;
  width: 100%;
}

body .gform_wrapper.gravity-theme .gform_footer {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#field_2_7,
#field_1_7 {
  position: absolute;
  bottom: -100px;
  left: 180px;
}

.gform_body {
  position: relative;
}

.form-module {
  width: 100%;
  padding-bottom: 50px;
}

.arrow-link,
.external-link {
  color: #367640;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
}

.arrow-link:hover {
  color: #367640;
  text-decoration: none;
}
.external-link{
  text-transform: uppercase;
  font-weight: 700;
}
.external-link:hover{
  text-decoration: none;
  color: #121212;
}

.arrow-link:after {
  content: " ";
  display: inline-block;
  margin-left: 7px;
  height: 14px;
  width: 14px;
  background: url(../img/arrow-right.svg) no-repeat 50% 50%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.arrow-link:hover:after {
  -webkit-transform: translate(8px, 0);
          transform: translate(8px, 0);
}

.page-id-191 .halves > .column:last-child .image-module,
.page-id-435 .halves > .column:last-child .image-module {
  margin-bottom: 30px;
}

.page-id-191 .halves > .column:last-child h2,
.page-id-435 .halves > .column:last-child h2 {
  color: #6D6D6D;
  font-size: 30px;
}

.page-id-435 .column:first-child .text-module {
  max-width: 334px;
}

.gallery-heading {
  padding-left: 40px;
}

body .general h3.smaller-h3 {
  font-size: 22px;
  text-transform: none;
  margin-bottom: 15px;
}

.single #breadcrumbs {
  padding-top: 20px;
  display: none;
}

#breadcrumbs span {
  color: #262626;
  font-size: 14px;
}

#breadcrumbs a {
  text-decoration: none;
  font-size: 14px;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

.search a.post {
  text-decoration: none;
}

.post .content h3 {
  margin-bottom: 10px;
}

.post .content h3:hover,
.post .content .readMore:hover {
  color: #367640;
}

.post .content {
  margin-bottom: 40px;
}

.single .general .video-module {
  margin-bottom: 50px !important;
}

.single .general .container .column img.size-medium {
  margin-bottom: 30px;
}

.alignleft {
  max-width: 50%;
  height: auto;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}

.single .general .container .column img.size-medium {
  max-width: 225px;
}

body h1 sup,
body h2 sup,
body h3 sup,
body h4 sup {
  font-size: 0.5em;
  position: relative;
  top: -4px;
}

.image-fullwidth .container{
  width: 100%;
  max-width: 2200px;
  margin:auto;
  padding: 0;
}
.fullwidth-image{
  width: 100%;
  height: auto;
}
.general a[target="_blank"]:after{
  content:' ';
  height: 14px;
  width: 14px;
  display: inline-block;
  background:url(../img/external-icon.svg) no-repeat 50% 50%;
  margin-left: 4px;
  position: relative;
  top: 1px;
}
.hero .btn{
  background-color: #E5AD1D;
  color: #121212;
}
.hero .btn:hover{
  background-color: #fff;
  color: #121212;
}
.hero .btn.secondary{
  background-color: #148549;
  color: #F6F6F6;
}
.hero .btn.secondary:hover{
  background-color: #fff;
  color: #148549;
}






body{
  color: #121212;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding-top: 124px;
}
h1,h2,h3,h4,h5,h6,p,ul,li{
  margin-top: 0;
}

.pre-footer{
  background:#18A157 url(../img/cta_accent.svg) no-repeat 0 100%;
}
.pre-footer a{
  color: #fff;
  text-decoration: none;
}
.pre-footer h2{
  text-transform: none;
  color: #121212;
}
.pre-footer a:hover{
  color: #fff;
  text-decoration: underline;
}
header#header1{
  height: 124px;
}
header#header1 #mobile-toggle {
  margin-top: 26px;
  margin-right: 10px;
}
header#header1 .main .container .logo{
  padding-top: 40px;
}
header#header1 #mobile-toggle.active{
  margin-right: 25px;
}
header#header1 #mobile-toggle a span{
  height: 40px;
  width: 40px;
}
footer#footer2{
  background-color: #073A21;
}
footer#footer2 .bottom{
  background-color: transparent;
  color: #18A157;
  font-size: 16px;
}
footer#footer2 .bottom a{
  color: #18A157;
  text-decoration: none;
}
footer#footer2 .bottom a:hover{
  text-decoration: underline;
  color: #18A157;
}
footer#footer2 .bottom .container{
  display: block;
}
body .general p{
  margin-left: auto;
  margin-right: auto;
}
.btn{
  font-weight: 800;
  letter-spacing:1.4px;
}
.home-hero .container{
  padding-top: 90px;
  padding-bottom: 69px;
}
.home-hero h1{
  font-weight: 300;
  font-size: 55px;
  line-height: 1; 
  margin-bottom: 30px;
}
.home-hero h1 strong{
  font-weight: 800;
}
.home-hero p{
  margin-bottom: 40px;
}
.home-hero .btn{
  margin-bottom:15px;
}
.hero{
  border-bottom:8px solid #18A157;
}
body h2{
  font-weight: 900;
  text-transform: none;
  margin-bottom: 30px;
}
h2 span,
h2 u{
  text-decoration: none !important;
  border-bottom:8px solid #18A157;
  line-height: 1;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.icons {
  padding-top: 20px;
  padding-bottom: 40px;
}
.icons .icon{
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.icons .icon-img{
  text-align: center;
}
.icons .icon-img img{
  margin:auto;
}
.icons h3{
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  color: #121212;
  letter-spacing:2.8px;
}
.icons .icon:after{
  content:' ';
  height: 24px;
  width: 24px;
  background:url(../img/arrow-right-green.svg) no-repeat 50% 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
}
.icons .icon:last-child{
  margin-bottom: 0;
}
.icons .icon:last-child:after{
  display: none;
}
.icon-btn{
  text-align: center;
}
.image-fullwidth{
  padding: 20px 0 40px;
  margin-bottom: 30px;
}
.fullwidth-image{
  display: none;
}
.fullwidth-image.no-mobile{
  display: block;
}
.fullwidth-image-mobile{
  width: 100%;
  max-width: 500px;
}
.fullwidth-image-mobile img{
  width: 100%;
  height: auto;
}
.image-highlight{
  padding-left: 20px;
  padding-right: 20px;
}
.image-highlight .container{
  border-radius: 20px;
  background: var(--00, #FFF);
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.10);
  padding: 50px 0 0;
}
.image-highlight .content{
  padding-left: 25px;
  padding-right: 25px;
}
.image-highlight .post .thumbnail img{
  width: 100%;
  height: auto;
}
.image-highlight .post .thumbnail{
  width: 100%;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
}
.image-highlight .post{
  padding-bottom: 0; 
  margin-bottom: 30px;
}
body .image-highlight h2{
  margin-bottom: 10px;
  font-size: 40px;
}
.image-highlight .post .content{
  margin-bottom: 20px;
}
.pre-footer{
  padding-bottom: 60px;
  text-align: center;
}
.pre-footer h2{
  font-size: 40px;
  line-height: 116%;
}
body .general h2{
  font-size: 48px;
}
body footer#footer2 .container .top .menu{
  margin-top:12px;
  margin-bottom: 0;
}
body footer#footer2 .container .top .menu li{
  margin-bottom: 12px;
}
body footer#footer2 .container .top .menu-footer-menu-1-container .menu li{
  margin-bottom: 22px;
}
#menu-footer-menu-2{
  padding: 0;
  margin: 0;
}
#menu-footer-menu-2 li{
  list-style-type: none;
  padding: 0;
}
.menu-footer-menu-2-container{
  padding: 0;
}
.hero{
  background-size:cover;
  background-position:50% 50%;
}
.hero h1 strong{
  font-weight: 900;
}
.hero h1{
  color: #fff;
  font-weight: 300;
  letter-spacing:2px;
  line-height: 1;
}
body:not(.home) .general{
  padding-top:70px;
}
body:not(.home) .general.more-top{
  padding-top: 100px;
}
body:not(.home) .general.notop{
  padding-top: 0;
}
.image-module.rounded-white{
  border-radius: 6px;
  background-color:#fff;
  box-shadow: 1.239px 1.239px 7.435px 0px rgba(0, 0, 0, 0.10);  
  margin-top: 30px;
}
body:not(.home) .general h2{
  font-size: 40px;
  margin-bottom: 15px;
}
body:not(.home) .text-module h3{
  font-size: 24px;
  text-transform: none;
}
.cards .container{
  gap: 10px;
}
body .cards h3{
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 15px;
}
.cards-grid{
  width: 100%;
}
.cards-grid .card{
  margin-bottom: 30px;
}
.cards-grid .image{
  background-repeat:no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 310px;
  height: 245px;
}
.cards .container .card .content h4{
  text-transform: none;
}
.cards .container .card .content{
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
body:not(.home) .pre-footer:not(.pre-footer-inline) h2{ 
  font-size: 32px;
  line-height: 1.2;
}
body:not(.home) .pre-footer:not(.pre-footer-inline){ 
  background:#18A157 url(../img/cta_pages.svg) no-repeat 100% 100%;
  border-radius:20px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
body:not(.home) .cards .container h2{
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 40px;
}
body:not(.home) .cards {
  padding-top: 80px;
  padding-bottom: 0;
}
body:not(.home) .cards.notop {
  padding-top: 20px;
}
body:not(.home) .cards .container .no-image {
  margin-bottom: 60px;
}
body:not(.home) .cards .container .no-image .content h4{
  font-size: 24px;
  margin-bottom: 10px;
}
body:not(.home) .cards .container .no-image .content{
  text-align: left;
  padding: 0;
  font-size: 16px;
  color: #121212;
}
body:not(.home) .arrow-link{
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing:2px;
  margin-top: 30px;
}
body section.nobottom{
  margin-bottom: 0;
}
.slick-arrow{
  height: 40px;
  width: 40px;
  border-radius:50%;
  background:#fff url(../img/green-slider-right.webp) no-repeat 50% 50%;
  position: absolute;
  top: calc(50% - 20px);
  right: 20px;
  left: auto;
  transform-origin:50%;
  z-index:2;
  transition:all 300ms ease-in-out;
}
.slick-next:hover{
  transform: translate(8px, 0);
}
.slick-prev{
  left: 20px;
  right: auto;
}
.slick-prev:hover{
  transform: translate(-8px, 0) rotate(180deg);
}
.slider .container .slider-single{
  display: block;
  position: relative;
}
.slider .container .slider-single .slick-list{
  max-width: 100%;
}
.slider .container .slider-single .slide{
  width: 100%;
  display: block;
}
.pre-footer-inline.pre-footer br{
  display: none;
}
body:not(.home) .cards.quarter .container h3{
  font-size: 24px;
  font-weight: 800;
  color:#121212;
  margin-bottom: 2px;
}
body:not(.home) .cards.quarter .container a.tel{
  font-size: 16px;
  font-weight: 600;
  color:#121212;
  margin-bottom: 14px;
  display: inline-block;
}
body.page-id-803:not(.home) .cards.quarter .arrow-link:after,
body.page-id-1120:not(.home) .cards.quarter .arrow-link:after{
  display: none;
}
body:not(.home) .cards.quarter .arrow-link{
  margin-top: 6px;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
}
body:not(.home) .cards.quarter address{
  font-style:normal;
}
body section .responsive-map:last-child,
body section .responsive-map{
  width: 100%;
  padding-bottom: 56.4%;
  max-width: 1065px;
  margin:0 auto 100px;
  position: relative;
  border-radius:20px;
  overflow:hidden;
}
iframe.location-google-map{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-width:0;
  border-radius:20px;
  overflow:hidden;
}
.page-id-803 .cards.quarter .container,
.page-id-1120 .cards.quarter .container{
  max-width: 1105px;
}
.ginput_container_select{
  position: relative;
}
.ginput_container_select:after{
  position: absolute;
  top: 16px;
  right: 20px;
  background:url(../img/form-select-arrow.svg) no-repeat 0 0;
  height: 16px;
  width: 17px;
  content:' ';
  display: inline-block;
}
body .gform_wrapper.gravity-theme .gfield select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.page-id-810 .text-module h4,
.page-id-191 .text-module h4{
  font-size: 20px;
  color: #6D6D6D;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 8px;
}
.page-id-810 .text-module h3,
.page-id-191 .text-module h3{
  margin-bottom: 5px;
}
.page-id-810 .general .text-module a[target="_blank"]:after,
.page-id-191 .general .text-module a[target="_blank"]:after{
  display: none;
}
.page-id-810 .text-module address,
.page-id-191 .text-module address{
  font-style:normal;
  margin-bottom: 5px;
}
body:not(.home).page-id-810  .arrow-link,
body:not(.home).page-id-191  .arrow-link{
  margin-top: 0;
}
.cta-module.white-bg-cta .btn{
  background-color:#367640;
  color: #fff;
}
.cta-module.white-bg-cta .btn:hover{
  color:#367640;
  background-color: #fff;
}
.cta-module.white-bg-cta{
  background-color: #fff;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.10);
}
body .general .intro-content .cta-module.white-bg-cta h2,
body .general .cta-module.white-bg-cta h2{
  color:#121212;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 25px;
}
.drop-shadow-treatment .halves:not(.intro-content).container{
  border-radius: 20px;
  background: var(--00, #FFF);
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.10); 
  padding-bottom: 0;
  padding-right: 0;
}
.general.drop-shadow-treatment .container.halves .column{
  padding-bottom: 0;
}
.smallright .column:first-child p,
.smallright .column:first-child h2{
  max-width: 548px;
}
body:not(.home) .pre-footer:not(.pre-footer-inline) h2{
  margin-bottom: 0;
  position: relative;
  z-index:2;
}
.pre-footer .container{
  justify-content:center;
}
.home-hero-slider .slick-slide > div{
  height:711px;
  position: relative;
}
.home-hero-slider{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow:hidden;
}
.home-hero-slider .hero-slide{
  display: none;
}
.home-hero-slider .hero-slide-container,
.home-hero-slider .hero-slide,
.home-hero-slider .hero-slide-mobile{
  background-size:cover;
  position: absolute;
  top: 0; 
  left: 0;
  height: 100%;
  width: 100%;
}
.home-hero-slider .slick-dots{
  display: none;
}
@media screen and (min-width: 500px) {
  .fullwidth-image-mobile{display: none;}
  .fullwidth-image{
    display: block;
  }
  .home-hero-slider .slick-slide > div{
    height:610px;
  }
  .home-hero-slider .hero-slide{
    display: block;
  }
  .home-hero-slider .hero-slide-mobile{
    display: none;
  }
  
}
@media screen and (min-width: 601px) {

  .general .container.flip-mobile{
    flex-direction:row;
  }
}
@media screen and (min-width: 768px) {  
  .single #breadcrumbs {
    display: block;
  }
  body h1 {
    font-size: 56px;
  }
  .pre-footer {
    padding-bottom: 64px;
  }
  .breadcrumbWrapper {
    display: block;
  }
  .hero:not(.home-hero):after {
    background-image: url(../img/hero_bg.webp);
  }
  .hidden-mobile {
    display: block;
  }
  span.hidden-mobile {
    display: inline-block;
  }
  .jump-content {
    display: inline-block;
  }
  body .general .container.smallright {
    gap: 0;
  }
  body .general .container.smallright .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  body .general .container.smallright .column:nth-child(odd) {
    width: calc(100% - 453px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  body .general .container.smallright .column:nth-child(even) {
    width: 453px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  body .general .container.smallleft .column:nth-child(odd) {
    width: calc(100% - 533px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  body .general .container.smallleft .column:nth-child(even) {
    width: 533px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  body .general .module > img {
    width: 100%;
    height: auto;
  }
  #additional {
    padding-bottom: 50px;
  }
  .testimonial {
    padding-top: 100px;
  }
  .testimonial .container {
    max-width: 879px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 20px;
  }
  .testimonial.single .container {
    gap: 75px;
  }
  #additional .btn {
    margin-top: 50px;
  }
  .latest-postswhite .viewall {
    position: absolute;
    top: -20px;
    right: 60px;
  }
  body .breadcrumbWrapper {
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-top: 15px;
  }
  body .breadcrumbWrapper a {
    text-decoration: none;
  }
  body .breadcrumbWrapper a:hover {
    text-decoration: underline;
  }
  .hero:not(.home-hero) .container {
    max-width: 1147px;
  }
  .hero:not(.home-hero) {
    padding-top: 60px;
  }
  .pre-footer {
    padding-bottom: 20px;
  }
  .flex-prefooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .pre-footer .flex-prefooter > div {
    width: 50%;
  }
  .pre-footer-inline.pre-footer .flex-prefooter > div{
    width: 100%;
    margin: 0;
    padding-bottom: 50px;
  }
  .pre-footer-inline.pre-footer .flex-prefooter > div h2{
    max-width: 700px;
    margin:auto;
  }
  .pre-footer-inline.pre-footer br{
    display: block;
  }
  .flex-prefooter .left {
    padding-right: 30px;
  }
  .flex-prefooter .newsletter-form {
    padding-left: 30px;
  }
  footer#footer2 .container .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  footer#footer2 .container .top > .column:first-child,
  footer#footer2 .container .top .footer-nav-flex {
    width: 50%;
  }
  footer#footer2 .container .top > .column:first-child {
    padding-right: 20px;
  }
  footer#footer2 .container .top .footer-nav-flex {
    padding-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 400px;
  }
  .testimonial.single .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 65px;
  }
  .testimonial.single .container .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 259px;
            flex: 0 0 259px;
    width: 259px;
  }
  .testimonial.single .container .content {
    width: calc(100% - 259px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-bottom: 0;
    padding-top: 0;
  }
  .team-member {
    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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 524px;
  }
  .team-headshot {
    margin-right: 30px;
  }
  .wp-caption.aligncenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100% !important;
    margin-bottom: 40px;
  }
  .single .general .container .column .wp-caption.aligncenter img.size-medium {
    width: 225px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 225px;
            flex: 0 0 225px;
  }
  .wp-caption.aligncenter .wp-caption-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 500px;
            flex: 1 1 500px;
    padding-left: 50px;
    max-width: 400px;
    padding-top: 40px;
  }
  body:not(.home) .general .intro-content h2{
    font-size:48px;
  }
  body:not(.home) .general .intro-content p{
    font-size: 20px;
    line-height: 1.2;
  }
  .halves:not(.intro-content) .column:last-child .text-module{
    padding-left: 30px;
  }
  .halves.intro-content .column:first-child .text-module{
    padding-right: 20px;
  }
  body .breadcrumbWrapper {
    top: 122px;
  }
  #breadcrumbs span{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
  }
  #breadcrumbs a{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
  }
  .hero:not(.home-hero) h1{
    text-align: center;
  }
  .hero:not(.home-hero){
    position: relative;
  }
  .hero:not(.home-hero):before{
    content:' ';
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) -21.97%, rgba(0, 0, 0, 0.00) 109.84%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero:not(.home-hero){
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .cards.quarter .cards-grid{
    display: flex;
    justify-content:flex-start;
    align-items:flex-start;
    flex-wrap:wrap;
  }
  .cards.quarter .cards-grid .card{
    width: 25%;
  }
  .page-id-803 .intro h2,
  .page-id-1120 .intro h2{
    padding-left: 10px;
    position: relative;
    left: -10px;
  }
  .page-id-810 .halves:not(.intro-content),
  .page-id-191 .halves:not(.intro-content){
    align-items: flex-start;
  }
  body.page-id-810 .halves.container,
  body.page-id-191 .halves.container{
    max-width: 1116px;
    padding-bottom: 40px;
  }
  body.page-id-810 .halves .column:first-child,
  body.page-id-191 .halves .column:first-child{
    flex:1;
  }
  body.page-id-810 .halves .column:first-child{
    flex:1;
    padding-right: 38px;
  }
  body.page-id-810 .halves:not(.intro-content) .column:last-child .text-module,
  body.page-id-191 .halves:not(.intro-content) .column:last-child .text-module{
    padding-left: 0;
  }
  body.page-id-810 .general .container .column .image-module:not(:last-of-type),
  body.page-id-191 .general .container .column .image-module:not(:last-of-type){
    margin-bottom: 25px;
  }
  body.page-id-810 .form-module,
  body.page-id-191 .form-module{
    padding-right: 90px;
  }
  body.page-id-810 .halves .column:last-child,
  body.page-id-191 .halves .column:last-child{
    max-width: 484px;
  }
  body.page-id-810 .hero:not(.home-hero) .container,
  body.page-id-191 .hero:not(.home-hero) .container{
    max-width: 1116px;
  }
  body.page-id-810 .hero:not(.home-hero) .container h1,
  body.page-id-191 .hero:not(.home-hero) .container h1{
    padding-left: 0;
  }
  body:not(.home).page-id-810 .general .halves .column:first-child p{
    font-size: 20px;
  }
  body:not(.home).page-id-810 .halves .column:first-child .text-module{
    padding-right: 0;
  }
  body:not(.home).page-id-810 .general h2{
    font-size: 48px;
  }
  body:not(.home).page-id-810 .halves .column:first-child .text-module{
    padding-right: 0;
  }
  .page-id-824 .smallright .column:first-child{
    padding-right:125px;
  }
  body.page-id-824:not(.home) .general .column:last-child .image-module > img{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
  }
  body.page-id-824:not(.home) .general .column:first-child h2{
    font-size: 48px;
  }
  body.page-id-824:not(.home) .general.drop-shadow-treatment{
    margin-bottom:80px;
  }
  body.page-id-824:not(.home) .general.drop-shadow-treatment .column:first-child{
    padding-left: 40px;
    padding-top: 30px;
  }
  body.page-id-824:not(.home) .general.drop-shadow-treatment .column:first-child p{
    margin-bottom: 50px;
  }
  body.page-id-824:not(.home) .general.drop-shadow-treatment .column:first-child h2{
    font-size: 40px;
    margin-bottom: 30px;
  }
  .contain-icons{
    display: flex;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:wrap;
  }
  .contain-icons .icon{
    margin-right: 100px;
    padding-bottom: 30px;
  }
  .icons .icon:after{
    right: -60px;
    left: auto;
    bottom:auto;
    top: 70px;
    transform:rotate(-90deg);
  }
  .contain-icons .icon:last-child{
    margin-right: 0;
  }
  .icon-btn{
    max-width: 100%;
  }
  .image-highlight .container{
    position: relative;
  }
  .image-highlight .post .content{
    width: 50%;
    padding-right: 130px;
  }
  .image-highlight .container .thumbnail img{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .image-highlight .container .thumbnail{
    width: 50%;    
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .image-highlight .post .thumbnail{
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
    border-bottom-left-radius:0;
    margin: 0;
  }
  .image-highlight .post {
    width: 100%;
    max-width: 100%;
    min-height:468px;
    padding-left: 40px;
  }
  .image-highlight .container{
    padding:0;
  }
  .image-module.rounded-white>img,
  .image-module.rounded-white{
    border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
  }
  .page-id-669 .cards-grid,
  .page-id-667 .cards-grid,
  .page-id-1094 .cards-grid,
  .page-id-1107 .cards-grid{
    display: flex;
    align-items:flex-start;
    gap:25px;
  }
  .page-id-669 .cards .container .card .image,
  .page-id-667 .cards .container .card .image,
  .page-id-1094 .cards .container .card .image,
  .page-id-1107 .cards .container .card .image{
    width: 100%;
  }
  .page-id-669 .cards-grid .card:not(.no-image),
  .page-id-667 .cards-grid .card:not(.no-image),
  .page-id-1094 .cards-grid .card:not(.no-image),
  .page-id-1107 .cards-grid .card:not(.no-image){
    padding: 30px 15px 30px;
    width: 352px;
  }
  body.page-id-669 .cards .card h3,
  body.page-id-667 .cards .card h3{
    font-size: 20px;
    font-weight: 800;
  }
  body.page-id-669 .cards .container .card .content,
  body.page-id-667 .cards .container .card .content,
  body.page-id-1094 .cards .container .card .content,
  body.page-id-1107 .cards .container .card .content{
    padding-bottom: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .page-id-669 .cards .container,
  .page-id-667 .cards .container,
  .page-id-1094 .cards .container,
  .page-id-1107 .cards .container{
    max-width: 1144px;
  }
  body.page-id-669 .cards .card.no-image p,
  body.page-id-667 .cards .card.no-image p,
  body.page-id-1094 .cards .card.no-image p,
  body.page-id-1107 .cards .card.no-image p{
    font-size: 16px;
  }
  body.page-id-669 .cards .card.no-image h3,
  body.page-id-667 .cards .card.no-image h3,
  body.page-id-1094 .cards .card.no-image h3,
  body.page-id-1107 .cards .card.no-image h3{
    font-size: 24px;
  }
  body.page-id-669:not(.home) .general .intro-content h2,
  body.page-id-667:not(.home) .general .intro-content h2,
  body.page-id-1094:not(.home) .general .intro-content h2,
  body.page-id-1107:not(.home) .general .intro-content h2{
    margin-bottom: 20px;
  }
  body.page-id-669:not(.home) .general .intro-content p,
  body.page-id-667:not(.home) .general .intro-content p,
  body.page-id-1094:not(.home) .general .intro-content p,
  body.page-id-1107:not(.home) .general .intro-content p{
    font-size: 16px;
  }
  .page-id-669 .cards:last-child,
  .page-id-667 .cards:last-child,
  .page-id-1094 .cards:last-child,
  .page-id-1107 .cards:last-child{
    padding-bottom: 30px;
  }
  .home .general p{
    max-width: 630px;
  }
  body .image-highlight h2{
    margin-bottom: 25px;
  }
  .home-hero-slider .slick-dots{
    position: absolute;
    top: 150px;
    left: 50px;
    display: block;
    width: 32px;
    margin: 0;
    color:#fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    z-index:3;
  }
  .home-hero-slider .slick-dots li{
    list-style-type: decimal;
    position: relative;
    height: 32px;
    width: 32px;
    background-color:transparent;
    margin-bottom: 12px;
  }
  .home-hero-slider .slick-dots li:hover button,
  .home-hero-slider .slick-dots li.slick-active button{
    border-color:#389952;
  }
  .home-hero-slider .slick-dots li button{
    position: absolute;
    top: -7px;
    left: -27px;
    height: 32px;
    width: 32px;
    border-radius:50%;
    border:2px solid #5F5F5F;
    background-color:transparent;
    transform: rotate3d(0, 0, 1, 0.001deg);
  }
  .home-hero .content{
    padding-left: 60px;
  }
}
@media screen and (min-width: 992px) {  
  body .breadcrumbWrapper {
    padding-left: 55px;
  }
  header#header1 .main .container {
    padding-left: 50px;
  }
  footer#footer2 .container .top > .column:first-child {
    min-width: 450px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer#footer2 .container .top > .column:first-child,
  footer#footer2 .container .top > .column,
  footer#footer2 .container .top .footer-nav-flex {
    width: 33.33333%;
  }
  footer#footer2 .container .top > .column:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 160px;
  }
  footer#footer2 .container .top .social {
    text-align: right;
  }
  footer#footer2 .container .top {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  footer#footer2 .container .top .menu {
    position: relative;
    top: -4px;
  }
  footer#footer2 .container .top .menu,
  footer#footer2 .container .top .menu li {
    margin-top: 0;
  }
  footer .social a {
    margin-left: 12px;
    margin-right: 0;
  }
  .youtube-image-gallery .module {
    width: 80px;
    height: 80px;
    margin-right: 7px;
  }
  .feature-thumb.play-icon:before {
    height: 56px;
    width: 56px;
    margin: -28px 0 0 -28px;
  }
  .hero:not(.home-hero):after {
    width: 663px;
  }
  header#header1 .main .container .logo{
    flex:0 0 196px;
  }
  footer#footer2 .container .top .footer-nav-flex{
    width: calc(100% - 250px);
    max-width: 100%;
    padding-left: 30px;
    text-align: right;
  }
  footer#footer2 .container .top .footer-nav-flex .column{
    width: 100%;
  }
  footer#footer2 .container .top > .column:first-child{
    width: 250px;
    min-width: auto;
  }
  .footer-nav-flex{
    position: absolute;
    top: 70px;
    right: 20px;
    display: block;
  }
  footer#footer2 .container .top{
    display: block;
  }
  .menu-footer-menu-1-container{
    padding-right: 0;
    padding-left: 20px;
  }
  footer#footer2 .container .top .social{
    position: absolute;
    bottom: 0;
    right: 20px;
  }
  footer#footer2 .bottom{
    padding-bottom: 0;
  }
  footer#footer2 .container .top .menu li:last-child{
    margin-bottom: 0;
  }
  footer#footer2 .footer-copy {
    margin-bottom: 0;
  }
  #footer2 .bottom div,
  #footer2 .bottom p{
    display: inline-block;
    margin-right: 30px;
  }
  body footer#footer2 .container .top .menu-footer-menu-1-container .menu li:first-child{
    margin-left: 0;
  }
  body footer#footer2 .container .top .menu-footer-menu-1-container .menu li{
    display: inline-block;
    margin-left: 30px;
  }
  body section.pre-footer{
    position: relative;
  }
  body section.pre-footer:after{
    content:' ';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width:327px; 
    height:203px;
    background:url(../img/footer-right-swoosh.svg) no-repeat 100% 0 / cover;
    border-bottom-right-radius:20px;
  }
  body section.pre-footer .left{
    position: relative;
    z-index:2;
  }
  footer#footer2 .container .top{
    padding-bottom: 0;
  }
  body:not(.home) .pre-footer:not(.pre-footer-inline){
    max-width: 1104px;
  }
}
@media screen and (min-width: 1121px) {
  .blog .container .posts .post .thumbnail,
  .archive .container .posts .post .thumbnail {
    margin-right: 0;
    margin-left: 0;
  }
  .blog .container .posts .post,
  .archive .container .posts .post,
  .related-posts .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    text-decoration: none;
    color: #000000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 33.33333%;
  }
  .posts-overview .post,
  .related-posts .post {
    width: calc(33.3333% - 100px) !important;
  }
  header#header1 .main .container #main-menu ul.menu > li > a {
    padding: 8px 24px;
    border-radius: 5px;
  }
  header#header1 .main .container #main-menu .menu li a{
    font-weight: 600;
  }
  .single header#header1 .main .container #main-menu .menu > li.menu-item-222 > a,
  header#header1 .main .container #main-menu .menu > li.current-menu-item > a,
  header#header1 .main .container #main-menu .menu > li.current-page-ancestor > a,
  header#header1 .main .container #main-menu .menu > li.current_page_ancestor > a,
  header#header1 .main .container #main-menu .menu > li.current_page_item > a,
  header#header1 .main .container #main-menu .menu > li > a:hover {
    color: #148549;
  }
  header#header1 .main .container #main-menu .menu > li .sub-menu .current-menu-item a,
  header#header1 .main .container #main-menu .menu > li .sub-menu .current_menu_item a,
  header#header1 .main .container #main-menu .menu > li .sub-menu a:hover {
    color: #367640;
  }
  header#header1 .main .container #main-menu .search #searchButton {
    background-color: #E7E7E7;
    padding: 14px 0 0;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    text-align: center;
    margin: 0;
    position: absolute;
    top: -22px;
    right: 181px;
  }
  header#header1 .main .container #main-menu .menu {
    margin-right: 240px;
  }
  header#header1 .main .container #main-menu .menu > li {
    padding: 0 !important;
  }
  header#header1 .main .container #main-menu ul.menu > li.menu-item-349 {
    padding: 0;
    position: absolute;
    top: 22px;
    right: 0;
  }
  header#header1 .main .container #main-menu ul.menu > li.menu-item-349 > a {
    background-color: #367640;
    padding: 8px 40px 0;
    border-radius: 100px;
    color: #F6F6F6;
    height: 44px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 35px;
    padding-right: 35px;
  }
  header#header1 .main .container #main-menu ul.menu > li.menu-item-349 > a:hover {
    color: #262626;
    background-color: #f6f6f6;
    border: 1px solid #367640;
  }
  header#header1 .main .container #main-menu .search #searchform {
    top: calc(100% + 40px);
  }
  header#header1 .main .container #main-menu .menu li a{
    font-size: 16px;
    font-weight: 600;
  }
  header#header1 .main .container #main-menu .menu li.menu-item-205{
    position: absolute;
    top: 28px;
    right: 20px;
  }
  header#header1 .main .container #main-menu .menu li.menu-item-205 a{
    padding: 14px 32px 15px;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #148549;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    color:#148549;
    font-weight: 700;
    letter-spacing:1px;
    line-height: 1;
  }
  header#header1 .main .container #main-menu .menu li.menu-item-205 a:hover{
    background-color: #148549;
    color: #fff;
  }
  header#header1 .main .container .logo{
    padding-top: 14px;
  }
  header#header1 {
    height: 96px;
  }
  body{
    padding-top: 96px;
  }
  header#header1 .main .container #main-menu .menu{
    margin-top: 15px;
  }
  body footer#footer2 .container .top .menu-footer-menu-1-container .menu li{
    margin-left: 38px;
  }
  body .breadcrumbWrapper {
    top: 92px;
  }
  .hero:not(.home-hero) h1{
    text-align: left;
    /* padding-left:150px; */
  }
  .halves .column:first-child .text-module{
    padding-right: 60px;
  }
  .halves:not(.intro-content) {
    align-items:center;
    padding-bottom: 70px;
  }
  .halves:not(.intro-content) .column:last-child .text-module{
    padding-left: 80px;
  }
  .halves.intro-content .column:first-child .text-module{
    padding-right: 60px;
  }
  .halves.intro-content .column:last-child .text-module{
    padding-left:14px;
  }
}
@media screen and (min-width: 1200px) {
  header#header1 .main .container #main-menu .menu {
    margin-right: 280px;
  }
  .home-hero .container {
    padding-top: 170px;
    padding-bottom: 170px;
    text-align: center;
    max-width: 1920px;
  }
  .home-hero .content {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .home-hero h1 {
    max-width: 730px;
  }
  .home-hero-slider .slick-dots{
    top: 182px;
    left: 50%;
    margin-left: -650px;
  }
  .home-hero .content{
    padding-left: 20px;
  }
  section.slider .container img{
    width: 100%;
    border-radius:20px;
  }
}
@media screen and (min-width: 1450px) {
  body .breadcrumbWrapper,
  body.archive .breadcrumbWrapper,
  body.blog .breadcrumbWrapper {
    left: 50%;
    margin-left: -570px;
  }
  .associate-retailers {
    padding-left: 120px;
  }
  body .breadcrumbWrapper,
  body.archive .breadcrumbWrapper,
  body.blog .breadcrumbWrapper {
    margin-left: -720px;
  }
}