@font-face {
  font-family: "lexenddeca";
  src: url("../fonts/lexenddeca/lexenddeca.woff2") format("woff2"),
    url("../fonts/lexenddeca/lexenddeca.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "intersemibold";
  src: url("../fonts/inter/inter-semibold.woff2") format("woff2"),
    url("../fonts/inter/inter-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "interbold";
  src: url("../fonts/inter/inter-bold.woff2") format("woff2"),
    url("../fonts/inter/inter-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "materialicons";
  src: url("../fonts/materialicons/material-icons.woff2") format("woff2"),
    url("../fonts/materialicons/material-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 14px;
}

body {
  width: 100%;
  font-family: "lexenddeca", sans-serif;
  font-size: 1.1rem;
  color: #111;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

img {
  width: 100%;
  height: auto;
  border: none;
  display: block;
}

a,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
  outline: none;
  border: none;
  box-shadow: none;
}

a:focus:not(:focus-visible) {
  outline: none;
}

input:not([type="checkbox"]):not([type="radio"]):not(.btn-submit):not(
    .btn-continue
  ):not(.btn-search):not(.btn-previous):not(.input-search):not(
    .nav-input-search
  ) {
  width: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  font-size: 16px;
  padding: 1.6rem 1.5rem 0.5rem 0.75rem;
}

input:not([type="checkbox"]):not([type="radio"]):not(.btn-submit):not(
    .btn-continue
  ):not(.btn-search):not(.btn-previous).error,
select.error,
textarea.error {
  border: 2px solid #dd3c3c !important;
}

input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  outline: none !important;
}

input.btn-submit,
input.btn-continue,
input.btn-previous {
  font-family: "interbold", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px 20px;
}

input.btn-previous {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

input.btn-continue,
input.btn-submit {
  background: #074a32;
  color: #fff;
  border: none;
  padding: 10px 15px;
  text-transform: capitalize;
}

input.btn-submit:disabled,
input.btn-submit[disabled],
input.btn-continue:disabled,
input.btn-continue[disabled] {
  background: #c9c9c9;
  color: #222;
  cursor: default;
}

input.hidden {
  display: none;
}

select {
  width: 100%;
  background: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 15px;
  color: #333;
  margin-right: 2rem;
  padding: 1.2rem 2.4rem 1.2rem 0.5rem;
  border: 2px solid #fff;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-floating > label {
  color: #555;
  left: 0.5rem;
  padding: 1.1rem 0.9rem;
}

.form-floating > .form-control,
.form-floating > .form-control:focus {
  height: auto;
  font-size: 16px;
  padding: 2rem 1.5rem 0.5rem 0.75rem;
  border: 2px solid #fff;
  box-shadow: 0 0 10px 0 #75757561;
  border-radius: 0;
  resize: none;
}

.form-floating > .form-control:focus ~ label {
  color: #074a32;
}

/* ============================================================================================ */

header {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

/* ============================================================================================ */

main {
  min-height: 500px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
}

/* ============================================================================================ */

.navbar {
  width: 100%;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: relative;
}

@media (max-width: 991.98px) {
  .navbar {
    background-color: #074a32;
    border: none;
  }

  .navbar .container {
    padding: 0;
  }

  .navbar.active {
    height: 100vh;
    overflow: auto;
    max-height: 100vh;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 1000;
  }
}

.navbar.no-border {
  border: none;
}

.navbar .nav,
.navbar .nav .navbar-nav {
  width: 100%;
}

.navbar .logo {
  margin-right: auto;
}

.navbar .logo svg {
  background-color: #074a32;
  width: 9rem;
  height: 5rem;
}

@media (max-width: 991.98px) {
  .navbar .logo svg {
    width: 8rem;
    height: 4rem;
  }
}

.navbar .nav-link {
  font-size: 1.1rem;
  color: #000;
  margin: 0 2rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .navbar .nav-link,
  .navbar .nav-link.active,
  .navbar .nav-link.show {
    color: #fff;
    margin: 1.5rem 2rem;
  }
}

/* ============================================================================================ */

.navbar .dropdown-toggle.show:after {
  border-bottom: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-top: 0;
  border-left: 0.3em solid transparent;
}

.navbar .dropdown-menu {
  background-color: #fff;
  border: none;
  padding: 15px;
  margin: 0;
  border-top: none;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.19);
  z-index: 1000;
  top: 50px;
}

@media (max-width: 991.98px) {
  .navbar .dropdown-menu {
    background-color: transparent;
    position: static;
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
  }
}

.navbar .dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.navbar .dropdown-menu .nav-link {
  font-family: "lexenddeca", sans-serif;
  font-size: 1rem;
  color: #221f1f !important;
  border-bottom: none !important;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .navbar .dropdown-menu .nav-link {
    margin: 0 1rem;
  }
}

@media (max-width: 991.98px) {
  .navbar .dropdown-menu .nav-link {
    color: #fff !important;
  }
}

/* ============================================================================================ */

.navbar-toggler {
  background: none;
  border: none;
  border-radius: 0;
  padding: 15px;
  cursor: pointer;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:first-child {
  transform: rotate(-45deg);
  position: relative;
  top: 9px;
}

@media (max-width: 991.98px) {
  .navbar-toggler[aria-expanded="true"] span:first-child {
    top: 5px;
  }
}

.navbar-toggler[aria-expanded="true"] span:last-child {
  transform: rotate(45deg);
  bottom: 9px;
  position: relative;
}

.navbar-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 4px;
  border-radius: 3px;
  background: #fff;
  transition: all 200ms linear;
  cursor: pointer;
}

/* ============================================================================================ */

.navbar-search {
  position: relative;
  margin: 1rem;
  display: none;
}

@media (max-width: 991.98px) {
  .navbar-search {
    display: block;
  }
}

.navbar-search .nav-input-search {
  width: 100%;
  background: #fff !important;
  color: #111;
  border-radius: 0 !important;
  border: 1px solid #ccc !important;
  outline: none;
  padding: 10px 50px 10px 10px;
}

.navbar-search .nav-btn-search {
  background: #074a32;
  position: absolute;
  height: 100%;
  padding: 0 15px;
  border: none;
  right: 0;
}

.navbar-search .nav-btn-search:before {
  font-family: "materialicons";
  font-size: 1.5rem;
  content: "\e8b6";
  color: #fff;
  cursor: pointer;
}

/* ============================================================================================ */

.search-overlay {
  margin-top: 70px;
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  display: none;
}

@media (max-width: 991.98px) {
  .search-overlay {
    display: none !important;
  }
}

.search-overlay .container {
  background-color: #f0f0f0;
  padding: 15px;
}

.search-overlay form {
  position: relative;
}

.search-overlay input {
  width: 100%;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  box-shadow: 0 0 30px -10px #00000036;
  padding: 8px;
}

.search-overlay .btn-search {
  background: none;
  border: none;
  position: absolute;
  top: 5px;
  right: 20px;
}

.search-overlay .btn-search:before {
  font-family: "materialicons";
  font-size: 1.5rem;
  content: "\e8b6";
  color: #074a32;
  cursor: pointer;
}

.search-overlay .btn-search-disabled:before {
  color: #999;
  cursor: default;
}

/* ============================================================================================ */

.search-toggle {
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .search-toggle {
    display: none;
  }
}

.search-toggle .search-btn:after {
  color: #074a32;
  border-radius: 200px;
  padding: 5px;
  font-family: "materialicons";
  content: "\e8b6";
  font-size: 1.8rem;
  vertical-align: middle;
}

.search-toggle.active .search-btn:after {
  content: "\e5cd";
}

/* ============================================================================================ */

.breadcrumbs {
  background-color: #fff;
  width: 100%;
  padding: 15px 0;
  font-size: 1rem;
  text-transform: capitalize;
}

@media (max-width: 991.98px) {
  .breadcrumbs {
    background-color: #ddd;
  }
}

.breadcrumbs,
.breadcrumbs a {
  color: #000;
}

.breadcrumbs span {
  margin-right: 5px;
}

.breadcrumbs .active {
  padding: 1px 5px;
}

/* ============================================================================================ */

.pagination {
  margin-bottom: 25px;
}

.pager {
  display: inline-block;
  margin-top: 15px;
  padding: 0;
}

.pager ul {
  padding: 0;
}

.pager li {
  display: inline;
  list-style: none;
  margin: 0;
}

.pager li a,
.pager li.separator {
  background: #074a32;
  color: #fff;
  padding: 7px 14px;
  margin-right: 5px;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  display: block;
  float: left;
}

.pager li.current a,
.pager li a:hover {
  background: #332c2c;
  color: #fff;
  text-decoration: none;
}

.pager li.separator {
  display: inline;
  color: #777;
  background: #d2e4ea;
  padding-left: 3px;
  padding-right: 3px;
}

/* ============================================================================================ */

.hero {
  width: 100%;
  font-size: 1.3rem;
  background-color: #332c2c;
  color: #fff;
  padding: 0;
  position: relative;
  margin-bottom: 20px;
}

.hero-image,
.hero-image-resized {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: none;
}

.hero-image {
  display: none;
}

.hero-image-resized {
  display: block;
}

@media (min-width: 768px) {
  .hero-image {
    display: block;
  }

  .hero-image-resized {
    display: none;
  }
}

.hero .title {
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 10px;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .hero .title {
    font-size: 2.2rem;
  }
}

@media (max-width: 767.98px) {
  .hero .title {
    font-size: 2rem;
  }
}

.hero-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-content {
  margin: 125px 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .hero-content {
    margin: 125px auto;
  }
}

@media (max-width: 767.98px) {
  .hero-content {
    margin: 100px auto;
  }
}

@media (max-width: 575.98px) {
  .hero-content {
    margin: 50px auto;
  }
}

.hero-content .cta-button-container {
  margin-top: 15px;
}

.hero-content .cta-button-container .cta-button-link {
  color: #fff;
  padding: 5px 10px;
  margin: 5px 5px 0 0;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #fff;
}

/* ============================================================================================ */

.section {
  font-family: "lexenddeca", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 40px;
}

/* ============================================================================================ */

.section.section-content {
  font-size: 1.1rem;
  text-align: center;
}

.section.section-content .image {
  background-color: #332c2c;
  color: #fff;
  margin: 0;
}

@media (max-width: 991.98px) {
  .section.section-content .image .title {
    font-size: 2rem;
  }
}

.section.section-content .title {
  font-family: "intersemibold", sans-serif;
  font-size: 2rem;
  margin-bottom: 5px;
}

@media (max-width: 991.98px) {
  .section.section-content .title {
    font-size: 1.8rem;
  }
}

.section.section-content .cta a {
  background-color: #fff;
  color: #074a32;
  font-family: "intersemibold", sans-serif;
  text-transform: capitalize;
  padding: 3px 6px;
  margin: 15px 0 0 0;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #074a32;
}

/* ============================================================================================ */

.section.section-item {
  font-size: 1.1rem;
}

.section.section-item .title {
  font-family: "interbold", sans-serif;
  font-size: 1.2rem;
  text-decoration: underline;
  color: #074a32;
  margin-bottom: 5px;
}

.section.section-item .image {
  background-color: #f0f0f0;
}

.section.section-item .cta a {
  background-color: #f7fbf1;
  color: #074a32;
  text-transform: capitalize;
  text-decoration: underline;
  padding: 3px 6px;
  display: inline-block;
}

/* ============================================================================================ */

.section.section-images {
  font-size: 1.1rem;
}

.section.section-images .content-wrapper {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  position: absolute;
}

.section.section-images .title {
  font-size: 1.7rem;
  text-decoration: underline;
}

.section.section-images .content {
  background-color: #074a32;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  margin: 0 25px;
  border-radius: 5px;
}

.section.section-images .cta {
  margin: 20px 5px;
}

.section.section-images .cta a {
  font-size: 1.2rem;
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid #fff;
  margin: 0 5px 0 0;
}

.section.section-images .title,
.section.section-images .cta a {
  color: #fff;
}

/* ============================================================================================ */

.section.section-banner {
  background-color: #fff;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  font-family: "interbold", sans-serif;
  font-size: 1.6rem;
}

@media (max-width: 767.98px) {
  .section.section-banner {
    font-size: 1.4rem;
  }
}

.section.section-banner .row {
  background-color: #332c2c;
  color: #fff;
  padding: 25px;
}

.section.section-banner .title {
  font-family: "intersemibold", sans-serif;
  font-size: 1.1rem;
}

.section.section-banner .cta a {
  background-color: #074a32;
  color: #fff;
  font-family: "intersemibold", sans-serif;
  font-size: 1.1rem;
  padding: 5px 10px;
  margin: 15px 0 0 0;
  text-transform: capitalize;
  border-radius: 3px;
  display: inline-block;
}

/* ============================================================================================ */

.section.section-contact {
  background-color: #ddd;
  margin-bottom: 25px;
}

.section.section-contact .form {
  font-size: 1rem;
  text-align: center;
  padding: 40px;
  position: relative;
}

@media (max-width: 991.98px) {
  .section.section-contact .form {
    padding: 15px;
    margin-top: 25px;
  }
}

.section.section-contact .form .hide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.section.section-contact .form .headline {
  font-family: "intersemibold", sans-serif;
  font-size: 2rem;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .section.section-contact .form .headline {
    margin-bottom: 25px;
  }
}

.section.section-contact .form .consent {
  font-size: 0.9rem;
  padding: 15px;
}

.section.section-contact .form .success {
  font-family: "intersemibold", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.5rem;
  margin-bottom: 15px;
}

.section.section-contact .form #contact-status {
  font-size: 1.2rem;
  padding: 25px;
  text-align: center;
  margin: 0 auto;
  display: none;
}

.section.section-contact .form #contact-status.error {
  background-color: #ffc2c2;
  color: #111;
  font-size: 1rem;
  padding: 5px;
  margin-bottom: 15px;
}

.section.section-contact .form fieldset:not(:first-of-type) {
  display: none;
}

.section.section-contact .form .btn-continue,
.section.section-contact .form .btn-submit {
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .section.section-contact .form .btn-continue,
  .section.section-contact .form .btn-submit {
    background-color: #074a32;
    margin: 15px 0;
  }
}

.section.section-contact .form .btn-previous {
  width: 100%;
  height: 100%;
  background: none;
  color: #074a32;
  border: 1px solid #074a32;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .section.section-contact .form .btn-previous {
    margin-top: 15px;
  }
}

/* ============================================================================================ */

.section.section-faq {
  margin: 50px 0;
  color: #333;
  font-size: 1.2rem;
}

.section.section-faq .faq {
  cursor: pointer;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 15px;
}

.section.section-faq .faq:last-child {
  border-bottom: 1px solid #ccc;
}

.section.section-faq .headline {
  font-family: "intersemibold", sans-serif;
  font-size: 2rem;
  margin-bottom: 15px;
  color: #000;
  text-align: center;
}

.section.section-faq .faq .title {
  font-family: "intersemibold", sans-serif;
}

.section.section-faq .faq .content {
  margin-top: 15px;
  display: none;
}

.section.section-faq .faq .symbol:after {
  font-family: "materialicons";
  font-size: 2rem;
  color: #074a32;
  content: "\e5cc";
}

.section.section-faq .faq .symbol.active:after {
  content: "\e5cd";
}

/* ============================================================================================ */

.section.section-featured,
.section.section-featured-home {
  background-color: #fff;
  padding: 20px 0;
  font-size: 1.1rem;
}

@media (max-width: 991.98px) {
  .section.section-featured,
  .section.section-featured-home {
    padding: 15px 0;
  }
}

.section.section-featured,
.section.section-featured a,
.section.section-featured-home,
.section.section-featured-home a {
  color: #000;
}

.section.section-featured .headline,
.section.section-featured-home .headline {
  font-family: "interbold", sans-serif;
  font-size: 1.5rem;
  margin: 10px 0 15px;
}

@media (max-width: 991.98px) {
  .section.section-featured .headline,
  .section.section-featured-home .headline {
    text-align: center;
  }
}

.section.section-featured .title,
.section.section-featured-home .title {
  text-align: center;
  margin: auto;
}

.section.section-featured .image,
.section.section-featured-home .image {
  width: 75px;
  background-color: #ddd;
  border-radius: 200px;
  padding: 10px;
  margin: 0 auto 15px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .section.section-featured .image,
  .section.section-featured-home .image {
    width: 55px;
  }
}

/* ============================================================================================ */

.section.section-cards {
  background-color: #fff;
  padding: 20px 0;
  font-size: 1.2rem;
}

@media (max-width: 991.98px) {
  .section.section-cards {
    padding: 15px 0;
  }
}

.section.section-cards,
.section.section-cards a {
  color: #000;
  text-decoration: underline;
}

.section.section-cards .col {
  border-right: 1px solid #ccc;
}

.section.section-cards .col:last-child {
  border: none;
}

@media (max-width: 575.98px) {
  .section.section-cards .col {
    border: none;
  }
}

.section.section-cards .headline {
  font-family: "interbold", sans-serif;
  font-size: 1.5rem;
  margin: 10px 0 15px;
}

@media (max-width: 991.98px) {
  .section.section-cards {
    text-align: center;
  }
}

.section.section-cards .title {
  text-align: center;
  margin: auto;
}

.section.section-cards .image {
  width: 80px;
  margin: 0 auto 15px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .section.section-cards .image {
    width: 70px;
  }
}

/* ===========================================404============================================= */

.http404 {
  font-size: 1rem;
  margin-top: 10px;
}

.http404 a {
  font-family: "intersemibold", sans-serif;
  color: #074a32;
}

.http404 .title {
  font-family: "intersemibold", sans-serif;
  font-size: 1.5rem;
}

.http404 ul {
  list-style: none;
  padding-left: 1rem;
}

.http404 ul li {
  margin-top: 7px;
}

/* ============================================================================================ */

.careers {
  margin: 25px 0;
  min-height: 400px;
}

.careers a {
  color: #074a32;
  text-decoration: underline;
  text-transform: capitalize;
}

.careers .title {
  background-color: #074a32;
  color: #fff;
  font-family: "intersemibold", sans-serif;
  padding: 35px 20px;
  border-radius: 2px;
  margin-bottom: 15px;
  display: inline-block;
}

.careers .openings {
  font-family: "intersemibold", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.careers .item {
  width: 100%;
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 25px;
  display: inline-block;
}

/* ============================================================================================ */

.job {
  min-height: 400px;
}

.job .jid {
  font-family: "interbold", sans-serif;
  font-size: 1.4rem;
  color: #222;
}

.job .title {
  background: #222;
  font-family: "interbold", sans-serif;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
}

.job .info {
  color: #333;
  margin-bottom: 15px;
}

.job .application {
  margin-bottom: 35px;
}

.job .application input.btn-submit {
  width: 100%;
}

.job .application #job-status {
  background-color: #074a32;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 2px;
  padding: 25px 15px;
  margin: 50px 0;
  text-align: center;
  display: none;
}

.job .application #job-status.error {
  background-color: #ffa8a8;
  color: #111;
  margin-top: 0;
}

