@charset "UTF-8";
html {
  font-size: 1.2rem;
}
body {
  overflow-x: hidden;
}
.site-content article .entry-content {
  padding-bottom: 0;
}
.page-template-default .site-content #primary {
  padding: 1rem;
}
.page-template-default #page .page.type-page header.entry-header .post-thumb-img-content.post-thumb {
  display: none;
}
.page-template-default #page .page.type-page header.entry-header .entry-title {
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-align: center;
}

/* Default (Desktop) */
p {
    font-size: 1.2rem;
    line-height: 1.7rem;
	white-space: normal !important; /* Allows wrapping */
    word-break: keep-all; /* Keeps words together */
    hyphens: auto !important; /* Adds hyphenation when needed */
	overflow-wrap: break-word !important; /* Fallback for long, unbreakable text */
}

h1 {
    
	white-space: normal !important; /* Allows wrapping */
    word-break: keep-all; /* Keeps words together */
    hyphens: auto !important; /* Adds hyphenation when needed */
	overflow-wrap: break-word !important; /* Fallback for long, unbreakable text */
}

h2 {
    font-size: 2rem; /* 2 times the body text */
	white-space: normal !important; /* Allows wrapping */
    word-break: keep-all; /* Keeps words together */
    hyphens: auto; /* Adds hyphenation when needed */
	overflow-wrap: break-word !important; /* Fallback for long, unbreakable text */
}

h3 {
    font-size: 1.5rem; /* 1.5 times the body text */
	white-space: normal !important; /* Allows wrapping */
    word-break: keep-all; /* Keeps words together */
    hyphens: auto !important; /* Adds hyphenation when needed */
	overflow-wrap: break-word !important; /* Fallback for long, unbreakable text */
}

figcaption {
    font-size: 1.2rem; /* same as body text */
	white-space: normal !important; /* Allows wrapping */
    word-break: keep-all; /* Keeps words together */
    hyphens: auto !important; /* Adds hyphenation when needed */
	overflow-wrap: break-word !important; /* Fallback for long, unbreakable text */
}

/* Tablet */
@media (max-width: 768px) {
    p {
        font-size: 1.1rem;
        line-height: 1.4rem !important;
		white-space: normal !important; /* Allows wrapping */
        word-break: keep-all; /* Keeps words together */
        hyphens: auto !important; /* Adds hyphenation when needed */
		overflow-wrap: break-word; /* Fallback for long, unbreakable text */
    }

    h1 {
        
        font-weight: 700;
		white-space: normal; /* Allows wrapping */
        word-break: keep-all; /* Keeps words together */
        hyphens: auto !important; /* Adds hyphenation when needed */
		overflow-wrap: break-word !important; /* Fallback for long, unbreakable text */
    }

    h2 {
        font-size: 1.7rem; /* 2 times the body text */
        font-weight: 700 !important;
		white-space: normal !important; /* Allows wrapping */
        word-break: keep-all; /* Keeps words together */
        hyphens: auto !important; /* Adds hyphenation when needed */
		overflow-wrap: break-word !important; /* Fallback for long, unbreakable text */
    }

    h3 {
        font-size: 1.275rem; /* 1.5 times the body text */
		white-space: normal !important; /* Allows wrapping */
        word-break: keep-all; /* Keeps words together */
        hyphens: auto !important; /* Adds hyphenation when needed */
		overflow-wrap: break-word !important; /* Fallback for long, unbreakable text */
    }

    figcaption {
        font-size: 1.1rem; /* same as body text */
		white-space: normal !important; /* Allows wrapping */
        word-break: keep-all; /* Keeps words together */
        hyphens: auto !important; /* Adds hyphenation when needed */
		overflow-wrap: break-word !important; /* Fallback for long, unbreakable text */
    }
}

/* Mobile */
@media (max-width: 480px) {
    p {
        font-size: 0.9rem;
        line-height: 1.2rem !important;
		white-space: normal !important; /* Allows wrapping */
        word-break: keep-all; /* Keeps words together */
        hyphens: auto !important; /* Adds hyphenation when needed */
		overflow-wrap: break-word !important; /* Fallback for long, unbreakable text */
    }

    h1 {
        
        font-weight: 700 !important;
		white-space: normal !important; /* Allows wrapping */
        word-break: keep-all; /* Keeps words together */
        hyphens: auto !important; /* Adds hyphenation when needed */
		overflow-wrap: break-word !important; /* Fallback for long, unbreakable text */
    }

    h2 {
        font-size: 1.4rem; /* 2 times the body text */
        font-weight: 700 !important;
		white-space: normal !important; /* Allows wrapping */
        word-break: keep-all; /* Keeps words together */
        hyphens: auto !important; /* Adds hyphenation when needed */
		overflow-wrap: break-word !important; /* Fallback for long, unbreakable text */
    }

    h3 {
        font-size: 1.05rem; /* 1.5 times the body text */
		white-space: normal !important; /* Allows wrapping */
        word-break: keep-all; /* Keeps words together */
        hyphens: auto !important; /* Adds hyphenation when needed */
		overflow-wrap: break-word !important; /* Fallback for long, unbreakable text */
    }

    figcaption {
        font-size: 0.9rem; /* same as body text */
	    white-space: normal !important; /* Allows wrapping */
        word-break: keep-all; /* Keeps words together */
        hyphens: auto !important; /* Adds hyphenation when needed */
		overflow-wrap: break-word !important; /* Fallback for long, unbreakable text */
    }
}


@media (max-width: 980px) {
  #page, body > .pum {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  #page, body > .pum {
    font-size: 0.75rem;
  }
}
#page h1, #page h2, #page h3, #page h4, #page h5, #page h6, body > .pum h1, body > .pum h2, body > .pum h3, body > .pum h4, body > .pum h5, body > .pum h6 {
  line-height: 1.15;
  font-weight: 500;
  margin: 0 auto 0.8em;
  width: 100%;
  max-width: 100%;
}
#page h1:not(:first-child), #page h2:not(:first-child), #page h3:not(:first-child), #page h4:not(:first-child), #page h5:not(:first-child), #page h6:not(:first-child), body > .pum h1:not(:first-child), body > .pum h2:not(:first-child), body > .pum h3:not(:first-child), body > .pum h4:not(:first-child), body > .pum h5:not(:first-child), body > .pum h6:not(:first-child) {
  margin: 1.5em 0 0.8em;
}
#page h1.has-text-align-center, #page h2.has-text-align-center, #page h3.has-text-align-center, #page h4.has-text-align-center, #page h5.has-text-align-center, #page h6.has-text-align-center, body > .pum h1.has-text-align-center, body > .pum h2.has-text-align-center, body > .pum h3.has-text-align-center, body > .pum h4.has-text-align-center, body > .pum h5.has-text-align-center, body > .pum h6.has-text-align-center {
  text-align: center;
}
#page h1, body > .pum h1 {

  font-weight: 500;
}
@media (max-width: 980px) {
  #page h1, body > .pum h1 {

  }
}
#page h2, body > .pum h2 {

}

