@font-face {
  font-display: swap;
  font-family: "Inclusive Sans";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/inclusive-sans-v5-latin-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inclusive Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/inclusive-sans-v5-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inclusive Sans";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/inclusive-sans-v5-latin-500.woff2") format("woff2");
}
/* --color-white: #fafafa; */
/* --color-blue-text: #0144a1;
/* --color-blue-bg: #0157a1; */
/* --color-black-text: #171717; */
/* --color-tan: #ffffe5; */
/* --color-tan2: #fdf6e3; */
/* --color-tan3: #f4ecd8; */
.text-white {
  color: #ffffff;
}

.text-gray-lite {
  color: #f3f3f3;
}

.text-gray-dark {
  color: #e8e8e8;
}

.text-blue {
  color: #0157a1;
}

.text-black {
  color: #171717;
}

.text-red {
  color: #cc0541;
}

.text-green {
  color: #274F60;
}

.text-green-lite {
  color: #DEE5E5;
}

.text-tan {
  color: #FEF9F2;
}

.text-tan-dark {
  color: #EEDEC6;
}

.text-black-ab {
  color: #0a101c !important;
}

.text-green-ab {
  color: #38ff15 !important;
}

.text-blue-linkedin {
  color: #0967C2;
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*, html {
  scroll-behavior: auto !important;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  background-color: #FEF9F2;
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 300;
  color: #171717;
  padding-top: 87px;
}

strong,
.text-bold {
  font-weight: 500;
}

p,
a,
ul li,
ol li {
  font-size: 1.125rem;
  font-family: "Inclusive Sans", sans-serif;
}

ul li,
ol li {
  font-size: 1.125rem;
  font-family: "Inclusive Sans", sans-serif;
  margin-bottom: 0.5rem;
}

.logo {
  max-width: 100%;
  height: auto;
  max-height: 3.125rem;
  /* Restricts maximum size on desktop */
}

.section-nav {
  background-color: #ffffff;
  color: #171717;
  padding: 0.625rem 0;
  border-bottom: 1px solid #e8e8e8;
}

.nav-link {
  color: #171717;
  background-color: transparent;
  padding: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-family: "Inclusive Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

.nav-link:hover {
  border-style: none;
  border-width: 0;
  background-color: transparent;
  color: #171717;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  border-bottom: 3px solid #274F60;
}

.nav-link-current {
  border-style: none;
  border-width: 0;
  background-color: transparent;
  color: #171717;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  border-bottom: 3px solid #274F60;
}

.nav-link-current:hover {
  /*
  border-style: none;
  border-width: 0;
  background-color: transparent;
  color: $color-black;
  text-align: left;
  font-size: 1.125rem;
  font-weight: $font-weight-400;
  line-height: 1;
  text-decoration: none;
  border-bottom: 3px solid $color-green;
  */
  cursor: default;
}

.navbar-brand:hover {
  background-color: transparent;
}

/*
.navbar-toggler {
    // padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    // font-size: var(--bs-navbar-toggler-font-size);
    font-size: 1.125rem;
    line-height: 1;
    color: $color-black;
    background-color: transparent;
    border: 1px solid $color-green;
    border-radius: $border-radius; 
    // transition: var(--bs-navbar-toggler-transition);
}
*/
.header-content-page {
  color: #274F60;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.header-content {
  color: #274F60;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8rem;
}

a {
  color: #0157a1;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}

a:hover,
a:focus {
  color: #ffffff;
  background-color: #0157a1;
  text-decoration: underline;
}

.page-link {
  color: #0157a1;
  margin-left: -0.375rem;
  padding: 0.25rem 0.375rem;
  font-family: "Inclusive Sans", sans-serif;
  font-size: 1.125rem !important;
  font-weight: 300;
  line-height: 1.5rem;
  text-decoration: underline;
  display: inline-block;
}

.page-link:hover {
  background-color: #274F60;
  color: #ffffff;
  border-radius: 0.25rem;
  padding-left: 0.375rem;
}

.btn-green {
  background-color: #274F60;
  color: #ffffff;
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 300;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  text-decoration: none;
}

.btn-green:hover {
  background-color: #171717;
  color: #ffffff;
  font-family: "Inclusive Sans", sans-serif;
  text-decoration: none;
}

.btn-white {
  background-color: #ffffff;
  color: #171717;
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 400;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  text-decoration: none;
}

.btn-white:hover {
  background-color: #171717;
  color: #ffffff;
  font-family: "Inclusive Sans", sans-serif;
  text-decoration: none;
}

.btn-ab {
  color: #171717;
  background-color: #38ff15 !important;
  border-radius: 0.25rem;
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.btn-ab:hover {
  color: #ffffff;
  background-color: #171717 !important;
  text-decoration: none;
}

.btn-linkedin {
  color: #ffffff;
  background-color: #0967C2;
  border-radius: 0.25rem;
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.btn-linkedin:hover {
  color: #ffffff;
  background-color: #171717 !important;
  text-decoration: none;
}

.btn-about {
  color: #ffffff;
  background-color: #274F60;
  border-radius: 0.25rem;
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.btn-about:hover {
  color: #ffffff;
  background-color: #171717 !important;
  text-decoration: none;
}

.section-hero {
  padding: 4rem 1rem;
  background: #274F60;
  color: #ffffff;
}

.hero-header {
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
  text-wrap: balance;
}

.hero-header-sub {
  color: #ffffff;
  text-align: center;
  margin-top: 1.875rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
  text-wrap: balance;
}

.text-balance {
  text-wrap: balance;
}

.hero-link {
  color: #ffffff;
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 300;
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 1.4;
}

.hero-link:hover {
  background-color: #ffffff;
  color: #0157a1;
}

.section-white {
  background-color: #ffffff;
  padding: 4rem 2rem;
}

.section-gray-lite {
  background-color: #f3f3f3;
  padding: 4rem 2rem;
}

.section-green {
  background-color: #274F60;
  padding: 4rem 2rem;
}

.section-green-lite {
  background-color: #DEE5E5;
  padding: 4rem 2rem;
}

.section-tan {
  background-color: #FEF9F2;
  padding: 4rem 2rem;
}

.section-tan-dark {
  background-color: #EEDEC6;
  padding: 4rem 2rem;
}

.section-black {
  background-color: #171717;
  padding: 4rem 2rem;
}

.card-white {
  word-wrap: break-word;
  background-color: #ffffff;
  border-radius: 0.25rem;
  padding: 0.75rem;
}

.card-white-header {
  background-color: #EEDEC6;
  width: 100%;
  color: #171717;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  border-radius: 0.25rem;
  padding: 0.75rem;
}

.card ul li,
.card ol li {
  font-size: 1.125rem;
  font-family: "Inclusive Sans", sans-serif;
  margin-bottom: 0.75rem;
}

@media (max-width: 375px) {
  .hero h1 {
    font-size: 1.75rem;
  }
  .hero p.lead {
    font-size: 1rem;
  }
}
/* Give the offcanvas panel a fixed width once it's actually acting like an offcanvas
    (i.e. below the navbar-expand breakpoint) */
@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 1rem;
  }
  .nav-link {
    color: #171717;
    padding: 0.5rem;
    font-family: "Inclusive Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    border-radius: 0.25rem;
    text-decoration: none;
    border-bottom: none;
  }
  .nav-link:hover {
    border-style: none;
    border-width: 0;
    background-color: #274F60;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
  }
  .nav-link-current {
    border-style: none;
    border-width: 0;
    background-color: #171717;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
  }
  .nav-link-current:hover {
    border-style: none;
    border-width: 0;
    background-color: #171717 !important;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    cursor: default;
  }
  .navbar-toggler {
    padding: 0.75rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-family: "Inclusive Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    color: #171717;
    background-color: transparent;
    border: none !important;
    border-color: transparent;
    border-radius: 0;
  }
  .navbar-toggler:hover {
    padding: 0.75rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-family: "Inclusive Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    color: #ffffff !important;
    background-color: #274F60 !important;
    border: none !important;
    border-radius: 0.25rem;
  }
}
.section-footer {
  background: #274F60;
  padding: 4rem 2rem;
}

.ar-logo-footer {
  max-width: 100%;
  height: auto;
  max-height: 3rem;
  /* Restricts maximum size on desktop */
}

.footer-header {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}

.footer-link {
  color: #ffffff;
  padding: 0.25rem 0.375rem;
  font-family: "Inclusive Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-decoration: underline;
  display: inline-block;
}

.footer-link:hover {
  background-color: #ffffff;
  color: #171717;
  border-radius: 0.25rem;
  padding: 0.25rem 0.375rem;
}

.footer-shm-container {
  margin-top: 1.25rem;
}

.footer-shm-text {
  font-family: "Inclusive Sans", sans-serif;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.footer-shm-link,
.footer-shm-link:hover,
.footer-shm-link:focus,
.footer-shm-link:active,
.footer-shm-link:visited {
  color: transparent;
  outline: none;
  border: none;
  text-decoration: none;
  box-shadow: none;
  background: none;
  -webkit-tap-highlight-color: transparent; /* Removes mobile tap flash */
}

.footer-shm-link img {
  border: none;
  outline: none;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  margin-top: 0.5rem;
  margin-bottom: 0.625rem;
}

.footer-copyright-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.footer-copyright-text {
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.5;
}