/*
Theme Name: XT Grid Theme
Author: Xtensive Web Design
Author URI: https://www.xtensive.co.uk
Description: A base theme built with CSS Grid
Version: 1.0
*/
/* Breakpoints */
/* Colors */
h1,
h2,
h3,
h4 {
  font-family: raleway, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #1C5CAC;
  padding: 0;
  margin: 0 0 1rem 0;
  letter-spacing: 1px;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
  line-height: 1.7rem;
}

a {
  font-size: 1rem;
  color: #000;
  text-decoration-color: transparent;
  transition: 0.3s;
}
a:hover, a:focus {
  color: #000;
}

li {
  font-size: 1rem;
  color: #000;
  padding: 0;
  line-height: 1.5rem;
}

ul {
  font-size: 1rem;
  color: #000;
  padding: 0 0 0 1.25rem;
}

.wp-block-media-text {
  margin: 0 0 4rem 0;
}
.wp-block-media-text .wp-block-media-text__content {
  margin: 2rem 0 0 0;
  padding: 0;
}
@media (min-width: 800px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 4rem 0 4rem 1rem;
    margin: 0;
  }
}
.wp-block-media-text .wp-block-media-text__media {
  position: relative;
  border-radius: 20px;
}
@media (min-width: 800px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin: 0 1rem 0 0;
  }
}
.wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 800px) {
  .wp-block-media-text .wp-block-media-text__media img {
    height: 100%;
  }
}

@media (min-width: 800px) {
  .has-media-on-the-right .wp-block-media-text__content {
    padding: 4rem 1rem 4rem 0;
  }
}
.has-media-on-the-right .wp-block-media-text__media {
  position: relative;
  border-radius: 20px;
}
@media (min-width: 800px) {
  .has-media-on-the-right .wp-block-media-text__media {
    margin: 0 0 0 1rem;
  }
}
.has-media-on-the-right .wp-block-media-text__media img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 800px) {
  .has-media-on-the-right .wp-block-media-text__media img {
    height: 100%;
  }
}

