@charset "UTF-8";
/*
Theme Name:	Communitology
Description: Custom theme for Communitology
Version: 1.0
Author: Gabe Halberg / Dadra Design
Author URI: https://dadradesign.com
*/
*:not(select) {
  margin: 0;
  padding: 0;
  border: 0;
}

.clear {
  clear: both;
  line-height: 0;
  margin: 0;
  padding: 0;
}

input[type=search],
input:not([type=radio]):not([type=checkbox]),
textarea {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 0 !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
input[type=search]:focus-visible,
input:not([type=radio]):not([type=checkbox]):focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  html {
    scroll-behavior: auto;
  }
}
aside.sitewide-aside {
  display: none;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside {
    display: block !important;
    padding: 40px 0;
  }
}
aside.sitewide-aside ul.sidebar-menu {
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  background: #ac4800;
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside ul.sidebar-menu {
    font-size: 0.95em;
    background: none;
  }
}
aside.sitewide-aside ul.sidebar-menu li {
  margin: 0;
  padding: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside ul.sidebar-menu li {
    padding: 0;
    border: 0;
  }
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside ul.sidebar-menu li.active a {
    font-weight: 700;
    color: #253144 !important;
  }
}
aside.sitewide-aside ul.sidebar-menu li a {
  display: block;
  padding: 20px 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside ul.sidebar-menu li a {
    padding: 10px 0;
    font-weight: 400;
    color: #253144;
  }
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside ul.sidebar-menu li a:hover {
    text-decoration: underline;
  }
}
aside.sitewide-aside .sidebar-text-block {
  padding: 30px 30px 15px 30px;
  border-bottom: 1px solid #f9f8f5;
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside .sidebar-text-block {
    padding: 30px 0 0 0;
    border: 0;
    border-top: 1px solid #f9f8f5;
    font-size: 0.95em;
  }
}
aside.sitewide-aside .button {
  margin: 10px 0 0 0;
}

a.sidebar-toggle {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 60px 20px 30px;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff !important;
  background: #ac4800;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  a.sidebar-toggle {
    display: none;
  }
}
a.sidebar-toggle:after {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 32%;
  font-family: FontAwesome;
  content: "\f078";
  font-weight: 100;
}
@media screen and (min-width: 650px) {
  a.sidebar-toggle:after {
    right: 40px;
  }
}
a.sidebar-toggle.active:after {
  content: "\f077";
}

footer {
  background: #253144;
}
footer .footer-content {
  margin: 0 auto;
  padding: 30px;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  footer .footer-content {
    padding: 40px 40px 20px 40px;
  }
}
footer .footer-content .content {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (min-width: 650px) {
  footer .footer-content .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 90px;
  }
}
@media screen and (min-width: 800px) {
  footer .footer-content .content {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width: 1000px) {
  footer .footer-content .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 650px) {
  footer .footer-content .content .footer-col-group-2 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 800px) {
  footer .footer-content .content .footer-col-group-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
    margin-top: 20px;
  }
}
footer .footer-content a {
  text-decoration: none;
  color: inherit;
}
footer .footer-content .button {
  margin: 5px 0 0 0;
  padding: 13px 30px;
  font-size: 1em;
  background: #4d6388;
  border: 0;
}
footer .footer-content .button:hover {
  background: #5c76a0;
}
footer .footer-content .footer-head {
  margin: 0 0 15px 0;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
footer .footer-content ul.footer-menu {
  margin: 0 0 40px 0;
  list-style-type: none;
}
footer .footer-content ul.footer-menu li {
  margin-bottom: 15px;
  line-height: 1.2em !important;
}
footer .footer-content ul.footer-menu li a:hover {
  text-decoration: underline;
}
footer .footer-col {
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (min-width: 650px) {
  footer .footer-col-1 {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
footer .footer-col-1 a#footer-logo {
  display: block;
  width: 220px;
  height: 62px;
  margin: 0 0 30px 0;
  text-indent: -9999px;
  background: url(images/logo-white.png) no-repeat;
  background-size: 220px 62px;
}
footer .footer-col-1 p {
  position: relative;
  margin-left: 27px;
}
footer .footer-col-1 p i {
  display: block;
  position: absolute;
  top: 4px;
  left: -27px;
  width: 20px;
  text-align: center;
  opacity: 0.5;
}
footer .footer-col-1 p a {
  font-weight: inherit;
  color: inherit;
}
footer .footer-col-1 p a:hover {
  text-decoration: underline;
}
footer .footer-col-1 .footer-social {
  margin: 25px 0 0 0;
}
footer .footer-col-1 .footer-social a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 48px;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  footer .footer-col-1 .footer-social a {
    font-size: 1.5em;
  }
}
footer .footer-col-1 .footer-social a:hover span {
  text-decoration: underline;
}
footer .footer-col-1 .footer-social a span {
  padding-left: 10px;
  font-size: 0.3em;
}
@media screen and (min-width: 1000px) {
  footer .footer-col-1 .footer-social a span {
    font-size: 0.6em;
    font-weight: 400;
  }
}
footer .footer-col-2,
footer .footer-col-3 {
  margin: 0;
  padding: 0;
  border: 0;
}
footer .footer-copy {
  background: #fff;
}
footer .footer-copy .content {
  padding: 40px 20px 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  color: #253144;
}
@media screen and (min-width: 650px) {
  footer .footer-copy .content {
    padding: 40px;
  }
}
@media screen and (min-width: 800px) {
  footer .footer-copy .content {
    padding: 40px 180px 40px 105px;
    display: flex;
    justify-content: space-between;
  }
}
footer .footer-copy .content p {
  margin: 0;
}
footer .footer-copy #dadra {
  margin-top: 30px;
}
@media screen and (min-width: 800px) {
  footer .footer-copy #dadra {
    margin: 0;
  }
}
@media screen and (min-width: 1400px) {
  footer .footer-copy #dadra {
    margin: 0;
  }
}
footer .footer-copy #dadra a {
  padding: 5px 15px;
  color: #253144;
  text-decoration: none;
  border-radius: 5px;
}
footer .footer-copy #dadra a:hover {
  color: #fff;
  background: #4d6388;
}

.grecaptcha-badge {
  bottom: 80px !important;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .grecaptcha-badge {
    bottom: 100px !important;
  }
}

a.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  padding: 10px 20px;
  font-size: 0.8em;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  background: #000;
  border-radius: 5px;
  z-index: 20000;
  transition: none;
}
a.skip:active, a.skip:focus, a.skip:hover {
  top: 60px;
  left: 30%;
}
@media screen and (min-width: 1000px) {
  a.skip:active, a.skip:focus, a.skip:hover {
    top: 0;
    left: 45%;
  }
}

.shiftnav-wrap {
  margin-top: 0 !important;
}

#shiftnav-toggle-main {
  height: 60px;
  padding: 0 !important;
  background: url(images/bkgnd.jpg) !important;
}
#shiftnav-toggle-main .shiftnav-main-toggle-content {
  padding: 0 !important;
}
#shiftnav-toggle-main .shiftnav-main-toggle-content a {
  display: block;
  width: 150px;
  height: 42px;
  margin: 10px 0 0 20px;
  text-indent: -9999px;
  background: url(images/logo.png) no-repeat center center;
  background-size: 150px 42px;
}
#shiftnav-toggle-main .shiftnav-toggle-burger {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: -4px;
  padding: 4px 20px 0 0 !important;
  font-size: 2.25em;
}
#shiftnav-toggle-main .shiftnav-toggle-burger i:before {
  content: "\f0c9" !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300 !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
#shiftnav-toggle-main .shiftnav-toggle-burger:after {
  position: absolute;
  top: 47px;
  left: 0px;
  content: "menu";
  display: block;
  margin-top: -12px;
  text-transform: uppercase;
  font-size: 0.325em;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 600;
}

.shiftnav-open #shiftnav-toggle-main .shiftnav-toggle-burger i:before {
  content: "\f00d" !important;
}

.shiftnav-no-transforms .shiftnav.shiftnav-right-edge {
  right: -100% !important;
}
.shiftnav-no-transforms .shiftnav.shiftnav-right-edge.shiftnav-open-target {
  right: auto !important;
}

#shiftnav-main {
  width: 100%;
  max-width: 100%;
  z-index: 1000000000 !important;
}
@media screen and (min-width: 1000px) {
  #shiftnav-main {
    display: none;
  }
}
#shiftnav-main .shiftnav-inner {
  position: relative;
  padding-top: 0;
}
#shiftnav-main .shiftnav-panel-close {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  right: 12px;
  width: 46px;
  height: 46px !important;
  padding: 0;
  line-height: 0 !important;
  font-size: 3em !important;
  color: #fff;
  background: none;
  z-index: 100000;
}
#shiftnav-main .shiftnav-panel-close i {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300 !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 0 !important;
}
#shiftnav-main .shiftnav-panel-close:after {
  position: absolute;
  top: 47px;
  left: 6px;
  content: "close";
  display: block;
  text-transform: uppercase;
  font-size: 0.3em;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 600;
}
#shiftnav-main .shiftnav-menu {
  max-width: 650px;
  margin: 30px auto 0 auto;
}
@media screen and (min-width: 650px) {
  #shiftnav-main .shiftnav-menu {
    margin-top: 70px;
  }
}
#shiftnav-main .shiftnav-menu li ul {
  margin-bottom: 5px;
  background: none !important;
}
#shiftnav-main .shiftnav-menu li ul li a,
#shiftnav-main .shiftnav-menu li ul li .shiftnav-target {
  padding: 10px 25px 10px 35px !important;
  font-size: 1.4em !important;
  font-weight: 500;
}
#shiftnav-main .shiftnav-menu a,
#shiftnav-main .shiftnav-menu .shiftnav-target {
  padding: 15px 25px !important;
  font-size: 1.75em !important;
  color: #fff !important;
  font-weight: 500;
  background: none !important;
}
#shiftnav-main .shiftnav-menu .mobile-nav-directory-button {
  padding: 0;
  margin: 25px 25px 0 25px;
}
#shiftnav-main .shiftnav-menu .mobile-nav-directory-button a {
  text-align: center;
  font-size: 1.4em !important;
  color: #425676 !important;
  border-radius: 7px;
  background: #fff !important;
}
#shiftnav-main .shiftnav-menu .mobile-nav-contact-button {
  padding: 0;
  margin: 30px 25px 0 25px;
}
#shiftnav-main .shiftnav-menu .mobile-nav-contact-button a {
  text-align: center;
  font-size: 1.4em !important;
  border-radius: 7px;
  border: 2px solid #fff;
}
#shiftnav-main .shiftnav-menu span.shiftnav-submenu-activation {
  width: 72px !important;
  max-width: none;
  padding: 0 !important;
  font-size: 1.4em;
  color: #fff !important;
  background: none !important;
}
#shiftnav-main .shiftnav-menu span.shiftnav-submenu-activation i {
  top: 62%;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400 !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 0 !important;
}
#shiftnav-main .shiftnav-menu-image {
  padding: 10px 0 0 20px !important;
}
#shiftnav-main .shiftnav-menu-image img {
  display: block;
  width: 150px !important;
}
#shiftnav-main .shiftnav-search {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
}
#shiftnav-main .shiftnav-search .shiftnav-searchform {
  background: none !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#shiftnav-main .shiftnav-search .shiftnav-searchform .shiftnav-search-input {
  font-size: 1.1em !important;
  font-family: "freight-sans-pro", sans-serif !important;
  border: 0 !important;
}
#shiftnav-main .shiftnav-search .shiftnav-searchform .shiftnav-search-submit {
  color: #666 !important;
}
#shiftnav-main .shiftnav-search .shiftnav-searchform .shiftnav-search-submit:hover {
  background: none;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item .shiftnav-target {
  background: none !important;
}

header.sitewide-header {
  position: absolute;
  top: auto;
  left: -9999px;
  width: 1px;
  height: 1px;
  background: url(images/bkgnd.jpg);
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  header.sitewide-header {
    position: fixed !important;
    top: 0;
    left: auto;
    width: 100%;
    height: 88px;
    overflow: visible;
    z-index: 1000000 !important;
  }
}
header.sitewide-header #header-content {
  position: relative;
  box-sizing: border-box;
  max-width: 1450px;
  height: 88px;
  margin: 0 auto;
}
header.sitewide-header #header-content:after {
  content: "";
  display: table;
  clear: both;
}
header.sitewide-header #header-content a#logo {
  transition: none;
  display: block;
  position: absolute;
  top: 12px;
  left: 30px;
  width: 220px;
  height: 62px;
  text-indent: -9999px;
  background: url(images/logo.png) no-repeat;
  background-size: 220px 62px;
}

