:root {
  --primary: #074eb3;
  --primary-rgb: 7, 78, 179;
  --bs-primary: #074eb3;
  --bs-primary-rgb: 7, 78, 179;
}

/* Layout
  ====================================================================== */
#main {
  padding-top: 0;
}

/* Motive
  ====================================================================== */
body:not(#index) .motive__background,
body:not(#index) .motive__motto {
  opacity: 1;
}

.motive__background {
  background-position: 60% center;
}

.motive__background::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #074eb3;
  opacity: .2;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 576px) {
  .motive__background::before {
    opacity: 0;
  }
  .motive__motto {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}

.motto__title, .motto__text {
  text-shadow: 1px 1px 3px rgba(3, 32, 73, 0.6), 3px 3px 15px rgba(3, 32, 73, 0.8);
}

.motto__title {
  font-size: clamp(2.5rem, 5vw, 3.25rem);
}

/* Sections
  ====================================================================== */
.section-title h1 {
  margin-bottom: .5em;
}

.section-services .section-cell-item img[src*="icons"] {
  margin-top: -3px;
  margin-right: 12px;
}

.section-3-col-bottom-text h3,
.section-3-col-top-text h3 {
  letter-spacing: .15em;
}

.section-container.contact h2 {
  color: #074eb3;
}

.section-container.contact > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-container.contact img[src*="icons"] {
  margin-top: -3px;
  margin-right: 3px;
}

/* List
  ====================================================================== */
.article-item__title,
.article-item__details {
  text-align: center;
}

@media (min-width: 768px) {
  .section-perex {
    font-size: calc(.12vw + 1rem);
    line-height: 1.618;
  }
}
/*# sourceMappingURL=main.css.map */