#page h4, body > .pum h4 {

}
#page h5, body > .pum h5 {

}
#page a, body > .pum a {
  outline: none;
  text-decoration: none;
}
@media (max-width: 980px) {
  #page p, #page li, body > .pum p, body > .pum li {

  }
}
#page p.has-text-align-center, #page li.has-text-align-center, body > .pum p.has-text-align-center, body > .pum li.has-text-align-center {
  text-align: center;
}
#page .entry-content ul:not(.uagb-tabs__panel), body > .pum .entry-content ul:not(.uagb-tabs__panel) {
  list-style: none;
  margin: 1em 0 2.4em;
  padding: 0 0 0 2em;
  max-width: 100%;
  width: 100%;
}
#page .entry-content ul:not(.uagb-tabs__panel) li, body > .pum .entry-content ul:not(.uagb-tabs__panel) li {
  position: relative;
  margin-bottom: 1em;
}
#page .entry-content ul:not(.uagb-tabs__panel) li:before, body > .pum .entry-content ul:not(.uagb-tabs__panel) li:before {
  display: inline-block;
  align-items: center;
  line-height: inherit;
  font-size: inherit;
  content: '⚬';
  color: #5672b5;
  font-weight: 700;
  float: left;
  margin-left: -1em;
  border-radius: 99px;
  box-sizing: border-box;
  opacity: 1;
}
#page .entry-content ol, body > .pum .entry-content ol {
  margin: 1em 0 2em;
  padding: 0 0 0 2em;
}
#page .entry-content ol li, body > .pum .entry-content ol li {
  position: relative;
  margin-bottom: 1em;
}
@media (max-width: 980px) {
  #page .entry-content .wp-block-uagb-tabs, body > .pum .entry-content .wp-block-uagb-tabs {
    display: flex;
    flex-direction: column;
  }
  #page .entry-content .wp-block-uagb-tabs > *, body > .pum .entry-content .wp-block-uagb-tabs > * {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 1rem;
  }
}
#page .entry-content .wp-block-image, body > .pum .entry-content .wp-block-image {
  margin-top: 0;
}
@media (max-width: 767px) {
  #page .entry-content .wp-block-image.alignright, #page .entry-content .wp-block-image.alignleft, body > .pum .entry-content .wp-block-image.alignright, body > .pum .entry-content .wp-block-image.alignleft {
    display: block;
    float: none;
    margin: 0 0 1.5rem;
  }
}
#page .entry-content .wp-block-separator.is-style-default, body > .pum .entry-content .wp-block-separator.is-style-default {
  max-width: 1300px;
  width: calc(100vw - 40px);
  margin: 0 auto 1.5em;
}
#page .wp-block-uagb-section, body > .pum .wp-block-uagb-section {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
}
#page .wp-block-uagb-section .uagb-section__inner-wrap, body > .pum .wp-block-uagb-section .uagb-section__inner-wrap {
  padding: 2.2rem 0;
}
@media (max-width: 980px) {
  #page .wp-block-uagb-section .uagb-section__inner-wrap, body > .pum .wp-block-uagb-section .uagb-section__inner-wrap {
    padding: 40px 0;
  }
}
#page .wp-block-uagb-section .uagb-section__inner-wrap > *, body > .pum .wp-block-uagb-section .uagb-section__inner-wrap > * {
  z-index: 1;
}
#page .wp-block-uagb-section .uagb-section__inner-wrap .wp-block-nk-awb, body > .pum .wp-block-uagb-section .uagb-section__inner-wrap .wp-block-nk-awb {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page .wp-block-uagb-section .row, body > .pum .wp-block-uagb-section .row {
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
  display: block;
}
#page .wp-block-uagb-section .row > .wp-block-group__inner-container, body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container {
  display: flex;
  flex-flow: row wrap;
}
#page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group, body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 981px) {
  #page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_2, body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_2 {
    width: 48%;
    margin-right: 4%;
  }
  #page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_2:nth-child(2n), body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_2:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  #page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_2:nth-child(1), body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_2:nth-child(1) {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  #page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_2:last-child, body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_2:last-child {
    margin-bottom: 0;
  }
}
#page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_3, body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_3 {
  margin: 0 0 1rem;
}
@media (min-width: 981px) {
  #page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_3, body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_3 {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
  }
  #page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_3:nth-child(3n), body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_3:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  #page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_3, body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_3 {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  #page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_3:nth-child(2n), body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_3:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_3, body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_3 {
    width: 100%;
    margin-right: 0;
  }
  #page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_3:last-child, body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_3:last-child {
    margin-bottom: 0;
  }
}
#page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_4, body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_4 {
  margin: 0 0 1rem;
}
@media (min-width: 981px) {
  #page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_4, body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_4 {
    width: 22.75%;
    margin-right: 3%;
  }
  #page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_4:nth-of-type(4n), body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_4:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  #page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_4, body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_4 {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2.5rem;
  }
  #page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_4:nth-of-type(2n), body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_4:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_4, body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_4 {
    width: 100%;
    margin-right: 0;
  }
  #page .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_4:last-of-type, body > .pum .wp-block-uagb-section .row > .wp-block-group__inner-container > .wp-block-group.col_4:last-of-type {
    margin-bottom: 0;
  }
}
#page .wp-block-uagb-section.full-width, body > .pum .wp-block-uagb-section.full-width {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 100vw;
}
#page .wp-block-uagb-section.full-width > .uagb-section__overlay, body > .pum .wp-block-uagb-section.full-width > .uagb-section__overlay {
  z-index: -1;
}
#page .wp-block-uagb-section.full-width > .uagb-section__inner-wrap, body > .pum .wp-block-uagb-section.full-width > .uagb-section__inner-wrap {
  position: static;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 981px) {
  #page .wp-block-uagb-section.full-width > .uagb-section__inner-wrap, body > .pum .wp-block-uagb-section.full-width > .uagb-section__inner-wrap {
    max-width: 1340px;
  }
}
#page .wp-block-uagb-section.text-center, body > .pum .wp-block-uagb-section.text-center {
  text-align: center;
}
#page .wp-block-buttons, body > .pum .wp-block-buttons {
  max-width: unset;
  width: auto;
  margin: 0 auto 1.5rem;
}
#page .wp-block-buttons.is-content-justification-center, body > .pum .wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
#page .wp-block-buttons .wp-block-button, body > .pum .wp-block-buttons .wp-block-button {
  display: flex;
}
#page .wp-block-buttons .wp-block-button .wp-block-button__link, body > .pum .wp-block-buttons .wp-block-button .wp-block-button__link {
  cursor: pointer;
  border-radius: 3px;
  font-weight: 400;
  display: block;
  text-align: center;
  width: fit-content;
  flex: 1 0 auto;
  background-color: #5672b5;
  color: #fff;
  padding: 11px 0.7em;
  font-size: 21px !important;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 980px) {
  #page .wp-block-buttons .wp-block-button .wp-block-button__link, body > .pum .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  #page .wp-block-buttons .wp-block-button .wp-block-button__link, body > .pum .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 17px !important;
  }
}
#page .wp-block-buttons .wp-block-button .wp-block-button__link:hover, body > .pum .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: #3E3E3E !important;
}
#page .gform_wrapper form input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]), #page .gform_wrapper form textarea, #page .gform_wrapper form select, body > .pum .gform_wrapper form input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]), body > .pum .gform_wrapper form textarea, body > .pum .gform_wrapper form select {
  padding: 0.7em;
  line-height: 1.1;
  background-color: #f7faff;
  border: 1px solid #5672B5;
  outline: none !important;
  color: #2a2a2a;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 2px;
}
@media (max-width: 1439px) {
  #page .gform_wrapper form input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]), #page .gform_wrapper form textarea, #page .gform_wrapper form select, body > .pum .gform_wrapper form input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]), body > .pum .gform_wrapper form textarea, body > .pum .gform_wrapper form select {
    font-size: 0.85rem;
  }
}
@media (max-width: 1439px) {
  #page .gform_wrapper form input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]), #page .gform_wrapper form textarea, #page .gform_wrapper form select, body > .pum .gform_wrapper form input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]), body > .pum .gform_wrapper form textarea, body > .pum .gform_wrapper form select {
    font-size: 0.85rem;
  }
}
#page .gform_wrapper form textarea, body > .pum .gform_wrapper form textarea {
  resize: vertical;
  min-height: 120px;
  height: auto;
}
#page .gform_wrapper form input.button[type=submit], body > .pum .gform_wrapper form input.button[type=submit] {
  cursor: pointer;
  border-radius: 3px;
  font-weight: 400;
  display: block;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: #5672b5;
  color: #fff;
  padding: 11px 0.7em;
  font-size: 21px !important;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 980px) {
  #page .gform_wrapper form input.button[type=submit], body > .pum .gform_wrapper form input.button[type=submit] {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  #page .gform_wrapper form input.button[type=submit], body > .pum .gform_wrapper form input.button[type=submit] {
    font-size: 17px !important;
  }
}
#page .gform_wrapper form input.button[type=submit]:hover, body > .pum .gform_wrapper form input.button[type=submit]:hover {
  background-color: #3E3E3E !important;
}
#page .gform_wrapper form .validation_message, body > .pum .gform_wrapper form .validation_message {
  padding: 0.4rem;
  font-size: 0.75rem;
}
#page .gform_wrapper .gform_submission_error, body > .pum .gform_wrapper .gform_submission_error {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 auto;
  color: #C02B0B;
}
@media (min-width: 768px) {
  #page .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content, body > .pum .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 981px) {
  #page .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content .uagb-tm__image-content, body > .pum .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content .uagb-tm__image-content {
    max-width: 25%;
    flex: 1 0 auto;
  }
}
#page .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content .uagb-tm__image-content .uagb-tm__image img, body > .pum .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content .uagb-tm__image-content .uagb-tm__image img {
  max-width: 260px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 981px) {
  #page .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content .uagb-tm__text-wrap, body > .pum .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content .uagb-tm__text-wrap {
    max-width: 75%;
    flex: 1 0 auto;
  }
}
#page .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content .uagb-tm__text-wrap .uagb-tm__desc, body > .pum .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content .uagb-tm__text-wrap .uagb-tm__desc {
  font-size: 1.35rem !important;
  line-height: 1.5;
  font-style: italic;
  color: inherit;
}
@media (max-width: 980px) {
  #page .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content .uagb-tm__text-wrap .uagb-tm__desc, body > .pum .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content .uagb-tm__text-wrap .uagb-tm__desc {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 767px) {
  #page .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content .uagb-tm__text-wrap .uagb-tm__desc, body > .pum .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content .uagb-tm__text-wrap .uagb-tm__desc {
    font-size: 1.25rem !important;
  }
}
#page .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content .uagb-tm__text-wrap .uagb-tm__meta .uagb-testimonial-details span, body > .pum .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content .uagb-tm__text-wrap .uagb-tm__meta .uagb-testimonial-details span {
  font-size: 1.1rem !important;
}
@media (max-width: 980px) {
  #page .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content .uagb-tm__text-wrap .uagb-tm__meta .uagb-testimonial-details span, body > .pum .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content .uagb-tm__text-wrap .uagb-tm__meta .uagb-testimonial-details span {
    font-size: 1rem !important;
  }
}
@media (max-width: 767px) {
  #page .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content .uagb-tm__text-wrap .uagb-tm__meta .uagb-testimonial-details span, body > .pum .wp-block-uagb-testimonial .uagb-tm__image-position-left .uagb-tm__content .uagb-tm__text-wrap .uagb-tm__meta .uagb-testimonial-details span {
    font-size: 1rem !important;
  }
}
.page-template-default #page .page.type-page header.entry-header .entry-title {
  margin-bottom: 0.5em;
  text-align: center;
}
body.error404 #page section.error-404 .wp-block-uagb-section .uagb-section__inner-wrap {
  padding: 8em 0;
}
body.error404 #page section.error-404 h2, body.error404 #page section.error-404 h1 {
  text-shadow: 0 0 20px #000, 0 0 50px #000;
  font-weight: 400;
  font-size: 3em;
  margin: 0 auto;
  color: #fff;
}
body.error404 #page section.error-404 h2 {
  font-size: 6em;
}
body.error404 #page section.error-404 h1 {
  font-size: 4em;
  margin-bottom: 0.8em;
}
.site-header .site-title {
  display: none;
}
.site-header #ast-desktop-header .site-primary-header-wrap {
  width: 95%;
  max-width: 1300px !important;
  padding: 0;
}
.site-header #ast-desktop-header .site-primary-header-wrap .ast-builder-grid-row {
  grid-column-gap: 0px;
}
.site-header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right {
  align-items: center;
}
.site-header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right .ast-builder-menu {
  padding-right: 0px;
}
.site-header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right .ast-builder-menu ul.main-header-menu > li.menu-item {
  margin: 0 0 0 20px !important;
}
@media (min-width: 1200px) {
  .site-header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right .ast-builder-menu ul.main-header-menu > li.menu-item {
    margin: 0 0 0 30px !important;
  }
}
.site-header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right .ast-builder-menu ul.main-header-menu > li.menu-item > a {
  line-height: 100%;
  text-transform: uppercase;
  padding: 38px 0 !important;
}