nav.ubermenu {
  padding-right: 20px;
}
nav.ubermenu > ul > li > .ubermenu-target {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 88px !important;
  padding: 0 15px !important;
  font-size: 1em;
  font-weight: 500;
  color: #253144 !important;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1100px) {
  nav.ubermenu > ul > li > .ubermenu-target {
    padding: 0 20px !important;
    font-size: 1.1em;
  }
}
nav.ubermenu > ul > li > .ubermenu-target:hover {
  color: #ac4800 !important;
}
nav.ubermenu > ul > li.ubermenu-active > .ubermenu-target {
  color: #ac4800 !important;
}
nav.ubermenu > ul > li.ubermenu-active > .ubermenu-target .ubermenu-sub-indicator {
  transition: all 0.15s ease;
}
nav.ubermenu > ul > li.nav-directory-button {
  margin-right: 10px !important;
}
nav.ubermenu > ul > li.nav-directory-button a {
  padding-right: 0 !important;
}
nav.ubermenu > ul > li.nav-directory-button a span {
  padding: 9px 25px 10px 25px;
  color: #fff;
  background: #ac4800;
  border: 1px solid #ac4800;
  border-radius: 7px;
  transition: all 0.15s ease;
}
nav.ubermenu > ul > li.nav-directory-button a:hover span {
  border-color: #c75300;
  background: #c75300;
}
nav.ubermenu > ul > li.nav-contact-button {
  margin-left: 10px !important;
}
nav.ubermenu > ul > li.nav-contact-button a {
  padding-left: 0 !important;
}
nav.ubermenu > ul > li.nav-contact-button a span {
  padding: 9px 25px 10px 25px;
  color: #ac4800;
  border-radius: 7px;
  border: 1px solid #ac4800;
  transition: all 0.15s ease;
}
nav.ubermenu > ul > li.nav-contact-button a:hover span {
  color: #fff;
  border-color: #c75300;
  background: #c75300;
}
nav.ubermenu .ubermenu-has-submenu-drop > .ubermenu-target {
  padding-right: 30px !important;
}
nav.ubermenu .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
  font-size: 0.8em;
  top: 51% !important;
  right: 13px !important;
  opacity: 0.75;
}
nav.ubermenu ul.ubermenu-submenu-type-flyout {
  margin: -15px 0 0 10px;
  padding: 10px 0;
  border: 1px solid rgba(55, 72, 99, 0.25);
  background: #f9f8f5 !important;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25) !important;
  border-radius: 7px;
  clip: auto !important;
}
nav.ubermenu ul.ubermenu-submenu-type-flyout > li {
  border-bottom: 1px solid #f9f8f5 !important;
}
nav.ubermenu ul.ubermenu-submenu-type-flyout > li:last-child {
  border-bottom: 0 !important;
}
nav.ubermenu ul.ubermenu-submenu-type-flyout > li > a {
  padding: 10px 20px !important;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 0.925em;
  font-weight: 400;
  color: #253144;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1100px) {
  nav.ubermenu ul.ubermenu-submenu-type-flyout > li > a {
    font-size: 1em;
  }
}
nav.ubermenu ul.ubermenu-submenu-type-flyout > li > a:hover {
  color: #ac4800;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 400;
  color: #253144;
  background: url(images/bkgnd.jpg);
  word-break: break-word;
}
@media screen and (min-width: 1000px) {
  body {
    font-weight: 400;
  }
}

.content-padding {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1000px) {
  .content-padding {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.content-padding.content-medium {
  max-width: 650px;
}
.content-padding.content-medium-large {
  max-width: 800px;
}
.content-padding.content-large {
  max-width: 1000px;
}
.content-padding.content-extra-large {
  max-width: 1200px;
}
.content-padding.content-wide {
  max-width: 1400px;
}
.content-padding:after {
  content: "";
  display: table;
  clear: both;
}

main {
  position: relative;
  display: block;
  font-size: 1.1em;
}
@media screen and (min-width: 1000px) {
  main {
    font-size: 1.2em;
  }
}

.main-content-wrap {
  margin: 0 auto;
  padding: 0;
}
.main-content-wrap.has-sidebar {
  max-width: 1300px;
}
.main-content-wrap.no-sidebar.top-content-border {
  border-top: 1px solid #425676;
}
@media screen and (min-width: 1000px) {
  .main-content-wrap.no-sidebar.top-content-border {
    border: 0;
  }
}
.main-content {
  padding-top: 0 !important;
}

.main-content.has-sidebar {
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  .main-content.has-sidebar {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 50px;
    padding: 0 40px;
  }
  .main-content.has-sidebar .heads {
    text-align: left;
  }
  .main-content.has-sidebar .heads,
  .main-content.has-sidebar .text-block,
  .main-content.has-sidebar .tabs-wrap,
  .main-content.has-sidebar .accordion-wrap,
  .main-content.has-sidebar .personnel,
  .main-content.has-sidebar .button-row {
    max-width: none;
  }
  .main-content.has-sidebar .heads .content,
  .main-content.has-sidebar .text-block .content,
  .main-content.has-sidebar .tabs-wrap .content,
  .main-content.has-sidebar .accordion-wrap .content,
  .main-content.has-sidebar .personnel .content,
  .main-content.has-sidebar .button-row .content {
    max-width: none;
  }
  .main-content.has-sidebar .cards .content {
    grid-gap: 30px;
  }
}
.main-content.has-sidebar .content-padding {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .main-content.has-sidebar {
    grid-gap: 65px;
  }
}
@media screen and (min-width: 1400px) {
  .main-content.has-sidebar {
    grid-gap: 80px;
  }
}

.main-content.no-sidebar {
  margin: 0 auto;
}

article.sitewide-article {
  padding: 0 0 30px 0;
}
@media screen and (min-width: 1000px) {
  article.sitewide-article {
    padding: 0;
  }
}

#headroom {
  display: none;
}
@media screen and (min-width: 1000px) {
  #headroom {
    display: block;
    margin-top: 88px;
  }
}

body.admin-bar #wpadminbar {
  z-index: 10000000000000000000 !important;
}
@media screen and (max-width: 600px) {
  body.admin-bar #wpadminbar {
    position: fixed !important;
    top: 0 !important;
  }
  body.admin-bar #shiftnav-toggle-main {
    top: 46px !important;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }
}
body.admin-bar header.sitewide-header {
  top: 32px;
}

.accordion-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.accordion-wrap {
  position: relative;
  max-width: 690px;
  margin: 30px auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1000px) {
  .accordion-wrap {
    margin: 40px auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.accordion-wrap h2 {
  text-align: center;
}
.accordion-wrap .content {
  border-bottom: 1px solid rgba(55, 72, 99, 0.25);
}
.accordion-wrap .content.accordion-numbers {
  counter-reset: accordion-counter;
}
.accordion-wrap .content.accordion-numbers .accordion-trigger {
  counter-increment: accordion-counter;
  padding-left: 35px;
}
.accordion-wrap .content.accordion-numbers .accordion-trigger::before {
  position: absolute;
  top: 19px;
  left: 0;
  content: counter(accordion-counter) ".";
  padding-right: 15px;
  font-family: "lora", serif;
  font-weight: 700;
  color: #ac4800;
}
.accordion-wrap .content.accordion-numbers .accordion-panel {
  padding-left: 35px;
}
.accordion-wrap .accordion-trigger {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 0 5px 0;
  padding: 20px 50px 20px 0;
  text-align: left;
  color: #253144;
  font-size: 1em;
  font-weight: 400;
  cursor: pointer;
  background: none;
  border-top: 1px solid rgba(55, 72, 99, 0.25);
  transition: all 0.15s ease;
}
@media screen and (min-width: 1000px) {
  .accordion-wrap .accordion-trigger {
    padding: 22px 50px 22px 0;
    font-size: 1.1em;
  }
}
.accordion-wrap .accordion-trigger:focus-visible {
  outline: 3px solid #005fcc !important;
  outline-offset: 1px !important;
}
.accordion-wrap .accordion-trigger:after {
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f067";
  font-weight: 500;
  font-size: 1.25em;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  transition: all 0.15s ease;
}
.accordion-wrap .accordion-trigger.is-active:after {
  transform: rotate(-45deg);
}
.accordion-wrap .accordion-trigger:hover {
  color: #c75300;
}
.accordion-wrap .accordion-panel {
  margin: 0 0 10px 0;
  padding: 0 20px 10px 0;
}
.accordion-wrap .accordion-panel .text-block {
  margin: 0 0 10px 0;
}
.accordion-wrap .accordion-panel ul {
  margin-top: 0;
}

.alert-bar {
  font-size: 0.95em;
}
.alert-bar .content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px 20px 2px 20px;
  text-align: center;
}
.alert-bar span {
  display: inline-block;
  margin: 0 10px 5px 0;
  line-height: 1.3em;
}
.alert-bar .button {
  margin: 0 0 10px 0;
  padding: 10px 20px 11px 20px;
}
@-moz-document url-prefix() {
  .alert-bar .button {
    padding-bottom: 7px !important;
  }
}
.alert-bar.red {
  background: #425676;
  color: #fff;
}
.alert-bar.red .button {
  background: rgba(0, 0, 0, 0.3) !important;
}
.alert-bar.red .button:before {
  display: none !important;
}
.alert-bar.red .button:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
.alert-bar.ivory {
  color: #253144;
  background: #425676;
}
@media screen and (min-width: 1000px) {
  .alert-bar.ivory {
    border-bottom: 1px solid #425676;
  }
}
.alert-bar.ivory .button {
  background: #425676;
}
.alert-bar.pale-blue {
  color: #253144;
  background: #425676;
}
.alert-bar.pale-blue .button {
  background: #253144;
}

#back-to-top {
  position: fixed;
  bottom: 13px;
  right: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff;
  opacity: 0;
  transform: translateY(16px) scale(0.9);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.2s ease;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: #425676;
  z-index: 1000000000;
}
@media screen and (min-width: 768px) {
  #back-to-top {
    right: 95px;
    width: 64px;
    height: 64px;
  }
}
#back-to-top.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
#back-to-top:hover {
  transform: scale(1.075);
}
#back-to-top:active {
  transform: translateY(0) scale(0.97);
}
#back-to-top svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media screen and (min-width: 768px) {
  #back-to-top svg {
    width: 30px;
    height: 30px;
  }
}
#back-to-top .ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(#fff var(--progress, 0%), transparent 0%);
  mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 5px), #000 calc(100% - 4px), transparent calc(100% - 3px));
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 5px), #000 calc(100% - 4px), transparent calc(100% - 3px));
}
@media screen and (min-width: 768px) {
  #back-to-top .ring {
    mask: radial-gradient(farthest-side, transparent calc(100% - 7px), #000 calc(100% - 6px), #000 calc(100% - 5px), transparent calc(100% - 4px));
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 7px), #000 calc(100% - 6px), #000 calc(100% - 5px), transparent calc(100% - 4px));
  }
}

blockquote {
  max-width: 800px;
  margin: 40px auto;
  font-size: 1em;
  font-weight: 700;
  color: #253144;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1000px) {
  blockquote {
    padding-right: 40px;
    padding-left: 40px;
  }
}
blockquote:after {
  content: "";
  display: table;
  clear: both;
}
blockquote.has-quotation-mark {
  padding-left: 55px;
}
@media screen and (min-width: 650px) {
  blockquote.has-quotation-mark {
    padding-left: 70px;
  }
}
blockquote.has-quotation-mark p {
  position: relative;
}
blockquote.has-quotation-mark p:before {
  position: absolute;
  top: 15px;
  left: -45px;
  content: '"';
  font-size: 4em;
  font-weight: 700;
  color: #253144;
}
@media screen and (min-width: 650px) {
  blockquote.has-quotation-mark p:before {
    left: -50px;
  }
}
blockquote p {
  position: relative;
  margin: 0;
  font-style: italic;
  font-size: 1.25em;
}
blockquote strong {
  display: block;
  margin-top: 10px;
  font-weight: 400;
}

#crumbs-wrap {
  display: none;
}
@media screen and (min-width: 1000px) {
  #crumbs-wrap {
    display: block;
    margin: 0;
    padding: 15px 0;
  }
}
#crumbs-wrap #crumbs {
  display: block;
  max-width: 1030px !important;
  margin: 0 auto;
  padding-left: 30px;
  color: #253144;
}
#crumbs-wrap #crumbs a {
  display: inline-block;
  position: relative;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: #253144;
}
#crumbs-wrap #crumbs a:hover {
  text-decoration: underline;
}
#crumbs-wrap #crumbs a:last-of-type {
  font-weight: 700;
}
#crumbs-wrap #crumbs span {
  display: inline-block;
  margin: 0 13px;
  font-size: 0.9em;
}
#crumbs-wrap.no-sidebar #crumbs {
  max-width: 1250px;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 35px auto 0 auto;
}
.button-row.buttons-center {
  justify-content: center;
}
.button-row.buttons-center .button {
  margin: 0 10px 20px 10px;
}
.button-row.button-width-wide .button {
  padding-right: 70px;
  padding-left: 70px;
}
.button-row.button-width-extra-wide .button {
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (min-width: 650px) {
  .button-row.button-width-extra-wide .button {
    padding-right: 150px;
    padding-left: 150px;
  }
}
.button-row .button {
  margin: 0 20px 20px 0;
}

.button,
input.button,
input.button[type=submit],
#submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 10px 20px 0;
  padding: 12px 35px;
  text-align: center;
  color: #fff !important;
  font-weight: 500;
  text-decoration: none !important;
  font-family: inherit;
  font-size: 0.85em;
  border: 1px solid #ac4800;
  border-radius: 7px !important;
  background: #ac4800;
  cursor: pointer;
  transition: all 0.15s ease;
}
.button:hover,
input.button:hover,
input.button[type=submit]:hover,
#submit:hover {
  border-color: #c75300;
  background: #c75300;
}
.button.button-outline,
input.button.button-outline,
input.button[type=submit].button-outline,
#submit.button-outline {
  color: #ac4800 !important;
  background: none;
}
.button.button-outline:hover,
input.button.button-outline:hover,
input.button[type=submit].button-outline:hover,
#submit.button-outline:hover {
  color: #fff !important;
  border-color: #c75300;
  background: #c75300;
}
.button.button-blue-dark,
input.button.button-blue-dark,
input.button[type=submit].button-blue-dark,
#submit.button-blue-dark {
  border-color: #253144;
  background: #253144;
}
.button.button-blue-dark:hover,
input.button.button-blue-dark:hover,
input.button[type=submit].button-blue-dark:hover,
#submit.button-blue-dark:hover {
  border-color: #374863;
  background: #374863;
}
.button.button-blue-dark.button-outline,
input.button.button-blue-dark.button-outline,
input.button[type=submit].button-blue-dark.button-outline,
#submit.button-blue-dark.button-outline {
  color: #253144 !important;
  background: none;
}
.button.button-blue-dark.button-outline:hover,
input.button.button-blue-dark.button-outline:hover,
input.button[type=submit].button-blue-dark.button-outline:hover,
#submit.button-blue-dark.button-outline:hover {
  color: #fff !important;
  border-color: #374863;
  background: #374863 !important;
}
.button.button-blue-light,
input.button.button-blue-light,
input.button[type=submit].button-blue-light,
#submit.button-blue-light {
  border-color: #5c76a0;
  background: #5c76a0;
}
.button.button-blue-light:hover,
input.button.button-blue-light:hover,
input.button[type=submit].button-blue-light:hover,
#submit.button-blue-light:hover {
  border-color: #6582b0;
  background: #6582b0;
}
.button.button-blue-light.button-outline,
input.button.button-blue-light.button-outline,
input.button[type=submit].button-blue-light.button-outline,
#submit.button-blue-light.button-outline {
  color: #5c76a0 !important;
  background: none;
}
.button.button-blue-light.button-outline:hover,
input.button.button-blue-light.button-outline:hover,
input.button[type=submit].button-blue-light.button-outline:hover,
#submit.button-blue-light.button-outline:hover {
  color: #fff !important;
  border-color: #6582b0;
  background: #6582b0;
}
.button.has-icon i,
input.button.has-icon i,
input.button[type=submit].has-icon i,
#submit.has-icon i {
  padding-right: 10px;
  font-size: 1.1em;
}

