/**
 * Footer styling for WHO Track theme
 */

/* Override any Bootstrap footer styles */
.footer,
footer.footer,
.site-footer,
div.footer {
  background-color: #0071A7 !important;
  color: white !important;
  padding: 20px 0;
  margin-top: 30px;
  border: none !important;
  border-top: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* Remove any section-footer styling that might add gray backgrounds */
.section-footer {
  background-color: #0071A7 !important;
  border: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

.footer h3 {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.footer a {
  color: white;
  text-decoration: underline;
}

.footer a:hover,
.footer a:focus {
  color: #f0f0f0;
  text-decoration: none;
}

/* Hide all headings in the footer blocks */
.footer h2,
.footer .block-title,
.footer .block h2,
.footer .block-content h2,
.footer .block-content > h2,
.footer .block > h2,
.footer div > h2,
.footer .region-footer1 h2,
.footer .region-footer2 h2,
.footer .region-footer3 h2,
.region-footer1 h2,
.region-footer2 h2,
.region-footer3 h2,
footer h2 {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Style the Mailchimp form */
.footer #mc_embed_signup {
  background: transparent;
}

.footer #mc_embed_signup .mc-field-group label {
  color: white;
}

.footer #mc_embed_signup .mc-field-group input {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  padding: 8px;
  width: 100%;
}

.footer #mc_embed_signup .button {
  background-color: white;
  color: #0071A7;
  font-weight: bold;
  padding: 8px 16px;
  margin-top: 10px;
  border: none;
  border-radius: 4px;
}

.footer #mc_embed_signup .button:hover {
  background-color: #f0f0f0;
}