.path-notfront table {
  background-color: transparent;
}

/* body.path-notfront, body.path-notfront #page, body.path-notfront #content {
  background-image: none;
} */

body.path-notfront .custom-header {
  background-color: #FFFFFF;
}

.custom-header>.container {
  max-width: 1476px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.custom-header a.front-logo {
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
  border-width: 0px;
  margin: 0;
  padding: 0;
}


body.path-notfront #superfish-main li.sf-depth-1 a {
  color: #000;
  text-decoration: none;
}

.custom-header #superfish-main li.sf-depth-1:hover {
  background: transparent !important;
}

body.path-notfront #superfish-main li.sf-depth-1>a {
  font-weight: 400;
  font-size: 18px;
  padding-right: 40px;
  padding-left: 0;
  border-width: 0px;
}

body.path-notfront ul#superfish-main--2 li {
  display: block;
  width: 100%;
}

body.path-notfront ul#superfish-main--2 li a {
  border-width: 0px;
  text-decoration: none;
}

body.path-notfront .site-footer {
  background: #000;
}

body.path-notfront ul.sf-menu .sf-depth-1>.sf-sub-indicator::after {
  background-image: url(../img/down_arrow.png);
  width: 14px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  top: 5px;
}

body.path-notfront .site-footer .block {
  margin: 20px 0;
  padding: 10px;
  border: 0px solid #444;
  border-color: rgba(255, 255, 255, 0.1);
}

body.path-notfront .site-footer__top .footer-social ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  column-gap: 15px;
}

body.path-notfront .site-footer__top .footer-social ul li {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #0C7A00;
  border-radius: 50%;
}

body.path-notfront .site-footer__top .footer-social ul li:hover {
  border: 2px solid #fff;
}

body.path-notfront .site-footer__top .footer-social ul li a {
  display: block;
  padding: 0px;
  text-align: center;
  border-width: 0px;
  line-height: 46px;
  text-indent: 0px;
  text-decoration: none;
}

body.path-notfront .site-footer__top .footer-social ul li a:hover img {
  filter: brightness(0) invert(1);
}

body.path-notfront ul#superfish-main--2 li {
  display: block;
  width: 100%;
}

body.path-notfront ul#superfish-main--2 li a {
  border-width: 0px;
  text-decoration: none;
}

body.path-notfront .site-footer ul.sf-menu.sf-horizontal.sf-shadow ul {
  background: #000;
}

body.path-notfront .site-footer__top h2 {
  border-width: 0px;
}

body.path-notfront .site-footer__top input.form-text,
body.path-notfront .site-footer__top input.form-tel,
body.path-notfront .site-footer__top input.form-email,
body.path-notfront .site-footer__top input.form-url,
body.path-notfront .site-footer__top input.form-search,
body.path-notfront .site-footer__top input.form-file,
body.path-notfront .site-footer__top input.form-number,
body.path-notfront .site-footer__top input.form-color,
body.path-notfront .site-footer__top textarea.form-textarea {
  color: #fff;
  border: 1px solid #3C3C3C;
  background-color: #3C3C3C;
  border-radius: 8px;
  padding: 16px 20px;
}

body.path-notfront .site-footer__top input.form-text,
body.path-notfront .site-footer__top input.form-tel,
body.path-notfront .site-footer__top input.form-email,
body.path-notfront .site-footer__top input.form-url,
body.path-notfront .site-footer__top input.form-search,
body.path-notfront .site-footer__top input.form-file,
body.path-notfront .site-footer__top input.form-number,
body.path-notfront .site-footer__top input.form-color {
  height: 50px;
}

body.path-notfront .site-footer__top .form-actions.webform-actions.js-form-wrapper.form-wrapper .button {
  background: #0C7A00;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  line-height: 47px;
  font-family: 'Arial Bold';
  color: #fff;
  max-width: 180px;
  width: 100%;
  height: 60px;
  border-radius: 60px;
  text-align: center;
  border: 2px solid #0C7A00;
}

body.path-notfront .site-footer__top .form-actions.webform-actions.js-form-wrapper.form-wrapper .button:hover {
  background: #fff;
  color: #0C7A00;
}

.path-notfront .site-footer__top h2::after {
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #7B1217;
  left: 0;
  bottom: 0;
  content: "";
}

.path-notfront .site-footer__top h2{
  font-family: 'Arial Bold';
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.path-notfront  #webform-submission-contact-node-248-add-form label {
  display: block;
}

body.page-node-type-webform {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.footer-logo-wrapper .footer-logo a {
  border-bottom: none;
}

@media (min-width: 851px) {
  body.path-notfront #header .layout-container {
    max-width: 100%;
  }

  body.path-notfront .site-footer__top>.region {
    width: 32.33%;
  }
}

@media (min-width: 1200px) {
  .custom-header a.front-logo {
    margin-top: 10px;
  }
}

@media (max-width: 1366px) {
  body.path-notfront #superfish-main li.sf-depth-1>a {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .custom-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    height: 60px;
  }

  ul#superfish-main-accordion {
    position: absolute;
    left: 0 !important;
    width: 100%;
    right: 0 !important;
    background: #fff;
    top: 54px !important;
    border-top: 4px solid #0c7a00;
  }

  .region.region-custom-header {
    position: absolute;
    width: 95%;
  }

  body.user-logged-in .sf-accordion-toggle.sf-style-none {
    position: absolute;
    right: 15px;
    top: 9px;
  }

  .sf-accordion-toggle.sf-style-none {
    position: absolute;
    right: 15px;
    top: 20px;
  }

  .custom-header a.front-logo {
    position: absolute;
    top: 15px;
  }
}

@media (max-width: 991.98px) {

}

@media (max-width: 767px) {
  iframe {
    width: 300px;
    height: 300px;
  }
}