#colophon {
  background-color: var(--mblue);
  padding: 6rem 10rem;
  color: var(--white);
  overflow: hidden;
}

#colophon .container {
  max-width: 100%;
}

#colophon .footer-logo {
  width: 100%;
  max-width: 100px;
  margin-bottom: 2rem;
}

#colophon ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-family: 'Cachet Book', sans-serif;
}

#colophon .footer-chat-toggle,
#colophon a {
  cursor: pointer;
}

#colophon .footer-chat-toggle:hover,
#colophon a:hover {
  color: #84c8ff;
}

#colophon h3 {
  font-size: 15px;
  font-family: 'Cachet Bold', sans-serif;
  margin-bottom: 2rem;
  text-transform: uppercase;
  white-space: nowrap;
}

#colophon a {
  color: var(--white);
}

#colophon input {
  border-radius: 100px;
  border: 2px solid var(--white);
  color: var(--white);
  background: var(--mblue);
  padding: 1rem;
  height: 46px;
  font-family: 'Cachet Book', sans-serif;
  width: 100%;
}
#colophon input::placeholder {
  color: var(--white);
}

#colophon .tagline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: 'Cachet Bold', sans-serif;
  line-height: 1.2;
  margin-top: 2rem;
  text-transform: uppercase;
  font-size: 18px;
}

#colophon .newsletter-label {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
  border-radius: 100px;
  overflow: hidden;
  min-width: 240px;
}
#colophon .newsletter-label .icon {
  position: absolute;
  background: var(--white);
  padding: 0.5rem 1rem;
  height: 100%;
  top: 0;
  right: 0;
  color: var(--mblue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.non-profit {
  font-size: 24px;
  font-family: 'Cachet Book', sans-serif;
  margin-top:2rem;
  text-align: center;
  padding: 0 40px;
}

#colophon .mobile-bottom {
  padding: 0 0.5rem;
  margin-top: 3rem;
}

#colophon .mobile-bottom .social-row {
  margin-bottom: 1rem;
}

#colophon .mobile-bottom .social-link {
  font-size: 32px;
  display: inline-block;
  margin-right: 1rem;
}

#colophon #flags {
  display: none;
}

#colophon .skiptranslate {
  color: var(--search-blue);
}

#colophon .skiptranslate > span {
  display: none;
}

#colophon .tagline sup {
  font-size: 0.5em;
}

#colophon .gtranslate_wrapper {
  position: relative;
  width: 100%;
  min-height: 46px;
  min-width: 240px;
  border-radius: 1000px;
  padding: 0;
  border: 2px solid var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
}
#colophon .gtranslate_wrapper a:hover {
  background: transparent;
}
#colophon .gt_switcher.notranslate {
  width: 100%;
}
#colophon .gt_option,
#colophon .gt_selected {
  background: transparent;
  border: none;
}
#colophon .gt_option {
  position: absolute;
  top: 100%;
  left: 1.25rem;
  width: calc(100% - 2.75rem);
  background: var(--search-blue);
  border: 2px solid white;
}
#colophon .gt_option a {
  white-space: nowrap;
}
#colophon .gt_selected a::after {
  filter: brightness(0) invert(1);
}
#colophon .gt_selected a {
  border: none;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  #colophon h3 {
    margin: 1rem 0;
    margin-top: 1.5rem;
  }
  #colophon {
    padding: 2rem;
  }
  #colophon .outer-row {
    align-items: center;
  }
  #colophon .outer-row > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #colophon .outer-row > *:first-child {
    margin-bottom: 2rem;
  }
  #colophon .outer-row .logo-block {
    display: none;
  }
  #colophon .tagline,
  #colophon .nonprofit {
    display: none;
  }
  #colophon .links-row {
    padding-left: 0 !important;
  }
}

@media (max-width: 992px) {
  #colophon {
    padding: 4rem 1rem;
    padding-bottom: 90px;
  }
}

@media (max-width: 768px) {
  #colophon .links-row {
    width: 100%;
  }
  #colophon .row .logo-block {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }
  #colophon .footer-logo {
    max-width: 140px;
  }

  #colophon h3 {
    font-size: 12px;
    font-family: 'Cachet Bold', sans-serif;
    margin-bottom: 1rem;
    text-transform: uppercase;
    white-space: nowrap;
  }
}

/* remove flags from google language swicher */
#colophon .gt_option img,
#colophon .gt_selected img {
  visibility: hidden;
}

#colophon .gt_selected a,
#colophon .gt_option a {
  height: 20px;
  line-height: 20px;
}