@media (max-width: 800px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
}
@media (max-width: 800px) {
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-columns {
  gap: 0;
  margin: 0;
}
@media (min-width: 800px) {
  .wp-block-columns {
    gap: 2rem;
  }
}
.wp-block-columns .wp-block-column {
  margin: 0 0 1rem 0;
}
.wp-block-columns .wp-block-column:last-of-type {
  margin: 0;
}
@media (min-width: 800px) {
  .wp-block-columns .wp-block-column {
    margin: 0;
  }
}
.wp-block-columns .wp-block-column ul {
  margin: 0;
}
@media (min-width: 800px) {
  .wp-block-columns .wp-block-column ul {
    margin: 1rem 0;
  }
}

.introduction {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 800px) {
  .introduction {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.introduction .introduction-box {
  width: 100%;
}
@media (min-width: 800px) {
  .introduction .introduction-box {
    width: 50%;
  }
}
.introduction .introduction-box h2 {
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: -0.25rem;
}
.introduction .introduction-box .sub-heading {
  font-weight: 900;
  color: #1C5CAC;
  font-size: 1.8rem;
  line-height: 2rem;
}
.introduction .introduction-gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 800px) {
  .introduction .introduction-gallery {
    width: 50%;
  }
}
.introduction .introduction-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.introduction .introduction-gallery img:first-of-type {
  grid-area: 1/1/2/3;
  height: 250px;
  object-position: 25% 0;
}
.introduction .introduction-gallery img:nth-of-type(2) {
  grid-area: 2/1/3/2;
  height: 250px;
}
.introduction .introduction-gallery img:last-of-type {
  grid-area: 2/2/3/3;
  height: 250px;
}

.why-join-wrap {
  width: 100%;
  background: #F0F4F5;
  padding: 2rem;
}
.why-join-wrap .container {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
}
.why-join-wrap .container .why-join {
  background: #fff;
  padding: 2rem;
  border-bottom: 5px solid #F0F4F5;
  display: flex;
  flex-direction: column;
  justify-content: flex;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 800px) {
  .why-join-wrap .container .why-join {
    flex-direction: row;
  }
}
.why-join-wrap .container .why-join .content {
  width: 100%;
  position: relative;
}
@media (min-width: 800px) {
  .why-join-wrap .container .why-join .content {
    width: 80%;
  }
}
.why-join-wrap .container .why-join .content h2 {
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: -0.25rem;
}
.why-join-wrap .container .why-join .content .sub-heading {
  font-weight: 900;
  color: #1C5CAC;
  font-size: 1.8rem;
  line-height: 2rem;
}
.why-join-wrap .container .why-join .content-image {
  display: none;
}
@media (min-width: 800px) {
  .why-join-wrap .container .why-join .content-image {
    display: block;
    width: 20%;
    height: 300px;
  }
}
.why-join-wrap .container .why-join .content-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.usp {
  width: 100%;
}
.usp .usp-bar {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  padding: 4rem 0;
}
.usp .usp-bar .usp-box {
  width: 25%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.usp .usp-bar .usp-box .iconify {
  font-size: 3rem;
  margin: 0 0 1rem 0;
  color: #1C5CAC;
}
.usp .usp-bar .usp-box .icon-heading {
  margin: 0;
  font-weight: 900;
  color: #1C5CAC;
  text-align: center;
  font-size: 1.3rem;
}

.testimonial-wrap {
  width: 100%;
  background: #F0F4F5;
}
.testimonial-wrap .testimonial {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  position: relative;
}
.testimonial-wrap .testimonial .testimonial-intro h2 {
  text-align: center;
  margin: 0;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 2rem;
}
.testimonial-wrap .testimonial .testimonial-intro p {
  text-align: center;
  margin: 0;
  color: #1C5CAC;
  font-weight: 500;
  font-size: 1.3rem;
}
.testimonial-wrap .testimonial .slick-track {
  padding: 2rem 0;
}
@media (min-width: 800px) {
  .testimonial-wrap .testimonial .slick-track {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 2rem 0 0 0;
  }
}
.testimonial-wrap .testimonial .slick-slide {
  margin: 0 2rem;
}
.testimonial-wrap .testimonial .testimonial-slider .testimonial-card {
  padding: 2rem;
  background: #fff;
  border-bottom: 10px solid #F0F4F5;
  margin: 0 0 2rem 0;
  min-height: 210px;
}
@media (min-width: 800px) {
  .testimonial-wrap .testimonial .testimonial-slider .testimonial-card {
    margin: 0;
  }
}
.testimonial-wrap .testimonial .testimonial-slider .testimonial-card p {
  text-align: left;
  margin: 0 0 1rem 0;
}
.testimonial-wrap .testimonial .testimonial-slider .testimonial-card h4 {
  margin: 0;
}
.testimonial-wrap .testimonial .arrows-container {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-wrap .testimonial .slick-prev,
.testimonial-wrap .testimonial .slick-next {
  background: transparent;
  border: none;
  font-size: 2rem;
  color: #1C5CAC;
  cursor: pointer;
}
.testimonial-wrap .testimonial .slick-prev .iconify,
.testimonial-wrap .testimonial .slick-next .iconify {
  font-size: inherit;
}
.testimonial-wrap .testimonial .slick-prev {
  margin-right: 5px;
}
.testimonial-wrap .testimonial .slick-next {
  margin-left: 5px;
}

.contact-wrap {
  background: #fff;
  border-bottom: 1px solid #F0F4F5;
  border-top: 1px solid #F0F4F5;
}
@media (min-width: 800px) {
  .contact-wrap {
    position: relative;
  }
}
.contact-wrap .contact-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  padding: 0;
}
@media (min-width: 800px) {
  .contact-wrap .contact-box {
    align-items: center;
    flex-direction: row-reverse;
    padding: 0;
  }
}
.contact-wrap .contact-box .contact-content {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 800px) {
  .contact-wrap .contact-box .contact-content {
    padding: 6rem 3rem;
    width: 50%;
  }
}

.contact-image {
  width: 100%;
  height: 300px;
}
@media (min-width: 800px) {
  .contact-image {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accreditation-container {
  width: 100%;
}
.accreditation-container .accreditation {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  padding: 0 2rem 2rem 2rem;
}
@media (min-width: 800px) {
  .accreditation-container .accreditation {
    padding: 0 2rem 2rem 2rem;
  }
}
.accreditation-container .accreditation .accreditation-img img {
  margin: 0 auto;
  height: 100px;
}

.services-grid-wrap {
  width: 100%;
  background: #F0F4F5;
}
.services-grid-wrap .services-grid {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  max-width: 65rem;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.6s;
}
@media (min-width: 800px) {
  .services-grid-wrap .services-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.services-grid-wrap .services-grid .services-box {
  width: 100%;
  padding: 2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.background-wrap {
  background: #F0F4F5;
}
.background-wrap .content-section {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.6s;
}
@media (min-width: 800px) {
  .background-wrap .content-section {
    flex-direction: row;
  }
}
.background-wrap .content-section .benefits {
  width: 100%;
  background: #fff;
  padding: 2rem;
}
@media (min-width: 800px) {
  .background-wrap .content-section .benefits {
    width: 50%;
  }
}
.background-wrap .content-section .subscription-plans {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media (min-width: 800px) {
  .background-wrap .content-section .subscription-plans {
    width: 50%;
  }
}
.background-wrap .content-section .subscription-plans .content {
  position: relative;
  background: #fff;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.background-wrap .content-section .subscription-plans .content .popular {
  position: absolute;
  top: 0;
  right: 0;
  background: #1C5CAC;
  color: #fff;
  padding: 0.5rem;
}
.background-wrap .content-section .subscription-plans .content .special {
  margin: 1rem 0 0 0;
}
.background-wrap .content-section .subscription-plans .content .special p {
  text-align: center;
  color: #1C5CAC;
}
@media (min-width: 800px) {
  .background-wrap .content-section .subscription-plans .content .special {
    position: absolute;
    top: 5px;
    left: 1rem;
    margin: 0;
  }
}
.background-wrap .content-section .subscription-plans .content p {
  margin: 0;
}
.background-wrap .content-section .subscription-plans .content:first-of-type .popular {
  display: none;
}

.background-wrap {
  background: #F0F4F5;
}
.background-wrap .how-it-works-section {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.6s;
}
.background-wrap .how-it-works-section h2 {
  margin: 0;
  text-align: center;
}
.background-wrap .how-it-works-section .how-it-works {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 2rem;
  width: 100%;
}
@media (min-width: 800px) {
  .background-wrap .how-it-works-section .how-it-works {
    grid-template-columns: repeat(3, 1fr);
  }
}
.background-wrap .how-it-works-section .how-it-works .content {
  background: #fff;
  padding: 2rem;
  height: 100%;
}
.background-wrap .how-it-works-section .how-it-works .content p {
  margin: 0;
}

.gform_wrapper {
  margin: 1rem 0 0 0;
}

.page-layout .gform_required_legend {
  display: none;
}
.page-layout #gfield_description_2_24 a {
  font-size: 0.8rem;
  position: relative;
}
.page-layout #gfield_description_2_24 a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: #1C5CAC;
  transition: width 0.3s ease;
}
.page-layout #gfield_description_2_24 a:hover {
  color: #1C5CAC;
}
.page-layout #gfield_description_2_24 a:hover::before {
  width: 100%;
}
.page-layout .gform_wrapper.gravity-theme input[type=color],
.page-layout .gform_wrapper.gravity-theme input[type=date],
.page-layout .gform_wrapper.gravity-theme input[type=datetime-local],
.page-layout .gform_wrapper.gravity-theme input[type=datetime],
.page-layout .gform_wrapper.gravity-theme input[type=email],
.page-layout .gform_wrapper.gravity-theme input[type=month],
.page-layout .gform_wrapper.gravity-theme input[type=number],
.page-layout .gform_wrapper.gravity-theme input[type=password],
.page-layout .gform_wrapper.gravity-theme input[type=search],
.page-layout .gform_wrapper.gravity-theme input[type=tel],
.page-layout .gform_wrapper.gravity-theme input[type=text],
.page-layout .gform_wrapper.gravity-theme input[type=time],
.page-layout .gform_wrapper.gravity-theme input[type=url],
.page-layout .gform_wrapper.gravity-theme input[type=week],
.page-layout .gform_wrapper.gravity-theme select,
.page-layout .gform_wrapper.gravity-theme textarea {
  background: #F0F4F5;
  border: none;
}

label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a {
  font-size: 0.8rem;
  position: relative;
}
label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: #1C5CAC;
  transition: width 0.3s ease;
}
label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a:hover {
  color: #1C5CAC;
}
label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a:hover::before {
  width: 100%;
}

.error {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.error .overlay {
  width: 100%;
  height: 70vh;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.error .content {
  text-align: center;
}
.error .content h1 {
  color: #fff;
}
.error .content h2 {
  color: #fff;
}
.error .content p {
  color: #fff;
}

.blog-header {
  width: 100%;
  background: #333;
  padding: 2rem;
  text-align: center;
}
.blog-header h2 {
  color: #fff;
}

.blog-main {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.25rem;
  padding: 2rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .blog-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .blog-main {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-post {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media (min-width: 576px) {
  .blog-post {
    width: 48%;
    margin: 0 1%;
  }
  @supports (display: grid) {
    .blog-post {
      width: 100%;
      margin: 0;
    }
  }
}
.blog-post .image {
  width: 100%;
  height: 300px;
  background-size: cover !important;
  background-position: center center !important;
}
.blog-post .meta {
  color: #000;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.blog-post .title {
  color: #000;
  font-size: 1.2rem;
}
.blog-post p {
  color: #000;
}

.post-single {
  width: 100%;
  max-width: 75rem;
  padding: 2rem;
  margin: 0 auto;
}
.post-single .attachment-post-thumbnail {
  width: 100%;
  height: auto;
}

.share-buttons {
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
  margin: 0 0 3.75rem;
  z-index: 2;
  position: relative;
  text-align: center;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.share-buttons li {
  height: auto;
  flex: 0 1 auto;
  width: calc(33.3333333% - 1px);
  margin-right: 0.063rem;
}
.share-buttons li:last-child {
  width: 33.3333333%;
  margin-right: 0;
}
.share-buttons li:last-child a {
  border-radius: 0 0.188rem 0.188rem 0;
}
.share-buttons li:first-child a {
  border-radius: 0.188rem 0 0 0.188rem;
}
.share-buttons svg {
  fill: #fff;
  margin-right: 0.313rem;
  width: 1rem;
  height: 1rem;
}
.share-buttons a {
  display: block;
  padding: 0.75rem 0.75rem 0.563rem;
  text-align: center;
  color: White;
}

.share-twitter {
  background: #1da1f2;
}

.share-facebook {
  background: #3b5998;
}

.share-pinterest {
  background: #b5071a;
}

.btn,
.gform_button, .wp-element-button {
  display: inline-block;
  color: #fff;
  padding: 1rem;
  background: #1C5CAC;
  transition: 0.3s;
  border-radius: 20px;
  margin: 1rem 0 0 0;
  border: 1px solid #fff;
}
.btn:hover, .btn:focus,
.gform_button:hover,
.gform_button:focus, .wp-element-button:hover, .wp-element-button:focus {
  color: #1C5CAC;
  background: #fff;
  border: 1px solid #1C5CAC;
}

#gform_submit_button_1, #gform_submit_button_2, #gform_submit_button_3 {
  display: inline-block;
  color: #fff;
  padding: 1rem;
  background: #1C5CAC;
  transition: 0.3s;
  border-radius: 20px;
  margin: 1rem 0 0 0;
  border: 1px solid #fff;
}
#gform_submit_button_1:hover, #gform_submit_button_1:focus, #gform_submit_button_2:hover, #gform_submit_button_2:focus, #gform_submit_button_3:hover, #gform_submit_button_3:focus {
  color: #1C5CAC;
  background: #fff;
  border: 1px solid #1C5CAC;
}

.footer-wrap {
  background: #fff;
}
.footer-wrap .main-footer {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 2rem 1rem 2rem;
}
.footer-wrap .main-footer .logo img {
  max-width: 10rem;
  height: auto;
}
.footer-wrap .main-footer .contact-details {
  margin: 0.5rem 0 0 0;
}
.footer-wrap .main-footer .contact-details p {
  text-align: center;
  margin: 0.5rem 0 0 0;
}
.footer-wrap .main-footer .contact-details .footer-no {
  font-size: 1.5rem;
  font-weight: 800;
}
.footer-wrap .main-footer .contact-details a {
  position: relative;
}
.footer-wrap .main-footer .contact-details a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: #1C5CAC;
  transition: width 0.3s ease;
}
.footer-wrap .main-footer .contact-details a:hover {
  color: #1C5CAC;
}
.footer-wrap .main-footer .contact-details a:hover::before {
  width: 100%;
}
.footer-wrap .main-footer .policies {
  margin: 1rem 0 0 0;
}
.footer-wrap .main-footer .policies p {
  margin: 0 0 0.5rem 0;
}
.footer-wrap .main-footer .policies a {
  position: relative;
}
.footer-wrap .main-footer .policies a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: #1C5CAC;
  transition: width 0.3s ease;
}
.footer-wrap .main-footer .policies a:hover {
  color: #1C5CAC;
}
.footer-wrap .main-footer .policies a:hover::before {
  width: 100%;
}

.home.active {
  height: 100%;
  overflow: hidden !important;
}

.alert {
  background: #1C5CAC;
}
.alert .alert-content {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  text-align: center;
}
.alert .alert-content .slick-list .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert .alert-content .slick-list .slick-track p {
  color: #fff;
  margin: 0;
}
.alert .alert-content .slick-list .slick-track a {
  color: #fff;
  margin: 0.25rem 0 0 0;
}

.site-header {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.site-header .container {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.site-header .logo img {
  max-width: 10rem;
  height: auto;
}
.site-header .logo a {
  display: flex;
}
.site-header #mobile-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 0;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.site-header #mobile-button .iconify {
  color: #000;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
.site-header #mobile-button .iconify:hover, .site-header #mobile-button .iconify:focus {
  color: #1C5CAC;
}
@media (min-width: 800px) {
  .site-header #mobile-button {
    display: none;
  }
}
.site-header #close-button {
  position: absolute;
  top: 50px;
  right: 1rem;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
}
.site-header #close-button .iconify {
  color: #000;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
.site-header #close-button .iconify:hover, .site-header #close-button .iconify:focus {
  color: #1C5CAC;
}

#mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #F0F4F5;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  padding: 1rem;
  margin: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 10;
}
#mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
@media (min-width: 800px) {
  #mobile-menu {
    display: none;
  }
}
#mobile-menu .menu-main-menu-container {
  width: 100%;
}
#mobile-menu .menu {
  text-align: left;
  margin: 5rem 0 0 0;
}
#mobile-menu .menu li a {
  display: inline-block;
  margin: 0.5rem 0;
  color: #1C5CAC;
  position: relative;
}
#mobile-menu .menu li a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: #1C5CAC;
  transition: width 0.3s ease;
}
#mobile-menu .menu li a:hover {
  color: #1C5CAC;
}
#mobile-menu .menu li a:hover::before {
  width: 100%;
}
#mobile-menu .menu li a::before {
  background: #1C5CAC;
}
#mobile-menu .menu li a:hover, #mobile-menu .menu li a:focus {
  color: #1C5CAC;
}
#mobile-menu .sub-menu {
  list-style-type: none;
  padding: 0;
  display: none;
  margin: 0 0 0 2rem;
}
#mobile-menu .sub-menu.active {
  display: block;
}

