.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

h1,
h2 {
  font-size: 45px !important;
  font-weight: 600 !important;
  line-height: 53px !important;
  letter-spacing: 0.02em !important;
  color: #ffffff !important;
}

.color-dark-blue h2 {
  color: #00203f !important;
}

.content {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.content p {
  color: #ffffff;
}

.content-bold {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.menu {
  font-size: 16px;
  font-weight: 600;
  line-height: auto;
}

.title {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.primary-button a {
  background-color: #95a53f !important;
  border-radius: 9999px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #000066;
  text-decoration: none;
  cursor: pointer;
}
.primary-button a:hover {
  color: #000066;
}

.secondary-button a {
  background-color: #00203f !important;
  border-radius: 9999px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.section-light {
  background-color: #f7f8f5;
}

.section-dark {
  background-color: #00203f;
}

.img-rounded img {
  border-radius: 12px;
}

* {
  font-family: "Manrope", sans-serif;
}

.topbar {
  background-color: #00203f;
  color: #fff;
  padding: 10px 0;
}
.topbar__link {
  color: #fff;
  text-decoration: none;
}
.topbar__link i {
  color: #95a53f;
}

.site-header {
  background-color: #fff;
  border-bottom: 1px solid #000066;
}
.site-header__logo img {
  height: auto;
  width: auto;
}
.site-header__nav .nav__list li a {
  color: #00203f;
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.site-header__nav .nav__list li a:hover {
  color: #4a9e4f;
}
.site-header__nav .nav__list li.current-menu-item > a {
  color: #4a9e4f;
}

.site-footer {
  background-color: #00203f;
  color: #fff;
}
.site-footer__brand {
  max-width: 185px;
}
.site-footer__brand img {
  display: block;
  max-width: 100%;
  height: auto;
}
.site-footer__list li,
.site-footer__list a {
  color: #fff;
  text-decoration: none;
}
.site-footer__input-wrap {
  border-bottom: 1px solid #fff;
}
.site-footer__input-wrap input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  padding: 10px 0;
  color: #fff;
}
.site-footer__input-wrap input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.site-footer__input-wrap input::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.site-footer__input-wrap button {
  background: none;
  border: none;
  padding: 10px 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
.site-footer__bottom {
  font-size: 13px;
}
.site-footer__bottom-bar {
  border-top: 1px solid #ffffff;
}
.site-footer__copy a {
  color: #fff;
  text-decoration: none;
}

.faq-buttons a {
  width: 100%;
}/*# sourceMappingURL=netprofessionalecology.css.map */