@charset "UTF-8";
.overlay-link {
  position: relative;
  text-decoration: none;
  color: #fff;
}
.overlay-link:hover {
  color: #fff;
  text-decoration: none;
}
.overlay-link:hover:after {
  transform: scaleX(1);
}
.overlay-link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0.12em;
  background: #da593b;
  bottom: -0.1em;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
  z-index: 2;
}
.overlay-link:focus {
  text-decoration: none;
  color: #fff;
}
.overlay-link:visited {
  text-decoration: none;
  color: #fff;
}

.homepage-nav {
  flex: 0.75 1 0;
  color: #fff;
  font-family: "Cormorant SC", serif;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  gap: 1rem;
  font-size: clamp(2rem, 6vw, 4.8rem);
  font-weight: 700;
}
.homepage-nav__container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  gap: 4vw;
  padding: 4rem;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-around;
}
.homepage-nav__background {
  width: 100%;
  max-width: none;
  height: auto;
  background-image: url("/_images/footer_img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 6rem 0;
}
@media (max-width: 768px) or ((max-width: 1024px) and (min-height: 900px)) {
  .homepage-nav__background {
    background-image: none;
    height: auto;
    background-color: transparent;
    padding: 0;
  }
}

.homepage-mission {
  width: 100%;
  max-width: none;
  padding: 1.5vw 0.8vw;
  text-align: center;
  font-size: clamp(1.6rem, 2.2vw, 4rem);
  line-height: 1.15;
  box-sizing: border-box;
}
.homepage-mission__highlight {
  color: #da593b;
  font-weight: 700;
  text-transform: uppercase;
}
.homepage-mission__container {
  background: #1e2b5c;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
}
@media (max-width: 768px) {
  .homepage-mission__container {
    padding: 1rem;
  }
}

.home-divider {
  width: 100%;
  height: 12px;
  background: #00c2ff;
}

.page-title {
  font-family: "Times New Roman", Times, serif;
  font-weight: 700;
  line-height: 1;
  padding: 0 0.5rem;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  font-size: clamp(1.5rem, 6vw, 2.8rem);
}
@media (min-width: 768px) {
  .page-title {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    font-size: 3.7rem;
  }
}

.navbar-wrapper {
  background: #1e2b5c;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.responsive-flex-center {
  width: 100%;
  display: flex;
  justify-content: center;
}

.homepage-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.navbar {
  background-color: inherit;
  font-family: Helvetica, sans-serif;
  margin: 0;
  min-width: 60%;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar a {
  float: left;
  font-size: 18px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.navbar a:hover {
  background-color: #da593b;
}

.navbar .icon {
  display: none;
}

.navbar-inner {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.index-body .container-fluid {
  background-image: url("/_images/columnPSD.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background-clip: padding-box;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .index-body .container-fluid {
    background-image: url("/_images/columnPSD-tablet.png");
    background-size: cover;
  }
}

@media (max-width: 768px) or ((max-width: 1024px) and (min-height: 900px)) {
  .navbar {
    position: fixed !important;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
  }
  .navbar .dropdown {
    width: 100%;
  }
  .navbar .dropbtn, .navbar .dropdown-content {
    width: 100%;
    text-align: left;
  }
  .navbar .dropdown-content {
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  body {
    padding-top: 56px;
  }
  body.index-body {
    padding-top: 0;
    background-color: #1e2b5c;
    height: 100vh;
    background-image: url("/_images/columnPSD.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .navbar-wrapper {
    position: static;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .navbar-inner {
    width: 100%;
  }
  .navbar-inner.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar-inner.responsive a:not(:first-child), .navbar-inner.responsive .dropbtn {
    display: block;
  }
  .navbar-inner a:not(:first-child), .navbar-inner .dropbtn {
    display: none;
  }
  .navbar-inner a.icon {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
  }
}
.dropdown {
  float: left;
}
.dropdown:hover .dropbtn {
  background-color: #da593b;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown .dropbtn {
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  text-transform: uppercase;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 15px;
}
.dropdown-content a:hover {
  background-color: #ddd;
}

.ul-dash-icon {
  list-style-type: none;
  color: #000000;
}
.ul-dash-icon li:before {
  content: "-";
  position: absolute;
  margin-left: -20px;
}

.card_link {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.card_link:hover {
  text-decoration: none;
  color: inherit;
}

.page-h2 {
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #da593b;
  font-weight: 700;
}
.page-h2__black {
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: black;
  font-weight: 700;
}

.page-h3 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.orange {
  color: #da593b;
}

.bio-title {
  font-family: "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 38px;
}

.bio-subtitle {
  font-family: Helvetica, sans-serif;
  color: #da593b;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.body-text {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}

.f16 {
  font-size: 16px;
}

.f14 {
  font-size: 14px;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.contact-wrapper .column-wrapper {
  flex: 1;
  padding: 1rem;
}
@media (max-width: 768px) {
  .contact-wrapper .column-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 1rem 2rem 1rem 0rem;
  }
}

.base-decoration {
  color: #000000;
  text-decoration: underline;
}

.phone-numbers, .phone-numbers-titles {
  display: inline-block;
}

.leadership-section {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}

.leadership-card {
  flex: 1 1 18%;
  max-width: 18%;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
@media (max-width: 768px) {
  .leadership-card {
    flex: 1 1 75%;
    max-width: 90%;
  }
}
.leadership-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}
.leadership-card-image {
  width: 100%;
  height: auto;
  margin: auto;
  max-width: 250px;
  display: block;
  margin-bottom: 1rem;
}
.leadership-card-title {
  font-size: 16px;
  font-weight: 700;
}
.leadership-card-subtitle {
  font-size: 14px;
}

.modal-button {
  background-color: #e4ecf7;
  color: #000000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 24px;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
}
.modal-button:hover .modal-button-text:after {
  transform: scaleX(1);
}
.modal-button .modal-button-text {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.modal-button .modal-button-text:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0.12em;
  background: #da593b;
  bottom: -0.1em;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}
.modal-button:focus {
  text-decoration: none;
}

.accordion {
  background-color: #e4ecf7;
  color: #000000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: 700;
  font-size: 24px;
  font-family: Helvetica, sans-serif;
  display: flex;
  align-items: center;
}
.accordion:hover {
  background-color: #1e2b5c;
  color: #ffffff;
}
.accordion:not(.active):before {
  content: "+"; /* Font Awesome icon for "plus" sign (+) */
  font-size: 30px;
  color: #da593b;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.content-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: hidden 2px;
  border-color: #1e2b5c;
}
.content-panel p {
  padding: 0.8em 0;
  margin: 0;
}

.open.content-panel {
  padding: 0 16px;
  border-style: solid;
}
.open.content-panel p {
  padding: calc(0.8em - 2px) 0;
}

.accordion.active {
  background-color: #1e2b5c;
  color: #ffffff;
}
.accordion.active:before {
  content: "−";
  font-size: 30px;
  color: #da593b;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.responsive-grid {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  box-sizing: border-box;
}
.responsive-grid:before {
  display: none;
}
@media (min-width: 768px) {
  .responsive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .responsive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lightbox-btn-close {
  display: none;
}

.lightbox-wrapper {
  margin: auto;
}
@media (min-width: 768px) {
  .lightbox-wrapper {
    max-width: 70%;
  }
}
@media (min-width: 1100px) {
  .lightbox-wrapper {
    max-width: 50%;
  }
}

.modal-content {
  text-align: center;
  padding-bottom: 2rem;
}
.modal-content .h3 {
  margin: auto;
}
.modal-content p {
  margin: auto;
  max-width: 80%;
  text-align: left;
}
.modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.hero-wrapper {
  background-image: url("../_images/header-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #1e2b5c;
  height: 20.38vw;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .hero-wrapper {
    background-image: none;
    height: auto;
    padding-bottom: 2rem;
  }
}

.hero-container {
  height: 100%;
}

.hero-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 1.4vw;
  padding: 0.7vw 2vw;
  white-space: nowrap;
}
.hero-row-secondary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.4vw;
  padding: 0 2vw 2.4vw;
  white-space: nowrap;
}
.hero-row img {
  width: 6.5vw;
  max-width: 120px;
  height: auto;
  display: block;
}

.hero-spacer-logo {
  width: 6.5vw;
  max-width: 120px;
  flex: 0 0 auto;
}
.hero-spacer-text {
  flex: 0 1 60%;
  min-width: 0;
}

.hero-text {
  flex: 0 1 60%;
  min-width: 0;
  padding: 0 1vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-text h1, .hero-text h2 {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-text h1 {
  font-family: "Cormorant SC", serif;
  font-weight: 600;
  font-size: 3.8vw;
  line-height: 1.05;
}
.hero-text h2 {
  font-family: "book-antiqua", Times, serif;
  font-size: 2.2vw;
  font-style: italic;
  margin-top: 0.35vw;
}

.hero-action {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
}
.hero-action .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  box-sizing: border-box;
  width: 15vw;
  min-width: 150px;
  max-width: 240px;
  padding: 0;
  border: none;
  outline: none;
  min-height: clamp(2.2rem, 2.8vw, 4.2rem);
  height: auto;
  font-size: 1vw;
  border-radius: 0;
  background: #da593b;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
}
.hero-action .btn.has-icon {
  position: relative;
  padding-left: clamp(2.6rem, 3vw, 3.6rem);
  align-items: stretch;
}
.hero-action .btn:not(.has-icon) {
  padding-left: 0;
  justify-content: center;
}
.hero-action .btn .btn-icon-div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: clamp(2.6rem, 3.2vw, 4rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #002d6e;
  color: #ffffff;
  border-radius: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
}
.hero-action .btn .fa-phone-icon {
  display: block;
  font-family: "Font Awesome 5 Free", "FontAwesome", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 2.6vw, 3rem);
  line-height: 1;
  color: #ffffff;
}
.hero-action .btn .btn-text-div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 0.4rem;
  color: inherit;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  margin-left: 0;
}

@media (max-width: 768px) {
  .hero-row,
  .hero-row-secondary {
    flex-direction: column;
    align-items: center;
    gap: 2.8vw;
    padding: 3.6vw 2vw 0;
    white-space: normal;
  }
  .hero-logo img {
    width: 22vw;
    max-width: 140px;
    margin-top: 0;
  }
  .hero-text {
    flex: 0 1 auto;
    text-align: center;
    padding: 0;
  }
  .hero-text h1 {
    font-size: 7.6vw;
    white-space: normal;
  }
  .hero-text h2 {
    font-size: 4.6vw;
    white-space: normal;
  }
  .hero-action .btn {
    width: 90vw;
    min-width: auto;
    max-width: 320px;
    padding: 1.6vw 0;
    font-size: 3.4vw;
    border-radius: 0.9vw;
    margin-left: 0;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    align-items: center;
  }
  .hero-spacer-logo,
  .hero-spacer-text {
    display: none;
  }
}
@media (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
}

.hero-action-container {
  display: flex;
  flex-direction: column;
  gap: 1.4vw;
}

.content-area {
  width: 60%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
@media (max-width: 768px) {
  .content-area {
    width: 90%;
  }
}
@media (max-width: 1100px) {
  .content-area {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .mobile-no-gutter {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}/*# sourceMappingURL=site_styles.css.map */