#main-menu {
  display: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 800px) {
  #main-menu {
    display: flex;
  }
}
#main-menu .menu {
  position: relative;
  padding: 0;
  margin: 0;
}
#main-menu .menu li {
  position: relative;
}
@media (min-width: 800px) {
  #main-menu .menu li .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: absolute;
    top: 35px;
    left: 1rem;
    padding: 1rem;
    max-width: 300px;
    min-width: 200px;
    background: #fff;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  #main-menu .menu li .sub-menu li {
    padding: 0;
  }
  #main-menu .menu li .sub-menu li a {
    display: inline-block;
    margin: 0.5rem 0;
  }
  #main-menu .menu li .sub-menu.active {
    opacity: 1;
    visibility: visible;
  }
}

.menu {
  list-style-type: none;
  padding-left: 0;
}
.menu li {
  padding: 0.5rem 0;
}
@media (min-width: 800px) {
  .menu li {
    display: inline;
    padding: 0.5rem 1rem;
  }
}
.menu a {
  position: relative;
  color: #1C5CAC;
  font-size: 1rem;
  text-decoration: transparent;
  transition: 0.3s;
}
.menu a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: #1C5CAC;
  transition: width 0.3s ease;
}
.menu a:hover {
  color: #1C5CAC;
}
.menu a:hover::before {
  width: 100%;
}
.menu a:hover {
  text-decoration: #fff;
}

