.elementor-174 .elementor-element.elementor-element-5cd5812{--display:flex;}.elementor-174 .elementor-element.elementor-element-40c2585{z-index:5;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-40c2585 *//* Full-width orange newsletter bar */
.cc-newsletter-bar {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #dc4405;
  color: #fff;
  padding: 28px 0 24px;
  font-family: 'Lato', sans-serif;
}

.cc-newsletter-bar .container {
  width: 96%;
  max-width: 1600px;
  margin: 0 auto;
}

.cc-newsletter-bar .cc-newsletter-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

/* Constant Contact form on orange */
.cc-newsletter-bar .ctct-inline-form,
.cc-newsletter-bar .ctct-inline-form * {
  color: #fff !important;
}

.cc-newsletter-bar .ctct-inline-form input[type="email"],
.cc-newsletter-bar .ctct-inline-form input[type="text"] {
  width: 100%;
  max-width: 360px;
  padding: 10px 12px;
  border: none;
  border-radius: 4px;
  margin: 8px auto;
  display: block;
  color: #363636 !important;
}

.cc-newsletter-bar .ctct-inline-form button,
.cc-newsletter-bar .ctct-inline-form input[type="submit"] {
  background: #4ec3e0 !important;
  color: #2a2a2a !important;
  border: 0 !important;
  border-radius: 55px !important;
  padding: 8px 18px !important;
  margin-top: 10px !important;
  cursor: pointer;
}

.cc-newsletter-bar .ctct-inline-form button:hover,
.cc-newsletter-bar .ctct-inline-form input[type="submit"]:hover {
  background: #97d700 !important;
}

/* Your disclosure + any CT-injected legal text */
.cc-newsletter-bar .cc-newsletter-disclosure,
.cc-newsletter-bar .ctct-inline-form .ctct-form-footer,
.cc-newsletter-bar .ctct-inline-form .ctct-gdpr-text,
.cc-newsletter-bar .ctct-inline-form p {
  font-size: 12px;
  line-height: 1.5;
  margin: 14px auto 0;
  max-width: 680px;
  opacity: 0.95;
}

.cc-newsletter-bar a {
  color: #fff;
  text-decoration: underline;
}

/* Footer inner content width to match source spread */
.cc-weebly-footer .container {
  width: 96% !important;   /* try 94% if too wide */
  max-width: 1600px;
  margin: 0 auto;
}

/* Push left/right footer columns outward a bit */
.cc-weebly-footer .cc-footer-grid {
  grid-template-columns: 24% 52% 24%;
  gap: 10px;
}

/* Align edge columns like original */
.cc-weebly-footer .cc-footer-links { padding-left: 0; }
.cc-weebly-footer .cc-footer-contact { text-align: right; padding-right: 0; }

/* Keep logo centered */
.cc-weebly-footer .cc-footer-logo { text-align: center; }

.cc-weebly-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.cc-weebly-footer {
  font-family: 'Lato', sans-serif;
  color: #fff;
}

.cc-weebly-footer .cc-footer-main {
  background: #282828;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.cc-weebly-footer .cc-footer-main::before {
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: rgba(0,0,0,0.3);
  opacity: 0.5;
  border-bottom-left-radius: 100%;
}

.cc-weebly-footer .container {
  width: 86%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cc-weebly-footer .cc-footer-grid {
  display: grid;
  grid-template-columns: 26% 48% 26%;
  gap: 20px;
  align-items: center;
}

.cc-weebly-footer .wsite-content-title {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 14px;
  color: #fff;
}

.cc-weebly-footer .paragraph,
.cc-weebly-footer .paragraph a {
  color: #fff;
}

.cc-weebly-footer .paragraph a {
  text-decoration: none;
  border-bottom: 2px solid #202020;
  display: inline-block;
}

.cc-weebly-footer .paragraph a:hover {
  color: #4db8d3;
}

.cc-weebly-footer .cc-footer-links ul {
  margin: 0;
  padding-left: 18px;
}

.cc-weebly-footer .cc-footer-links li {
  margin: 0 0 7px;
}

.cc-weebly-footer .cc-footer-logo {
  text-align: center;
}

.cc-weebly-footer .cc-footer-logo img {
  max-width: 269px;
  width: 100%;
  height: auto;
}

.cc-weebly-footer .cc-footer-credit {
  margin-top: 26px;
  text-align: right;
  font-size: 14px;
}

.cc-weebly-footer .cc-footer-bot-deco {
  background: #282828;
  height: 65px;
}

/* Responsive behavior similar to source */
@media (max-width: 1024px) {
  .cc-weebly-footer .container { width: 94%; }
}

@media (max-width: 768px) {
  .cc-weebly-footer .cc-footer-main::before {
    width: 95%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 100%;
  }

  .cc-weebly-footer .cc-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cc-weebly-footer .cc-footer-links ul {
    list-style: none;
    padding-left: 0;
  }

  .cc-weebly-footer .cc-footer-credit {
    text-align: center;
    margin-top: 20px;
  }

  .cc-weebly-footer .wsite-content-title {
    font-size: 14px;
    line-height: 20px;
  }
}/* End custom CSS */