.site-header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right .ast-builder-menu ul.main-header-menu > li.menu-item > a:hover {
}

.site-header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right .ast-builder-menu ul.main-header-menu > li.menu-item > a .dropdown-menu-toggle {
  display: none;
}

.site-header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right .ast-builder-menu ul.main-header-menu > li.menu-item > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #aab8d9;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: transform 0.3s, visibility 0.3s;
  -webkit-transition: -webkit-transform 0.3s, visibility 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0.3s;
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
}
.site-header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right .ast-builder-menu ul.main-header-menu > li.menu-item.current-menu-parent > a, .site-header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right .ast-builder-menu ul.main-header-menu > li.menu-item.current-menu-item > a {
  color: #aab8d9;
}
.site-header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right .ast-builder-menu ul.main-header-menu > li.menu-item.current-menu-parent > a:before, .site-header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right .ast-builder-menu ul.main-header-menu > li.menu-item.current-menu-item > a:before {
  width: 100%;
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transition-delay: 0s, 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
}
.site-header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right .ast-builder-menu ul.main-header-menu > li.menu-item.current-menu-parent > a:hover:before, .site-header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right .ast-builder-menu ul.main-header-menu > li.menu-item.current-menu-item > a:hover:before {
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: transform 0.3s, visibility 0.3s;
  -webkit-transition: -webkit-transform 0.3s, visibility 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0.3s;
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
}
.site-header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right .ast-builder-menu ul.main-header-menu > li.menu-item .sub-menu {
  top: calc(100% + 1px);
  padding: 14px 0;
  border-top-width: 3px;
  width: 250px;
}
.site-header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right .ast-builder-menu ul.main-header-menu > li.menu-item .sub-menu li.menu-item {
  margin: 0;
}
.site-header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right .ast-builder-menu ul.main-header-menu > li.menu-item .sub-menu li.menu-item a {
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 400;
  line-height: 120%;
  padding: 10px 10px;
}

 
/* Hide the submenu by default */
#menu-item-12106 .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff; /* Adjust as needed */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Optional: adds a shadow for a dropdown effect */
    padding: 10px 0;
    z-index: 1000;
    width: 200px; /* Set width as needed */
}

/* Show the submenu on hover */
#menu-item-12106:hover .sub-menu {
    display: block;
}

/* Style submenu items */
#menu-item-12106 .sub-menu li {
    padding: 5px 15px; /* Adjust padding as needed */
}

#menu-item-12106 .sub-menu li a {
    color: #313234; /* Text color */
    text-decoration: none;
    font-size: 14px; /* Font size */
}

#menu-item-12106 .sub-menu li a:hover {
    background-color: #f5f6fa; /* Optional: adds a hover background */
}

/* Optional: Adjust main menu styling */
#menu-item-12106 > a {
    position: relative;
}


.site-header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right .ast-header-search {
  padding-left: 30px;
}
.site-header .site-branding {
  padding: 0;
}
.site-header .site-branding .site-logo-img {
  padding: 0;
}
.site-header .site-branding .custom-logo-link img {
  display: block;
  max-width: 230px;
  height: 89px;
  object-fit: contain;
}
@media (max-width: 1100px) {
  .site-header .site-branding .custom-logo-link img {
    max-width: 200px;
  }
}
@media (max-width: 980px) {
  .site-header .site-branding .custom-logo-link img {
    height: 60px;
  }
}

@media (max-width: 767px) { /* Targeting screens 768px wide and below */
    .menu-item-12106 .astra-mm-icon-label.icon-item-12106 svg {
        display: none; /* Hides the icon on mobile */
    }
}

.site-header #ast-mobile-header {
  box-shadow: 0 1px 3px #ccc;
}
.site-header #ast-mobile-header .ast-primary-header-bar {
  padding: 10px 0 !important;
  border: none;
}
.site-header #ast-mobile-header .ast-primary-header-bar > .ast-builder-grid-row {
  width: 95%;
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.site-header #ast-mobile-header .ast-primary-header-bar .menu-toggle {
  padding: 0 !important;
}
.site-header #ast-mobile-header .ast-primary-header-bar .menu-toggle .mobile-menu-toggle-icon svg {
  width: 40px;
  height: 40px;
  fill: #5672b5 !important;
}
.site-header #ast-mobile-header .ast-builder-menu-mobile {
  box-shadow: 0 1px 3px #ccc;
}
.site-header #ast-mobile-header .ast-builder-menu-mobile ul.main-header-menu {
  background-color: transparent;
}
.site-header #ast-mobile-header .ast-builder-menu-mobile ul.main-header-menu li {
  margin: 0;
}
.site-header #ast-mobile-header .ast-builder-menu-mobile ul.main-header-menu li a {
  color: #718097 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  padding: 20px 25px !important;
  border-top: 1px solid #eee !important;
}
.site-header #ast-mobile-header .ast-builder-menu-mobile ul.main-header-menu li a:hover {
  color: #525f71 !important;
  background: #f9f9fb !important;
}
.site-header #ast-mobile-header .ast-builder-menu-mobile ul.main-header-menu li .ast-menu-toggle {
  top: 27px;
  line-height: 100%;
  width: 60px;
  height: 60px;
}

.site-header #ast-mobile-header .ast-builder-menu-mobile ul.main-header-menu .menu-item-12106 .menu-text {
    padding-right: 60px; /* Adjust padding as needed */
}

.site-header #ast-mobile-header .ast-builder-menu-mobile ul.main-header-menu li .ast-menu-toggle svg {
  width: 20px;
  height: 20px;
  fill: #718097 !important;
  margin: 0 !important;
}
.site-header #ast-mobile-header .ast-builder-menu-mobile ul.main-header-menu li.current-menu-parent > a {
  color: #aab8d9 !important;
}
.site-header #ast-mobile-header .ast-builder-menu-mobile ul.main-header-menu li.current-menu-item > a {
  color: #181818 !important;
}
.site-header #ast-mobile-header .ast-builder-menu-mobile ul.main-header-menu li .sub-menu {
  background-color: transparent;
}
.site-header #ast-mobile-header .ast-builder-menu-mobile ul.main-header-menu li .sub-menu li a {
  padding-left: 45px !important;
}

.site-header #ast-mobile-header .ast-builder-menu-mobile ul.main-header-menu .menu-item-12106 > .sub-menu .menu-item {
    padding-left: 20px !important; /* Adds left padding to submenu items under menu-item-12106 */
}