.menu-item-153 a {
  color: #fff !important;
  transition: 0.3s;
  display: inline-block;
  background: #1C5CAC;
  color: #fff;
  border-radius: 50px;
  padding: 1rem !important;
  transition: 0.3s;
  border: 1px solid #fff;
  margin: 1rem 0 0 0;
}
@media (min-width: 800px) {
  .menu-item-153 a {
    margin: 0;
  }
}
.menu-item-153 a::before {
  content: "";
  display: none;
}
.menu-item-153 a:hover, .menu-item-153 a:focus {
  color: #1C5CAC !important;
  background: #fff;
  border: 1px solid #1C5CAC;
}

.page-header {
  width: 100%;
  height: 250px;
  position: relative;
}
.page-header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-align: center;
}
.page-header .overlay h1 {
  padding: 0;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards;
}
.page-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slides {
  max-height: 500px;
  overflow: hidden;
  margin: 0 auto;
}

.slide-img {
  width: 100%;
  height: 500px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-img .desktop-image {
  display: none;
}
@media (min-width: 700px) {
  .slide-img .desktop-image {
    display: block;
  }
}
.slide-img .mobile-image {
  display: block;
  object-position: 50% 50%;
}
@media (min-width: 700px) {
  .slide-img .mobile-image {
    display: none;
  }
}
.slide-img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem 0;
}
@media (min-width: 800px) {
  .slide-img .overlay {
    background: rgba(0, 0, 0, 0.2);
  }
}
.slide-img .container {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.slide-img .container .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 800px) {
  .slide-img .container .content {
    align-items: flex-start;
  }
}
@media (min-width: 800px) {
  .slide-img .container .content {
    width: 50%;
  }
}
.slide-img .container .content h1 {
  color: #fff;
  margin: 0;
  text-align: center;
}
@media (min-width: 800px) {
  .slide-img .container .content h1 {
    text-align: left;
  }
}
.slide-img .container .content .secondary-heading {
  font-size: 1.5rem;
  font-family: raleway, sans-serif;
  font-weight: 700;
  margin: 0.5rem 0 0 0;
}
.slide-img .container .content p {
  color: #fff;
  font-size: 1.3rem;
  margin: 0.5rem 0 0 0;
  text-align: center;
  line-height: 1.7rem;
}
@media (min-width: 800px) {
  .slide-img .container .content p {
    text-align: left;
  }
}
html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

body {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-family: raleway, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.entry-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

.alignfull img {
  width: 100vw;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-layout {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.6s;
}
.page-layout a {
  color: #1C5CAC;
  position: relative;
}
.page-layout a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: #1C5CAC;
  transition: width 0.3s ease;
}
.page-layout a:hover {
  color: #1C5CAC;
}
.page-layout a:hover::before {
  width: 100%;
}/*# sourceMappingURL=style.css.map */