.cards {
  margin: 30px 0;
}
@media screen and (min-width: 1000px) {
  .cards {
    margin: 50px 0;
  }
}
.cards h2 {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1000px) {
  .cards h2 {
    margin: 0 0 50px 0;
  }
}
.cards h3.cards-sub-head {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1000px) {
  .cards h3.cards-sub-head {
    margin: 0 0 40px 0;
  }
}
.cards .cards-grid {
  display: grid;
  grid-gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 650px) {
  .cards .cards-grid {
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .cards .cards-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .cards .cards-grid.cols-2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 45px !important;
  }
}
@media screen and (min-width: 1100px) {
  .cards .cards-grid.cols-2 {
    grid-gap: 60px !important;
  }
}
.cards .cards-grid.cols-3 {
  max-width: 1200px;
  grid-gap: 30px;
}
@media screen and (min-width: 650px) {
  .cards .cards-grid.cols-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.cards .cards-grid.cols-4 {
  max-width: 1400px;
  grid-gap: 30px;
}
@media screen and (min-width: 1000px) {
  .cards .cards-grid.cols-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.cards .cards-grid.text-center {
  text-align: center;
}
.cards .card {
  display: block;
  padding: 30px 30px 40px 30px;
  text-decoration: none;
  color: #fff !important;
  background: #425676;
  border-radius: 10px;
}
.cards .card h3 {
  font-size: 1.1em;
  color: #fff8da !important;
}
@media screen and (min-width: 1000px) {
  .cards .card h3 {
    font-size: 1.15em;
  }
}
.cards .card p {
  margin: 0;
  font-size: 0.95em;
}
.cards .card .button {
  margin: 25px 0 0 0;
  padding: 10px 25px;
  background: #4d6388;
  border: 0;
}
.cards .card .button:hover {
  background: #5c76a0;
}

.columns {
  margin: 30px 0;
}
@media screen and (min-width: 800px) {
  .columns .content {
    display: grid;
    grid-gap: 50px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .columns .content {
    grid-gap: 90px;
  }
}
@media screen and (min-width: 800px) {
  .columns .content.halves {
    grid-template: auto/1fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .columns .content.two-thirds-one-third {
    grid-template: auto/2fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .columns .content.one-third-two-thirds {
    grid-template: auto/1fr 2fr;
  }
}
@media screen and (min-width: 800px) {
  .columns .content.thirds {
    grid-template: auto/1fr 1fr 1fr;
  }
}
.columns .content.has-column-separators {
  grid-gap: 0;
}
@media screen and (min-width: 800px) {
  .columns .content.has-column-separators .column {
    padding-left: 70px;
    padding-right: 70px;
    border-right: 1px solid #c8cbcc;
  }
  .columns .content.has-column-separators .column:first-of-type {
    padding-left: 0;
  }
  .columns .content.has-column-separators .column:last-of-type {
    padding-right: 0;
    border-right: none;
  }
}
@media screen and (min-width: 1000px) {
  .columns .content.has-column-separators .column {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media screen and (min-width: 800px) {
  .columns .content.has-column-separators.thirds {
    grid-template: auto/8fr 9fr 8fr;
  }
}
@media screen and (min-width: 800px) {
  .columns .content.has-column-separators.thirds .column {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #c8cbcc;
  }
  .columns .content.has-column-separators.thirds .column:first-of-type {
    padding-left: 0;
  }
  .columns .content.has-column-separators.thirds .column:last-of-type {
    padding-right: 0;
    border-right: none;
  }
}
@media screen and (min-width: 1000px) {
  .columns .content.has-column-separators.thirds .column {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.columns .content:after {
  display: none;
}
.columns .column {
  min-width: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .columns .column > *:last-child {
    margin-bottom: 0;
  }
}
.columns .text-block,
.columns blockquote {
  margin: 0 0 40px 0;
}
.columns .text-block .content-padding {
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .columns .text-block h2 {
    font-size: 1.625em;
  }
}
.columns .text-block p:last-child {
  margin-bottom: 0;
}
.columns blockquote {
  padding: 0 30px;
}
.columns .column-img {
  display: block;
  margin: 0 0 30px 0;
  border: 0;
}
.columns .column-img img {
  display: block;
}
.columns .column-img a {
  position: relative;
  display: block;
}
.columns .column-img a span.img-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  z-index: 1000;
  transition: all 0.15s ease;
  opacity: 0;
}
.columns .column-img a span.img-text i {
  display: block;
  font-size: 1.5em;
}
@media screen and (min-width: 575px) {
  .columns .column-img a span.img-text i {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 800px) {
  .columns .column-img a span.img-text i {
    font-size: 2em;
  }
}
.columns .column-img a span.img-text p {
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 10px;
  line-height: 1.4em;
  font-size: 0.7em;
  word-wrap: break-word !important;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 575px) {
  .columns .column-img a span.img-text p {
    padding: 0 20px;
    font-size: 0.85em;
  }
}
@media screen and (min-width: 800px) {
  .columns .column-img a span.img-text p {
    font-size: 0.95em;
  }
}
.columns .column-img a:hover span.img-text {
  opacity: 1;
}
.columns .column-img a span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.15s ease;
  opacity: 0;
}
.columns .column-img a:hover span.overlay {
  opacity: 1;
}
.columns .button-row-horiz:last-child .button:last-of-type {
  margin-bottom: 0;
}

.cmplz-cookiebanner .cmplz-category-title {
  font-size: 1em !important;
  color: #fff !important;
}
.cmplz-cookiebanner .cmplz-title {
  display: block !important;
  font-size: 1.1em !important;
  font-weight: 600 !important;
}
.cmplz-cookiebanner .cmplz-btn {
  font-family: inherit !important;
  font-size: 0.95em !important;
}

#cmplz-manage-consent .cmplz-btn {
  bottom: 13px !important;
  left: 10px !important;
  min-width: 48px !important;
  padding: 10px !important;
  font-size: 0 !important;
  color: #fff !important;
  background: #425676 !important;
  border: 1px solid #fff !important;
  border-radius: 50% !important;
  transition: all 0.15s ease;
  box-shadow: none !important;
}
@media screen and (min-width: 768px) {
  #cmplz-manage-consent .cmplz-btn {
    width: 64px !important;
    height: 64px !important;
  }
}
#cmplz-manage-consent .cmplz-btn:hover {
  transform: scale(1.075);
}
#cmplz-manage-consent .cmplz-btn:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f564";
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  #cmplz-manage-consent .cmplz-btn:before {
    font-size: 28px;
  }
}

@media screen and (max-width: 800px) {
  body.cmplz-mobile-init .cmplz-cookiebanner.cmplz-show {
    display: none !important;
  }
  #cmplz-manage-consent .cmplz-dismissed {
    display: block !important;
  }
}
.cmplz-optin .cmplz-document {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
  font-size: inherit !important;
}
@media screen and (min-width: 1000px) {
  .cmplz-optin .cmplz-document {
    padding-top: 20px !important;
  }
}
.cmplz-optin .cmplz-document:after {
  content: "";
  display: table;
  clear: both;
}
.cmplz-optin .cmplz-document {
  max-width: 750px;
  margin: 30px auto;
}
@media screen and (min-width: 1000px) {
  .cmplz-optin .cmplz-document {
    margin: 40px auto;
  }
}
.cmplz-optin .cmplz-document p:last-child {
  margin-bottom: 0;
}
.cmplz-optin .cmplz-document h1 a, .cmplz-optin .cmplz-document h2 a, .cmplz-optin .cmplz-document h3 a, .cmplz-optin .cmplz-document h4 a, .cmplz-optin .cmplz-document h5 a {
  text-decoration: none;
  color: inherit !important;
}
.cmplz-optin .cmplz-document h1 {
  margin: 0 0 25px 0 !important;
  line-height: 1.1em !important;
  font-size: 1.8em !important;
  font-weight: 400 !important;
  font-family: "lora", serif !important;
}
@media screen and (min-width: 650px) {
  .cmplz-optin .cmplz-document h1 {
    font-size: 2em !important;
  }
}
@media screen and (min-width: 1000px) {
  .cmplz-optin .cmplz-document h1 {
    font-size: 1.9em !important;
  }
}
.cmplz-optin .cmplz-document h2 {
  margin: 0 0 25px 0 !important;
  line-height: 1.2em !important;
  font-size: 1.35em !important;
  font-family: "lora", serif !important;
  font-weight: 400 !important;
}
@media screen and (min-width: 1000px) {
  .cmplz-optin .cmplz-document h2 {
    font-size: 1.6em !important;
  }
}
@media screen and (min-width: 1400px) {
  .cmplz-optin .cmplz-document h2 {
    font-size: 1.7em !important;
  }
}
.cmplz-optin .cmplz-document h3 {
  margin: 0 0 20px 0 !important;
  line-height: 1.2em !important;
  font-size: 1.2em !important;
  font-family: "lora", serif !important;
  font-weight: 400 !important;
}
@media screen and (min-width: 650px) {
  .cmplz-optin .cmplz-document h3 {
    font-size: 1.3em !important;
  }
}
@media screen and (min-width: 1000px) {
  .cmplz-optin .cmplz-document h3 {
    font-size: 1.4em !important;
  }
}
.cmplz-optin .cmplz-document h4 {
  margin: 0 0 15px 0 !important;
  line-height: 1.4em !important;
  font-size: 1em !important;
  font-family: "lora", serif !important;
  font-weight: 400 !important;
}
@media screen and (min-width: 1000px) {
  .cmplz-optin .cmplz-document h4 {
    font-size: 1.1em !important;
  }
}
.cmplz-optin .cmplz-document p {
  margin: 0 0 20px 0 !important;
  line-height: 1.5em !important;
  font-size: 1em !important;
}
.cmplz-optin .cmplz-document strong {
  font-weight: 600 !important;
}
.cmplz-optin .cmplz-document a {
  color: #ac4800 !important;
  font-weight: 500 !important;
  transition: all 0.15s ease;
}
.cmplz-optin .cmplz-document a:hover {
  color: #c75300 !important;
}
.cmplz-optin .cmplz-dropdown,
.cmplz-optin .cmplz-category {
  margin-bottom: 20px !important;
  background: #fff !important;
  border-radius: 6px !important;
}
.cmplz-optin .cmplz-dropdown .cmplz-service-header,
.cmplz-optin .cmplz-dropdown .cmplz-category-header,
.cmplz-optin .cmplz-category .cmplz-service-header,
.cmplz-optin .cmplz-category .cmplz-category-header {
  margin: 0 !important;
  padding: 20px !important;
  color: #fff !important;
  background: #253144 !important;
  border-radius: 6px !important;
}
.cmplz-optin .cmplz-dropdown .cmplz-service-header h3,
.cmplz-optin .cmplz-dropdown .cmplz-category-header h3,
.cmplz-optin .cmplz-category .cmplz-service-header h3,
.cmplz-optin .cmplz-category .cmplz-category-header h3 {
  margin: 0 !important;
  font-size: 1.1em !important;
  font-weight: 500 !important;
  font-family: "freight-sans-pro", sans-serif !important;
}
.cmplz-optin .cmplz-dropdown .cmplz-service-header p,
.cmplz-optin .cmplz-dropdown .cmplz-category-header p,
.cmplz-optin .cmplz-category .cmplz-service-header p,
.cmplz-optin .cmplz-category .cmplz-category-header p {
  margin: 0 !important;
}
.cmplz-optin .cmplz-dropdown .cmplz-service-header div:after,
.cmplz-optin .cmplz-dropdown .cmplz-service-header .cmplz-category-toggle,
.cmplz-optin .cmplz-dropdown .cmplz-category-header div:after,
.cmplz-optin .cmplz-dropdown .cmplz-category-header .cmplz-category-toggle,
.cmplz-optin .cmplz-category .cmplz-service-header div:after,
.cmplz-optin .cmplz-category .cmplz-service-header .cmplz-category-toggle,
.cmplz-optin .cmplz-category .cmplz-category-header div:after,
.cmplz-optin .cmplz-category .cmplz-category-header .cmplz-category-toggle {
  filter: invert(1) !important;
  margin: 0 !important;
}
.cmplz-optin .cmplz-dropdown .cmplz-service-header .cmplz-always-active,
.cmplz-optin .cmplz-dropdown .cmplz-category-header .cmplz-always-active,
.cmplz-optin .cmplz-category .cmplz-service-header .cmplz-always-active,
.cmplz-optin .cmplz-category .cmplz-category-header .cmplz-always-active {
  color: #fff !important;
  font-size: 0.75em !important;
}

.definitions-block {
  position: relative;
  margin: 10px 0 30px 0;
  padding: 30px 20px 30px 25px;
  border: 1px solid rgba(55, 72, 99, 0.25);
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1000px) {
  .definitions-block {
    padding: 35px 30px 35px 35px;
  }
}
.definitions-block h2 {
  position: absolute;
  top: -10px;
  left: 15px;
  padding: 0 10px;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ac4800;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  .definitions-block h2 {
    top: -11px;
    left: 25px;
    font-size: 0.925em;
  }
}
.definitions-block .definitions-block-desc {
  font-style: italic;
}
.definitions-block .definitions h3 {
  position: relative;
  margin: 25px 0 10px 0;
  padding-left: 20px;
  font-style: italic;
}
@media screen and (min-width: 1000px) {
  .definitions-block .definitions h3 {
    margin-bottom: 15px;
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1200px) {
  .definitions-block .definitions h3 {
    font-size: 1.4em;
  }
}
.definitions-block .definitions h3:first-of-type {
  margin-top: 0;
}
.definitions-block .definitions h3:before {
  content: "•";
  position: absolute;
  left: 0;
}
.definitions-block .definitions p {
  margin: 0 0 0 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(55, 72, 99, 0.25);
}
.definitions-block .definitions p:last-of-type {
  border: 0;
  padding: 0;
}

.fancybox__container {
  z-index: 1000000 !important;
}

.form-wrap {
  padding: 0 20px;
}

.form-content {
  max-width: 770px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 20px 10px 20px;
  color: #fff;
  background: #425676;
  border-radius: 10px;
}
@media screen and (min-width: 800px) {
  .form-content {
    padding: 40px 40px 10px 40px;
  }
}
.form-content h2.form-head {
  margin: 0 0 35px 0;
  font-size: 1.5em;
}

.field-wrap input[type=text],
.field-wrap input[type=email],
.field-wrap textarea,
input[type=text],
input[type=email],
textarea {
  position: relative;
  display: block;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 10px 15px !important;
  font-family: "freight-sans-pro", sans-serif !important;
  font-size: 1.1em !important;
  color: #253144 !important;
  background: #fff !important;
  border-radius: 6px !important;
}

.field-wrap textarea,
textarea {
  border-radius: 6px 6px 0 6px !important;
}

.ninja-forms-req-symbol {
  color: #ffc857 !important;
}

.nf-form-fields-required {
  display: none;
}

.nf-field {
  margin: 0 0 30px 0 !important;
}

.form-one-half {
  float: none;
  width: 100%;
  margin: 0 !important;
}
@media screen and (min-width: 575px) {
  .form-one-half {
    width: 47.5%;
    float: left;
  }
}

@media screen and (min-width: 575px) {
  .form-first {
    clear: both;
    margin-right: 2.5% !important;
  }
}

@media screen and (min-width: 575px) {
  .form-last {
    float: left;
    clear: none !important;
    margin-left: 2.5% !important;
  }
}

.field-wrap {
  margin-bottom: 40px !important;
}
.field-wrap label,
.field-wrap .nf-field-label .nf-label-span {
  margin: 0 0 7px 0;
  font-size: 0.9em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.field-wrap .nf-field-description {
  margin: -10px 0 15px 0;
  font-size: 0.9em;
}

.file_upload-wrap {
  margin-bottom: 20px !important;
}
.file_upload-wrap p.cv-upload-accepted-files {
  margin-top: -20px !important;
  text-transform: uppercase;
  font-size: 0.825em;
  font-weight: 500;
}
.file_upload-wrap .nf-fu-fileinput-button {
  margin: 10px 0 20px 0;
  padding: 8px 20px !important;
  font-weight: 500;
  text-decoration: none !important;
  font-family: inherit;
  font-size: 0.8em;
  color: #253144 !important;
  border-radius: 6px;
  background: #fff;
}
.file_upload-wrap .nf-fu-fileinput-button:hover {
  color: #fff !important;
  background: #253144;
}
.file_upload-wrap .nf-fu-progress {
  margin: 0;
  height: 12px;
  background: #fff !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.75);
}
.file_upload-wrap .files_uploaded {
  margin-top: 15px;
}
.file_upload-wrap .files_uploaded p {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 0.95em;
  background: #374863;
  border-radius: 6px;
}
.file_upload-wrap .files_uploaded p:before {
  margin-right: 10px;
  content: "\e5a0" !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700 !important;
  font-size: 1.1em;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.file_upload-wrap .files_uploaded a.delete {
  display: inline-block;
  margin-left: 15px;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 0.75em;
  color: inherit;
  text-decoration: none;
  background: #425676;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 3px;
}
.file_upload-wrap .files_uploaded a.delete:hover {
  color: #253144;
  background: #fff;
  border-color: #fff;
}

.list-checkbox-wrap .nf-field-element ul li,
.list-radio-wrap .nf-field-element ul li {
  margin: 0 0 px 0 !important;
}
.list-checkbox-wrap .nf-field-element ul li input,
.list-radio-wrap .nf-field-element ul li input {
  margin-top: 6px;
}
.list-checkbox-wrap .nf-field-element ul li label,
.list-radio-wrap .nf-field-element ul li label {
  font-size: 1em !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

.other-legal-expertise {
  margin-top: -20px;
}

.fs-wrap {
  width: 100% !important;
  color: #253144;
  border-radius: 6px !important;
}
.fs-wrap.fs-open .fs-label-wrap {
  border-radius: 5px 5px 0 0 !important;
}
.fs-wrap .fs-label-wrap {
  border-radius: 6px !important;
  box-sizing: border-box !important;
  padding: 10px 15px !important;
}
.fs-wrap .fs-label-wrap .fs-arrow {
  right: 15px;
}
.fs-wrap .fs-dropdown {
  width: 100% !important;
  box-sizing: border-box;
  padding: 15px 20px !important;
  border-radius: 0 0 5px 5px;
  border: 0;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.75) !important;
  z-index: 10000000;
}
.fs-wrap .fs-dropdown .fs-search {
  position: relative;
  margin: 10px 0 20px 0;
  padding: 0;
  border: 1px solid rgba(55, 72, 99, 0.25);
  border-radius: 5px !important;
}
.fs-wrap .fs-dropdown .fs-search input {
  padding: 10px 30px 10px 10px;
  color: #fff;
  border: 0 !important;
  background: #fff !important;
}
.fs-wrap .fs-dropdown .fs-search input::-moz-placeholder {
  opacity: 1 !important;
  color: #253144 !important;
}
.fs-wrap .fs-dropdown .fs-search input::placeholder {
  opacity: 1 !important;
  color: #253144 !important;
}
.fs-wrap .fs-dropdown .fs-search .fs-search-clear {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #253144;
  font-size: 1.2em;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  opacity: 0.6;
}
.fs-wrap .fs-dropdown .fs-search .fs-search-clear:hover {
  opacity: 1;
}
.fs-wrap .fs-dropdown .fs-options {
  overflow-x: hidden;
}
@media screen and (min-width: 1000px) {
  .fs-wrap .fs-dropdown .fs-options {
    max-height: 300px;
  }
}
.fs-wrap .fs-dropdown .fs-option {
  padding: 8px 10px 8px 35px;
}
.fs-wrap .fs-dropdown .fs-option span.fs-checkbox {
  top: 19px;
  bottom: auto;
}
.fs-wrap .fs-dropdown .fs-option span.fs-checkbox i {
  border-radius: 50%;
}
.fs-wrap .fs-dropdown .fs-option .fs-option-label {
  white-space: wrap;
  word-break: keep-all;
  line-height: 1.1em;
}
.fs-wrap .fs-dropdown .fs-option.selected span.fs-checkbox i {
  background: #425676;
}
.fs-wrap .fs-dropdown .fs-option.selected span.fs-checkbox i::after {
  content: "";
  display: block;
  width: 4px;
  height: 7px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translate(4px, -2px);
}

.submit-button {
  margin-bottom: -20px !important;
}

input[type=submit].button {
  margin: 0 !important;
  color: #253144 !important;
  background: #fff;
  border: 0;
  font-family: inherit;
  font-size: 0.9em;
}
input[type=submit].button:hover {
  color: #fff !important;
  background: #253144;
}

.contact-form-disclaimer {
  margin-bottom: -30px !important;
  font-size: 0.9em;
}

.recaptcha-container {
  margin-top: 35px !important;
}

.nf-response-msg {
  margin-bottom: 40px !important;
  padding: 30px;
  color: #fff;
  background: #253144;
  border-radius: 10px;
}
.nf-response-msg p {
  margin: 0;
}

@keyframes bulge {
  0% {
    transform: scale(0.8, 0.8);
  }
  25% {
    transform: scale(1.1, 1.1);
  }
}
.nf-response-msg {
  animation: bulge 1s ease;
}

.nf-error-msg {
  margin: -30px 0 20px 0 !important;
  font-weight: 600;
  color: #ffc857 !important;
}

.nf-error input[type=text],
.nf-error input[type=email],
.nf-error textarea,
.nf-error .fs-label-wrap,
.nf-error button {
  border: 5px solid #ffc857 !important;
}

.post-password-form {
  max-width: 450px;
  margin: 0 auto;
  padding: 30px;
}
.post-password-form input[type=password] {
  margin-bottom: 10px;
  padding: 15px 10px;
}

.hero .content h1 {
  margin: 0 0 20px 0;
  color: #253144;
}
.hero .content h2 {
  margin: 0 0 15px 0;
  color: #253144;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
}
@media screen and (min-width: 650px) {
  .hero .content h2 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1000px) {
  .hero .content h2 {
    font-size: 1.3em;
  }
}
.hero .content p {
  margin: 0 0 15px 0;
}
@media screen and (min-width: 650px) {
  .hero .content p {
    font-size: 1.05em;
  }
}
.hero .content p:last-child {
  margin-bottom: 0;
}
.hero .content .button-row {
  margin: 25px 0 0 0;
}

.hero.centered-silhouette {
  position: relative;
  display: block;
  padding: 50px 0 150px 0;
  overflow: hidden;
}
@media screen and (min-width: 650px) {
  .hero.centered-silhouette {
    padding: 60px 0 300px 0;
  }
}
.hero.centered-silhouette:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 111px;
  background: url(images/immigrants.png) center no-repeat;
  background-size: 1443px 111px;
}
@media screen and (min-width: 650px) {
  .hero.centered-silhouette:after {
    height: 222px;
    background-size: auto auto;
  }
}
.hero.centered-silhouette .content {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .hero.centered-silhouette .content {
    max-width: 700px;
    padding: 0 30px;
  }
}
.hero.centered-silhouette .hero-graphic-centered-silhouette {
  position: relative;
  display: block;
  margin: 40px 0 0 0;
  min-height: 140px;
}
@media screen and (min-width: 650px) {
  .hero.centered-silhouette .hero-graphic-centered-silhouette {
    margin: 50px 0 0 0;
    min-height: 180px;
  }
}
@media screen and (min-width: 1000px) {
  .hero.centered-silhouette .hero-graphic-centered-silhouette {
    margin: 60px 0 0 0;
    min-height: 220px;
  }
}
@media screen and (min-width: 1400px) {
  .hero.centered-silhouette .hero-graphic-centered-silhouette {
    min-height: 260px;
  }
}
.hero.centered-silhouette .hero-graphic-centered-silhouette .hero-sun {
  position: absolute;
  bottom: 30%;
  left: 50%;
  width: 220px;
  height: 220px;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 650px) {
  .hero.centered-silhouette .hero-graphic-centered-silhouette .hero-sun {
    width: 280px;
    height: 280px;
  }
}
@media screen and (min-width: 1000px) {
  .hero.centered-silhouette .hero-graphic-centered-silhouette .hero-sun {
    width: 340px;
    height: 340px;
  }
}
@media screen and (min-width: 1400px) {
  .hero.centered-silhouette .hero-graphic-centered-silhouette .hero-sun {
    width: 400px;
    height: 400px;
  }
}
.hero.centered-silhouette .hero-graphic-centered-silhouette .hero-silhouette {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  z-index: 2;
}

.hero.tree-side {
  position: relative;
  overflow: hidden;
}
.hero.tree-side:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  background: url(images/ground.png) center no-repeat;
  background-size: 1443px 26px;
}
@media screen and (min-width: 650px) {
  .hero.tree-side:after {
    height: 52px;
    background-size: auto auto;
  }
}
.hero.tree-side .content {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px 70px 20px;
  text-align: left;
}
@media screen and (min-width: 650px) {
  .hero.tree-side .content {
    padding: 50px 20px 100px 20px;
  }
}
@media screen and (min-width: 800px) {
  .hero.tree-side .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    align-items: center;
    min-height: 300px;
    padding: 50px 30px 100px 30px;
  }
}
@media screen and (min-width: 1000px) {
  .hero.tree-side .content {
    grid-gap: 60px;
    padding: 60px 40px 100px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .hero.tree-side .content {
    padding: 80px 40px 140px 40px;
  }
}
@media screen and (min-width: 1300px) {
  .hero.tree-side .content {
    grid-gap: 80px;
  }
}
.hero.tree-side .hero-graphic-tree {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -50%;
  max-width: 575px;
  opacity: 0.1;
  z-index: -1;
  overflow: hidden;
}
@media screen and (min-width: 575px) {
  .hero.tree-side .hero-graphic-tree {
    margin-left: -287px;
  }
}
@media screen and (min-width: 800px) {
  .hero.tree-side .hero-graphic-tree {
    bottom: -20px;
    left: auto;
    right: -120px;
    width: 575px;
    max-width: none;
    margin: 0;
    opacity: 1;
  }
}
@media screen and (min-width: 900px) {
  .hero.tree-side .hero-graphic-tree {
    right: -50px;
  }
}
@media screen and (min-width: 1000px) {
  .hero.tree-side .hero-graphic-tree {
    right: -100px;
  }
}
@media screen and (min-width: 1100px) {
  .hero.tree-side .hero-graphic-tree {
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero.tree-side .hero-graphic-tree {
    bottom: -10px;
  }
}
@media screen and (min-width: 1300px) {
  .hero.tree-side .hero-graphic-tree {
    right: 50px;
  }
}
@media screen and (min-width: 800px) {
  .hero.tree-side.tree-left .content {
    display: block;
  }
  .hero.tree-side.tree-left .hero-text {
    margin-left: 50%;
  }
  .hero.tree-side.tree-left .hero-graphic-tree {
    left: -150px;
  }
}
@media screen and (min-width: 900px) {
  .hero.tree-side.tree-left .hero-graphic-tree {
    left: -100px;
  }
}
@media screen and (min-width: 1000px) {
  .hero.tree-side.tree-left .hero-graphic-tree {
    left: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .hero.tree-side.tree-left .hero-graphic-tree {
    left: 0;
  }
}
@media screen and (min-width: 1400px) {
  .hero.tree-side.tree-left .hero-text {
    margin-left: 52.5%;
  }
  .hero.tree-side.tree-left .hero-graphic-tree {
    left: 75px;
  }
}

img,
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption,
.img-link {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.alignleft {
  display: block;
  margin: 5px 0 20px 0;
}
@media screen and (min-width: 450px) {
  .alignleft {
    float: left;
    max-width: 50%;
    margin: 5px 30px 10px 0;
  }
}

.alignright {
  display: block;
  margin: 5px 0 20px 0;
}
@media screen and (min-width: 450px) {
  .alignright {
    float: right;
    max-width: 50%;
    margin: 5px 0 10px 30px;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
}

.alignnone {
  display: block;
  margin: 0 0;
}

.wp-caption {
  width: auto !important;
  margin-bottom: 25px !important;
}

.wp-caption img {
  max-width: 100%;
}

p.wp-caption-text {
  margin: 2px 0 0 0;
  font-size: 0.8em;
  text-align: center;
  line-height: 1.4em;
  color: #253144;
}

aside .alignleft,
aside .alignright,
aside .aligncenter,
aside .alignnone,
aside .wp-caption,
aside .img-link {
  margin-bottom: 40px;
}

.image {
  max-width: 1000px;
  margin: 0 auto 50px auto;
}
.image a {
  display: block;
  margin: 0 auto;
}
.image a.img-square {
  max-width: 900px;
}
.image a.img-vert {
  max-width: 700px;
}
.image img {
  display: block;
  margin: 0 auto;
}

.fluid-width-video-wrapper {
  clear: both;
  margin: 40px 0;
}

.embed-container {
  clear: both;
  position: relative;
  margin: 25px 0;
  padding-bottom: 60%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.margin-top-0 {
  margin-top: 0;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.subtract-margin-top-10 {
  margin-top: -10px !important;
}

.subtract-margin-top-20 {
  margin-top: -20px !important;
}

.subtract-margin-top-30 {
  margin-top: -30px !important;
}

.subtract-margin-top-40 {
  margin-top: -40px !important;
}

.subtract-margin-top-50 {
  margin-top: -50px !important;
}

.subtract-margin-top-60 {
  margin-top: -60px !important;
}

.subtract-margin-top-70 {
  margin-top: -70px !important;
}

.subtract-margin-top-80 {
  margin-top: -80px !important;
}

.subtract-margin-top-90 {
  margin-top: -90px !important;
}

.subtract-margin-top-100 {
  margin-top: -100px !important;
}

.subtract-margin-bottom-10 {
  margin-bottom: -10px !important;
}

.subtract-margin-bottom-20 {
  margin-bottom: -20px !important;
}

.subtract-margin-bottom-30 {
  margin-bottom: -30px !important;
}

.subtract-margin-bottom-40 {
  margin-bottom: -40px !important;
}

.subtract-margin-bottom-50 {
  margin-bottom: -50px !important;
}

.subtract-margin-bottom-60 {
  margin-bottom: -60px !important;
}

.subtract-margin-bottom-70 {
  margin-bottom: -70px !important;
}

.subtract-margin-bottom-80 {
  margin-bottom: -80px !important;
}

.subtract-margin-bottom-90 {
  margin-bottom: -90px !important;
}

.subtract-margin-bottom-100 {
  margin-bottom: -100px !important;
}

.add-margin-top-10 {
  margin-top: 10px !important;
}

.add-margin-top-20 {
  margin-top: 20px !important;
}

.add-margin-top-30 {
  margin-top: 30px !important;
}

.add-margin-top-40 {
  margin-top: 40px !important;
}

.add-margin-top-50 {
  margin-top: 50px !important;
}

.add-margin-top-60 {
  margin-top: 60px !important;
}

.add-margin-top-70 {
  margin-top: 70px !important;
}

.add-margin-top-80 {
  margin-top: 80px !important;
}

.add-margin-top-90 {
  margin-top: 90px !important;
}

.add-margin-top-100 {
  margin-top: 100px !important;
}

.add-margin-bottom-10 {
  margin-bottom: 10px !important;
}

.add-margin-bottom-20 {
  margin-bottom: 20px !important;
}

.add-margin-bottom-30 {
  margin-bottom: 30px !important;
}

.add-margin-bottom-20 {
  margin-bottom: 20px !important;
}

.add-margin-bottom-30 {
  margin-bottom: 30px !important;
}

.add-margin-bottom-40 {
  margin-bottom: 40px !important;
}

.add-margin-bottom-70 {
  margin-bottom: 70px !important;
}

.add-margin-bottom-80 {
  margin-bottom: 80px !important;
}

.add-margin-bottom-90 {
  margin-bottom: 90px !important;
}

.add-margin-bottom-100 {
  margin-bottom: 100px !important;
}

.blocker {
  padding: 20px !important;
  z-index: 100000000 !important;
}

.modal {
  width: 100% !important;
  max-width: 800px !important;
  margin: 0 0 30px 0;
  padding: 50px !important;
  z-index: 10000000000000000000000000 !important;
}
@media screen and (min-width: 800px) {
  .modal {
    padding: 50px 80px !important;
  }
}
.modal p {
  line-height: 1.2em;
}
.modal strong {
  font-weight: 700;
}

.close-modal {
  display: block;
  background: none !important;
  text-indent: -9999px !important;
}
.close-modal:after {
  position: absolute !important;
  top: 0;
  right: 0;
  display: block !important;
  content: "\f057" !important;
  font-family: FontAwesome !important;
  font-size: 40px !important;
  color: #425676;
  text-indent: 0 !important;
  transition: all 0.15s ease;
}
.close-modal:hover:after {
  color: #374863;
}

.close-modal {
  position: absolute !important;
}

.close-modal-top {
  top: 10px !important;
  right: 5px !important;
}
@media screen and (min-width: 800px) {
  .close-modal-top {
    top: 15px !important;
    right: 15px !important;
  }
}

.close-modal-bottom {
  right: 5px !important;
  bottom: 35px !important;
}
@media screen and (min-width: 800px) {
  .close-modal-bottom {
    right: 15px !important;
    bottom: 40px !important;
  }
}

.resource-modal {
  max-width: 1600px !important;
  padding: 50px 20px !important;
}

.modal-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  background: #425676;
  z-index: 10;
  cursor: pointer;
  transition: all 0.15s ease;
}
@media screen and (min-width: 800px) {
  .modal-nav {
    position: absolute;
    width: 40px;
    height: 40px;
  }
}
.modal-nav:hover {
  background: #374863;
  color: white;
}
.modal-nav.modal-prev {
  left: 25px;
}
@media screen and (min-width: 800px) {
  .modal-nav.modal-prev {
    left: 15px;
  }
}
.modal-nav.modal-next {
  right: 25px;
}
@media screen and (min-width: 800px) {
  .modal-nav.modal-next {
    right: 15px;
  }
}

body.has-notification-bar {
  padding-top: var(--notification-bar-height, 0px) !important;
}
@media screen and (max-width: 999px) {
  body.has-notification-bar {
    margin-top: 50px;
  }
}
body.has-notification-bar header.sitewide-header,
body.has-notification-bar #shiftnav-toggle-main {
  margin-top: var(--notification-bar-height, 0px) !important;
}

#notification-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  color: #fff !important;
  background: #425676;
  z-index: 1000000000;
}
#notification-bar.is-hidden {
  display: none;
}

.notification-bar-content {
  padding: 20px;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding-right: 70px;
}

.notification-bar-message {
  line-height: 1.5;
}

.notification-bar__action {
  display: inline-block;
  flex-shrink: 0;
  margin: 0 0 0 10px;
  font-size: 0.825em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff8da;
  white-space: nowrap;
  transition: all 0.15s ease;
}
.notification-bar__action:hover, .notification-bar__action:focus {
  color: #fff;
}

.notification-bar__dismiss {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
  transition: all 0.15s ease;
}
.notification-bar__dismiss i {
  font-size: 1.5em;
}
.notification-bar__dismiss:hover, .notification-bar__dismiss:focus {
  opacity: 1;
}

.internal-nav-menu-toggle {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 20px;
  font-size: 1em;
  font-weight: 500;
  font-family: "freight-sans-pro", sans-serif;
  text-align: left;
  color: #fff;
  cursor: pointer;
  background: #374863;
  border: none;
}
@media screen and (min-width: 800px) {
  .internal-nav-menu-toggle {
    padding: 20px 30px 30px 30px;
  }
}
@media screen and (min-width: 1000px) {
  .internal-nav-menu-toggle {
    display: none;
  }
}
.internal-nav-menu-toggle:after {
  padding: 3px 0 0 10px;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
}
.internal-nav-menu-toggle.active:after {
  content: "\f106";
}

main.hero-type-tree-side .internal-nav-menu-toggle {
  margin-top: -10px;
}
@media screen and (min-width: 1000px) {
  main.hero-type-tree-side .internal-nav-menu {
    margin-top: -20px;
  }
}

.internal-nav-menu {
  position: relative;
  margin: 0;
  padding: 0 20px 25px 20px;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 500;
  line-height: 1.4em;
  color: #fff;
  background: #374863;
  z-index: 100;
}
@media screen and (max-width: 999px) {
  .internal-nav-menu {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .internal-nav-menu {
    padding: 20px 20px 15px 20px;
    font-size: 0.9em;
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .internal-nav-menu {
    position: sticky;
    top: 88px;
  }
}
.internal-nav-menu.active {
  display: block !important;
}
.internal-nav-menu ul {
  margin: 0 0 0 1em;
}
@media screen and (min-width: 1000px) {
  .internal-nav-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    list-style-type: none;
  }
}
@media screen and (min-width: 1000px) {
  .internal-nav-menu ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media screen and (min-width: 1000px) {
  .internal-nav-menu ul li:last-child {
    border: 0;
  }
}
.internal-nav-menu a {
  position: relative;
  display: block;
  padding: 7px 15px 7px 5px;
  line-height: 1.2em;
  color: #fff;
  text-decoration: none;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1000px) {
  .internal-nav-menu a {
    padding: 15px 25px;
  }
}
@media screen and (min-width: 1200px) {
  .internal-nav-menu a {
    padding: 15px 30px;
  }
}
.internal-nav-menu a:hover, .internal-nav-menu a:focus {
  color: #f3e2bd;
}
@media screen and (max-width: 999px) {
  .internal-nav-menu a br {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  body.admin-bar .internal-nav-menu {
    top: calc(88px + 32px);
  }
}

.pagination {
  max-width: 1400px;
  margin: -20px auto 30px auto;
  font-size: 0.9em;
}
@media screen and (min-width: 650px) {
  .pagination {
    margin-top: -40px;
  }
}

.wp-pagenavi {
  margin: 0 auto;
  color: #253144;
}
.wp-pagenavi .pages {
  margin-right: 10px;
  padding-left: 0;
  font-weight: 400;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  width: auto;
  font-weight: 500;
  color: #253144;
  text-decoration: none;
  border-radius: 3px;
  border: 0;
}
.wp-pagenavi a:hover {
  background: #425676;
  color: #fff;
}
.wp-pagenavi .current {
  padding: 6px 9px 5px 9px;
  background: #425676;
  color: #fff;
}

.personnel .content {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 60px auto;
  padding: 0 20px;
}
.personnel .content h2 {
  margin: 0 auto 30px auto;
}
.personnel .content h2:has(+ .personnel-columns-2) {
  max-width: 650px;
}
.personnel .content h2:has(+ .personnel-columns-3) {
  max-width: 1000px;
}
.personnel .personnel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin: 0 auto;
}
.personnel .personnel-grid.personnel-columns-2 {
  max-width: 650px;
}
.personnel .personnel-grid.personnel-columns-3 {
  max-width: 1000px;
}
@media screen and (min-width: 650px) {
  .personnel .personnel-grid.personnel-columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 650px) {
  .personnel .personnel-grid.personnel-columns-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .personnel .personnel-grid.personnel-columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1000px) {
  .personnel .personnel-grid.personnel-columns-4 {
    grid-gap: 50px;
  }
}
@media screen and (min-width: 575px) {
  .personnel .personnel-grid {
    grid-gap: 40px;
  }
}
@media screen and (min-width: 800px) {
  .personnel .personnel-grid {
    grid-gap: 50px;
  }
}
.personnel .personnel-grid a.person {
  text-align: center;
  text-decoration: none;
  color: #253144;
  transition: all 0.15s ease;
}
.personnel .personnel-grid a.person:hover img {
  opacity: 0.85;
}
.personnel .personnel-grid img {
  display: block;
  margin: 0 0 15px 0;
  transition: all 0.15s ease;
}
.personnel .personnel-grid h3 {
  margin: 0 0 5px 0;
  font-size: 1em;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 700;
  color: #253144;
}
.personnel .personnel-grid h3 .pronouns {
  display: inline-block;
  font-weight: 400;
  font-size: 0.85em;
}
.personnel .personnel-grid .title {
  display: block;
  margin: 0 0 5px 0;
  line-height: 1.25em;
  font-weight: 500;
  font-size: 0.9em;
}
.personnel .personnel-grid .role {
  display: block;
  line-height: 1.25em;
  font-weight: 400;
  font-size: 0.85em;
}

@media screen and (min-width: 650px) {
  .personnel-modal .personnel-img-details-wrap {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 50px;
    align-items: center;
    margin: 0 0 20px 0;
  }
}
.personnel-modal img {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 649px) {
  .personnel-modal img {
    max-width: 200px;
  }
}
.personnel-modal .personnel-details {
  margin: 0 0 20px 0;
}
.personnel-modal h3 {
  margin: 0 0 8px 0;
  font-size: 1.2em;
  font-weight: 700;
  font-family: "freight-sans-pro", sans-serif !important;
  color: #253144;
}
.personnel-modal h3 .pronouns {
  display: inline-block;
  font-weight: 400;
  font-size: 0.85em;
}
.personnel-modal .title {
  margin: 0 0 7px 0;
  line-height: 1.2em;
  font-weight: 500;
  font-size: 1.1em;
}
.personnel-modal .role {
  line-height: 1.2em;
  font-weight: 500;
  font-size: 1.05em;
}
.personnel-modal .personnel-email-phone-wrap {
  margin: 25px 0;
  padding: 12px 0;
  border-top: 1px solid rgba(55, 72, 99, 0.25);
  border-bottom: 1px solid rgba(55, 72, 99, 0.25);
}
.personnel-modal .personnel-email a,
.personnel-modal .personnel-phone a {
  font-weight: 500;
}
.personnel-modal .personnel-email a:hover,
.personnel-modal .personnel-phone a:hover {
  text-decoration: underline;
}
.personnel-modal .personnel-email i,
.personnel-modal .personnel-phone i {
  padding-right: 5px;
}
.personnel-modal .personnel-email {
  display: inline-block;
  font-weight: 500;
}
.personnel-modal .personnel-email:hover {
  text-decoration: underline;
}
.personnel-modal .personnel-phone {
  margin-top: 5px;
}
.personnel-modal p {
  font-size: 1.1em;
  line-height: 1.5em;
}

.section-group {
  position: relative;
  overflow: hidden;
}
.section-group.bg-white {
  background: #fff;
}
.section-group.bg-cream .definitions-block h2 {
  background: url(images/bkgnd.jpg);
}
.section-group.bg-dark-blue {
  color: #fff;
  background: #374863;
}
.section-group.bg-dark-blue h2, .section-group.bg-dark-blue h3, .section-group.bg-dark-blue h4, .section-group.bg-dark-blue h5, .section-group.bg-dark-blue h6 {
  color: #fff8da;
}
.section-group.bg-dark-blue a:not(.button) {
  color: #fff8da;
}
.section-group.bg-dark-blue a:not(.button):hover, .section-group.bg-dark-blue a:not(.button):focus {
  color: #fff;
}
.section-group.bg-dark-blue .eyebrow {
  color: #fff8da;
}
.section-group.bg-dark-blue .card {
  color: #fff;
  background: #253144;
}
.section-group.bg-dark-blue .definitions-block {
  background: #253144;
  box-shadow: 0;
}
.section-group.bg-dark-blue .definitions-block h2 {
  top: -15px;
  left: 20px;
  padding: 5px 15px;
  background: #253144;
  border-radius: 5px;
}
.section-group.bg-dark-blue .definitions-block p {
  border-color: rgba(255, 255, 255, 0.2);
}
.section-group.bg-medium-blue {
  color: #fff;
  background: #425676;
}
.section-group.bg-medium-blue h2, .section-group.bg-medium-blue h3, .section-group.bg-medium-blue h4, .section-group.bg-medium-blue h5, .section-group.bg-medium-blue h6 {
  color: #fff8da;
}
.section-group.bg-medium-blue .button {
  background: #5c76a0;
}
.section-group.bg-medium-blue .button:hover {
  background: #6582b0;
}
.section-group.bg-medium-blue .definitions-block {
  background: #253144;
  box-shadow: 0;
}
.section-group.bg-medium-blue .definitions-block h2 {
  top: -15px;
  left: 20px;
  padding: 5px 15px;
  background: #253144;
  border-radius: 5px;
}
.section-group.bg-medium-blue .definitions-block p {
  border-color: rgba(255, 255, 255, 0.2);
}
.section-group.spacing-none {
  padding: 0;
}
.section-group.spacing-standard {
  padding: 40px 0 55px 0;
}
@media screen and (min-width: 1000px) {
  .section-group.spacing-standard {
    padding: 70px 0 85px 0;
  }
}
.section-group.spacing-tight {
  padding: 25px 0 40px 0;
}
@media screen and (min-width: 1000px) {
  .section-group.spacing-tight {
    padding: 40px 0 65px 0;
  }
}
.section-group.spacing-generous {
  padding: 45px 0 60px 0;
}
@media screen and (min-width: 1000px) {
  .section-group.spacing-generous {
    padding: 80px 0 95px 0;
  }
}
.section-group.spacing-very-generous {
  padding: 70px 0 85px 0;
}
@media screen and (min-width: 1000px) {
  .section-group.spacing-very-generous {
    padding: 100px 0 115px 0;
  }
}
.section-group .section-group-inner {
  position: relative;
  z-index: 2;
}
.section-group .section-decoration {
  position: absolute;
  display: block;
  z-index: 1;
  pointer-events: none;
}
.section-group .section-decoration-tree-faint-left {
  bottom: -70px;
  left: -700px;
  width: 947px;
  height: 985px;
  background: url(images/tree-pale-large.png) no-repeat;
  background-size: 947px 985px;
}
@media screen and (min-width: 650px) {
  .section-group .section-decoration-tree-faint-left {
    left: -600px;
  }
}
@media screen and (min-width: 800px) {
  .section-group .section-decoration-tree-faint-left {
    left: -450px;
  }
}
@media screen and (min-width: 1200px) {
  .section-group .section-decoration-tree-faint-left {
    left: -290px;
  }
}
.section-group .section-decoration-tree-faint-right {
  bottom: -70px;
  right: -700px;
  width: 947px;
  height: 985px;
  background: url(images/tree-pale-large.png) no-repeat;
  background-size: 947px 985px;
}
@media screen and (min-width: 650px) {
  .section-group .section-decoration-tree-faint-right {
    right: -600px;
  }
}
@media screen and (min-width: 800px) {
  .section-group .section-decoration-tree-faint-right {
    right: -450px;
  }
}
@media screen and (min-width: 1200px) {
  .section-group .section-decoration-tree-faint-right {
    right: -290px;
  }
}
.section-group .section-decoration-foliage-left {
  bottom: -150px;
  left: -100px;
  width: 339px;
  height: 559px;
  background: url(images/tree-limb-1-pale.png) no-repeat;
}
@media screen and (min-width: 800px) {
  .section-group .section-decoration-foliage-left {
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .section-group .section-decoration-foliage-left {
    left: 10%;
  }
}
.section-group .section-decoration-foliage-right {
  bottom: -150px;
  right: -100px;
  width: 339px;
  height: 559px;
  background: url(images/tree-limb-1-pale.png) no-repeat;
}
@media screen and (min-width: 800px) {
  .section-group .section-decoration-foliage-right {
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .section-group .section-decoration-foliage-right {
    right: 10%;
  }
}
.section-group .section-group-inner > *:first-child {
  margin-top: 0;
}
.section-group .section-group-inner > *:last-child {
  margin-bottom: 0;
}

.section-group.bg-cream + .section-group.bg-cream,
.section-group.bg-white + .section-group.bg-white,
.section-group.bg-dark-blue + .section-group.bg-dark-blue {
  padding-top: 0;
}

.section-group.bg-cream:has(+ .section-group.bg-cream).spacing-standard,
.section-group.bg-white:has(+ .section-group.bg-white).spacing-standard,
.section-group.bg-dark-blue:has(+ .section-group.bg-dark-blue).spacing-standard {
  padding-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .section-group.bg-cream:has(+ .section-group.bg-cream).spacing-standard,
  .section-group.bg-white:has(+ .section-group.bg-white).spacing-standard,
  .section-group.bg-dark-blue:has(+ .section-group.bg-dark-blue).spacing-standard {
    padding-bottom: 35px;
  }
}
.section-group.bg-cream:has(+ .section-group.bg-cream).spacing-tight,
.section-group.bg-white:has(+ .section-group.bg-white).spacing-tight,
.section-group.bg-dark-blue:has(+ .section-group.bg-dark-blue).spacing-tight {
  padding-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .section-group.bg-cream:has(+ .section-group.bg-cream).spacing-tight,
  .section-group.bg-white:has(+ .section-group.bg-white).spacing-tight,
  .section-group.bg-dark-blue:has(+ .section-group.bg-dark-blue).spacing-tight {
    padding-bottom: 18px;
  }
}
.section-group.bg-cream:has(+ .section-group.bg-cream).spacing-generous,
.section-group.bg-white:has(+ .section-group.bg-white).spacing-generous,
.section-group.bg-dark-blue:has(+ .section-group.bg-dark-blue).spacing-generous {
  padding-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .section-group.bg-cream:has(+ .section-group.bg-cream).spacing-generous,
  .section-group.bg-white:has(+ .section-group.bg-white).spacing-generous,
  .section-group.bg-dark-blue:has(+ .section-group.bg-dark-blue).spacing-generous {
    padding-bottom: 50px;
  }
}

.stats-grid {
  max-width: 1200px;
  margin: 30px auto 50px auto;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .stats-grid {
    margin: 40px auto 60px auto;
  }
}
.stats-grid .eyebrow {
  margin: 0 0 20px 0;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 600;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ac4800;
}
@media screen and (min-width: 1000px) {
  .stats-grid .eyebrow {
    margin: 0 0 25px 0;
  }
}
.stats-grid .eyebrow.center {
  text-align: center;
}
.stats-grid .eyebrow.left {
  text-align: left;
}
.stats-grid .eyebrow.right {
  text-align: right;
}
.stats-grid h2 {
  max-width: 750px;
  margin: 0 auto 50px auto;
  color: #253144 !important;
}
@media screen and (min-width: 1000px) {
  .stats-grid h2 {
    margin: 0 auto 60px auto;
  }
}
.stats-grid h2.center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.stats-grid h2.left {
  text-align: left;
  margin-left: 0;
}
.stats-grid h2.right {
  text-align: right;
  margin-right: 0;
}
.stats-grid .stats-grid-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin: 0 auto;
}
@media screen and (min-width: 650px) {
  .stats-grid .stats-grid-items {
    grid-gap: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .stats-grid .stats-grid-items.cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .stats-grid .stats-grid-items.cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .stats-grid .stats-grid-items.cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .stats-grid .stats-grid-items.cols-5 {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .stats-grid .stats-grid-items.cols-5 {
    grid-gap: 40px;
  }
}
.stats-grid .stat {
  text-align: center;
}
.stats-grid .stat .stat-value {
  margin: 0 0 12px 0;
  font-family: "lora", serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.1;
  color: #ac4800;
}
@media screen and (min-width: 800px) {
  .stats-grid .stat .stat-value {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1000px) {
  .stats-grid .stat .stat-value {
    font-size: 2.25em;
  }
}
.stats-grid .stat .stat-label {
  margin: 0;
  font-size: 0.925em;
  line-height: 1.3;
}

.text-block table,
.dt-container table {
  width: 100%;
  margin: 30px 0;
  font-size: 0.9em;
  background: #f9f8f5;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.text-block table thead,
.text-block table tfoot,
.dt-container table thead,
.dt-container table tfoot {
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  background: #ac4800 !important;
  border: 0;
}
.text-block table tr,
.dt-container table tr {
  border: 0;
}
@media screen and (max-width: 649px) {
  .text-block table tr,
  .dt-container table tr {
    border-bottom: 1px solid #f9f8f5;
  }
}
.text-block table tr:nth-of-type(2n+2),
.dt-container table tr:nth-of-type(2n+2) {
  background: #fff;
}
.text-block table td, .text-block table th,
.dt-container table td,
.dt-container table th {
  vertical-align: top;
}
@media screen and (min-width: 650px) {
  .text-block table td, .text-block table th,
  .dt-container table td,
  .dt-container table th {
    padding: 15px 25px !important;
  }
}
.text-block table td,
.dt-container table td {
  width: auto !important;
}
@media screen and (max-width: 649px) {
  .text-block table td:before,
  .dt-container table td:before {
    padding: 10px 15px;
    color: #fff;
    background: #ac4800 !important;
  }
  .text-block table td span,
  .dt-container table td span {
    padding: 10px 15px;
  }
}
.text-block table ul,
.dt-container table ul {
  margin: 0 !important;
  list-style-position: inside;
}

.tabs-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.tabs-wrap {
  position: relative;
  margin: 30px auto;
}
@media screen and (min-width: 1000px) {
  .tabs-wrap {
    margin: 40px auto;
  }
}
.tabs-wrap .tabs-nav {
  display: block;
  position: relative;
  margin: 0 0 -1px 0;
  box-sizing: border-box;
  overflow: hidden;
  border: 0;
  border-radius: 10px 10px 0 0;
  z-index: 100;
}
.tabs-wrap .tabs-nav li {
  display: block;
  position: relative;
  top: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
}
.tabs-wrap .tabs-nav li:last-of-type {
  margin: 0;
}
.tabs-wrap .tabs-nav li a {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  height: 100%;
  margin-right: 1px;
  margin-bottom: -20px;
  padding: 10px 20px 30px 20px;
  font-weight: 500;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 10px 10px 0 0;
  background: #ac4800;
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.2);
}
.tabs-wrap .tabs-nav li a:hover {
  background: #c75300;
}
.tabs-wrap .tabs-nav li a:before {
  margin-left: -5px;
  padding-right: 10px;
  font-family: FontAwesome;
  content: "\f0da";
  font-weight: 400 !important;
}
.tabs-wrap .tabs-nav li.ui-tabs-active a {
  font-weight: 700;
  color: #253144;
  cursor: text;
  background: #fff;
  border-color: #f9f8f5;
  border-bottom-color: #fff;
}
.tabs-wrap .tabs-nav li.ui-tabs-active a:before {
  padding-right: 10px;
  font-family: FontAwesome;
  content: "\f0d7";
  font-weight: 400 !important;
}
@media screen and (min-width: 650px) {
  .tabs-wrap .tabs-nav.horiz-tabs {
    display: flex !important;
    align-items: stretch;
  }
}
@media screen and (min-width: 650px) {
  .tabs-wrap .tabs-nav.horiz-tabs li a {
    display: block;
    margin-bottom: 0;
    padding: 10px 20px;
    text-align: center;
    font-size: 0.9em;
    box-shadow: none;
  }
}
@media screen and (min-width: 650px) and (min-width: 650px) {
  .tabs-wrap .tabs-nav.horiz-tabs li a:before {
    padding-right: 0 !important;
    content: none !important;
  }
}
.tabs-wrap .tabs-panel:after {
  content: "";
  display: table;
  clear: both;
}
.tabs-wrap .tabs-panel {
  position: relative;
  padding: 20px;
  background: #fff;
  border: 1px solid #f9f8f5;
  z-index: 0;
}
@media screen and (min-width: 800px) {
  .tabs-wrap .tabs-panel {
    padding: 30px;
  }
}
.tabs-wrap .tabs-panel p:last-of-type {
  margin: 0;
}
.tabs-wrap .tabs-panel .anchor-target {
  padding-top: 90px !important;
  margin-top: -90px !important;
}

.heads {
  max-width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 30px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .heads {
    padding-top: 40px;
  }
}
.heads h1 {
  margin: 0;
}
.heads h2 {
  margin: 15px 0 0 0;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 1.4em;
}
.heads .top-content-intro {
  text-align: left;
  margin: 20px 0 50px 0;
}
.heads p {
  margin-top: 20px;
}
@media screen and (min-width: 650px) {
  .heads p {
    font-size: 1.05em;
  }
}
.heads p:last-child {
  margin-bottom: 0;
}
.heads.left {
  text-align: left;
}

.text-block:after {
  content: "";
  display: table;
  clear: both;
}
.text-block {
  max-width: 750px;
  margin: 30px auto;
}
@media screen and (min-width: 1000px) {
  .text-block {
    margin: 40px auto;
  }
}
.text-block p:last-child {
  margin-bottom: 0;
}

.timeline {
  max-width: 800px;
  margin: 30px auto;
}
@media screen and (min-width: 1000px) {
  .timeline {
    margin: 40px auto;
  }
}
.timeline .eyebrow {
  margin: 0 0 10px 0;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 600;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ac4800;
}
.timeline .eyebrow.center {
  text-align: center;
}
.timeline .eyebrow.left {
  text-align: left;
}
.timeline .eyebrow.right {
  text-align: right;
}
.timeline h2 {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1000px) {
  .timeline h2 {
    margin: 0 0 40px 0;
  }
}
.timeline h2.center {
  text-align: center;
}
.timeline h2.left {
  text-align: left;
}
.timeline h2.right {
  text-align: right;
}
.timeline .timeline-entries {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.timeline .timeline-entry {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4px 30px;
  padding: 25px 0 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 1000px) {
  .timeline .timeline-entry:first-child {
    border: 0;
  }
}
@media screen and (min-width: 650px) {
  .timeline .timeline-entry {
    grid-template-columns: 110px 1fr;
    align-items: baseline;
  }
}
@media screen and (min-width: 1000px) {
  .timeline .timeline-entry {
    grid-template-columns: 130px 1fr;
  }
}
.timeline .timeline-entry-date {
  margin: 0 0 3px 0;
  font-family: "lora", serif;
  font-weight: 700;
  color: #ac4800;
}
@media screen and (min-width: 650px) {
  .timeline .timeline-entry-date {
    margin: 0;
  }
}
.timeline .timeline-entry-text {
  margin: 0;
  line-height: 1.3em;
  font-size: 0.95em;
}

.section-group.bg-dark-blue .timeline .timeline-entry {
  border-top-color: rgba(255, 255, 255, 0.15);
}
.section-group.bg-dark-blue .timeline .timeline-entry:last-child {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.section-group.bg-dark-blue .timeline .timeline-entry-date {
  color: #fff8da;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
  color: inherit !important;
}

h1 {
  margin: 0 0 25px 0;
  line-height: 1.1em;
  font-size: 1.8em;
  font-weight: 400;
  font-family: "lora", serif;
}
@media screen and (min-width: 650px) {
  h1 {
    font-size: 2em;
  }
}
@media screen and (min-width: 1000px) {
  h1 {
    font-size: 1.9em;
  }
}

h2 {
  margin: 0 0 25px 0;
  line-height: 1.2em;
  font-size: 1.35em;
  font-family: "lora", serif;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  h2 {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 1.7em;
  }
}

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

h3 {
  margin: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 1.2em;
  font-family: "lora", serif;
  font-weight: 400;
}
@media screen and (min-width: 650px) {
  h3 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1000px) {
  h3 {
    font-size: 1.4em;
  }
}

h4 {
  margin: 0 0 15px 0;
  line-height: 1.4em;
  font-size: 1em;
  font-family: "lora", serif;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  h4 {
    font-size: 1.1em;
  }
}

p {
  margin: 0 0 20px 0;
  line-height: 1.5em;
}

strong {
  font-weight: 600;
}

a {
  color: #ac4800;
  font-weight: 500;
  transition: all 0.15s ease;
}
a:hover {
  color: #c75300;
}

.anchor-target::before {
  position: relative;
  display: block;
  content: "";
  height: 1px;
  width: 1px;
  padding-top: 40px;
  margin-top: -40px;
  visibility: hidden;
  z-index: -1000;
}
@media screen and (min-width: 1000px) {
  .anchor-target::before {
    padding-top: 70px;
    margin-top: -70px;
  }
}

h1 a, h2 a, h3 a, h4 a {
  font-weight: inherit;
  color: inherit;
}

main ul,
main ol {
  display: table;
  margin: 20px 1.2em 10px 1em;
}

main ul li,
main ol li {
  margin: 0 0 10px 0;
  line-height: 1.3em;
}

main ul ul,
main ol ol,
main ul ol,
main ol ul {
  margin: 6px 0 6px 10px;
}

main ul ul li,
main ol ul li {
  list-style-type: square;
}

main ol ol li,
main ul ol li {
  list-style-type: lower-alpha;
}

hr {
  clear: both;
  height: 0 !important;
  margin: 30px 0 !important;
  border-top: 1px solid #253144 !important;
  background: #253144 !important;
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .uwy.utb .uai, .uwy.utb .ulsti, .uwy.utb .ups {
    width: 48px !important;
    height: 48px !important;
  }
}

.page-template-expert-directory-landing .main-content {
  max-width: 1400px;
  margin: 0 auto;
}
.page-template-expert-directory-landing .directory-note-small-screens {
  margin: 25px 0 0 0;
  padding: 0 20px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .directory-note-small-screens {
    display: none;
  }
}
.page-template-expert-directory-landing .directory-note-large-screens {
  margin: 30px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-template-expert-directory-landing .directory-note-large-screens {
    display: none;
  }
}
.page-template-expert-directory-landing aside {
  position: relative;
  margin: 0;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 500;
  color: #fff;
  background: #253144;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing aside {
    max-width: 1200px;
    margin: 40px auto 0 auto;
    padding: 0 30px;
    font-size: 0.95em;
    background: none;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing aside .content {
    padding: 40px;
    background: #253144;
    border-radius: 5px;
  }
}
.page-template-expert-directory-landing .results-count-filter-toggle-wrap {
  display: grid;
  grid-template-columns: auto 130px;
  align-items: center;
  margin-top: 30px;
  padding: 0 0 0 20px;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .results-count-filter-toggle-wrap {
    display: none;
  }
}
.page-template-expert-directory-landing .results-count-filter-toggle-wrap .reset-filters-icon {
  display: none;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .results-count-filter-toggle-wrap .reset-filters-icon {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 1em;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    transition: all 0.15s ease;
  }
  .page-template-expert-directory-landing .results-count-filter-toggle-wrap .reset-filters-icon:hover {
    color: #fff;
    background: #425676;
  }
}
.page-template-expert-directory-landing .results-count-filter-toggle-wrap .reset-filters-icon.facetwp-loading {
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-template-expert-directory-landing .results-count {
  padding-right: 20px;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .results-count {
    margin-right: 10px;
    border-right: 1px solid rgba(55, 72, 99, 0.25);
  }
}
.page-template-expert-directory-landing .results-count .facetwp-facet-experts_results_count {
  margin: 0;
  display: inline-block;
}
.page-template-expert-directory-landing .results-count-reset-filters-wrap {
  position: relative;
  display: none;
  z-index: 1000;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .results-count-reset-filters-wrap {
    margin: 10px 0 30px 0;
    display: flex;
    justify-content: center;
    font-size: 0.95em;
  }
}
.page-template-expert-directory-landing .results-count-reset-filters-wrap .reset-filters-button {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .results-count-reset-filters-wrap .reset-filters-button {
    margin: -4px 0 0 0;
    padding: 5px 10px;
    text-transform: none;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #253144 !important;
    background: none;
    border-radius: 5px;
  }
  .page-template-expert-directory-landing .results-count-reset-filters-wrap .reset-filters-button:hover {
    color: #fff !important;
    background: #4d6388;
  }
}
.page-template-expert-directory-landing .results-count-reset-filters-wrap .reset-filters-button i {
  margin-left: -7px;
  padding: 0 7px;
  font-size: 1.2em;
  font-weight: 500;
}
.page-template-expert-directory-landing .results-count-reset-filters-wrap .reset-filters-button i.facetwp-loading {
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-template-expert-directory-landing button.filters-toggle-activate {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 25px 20px;
  font-size: 0.95em;
  font-weight: 500;
  color: #fff;
  font: inherit;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  background: #253144;
  transition: all 0.15s ease;
}
.page-template-expert-directory-landing button.filters-toggle-activate:hover {
  background: #425676;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing button.filters-toggle-activate {
    display: none;
  }
}
.page-template-expert-directory-landing button.filters-toggle-activate:after {
  padding-left: 10px;
  font-family: "Font Awesome 6 Pro";
  content: "\f1de";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-size: 1.75em;
}
@media screen and (min-width: 650px) {
  .page-template-expert-directory-landing button.filters-toggle-activate:after {
    right: 40px;
  }
}
.page-template-expert-directory-landing .filters {
  display: none;
  box-sizing: border-box;
  padding: 70px 20px 80px 20px;
  background: #253144;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .filters {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
    padding: 0;
    background: none;
  }
}
.page-template-expert-directory-landing .filters.active {
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .filters.active {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    overflow: visible;
  }
}
.page-template-expert-directory-landing .filters .filters-toggle-close-x {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 15px;
  right: 10px;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 1.5em;
  background: #4d6388;
  border-radius: 50%;
  z-index: 100000;
}
.page-template-expert-directory-landing .filters .filters-toggle-close-x:hover {
  background: #5c76a0;
}
.page-template-expert-directory-landing .filters .filters-toggle-close-x span {
  display: inline-block;
  text-indent: -9999px;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .filters .filters-toggle-close-x {
    display: none;
  }
}
.page-template-expert-directory-landing .filters .reset-filters-icon-off-canvas {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 15px;
  right: 70px;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 1.35em;
  background: #4d6388;
  border-radius: 50%;
  z-index: 100000;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .filters .reset-filters-icon-off-canvas {
    display: none;
  }
}
.page-template-expert-directory-landing .filters .reset-filters-icon-off-canvas:hover {
  background: #5c76a0;
}
.page-template-expert-directory-landing .filters .reset-filters-icon-off-canvas.facetwp-loading {
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-template-expert-directory-landing .filters .filters-buttons-wrap {
  display: grid;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .filters .filters-buttons-wrap {
    display: none;
  }
}
.page-template-expert-directory-landing .filters .filters-buttons-wrap .view-results-button {
  display: block;
}
.page-template-expert-directory-landing .filters .filters-buttons-wrap .view-results-button .facetwp-facet-experts_results_count_in_button {
  margin: 0;
  display: inline;
}
.page-template-expert-directory-landing .filters .filters-buttons-wrap .button {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-size: 0.9em;
}
.page-template-expert-directory-landing .filters .filters-buttons-wrap .view-results-button {
  text-align: center !important;
  background: #4d6388;
  border: 0;
}
.page-template-expert-directory-landing .filters .filters-buttons-wrap .view-results-button:hover {
  background: #5c76a0;
}
.page-template-expert-directory-landing .filters .filters-buttons-wrap .reset-filters-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4d6388;
  border: 0;
}
.page-template-expert-directory-landing .filters .filters-buttons-wrap .reset-filters-button:hover {
  background: #5c76a0;
}
.page-template-expert-directory-landing .filters .filters-buttons-wrap .reset-filters-button i {
  margin-left: -7px;
  padding: 0 7px;
  font-size: 1.2em;
}
.page-template-expert-directory-landing .filters .filters-buttons-wrap .reset-filters-button i.facetwp-loading {
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-template-expert-directory-landing .filters .facet-filter-head {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
}
.page-template-expert-directory-landing .filters .facetwp-facet {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .filters .facetwp-facet {
    margin: 0;
  }
}
.page-template-expert-directory-landing .filters .fs-wrap {
  width: 100%;
  border-radius: 5px;
}
.page-template-expert-directory-landing .filters .fs-wrap.fs-open .fs-label-wrap {
  background: #5c76a0;
  border-radius: 5px 5px 0 0 !important;
}
.page-template-expert-directory-landing .filters .fs-wrap .fs-label-wrap {
  width: 100% !important;
  box-sizing: border-box;
  padding: 15px 20px !important;
  color: #fff;
  background: #4d6388;
  border-radius: 5px;
  border: 0 !important;
  transition: all 0.15s ease;
}
.page-template-expert-directory-landing .filters .fs-wrap .fs-label-wrap:hover {
  background: #5c76a0;
}
.page-template-expert-directory-landing .filters .fs-wrap .fs-label-wrap .fs-label {
  padding: 5px 0;
}
.page-template-expert-directory-landing .filters .fs-wrap .fs-label-wrap .fs-arrow {
  right: 15px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}
.page-template-expert-directory-landing .filters .fs-wrap .fs-dropdown {
  width: 100% !important;
  box-sizing: border-box;
  padding: 15px 20px !important;
  color: #fff;
  background: #4d6388;
  border-radius: 0 0 5px 5px;
  border: 0;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.75) !important;
  z-index: 10000000;
}
.page-template-expert-directory-landing .filters .fs-wrap .fs-dropdown .fs-search {
  margin: 10px 0 20px 0;
  padding: 0;
  background: #253144;
  border-radius: 5px !important;
}
.page-template-expert-directory-landing .filters .fs-wrap .fs-dropdown .fs-search input {
  padding: 10px;
  color: #fff !important;
  border: 0 !important;
  background: none !important;
}
.page-template-expert-directory-landing .filters .fs-wrap .fs-dropdown .fs-search input::-moz-placeholder {
  opacity: 1 !important;
  color: #fff !important;
}
.page-template-expert-directory-landing .filters .fs-wrap .fs-dropdown .fs-search input::placeholder {
  opacity: 1 !important;
  color: #fff !important;
}
.page-template-expert-directory-landing .filters .fs-wrap .fs-dropdown .fs-search .fs-search-clear {
  color: #fff;
}
.page-template-expert-directory-landing .filters .fs-wrap .fs-dropdown .fs-options {
  overflow-x: hidden;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .filters .fs-wrap .fs-dropdown .fs-options {
    max-height: 600px;
  }
}
.page-template-expert-directory-landing .filters .fs-wrap .fs-dropdown .fs-option {
  padding: 8px 10px 8px 35px;
}
.page-template-expert-directory-landing .filters .fs-wrap .fs-dropdown .fs-option span.fs-checkbox {
  top: 19px;
  bottom: auto;
}
.page-template-expert-directory-landing .filters .fs-wrap .fs-dropdown .fs-option span.fs-checkbox i {
  border-radius: 50%;
}
.page-template-expert-directory-landing .filters .fs-wrap .fs-dropdown .fs-option .fs-option-label {
  white-space: wrap;
  word-break: keep-all;
  line-height: 1.1em;
}
.page-template-expert-directory-landing .filters .fs-wrap .fs-dropdown .fs-option.selected span.fs-checkbox i {
  background: #253144;
}
.page-template-expert-directory-landing .filters .fs-wrap .fs-dropdown .fs-option.selected span.fs-checkbox i::after {
  content: "";
  display: block;
  width: 4px;
  height: 7px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translate(3px, -2px);
}
.page-template-expert-directory-landing .filters .search-wrap .facetwp-facet-experts_search .facetwp-input-wrap {
  width: 100%;
}
.page-template-expert-directory-landing .filters .search-wrap .facetwp-facet-experts_search input {
  position: relative;
  width: 100% !important;
  max-width: none;
  box-sizing: border-box !important;
  padding: 15px 85px 15px 15px !important;
  font-family: "freight-sans-pro", sans-serif !important;
  color: #fff !important;
  background: #4d6388 !important;
  border-radius: 5px !important;
  border: 0 !important;
}
.page-template-expert-directory-landing .filters .search-wrap .facetwp-facet-experts_search input::-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.page-template-expert-directory-landing .filters .search-wrap .facetwp-facet-experts_search input::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.page-template-expert-directory-landing .filters .search-wrap .facetwp-facet-experts_search input:focus::-moz-placeholder {
  opacity: 0 !important;
}
.page-template-expert-directory-landing .filters .search-wrap .facetwp-facet-experts_search input:focus::placeholder {
  opacity: 0 !important;
}
.page-template-expert-directory-landing .filters .search-wrap .facetwp-facet-experts_search i.facetwp-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0 !important;
  width: 40px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0;
  text-align: center;
  opacity: 1 !important;
  cursor: pointer !important;
  z-index: 1000;
}
.page-template-expert-directory-landing .filters .search-wrap .facetwp-facet-experts_search i.facetwp-icon:before {
  background: none;
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  font-weight: 600;
  color: #fff !important;
  font-style: normal;
  animation: 0 !important;
}
.page-template-expert-directory-landing .filters .search-wrap .facetwp-facet-experts_search i.clear {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 40px;
  width: 40px;
  height: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 1;
  cursor: pointer;
  background: transparent url("images/xmark-solid-light.png") center 22px no-repeat;
  background-size: 12px 12px;
  z-index: 1000;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .filters .search-wrap .facetwp-facet-experts_search i.clear {
    top: -5px;
    right: 20px;
    width: 70px;
    background-position: center 29px;
    background-size: 13px 13px;
  }
}
.page-template-expert-directory-landing .filters .search-wrap .facetwp-facet-experts_search .f-loading + input + i.clear,
.page-template-expert-directory-landing .filters .search-wrap .facetwp-facet-experts_search .loading + i.clear {
  display: none !important;
}
.page-template-expert-directory-landing .facetwp-selections {
  position: relative;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 0.9em;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .facetwp-selections {
    margin: 20px 0 80px 0;
  }
}
.page-template-expert-directory-landing .facetwp-selections .selections-label {
  margin: 0 15px 10px 0;
  font-weight: 500;
}
.page-template-expert-directory-landing .facetwp-selections ul {
  display: block;
  margin: 0;
}
.page-template-expert-directory-landing .facetwp-selections ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 10px 15px;
  list-style-type: none;
  border-radius: 100px;
  border: 1px solid rgba(55, 72, 99, 0.25);
}
.page-template-expert-directory-landing .facetwp-selections ul li[data-facet=experts_category] .facetwp-selection-label {
  display: none;
}
.page-template-expert-directory-landing .facetwp-selections .facetwp-selection-label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85em;
}
.page-template-expert-directory-landing .facetwp-selections .facetwp-selection-value {
  margin: 0 !important;
  padding: 2px 2px 2px 5px !important;
  font-size: 0.9em;
  font-weight: 700;
  color: #253144;
  background: none;
  border-radius: 50px;
}
.page-template-expert-directory-landing .facetwp-selections .facetwp-selection-value:last-of-type {
  padding: 0;
}
.page-template-expert-directory-landing .facetwp-selections .facetwp-selection-value:after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin: 0 0 0 3px;
  content: "\f00d" !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600 !important;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background: #4d6388;
  border-radius: 100%;
}
.page-template-expert-directory-landing .facetwp-selections .facetwp-selection-value:hover {
  color: #fff;
  background: #4d6388;
}
.page-template-expert-directory-landing .facetwp-selections .facetwp-selection-label + .facetwp-selection-value {
  margin-left: 4px;
}
.page-template-expert-directory-landing .facetwp-selections .facetwp-selection-value:last-child {
  margin-right: 0;
}
.page-template-expert-directory-landing .experts-wrap {
  position: relative;
  padding: 20px;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .experts-wrap {
    padding: 40px 30px;
  }
}
.page-template-expert-directory-landing .experts-wrap .experts-loader {
  position: absolute;
  right: 47%;
  font-size: 4em;
  opacity: 0;
  color: #425676;
  transition: all 0.5s ease;
  z-index: 0;
}
.page-template-expert-directory-landing .experts-wrap .experts-loader.experts-loader-top {
  top: 100px;
}
.page-template-expert-directory-landing .experts-wrap .experts-loader.experts-loader-bottom {
  bottom: 50px;
}
.page-template-expert-directory-landing .experts-wrap.facetwp-loading .results-count-reset-filters-wrap,
.page-template-expert-directory-landing .experts-wrap.facetwp-loading .facetwp-selections,
.page-template-expert-directory-landing .experts-wrap.facetwp-loading .facetwp-template {
  opacity: 0;
  transition: all 0.5s ease;
}
.page-template-expert-directory-landing .experts-wrap.facetwp-loading .experts-loader {
  opacity: 1;
  z-index: 1000;
  animation: rotation 1.5s infinite ease;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-template-expert-directory-landing .experts-wrap .facetwp-template {
  position: relative;
  z-index: 100;
}
.page-template-expert-directory-landing .experts-wrap .facetwp-template .experts-cards {
  display: grid;
  grid-gap: 20px;
  margin: 70px 0 0 0;
}
@media screen and (min-width: 650px) {
  .page-template-expert-directory-landing .experts-wrap .facetwp-template .experts-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .experts-wrap .facetwp-template .experts-cards {
    grid-template-columns: 1fr 1fr 1fr;
    margin: 100px 0 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-expert-directory-landing .experts-wrap .facetwp-template .experts-cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-template-expert-directory-landing .experts-wrap .facetwp-template .experts-cards .expert-card {
  display: block;
  margin-bottom: 60px;
  padding: 0 20px 25px 20px;
  text-align: center;
  text-decoration: none;
  color: #253144;
  background: #f9f8f5;
  border: 1px solid rgba(55, 72, 99, 0.25);
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.15s ease;
}
@media screen and (min-width: 650px) {
  .page-template-expert-directory-landing .experts-wrap .facetwp-template .experts-cards .expert-card {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .experts-wrap .facetwp-template .experts-cards .expert-card {
    font-size: 0.95em;
  }
}
.page-template-expert-directory-landing .experts-wrap .facetwp-template .experts-cards .expert-card:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.page-template-expert-directory-landing .experts-wrap .facetwp-template .experts-cards .expert-card:hover img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.page-template-expert-directory-landing .experts-wrap .facetwp-template .experts-cards .expert-card img {
  position: relative;
  display: block;
  width: 100px;
  margin: -50px auto 20px auto;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  z-index: 100;
  transition: all 0.15s ease;
}
.page-template-expert-directory-landing .experts-wrap .facetwp-template .experts-cards .expert-card span.expert-name {
  display: block;
  margin: 0 0 12px 0;
  font-family: "lora", serif;
  line-height: 1.2em;
  font-size: 1.35em;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .experts-wrap .facetwp-template .experts-cards .expert-card span.expert-name {
    font-size: 1.25em;
  }
}
.page-template-expert-directory-landing .experts-wrap .facetwp-template .experts-cards .expert-card .countries {
  font-size: 0.95em;
  line-height: 1.3em;
}
@media screen and (min-width: 1000px) {
  .page-template-expert-directory-landing .experts-wrap .facetwp-template .experts-cards .expert-card .countries {
    font-size: 0.9em;
  }
}
.page-template-expert-directory-landing .experts-wrap .experts-cards:has(.no-results) {
  display: block;
}
.page-template-expert-directory-landing .experts-wrap .no-results {
  margin: -60px auto 60px auto;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 500;
}
.page-template-expert-directory-landing .experts-wrap .no-results .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.page-template-expert-directory-landing .experts-wrap .no-results .button i {
  margin-left: -7px;
  padding: 0 7px;
  font-size: 1.2em;
}
.page-template-expert-directory-landing .experts-wrap .no-results .button i.facetwp-loading {
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.single-expert main {
  padding-bottom: 30px;
}
.single-expert .main-content {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}
@media screen and (min-width: 1000px) {
  .single-expert .main-content {
    padding-top: 20px !important;
  }
}
.single-expert .top-card {
  margin: 0 0 30px 0;
  padding: 30px 20px;
  text-align: center;
  background: #f9f8f5;
  border: 1px solid rgba(55, 72, 99, 0.25);
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 800px) {
  .single-expert .top-card {
    margin: 10px 0 40px 0;
    padding: 40px 50px;
  }
}
@media screen and (min-width: 1000px) {
  .single-expert .top-card {
    margin: 15px 0 45px 0;
  }
}
@media screen and (min-width: 800px) {
  .single-expert .top-card .photo-name-contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .single-expert .top-card .photo-name-contact-wrap {
    grid-template-columns: 2fr 1fr;
    grid-gap: 70px;
    align-items: center;
  }
}
@media screen and (min-width: 1000px) {
  .single-expert .top-card .photo-name-wrap {
    display: grid;
    grid-template-columns: 140px auto;
    grid-gap: 40px;
    align-items: center;
    text-align: left;
  }
}
.single-expert .top-card .photo-name-wrap img {
  display: block;
  width: 140px;
  margin: 0 auto 20px auto;
  border-radius: 5px;
}
@media screen and (min-width: 1000px) {
  .single-expert .top-card .photo-name-wrap img {
    margin: 0;
  }
}
.single-expert .top-card .photo-name-wrap img.expert-placeholder-icon {
  border: 1px solid rgba(55, 72, 99, 0.25);
}
.single-expert .top-card .photo-name-wrap h1 {
  margin: 0;
  font-size: 1.5em;
}
@media screen and (min-width: 1000px) {
  .single-expert .top-card .photo-name-wrap h1 {
    font-size: 1.75em;
  }
}
.single-expert .top-card .contact-wrap {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 800px) {
  .single-expert .top-card .contact-wrap {
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .single-expert .top-card .contact-wrap {
    margin: 0;
  }
}
.single-expert .top-card .contact-wrap .button {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 1000px) {
  .single-expert .top-card .contact-wrap .button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.single-expert .top-card .contact-wrap span {
  display: block;
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.85em;
}
@media screen and (min-width: 1000px) {
  .single-expert .top-card .contact-wrap span {
    font-size: 0.8em;
  }
}
.single-expert .top-card .countries {
  margin: 25px 0 0 0;
  padding: 25px 0 0 0;
  border-top: 1px solid rgba(55, 72, 99, 0.25);
}
@media screen and (min-width: 1000px) {
  .single-expert .top-card .countries {
    margin: 35px 0 0 0;
    padding: 30px 0 0 0;
    text-align: left;
  }
}
.single-expert .top-card .countries .countries-list {
  font-size: 0.95em;
}
.single-expert h2 {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 1em;
}
@media screen and (min-width: 800px) {
  .single-expert .specialities-bio-wrap {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .single-expert .specialities-bio-wrap {
    grid-template-columns: 3fr 5fr;
    grid-gap: 70px;
  }
}
.single-expert .specialities-bio-wrap h2 {
  margin: 0 0 15px 0;
}
.single-expert .specialties {
  margin: 0 0 30px 0;
}
.single-expert .specialties h2 {
  display: none;
}
@media screen and (min-width: 800px) {
  .single-expert .specialties h2 {
    display: block;
  }
}
.single-expert .specialties .specialties-toggle {
  position: relative;
  display: flex;
  border: none;
  margin: 0;
  padding: 20px;
  font-size: 0.95em;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 800px) {
  .single-expert .specialties .specialties-toggle {
    display: none;
  }
}
.single-expert .specialties .specialties-toggle:after {
  position: absolute;
  right: 20px;
  padding-left: 10px;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
}
.single-expert .specialties .specialties-toggle.active {
  border-radius: 7px 7px 0 0 !important;
}
.single-expert .specialties .specialties-toggle.active:after {
  content: "\f106";
}
@media screen and (max-width: 799px) {
  .single-expert .specialties .specialties-list {
    display: none !important;
    margin: 0 0 40px 0;
    padding: 20px 20px 20px 20px;
    background: #f9f8f5;
    border: 1px solid rgba(55, 72, 99, 0.25);
    border-top: 0;
    border-radius: 0 0 5px 5px;
  }
}
@media screen and (min-width: 800px) {
  .single-expert .specialties .specialties-list {
    margin-top: 0;
    font-size: 0.95em;
  }
}
.single-expert .specialties .specialties-list.active {
  display: block !important;
}
@media screen and (max-width: 799px) {
  .single-expert .specialties ul.specialties-list {
    padding-left: 40px;
  }
}
.single-expert .button-row {
  max-width: none;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .single-expert .button-row {
    margin-top: 10px;
  }
}

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