.site-header #ast-mobile-header .ast-builder-menu-mobile ul.main-header-menu li .sub-menu li a .icon-arrow {
  display: none;
}
.site-above-footer-wrap {
  font-family: 'Source Sans Pro', sans-serif !important;
  padding: 40px 0;
}
.site-above-footer-wrap .ast-builder-footer-grid-columns {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  width: 90% !important;
  max-width: 700px !important;
}
@media (max-width: 980px) and (min-width: 768px) {
  .site-above-footer-wrap .ast-builder-footer-grid-columns {
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .site-above-footer-wrap .ast-builder-footer-grid-columns {
    flex-direction: column !important;
  }
}
.site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-section {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:first-of-type {
    margin-bottom: 20px !important;
  }
}
.site-above-footer-wrap .ast-builder-footer-grid-columns .col {
  padding: 0;
}
.site-above-footer-wrap .ast-builder-footer-grid-columns .footer-widget-area h3 {
  color: #fff !important;
  font-size: clamp(26px, 3vw, 32px) !important;
  line-height: 100% !important;
  margin: 0 !important;
}
.site-above-footer-wrap .ast-builder-footer-grid-columns .ast-footer-button-2 .ast-builder-button-wrap .ast-custom-button-link {
  display: block;
  color: #5672b5;
  font-size: 21px !important;
  font-weight: 500;
  padding: 15px 40px;
  background-color: #fff;
  border: 1px solid #5672b5;
  border-radius: 3px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 980px) {
  .site-above-footer-wrap .ast-builder-footer-grid-columns .ast-footer-button-2 .ast-builder-button-wrap .ast-custom-button-link {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  .site-above-footer-wrap .ast-builder-footer-grid-columns .ast-footer-button-2 .ast-builder-button-wrap .ast-custom-button-link {
    font-size: 17px !important;
  }
}
.site-above-footer-wrap .ast-builder-footer-grid-columns .ast-footer-button-2 .ast-builder-button-wrap .ast-custom-button-link:hover {
  color: #fff !important;
  background-color: #5672b5;
}
.site-above-footer-wrap .ast-builder-footer-grid-columns .ast-footer-button-2 .ast-builder-button-wrap .ast-custom-button-link .ast-custom-button {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 100%;
  margin: auto;
  padding: 0;
  background: transparent;
}
.site-primary-footer-wrap {
  padding: 30px 0 !important;
}
.site-primary-footer-wrap .ast-builder-footer-grid-columns {
  width: 90% !important;
  max-width: 1500px !important;
  overflow: hidden;
}
.site-primary-footer-wrap .ast-builder-footer-grid-columns .site-footer-section {
  margin: 0 !important;
}
.site-primary-footer-wrap .logos-slider {
  padding: 0;
}
.site-primary-footer-wrap .logos-slider .wp-block-group {
  padding: 0;
}
@media (min-width: 1439px) {
  .site-primary-footer-wrap .logos-slider.touch-disabled {
    pointer-events: none;
  }
}
.site-primary-footer-wrap .logos-slider.wp-block-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center !important;
}
.site-primary-footer-wrap .owl-carousel {
  width: calc(90vw - 20px);
  max-width: 1500px;
}
.site-primary-footer-wrap .owl-item {
  justify-content: center;
}
.site-primary-footer-wrap figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin: 0 auto !important;
}
.site-primary-footer-wrap figure img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
}
.site-below-footer-wrap {
  font-family: 'Source Sans Pro', sans-serif !important;
  color: #ffff !important;
  padding: 60px 0 30px !important;
}
.site-below-footer-wrap .ast-builder-footer-grid-columns {
  display: block !important;
  width: 90%;
}
@media (max-width: 899px) {
  .site-below-footer-wrap .ast-builder-footer-grid-columns {
    max-width: 500px !important;
  }
}
.site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section {
  display: block;
  float: left;
}
@media (max-width: 899px) {
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:first-of-type {
    width: 100%;
    margin-bottom: 30px !important;
  }
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:nth-of-type(2) {
    width: 55% !important;
    margin-right: 5% !important;
    margin-bottom: 20px !important;
  }
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:nth-of-type(3) {
    width: 40% !important;
    margin-bottom: 20px !important;
  }
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:nth-of-type(4) {
    width: 100% !important;
  }
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:last-of-type {
    width: 100% !important;
    margin-top: 50px;
  }
}
@media (min-width: 900px) and (max-width: 999px) {
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section {
    margin-bottom: 0 !important;
  }
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:first-of-type {
    width: calc(90% - 500px);
    margin-right: 4%;
  }
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:nth-of-type(2) {
    width: 200px !important;
    margin-right: 3%;
  }
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:nth-of-type(3) {
    width: 150px !important;
    margin-right: 3%;
  }
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:nth-of-type(4) {
    width: 150px !important;
  }
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:last-of-type {
    width: 100% !important;
    margin-top: 80px;
  }
}
@media (min-width: 1000px) {
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:first-of-type {
    width: calc(82% - 550px);
    margin-right: 9%;
  }
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:nth-of-type(2) {
    width: 200px !important;
    margin-right: 5%;
  }
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:nth-of-type(3) {
    width: 150px !important;
    margin-right: 3%;
  }
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:nth-of-type(4) {
    width: 200px !important;
  }
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:last-of-type {
    width: 100% !important;
    margin-top: 80px;
  }
}
@media (min-width: 1280px) {
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:first-of-type {
    width: calc(82% - 650px);
    margin-right: 4%;
  }
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:nth-of-type(2) {
    width: 250px !important;
    margin-right: 4%;
  }
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:nth-of-type(3) {
    width: 200px !important;
    margin-right: 10%;
  }
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:nth-of-type(4) {
    width: 200px !important;
  }
  .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-section:last-of-type {
    width: 100% !important;
    margin-top: 80px;
  }
}
.site-below-footer-wrap .site-footer-section {
  display: block;
  margin: 0;
}
@media (max-width: 767px) {
  .site-below-footer-wrap .site-footer-section:nth-child(2), .site-below-footer-wrap .site-footer-section:nth-child(3) {
    order: -1;
  }
}
.site-below-footer-wrap .site-footer-section p, .site-below-footer-wrap .site-footer-section a, .site-below-footer-wrap .site-footer-section li {
  color: #fff !important;
  font-size: 14px !important;
}
.site-below-footer-wrap .site-footer-section .widget_media_image {
  margin: 0;
}
.site-below-footer-wrap .site-footer-section figure {
  margin: 0;
  text-align: left !important;
}
@media (max-width: 899px) {
  .site-below-footer-wrap .site-footer-section figure {
    text-align: center !important;
  }
}
@media (max-width: 899px) {
  .site-below-footer-wrap .site-footer-section figure.verified img {
    max-width: 120px;
  }
}
.site-below-footer-wrap .site-footer-section .widget_text {
  margin-bottom: 20px !important;
  text-align: left !important;
}
.site-below-footer-wrap .site-footer-section .widget_text:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 899px) {
  .site-below-footer-wrap .site-footer-section .widget_text {
    text-align: center !important;
  }
}
.site-below-footer-wrap .site-footer-section p.mission {
  margin-top: 20px !important;
}
.site-below-footer-wrap .site-footer-section p.address a {
  display: block;
}
.site-below-footer-wrap .site-footer-section p.address a:hover {
  color: #5672B5 !important;
}
@media (max-width: 899px) {
  .site-below-footer-wrap .site-footer-section .wp-block-social-links {
    justify-content: center;
  }
}
.site-below-footer-wrap .site-footer-section .wp-block-social-links li {
  margin-bottom: 0 !important;
}
.site-below-footer-wrap .site-footer-section .wp-block-social-links li a svg {
  width: auto !important;
  height: 30px;
}
.site-below-footer-wrap .site-footer-section .wp-block-social-links li a svg path {
  fill: #fff;
  stroke: transparent;
}
.site-below-footer-wrap .site-footer-section .wp-block-social-links li a:hover svg path {
  fill: #5672B5;
}
.site-below-footer-wrap ul.menu, .site-below-footer-wrap ul.ast-nav-menu {
  display: block;
}
.site-below-footer-wrap ul.menu li, .site-below-footer-wrap ul.ast-nav-menu li {
  display: flex;
  align-items: baseline !important;
  width: 100%;
  line-height: 1;
  padding: 0;
  margin: 0 0 0.85rem !important;
  text-align: left !important;
}
.site-below-footer-wrap ul.menu li > a, .site-below-footer-wrap ul.ast-nav-menu li > a {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  padding: 0 0 0 25px !important;
  margin: 0 !important;
}
.site-below-footer-wrap ul.menu li > a:before, .site-below-footer-wrap ul.ast-nav-menu li > a:before {
  position: absolute;
  top: 9px;
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  content: ' ';
  box-sizing: border-box;
  border: 2px solid #5672b5;
  border-radius: 99px;
  opacity: 1;
  transform: translateY(-50%);
  transition: 150ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.site-below-footer-wrap ul.menu li > a:hover:before, .site-below-footer-wrap ul.ast-nav-menu li > a:hover:before {
  left: -2px;
  width: 24px;
  height: 24px;
  border-width: 5px;
  border-color: #014580;
  opacity: 1;
}
.site-below-footer-wrap ul.menu li > a:after, .site-below-footer-wrap ul.ast-nav-menu li > a:after {
  position: absolute;
  top: 9px;
  left: 5px;
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: 2px solid #5672b5;
  border-radius: 99px;
  opacity: 1;
  transform: translateY(-50%);
  transition: 150ms;
}
.site-below-footer-wrap ul.menu li > a:hover:after, .site-below-footer-wrap ul.ast-nav-menu li > a:hover:after {
  left: 4px;
  width: 12px;
  height: 12px;
  border-width: 5px;
  border-color: #014580;
  opacity: 1;
}
.site-below-footer-wrap ul.menu li.current-menu-item > a, .site-below-footer-wrap ul.ast-nav-menu li.current-menu-item > a {
  color: #efca27;
}
#page .cerf-slider-section .uagb-section__inner-wrap {
  padding: 50px 0;
}
#page .cerf-slider-section .row {
  width: 100%;
  max-width: 100%;
}
#page .cerf-slider-section .cerf-slider {
  padding: 0;
  max-width: 100vw;
  width: 100vw;
  user-select: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#page .cerf-slider-section .cerf-slider .owl-stage-outer {
  width: 100%;
  max-width: 100%;
}
#page .cerf-slider-section .cerf-slider .owl-stage-outer .owl-stage {
  display: flex;
  flex-flow: row wrap;
}
#page .cerf-slider-section .cerf-slider .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  align-items: center;
}
#page .cerf-slider-section .cerf-slider figure {
  margin: 0;
}
#page .cerf-slider-section .cerf-slider figure img {
  max-width: 200px;
  max-height: 150px;
  object-fit: contain;
  object-position: center;
}
#page .capabilities-banner-section {
  text-align: center;
}
#page .capabilities-banner-section > .uagb-section__inner-wrap {
  padding: 0;
}
#page .capabilities-banner-section + .wp-block-uagb-section > .uagb-section__inner-wrap {
  padding-top: 20px;
}
#page .capabilities-banner-section h1 {
  font-weight: 500;
  color: #5672b5;
  text-align: center;
}
#page .capabilities-banner-section h1 + * {
  margin-top: 0;
  margin-bottom: 2rem;
}
#page .capabilities-banner-section .col .wp-block-group__inner-container {
  height: 100%;
}
#page .capabilities-banner-section .wp-block-uagb-info-box {
  overflow: hidden;
  position: relative;
  height: 100%;
  padding: 2em;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  #page .capabilities-banner-section .wp-block-uagb-info-box {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
