body * {
  color: #000;
}

.bg-blue {
  background-color: #0092bc;
}

.bg-blue * {
  color: #fff;
}

.bg-purple {
  background-color: #931f61;
}

.bg-purple * {
  color: #fff;
}

html, body {
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5em;
}

@media screen and (max-width: 991px) {
  html, body {
    font-size: 14px;
  }
}

@media screen and (max-width: 769px) {
  html, body {
    font-size: 12px;
  }
}

main br, main br:after {
  content: " ";
}

h1, h2 {
  font-family: Lora, serif;
  line-height: 1.5em;
}

h1 {
  margin-bottom: 1.25rem;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: bold;
}

h2 {
  font-size: 2rem;
  font-style: normal;
  font-weight: bold;
}

h3 {
  text-transform: uppercase;
  color: #00558c;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: bold;
}

h4 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: bold;
}

h5 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: bold;
}

h6 {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: bold;
}

p {
  font-size: 1rem;
  line-height: 1.5em;
}

a {
  color: #0092bc;
  text-decoration: none;
}

.fs-med {
  font-size: 1.1rem;
}

.fs-large {
  font-size: 2.25rem;
  line-height: 1.5em;
}

@media screen and (max-width: 991px) {
  .fs-large {
    font-size: 1.5rem;
  }
}

.fs-large-xl {
  font-size: 3rem;
}

.fs-huge {
  text-transform: lowercase;
  margin: 2rem 0 3.5rem;
  padding-top: 2rem;
  font-family: myriad-pro-condensed, sans-serif;
  font-size: 6.5rem;
  line-height: 1em;
}

@media screen and (max-width: 769px) {
  .fs-huge {
    font-size: 4rem;
  }
}

.fs-1dot2 {
  font-size: 1.2rem;
}

.fs-1dot6 {
  font-size: 1.6rem;
}

.fs-1dot75 {
  font-size: 1.75rem;
}

.fs-1dot9 {
  font-size: 1.9rem;
}

.fs-2dot2 {
  font-size: 2.2rem;
}

.fs-3dot0 {
  font-size: 3rem;
}

.button {
  text-transform: uppercase;
  color: #fff;
  background-color: #0092bc;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 211px;
  height: 48px;
  padding: 0 1.5rem;
  font-weight: 600;
  transition: all .25s;
  display: inline-flex;
  transform: translateY(0);
}

.button:hover, .button:active {
  color: #fefefe;
  background-color: #00558c;
}

.fw-bold {
  font-weight: 800;
}

.fw-semibold {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
}

.fs1dot0 {
  font-size: 1rem;
}

.fs1dot125 {
  font-size: 1.125rem;
}

.fs1dot375 {
  font-size: 1.375rem;
}

.fs1dot5 {
  font-size: 1.5rem;
}

.fs2dot25 {
  font-size: 2.25rem;
  line-height: 1.3em;
}

.uppercase {
  text-transform: uppercase;
}

.filter-form-wrap {
  background-color: #f1f1f1;
  border-top: 1px solid #dedede;
  border-radius: 6px;
  padding: 1rem;
}

.filter-form-wrap #post-filter-form {
  display: flex;
}

.filter-form-wrap #post-filter-form select {
  border-radius: 6px;
  width: 100%;
  max-width: 300px;
  height: 40px;
  margin-right: 1rem;
  padding: 2px 10px;
}

input[type="submit"] {
  text-transform: uppercase;
  color: #fff !important;
  cursor: pointer !important;
  background-color: #0092bc !important;
  border: none !important;
  border-radius: 6px !important;
  justify-content: center !important;
  align-items: center !important;
  height: 40px !important;
  padding: 2px 1rem !important;
  font-weight: 600 !important;
  transition: all .25s !important;
  display: inline-flex !important;
}

input[type="submit"]:active, input[type="submit"]:hover {
  background-color: #00558c !important;
}

.fcl {
  position: relative;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 2rem;
}

.mt2 {
  margin-top: 4rem;
}

.mt3 {
  margin-top: 6rem;
}

.mt4 {
  margin-top: 8rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 2rem;
}

.mb2 {
  margin-bottom: 4rem;
}

