/**
 * @file
 * Footer Styles
 */
/* ===== GLOBAL FOOTER STYLES ===== */
.footer-container {
  background-color: #093000;
  color: #ffffff;
  padding: 1rem 0 0 0;
  border-top: 2px solid #26451f;
}

.footer-container .wrapper {
  padding: 1rem;
}

/* ===== ABOVE FOOTER REGION STYLES ===== */
.above-footer .region {
  display: flex;
  border-bottom: 1px solid #26451f;
  padding: 0 0 1rem 0;
}

@media only screen and (max-width: 768px) {
  .above-footer .region {
    display: block;
  }
}

/* Newsletter Signup Heading Text */
.above-footer .newsletter-signup {
  width: 75%;
  padding: 0 3rem 0 0;
}

@media only screen and (max-width: 768px) {
  .above-footer .newsletter-signup {
    width: 100%;
    padding: 0;
  }
}

.above-footer .newsletter-signup .email-signup h3 {
  position: relative;
  line-height: 1.25;
  padding: 0 10rem 0 0;
  font-size: 28px;
  color: #ffffff;
  margin: 0 0 1rem 0;
}

@media only screen and (max-width: 768px) {
  .above-footer .newsletter-signup .email-signup h3 {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  .above-footer .newsletter-signup .email-signup h3 {
    font-size: 24px;
  }
}

/* Newsletter Signup Webform Text Field */
.above-footer .newsletter-signup-form {
  width: 25%;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .above-footer .newsletter-signup-form {
    width: 100%;
  }
}

.above-footer .newsletter-signup-form .form-type-email {
  margin: 1rem 0 0 0;
}

.above-footer .newsletter-signup-form form input.form-email {
  width: 100% !important;
  max-width: 91%;
  display: block;
  padding: 0.75rem;
  width: 255px;
  font-size: 16px;
  color: #999999;
  margin: 0 0 0.5rem 0;
}

@media only screen and (max-width: 768px) {
  .above-footer .newsletter-signup-form form input.form-email {
    max-width: 95%;
  }
}

.above-footer .newsletter-signup-form form .form-actions.webform-actions {
  margin: 0;
  padding: 0;
  border: none;
}

.above-footer .newsletter-signup-form .button {
  display: block;
  width: 100%;
}

.above-footer #mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid pink;
  color: red;
  font-weight: 300;
  border-radius: 5px;
  font-size: 14px;
}

.above-footer #mce-success-response {
  font-size: 14px;
  margin: 0 0 10px 0;
}

/* ===== FOOTER REGION STYLES ===== */
.footer {
  position: relative;
}

.footer .row {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .footer .row {
    display: block;
  }
}

.footer .row .block {
  padding: 0 5rem 0 0;
}

@media only screen and (max-width: 768px) {
  .footer .row .block {
    padding: 0;
    margin: 0 0 1rem 0;
    width: auto !important;
  }
}

.footer .row .block h2 {
  font-size: 1.75rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.footer .row .block p {
  margin: 0 0 0.75rem 0;
  font-size: 14px;
}

.footer .row .block:first-child img {
  position: relative;
  left: -1.5rem;
}

.footer .row .block .field--name-body {
  padding: 0;
}

@media only screen and (max-width: 600px) {
  .footer .row .block:first-child img {
    left: -1rem;
  }
}

.footer .row .block:last-child {
  padding: 0;
}

/* Footer blocks custom widths */
.footer .row .footer-logo {
  width: 25%;
}

@media only screen and (max-width: 768px) {
  .footer .row .footer-logo {
    width: 45% !important;
  }
}

.footer .row .footer-nav {
  width: 20%;
}

.footer .row .footer-contact {
  width: 30%;
}

.footer .row .footer-connect {
  width: 32.5%;
}

/* Footer Nav */
.footer-nav ul li {
  list-style-type: disc;
  margin: 0 0 0.25rem 0;
}

.footer-nav ul li::marker {
  color: #ffffff;
}

/* Connect With Us Social Links */
.footer-connect ul.social-links {
  position: relative;
  left: -7px;
  display: flex;
  padding: 0;
}

.footer-connect ul.social-links li a.facebook,
.footer-connect ul.social-links li a.instagram {
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}

.footer-connect ul.social-links li a.facebook {
  background-image: url("../../images/icons/icon-facebook-green.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-connect ul.social-links li a.instagram {
  background-image: url("../../images/icons/icon-instagram-green.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* ===== BELOW FOOTER REGION STYLES ===== */
.below-footer {
  background-color: #26451f;
}

.below-footer .field {
  display: flex;
}

@media only screen and (max-width: 600px) {
  .below-footer .field {
    display: block;
  }
}

.below-footer .field p {
  color: #628b20;
  font-size: 12px;
  margin: 0;
}

.below-footer .field p:last-child {
  margin-left: auto;
  padding: 0 1rem 0 0;
}

@media only screen and (max-width: 600px) {
  .below-footer .field p:last-child {
    margin-left: 0;
  }
}

.above-footer .block-content-basic .field--name-body,
.footer .row .block .field--name-body,
.below-footer .block-content-basic .field--name-body {
  padding: 0;
}