#page .capabilities-banner-section .wp-block-uagb-info-box:after {
  background: linear-gradient(180deg, #eee 0%, #a9b8c3 100%);
  content: '';
  display: block;
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
  transition: all 0.4s ease-in;
}
#page .capabilities-banner-section .wp-block-uagb-info-box:hover:after {
  transform: rotateZ(180deg);
}
#page .capabilities-banner-section .wp-block-uagb-info-box .uagb-ifb-image-icon-content {
  margin: 0;
}
#page .capabilities-banner-section .wp-block-uagb-info-box .uagb-ifb-image-icon-content .uagb-ifb-image-content {
  overflow: hidden;
  border-radius: 50%;
  width: 100% !important;
  margin: 0 auto 1em;
  transition: all 0.4s ease-in;
  position: relative;
  padding-top: 100%;
}
#page .capabilities-banner-section .wp-block-uagb-info-box .uagb-ifb-image-icon-content .uagb-ifb-image-content img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.4s ease-in;
}
#page .capabilities-banner-section .wp-block-uagb-info-box .uagb-ifb-title {
  font-size: 1.5em;
  margin-bottom: 0;
  transition: all 0.4s ease-in;
}
@media (max-width: 767px) {
  #page .capabilities-banner-section .wp-block-uagb-info-box .uagb-ifb-title {
    font-size: 1.4rem;
  }
}
#page .capabilities-banner-section .wp-block-uagb-info-box .uagb-ifb-title:hover {
  color: #3E3E3E;
}
#page .capabilities-banner-section .wp-block-uagb-info-box:hover .uagb-ifb-title, #page .capabilities-banner-section .wp-block-uagb-info-box:hover .uagb-ifb-title a {
  color: #3E3E3E;
}
#page .capabilities-banner-section .wp-block-uagb-info-box:hover .uagb-ifb-image-content img {
  transform: scale(1.15);
}
#page .capabilities-text-section .wp-block-image.aligncenter.size-full {
  margin-top: 0;
}
#page .counter-section {
  text-align: center;
}
@media (min-width: 981px) {
  #page .counter-section .row > .wp-block-group__inner-container, #page .counter-section > .wp-block-group__inner-container {
    justify-content: space-between;
  }
}
@media (max-width: 1439px) {
  #page .counter-section .col_4 {
    font-size: 0.8rem;
  }
}
@media (min-width: 981px) {
  #page .counter-section .col_4 {
    max-width: 24% !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 15px !important;
  }
}
#page .counter-section p {
  font-size: 22px !important;
  line-height: 1.4;
}
@media (max-width: 980px) {
  #page .counter-section p {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  #page .counter-section p {
    font-size: 18px !important;
  }
}
#page .counter {
  font-size: 2em;
  color: #5672b5;
  font-weight: 400;
}
#page .gallery-slider {
  text-align: center;
  max-width: 100%;
  width: 100%;
}
#page .gallery-slider .owl-stage {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
#page .gallery-slider .owl-stage .owl-item {
  display: flex;
  flex: 1 0 auto;
}
#page .gallery-slider .wp-block-image {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
#page .gallery-slider .wp-block-image > a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 66%;
  user-select: none;
  outline: none;
  margin-bottom: 0;
}
#page .gallery-slider .wp-block-image > a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
#page .gallery-slider .wp-block-image > a figcaption {
  display: none;
}
#page .gallery-slider .wp-block-image figcaption {
  line-height: 1.1;
  font-size: 1rem;
  color: #000;
  z-index: 111;
}
#page .slider-banner {
  text-align: center;
}
#page .slider-banner .uagb-section__inner-wrap {
  padding: 0;
}
#page .slider-banner h2, #page .slider-banner h1 {
  font-weight: 500;
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#page .slider-banner .gallery-slider {
  width: 100%;
  max-width: 100%;
  padding: 0 34px;
}
#page .slider-banner .gallery-slider .owl-nav {
  pointer-events: none;
  margin: 0 auto;
  position: absolute;
  top: calc(50% - (1rem + 20px));
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #page .slider-banner .gallery-slider .owl-nav {
    top: calc(50% - 1rem);
  }
}
#page .slider-banner .gallery-slider .owl-nav button {
  pointer-events: auto;
  box-shadow: none;
  background: none;
}
#page .slider-banner .gallery-slider .owl-nav button span {
  font-size: 3.3rem;
  color: #5672b5;
  transition: all 0.3s ease-in-out;
}
#page .slider-banner .gallery-slider .owl-nav button:hover span {
  opacity: 0.6;
  color: #3E3E3E;
}
#page .slider-banner .gallery-slider .owl-dots {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  #page .slider-banner .gallery-slider .owl-dots {
    display: none;
  }
}
#page .slider-banner .gallery-slider .owl-dots .owl-dot span {
  transition: all 0.35s ease-in-out;
}
#page .slider-banner .gallery-slider .owl-dots .owl-dot.active span {
  background: #5672b5;
}
#page .services-banner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100vw;
  max-width: 100vw;
}
#page .services-banner > .uagb-section__inner-wrap {
  padding: 5.8rem 0 5.4rem;
}
#page .services-banner h1, #page .services-banner h2, #page .services-banner h3, #page .services-banner h4, #page .services-banner h5, #page .services-banner h6, #page .services-banner p, #page .services-banner li {
  color: #fff;
  text-shadow: 0 0 20px #000, 0 0 50px #000;
}
#page .services-banner h1 {
  display: block;
  max-width: 1300px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 2.6em;
  margin-bottom: 0.5em;
}
#page .services-banner h1 + * {
  padding: 0 5%;
  font-size: 1.4em;
  font-weight: 400;
  margin-top: 0.5em;
}
#page .services-banner h1 ~ * {
  display: block;
  max-width: 1300px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#page .services-menu-section > .uagb-section__inner-wrap h2, #page .services-menu-section > .uagb-section__inner-wrap h3, #page .services-menu-section > .uagb-section__inner-wrap h4 {
  clear: unset;
}
@media (min-width: 981px) {
  #page .services-menu-section > .uagb-section__inner-wrap > .wp-block-image.alignright, #page .services-menu-section > .uagb-section__inner-wrap > .wp-block-image.alignleft {
    max-width: 430px;
    width: 45%;
    margin-top: 0;
  }
}
@media (max-width: 980px) {
  #page .services-menu-section > .uagb-section__inner-wrap > .wp-block-image.alignright, #page .services-menu-section > .uagb-section__inner-wrap > .wp-block-image.alignleft {
    float: none;
    margin: 0 auto;
    display: block;
  }
  #page .services-menu-section > .uagb-section__inner-wrap > .wp-block-image.alignright img, #page .services-menu-section > .uagb-section__inner-wrap > .wp-block-image.alignleft img {
    object-fit: contain;
    object-position: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 981px) {
  #page .services-menu-section > .uagb-section__inner-wrap > .wp-block-image.alignleft {
    max-width: 500px;
    width: 46%;
    margin-top: 0;
    margin-right: 2rem;
  }
}
@media (min-width: 981px) {
  #page .services-menu-section > .uagb-section__inner-wrap > .wp-block-image.alignright {
    margin-left: 2rem;
  }
}
@media (max-width: 980px) {
  #page .services-menu-section > .uagb-section__inner-wrap .wp-block-image.alignleft:first-child, #page .services-menu-section > .uagb-section__inner-wrap .wp-block-image.alignright:first-child {
    order: 1;
    margin: 0;
  }
}
#page .services-menu-section > .uagb-section__inner-wrap .wp-block-image.alignleft:first-child + h2, #page .services-menu-section > .uagb-section__inner-wrap .wp-block-image.alignleft:first-child + h3, #page .services-menu-section > .uagb-section__inner-wrap .wp-block-image.alignleft:first-child + h4, #page .services-menu-section > .uagb-section__inner-wrap .wp-block-image.alignright:first-child + h2, #page .services-menu-section > .uagb-section__inner-wrap .wp-block-image.alignright:first-child + h3, #page .services-menu-section > .uagb-section__inner-wrap .wp-block-image.alignright:first-child + h4 {
  margin-top: 0;
}
#page .services-menu-section > .uagb-section__inner-wrap .right-box {
  position: relative;
  z-index: 11;
  padding: 2rem 0 !important;
}
@media (max-width: 980px) {
  #page .services-menu-section > .uagb-section__inner-wrap .right-box {
    order: 1;
  }
}
#page .services-menu-section > .uagb-section__inner-wrap .right-box .wp-block-image {
  margin-top: 0;
}
@media (min-width: 981px) {
  #page .services-menu-section > .uagb-section__inner-wrap .right-box {
    padding: 0 0 2em 1.4em !important;
    max-width: 430px;
    width: 45%;
    float: right;
    margin: 0;
  }
}
#page .services-menu-section .blurbs-wrap {
  margin: 2em auto 0.78em;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
#page .services-menu-section .blurbs-wrap > .wp-block-group__inner-container {
  display: flex;
  flex-flow: row wrap;
}
#page .services-menu-section .blurbs-wrap > .wp-block-group__inner-container .wp-block-uagb-info-box {
  width: 32%;
  margin: 0 2% 4% 0;
  line-height: 1;
}
@media (max-width: 767px) {
  #page .services-menu-section .blurbs-wrap > .wp-block-group__inner-container .wp-block-uagb-info-box {
    width: 48%;
    margin: 0 4% 4% 0;
  }
}
@media (max-width: 479px) {
  #page .services-menu-section .blurbs-wrap > .wp-block-group__inner-container .wp-block-uagb-info-box {
    width: 100%;
    margin: 0 0 4% 0 !important;
  }
}
@media (min-width: 768px) {
  #page .services-menu-section .blurbs-wrap > .wp-block-group__inner-container .wp-block-uagb-info-box:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #page .services-menu-section .blurbs-wrap > .wp-block-group__inner-container .wp-block-uagb-info-box:nth-child(2n) {
    margin-right: 0;
  }
}
#page .services-menu-section .blurbs-wrap > .wp-block-group__inner-container .wp-block-uagb-info-box .uagb-ifb-content {
  position: relative;
}
#page .services-menu-section .blurbs-wrap > .wp-block-group__inner-container .wp-block-uagb-info-box .uagb-ifb-content .uagb-ifb-image-icon-content {
  margin: 0;
}
#page .services-menu-section .blurbs-wrap > .wp-block-group__inner-container .wp-block-uagb-info-box .uagb-ifb-content .uagb-ifb-image-icon-content .uagb-ifb-image-content {
  overflow: hidden;
  padding-top: 65%;
  position: relative;
  width: 100%;
}
#page .services-menu-section .blurbs-wrap > .wp-block-group__inner-container .wp-block-uagb-info-box .uagb-ifb-content .uagb-ifb-image-icon-content img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
#page .services-menu-section .blurbs-wrap > .wp-block-group__inner-container .wp-block-uagb-info-box .uagb-ifb-content .uagb-ifb-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1;
  background: rgba(62, 83, 130, 0.8);
  min-height: 1%;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