.mb3 {
  margin-bottom: 6rem;
}

.mb4 {
  margin-bottom: 8rem;
}

.pt0 {
  padding-top: 0;
}

.pt1 {
  padding-top: 2rem;
}

.pt2 {
  padding-top: 4rem;
}

.pt3 {
  padding-top: 6rem;
}

.pt4 {
  padding-top: 8rem;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 2rem;
}

.pb2 {
  padding-bottom: 4rem;
}

.pb3 {
  padding-bottom: 6rem;
}

.pb4 {
  padding-bottom: 8rem;
}

.p1 {
  padding: 2rem 0;
}

.p2 {
  padding: 4rem 0;
}

.p3 {
  padding: 3rem 0;
}

.post-terms ul {
  margin: .5rem -.25rem;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.post-terms ul > li {
  margin: 0 .25rem;
  display: inline-flex;
}

.post-terms ul > li > ul {
  margin: 0;
  padding: 0;
}

.post-terms > ul > li > ul {
  margin-left: .25rem;
}

.post-terms > ul > li > ul:before {
  content: ">";
}

#masthead {
  z-index: 9;
  padding: 1rem 0;
  position: relative;
}

.mobile-nav-is-active #masthead img {
  filter: brightness(0) invert();
}

body.mobile-nav-is-active {
  overflow: hidden;
}

.main-navigation {
  justify-content: flex-end;
  margin-top: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.main-navigation li {
  margin: 0 1rem;
  position: relative;
}

.main-navigation li a {
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.main-navigation li a:after {
  content: "";
  background-color: #00558c;
  width: 100%;
  height: 2px;
  transition: all .25s;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.main-navigation li a:hover:after {
  transform: scaleX(1);
}

.main-navigation li.current-menu-item > a, .main-navigation li.current-menu-parent > a, .main-navigation li.current_page_parent > a {
  color: #00558c;
}

.main-navigation li.current-menu-item > a:after, .main-navigation li.current-menu-parent > a:after, .main-navigation li.current_page_parent > a:after {
  transform: scaleX(1);
}

.main-navigation > li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-navigation > li > ul {
  position: absolute;
  left: -9999vw;
}

.main-navigation > li:hover > ul, .main-navigation > li[aria-expanded="true"] > ul {
  left: 0;
}

.main-navigation > li:last-of-type:before {
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
}

.main-navigation > li.mega-menu {
  position: inherit;
}

.main-navigation > li.mega-menu > .sub-menu {
  box-shadow: none;
  justify-content: space-between;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3rem;
  display: flex;
  top: 78%;
  right: 0;
}

.main-navigation > li.mega-menu > .sub-menu:before {
  content: "";
  width: 200vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100vw;
}

.main-navigation > li.mega-menu > .sub-menu > li {
  z-index: 4;
  width: 33.3333%;
  margin-bottom: .65rem;
  padding: 0;
  position: relative;
}

.main-navigation > li.mega-menu > .sub-menu > li > .sub-menu {
  margin-top: .65rem;
  padding-right: 2rem;
}

.main-navigation > li.mega-menu > .sub-menu > li > .sub-menu > li {
  margin: 0 0 .65rem;
  padding: 0;
}

.main-navigation > li.mega-menu > .sub-menu > li > .sub-menu > li > a {
  text-transform: none;
  font-size: .85rem;
  font-weight: 500;
}

#masthead-border {
  width: 100%;
  display: flex;
}

#masthead-border > span {
  width: 16.6667%;
  height: 12px;
  display: inline-flex;
}

@media screen and (max-width: 991px) {
  #masthead-border {
    padding-top: 2rem;
  }
}

