:root {
  --bcls-cc-button-color: #9b0010;
  --bcls-cc-button-color-hover: #68000b;
}
.footer-menu-column div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header,
div.ctct-form-embed.form_0 div.ctct-form-defaults h2.ctct-form-header,
div.bcls-cc-popup-modal div.ctct-form-defaults h2.ctct-form-header,
.footer-menu-column div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text,
div.ctct-form-embed.form_0 div.ctct-form-defaults p.ctct-form-text,
div.bcls-cc-popup-modal div.ctct-form-defaults p.ctct-form-text,
.footer-menu-column div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text,
div.ctct-form-embed.form_0 div.ctct-form-defaults p.ctct-gdpr-text,
div.bcls-cc-popup-modal div.ctct-form-defaults p.ctct-gdpr-text,
.footer-menu-column div.ctct-form-embed div.ctct-form-defaults button,
div.ctct-form-embed.form_0 div.ctct-form-defaults button,
div.bcls-cc-popup-modal div.ctct-form-defaults button {
  font-family: proximanova, Verdana, Arial, sans-serif !important;
}
.footer-menu-column div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text,
div.ctct-form-embed.form_0 div.ctct-form-defaults p.ctct-gdpr-text,
div.bcls-cc-popup-modal div.ctct-form-defaults p.ctct-gdpr-text {
  font-size: 13px !important;
  line-height: 16px !important;
}
.ctct-form-custom {
  visibility: hidden;
}
.ctct-form-custom.bcls-cc-ready {
  visibility: visible;
}
.enews-banner {
  margin: 0 0;
}
.enews-banner-image {
  display: block;
  width: 100%;
  height: auto;
}
.enews-banner-image-mobile {
  display: none;
}
@media (max-width: 991px) {
  .enews-banner-image-desktop {
    display: none;
  }
  .enews-banner-image-mobile {
    display: block;
  }
}
.ctct-form-embed.form_0 {
  max-width: 600px;
  margin: 0 auto;
}
.ctct-form-embed.form_0 .ctct-form-header,
.ctct-form-embed.form_0 .ctct-form-text,
.bcls-cc-popup-modal .ctct-form-header,
.bcls-cc-popup-modal .ctct-form-text {
  text-align: center;
}
.ctct-form-embed.form_0 .ctct-form-field label::before {
  content: none !important;
}

.ctct-form-embed.form_0 .ctct-form-field label::after {
  content: "\2217";
  position: relative;
  top: -5px;
  right: -4px;
  color: #f5463b;
}

.ctct-form-embed.form_0 .ctct-form-field {
  margin-bottom: .75rem !important;
}

.ctct-form-embed.form_0 .ctct-form-button {
  margin: 0 0 1rem 0 !important;
  background-color: var(--bcls-cc-button-color) !important;
  border: 1px solid var(--bcls-cc-button-color) !important;
  font-weight: 600 !important;
}
.ctct-form-embed.form_0 .ctct-form-button:hover {
  background-color: var(--bcls-cc-button-color-hover) !important;
  border: 1px solid var(--bcls-cc-button-color-hover) !important;
}

.enews-social-follow {
  max-width: 600px;
  margin: 0 auto 2rem !important;
  text-align: center;
}
.enews-social-follow.bcls-footer-menu {
  margin-bottom: 2rem;
}
.enews-social-follow-title {
  font-family: proximanova, Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0.25rem;
  color: #262727;
}
.enews-social-follow-subtitle {
  font-family: proximanova, Verdana, Arial, sans-serif;
  font-size: 15px;
  margin: 0 0 1rem;
  color: #535554;
}
.enews-social-follow ul.footer-menu-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.enews-social-follow li.footer-menu-item-social {
  float: none !important;
  padding: 0 !important;
  line-height: 0;
  margin: 0 5px;
}
.enews-social-follow a.social-link {
  display: inline-block;
  vertical-align: middle;
  background-color: #404142;
}
.enews-social-follow a.social-link:hover {
  background-color: #262727;
}

.ctct-form-embed.form_0 .ctct-form-success .bcls-cc-home-button {
  display: table;
  margin: 1.5rem auto 1rem !important;
  padding: 12px 24px !important;
  color: #ffffff !important;

  background-color: var(--bcls-cc-button-color) !important;
  border: 1px solid var(--bcls-cc-button-color) !important;
  font-weight: 600 !important;

  font-family: proximanova, Verdana, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;

  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
}

.ctct-form-embed.form_0 .ctct-form-success .bcls-cc-home-button:hover {
  background-color: var(--bcls-cc-button-color-hover) !important;
  border: 1px solid var(--bcls-cc-button-color-hover) !important;
  text-decoration: none !important;
}

