body {
  font-family: "Manrope", sans-serif;
  color: #15365A;
}

html *, body * {
  font-family: "Manrope", sans-serif;
}

header {
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
}

body.admin-bar .sticky-top {
  top: 32px; /* offset WP admin bar for sticky header */
}
@media screen and (max-width: 782px) {
  body.admin-bar .sticky-top {
    top: 46px;
  }
}

p, ul, ol, li, th, td {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #15365A;
}
@media (max-width: 1199px) {
  p, ul, ol, li, th, td {
    font-size: 15px;
    line-height: 22px;
  }
}

p, ul, ol {
  margin: 0 0 15px;
}

a {
  transition: all 0.3s ease-in-out !important;
}

h1, .h1 {
  font-family: "Manrope", sans-serif;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -2px;
  margin-bottom: 30px !important;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -1px;
  }
}

.h1 {
  text-align: center;
}

h2, .h2 {
  font-family: "Manrope", sans-serif;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -2px;
  margin-bottom: 30px !important;
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -1px;
  }
}

h3, .h3 {
  font-family: "Manrope", sans-serif;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -1px;
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  h3, .h3 {
    font-size: 22px;
    line-height: 24px;
  }
}

h4, .h4 {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #15365A;
  letter-spacing: 0;
}

.btn {
  padding: 10px 20px;
}
.btn.btn-primary {
  background-color: #E00B6E;
  border: 2px solid #FFFFFF;
}
.btn.btn-primary:hover {
  background-color: #BE1061;
  border: 2px solid #FFFFFF;
}
.btn.btn-secondary {
  background-color: #059CDD;
  border: 2px solid #FFFFFF;
}
.btn.btn-secondary:hover {
  background-color: #0A7EB1;
  border: 2px solid #FFFFFF;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1660px) {
  .container {
    max-width: 1600px;
  }
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .col-xxl-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.navbar li.nav-item {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar li.nav-item a {
  font-weight: 700;
  color: #15365A;
}
.navbar li.nav-item a:hover {
  color: #059CDD;
}
@media (max-width: 575px) {
  .navbar .navbar-brand {
    max-width: 162px;
  }
}

.pretty-link {
  font-size: 16px;
  font-weight: 800;
  color: #059CDD;
  text-decoration: underline;
}
.pretty-link:hover {
  text-decoration: none;
  color: #E00B6E;
}

.bg--darkblue {
  background: #15365A;
}
.bg--blue {
  background: #059CDD;
}
.bg--pink {
  background: #E00B6E;
}

.text--darkblue {
  color: #15365A !important;
}
.text--darkblue p {
  color: inherit;
}
.text--blue {
  color: #059CDD !important;
}
.text--blue p {
  color: inherit;
}
.text--pink {
  color: #E00B6E !important;
}
.text--pink p {
  color: inherit;
}

.social-links {
  justify-content: center;
}

.anchor-offset {
  scroll-margin-top: 100px;
  position: absolute;
  top: 0;
}

.hero {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  background: #15365A;
  padding: 45px 15px;
  margin-bottom: 45px;
}
.hero .post-single-image {
  position: absolute;
  top: 0;
  margin-left: 50%;
  border: 1px solid #FFF;
  max-width: 510px;
  height: auto;
}
@media (max-width: 1199px) {
  .hero .post-single-image {
    max-width: 410px;
  }
}
.hero .container * {
  color: #FFFFFF;
}
.hero.img {
  padding: 90px 0;
  min-height: 420px;
}
@media (max-width: 767px) {
  .hero.img {
    text-align: center;
    padding: 0 0 22.5px !important;
  }
}
@media (max-width: 991px) {
  .hero.img {
    padding: 0 0 45px;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .hero.img .container {
    padding-top: 22.5px;
  }
}
@media (max-width: 991px) {
  .hero.img .container {
    padding-top: 45px;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    text-align: Center;
  }
}
.hero.img .image {
  width: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  .hero.img .image {
    min-height: 320px;
    width: 100%;
    left: 0;
    position: relative;
  }
}
@media (max-width: 767px) {
  .hero.img .image {
    min-height: 230px;
  }
}

.single-post .component-text img {
  width: 90%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.pagination-wrapper .pagination {
  gap: 0.25rem;
}

.pagination .page-item .page-link {
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  color: #15365A;
  font-weight: 900;
  text-decoration: none;
}

.pagination .page-item.active .page-link {
  background-color: #E00B6E;
  border-color: #E00B6E;
  color: #fff;
}

.pagination .page-item .page-link:hover {
  background-color: #e9ecef;
  color: #15365A;
}

/* Fix WordPress pagination when converted to Bootstrap */
.pagination {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 auto;
}

.pagination .page-item {
  display: inline-block !important;
  margin: 0 0.25rem;
}

.pagination .page-link {
  display: block !important;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
}

/* Remove bullets from any theme overrides */
.pagination li {
  list-style: none !important;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 2rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #f8f9fa;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #f8f9fa;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #f8f9fa;
  --bs-table-hover-color: #000;
  color: #000;
}

.gform_validation_errors {
  display: none;
}

#gform_confirmation_wrapper_1 {
  margin-top: 80px;
}

.component--wysiwyg h2:first-of-type {
  text-align: center;
}
.component--wysiwyg .container-fluid {
  overflow-y: hidden;
}
.component--form {
  background: #FFFFFF;
  color: #FFFFFF;
  margin-top: 45px;
}
@media (min-width: 768px) {
  .component--form {
    background: #15365a;
    margin-top: 90px;
  }
}
.component--form .content-component-container .col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .component--form .content-component-container .col {
    flex-direction: row;
  }
  .component--form .component-intro,
  .component--form .component-text {
    flex: 1;
  }
}
.component--form .component-intro {
  padding: 45px 30px 30px;
  background: #15365a;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 767px) {
  .component--form .component-intro {
    margin-bottom: 0 !important;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .component--form .component-intro {
    padding-top: 90px;
    flex: 0 0 50%;
    border-radius: 0;
  }
}
.component--form .component-text {
  flex: 1;
}
.component--form .component-text h4 a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.component--form .component-text h4 a:hover {
  opacity: 0.5;
}
.component--form .container {
  max-width: 1200px;
}
.component--form form {
  background: #059CDD;
  width: 100%;
  height: auto;
  padding: 30px;
  margin-top: -32px;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 768px) {
  .component--form form {
    border-radius: 5px;
    top: -50px;
    position: relative;
  }
}
.component--form form #gform_submit_button_1 {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}
.component--form h1, .component--form h3, .component--form h3, .component--form h4, .component--form a, .component--form p, .component--form .h2 {
  color: #FFFFFF !important;
}
.component--form .gform_body .gform_fields, .component--form .gform_body .gform_fields .ginput_container_address {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .component--image-text {
    list-style-position: inside;
  }
}
.component--image-text .icon {
  display: inline-block;
  position: relative;
  background: #059CDD;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 50%;
  margin: 0 0 15px;
}
.component--image-text .icon .inner {
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.component--team h2 {
  text-align: center;
}
.component--team img {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  border-radius: 5px;
}
.component--team a {
  font-size: 16px;
  font-weight: 800;
  color: #059CDD;
  text-decoration: underline;
}
.component--team a:hover {
  text-decoration: none;
  color: #E00B6E;
}
.component--team .card {
  background: none;
  border: none;
}
.component--team .card .card-title {
  color: #059CDD;
  margin: 0 0 5px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -1px;
}
.component--team .card .pretty-link {
  font-size: 16px;
  font-weight: 800;
  color: #E00B6E;
  text-decoration: underline;
}
.component--team .card .pretty-link:hover {
  text-decoration: none;
  color: #059CDD;
}

.testimonials .testimonial {
  background: #E00B6E;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  padding: 30px;
}
.testimonials .testimonial:before {
  content: "";
  width: 50px;
  height: 50px;
  background: #E00B6E;
  pointer-events: none;
  position: absolute;
  display: block;
  left: 15px;
  bottom: -5px;
  transform: rotate(45deg);
  z-index: -1;
}
.testimonials .testimonial p {
  color: #fff;
}
.testimonials .testimonial p:first-of-type {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -1px;
  font-weight: 700;
}

.benefits .content {
  margin-bottom: 0;
  background: #fff;
  border-radius: 5px;
  padding: 45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
}
.benefits .content h3 {
  text-align: center;
}
.benefits .content strong {
  display: block;
}
.benefits .content li {
  margin: 0 0 20px;
}
.benefits .content.pink h3 {
  color: #E00B6E !important;
}
.benefits .content.blue h3 {
  color: #059CDD !important;
}

.the_process .top_outer {
  padding: 1px;
}
.the_process .top {
  background: #15365A;
  border-radius: 5px;
  padding: 45px;
  text-align: center;
  margin-bottom: 45px !important;
  display: flex;
  flex-direction: column;
}
.the_process .top .process-scroll {
  margin-top: auto;
}
.the_process .top * {
  color: #fff;
}
.the_process .top .icon {
  display: inline-block;
  position: relative;
  background: #059CDD;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.the_process .top .icon .inner {
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.the_process .top .link {
  font-weight: 600;
  position: relative;
  padding-bottom: 25px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.the_process .top .link:after {
  content: "\f078";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  bottom: 0;
  left: 50%;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.the_process .top .link:hover:after {
  transform: translateY(5px);
}

@media (min-width: 1200px) {
  .how_works .spacer {
    width: 100%;
    height: 135px;
    display: block;
    pointer-events: none;
  }
}
.how_works .top-section .img {
  padding: 0;
}
.how_works .top-section .img img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 1200px) {
  .how_works .top-section .img img {
    border-radius: 5px;
  }
}
.how_works .top-section .content {
  position: relative;
  background: #15365A;
  border-radius: 0 0 5px 5px;
  padding: 22.5px;
}
@media (min-width: 1200px) {
  .how_works .top-section .content {
    position: absolute;
    left: -20px;
    bottom: -50%;
    transform: translateY(-50%);
    border: 1px solid #fff;
    border-radius: 5px;
  }
}
.how_works .top-section .content * {
  color: #fff;
}
.how_works .top-section .content h2 {
  text-align: left;
}
.how_works h4 {
  font-size: 18px;
  line-height: 26px;
  color: #15365A;
  letter-spacing: 0;
}
.how_works .reason {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .how_works .reason {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .how_works .reason hr {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.how_works .reason hr {
  margin: 10px 0;
  border-top: 2px solid #059CDD;
  width: 200px;
}

.text_boxes .text_box .top {
  display: inline-block;
  position: relative;
  background: #059CDD;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  margin: 0 0 15px;
}
.text_boxes .text_box .top .inner {
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.benefits_landing .benefit h3 {
  margin-bottom: 10px;
}
.benefits_landing .benefit p {
  margin: 0 0 15px !important;
}
.benefits_landing .image {
  max-width: 115px;
  margin: 0px auto;
}
@media (max-width: 991px) {
  .benefits_landing .image {
    margin: 30px auto;
  }
}
.benefits_landing .image img {
  width: 100%;
  height: auto;
}

.cta_image {
  position: relative;
}
.cta_image .bg {
  margin-left: 15px;
  margin-right: 15px;
  position: absolute;
  display: block;
  z-index: 0;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
}
.cta_image .overlay {
  background: rgba(21, 54, 90, 0.8);
  padding: 90px 45px;
  position: relative;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  backdrop-filter: blur(4px);
  z-index: 1;
}
.cta_image .overlay * {
  color: #fff;
}
.cta_image .overlay h2 {
  text-align: left;
}
@media (max-width: 767px) {
  .cta_image .overlay h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta_image .overlay {
    padding: 45px 22.5px;
  }
}
@media (max-width: 991px) {
  .cta_image .overlay {
    text-align: center;
    padding: 45px;
    border-radius: 5px;
  }
}

.home_hero .container {
  position: relative;
  z-index: 3;
}
@media (min-width: 1660px) {
  .home_hero .container .row > div {
    flex: 0 0 auto;
    width: 50%;
  }
}
.home_hero .media {
  display: flex;
  align-items: stretch;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home_hero .content {
  width: 100%;
  height: auto;
  margin-top: 130px;
  background: rgba(21, 54, 90, 0.8);
  padding: 45px 45px 45px 45px;
}
@media (min-width: 1200px) {
  .home_hero .content {
    padding: 45px 90px 45px 45px;
  }
}
.home_hero .content {
  backdrop-filter: blur(4px);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.home_hero .content * {
  color: #fff;
}
@media (max-width: 767px) {
  .home_hero .content * {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .home_hero .content h2 {
    text-align: left !important;
  }
}
.home_hero .content ul {
  padding: 0;
  margin: 0px 0 25px;
}
.home_hero .content ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  font-size: 18px;
}
.home_hero .content ul li:before {
  content: "\f00c";
  position: absolute;
  top: 2px;
  margin-left: -25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.home_hero .content .btn {
  margin: 0px 15px;
}
.home_hero #homeHeroSlider {
  display: block !important;
}
.home_hero #homeHeroSlider .image {
  transform: scale(1);
  height: 673px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.application-form .component--wysiwyg * {
  color: #FFF;
}

#application-form {
  background: #059CDD;
  border-radius: 5px;
  margin-bottom: 30px !important;
}
#application-form * {
  color: #FFF;
}
#application-form input, #application-form textarea, #application-form select, #application-form option {
  color: #22262A;
}
#application-form .form-step {
  display: none;
}
#application-form .form-step.active {
  display: block;
}
#application-form .invalid-feedback {
  color: #C62828;
  font-weight: bold;
  font-size: inherit;
}
#application-form .form-check-input {
  width: 1.3em;
  height: 1.3em;
  border-width: 2px;
}
#application-form .form-check-input:checked {
  background-color: #E00B6E;
  border-color: #E00B6E;
}
#application-form .form-check-label {
  font-weight: 500;
  margin-left: 4px;
  margin-top: 2px;
}
#application-form .info-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background: #E00B6E;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-left: 5px;
  position: relative;
  padding-left: 1px;
}
#application-form .info-icon:hover .info-tooltip, #application-form .info-icon:focus .info-tooltip {
  opacity: 1;
  visibility: visible;
}
#application-form .info-tooltip {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: #15365A;
  color: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 13px;
  width: 320px;
  max-width: 80vw;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  z-index: 10;
  border: 2px solid #FFF;
}
#application-form .info-tooltip:after {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent #22262A transparent transparent;
}
#application-form .radio-error {
  display: none;
}
#application-form .radio-error.d-block {
  display: block;
}
#application-form label.required:after, #application-form label .required:after {
  content: " *";
  color: #E00B6E;
  font-weight: bold;
}