#page .services-menu-section .blurbs-wrap > .wp-block-group__inner-container .wp-block-uagb-info-box .uagb-ifb-content .uagb-ifb-title-wrap .uagb-ifb-title {
  color: #fff;
  margin: 0 auto;
  padding: 10px;
  line-height: 1;
  font-size: 0.88rem;
}
#page .services-menu-section .blurbs-wrap > .wp-block-group__inner-container .wp-block-uagb-info-box .uagb-ifb-content .uagb-ifb-text-wrap {
  display: none;
}
#page .services-menu-section .blurbs-wrap > .wp-block-group__inner-container .wp-block-uagb-info-box .uagb-infobox-link-wrap:hover + .uagb-infobox__content-wrap .uagb-ifb-title-wrap {
  min-height: 100%;
}
#page .services-menu-section .blurbs-wrap > .wp-block-group__inner-container .wp-block-uagb-info-box .uagb-infobox-link-wrap:hover + .uagb-infobox__content-wrap .uagb-ifb-image-content img {
  transform: scale(1.1);
}
@media (max-width: 980px) {
  #page .services-menu-section.location-sidebar-content .row > .wp-block-group__inner-container {
    flex-direction: column;
  }
}
@media (min-width: 981px) {
  #page .services-menu-section.location-sidebar-content .row .col-content {
    border: none;
    padding-left: 0 !important;
    padding-right: 4%;
    width: 70% !important;
    flex: 1 0 auto;
  }
}
#page .services-menu-section.location-sidebar-content .row .col-content .gallery-slider {
  margin: 2rem 0 1rem;
}
@media (max-width: 980px) {
  #page .services-menu-section.location-sidebar-content .row .col-content .gallery-slider .owl-nav {
    display: none;
  }
}
#page .services-menu-section.location-sidebar-content .row .col-content .gallery-slider a {
  margin-bottom: auto;
}
#page .services-menu-section.location-sidebar-content .row .col-content .gallery-slider a + figcaption {
  margin-top: -2rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  padding: 3em 0.77em 1em;
  color: #fff;
  font-size: 0.8rem;
}
@media (min-width: 981px) {
  #page .services-menu-section.location-sidebar-content .row .col-menu {
    padding-left: 0;
    width: 30% !important;
    margin-right: 0 !important;
    max-width: 330px !important;
  }
}
#page .services-menu-section.location-sidebar-content .row .col-menu > .wp-block-group__inner-container {
  background-color: #1E73BE;
  padding: 1em;
}
@media (min-width: 981px) {
  #page .services-menu-section.location-sidebar-content .row .col-menu > .wp-block-group__inner-container {
    position: sticky;
    top: 123px;
  }
}
@media (min-width: 981px) and (max-height: 822px) {
  #page .services-menu-section.location-sidebar-content .row .col-menu > .wp-block-group__inner-container {
    top: 50px;
  }
}
#page .services-menu-section.location-sidebar-content .row .col-menu > .wp-block-group__inner-container .wp-block-image {
  margin: 0 auto;
}
#page .services-menu-section.location-sidebar-content .row .col-menu > .wp-block-group__inner-container h3 {
  text-align: center;
  font-size: 1.4em;
  margin: 0.5em auto;
  color: #fff;
}
#page .services-menu-section.location-sidebar-content .row .col-menu > .wp-block-group__inner-container iframe {
  min-height: 410px;
}
#page .form-bg-wrap {
  padding: 22px;
  position: sticky;
  top: 135px;
}
@media screen and (max-width: 1280px) {
  #page .form-bg-wrap {
    padding: 22px 12px;
  }
  #page .form-bg-wrap iframe {
    overflow: hidden;
    min-width: 288px;
  }
}
@media (max-width: 480px) {
  #page .form-bg-wrap {
    width: 100vw;
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
#page .no-overflow .uagb-column__wrap {
  overflow: unset;
}
#page .has-anim h1, #page .has-anim h2, #page .has-anim h3, #page .has-anim h4, #page .has-anim h5, #page .has-anim p, #page .has-anim .wp-block-buttons {
  opacity: 0;
  position: relative;
  top: -25px;
  transition: all 0.5s ease-in-out;
}
#page .has-anim h1 ~ * {
  transition-delay: 0.4s;
}
#page .has-anim .wp-block-buttons {
  transition-delay: 0.65s;
}
#page .has-anim .wp-block-image img {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out;
}
#page .has-anim.section-fe-action > .uagb-section__inner-wrap {
  position: relative;
  opacity: 0;
  bottom: -50px;
  transition: all 0.5s ease-in;
}
#page .has-anim.services-menu-section .col-menu {
  position: relative;
  left: -50vw;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#page .has-anim.services-menu-section .col-content > .wp-block-group__inner-container {
  position: relative;
  right: -50vw;
  opacity: 0;
  transition: all 1s ease-in-out;
}
#page .has-anim.location-sidebar-content .col-menu {
  position: relative;
  right: -50vw;
  left: unset !important;
  opacity: 0;
  transition: all 1s ease-in-out;
}
#page .has-anim.location-sidebar-content .col-content > .wp-block-group__inner-container {
  position: relative;
  left: -50vw;
  right: unset !important;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#page .has-anim.blurbs-wrap .wp-block-uagb-info-box {
  opacity: 0;
  position: relative;
  bottom: -100px;
  transition: all 0.5s 0.2s ease-in-out;
}
#page .has-anim.blurbs-wrap .wp-block-uagb-info-box:nth-child(2) {
  transition-delay: 0.4s;
}
#page .has-anim.blurbs-wrap .wp-block-uagb-info-box:nth-child(3) {
  transition-delay: 0.6s;
}
#page .has-anim.blurbs-wrap .wp-block-uagb-info-box:nth-child(4) {
  transition-delay: 0.8s;
}
#page .has-anim.blurbs-wrap .wp-block-uagb-info-box:nth-child(5) {
  transition-delay: 1s;
}
#page .has-anim.blurbs-wrap .wp-block-uagb-info-box:nth-child(6) {
  transition-delay: 1.2s;
}
#page .has-anim.blurbs-wrap .wp-block-uagb-info-box:nth-child(7) {
  transition-delay: 1.4s;
}
#page .has-anim.blurbs-wrap .wp-block-uagb-info-box:nth-child(8) {
  transition-delay: 1.6s;
}
#page .has-anim.blurbs-wrap .wp-block-uagb-info-box:nth-child(9) {
  transition-delay: 1.8s;
}
#page .has-anim.animated h1, #page .has-anim.animated h2, #page .has-anim.animated h3, #page .has-anim.animated h4, #page .has-anim.animated h5, #page .has-anim.animated p, #page .has-anim.animated .wp-block-buttons {
  opacity: 1;
  top: 0;
}
#page .has-anim.animated .wp-block-image img {
  opacity: 1;
  transform: scale(1);
}
#page .has-anim.animated.section-fe-action > .uagb-section__inner-wrap {
  opacity: 1;
  bottom: 0;
}
#page .has-anim.animated.services-menu-section .col-menu {
  left: 0;
  opacity: 1;
}
#page .has-anim.animated.services-menu-section .col-content > .wp-block-group__inner-container {
  right: 0;
  opacity: 1;
}
#page .has-anim.animated.location-sidebar-content .col-menu {
  right: 0;
  opacity: 1;
}
#page .has-anim.animated.location-sidebar-content .col-content > .wp-block-group__inner-container {
  left: 0;
  opacity: 1;
}
#page .has-anim.animated.blurbs-wrap .wp-block-uagb-info-box {
  opacity: 1;
  bottom: 0;
}
footer.site-footer {
  overflow: hidden;
}
footer.site-footer .site-above-footer-wrap {
  position: relative;
  opacity: 0;
  left: -101vw;
  transition: all 0.5s ease-in-out;
}
footer.site-footer .site-above-footer-wrap .site-footer-above-section-2 {
  opacity: 0 !important;
}
footer.site-footer .site-primary-footer-wrap {
  position: relative;
  opacity: 0;
  right: -101vw;
  transition: all 0.5s ease-in-out;
}
footer.site-footer .site-below-footer-wrap {
  position: relative;
  opacity: 1;
  bottom: 0;
  transition: all 0.5s ease-in-out;
}
#page .has-anim footer.site-footer .site-below-footer-wrap img {
  opacity: 1 !important;
  trasform: scale(100) !important;
}
footer.site-footer.animated .site-above-footer-wrap {
  left: 0;
  opacity: 1;
}
footer.site-footer.animated .site-above-footer-wrap .site-footer-above-section-2 {
  transition: all 0.5s 0.5s ease-in-out;
  opacity: 1 !important;
}
footer.site-footer.animated .site-primary-footer-wrap {
  opacity: 1;
  right: 0;
  transition-delay: 0.5s;
}
footer.site-footer.animated .site-below-footer-wrap {
  bottom: 0;
  opacity: 1;
  transition-delay: 0.8s;
}
.home #page #primary {
  padding-top: 0;
}
.home #page .home-banner-section .uagb-section__inner-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home #page .home-banner-section .uagb-section__inner-wrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(33, 33, 33, 0.3);
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 981px) {
  .home #page .home-banner-section .uagb-section__inner-wrap .row {
    min-height: 60vh;
    display: flex;
    align-items: center;
  }
}
.home #page .home-banner-section .uagb-section__inner-wrap .row > .wp-block-group__inner-container {
  width: 100%;
  text-align: center;
}
.home #page .home-banner-section .uagb-section__inner-wrap h1 {
  text-align: center;
  color: #fff;
  font-size: clamp(32px, 3.4vw, 46px);
  text-transform: uppercase;
  max-width: 666px;
  margin-bottom: 0.5em;
}
@media (max-width: 479px) {
  .home #page .home-banner-section .uagb-section__inner-wrap h1 {
    font-size: 26px;
  }
}
.home #page .home-banner-section .uagb-section__inner-wrap p {
  color: #fff;
  font-size: clamp(18px, 1.66vw, 22px);
  margin-bottom: 1.2em;
}
.home #page .wp-block-uagb-section h2, .home #page .wp-block-uagb-section h3 {
  color: #5672b5;
}
.home #page .section-services p {
  font-size: 24px !important;
}
@media (max-width: 980px) {
  .home #page .section-services p {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .home #page .section-services p {
    font-size: 18px !important;
  }
}
.home #page .section-fe-action {
  background-color: #5672b5;
}
.home #page .section-fe-action h2 {
  color: #fff;
}
.home #page .section-fe-action .wistia_responsive_padding {
  max-width: 100%;
  width: 100%;
}
#page .loc-banner > .uagb-section__inner-wrap {
  padding-bottom: 1rem;
}
#page .loc-banner h1 {
  text-align: center;
  margin-bottom: 0;
  font-size: 2.67em;
}
#page .loc-banner h1 + * {
  margin-top: 0.7em;
}
#page .loc-items-section > .uagb-section__inner-wrap {
  padding-top: 0;
}
#page .loc-items-section .col > .wp-block-group__inner-container {
  height: 100%;
}
#page .loc-items-section .loc-item {
  position: relative;
  margin: 0;
  padding: 2.5rem 1.5rem 3rem;
  overflow: hidden;
  height: 100%;
}
#page .loc-items-section .loc-item:after {
  background: linear-gradient(180deg, #eee 0%, #a9b8c3 100%);
  content: '';
  display: block;
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
  transition: all 0.4s ease-in;
}
#page .loc-items-section .loc-item:hover:after {
  transform: rotateZ(180deg);
}
#page .loc-items-section .loc-item > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#page .loc-items-section .loc-item h2 {
  text-align: center;
  font-size: 1.8em;
}
#page .loc-items-section .loc-item .wp-block-image {
  margin-top: auto;
}
#page .loc-items-section .loc-item .wp-block-image > a {
  display: block;
  position: relative;
  padding-top: 65%;
}
#page .loc-items-section .loc-item .wp-block-image > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.archive.post-type-archive #page #primary {
  padding-top: 0;
  margin: 0 0 3rem;
}
.archive.post-type-archive #page .archive-banner {
  width: 100vw;
  height: 465px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 1rem;	
}