.bcls-cc-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.bcls-cc-popup-modal {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: none;
  left: 50%;
  max-width: 520px;
  max-height: 90vh;
  overflow: hidden;
  position: fixed;
  padding: 1rem;
  top: 50%;
  text-align: left;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 10000;
}
.bcls-cc-popup-modal p.ctct-form-text {
  line-height: 1.2 !important;
}
.bcls-cc-popup-modal .ctct-form-button {
  margin: 0.75rem 0 2rem !important;
  background-color: var(--bcls-cc-button-color) !important;
  border: 1px solid var(--bcls-cc-button-color) !important;
  font-weight: 600 !important;
}
.bcls-cc-popup-modal .ctct-form-button:hover {
  background-color: var(--bcls-cc-button-color-hover) !important;
  border: 1px solid var(--bcls-cc-button-color-hover) !important;
}
.bcls-cc-popup-modal p.ctct-gdpr-text {
  color: #535554 !important;
}
.bcls-cc-popup-modal .bcls-cc-popup-header {
  text-align: center;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.bcls-cc-popup-modal .bcls-cc-popup-header img {
  display: inline-block;
  min-height: 1.75rem;
  width: auto;
  height: auto;
}
.bcls-cc-popup-modal .bcls-cc-popup-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  border: none;
  border-radius: 50%;
  background-color: #d9d9d9;
  font-size: 31px;
  cursor: pointer;
  color: #000000;
  width: 30px;
  height: 30px;
  display: grid;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.bcls-cc-popup-modal .bcls-cc-popup-close:hover {
  background-color: #b3b3b3;
}
.bcls-footer-menu .constant-contact-form-header {
  text-align: left;
  margin-bottom: 0.75rem;
}
.bcls-footer-menu .constant-contact-form-header img {
  max-height: 52px;
  max-width: 174px;
}
.bcls-footer-menu .ctct-inline-form {
  text-align: left;
}
.bcls-footer-menu .ctct-inline-form form.ctct-form-custom {
  visibility: hidden;
}
.bcls-footer-menu .ctct-inline-form form.ctct-form-custom h2.ctct-form-header {
  display: none;
}
.bcls-footer-menu .ctct-inline-form form.ctct-form-custom.bcls-cc-ready {
  visibility: visible;
}
.bcls-footer-menu .ctct-inline-form div.ctct-form-embed .ctct-form-defaults {
  padding: 0;
}
.bcls-footer-menu .ctct-inline-form div.ctct-form-embed .ctct-form-header {
  font-size: 18px !important;
  font-weight: 400 !important;
}
.bcls-footer-menu .ctct-inline-form div.ctct-form-embed .ctct-form-text {
  font-size: 15px !important;
  line-height: 16px !important;
  border: none !important;
}
.bcls-footer-menu .ctct-inline-form div.ctct-form-embed input.ctct-form-element {
  font-size: 15px !important;
}
.bcls-footer-menu .ctct-inline-form div.ctct-form-embed .ctct-form-custom .ctct-form-button {
  background-color: var(--bcls-cc-button-color) !important;
  border: 1px solid var(--bcls-cc-button-color);
  margin-top: 0.75rem;
  font-weight: 600 !important;
  height: 46px;
  padding: 0 !important;
}
.bcls-footer-menu .ctct-inline-form div.ctct-form-embed .ctct-form-custom .ctct-form-button:hover {
  background-color: var(--bcls-cc-button-color-hover) !important;
  border: 1px solid var(--bcls-cc-button-color-hover);
}
.bcls-footer-menu .ctct-inline-form #email_address_field_1 {
  margin-bottom: 0.75rem !important;
}
.bcls-footer-menu .footer-copyright {
  border-top: 1px solid #535554;
  padding: 15px 0 15px 0;
  margin: 0;
  font-size: 13px;
}
.bcls-footer-menu .footer-copyright a {
  color: #fff;
  font-size: 14px;
}
.bcls-footer-menu .footer-copyright > div {
  padding: 0;
}
.bcls-footer-menu .footer-copyright > div:first-child {
  text-align: left;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .bcls-footer-menu .footer-copyright > div:first-child {
    text-align: center;
  }
}
.bcls-footer-menu .footer-copyright > div:last-child {
  text-align: right;
}
.bcls-footer-menu .footer-copyright .copyright {
  font-weight: 300;
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 768px) {
  .bcls-footer-menu .footer-copyright .copyright {
    text-align: center;
  }
}
.bcls-footer-menu .footer-copyright .bcls-footer-menu {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 7px;
}
.bcls-footer-menu .footer-copyright .bcls-footer-menu ul {
  display: block;
  width: 70%;
  float: right;
}
@media (max-width: 768px) {
  .bcls-footer-menu .footer-copyright .bcls-footer-menu ul {
    width: 100%;
    margin: auto;
    text-align: center;
  }
}
p.ctct-form-footer {
  display: none;
}