.mobile-nav-toggle-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mobile-nav-toggle-wrapper .mobile-nav-toggle {
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.mobile-nav-toggle-wrapper .mobile-nav-toggle > span {
  background-color: #00558c;
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-nav-toggle-wrapper .mobile-nav-toggle > span:before, .mobile-nav-toggle-wrapper .mobile-nav-toggle > span:after {
  content: "";
  background-color: #00558c;
  width: 100%;
  height: 2px;
  transition: all .25s;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-nav-toggle-wrapper .mobile-nav-toggle > span:before {
  transform: translateY(-10px)rotate(0);
}

.mobile-nav-toggle-wrapper .mobile-nav-toggle > span:after {
  transform: translateY(10px)rotate(0);
}

.mobile-nav-toggle-wrapper .mobile-nav-toggle.is-active > span {
  background-color: #0000;
}

.mobile-nav-toggle-wrapper .mobile-nav-toggle.is-active > span:before {
  background-color: #fff;
  transform: translateY(0)rotate(45deg);
}

.mobile-nav-toggle-wrapper .mobile-nav-toggle.is-active > span:after {
  background-color: #fff;
  transform: translateY(0)rotate(-45deg);
}

main.mobile-nav-is-active {
  position: relative;
}

main.mobile-nav-is-active:after {
  content: "";
  z-index: 8;
  width: 110vw;
  height: 110vh;
  position: absolute;
  top: 0;
  left: 0;
}

#mobile-nav-wrapper {
  z-index: 8;
  background-color: #00558c;
  width: 100%;
  height: calc(100vh - 90px);
  transition: all .25s;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  transform: translateX(-100vw);
}

#mobile-nav-wrapper:after {
  content: "";
  content: "";
  background-color: #00558c;
  width: 100%;
  height: 150vw;
  position: absolute;
  top: 0;
  left: 0;
}

#mobile-nav-wrapper a {
  color: #fff;
  text-transform: uppercase;
}

#mobile-nav-wrapper.is-active {
  transform: translateX(0);
}

#mobile-nav-wrapper ul {
  z-index: 2;
  margin: 0;
  padding: 0;
  position: relative;
}

#mobile-nav-wrapper ul li {
  display: block;
  position: relative;
}

#mobile-nav-wrapper ul li.menu-item-has-children > a {
  color: #fff;
  position: relative;
}

#mobile-nav-wrapper ul li.menu-item-has-children > a:after {
  content: "";
  font-family: bootstrap-icons;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)rotate(0);
}

#mobile-nav-wrapper ul li.menu-item-has-children > .sub-menu {
  display: none;
}

#mobile-nav-wrapper ul li.menu-item-has-children.is-active > a:after {
  content: "" !important;
}

#mobile-nav-wrapper ul li a {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  font-family: Figtree, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  display: block;
}

#mobile-nav-wrapper ul li.is-active > .sub-menu {
  display: block;
}

#mobile-nav-wrapper ul > li > .sub-menu > li {
  padding-left: 1rem;
}

#mobile-nav-wrapper ul > li > .sub-menu > li > .sub-menu > li {
  padding-left: 2rem;
}

#site-footer {
  margin-top: 2rem;
}

.on-inview {
  opacity: 0;
  transform: translateY(100px);
}

.slide-top {
  animation: 1s cubic-bezier(.25, .46, .45, .94) both slide-top;
}

@keyframes slide-top {
  0% {
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  margin: 5px auto;
  display: block;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp-caption {
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
}

.wp-caption.alignnone, .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0;
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  word-wrap: normal !important;
  position: absolute !important;
}

.screen-reader-text:focus {
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  z-index: 100000;
  background-color: #eee;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  display: block;
  top: 5px;
  left: 5px;
  clip: auto !important;
}

html, body {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.fcl-secondary-hero h1, .fcl-secondary-hero h2, .fcl-secondary-hero h3 {
  margin-bottom: 0;
}

.fcl-archive-wrap article {
  border-top: 1px solid #dedede;
  padding: 1rem 0;
}

.fcl-archive-wrap .post-type-wrap-member {
  align-item: center;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}

.fcl-archive-wrap .post-type-wrap-member > div {
  text-align: center;
  flex-direction: column;
  width: calc(25% - 2rem);
  height: 100%;
  margin: 1rem;
  display: flex;
}

.fcl-archive-wrap .post-type-wrap-member > div .post-thumbnail-wrap {
  border: 1px solid #dedede;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 1rem;
  display: flex;
}

.fcl-archive-wrap .post-type-wrap-member > div h3 {
  margin-top: 1rem;
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .fcl-archive-wrap .post-type-wrap-member > div {
    width: calc(50% - 2rem);
  }
}

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