@media (max-width: 980px) {
  .archive.post-type-archive #page .archive-banner {
    padding: 0px;
  }
}
.archive.post-type-archive #page .archive-banner .archive-banner-row {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.archive.post-type-archive #page .archive-banner .archive-banner-row h1, .archive.post-type-archive #page .archive-banner .archive-banner-row p {
  text-align: center;
  margin-bottom: 0.5em;
}
.archive.post-type-archive #page .taxonomy-description {
  text-align: center;
  margin-bottom: 0;
}
.archive.post-type-archive #page .site-main > .ast-row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
}
.archive.post-type-archive #page .site-main > .ast-row article.ast-article-post {
  padding: 0;
  width: 100%;
  margin: 0 3.5% 3.5% 0;
}
.archive.post-type-archive #page .site-main > .ast-row article.ast-article-post > div {
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border: none;
  outline: none;
  padding-bottom: 1.5em;
}
.archive.post-type-archive #page .site-main > .ast-row article.ast-article-post > div .post-content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 981px) {
  .archive.post-type-archive #page .site-main > .ast-row article.ast-article-post {
    width: 31%;
  }
  .archive.post-type-archive #page .site-main > .ast-row article.ast-article-post:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  .archive.post-type-archive #page .site-main > .ast-row article.ast-article-post {
    width: 47%;
    margin: 0 6% 6% 0;
  }
  .archive.post-type-archive #page .site-main > .ast-row article.ast-article-post:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .archive.post-type-archive #page .site-main > .ast-row article.ast-article-post {
    width: 100%;
    margin: 0 auto 5%;
  }
}
@media (max-width: 767px) {
  .archive.post-type-archive #page .site-main > .ast-row article.ast-article-post {
    display: block;
  }
}
.archive.post-type-archive #page .site-main > .ast-row article.ast-article-post .post-thumb {
  width: 100%;
}
.archive.post-type-archive #page .site-main > .ast-row article.ast-article-post .post-thumb a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding-top: 61%;
  overflow: hidden;
}
.archive.post-type-archive #page .site-main > .ast-row article.ast-article-post .post-thumb a img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.archive.post-type-archive #page .site-main > .ast-row article.ast-article-post .post-thumb a:hover img {
  transform: scale(1.15);
  filter: grayscale(0.4);
}
.archive.post-type-archive #page .site-main > .ast-row article.ast-article-post .entry-header {
  margin: 0;
  padding: 0 20px;
}
.archive.post-type-archive #page .site-main > .ast-row article.ast-article-post .entry-header .entry-title {
  margin-bottom: 0.7em;
  font-size: 1.55em;
}
.archive.post-type-archive #page .site-main > .ast-row article.ast-article-post .entry-header .entry-title a {
  color: #1E73BE;
  transition: all 0.3s ease-in;
}
.archive.post-type-archive #page .site-main > .ast-row article.ast-article-post .entry-header .entry-title a:hover {
  color: #3E3E3E;
}
.archive.post-type-archive #page .site-main > .ast-row article.ast-article-post .entry-content {
  padding: 0 20px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.archive.post-type-archive #page .site-main > .ast-row article.ast-article-post .entry-content p {
  font-size: 0.9rem;
}
.archive.post-type-archive #page .site-main > .ast-row article.ast-article-post .read-more {
  display: none;
}
.archive.post-type-archive #page .site-main > .ast-row article.ast-article-post .more-link {
  margin-top: auto;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 400;
  display: block;
  text-align: center;
  width: fit-content;
  background-color: #5672b5;
  padding: 9px 0.6em;
  font-size: 0.85rem !important;
  transition: all 0.25s ease-in-out;
}
.archive.post-type-archive #page .site-main > .ast-row article.ast-article-post .more-link:hover {
  background-color: #3E3E3E;
}
.archive.post-type-archive #page .ast-pagination .nav-links .page-numbers {
  color: #5672b5;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
  font-size: 0.9rem;
}
.archive.post-type-archive #page .ast-pagination .nav-links .page-numbers:hover {
  color: #3E3E3E;
}
.archive.post-type-archive #page .ast-pagination .nav-links .page-numbers.current {
  color: #fff;
  background-color: #5672b5;
}
.archive.post-type-archive #page .ast-pagination .nav-links > .prev, .archive.post-type-archive #page .ast-pagination .nav-links > .next {
  display: none;
}
@media (max-width: 1439px) {
  #page .contact-form-section {
    font-size: 0.8rem;
  }
}
#page .contact-form-section > .uagb-section__inner-wrap {
  padding-top: 1rem;
}
#page .contact-form-section .careers-wrap {
  padding: 0;
  max-width: 420px;
  margin: 0 auto;
}
#page .contact-form-section .wp-block-uagb-info-box {
  margin: 0 auto 1.5rem;
  max-width: 280px;
}
#page .contact-form-section .wp-block-uagb-info-box .uagb-ifb-imgicon-wrap {
  margin: -4px auto 0.75rem;
}
@media (max-width: 976px) {
  #page .contact-form-section .wp-block-uagb-info-box .uagb-ifb-imgicon-wrap .uagb-ifb-icon-wrap {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #page .contact-form-section .wp-block-uagb-info-box .uagb-ifb-imgicon-wrap .uagb-ifb-icon-wrap {
    margin-right: 0 !important;
  }
}
#page .contact-form-section .wp-block-uagb-info-box .uagb-ifb-imgicon-wrap .uagb-ifb-icon-wrap .uagb-ifb-icon {
  max-width: 28px;
}
@media (max-width: 767px) {
  #page .contact-form-section .wp-block-uagb-info-box .uagb-ifb-icon-wrap {
    margin-right: 0 !important;
  }
}
#page .contact-form-section .wp-block-uagb-info-box .uagb-ifb-title {
  margin-bottom: 10px;
}
@media (max-width: 1439px) {
  #page .contact-form-section .wp-block-uagb-info-box h4 {
    font-size: 1.5em;
  }
  #page .contact-form-section .wp-block-uagb-info-box p {
    font-size: 0.77rem;
  }
}
#page .contact-form-section .wp-block-uagb-info-box .uagb-infobox__content-wrap {
  transition: all 0.3s ease-in-out;
}
#page .contact-form-section .wp-block-uagb-info-box .uagb-infobox-link-wrap:hover {
  opacity: 0.5;
}
#page .contact-form-section .wp-block-uagb-info-box .uagb-infobox-link-wrap:hover + .uagb-infobox__content-wrap {
  opacity: 0.5;
}
#page .contact-form-section .wp-block-uagb-google-map {
  border-radius: 6px;
  background-color: #f5f5f5;
  border: 1px solid #DCE3EF;
}
#page .contact-form-section .form-wrap {
  padding: 2rem !important;
  border-radius: 6px;
  background-color: #f5f5f5;
  border: 1px solid #DCE3EF;
}
#page .contact-form-section .form-wrap h2, #page .contact-form-section .form-wrap h3 {
  text-align: center;
}
#page .contact-form-section .form-wrap.general-inquiry-form .nf-form-cont nf-fields-wrap {
  display: flex;
  flex-flow: row wrap;
}
#page .contact-form-section .form-wrap.general-inquiry-form .nf-form-cont nf-fields-wrap nf-field {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  #page .contact-form-section .form-wrap.general-inquiry-form .nf-form-cont nf-fields-wrap nf-field:nth-child(n+1):nth-child(-n+4) {
    width: 48%;
    margin-right: 4%;
  }
  #page .contact-form-section .form-wrap.general-inquiry-form .nf-form-cont nf-fields-wrap nf-field:nth-child(2n) {
    margin-right: 0 !important;
  }
}
#page .contact-form-section .form-wrap.careers-form nf-fields-wrap {
  display: flex;
  flex-flow: row wrap;
}
#page .contact-form-section .form-wrap.careers-form nf-fields-wrap nf-field {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  #page .contact-form-section .form-wrap.careers-form nf-fields-wrap nf-field:nth-child(n+1):nth-child(-n+2) {
    width: 48%;
    margin-right: 4%;
  }
  #page .contact-form-section .form-wrap.careers-form nf-fields-wrap nf-field:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  #page .contact-form-section .contact-items.wp-block-uagb-columns {
    padding-bottom: 0;
  }
  #page .contact-form-section .contact-items.wp-block-uagb-columns .uagb-column__inner-wrap {
    padding: 0;
  }
}
#page .contact-form-section .map-col {
  padding: 2rem 0 0 !important;
}
@media (max-width: 976px) {
  #page .contact-form-section .map-col {
    padding-top: 0 !important;
  }
}
#page .contact-form-section .map-col h2, #page .contact-form-section .map-col h3 {
  margin-bottom: 1rem;
}
#page .contact-form-section .map-col > .wp-block-group__inner-container {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#page .contact-form-section .map-col > .wp-block-group__inner-container .wp-block-uagb-google-map {
  margin-top: auto;
}
#page .contact-form-section .map-col > .wp-block-group__inner-container p {
  width: 100%;
}
#page .services-banner + .contact-info-section .uagb-section__inner-wrap {
  padding-bottom: 1.5rem;
}
.resource-template-default #page .entry-header, .post-template-default #page .entry-header, .resource-template-resource-piechart #page .entry-header {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto 0.5rem;
  padding: calc(3rem + 6%) 0 calc(2rem + 6%);
}
.resource-template-default #page .entry-header.ast-header-without-markup, .post-template-default #page .entry-header.ast-header-without-markup, .resource-template-resource-piechart #page .entry-header.ast-header-without-markup {
  display: none;
}
.resource-template-default #page .entry-header .post-thumb, .post-template-default #page .entry-header .post-thumb, .resource-template-resource-piechart #page .entry-header .post-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.resource-template-default #page .entry-header .post-thumb:after, .post-template-default #page .entry-header .post-thumb:after, .resource-template-resource-piechart #page .entry-header .post-thumb:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(33, 33, 33, 0.3);
}
.resource-template-default #page .entry-header .post-thumb img, .post-template-default #page .entry-header .post-thumb img, .resource-template-resource-piechart #page .entry-header .post-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.resource-template-default #page .entry-header .ast-single-post-order, .post-template-default #page .entry-header .ast-single-post-order, .resource-template-resource-piechart #page .entry-header .ast-single-post-order {
  z-index: 2;
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.resource-template-default #page .entry-header .ast-single-post-order h1, .post-template-default #page .entry-header .ast-single-post-order h1, .resource-template-resource-piechart #page .entry-header .ast-single-post-order h1 {
  color: #fff;
  margin-bottom: 1rem;
  text-shadow: 0 0 20px #000, 0 0 50px #000;
  font-size: 54px;
  padding: 0 2%;
  font-size: 54px !important;
}
@media (max-width: 980px) {
  .resource-template-default #page .entry-header .ast-single-post-order h1, .post-template-default #page .entry-header .ast-single-post-order h1, .resource-template-resource-piechart #page .entry-header .ast-single-post-order h1 {
    font-size: 48px !important;
  }
}
@media (max-width: 767px) {
  .resource-template-default #page .entry-header .ast-single-post-order h1, .post-template-default #page .entry-header .ast-single-post-order h1, .resource-template-resource-piechart #page .entry-header .ast-single-post-order h1 {
    font-size: 34px !important;
  }
}
.resource-template-default #page .entry-header .entry-meta, .post-template-default #page .entry-header .entry-meta, .resource-template-resource-piechart #page .entry-header .entry-meta {
  color: #fff;
  margin-bottom: 1rem;
}
.resource-template-default #page .entry-header .entry-meta a, .resource-template-default #page .entry-header .entry-meta a span, .post-template-default #page .entry-header .entry-meta a, .post-template-default #page .entry-header .entry-meta a span, .resource-template-resource-piechart #page .entry-header .entry-meta a, .resource-template-resource-piechart #page .entry-header .entry-meta a span {
  color: #fff;
}
.resource-template-default #page .entry-header.ast-no-thumbnail, .post-template-default #page .entry-header.ast-no-thumbnail, .resource-template-resource-piechart #page .entry-header.ast-no-thumbnail {
  padding: calc(2.5rem + 6%) 0 calc(1.5rem + 3%);
}
.resource-template-default #page .entry-header.ast-no-thumbnail h1, .post-template-default #page .entry-header.ast-no-thumbnail h1, .resource-template-resource-piechart #page .entry-header.ast-no-thumbnail h1 {
  box-shadow: none;
  text-shadow: none;
  color: #5672b5;
}
.resource-template-default #page .entry-content, .post-template-default #page .entry-content, .resource-template-resource-piechart #page .entry-content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 1.5rem 0;
}
.resource-template-default #page .navigation.post-navigation, .post-template-default #page .navigation.post-navigation, .resource-template-resource-piechart #page .navigation.post-navigation {
  padding: 1.5em 0;
}
.resource-template-default #page .greybox-align .wp-block-uagb-column > .uagb-column__inner-wrap, .post-template-default #page .greybox-align .wp-block-uagb-column > .uagb-column__inner-wrap, .resource-template-resource-piechart #page .greybox-align .wp-block-uagb-column > .uagb-column__inner-wrap {
  height: 100%;
}
.resource-template-default #page .greybox-align .wp-block-uagb-column > .uagb-column__inner-wrap > .wp-block-group, .post-template-default #page .greybox-align .wp-block-uagb-column > .uagb-column__inner-wrap > .wp-block-group, .resource-template-resource-piechart #page .greybox-align .wp-block-uagb-column > .uagb-column__inner-wrap > .wp-block-group {
  height: 100%;
  padding: 2em;
}
.resource-template-default #page .greybox-align .wp-block-uagb-column > .uagb-column__inner-wrap > .wp-block-group .wp-block-group__inner-container, .post-template-default #page .greybox-align .wp-block-uagb-column > .uagb-column__inner-wrap > .wp-block-group .wp-block-group__inner-container, .resource-template-resource-piechart #page .greybox-align .wp-block-uagb-column > .uagb-column__inner-wrap > .wp-block-group .wp-block-group__inner-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.resource-template-default #page .greybox-align .wp-block-uagb-column > .uagb-column__inner-wrap > .wp-block-group .wp-block-image, .post-template-default #page .greybox-align .wp-block-uagb-column > .uagb-column__inner-wrap > .wp-block-group .wp-block-image, .resource-template-resource-piechart #page .greybox-align .wp-block-uagb-column > .uagb-column__inner-wrap > .wp-block-group .wp-block-image {
  margin-top: auto;
}
.resource-template-default #page .greybox-align .wp-block-uagb-column > .uagb-column__inner-wrap > .wp-block-group .wp-block-image a, .post-template-default #page .greybox-align .wp-block-uagb-column > .uagb-column__inner-wrap > .wp-block-group .wp-block-image a, .resource-template-resource-piechart #page .greybox-align .wp-block-uagb-column > .uagb-column__inner-wrap > .wp-block-group .wp-block-image a {
  width: 100%;
  display: block;
}
.resource-template-default #page .greybox-align .wp-block-uagb-column > .uagb-column__inner-wrap > .wp-block-group .wp-block-image a img, .post-template-default #page .greybox-align .wp-block-uagb-column > .uagb-column__inner-wrap > .wp-block-group .wp-block-image a img, .resource-template-resource-piechart #page .greybox-align .wp-block-uagb-column > .uagb-column__inner-wrap > .wp-block-group .wp-block-image a img {
  width: 100%;
}
.resource-template-default #page #splendid-main-container .align-center, .post-template-default #page #splendid-main-container .align-center, .resource-template-resource-piechart #page #splendid-main-container .align-center {
  text-align: center;
}
.resource-template-default #page #splendid-main-container .pie-svg-graph, .post-template-default #page #splendid-main-container .pie-svg-graph, .resource-template-resource-piechart #page #splendid-main-container .pie-svg-graph {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 767px) {
  .resource-template-default #page #splendid-main-container .pie-svg-graph, .post-template-default #page #splendid-main-container .pie-svg-graph, .resource-template-resource-piechart #page #splendid-main-container .pie-svg-graph {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .resource-template-default #page #splendid-main-container .div-only-mobile, .post-template-default #page #splendid-main-container .div-only-mobile, .resource-template-resource-piechart #page #splendid-main-container .div-only-mobile {
    display: none;
  }
}
.resource-template-default #page #splendid-main-container .row:after, .post-template-default #page #splendid-main-container .row:after, .resource-template-resource-piechart #page #splendid-main-container .row:after {
  display: block;
  width: 100%;
  clear: both;
  content: '';
}
.resource-template-default #page #splendid-main-container .speal.active, .post-template-default #page #splendid-main-container .speal.active, .resource-template-resource-piechart #page #splendid-main-container .speal.active {
  position: static !important;
}
.resource-template-default #page #splendid-main-container .col-sm-6, .post-template-default #page #splendid-main-container .col-sm-6, .resource-template-resource-piechart #page #splendid-main-container .col-sm-6 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .resource-template-default #page #splendid-main-container .col-sm-6, .post-template-default #page #splendid-main-container .col-sm-6, .resource-template-resource-piechart #page #splendid-main-container .col-sm-6 {
    width: 50%;
    float: left;
  }
}
/*MYRA EDITS BELOW*/

/*Myra Edits above*/

/*# sourceMappingURL=index.css.map */