::selection {
  background: none !important;
}

.container.nav {
  background-image: linear-gradient(135deg, #15345a, #0b769f) !important;
}

.nav-cta-button.w-nav-link {
  background: #0d4f77 !important;
  border: #0d4f77;
}

.nav-link:hover,
.w--current {
  color: #178dd3 !important;
  font-weight: 500;
}

.section.footer {
  padding-top: 0;
  padding-bottom: 20px;
  background: #fff;
}
.section.footer a {
  color: #178dd3 !important;
}
@media screen and (max-width: 479px) {
  .section.footer .spacer-xs {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .section.footer .footer-links {
    display: none;
  }
}
.section.footer .socials-foot {
  display: flex;
  gap: 10px;
  font-size: 24px;
}
.section.footer .socials-foot a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #126ea5;
}
.section.footer .socials-foot a i {
  color: #fafafa;
}
@media screen and (max-width: 479px) {
  .section.footer .socials-foot {
    display: none;
  }
}
.section.footer .legal-foot {
  font-size: 13px;
}
.section.footer .footer-copyright {
  opacity: 0.9;
}

.section.hero {
  padding-top: 7rem !important;
}
.section.hero .display {
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.section.hero .__hero-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 916px;
  margin: 0 auto;
}
.section.hero .__hero-inner img {
  pointer-events: none;
}
.section.hero .__hero-inner img:first-of-type {
  max-height: 516px;
}
.section.hero .__hero-inner img:last-of-type {
  max-height: 130px;
}
@media screen and (max-width: 479px) {
  .section.hero .__hero-inner img:last-of-type {
    display: none;
  }
}
.section.hero .__hero-inner form {
  border: 2px solid #e5d0b5;
  padding: 16px;
  border-radius: 12px;
  background-color: #fcf6df;
  min-width: 258px;
  max-width: 280px;
  gap: 16px;
}
.section.hero .__hero-inner form h3 {
  font-size: 1.4em;
}
.section.hero .__hero-inner form p {
  font-family:'CordilleraAltMedium';
  color: #aba799;
  font-weight: 500;
  line-height: 1.4;
}
.section.hero .__hero-inner form button {
  background-color: #126ea5;
  color: #fafafa;
  text-transform: uppercase;
  padding: 12px 30px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  margin-top: 16px;
  width: 100%;
}
.section.hero .__hero-inner form footer {
  text-align: center;
  margin-top: 20px;
  color: #aba799;
  font-weight: 600;
  display: flex;
  line-height: 1.2;
  gap: 10px;
}
.section.hero .__hero-inner .input-wrapper {
  position: relative;
}
.section.hero .__hero-inner .input-wrapper input {
  width: 100%;
  border: 1px solid #e7e5d9;
  border-radius: 6px;
  padding: 8px 16px;
}
.section.hero .__hero-inner .input-wrapper input[type=text] {
  text-transform:capitalize;
}
.section.hero .__hero-inner .input-wrapper i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.section.hero .__hero-inner .input-wrapper:not(:first-of-type) {
  margin-top: 8px;
}
.section.team {
  background: none;
}
.section.charts .grid {
  align-items: flex-end;
}
.section.charts .grid > div:first-of-type p {
  margin: 40px 0;
}
.section.charts .grid > div:not(:first-of-type) {
  user-select: none;
}
.section.charts .grid > div:not(:first-of-type) p {
  max-width: 220px;
  margin: auto;
}
.section.charts .grid > div:not(:first-of-type) img {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .section.charts .grid > div {
    grid-area: span 1/span 2/span 1/span 2;
  }
}
@media screen and (max-width: 767px) {
  .section.charts .grid > div {
    grid-area: span 1/span 4/span 1/span 4;
  }
}
.section.charts h2 {
  font-size: 2em;
  /*font-family: inherit;*/
}
.section.charts h2 span {
  display: block;
  max-width: 366px;
}
.section.charts strong {
  font-size: 2em;
}
.section.steps h2 {
  font-size: 2em;
}
.section.steps .grid {
  margin-top: 90px;
  margin-bottom: 52px;
  align-items: stretch;
}
.section.steps .grid > div img {
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 990px) {
  .section.steps .grid > div img.circle-num {
    display: inline-block;
  }
  .section.steps .grid > div img.circle-arrow-num {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .section.steps .grid > div img.circle-num {
    display: none;
  }
  .section.steps .grid > div:not(:last-of-type) img {
    margin-left: 93px;
  }
  .section.steps .grid > div:last-of-type img {
    max-width: 50%;
  }
  .section.steps .grid > div h2 {
    max-width: 267px;
    margin: 30px auto 10px auto;
  }
  .section.steps .grid > div p {
    max-width: 214px;
    margin: auto;
  }
}
@media screen and (max-width: 991px) {
  .section.steps .grid > div {
    grid-area: span 1/span 2/span 1/span 2;
  }
}
@media screen and (max-width: 767px) {
  .section.steps .grid > div {
    grid-area: span 1/span 4/span 1/span 4;
  }
  .section.steps .grid > div img.circle-num {
    width:20%;
  }
  .section.steps .grid > div img{
	  width:20%;
  }
}

.graphic-card-featured-video {
  max-width: 800px;
  margin: 0 auto;
  pointer-events: none;
}

.home-banner__overlay {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.spotlight-text-wrapper {
  border-color: #fafafa !important;
}

.spotlight-image-wrapper {
  height: auto !important;
}
.spotlight-image-wrapper img {
  max-height: 7rem;
}

.text-box {
  max-width: 888px;
  margin: auto;
}

.img-container .img-welcome-home {
  max-width: 200px;
  align-self: center;
}
@media screen and (max-width: 479px) {
  .img-container {
    margin-top: -60px;
    grid-area: span 1/span 3;
    text-align: center;
    margin-bottom: 70px;
  }
}

.team-portrait-frame {
  margin: auto !important;
}

.team-portrait {
  max-width: 90%;
}
@media screen and (min-width: 767px) {
  .team-portrait {
    max-width: 20vmin;
  }
}

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 16px;
  background: none;
  transition: all ease 400ms;
}
.back-to-top svg {
  cursor: pointer;
  width: 40px;
  stroke: #126ea5;
}
.back-to-top:hover {
  transform: translateY(-10px);
}
.back-to-top.hidden {
  display: none;
}

@media screen and (min-width: 992px) {
  .nav-link.__cta {
    display: none;
  }
}
.accordion-item {
  border-bottom: 1px solid #bfbfbf;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}
.accordion-item.active .accordion-title svg {
  transform: rotate(0);
}
.accordion-item.active .accordion-body {
  height: auto;
}
.accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion-title svg {
  transition: all 400ms linear;
  width: 30px;
  transform: rotate(180deg);
}
.accordion-body {
  height: 0;
  overflow: hidden;
}

.education-wrapper img {
  max-height: 247px;
  object-fit: cover;
  object-position: center;
}
.education-wrapper .post-meta {
  margin-top: 47px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.education-wrapper .post-meta span:first-child {
  color: #15375d !important;
}
.education-wrapper .post-meta span:last-child {
  color: #b7bdc4;
}

.bg-gradient {
  background-image: linear-gradient(135deg, #15345a, #0b769f) !important;
}

.text-white {
  color: #fafafa !important;
}

.text-cerulean-blue {
  color: #126ea5 !important;
}

.text-center {
  text-align: center;
}

.bg-cerulean-blue {
  background: #126ea5 !important;
  border: #126ea5;
}
.bg-cerulean-blue-dark {
  background: #0d4f77 !important;
  border: #0d4f77;
}

.b-cerulean-blue {
  border-color: #126ea5 !important;
}
.b-cerulean-blue-dark {
  background: #0d4f77 !important;
  border: #0d4f77;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0;
}

.b {
  border: 1px solid;
}
.b-white {
  border-color: #fafafa !important;
}

.font-bold {
  font-weight: 700;
}

.capitalize {
  text-transform: capitalize !important;
}

.h-screen {
  min-height: 100vh;
}
.h-50 {
  min-height: 50vh;
}
.h-75 {
  min-height: 75vh;
}

/*# sourceMappingURL=custom.css.map */

/*moniem edits */
.btn-02 {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    border: 0;
    border-radius: 100px;
    color: #126ea5;
    background-color: transparent;
    box-shadow: inset 0 0 0 .2em #126ea5;
    margin: 2rem 0;
    padding: 1.2rem 3.5rem;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: none !important;
    text-decoration: none;
    max-width: 20rem;
    white-space: nowrap;
    transition: 0.1s ease-in-out;
}
.btn-02:hover {
    box-shadow: inset 0 0 0 .4em #126ea5;
    border-radius: 100px;
    transform: none;
}
.btn-02-light{
    display: inline-block;
    color: #fff;
    box-shadow: inset 0 0 0 .2em #fff;
}
.btn-02-light:hover {
    box-shadow: inset 0 0 0 .4em #fff;
}
a.nav-cta-button:hover{
    border-radius: 1.3em!important;
    background-color: #1f76aa !important;
    /*transform: none !important;*/
}