/* Insert your rewell footer custom SASS styling. */
.footer-wrapper {
  padding: 70px 0;
  background-color: #f8f8f8;
}

.footer-wrapper .footer {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}

.footer-wrapper .footer .footer-top {
  padding-bottom: 40px;
}

.footer-wrapper .footer .footer-top .footer-left .region-footer-left {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-wrapper .footer .footer-top .footer-left .region-footer-left .navbar-brand {
  margin-right: 0;
  margin-bottom: 70px;
}

.footer-wrapper .footer .footer-top .footer-left .region-footer-left .navbar-brand #default-logo {
  display: none;
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer .footer-top .footer-left .region-footer-left .navbar-brand {
    margin-bottom: 30px;
  }
}

.footer-wrapper .footer .footer-top .footer-left .region-footer-left .menu--footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-bottom: 20px;
  font-size: 0.875rem;
}

.footer-wrapper .footer .footer-top .footer-left .region-footer-left .menu--footer ul.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer .footer-top .footer-left .region-footer-left .menu--footer ul.nav {
    text-align: center;
  }
}

.footer-wrapper .footer .footer-top .footer-left .region-footer-left .menu--footer li .nav-link {
  padding: 0 0 5px;
  color: #000;
  font-weight: 700;
}

.footer-wrapper .footer .footer-top .footer-left .region-footer-left .menu--footer li .nav-link:hover {
  color: #269f68;
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer .footer-top .footer-left .region-footer-left .menu--footer {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer .footer-top .footer-left .region-footer-left {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer-wrapper .footer .footer-top .footer-left .menu--social-media-icons .nav {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.footer-wrapper .footer .footer-top .footer-left .menu--social-media-icons .nav .nav-item {
  margin-right: 20px;
}

.footer-wrapper .footer .footer-top .footer-left .menu--social-media-icons .nav .nav-item:last-child {
  margin: 0;
}

.footer-wrapper .footer .footer-top .footer-left .menu--social-media-icons .nav .nav-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  border-radius: 50%;
  background-color: #269f68;
  font-size: 0;
}

.footer-wrapper .footer .footer-top .footer-left .menu--social-media-icons .nav .nav-item a:before {
  margin-top: 2px;
  font-size: 1rem;
}

.footer-wrapper .footer .footer-top .footer-left .menu--social-media-icons .nav .nav-item a:hover:before {
  color: #269f68;
}

.footer-wrapper .footer .footer-top .footer-left .menu--social-media-icons .nav .nav-item a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #269f68;
  border: 1px solid #269f68;
  background-color: #fff;
}

.footer-wrapper .footer .footer-top .footer-left .menu--social-media-icons .nav .nav-item a.fa-linkedin-in:before {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer .footer-top .footer-left .menu--social-media-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 30px 0;
  }
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer .footer-top .footer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 2;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-order: 2;
    order: 2;
    padding-top: 10px;
    -webkit-box-ordinal-group: 3;
    -webkit-box-pack: center;
  }
}

.footer-wrapper .footer .footer-right {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.footer-wrapper .footer .footer-right .block-content--type-cta-block {
  padding: 0;
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer .footer-right {
    margin-bottom: 40px;
    text-align: center;
  }
}

.footer-wrapper .footer-bottom {
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #d4d4d4;
}

.footer-wrapper .footer-bottom .region-footer-bottom div[id$="-copyright"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  color: #000;
  font-size: 0.875rem;
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer-bottom .region-footer-bottom div[id$="-copyright"] {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}

.footer-wrapper .footer-bottom .region-footer-bottom div[id$="block-vardot-logo"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  color: #000;
  font-size: 0.75rem;
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer-bottom .region-footer-bottom div[id$="block-vardot-logo"] {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer-bottom {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .footer-wrapper {
    padding: 50px 0;
  }
}

.top-footer-wrapper {
  padding: 50px 0;
  background-color: #269f68;
}

.top-footer-wrapper .mailchimp-signup-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .top-footer-wrapper .mailchimp-signup-subscribe-form {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

.top-footer-wrapper .mailchimp-signup-subscribe-form h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
}

@media (min-width: 768px) {
  .top-footer-wrapper .mailchimp-signup-subscribe-form h2 {
    max-width: 35%;
    margin: 0;
    margin-right: 30px;
    text-align: left;
  }
}

.top-footer-wrapper .mailchimp-signup-subscribe-form .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-footer-wrapper .mailchimp-signup-subscribe-form .content #mailchimp-signup-subscribe-block-subscribe-to-our-newsletter-form label,
.top-footer-wrapper .mailchimp-signup-subscribe-form .content #mailchimp-signup-subscribe-block-subscribe-to-our-newsletter-form input {
  color: #fff;
  line-height: 1;
}

.top-footer-wrapper .mailchimp-signup-subscribe-form .content #mailchimp-signup-subscribe-block-subscribe-to-our-newsletter-form .form-group input {
  border-color: #fff;
}

.top-footer-wrapper .mailchimp-signup-subscribe-form .content #mailchimp-signup-subscribe-block-subscribe-to-our-newsletter-form .form-group input::-webkit-input-placeholder {
  display: block;
  opacity: 1;
  color: #fff;
}

.top-footer-wrapper .mailchimp-signup-subscribe-form .content #mailchimp-signup-subscribe-block-subscribe-to-our-newsletter-form .form-group input::placeholder,
.top-footer-wrapper .mailchimp-signup-subscribe-form .content #mailchimp-signup-subscribe-block-subscribe-to-our-newsletter-form .form-group input:-webkit-input-placeholder {
  display: block;
  opacity: 1;
  color: #fff;
}

.top-footer-wrapper .mailchimp-signup-subscribe-form .content #mailchimp-signup-subscribe-block-subscribe-to-our-newsletter-form .form-group input::-moz-placeholder {
  display: block;
  opacity: 1;
  color: #fff;
}

@media (min-width: 992px) {
  .top-footer-wrapper .mailchimp-signup-subscribe-form .content .mailchimp-newsletter-mergefields,
  .top-footer-wrapper .mailchimp-signup-subscribe-form .content .form-actions {
    display: inline-block;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .top-footer-wrapper .mailchimp-signup-subscribe-form .content {
    width: 55%;
  }
  .top-footer-wrapper .mailchimp-signup-subscribe-form .content .mailchimp-newsletter-mergefields {
    margin-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .top-footer-wrapper .mailchimp-signup-subscribe-form .content {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.top-footer-wrapper .mailchimp-signup-subscribe-form .alert {
  border-color: #fff;
}