.job .application .hide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

/* ============================================================================================ */

.search {
  margin: 25px 0;
}

.search a {
  color: #000;
  padding-bottom: 2px;
}

.search .title {
  font-family: "interbold", sans-serif;
  font-size: 1.5rem;
  color: #000;
  border-bottom: 2px solid #000;
  padding: 5px 15px 5px 0;
}

.search .results {
  padding: 10px 0;
}

.search .items {
  margin: 25px 0;
}

/* ============================================================================================ */

.contact {
  background-color: #f0f0f0;
}

.contact .sidebar {
  margin: 15px 0;
  font-size: 1.1rem;
}

.contact .sidebar a {
  background-color: #ffd700;
  padding: 5px 10px;
  margin-top: 15px;
  display: inline-block;
}

.contact .title {
  background-color: #074a32;
  color: #fff;
  padding: 10px;
  font-family: "intersemibold", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.contact .content {
  min-height: 500px;
  margin-bottom: 25px;
}

.contact .content #contact-status {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 auto;
  display: none;
}

.contact .content #contact-status.error {
  background-color: #ffc2c2;
  margin-bottom: 25px;
  padding: 10px;
}

.contact .privacy {
  font-size: 0.9rem;
  padding: 15px 0;
}

.contact .privacy a {
  text-decoration: underline;
}