.cta_block .content {
  padding: 45px;
  border-radius: 5px;
  background: #15365A;
}
.cta_block .content * {
  color: #FFFFFF;
}

.page-id-1001 .nav-main, .page-id-1001 .navbar-toggler {
  display: none;
}

.page-id-62 .component--form {
  margin-top: 0;
}
.page-id-62 .component--form form {
  top: 0;
}
@media (min-width: 768px) {
  .page-id-62 .component--form form {
    margin: 50px 0 !important;
  }
}

.page-id-1070 .component--wysiwyg h1 {
  text-align: center;
  color: #FFF;
}

footer img {
  height: 55px;
  width: auto;
  margin: 0 22px 22px;
}
footer .widget-social-links .social-links--link {
  --arkn-social-icon-colour: #15365A;
  --arkn-social-icon-hover-colour: #E00B6E;
}
footer .footer-row-1, footer .footer-row-2, footer .footer-row-3, footer .footer-row-4 {
  background: #FFFFFF;
  color: #15365A;
}
footer .footer-row-1 a, footer .footer-row-2 a, footer .footer-row-3 a, footer .footer-row-4 a {
  color: #15365A;
  font-weight: 900;
  text-decoration: underline;
}
footer .footer-row-1 a:hover, footer .footer-row-2 a:hover, footer .footer-row-3 a:hover, footer .footer-row-4 a:hover {
  color: #E00B6E;
}/*# sourceMappingURL=custom.css.map */