/* Footer */

.footer {
  background-color: #ffffff;
  border-top: none !important;
}

.footer-top {
  background-color: #F4F7F9;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-top-content {
  display: flex;
  align-items: center;
}

.footer-top,
.footer-middle,
.footer-bottom {
  padding-left: 5%;
  padding-right: 5%;
}

.footer-top,
.footer-middle {
  border-bottom: 1px solid #e6e9eb;
}

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

.footer-bottom {
  justify-content: flex-start;
}

/* Newsletter Signup */

.tagline {
  width: 60%;
}

.tagline h2 {
  color: #323232;
  font-size: 28px;
  font-style: normal;
  font-weight: 800 !important;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}

.tagline p {
  color: #7a7a7a;
  font-size: 14px;
  max-width: 80%;
}

.newsletter-signup-bar-container {
  width: 100%;
}

.newsletter-signup-bar-container #mc_embed_signup {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
}

.newsletter-signup-bar-container .mc-field-group {
  display: flex;
  flex-direction: row;
  height: 100% !important;
}

.newsletter-signup-bar-container #mce-EMAIL {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 6px;
  padding: 20px !important;
  margin-right: 20px;
}

.newsletter-signup-bar-container .mc-embedded-subscribe-container {
  display: flex;
  align-items: center;
  padding: 20px;
  margin: auto;
}

.newsletter-signup-bar-container #mc-embedded-subscribe {
  margin: auto !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  padding: 0px !important;
  text-indent: 0px !important;
  background: transparent !important;
  border: none;
  width: 100% !important;
}

.newsletter-signup-bar-container .mc-embedded-subscribe-container:hover #mc-embedded-subscribe {
  color: #1e5593;
}

.newsletter-signup-bar-container .mce_inline_error {
  display: none !important;
}

/* Links */

.links ul li {
  padding-bottom: 10px;
}

.middle-links {
  width: 100%;
  flex-wrap: wrap;
}

.link-col {
  padding-right: 20px;
}

.link-col ul {
  list-style-type: none;
  color: #323232;
}

.link-col a {
  color: #323232;
  text-decoration: none;
}

.link-header {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 20px;
}

.link-item {
  font-size: 14px;
  padding-bottom: 10px;
}

/* Catalog */

.catalog {
  display: flex;
  flex-direction: column;
  max-width: 200px;
}

.catalog-img {
  max-width: 100%;
  padding-bottom: 10px;
}

.catalog-desc h2 {
  font-size: 14px;
  font-style: bold;
  letter-spacing: 0.05em;
}

.catalog-desc p {
  font-size: 14px;
}

.catalog-desc a {
  font-size: 14px;
  color: #323232;
}

.catalog-link {
  color: #005596 !important;
}

/* Bottom Links */

.copyright a,
.bottom-links a {
  text-decoration: none;
  color: #323232;
  font-size: 14px;
  line-height: 21px;
  padding-right: 20px;
}

.copyright a:hover {
  text-decoration: none;
}

.social-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.social-links a {
  padding-left: 30px;
} 

.social-links a img {
  width: 26px;
  height: 26px;
} 

/* Media Queries */

/* Smaller Screens and Lower  */

@media only screen and 
(max-width: 1100px) {

  .newsletter-signup-bar-container .mc-field-group {
    flex-direction: column;
    justify-content: center;
  }

  .newsletter-signup-bar-container #mce-EMAIL {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .newsletter-signup-bar-container .mc-embedded-subscribe-container {
    width: 100%;
  }

}

/* Smaller Screens */

@media only screen and 
(max-width: 1100px) and
(min-width: 850px) {

  .footer-bottom {
    flex-wrap: wrap;
  }

  .copyright {
    order: 3;
    padding-top: 20px;
  }
  
  .copyright a {
    display: block;
    text-align: center;
  }
  
  .bottom-links {
    width: 70%;
    order: 1;
  }
  
  .bottom-links a {
    padding-bottom: 10px;
  }
  
  .social-links {
    width: 30%;
    order: 2;
    padding-left: 0;
  }
  
  .social-links a {
    padding-left: 0;
    padding-right: 30px;
  }

}

/* Tablet */

@media only screen and 
(max-width: 850px) and
(min-width: 451px) {

  .footer-top-content {
    flex-direction: column;
  }

  .footer-middle,
  .footer-bottom {
    flex-wrap: wrap;
  }

  /* Newsletter Signup */

  .footer-top-content {
    text-align: center;
  }

  .tagline div {
    text-align: center !important;
  }
  
  .tagline {
    width: 100%;
    padding-bottom: 20px;
  }

  /* Links */

  .middle-links {
    flex-wrap: wrap;
  }

  .links ul li {
    padding-bottom: 10px;
  }
  
  /* Bottom Links */

  .footer-bottom {
    flex-wrap: wrap;
  }

  .copyright {
    order: 3;
    padding-top: 20px;
  }
  
  .copyright a {
    display: block;
    text-align: center;
  }
  
  .bottom-links {
    width: 50%;
    order: 1;
    flex-direction: column;
  }
  
  .bottom-links a {
    display: block;
    padding-bottom: 10px;
  }
  
  .social-links {
    width: 50%;
    text-align: end;
    order: 2;
    justify-content: flex-end;
    padding-right: 0;
  }
  
  .social-links a {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 20px
  }

}

/* Mobile */

@media only screen and (max-width: 450px) {

  .footer-top-content {
    flex-direction: column;
  }
  
  .footer-middle,
  .footer-bottom {
    flex-wrap: wrap;
  }
  
  /* Newsletter Signup */
  
  .footer-top-content {
    text-align: center;
  }

  .tagline div {
    text-align: center !important;
  }

  .tagline {
    width: 100%;
    padding-bottom: 20px;
  }

  .newsletter-signup-bar-container #mc_embed_signup {
    padding-left: 0px;
    padding-right: 0px;
  }

  .newsletter-signup-bar-container #mc-embedded-subscribe {
    font-size: 12px;
  }
  
  /* Links */

  .middle-links {
    flex-wrap: wrap;
  }

  .links,
  .catalog {
    padding-bottom: 50px;
    padding-right: 10px;
  }
  
  /* Bottom Links */
  
  .copyright {
    order: 3;
    justify-content: center;
  }
  
  .copyright a {
    display: block;
    text-align: center;
  }
  
  .bottom-links {
    order: 1;
  }
  
  .bottom-links a {
    display: block;
    padding-bottom: 10px;
    padding-right: 0;
  }
  
  .social-links {
    order: 2;
    justify-content: flex-start;
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 30px;
  }
  
  .social-links a {
    padding-left: 0;
    padding-right: 30px;
  }
  
}