/* ============================================================================================ */

.quote {
  background-color: #f0f0f0;
}

.quote .content {
  min-height: 500px;
  margin-bottom: 25px;
}

.quote .content #contact-status {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 auto;
  display: none;
}

.quote .content #contact-status.error {
  background-color: #ffc2c2;
  margin-bottom: 25px;
  padding: 10px;
}

.quote .privacy {
  font-size: 0.9rem;
  padding: 15px 0;
}

.quote .privacy a {
  text-decoration: underline;
}

/* =========================================================================================== */

.privacy,
.legal {
  font-size: 1rem;
}

.privacy a,
.legal a {
  color: #074a32;
}

.legal .title,
.privacy .title {
  font-family: "intersemibold", sans-serif;
  font-size: 1rem;
  margin: 15px 0;
  text-decoration: underline;
}

/* ============================================================================================ */

footer {
  background-color: #332c2c;
  color: #fff;
  font-size: 0.9rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
}

footer a,
footer a:hover {
  color: #fff !important;
}

footer .logo svg {
  width: 8rem;
  height: 5rem;
}

footer .category {
  font-family: "interbold", sans-serif;
  font-size: 1.1rem;
  margin: 25px 0 15px;
}

footer ul {
  list-style-type: none;
  padding: 0;
  max-height: 300px;
}

footer ul li a {
  font-size: 1rem;
  margin: 10px 0;
  display: inline-block;
}

footer .copyright {
  margin: 5px 0 20px;
}

@media (max-width: 991.98px) {
  footer .copyright {
    text-align: center;
  }
}
