/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@font-face {
  font-family: gilroy;
  font-weight: 400;
  src: url('../fonts/gilroy/Gilroy-Regular.otf?67b3749d') format("opentype");
}
@font-face {
  font-family: gilroy;
  font-weight: 500;
  src: url('../fonts/gilroy/Gilroy-Medium.otf?67b3749b') format("opentype");
}
@font-face {
  font-family: gilroy;
  font-weight: 700;
  src: url('../fonts/gilroy/Gilroy-Bold.otf?67b3749c') format("opentype");
}
:root {
  --outer-padding: 75px;
  --inner-margin: 75px;
  --inner-minor-margin: 50px;
  --content-margin: 24px;
  --heading-to-content-margin: 0;
  --heading-to-heading-margin: 16px;
  --big-icons-margin: 60px;
  --feature-box-margin: 20px;
  --text-box-margin: 30px;
}
#g-navigation .g-content {
  padding: 0;
  margin: 0;
}
#g-navigation a.dj-up_a {
  color: white;
}
#g-navigation a.dj-up_a:hover {
  color: #c4d9f5;
}
.language-switcher-block .g-content {
  height: 100%;
}
.language-switcher-block .g-content > .platform-content {
  height: 100%;
}
.language-switcher-block .g-content > .platform-content > .language-switcher {
  height: 100%;
}
.language-switcher-block .g-content > .platform-content > .language-switcher > .mod-languages {
  height: 100%;
}
.language-switcher-block .g-content > .platform-content > .language-switcher > .mod-languages > .mod-languages__list {
  height: 100%;
  text-align: end;
}
.language-switcher-block .g-content > .platform-content > .language-switcher > .mod-languages > .mod-languages__list > li {
  height: 100%;
}
.language-switcher-block .g-content > .platform-content > .language-switcher > .mod-languages > .mod-languages__list > li > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.language-switcher-block .g-content > .platform-content > .language-switcher > .mod-languages > .mod-languages__list > li > a:hover {
  color: #c4d9f5;
}
.dj-megamenu-override {
  anchor-name: --nav-anchor;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  overflow: visible;
  height: auto;
  width: auto;
  position: relative;
  z-index: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.dj-megamenu-override li.dj-up {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
}
.dj-megamenu-override li a.dj-up_a {
  display: block;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  padding: 0 18px;
  cursor: pointer;
  transition: color 0.2s ease-out;
  position: relative;
}
@media only all and (max-width: 74.99rem) {
  .dj-megamenu-override li a.dj-up_a {
    font-size: 13px;
  }
}
.dj-megamenu-override li a.dj-up_a > span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  height: 60px;
}
.dj-megamenu-override li a.dj-up_a > span.dj-drop {
  padding: 0;
}
.dj-megamenu-override li a.dj-up_a > span span.name {
  text-transform: uppercase;
  vertical-align: middle;
}
.dj-megamenu-override li a.dj-up_a > span span.name + span {
  margin-left: 10px;
}
.dj-megamenu-override li a.dj-up_a small.subtitle {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-top: 3px;
  opacity: 0.5;
}
.dj-megamenu-override li a.dj-up_a .dj-icon {
  margin: 0;
  max-height: 32px;
}
.dj-megamenu-override li a.dj-up_a .dj-icon + span {
  margin-left: 15px;
}
.dj-megamenu-override li div.dj-subwrap {
  position: absolute;
  left: -9999px;
  top: -9999px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dj-megamenu-override li div.dj-subwrap .dj-subwrap-in {
  display: flex;
  background-color: white;
  border: solid 1px #1a54a0;
}
.dj-megamenu-override li.logo a.dj-up_a .dj-icon {
  max-height: 60px;
}
.dj-megamenu-override li:hover, .dj-megamenu-override li.hover {
  position: relative;
  z-index: 200;
}
.dj-megamenu-override li:hover a.dj-up_a, .dj-megamenu-override li.hover a.dj-up_a {
  color: #444;
}
.dj-megamenu-override li:hover > div.dj-subwrap, .dj-megamenu-override li.hover > div.dj-subwrap {
  left: 0;
  top: 100%;
  height: auto;
  z-index: 300;
}
.dj-megamenu-override li:hover > div.dj-subwrap li:hover > div.dj-subwrap, .dj-megamenu-override li:hover > div.dj-subwrap li.hover > div.dj-subwrap, .dj-megamenu-override li.hover > div.dj-subwrap li:hover > div.dj-subwrap, .dj-megamenu-override li.hover > div.dj-subwrap li.hover > div.dj-subwrap {
  left: 100%;
  top: 0;
  margin: 0;
  height: auto;
  z-index: 400;
}
.dj-megamenu-override li ul.dj-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
}
.dj-megamenu-override li ul.dj-submenu > li {
  display: block;
  height: auto;
  width: auto;
  position: relative;
}
.dj-megamenu-override li ul.dj-submenu > li > a {
  font-size: 15px;
  line-height: 24px;
  color: #12326E;
  text-decoration: none;
  padding: 12px 20px;
  margin: 0;
  transition: all 0.2s ease-out;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
.dj-megamenu-override li ul.dj-submenu > li > a .dj-icon {
  margin: 0;
  max-height: 16px;
}
.dj-megamenu-override li ul.dj-submenu > li > a .dj-icon + span {
  margin-left: 15px;
}
.dj-megamenu-override li ul.dj-submenu > li > a small.subtitle {
  display: block;
  font-size: 0.9em;
  line-height: 1;
  opacity: 0.5;
}
.dj-megamenu-override li ul.dj-submenu > li > a span.name {
  vertical-align: middle;
}
.dj-megamenu-override li ul.dj-submenu > li > a span.name + span {
  margin-left: 10px;
}
.dj-megamenu-override li ul.dj-submenu > li:hover > a, .dj-megamenu-override li ul.dj-submenu > li.active > a {
  color: #4777B9;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.dj-megamenu-override li ul.dj-subtree {
  list-style: none;
  padding: 0 !important;
  margin: 5px 0 5px 25px !important;
}
.dj-megamenu-override li ul.dj-subtree > li {
  list-style: circle outside;
  padding: 0;
  margin: 0;
  color: #666;
}
.dj-megamenu-override li ul.dj-subtree > li > a {
  display: block;
  font-size: 13px;
  line-height: 13px;
  color: #444;
  text-decoration: none;
  padding: 5px 0;
}
.dj-megamenu-override li ul.dj-subtree > li:hover > a, .dj-megamenu-override li ul.dj-subtree > li.active > a {
  color: #000;
  text-decoration: underline;
}
.dj-megamenu-override .arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  line-height: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.dj-megamenu-override.dj-fa-no .arrow:before {
  content: "";
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  top: -2px;
}
.dj-megamenu-override.dj-fa-no .dj-submenu li.parent:not(.subtree) > a .arrow:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.dj-megamenu-override.dj-fa-0 .arrow:before, .dj-megamenu-override.dj-fa-1 .arrow:before, .dj-megamenu-override.dj-fa-5 .arrow:before {
  display: inline-block;
  font: normal normal normal 14px/1 "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dj-megamenu-override.dj-fa-0 li.dj-up > a .arrow:before, .dj-megamenu-override.dj-fa-1 li.dj-up > a .arrow:before, .dj-megamenu-override.dj-fa-5 li.dj-up > a .arrow:before {
  content: "";
}
.dj-megamenu-override.dj-fa-0 .dj-submenu li.parent:not(.subtree) > a .arrow:before, .dj-megamenu-override.dj-fa-1 .dj-submenu li.parent:not(.subtree) > a .arrow:before, .dj-megamenu-override.dj-fa-5 .dj-submenu li.parent:not(.subtree) > a .arrow:before {
  content: "";
}
.dj-megamenu-override.dj-fa-5 .arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.dj-megamenu-override li.dj-up:hover > a .arrow, .dj-megamenu-override li.dj-up:focus > a .arrow {
  top: 51%;
  top: calc(50% + 2px);
}
.dj-megamenu-override .dj-submenu li.parent > a .arrow {
  right: 16px;
}
.dj-megamenu-override .dj-submenu li.parent:not(.subtree):hover > a .arrow, .dj-megamenu-override .dj-submenu li.parent:not(.subtree):focus > a .arrow {
  right: 14px;
}
.dj-megamenu-override li.separator > a {
  cursor: default;
}
.dj-megamenu-override .modules-wrap {
  padding: 10px;
  color: #444;
}
.dj-megamenu-override .modules-wrap p {
  display: block;
  padding: 0;
}
.dj-megamenu-override .dj-stickylogo {
  position: absolute;
  z-index: 550;
}
.dj-megamenu-override .dj-stickylogo img {
  max-height: 100%;
  width: auto;
}
.dj-megamenu-override .dj-stickylogo.dj-align-center {
  position: static;
  text-align: center;
  margin: 10px 0;
}
.dj-megamenu-override .dj-stickylogo.dj-align-left {
  left: 20px;
  max-height: 50px;
  margin: 5px 0;
}
.dj-megamenu-override .dj-stickylogo.dj-align-right {
  right: 20px;
  max-height: 50px;
  margin: 5px 0;
}
.dj-megamenu-override li.dj-up.fullsub {
  position: static !important;
}
.dj-megamenu-override li.dj-up.fullsub a.dj-up_a {
  position: relative;
}
.dj-megamenu-override li.dj-up.fullwidth > .dj-subwrap {
  width: 100vw;
}
.dj-megamenu-override li.dj-up.fullwidth > .dj-subwrap > .dj-subwrap-in {
  padding: 30px;
  box-sizing: border-box;
}
.dj-megamenu-override .djsubrow_separator {
  clear: both;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.dj-megamenu-override.dj-megamenu-fixed {
  position: fixed;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}
.dj-megamenu-override.dj-megamenu-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #1a54a0;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
}
.dj-megamenu-override.verticalMenu {
  height: auto;
  max-width: 360px;
  z-index: 400;
}
.dj-megamenu-override.verticalMenu li.dj-up {
  width: 100%;
}
.dj-megamenu-override.verticalMenu li a.dj-up_a {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.dj-megamenu-override.verticalMenu li a.dj-up_a img {
  max-height: 100%;
  max-width: 32px;
}
.dj-megamenu-override.verticalMenu li a.dj-up_a small.subtitle {
  margin-top: 0;
}
.dj-megamenu-override.verticalMenu li a.dj-up_a > span {
  height: auto;
  flex-wrap: nowrap;
}
.dj-megamenu-override.verticalMenu li a.dj-up_a span .dj-icon {
  vertical-align: middle;
}
.dj-megamenu-override.verticalMenu li a.dj-up_a span span.image-title {
  padding: 0 15px;
  margin: 0;
}
.dj-megamenu-override.verticalMenu li ul.dj-submenu > li > a .dj-icon {
  max-height: 100%;
  max-width: 32px;
}
.dj-megamenu-override.verticalMenu li:hover div.dj-subwrap, .dj-megamenu-override.verticalMenu li.hover div.dj-subwrap {
  right: auto !important;
  left: 100% !important;
  top: 0;
}
.dj-megamenu-override.verticalMenu li:hover div.dj-subwrap.open-right, .dj-megamenu-override.verticalMenu li.hover div.dj-subwrap.open-right {
  right: auto !important;
  left: 100% !important;
  top: 0;
}
.dj-megamenu-override.verticalMenu li:hover div.dj-subwrap.open-left, .dj-megamenu-override.verticalMenu li.hover div.dj-subwrap.open-left {
  left: auto !important;
  right: 100% !important;
}
.dj-megamenu-override.verticalMenu.dj-fa-no li.dj-up > a .arrow:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.dj-megamenu-override.verticalMenu.dj-fa-0 li.dj-up > a .arrow:before, .dj-megamenu-override.verticalMenu.dj-fa-1 li.dj-up > a .arrow:before, .dj-megamenu-override.verticalMenu.dj-fa-5 li.dj-up > a .arrow:before {
  content: "";
}
body.dj-megamenu-overlay {
  position: relative;
}
body.dj-megamenu-overlay ul.dj-megamenu {
  z-index: 1001;
  position: relative;
}
body.dj-megamenu-overlay .dj-megamenu-sticky {
  z-index: 1000;
}
body .dj-megamenu-overlay-box {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  pointer-events: none;
  display: none;
}
.dj-megamenu-override li a.dj-up_a span.dj-badge, .dj-megamenu-override li ul > li > a span.dj-badge {
  float: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  height: auto;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.dj-megamenu-override.dj-megamenu-wcag *:focus, .dj-megamenu-override.dj-megamenu-wcag *:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -2px;
}
.dj-megamenu-override.dj-megamenu-wcag *:focus:not(:focus-visible) {
  outline: none;
}
.dj-megamenu-override .dj-subwrap {
  animation-duration: 400ms;
  animation-delay: 50ms;
  animation-fill-mode: both;
}
.dj-megamenu-override.fast .dj-subwrap {
  animation-duration: 200ms;
}
.dj-megamenu-override.slow .dj-subwrap {
  animation-duration: 600ms;
}
.dj-megamenu-override li div.dj-subwrap, .dj-megamenu-override li.hover div.dj-subwrap li div.dj-subwrap, .dj-megamenu-override:not(.dj-megamenu-js) li:hover div.dj-subwrap li div.dj-subwrap {
  display: none;
}
.dj-megamenu-override li.hover div.dj-subwrap, .dj-megamenu-override li.hover div.dj-subwrap li.hover > div.dj-subwrap, .dj-megamenu-override:not(.dj-megamenu-js) li:hover div.dj-subwrap, .dj-megamenu-override:not(.dj-megamenu-js) li:hover div.dj-subwrap li:hover > div.dj-subwrap {
  display: block;
}
.nav-anchor.fixed {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  z-index: 450;
}
.nav-anchor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #0e2964;
  margin: 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  min-width: 100%;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  box-sizing: border-box;
  position: relative;
}
.nav-anchor ul li {
  list-style: none;
  margin-top: 0;
}
.nav-anchor ul li a {
  text-decoration: none;
  color: #d1ddec;
  text-transform: uppercase;
  background-color: transparent;
  display: block;
  padding: 12px;
}
.nav-anchor ul li a.active {
  background-color: #0b2051;
  color: #d1ddec;
}
#g-footer .g-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#g-footer .footer-container {
  display: flex;
  flex-wrap: wrap-reverse;
}
@media only all and (max-width: 47.99rem) {
  #g-footer .footer-container {
    flex-direction: column;
  }
}
#g-footer .portals {
  display: flex;
  align-items: center;
  order: 3;
  flex-grow: 1;
  text-align: center;
  flex-wrap: wrap;
}
#g-footer .portals > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  min-height: 94px;
}
@media only all and (max-width: 47.99rem) {
  #g-footer .portals > * {
    min-height: 64px;
    width: 100%;
  }
}
#g-footer .portals h2 {
  font-size: 14px;
  font-family: "gilroy";
  font-weight: 600;
  color: white;
  margin: 0;
  background-color: #0b2051;
}
#g-footer .portals a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
#g-footer .portals a:hover {
  background-color: #163c84;
}
@media only all and (max-width: 47.99rem) {
  #g-footer .portals {
    flex-direction: column;
    order: 1;
  }
}
#g-footer .branding-image {
  padding-top: 12px;
  padding-bottom: 12px;
  flex-shrink: 0;
  order: 1;
}
@media only all and (max-width: 47.99rem) {
  #g-footer .branding-image {
    order: 2;
  }
}
#g-footer .branding-image .copyright-logo {
  max-height: 70px;
}
@media only all and (min-width: 48rem) {
  #g-footer .branding-image .copyright-logo {
    margin-right: 25px;
  }
}
#g-footer .branding-content {
  padding-top: 12px;
  padding-bottom: 12px;
  flex-shrink: 0;
  font-size: 11px;
  order: 2;
}
@media only all and (min-width: 48rem) {
  #g-footer .branding-content {
    padding-right: 25px;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-footer .branding-content {
    order: 3;
  }
}
#g-footer .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FEC700;
  color: #12326E;
  height: 50px;
  font-size: 12px;
  text-align: left;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  min-width: 100%;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  box-sizing: border-box;
  position: relative;
}
#g-footer .copyright-container .canada-logo {
  height: 35px;
}
@media only all and (max-width: 47.99rem) {
  #g-footer .copyright-container {
    display: block;
    height: auto;
  }
  #g-footer .copyright-container div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #g-footer .copyright-container div:last-child {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-footer .copyright-container span {
    display: block;
  }
}
.heading-background h1 {
  background-color: rgba(25, 84, 160, 0.8);
}
.heading-full-width > * {
  width: 100%;
}
.heading-home {
  color: white;
  font-family: "gilroy";
  font-size: 42px;
  font-weight: 100;
}
.heading-home span, .heading-home img {
  display: block;
  margin-bottom: 10px;
}
.heading-home img {
  margin-top: 6px;
}
@media only all and (max-width: 47.99rem) {
  .sppb-hidden-md {
    margin: 0 !important;
  }
}
@media only all and (min-width: 992.01px) {
  .column-extend-right-col-4 {
    width: calc(50vw - 50% - 30px);
  }
  .column-extend-right-col-4 > .sppb-column-addons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .column-stretch-height > .sppb-column-addons {
    display: flex;
    flex-direction: column;
  }
  .column-stretch-height > .sppb-column-addons .addon-root-image {
    height: 80%;
    flex: 1 0 80%;
  }
  .column-stretch-height > .sppb-column-addons .addon-root-image > div {
    height: 100%;
  }
  .column-stretch-height > .sppb-column-addons .addon-root-image > div > div {
    height: 100%;
  }
  .column-stretch-height > .sppb-column-addons .addon-root-image > div > div > div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .column-stretch-height > .sppb-column-addons .addon-root-image > div > div > div > div {
    height: 100%;
    width: 100%;
  }
  .column-stretch-height > .sppb-column-addons .addon-root-image > div > div > div > div > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .column-stretch-height > .sppb-column-addons .addon-root-text-block {
    flex-grow: 1;
  }
  .column-stretch-height > .sppb-column-addons .addon-root-text-block > * {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.sppb-icon-container {
  line-height: 1;
}
.sppb-addon-content > p:first-child, .sppb-addon-content > ul:first-child, .sppb-addon-text > p:first-child, .sppb-addon-text > ul:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.sppb-addon-content > p:last-child, .sppb-addon-content > ul:last-child, .sppb-addon-text > p:last-child, .sppb-addon-text > ul:last-child {
  margin-bottom: 0;
}
.feature_box--center-content .sppb-media-content, .section-icon-boxes-row .feature_box-floating-icon .sppb-media-content {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.feature_box-floating-icon {
  position: relative;
  display: flex;
  border-radius: 4px;
  margin-top: 26px;
}
.feature_box-floating-icon.mp-feature-box {
  margin-top: 46px;
}
.feature_box-floating-icon .sppb-addon-content {
  flex-grow: 1;
}
.feature_box-floating-icon .sppb-media-content {
  border-radius: 4px;
  padding: 40px 24px 24px;
}
.feature_box-floating-icon .sppb-media-content a {
  color: #12326E;
}
.feature_box-floating-icon .sppb-media-content a:hover {
  color: #12326E;
}
.feature_box-floating-icon .sppb-media-content a:active {
  color: #12326E;
}
.feature_box-floating-icon .sppb-icon {
  position: absolute;
  top: 0;
  left: 16px;
  transform: translateY(-50%);
}
.feature_box-floating-icon .sppb-icon > .sppb-icon-container {
  padding: 12px;
  border-radius: 50%;
}
.feature_box-floating-icon .sppb-icon > .sppb-icon-container > i {
  font-size: 24px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.feature_box-floating-icon--attach-title .sppb-feature-box-title {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 90px;
  margin: 0;
  background-color: #12326E;
  color: white;
  font-family: "gilroy";
  font-size: 15px;
  font-weight: bold;
  padding: 8px 22px;
}
.feature_box-floating-icon--centered .sppb-icon {
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature_box-floating-icon--big-margin {
  margin-top: 40px;
}
.feature_box-floating-icon--big-margin.mp-feature-box {
  margin-top: 60px;
}
@media only all and (max-width: 47.99rem) {
  .feature_box-floating-icon--big-margin {
    margin-top: 26px;
  }
  .feature_box-floating-icon--big-margin.mp-feature-box {
    margin-top: 46px;
  }
}
.feature_box-floating-icon--big {
  margin-top: 40px;
}
.feature_box-floating-icon--big.mp-feature-box {
  margin-top: 60px;
}
@media only all and (max-width: 47.99rem) {
  .feature_box-floating-icon--big {
    margin-top: 40px;
  }
  .feature_box-floating-icon--big.mp-feature-box {
    margin-top: 60px;
  }
}
.feature_box-floating-icon--big .sppb-media-content {
  padding: 52px 24px 24px 24px;
}
.feature_box-floating-icon--big .sppb-media-content .sppb-feature-box-title {
  margin-top: 8px;
}
.feature_box-floating-icon--big .sppb-icon > .sppb-icon-container {
  padding: 15px;
  border-radius: 50%;
}
.feature_box-floating-icon--big .sppb-icon > .sppb-icon-container > i {
  font-size: 40px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.feature_box-style-1 {
  border: solid 1px #12326E;
}
.feature_box-style-1 .sppb-media-content {
  background-color: white;
}
.feature_box-style-1 .sppb-icon > .sppb-icon-container {
  background-color: #12326E;
  color: white;
}
.feature_box-style-2 {
  border: solid 1px #12326E;
}
.feature_box-style-2 .sppb-media-content {
  background-color: white;
}
.feature_box-style-2 .sppb-addon-text {
  color: #12326E;
}
.feature_box-style-2 .sppb-icon > .sppb-icon-container {
  border: solid 4px #12326E;
  background-color: white;
  color: #12326E;
}
.feature_box-style-2 .sppb-icon > .sppb-icon-container {
  padding: 8px;
}
.feature_box-style-2.feature_box-floating-icon--big .sppb-icon > .sppb-icon-container {
  padding: 11px;
}
.feature_box-style-3 {
  border: solid 1px #E62A32;
}
.feature_box-style-3 .sppb-media-content {
  background-color: white;
}
.feature_box-style-3 .sppb-addon-text {
  color: #E62A32;
}
.feature_box-style-3 .sppb-icon > .sppb-icon-container {
  background-color: #E62A32;
  color: white;
}
.feature_box-style-4 .sppb-media-content {
  background-color: #FEC700;
}
.feature_box-style-4 .sppb-addon-text {
  color: #12326E;
}
.feature_box-style-4 .sppb-icon > .sppb-icon-container {
  background-color: #12326E;
  color: white;
}
.feature_box-image-up .sppb-addon-content {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}
.feature_box-image-up .sppb-addon-content .sppb-img-container img {
  width: 100%;
  object-fit: cover;
}
.feature_box-image-up .sppb-addon-content {
  flex-direction: column;
}
.feature_box-image-down .sppb-addon-content {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}
.feature_box-image-down .sppb-addon-content .sppb-img-container img {
  width: 100%;
  object-fit: cover;
}
.feature_box-image-down .sppb-addon-content {
  flex-direction: column-reverse;
}
.text_block-style-1 {
  background-color: #d1ddec;
  color: #12326E;
  padding: 10px;
  font-size: 13px;
  text-align: center;
}
.text_block-style-1--top-margin {
  margin-top: 4px;
}
.text_block-style-1--alt {
  background-color: #EFEFF9;
}
.text_block-style-2 {
  border-radius: 4px;
  background-color: #FEC700;
  padding: 24px;
}
.text_block-style-2 .sppb-addon-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0;
  color: #12326E;
}
.text_block-style-2 .sppb-addon-content {
  line-height: 2;
}
.text_block-style-3 {
  background-color: #dde6f1;
  color: #12326E;
  padding: 24px 24px 24px 24px;
}
.text_block-style-3 .sppb-addon-title {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "gilroy";
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 24px;
}
.text_block-style-4 {
  border-radius: 4px;
  overflow: hidden;
}
.text_block-style-4 .sppb-addon-title {
  font-size: 18px;
  color: white;
  background-color: #12326E;
  width: 100%;
  padding: 12px;
  text-align: left;
  text-transform: uppercase;
}
.text_block-style-4 .sppb-addon-title strong {
  color: #FEC700;
}
.text_block-style-4 .sppb-addon-content {
  padding: 24px;
  color: #12326E;
  background-color: #EFEFF9;
}
.text_block-accent {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  color: #FEC700;
}
.image_carousel-arrows-bottom .sppb-carousel-extended-nav-control {
  position: relative;
  top: auto !important;
  text-align: end;
  height: auto;
}
.image_carousel-arrows-bottom .sppb-carousel-extended-nav-control .prev-control {
  float: none;
  margin: 16px 8px 0 0;
}
.image_carousel-arrows-bottom .sppb-carousel-extended-nav-control .prev-control:focus {
  outline: 3px solid #4777B9;
}
.image_carousel-arrows-bottom .sppb-carousel-extended-nav-control .next-control {
  float: none;
  margin: 16px 0 0 0;
}
.image_carousel-arrows-bottom .sppb-carousel-extended-nav-control .next-control:focus {
  outline: 3px solid #4777B9;
}
.image_carousel-arrows-top {
  margin-top: 66px;
}
.image_carousel-arrows-top .sppb-carousel-extended-item:not(.active) {
  transform: scale(0.96);
}
.image_carousel-arrows-top .sppb-carousel-extended-nav-control {
  top: -66px !important;
  bottom: auto;
  margin: 0;
  text-align: center;
}
.image_carousel-arrows-top .sppb-carousel-extended-nav-control .prev-control {
  display: inline-block;
  margin-left: 0;
  float: none;
}
.image_carousel-arrows-top .sppb-carousel-extended-nav-control .prev-control:focus {
  outline: 3px solid #4777B9;
}
.image_carousel-arrows-top .sppb-carousel-extended-nav-control .next-control {
  display: inline-block;
  margin-right: 0;
  margin-left: 4px;
  float: none;
}
.image_carousel-arrows-top .sppb-carousel-extended-nav-control .next-control:focus {
  outline: 3px solid #4777B9;
}
.button--circle {
  outline: solid 6px #dedede;
  background-color: #ffffff;
  color: #E62A32;
  aspect-ratio: 1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: solid 10px;
  padding: 2px;
  font-weight: bold;
  font-size: 15px;
  position: relative;
}
.button--circle:hover {
  color: #E62A32;
  outline: solid 6px #dedede;
}
.button--circle:focus {
  outline: 6px solid black;
}
.section-bg-dark {
  color: #fff;
  background: #12326E;
  padding-left: 15px;
  padding-right: 15px;
}
.section-bg-light-blue {
  color: #12326E;
  background: #dde6f1;
  padding-left: 15px;
  padding-right: 15px;
}
.section-bg-light-blue .feature_box-floating-icon {
  color: #4c4c4c;
}
.section-inner-bordered {
  line-height: 1.5;
}
.section-inner-bordered .sppb-addon-title {
  margin: 0;
}
.section-inner-bordered .addon-root-text-block {
  margin-top: 8px;
}
.section-inner-bordered .sppb-section {
  padding-top: 30px;
}
@media only all and (max-width: 47.99rem) {
  .section-inner-bordered .sppb-section {
    padding-top: 0;
  }
  .section-inner-bordered .sppb-section .sppb-row-column {
    margin-top: 50px;
  }
}
.section-inner-bordered .sppb-section:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: solid 2px #8F9EBA;
}
@media only all and (max-width: 47.99rem) {
  .section-inner-bordered .sppb-section:not(:last-child) {
    padding-bottom: 50px;
  }
}
@media only all and (min-width: 75rem) and (max-width: 87.49rem) {
  .section-1stcol-xl-12 > .sppb-container-inner > .sppb-row > .sppb-row-column:first-child {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .section-2ndcol-xl-12 > .sppb-container-inner > .sppb-row > .sppb-row-column:nth-child(2) {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .section-3rdcol-xl-12 > .sppb-container-inner > .sppb-row > .sppb-row-column:nth-child(3) {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .section-4thcol-xl-12 > .sppb-container-inner > .sppb-row > .sppb-row-column:nth-child(4) {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .section-5thcol-xl-12 > .sppb-container-inner > .sppb-row > .sppb-row-column:nth-child(5) {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .section-6thcol-xl-12 > .sppb-container-inner > .sppb-row > .sppb-row-column:nth-child(6) {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .section-1stcol-xl-4 > .sppb-container-inner > .sppb-row > .sppb-row-column:first-child {
    max-width: 33.33333% !important;
    flex-basis: 33.33333% !important;
  }
  .section-2ndcol-xl-4 > .sppb-container-inner > .sppb-row > .sppb-row-column:nth-child(2) {
    max-width: 33.33333% !important;
    flex-basis: 33.33333% !important;
  }
  .section-3rdcol-xl-4 > .sppb-container-inner > .sppb-row > .sppb-row-column:nth-child(3) {
    max-width: 33.33333% !important;
    flex-basis: 33.33333% !important;
  }
  .section-4thcol-xl-4 > .sppb-container-inner > .sppb-row > .sppb-row-column:nth-child(4) {
    max-width: 33.33333% !important;
    flex-basis: 33.33333% !important;
  }
  .section-5thcol-xl-4 > .sppb-container-inner > .sppb-row > .sppb-row-column:nth-child(5) {
    max-width: 33.33333% !important;
    flex-basis: 33.33333% !important;
  }
  .section-6thcol-xl-4 > .sppb-container-inner > .sppb-row > .sppb-row-column:nth-child(6) {
    max-width: 33.33333% !important;
    flex-basis: 33.33333% !important;
  }
}
.section-access {
  padding: 0 15px;
}
@media only all and (max-width: 991.99px) {
  .section-access {
    padding: 0 15px 75px;
  }
}
.section-access .column-access {
  padding: 75px 0;
}
@media only all and (max-width: 47.99rem) {
  .section-access .column-access {
    padding: 75px 0 50px 0;
  }
}
.section-access .column-access h2 {
  margin-bottom: 0;
}
.section-access .column-access .addon-root-feature {
  margin-top: 40px;
}
.section-access .column-access .sppb-section .addon-root-feature {
  margin-top: 0;
}
.section-icon-boxes-row .sppb-column {
  border-radius: 4px;
}
.section-icon-boxes-row .feature_box-floating-icon {
  margin-top: 0;
  min-height: 150px;
}
.section-icon-boxes-row .feature_box-floating-icon .sppb-media-content {
  background-color: #f6f9fb;
}
.section-3-6-3 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.sppb-addon-table .sppb-addon-content {
  overflow: auto;
}
.table {
  margin-bottom: 0;
}
.sppb-addon-table-main, .table {
  border: none;
}
.sppb-addon-table-main th, .table th {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #12326E !important;
  color: #fff;
  padding: 16px 20px;
  border: none;
}
.sppb-addon-table-main td, .table td {
  font-size: 13px;
  color: #12326E;
  border: none;
  padding: 16px 20px;
}
.sppb-addon-table-main thead, .table thead {
  border-bottom: solid 2px white;
}
.sppb-addon-table-main tr:not(:last-child), .table tr:not(:last-child) {
  border-bottom: solid 2px white;
}
.sppb-addon-table-main tbody tr:nth-child(odd), .table tbody tr:nth-child(odd) {
  background-color: #d1ddec;
}
.sppb-addon-table-main tbody tr:nth-child(even), .table tbody tr:nth-child(even) {
  background-color: #EFEFF9;
}
.sppb-addon-table-main tr > *:not(:last-child), .table tr > *:not(:last-child) {
  border-right: solid 2px white;
}
.sppb-gallery img {
  object-fit: cover;
}
.div-4-columns {
  column-gap: 15px;
  row-gap: 20px;
  display: flex !important;
  flex-wrap: wrap !important;
}
.div-4-columns .feature_box-floating-icon {
  width: 100%;
}
.div-4-columns > * {
  flex-basis: calc(25% - 11.25px);
}
.div-4-columns > * > * {
  display: flex;
  height: 100%;
}
@media only all and (min-width: 48rem) and (max-width: 74.99rem) {
  .div-4-columns > * {
    flex-basis: calc(33.3333333333% - 10px);
  }
}
@media only all and (max-width: 47.99rem) {
  .div-4-columns > * {
    flex-basis: calc(50% - 7.5px);
  }
}
@media only all and (max-width: 36rem) {
  .div-4-columns > * {
    flex-basis: 100%;
  }
}
.div-3-columns {
  column-gap: 15px;
  row-gap: 20px;
  display: flex !important;
  flex-wrap: wrap !important;
}
.div-3-columns .feature_box-floating-icon {
  width: 100%;
}
.div-3-columns > * {
  flex-basis: calc(33.3333333333% - 10px);
}
.div-3-columns > * > * {
  display: flex;
  height: 100%;
}
@media only all and (min-width: 48rem) and (max-width: 74.99rem) {
  .div-3-columns > * {
    flex-basis: calc(50% - 7.5px);
  }
}
@media only all and (max-width: 47.99rem) {
  .div-3-columns > * {
    flex-basis: 100%;
  }
}
.div-2-columns {
  column-gap: 15px;
  row-gap: 20px;
  display: flex !important;
  flex-wrap: wrap !important;
}
.div-2-columns .feature_box-floating-icon {
  width: 100%;
}
.div-2-columns > * {
  flex-basis: calc(50% - 7.5px);
}
.div-2-columns > * > * {
  display: flex;
  height: 100%;
}
@media only all and (max-width: 47.99rem) {
  .div-2-columns > * {
    flex-basis: 100%;
  }
}
.div-icon-boxes-align-height, .div-icon-boxes-1, .div-icon-boxes-2 {
  margin-top: 20px;
  align-items: stretch !important;
}
.div-icon-boxes-align-height .feature_box-floating-icon, .div-icon-boxes-1 .feature_box-floating-icon, .div-icon-boxes-2 .feature_box-floating-icon {
  width: 100%;
}
@media only all and (min-width: 48rem) {
  .div-icon-boxes-align-height .feature_box-floating-icon, .div-icon-boxes-1 .feature_box-floating-icon, .div-icon-boxes-2 .feature_box-floating-icon {
    min-height: 150px;
  }
}
.div-icon-boxes-align-height .feature_box-floating-icon .sppb-media-content, .div-icon-boxes-1 .feature_box-floating-icon .sppb-media-content, .div-icon-boxes-2 .feature_box-floating-icon .sppb-media-content {
  height: 100%;
}
.div-icon-boxes-1 .feature_box-floating-icon .sppb-addon-title {
  color: #12326E;
}
.div-icon-boxes-1 .feature_box-floating-icon .sppb-icon-container {
  background-color: #0066ff;
  color: white;
}
.div-icon-boxes-1 .feature_box-floating-icon .sppb-media-content {
  color: #12326E;
  background-color: #dde6f1;
}
.div-icon-boxes-2 .feature_box-floating-icon .sppb-media-content {
  background-color: #f6f9fb;
}
.g-container {
  width: 1270px;
}
@media only all and (min-width: 75rem) and (max-width: 87.49rem) {
  .g-container {
    width: 1140px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 74.99rem) {
  .g-container {
    width: 720px;
  }
}
@media only all and (min-width: 992px) and (max-width: 74.99rem) {
  .g-container {
    width: 960px;
  }
}
@media only all and (min-width: 36.01rem) and (max-width: 47.99rem) {
  .g-container {
    width: 540px;
  }
}
@media only all and (max-width: 36rem) {
  .g-container {
    width: 100%;
  }
}
.g-container.g-flushed {
  width: 100%;
}
@media only all and (min-width: 87.5rem) {
  .sppb-row-container {
    max-width: 1270px;
  }
}
body {
  font-weight: 500;
}
@media only all and (max-width: 74.99rem) {
  .row {
    margin-left: -12px;
  }
}
h1, .h1-style {
  color: #12326E;
  background-color: transparent;
  padding: 0;
  text-transform: uppercase;
  font-size: 45px;
  font-family: "gilroy";
  font-weight: 500;
  line-height: 1.3;
  text-align: inherit;
  width: auto;
  margin-top: 0;
}
.section-bg-dark h1, .section-bg-dark .h1-style {
  background-color: transparent;
  color: white;
}
h2, .h2-style {
  color: #12326E;
  background-color: transparent;
  padding: 0;
  text-transform: uppercase;
  font-size: 45px;
  font-family: "gilroy";
  font-weight: 500;
  line-height: 1.3;
  text-align: inherit;
  width: auto;
  margin-top: 0;
}
.section-bg-dark h2, .section-bg-dark .h2-style {
  background-color: transparent;
  color: #FEC700;
}
h3, .h3-style {
  color: white;
  background-color: #12326E;
  padding: 8px 24px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "gilroy";
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  margin-top: 0;
}
.section-bg-dark h3, .section-bg-dark .h3-style {
  background-color: #FEC700;
  color: #12326E;
}
h4, .h4-style {
  color: #12326E;
  background-color: transparent;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "gilroy";
  font-weight: bold;
  line-height: 1.3;
  text-align: inherit;
  width: auto;
  margin-top: 0;
}
.section-bg-dark h4, .section-bg-dark .h4-style {
  color: #FEC700;
  background-color: transparent;
}
h5, .h5-style, h6, .h6-style {
  color: #1954A0;
  background-color: transparent;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "gilroy";
  font-weight: normal;
  line-height: 1.3;
  text-align: inherit;
  width: auto;
  margin-top: 0;
}
.section-bg-dark h5, .section-bg-dark .h5-style, .section-bg-dark h6, .section-bg-dark .h6-style {
  color: #FEC700;
  background-color: transparent;
}
.mp-outer {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mp-outer-top {
  padding-top: 75px !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mp-outer-bottom {
  padding-top: 0 !important;
  padding-bottom: 75px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mp-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 75px !important;
  margin-bottom: 0 !important;
}
.mp-inner-top-outer-bottom {
  padding-top: 0 !important;
  padding-bottom: 75px !important;
  margin-top: 75px !important;
  margin-bottom: 0 !important;
}
.mp-inner-minor {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 50px !important;
  margin-bottom: 0 !important;
}
@media only all and (max-width: 47.99rem) {
  .mp-sm-inner-minor {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 50px !important;
    margin-bottom: 0 !important;
  }
}
.mp-inner-minor-top-outer-bottom {
  padding-top: 0 !important;
  padding-bottom: 75px !important;
  margin-top: 50px !important;
  margin-bottom: 0 !important;
}
.mp-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 24px !important;
  margin-bottom: 0 !important;
}
.mp-heading-to-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mp-heading-to-heading {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}
.mp-text-box {
  margin-top: 30px;
}
.bg-lblue.sppb-addon-feature .sppb-media-content {
  background-color: #1954A0 !important;
}
.bg-lblue.sppb-addon-feature .sppb-addon-text {
  color: white;
}
.bg-lblue-alt-1.sppb-addon-feature .sppb-media-content {
  background-color: #4777B9 !important;
}
.bg-lblue-alt-1.sppb-addon-feature .sppb-addon-text {
  color: white;
}
.bg-lblue-alt-2.sppb-addon-feature .sppb-media-content {
  background-color: #809ACD !important;
}
.bg-lblue-alt-2.sppb-addon-feature .sppb-addon-text {
  color: white;
}
.bg-lblue-alt-3.sppb-addon-feature .sppb-media-content {
  background-color: #B8C5E5 !important;
}
.bg-lblue-alt-4.sppb-addon-feature .sppb-media-content {
  background-color: #EFEFF9 !important;
}
.bg-dblue.sppb-addon-feature .sppb-media-content {
  background-color: #12326E !important;
}
.bg-dblue.sppb-addon-feature .sppb-addon-text {
  color: white;
}
.bg-dblue-alt-1.sppb-addon-feature .sppb-media-content {
  background-color: #42568B !important;
}
.bg-dblue-alt-1.sppb-addon-feature .sppb-addon-text {
  color: white;
}
.bg-dblue-alt-2.sppb-addon-feature .sppb-media-content {
  background-color: #737FA9 !important;
}
.bg-dblue-alt-2.sppb-addon-feature .sppb-addon-text {
  color: white;
}
.bg-dblue-alt-3.sppb-addon-feature .sppb-media-content {
  background-color: #AEB2CF !important;
}
.bg-dblue-alt-4.sppb-addon-feature .sppb-media-content {
  background-color: #E9E9F1 !important;
}
.bg-yellow.sppb-addon-feature .sppb-media-content {
  background-color: #FEC700 !important;
}
.bg-yellow-alt-1.sppb-addon-feature .sppb-media-content {
  background-color: #FFC965 !important;
}
.bg-yellow-alt-2.sppb-addon-feature .sppb-media-content {
  background-color: #FFDA96 !important;
}
.bg-yellow-alt-3.sppb-addon-feature .sppb-media-content {
  background-color: #FFE9C7 !important;
}
.bg-yellow-alt-4.sppb-addon-feature .sppb-media-content {
  background-color: #FFF9EF !important;
}
li {
  text-align: left;
}
li + li {
  margin-top: 10px;
}
ul ul {
  margin-top: 10px;
}
.text-2-columns {
  column-count: 2;
}
@media only all and (max-width: 47.99rem) {
  .text-2-columns {
    column-count: 1;
  }
}
.page-home #g-page-surround {
  display: flex;
  flex-direction: column;
}
.page-home #g-page-surround #g-main {
  position: relative;
  flex-grow: 1;
}
.page-home #g-page-surround #g-main > .g-container {
  height: 100%;
  min-height: 500px;
}
.page-home #g-page-surround #g-main > .g-container #sp-page-builder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-home #g-page-surround #g-main > .g-container #sp-page-builder > .page-content {
  height: 100%;
}
.page-home #g-page-surround #g-main > .g-container #sp-page-builder > .page-content > .sppb-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
.resource_display.contact {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only all and (max-width: 47.99rem) {
  .resource_display.contact {
    text-align: center;
  }
  .resource_display.contact:not(:last-child) {
    border-bottom: solid 1px #9db6d6;
  }
}
.resource_display.contact h3, .resource_display.contact .h3-style {
  font-size: 32px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.3;
  color: inherit;
  background-color: inherit;
  text-align: left;
  padding: 0;
}
@media only all and (max-width: 47.99rem) {
  .resource_display.contact h3, .resource_display.contact .h3-style {
    text-align: center;
    font-size: 28px;
  }
}
.resource_display.contact .thumb {
  aspect-ratio: 1;
  display: inline-flex;
}
.resource_display.contact .thumb img {
  display: block;
  width: 150px;
  height: 150px;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.resource_display.contact .contact-detailed-info:not(:last-child) {
  margin-bottom: 12px;
}
.resource_display.contact .contact-detailed-info .contact-detailed-info-label {
  font-weight: bold;
}
.resource_display.contact .contact-detailed-info a {
  text-decoration: underline;
}
.resource_display.contact .contact-detailed-info p {
  margin: 0;
}
#search-results {
  margin-bottom: 50px;
}
/*# sourceMappingURL=custom_12.css.map */