.content {
  word-break: break-word;
}
.content h3 {
  font-size: 1.1em;
  margin: 8px 0 4px 0;
}
.content h4,
.content h5,
.content h6 {
  font-size: 1em;
  margin: 8px 0 4px 0;
  color: #212529;
}

.hero {
  height: 420px;
}

.btn-primary {
  background-color: #234092;
  color: #fff;
  box-shadow: 0 8px 10px rgba(27, 98, 130, 0);
}

.btn-primary:hover {
  color: #fff;
  background-color: #1b6282;
  border-color: #195a78;
  box-shadow: 0px 8px 10px rgba(27, 98, 130, 0.2);
}

.support {
  padding-top: 0;
  background: #fff;
}

.news-card:hover {
  text-decoration: none;
}

#field_1_4 {
  visibility: hidden;
  height: 0;
  margin: 0;
}

.grecaptcha-badge {
  visibility: visible;
}

.gform_button {
  -webkit-appearance: none;
  background-color: #227aa2;
  border-color: #227aa2;
  color: #fff;
  font-family: "droid-serif", sans-serif;
  font-weight: 600;
  transform: translateY(0px);
  transition: all 0.15s ease-in-out;
  text-decoration: none !important;
  border: 1px solid transparent;
  padding: 11px 16px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
}

input[type="text"],
input[type="email"],
textarea {
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 2px;
  padding: 8px 16px !important;
}

.gfield_label {
  margin-bottom: 0 !important;
}

footer {
  color: #fff;
}

footer .content h1,
footer .content h2,
footer .content h3,
footer .content h4,
footer .content h5,
footer .content h6 {
  color: #fff;
}

footer .content h3 {
  font-size: 1.5em;
  margin-bottom: 16px;
}

footer a {
  color: #fff;
}

footer a:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}

.footer__bottom {
  color: #fff;
}

.footer__brand {
  max-width: 280px;
  margin-top: -16px;

  filter: brightness(4) saturate(0) contrast(20);
  opacity: 1;
}

.footer__brand img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .agenda__block {
    margin-left: 0;
  }
  .agenda__block--details {
    margin-top: 40px;
  }
}

@media screen and (max-width: 565px) {
  .agenda__block {
    padding: 20px 15px;
  }
  .agenda__block ul li {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .agenda__block ul li label {
    flex: 0 0 100%;
    margin-bottom: -2px;
  }
}
