@charset "UTF-8";
/*
	Theme Name: Illinois Civics Hub
	Author: Frey Design Group
	Author URI: https://freydesigngroup.com
	Version: 1.1
*/
.overflow-scroll,
.header-nav-mobile-container {
  -webkit-overflow-scrolling: touch;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.img-sharp {
  image-rendering: -webkit-optimize-contrast;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@media only screen and (min-width: 1024px) {
  .card[data-type="news"] .card-detail,
  .card[data-type="properties"] .card-detail {
    max-width: 465px;
  }
}
.card > a:hover .link-inline .title:after {
  transform: scale(1.25);
}

@media only screen and (max-width: 767.98px) {
  .people-list .card {
    height: fit-content;
  }
}
.people-list .card.is-active {
  --tw-translate-y: -0.5rem;
  opacity: 1;
}
.people-list .card.is-active .card-detail {
  background-color: #f4f4f4;
}
.people-list .card.is-active .link {
  background-color: #c2a01e;
  color: white;
  border-color: #c2a01e;
}
.people-list .card.is-active .link svg {
  stroke: white;
}
.people-list .card.is-active .card-btn-text {
  border-color: white;
}
.people-list .biography p {
  margin-bottom: 2rem;
}
.people-list .mobile-only {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .people-list .mobile-only {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .people-list-content-mobile {
    display: none;
  }
}

body.post-type-careers #main-header .header-nav > .about:before {
  display: block;
}
body.post-type-careers #main-header .header-nav > .about .careers {
  color: #c2a01e;
}

#main-header {
  transition: 0.3s background ease, 0.3s top ease;
  max-width: 2100px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #main-header {
    left: calc(50% - 1px);
    width: calc(100% + 1px);
  }
}
#main-header .inner {
  transition: 0.3s height ease;
}
#main-header .search-trigger path {
  transition: 0.3s all ease;
}
@media only screen and (min-width: 768px) {
  #main-header.is-scrolled,
  #main-header.is-active {
    background: #1c355e;
  }
  #main-header.is-scrolled .inner,
  #main-header.is-active .inner {
    height: 77px;
  }
}
@media only screen and (max-width: 1023.98px) {
  #main-header {
    background: #1c355e;
  }
  #main-header.show-nav-mobile + .header-nav-mobile-container {
    opacity: 1;
    pointer-events: auto;
  }
  #main-header .inner {
    height: 77px;
  }
}
@media only screen and (max-width: 767.98px) {
  #main-header .logo {
    height: 42px;
  }
  #main-header .inner {
    height: 70px;
  }
}
@media only screen and (min-width: 1800px) {
  #main-header .container {
    max-width: 1800px;
  }
}

.header-nav > .menu-item {
  position: relative;
}
.header-nav > .menu-item:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #ffffff;
  display: none;
}
.header-nav > .menu-item.current-menu-item:before,
.header-nav > .menu-item.current-page-parent:before {
  display: block;
}
.header-nav > .menu-item.current-menu-item .current-menu-item,
.header-nav > .menu-item.current-page-parent .current-menu-item {
  color: #c2a01e;
}
.header-nav > .menu-item a {
  display: block;
  transition: 0.3s all ease;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 900;
  letter-spacing: 1.08px;
}
.header-nav > .menu-item a:hover {
  color: #c2a01e;
}
.header-nav > .menu-item > a {
  line-height: 40px;
}
.header-nav > .menu-item-has-children > a {
  position: relative;
  transition: 0.3s all ease;
}
.header-nav > .menu-item-has-children:hover > a {
  color: #c2a01e;
}
.header-nav > .menu-item-has-children:hover > a:after {
  opacity: 0;
}
.header-nav > .menu-item-has-children:hover .sub-menu {
  pointer-events: auto;
  opacity: 1;
}
.header-nav-top > .menu-item {
  border-right: 1px solid #a78b1d;
}
.header-nav-top > .menu-item:first-child {
  border-left: 1px solid #a78b1d;
}
.header-nav-top > .menu-item > a {
  padding-left: 1rem;
  padding-right: 1rem;
}
.header-nav-top > .menu-item > a:hover {
  background-color: #8e7617;
  color: white;
}
.header-nav-top > .menu-item.current-menu-item {
  background-color: #a78b1d;
  border-top: 1px solid white;
}
.header-nav-top > .menu-item.current-menu-item > a:hover {
  color: white;
}
.header-nav-top > .menu-item.current-menu-item:before {
  display: none;
}
.header-nav .sub-menu {
  pointer-events: none;
  transition: 0.3s all ease;
  position: absolute;
  top: 40px;
  background-color: white;
  min-width: 260px;
  left: -20px;
  border: 1px solid #f4f4f4;
  border-top: 6px solid #c2a01e;
  border-radius: 0;
  opacity: 0;
  color: #002f5f;
}
.header-nav .sub-menu li a {
  font-weight: 600;
  display: inline-block;
  color: #1c355e;
  text-transform: initial;
  letter-spacing: normal;
  position: relative;
  padding: 12px 20px;
  border-bottom: 1px solid #f4f4f4;
  width: 100%;
}
.header-nav .sub-menu li a:hover {
  background: #f4f4f4;
}

.header-nav-mobile-container {
  transition: 0.3s all ease;
  position: fixed;
  top: 77px;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #1c355e;
  overflow: scroll;
  min-height: calc(100vh - 90px);
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  .header-nav-mobile-container {
    min-height: calc(100vh - 70px);
    top: 70px;
  }
}
.header-nav-mobile-container .search-active {
  background-color: #a78b1d;
}
.header-nav-mobile-container .search-active > .outer,
.header-nav-mobile-container .search-active .outer-bottom {
  display: none;
}
.header-nav-mobile-container .search-active #search-form-mobile-button {
  display: block;
}

.nav-mobile {
  border-top: 2px solid #172e55;
}
.nav-mobile > .menu-item {
  border-bottom: 2px solid #172e55;
}
.nav-mobile > .menu-item > a {
  line-height: 70px;
  font-weight: 800;
}
.nav-mobile > .menu-item a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}
.nav-mobile > .menu-item.is-active {
  color: #c2a01e;
}
.nav-mobile > .menu-item.is-active > a:after {
  opacity: 0;
}
.nav-mobile > .menu-item-has-children {
  position: relative;
}
.nav-mobile > .menu-item-has-children > a:after,
.nav-mobile > .menu-item-has-children > a:before {
  transition: 0.3s all ease;
  position: absolute;
  top: 15px;
  right: 30px;
  font-weight: 100;
  font-family: system-ui;
  font-size: 40px;
  height: 40px;
  line-height: 30px;
  pointer-events: none;
  color: #c2a01e;
  font-weight: 300;
}
.nav-mobile > .menu-item-has-children > a:after {
  content: "+";
}
.nav-mobile > .menu-item-has-children > a:before {
  content: "-";
}
.nav-mobile .sub-menu {
  height: 0;
  padding: 0;
  overflow: hidden;
  background-color: #172e55;
}
.nav-mobile .sub-menu > li:not(:last-child) {
  margin-bottom: 8px;
}
.nav-mobile .sub-menu > li {
  opacity: 0;
  transition: 0.3s all ease;
  transform: translateY(10px);
}
.nav-mobile .sub-menu > li a {
  text-transform: capitalize;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  color: white;
}
.nav-mobile > .menu-item.is-active .sub-menu {
  height: auto;
  padding: 30px 0;
}
.nav-mobile > .menu-item.is-active .sub-menu > li {
  opacity: 1;
  transform: none;
}

/** burger menu **/
.burger-menu {
  width: 23px;
  height: 18px;
  cursor: pointer;
  position: relative;
  margin-left: auto;
}
.burger-menu .bar {
  width: 100%;
  height: 2px;
  background: #c2a01e;
  position: absolute;
  transition: 0.3s all ease;
}
.burger-menu .bar:first-child {
  transform-origin: right top;
  top: 0;
}
.burger-menu .bar:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.burger-menu .bar:last-child {
  transform-origin: right bottom;
  bottom: 0;
}

/** burger menu active state **/
#main-header.show-nav-mobile .burger-menu .bar:first-child {
  transform: translateY(0) translateX(-4px) rotate(-45deg);
}
#main-header.show-nav-mobile .burger-menu .bar:nth-child(2) {
  transform: translateX(-10px);
  opacity: 0;
}
#main-header.show-nav-mobile .burger-menu .bar:last-child {
  transform: translateY(0) translateX(-4px) rotate(45deg);
}

.header-nav-mobile-bottom {
  background: #172e55;
  padding-top: 32px;
  padding-bottom: 32px;
}
.header-nav-mobile-bottom > .menu-item {
  border-bottom: 0;
}
.header-nav-mobile-bottom > .menu-item a {
  line-height: 32px;
}

body.loading .main-overlay {
  pointer-events: auto;
}

@media only screen and (min-width: 1600px) {
  .min-h-screen {
    min-height: unset;
  }
}

#content-wrapper {
  max-width: 2100px;
  margin: auto;
  transition: 0.3s transform ease;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}
.container-full {
  padding-left: 0;
  padding-right: 0;
}

#home-hero {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #home-hero .hero-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 30%;
    background: linear-gradient(to top, transparent, #000000);
    z-index: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  #home-hero .hero-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #000000);
    z-index: 1;
  }
}

#marquee .text {
  font-size: 200px;
  color: #b9cce0;
  opacity: 0.5;
  letter-spacing: -2;
}
@media only screen and (max-width: 767.98px) {
  #marquee .text {
    font-size: 120px;
    letter-spacing: -1.2;
  }
}

#content-sidebar .sidebar-item {
  position: relative;
}
#content-sidebar .sidebar-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  background: #437cbf;
  transition: 0.3s all ease;
  transform-origin: left;
  transform: scaleX(0);
}
#content-sidebar .sidebar-item.initial-active {
  font-weight: 800;
}
#content-sidebar .sidebar-item.initial-active:before {
  transform: none;
}
#content-sidebar .sidebar-item.is-active {
  font-weight: 800;
}
#content-sidebar .sidebar-item.is-active:before {
  transform: none;
}

#timeline .sidebar-item {
  opacity: 0.5;
  transition: 0.3s all ease;
}
#timeline .sidebar-item .line {
  transition: 0.3s all ease;
  transform-origin: right;
}
#timeline .sidebar-item.is-active {
  opacity: 1;
}
#timeline .sidebar-item.is-active .line {
  transform: scaleX(1.3);
}

.results-list .excerpt_part {
  margin-top: 16px;
  display: block;
}
.results-list .excerpt_part:empty {
  display: none;
}

.map-content-box {
  width: 368px;
}

@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.hero .img-wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #1c355e;
  opacity: 0.75;
}
@media only screen and (min-width: 1024px) {
  .hero .inner {
    min-height: 394px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .img-wrapper {
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
  }
  .hero .img-wrapper img {
    height: 100% !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero .inner {
    min-height: 280px;
  }
  .hero .img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
  }
  .hero .img-wrapper img {
    height: 100% !important;
  }
}
@media only screen and (max-width: 1023.98px) {
  .hero .inner {
    min-height: 280px;
  }
  .hero .img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
  }
  .hero .img-wrapper img {
    height: 100% !important;
  }
}

.terms .term:not(:last-child):after {
  content: ",";
  margin-right: 6px;
}

.link-inline .title:after {
  content: "";
  display: inline-block;
  min-width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-left: 10px;
  background: url(assets/img/icons/link.svg) no-repeat center center/cover;
  margin-left: 8px;
  transition: 0.3s all ease;
  transform-origin: left;
}
.link-inline.icon-white .title:after {
  background-image: url(assets/img/icons/link-white.svg);
}
.link-inline:hover .title:after {
  transform: scale(1.25);
}

.link-cta:hover .title {
  color: white;
}
.link-cta:hover svg {
  stroke: white;
}

.title-w-bar {
  position: relative;
}
.title-w-bar.is-white:before {
  background: white;
}
.title-w-bar.is-white .link {
  color: white;
}
.title-w-bar.is-white .link g,
.title-w-bar.is-white .link path {
  stroke: white;
}
.title-w-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #c2a01e;
}
.title-w-bar > * {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767.98px) {
  .title-w-bar:before {
    display: none;
  }
}

.wysiwyg-content {
  padding-bottom: 1.875rem;
}
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6 {
  font-family: "Slabo 13px", serif;
  margin-bottom: 1.875rem;
}
.wysiwyg-content h2:not(:first-child),
.wysiwyg-content h3:not(:first-child),
.wysiwyg-content h4:not(:first-child),
.wysiwyg-content h5:not(:first-child),
.wysiwyg-content h6:not(:first-child) {
  margin-top: 3.125rem;
}
.wysiwyg-content h2 {
  font-size: 36px;
  line-height: 46px;
}
@media only screen and (max-width: 767.98px) {
  .wysiwyg-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wysiwyg-content h3 {
  font-size: 25px;
  line-height: 32px;
}
@media only screen and (max-width: 767.98px) {
  .wysiwyg-content h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.wysiwyg-content h4 {
  font-size: 21px;
  line-height: 32px;
}
@media only screen and (max-width: 767.98px) {
  .wysiwyg-content h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.wysiwyg-content h5 {
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 767.98px) {
  .wysiwyg-content h5 {
    font-size: 15px;
    line-height: 28px;
  }
}
.wysiwyg-content h6 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Muli", sans-serif;
}
.wysiwyg-content p:not(:last-child) {
  margin-bottom: 1.125rem;
}
.wysiwyg-content p.lead-paragraph {
  font-size: 21px;
  line-height: 32px;
  font-family: "Slabo 13px", serif;
}
.wysiwyg-content p a {
  color: #60788f;
  text-decoration: underline;
}
.wysiwyg-content p a:hover,
.wysiwyg-content p a:focus {
  color: #c2a01e;
}
.wysiwyg-content ul,
.wysiwyg-content ol {
  margin-bottom: 1.875rem;
}
.wysiwyg-content ul > li,
.wysiwyg-content ol > li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 36px;
}
.wysiwyg-content ul > li a,
.wysiwyg-content ol > li a {
  color: #60788f;
  text-decoration: underline;
}
.wysiwyg-content ul > li a:hover,
.wysiwyg-content ul > li a:focus,
.wysiwyg-content ol > li a:hover,
.wysiwyg-content ol > li a:focus {
  color: #c2a01e;
}
.wysiwyg-content ul > li:before {
  content: "";
  color: #c2a01e;
  position: absolute;
  border: 1.5px solid #c2a01e;
  width: 6px;
  height: 6px;
  left: 12px;
  top: 8px;
}
.wysiwyg-content ol {
  list-style: decimal;
  padding-left: 28px;
}
.wysiwyg-content ol > li {
  padding-left: 8px;
}
.wysiwyg-content ol > li::marker {
  color: #c2a01e;
  position: absolute;
  left: 0;
  top: 0;
}
.wysiwyg-content blockquote {
  padding: 1rem 1rem 0.5rem 1.5rem;
  position: relative;
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
  padding-left: 36px;
}
.wysiwyg-content blockquote:before {
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 0;
  width: 3px;
  border: 1px solid #c2a01e;
}
.wysiwyg-content blockquote p {
  font-weight: bold;
}
.wysiwyg-content iframe {
  width: 100%;
  min-height: 400px;
  margin-bottom: 2rem;
}

.post-content {
  padding-bottom: 1.875rem;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-family: "Slabo 13px", serif;
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
}
.post-content h2 {
  font-size: 36px;
  line-height: 46px;
}
@media only screen and (max-width: 767.98px) {
  .post-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.post-content h3 {
  font-size: 25px;
  line-height: 32px;
}
@media only screen and (max-width: 767.98px) {
  .post-content h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.post-content h4 {
  font-size: 21px;
  line-height: 32px;
}
@media only screen and (max-width: 767.98px) {
  .post-content h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.post-content h5 {
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 767.98px) {
  .post-content h5 {
    font-size: 15px;
    line-height: 28px;
  }
}
.post-content h6 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Muli", sans-serif;
}
.post-content p {
  margin-bottom: 1.125rem;
}
.post-content p.lead-paragraph {
  font-size: 21px;
  line-height: 32px;
  font-family: "Slabo 13px", serif;
}
.post-content p a {
  color: #60788f;
  text-decoration: underline;
}
.post-content p a:hover,
.post-content p a:focus {
  color: #c2a01e;
}
.post-content ul,
.post-content ol {
  margin-bottom: 1.875rem;
}
.post-content ul > li,
.post-content ol > li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.post-content ul > li a,
.post-content ol > li a {
  color: #60788f;
  text-decoration: underline;
}
.post-content ul > li a:hover,
.post-content ul > li a:focus,
.post-content ol > li a:hover,
.post-content ol > li a:focus {
  color: #c2a01e;
}
.post-content ul > li:before {
  content: "▫";
  color: #c2a01e;
  display: inline-block;
  width: 10px;
  margin-right: 12px;
  font-weight: bold;
}
.post-content ol {
  list-style: decimal;
  padding-left: 16px;
}
.post-content ol > li {
  padding-left: 8px;
}
.post-content ol > li::marker {
  color: #c2a01e;
}
.post-content blockquote {
  padding: 1rem 1rem 0.5rem 1.5rem;
  position: relative;
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
  color: #1c355e;
  font-size: 16px;
}
.post-content blockquote:before,
.post-content blockquote:after {
  display: block;
  position: absolute;
}
.post-content blockquote:before {
  height: 100%;
  content: "“";
  left: 10px;
  top: 10px;
  font-size: 24px;
}
.post-content blockquote p {
  font-weight: bold;
}
.post-content iframe {
  width: 100%;
  min-height: 400px;
  margin-bottom: 2rem;
}

article img.size-full,
.format-content img.size-full {
  width: 100%;
}
article p a,
.format-content p a {
  transition: 0.3s all ease;
}
article p a:hover,
.format-content p a:hover {
  color: #437cbf;
}
article h3,
article h4,
article p > strong,
.format-content h3,
.format-content h4,
.format-content p > strong {
  font-size: 22px;
  font-weight: 400;
}
article blockquote,
.format-content blockquote {
  font-size: 22px;
  color: #437cbf;
  margin-left: -20px;
  margin-right: -20px;
}
article ul:not(.gform_fields):not(.gfield_radio) li:before,
.format-content ul:not(.gform_fields):not(.gfield_radio) li:before {
  content: "+ ";
  position: absolute;
  top: 0;
  left: 0;
}
article ol li,
article ul:not(.gform_fields):not(.gfield_radio) li,
.format-content ol li,
.format-content ul:not(.gform_fields):not(.gfield_radio) li {
  padding-left: 20px;
  position: relative;
}
article ol li:not(:last-child),
article ul:not(.gform_fields):not(.gfield_radio) li:not(:last-child),
.format-content ol li:not(:last-child),
.format-content ul:not(.gform_fields):not(.gfield_radio) li:not(:last-child) {
  margin-bottom: 15px;
}

#home-hero:before,
.hero:before {
  top: 0;
  bottom: 160px;
}

.hero:before {
  top: -77px;
}

footer:before {
  bottom: 0;
  top: 160px;
}

@media only screen and (min-width: 768px) {
  #map {
    height: 404px !important;
  }
}

mark {
  background: unset;
  color: inherit;
}

.results-list mark {
  font-weight: 800;
}

.share-wrapper p:first-child {
  margin-bottom: 0.875rem !important;
}
@media only screen and (max-width: 767.98px) {
  .share-wrapper p:first-child {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .share-wrapper p:last-child {
    margin-bottom: 1.5rem;
  }
}
.share-wrapper .share-button {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: block;
  background: url(assets/img/icons/share.svg) no-repeat 10px center/18px #002f5f;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: 0.3s all ease;
}
@media only screen and (max-width: 767.98px) {
  .share-wrapper .share-button {
    background-color: #c2a01e;
  }
}
.share-wrapper .share-button:hover {
  background-color: #437cbf;
}
.share-wrapper .share-button:checked + .buttons {
  border: 1px solid #f4f4f4;
  border-top: 2px solid #c2a01e;
  background-color: white;
}
.share-wrapper .share-button:checked + .buttons .button-wrapper {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.share-wrapper .share-button:checked + .buttons .button-wrapper:nth-child(2) {
  transition-delay: 0.1s;
}
.share-wrapper .button-wrapper {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
  transform: translateY(15px);
}

.anim-item,
.stagger-anim .anim-child {
  opacity: 0;
  transform: translateY(15px);
}

.testimonial {
  position: relative;
}
.testimonial:before {
  content: "“";
  position: absolute;
  top: 0;
  left: -10px;
}
.testimonial:after {
  content: "”";
}

@media only screen and (max-width: 767.98px) {
  .bg-blue-donker-m {
    background: none !important;
    --tw-bg-opacity: 1;
    background-color: rgba(28, 53, 94, var(--tw-bg-opacity)) !important;
  }
}

.delimiter {
  font-size: 30px;
  color: #60788f;
}

.lightbox_image {
  position: relative;
}
.lightbox_image:after {
  background: #1c355e;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
}
.lightbox_image:hover {
  cursor: pointer;
}
.lightbox_image:hover .lightbox_image:after {
  opacity: 0.5;
}
.lightbox_image a {
  pointer-events: all;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px gray inset;
}

input:-webkit-autofill {
  -webkit-text-fill-color: white;
}

.gform_wrapper {
  font-size: 14px;
}
.gform_wrapper .ginput_container input {
  border: 1px solid #dbdbdb;
}
.gform_wrapper .gform_fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
}
@media only screen and (max-width: 767.98px) {
  .gform_wrapper .gform_fields {
    display: block;
  }
}
.gform_wrapper .gfield_label_before_complex {
  display: none;
}
.gform_wrapper .ginput_complex {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  grid-column: span 2 / span 2;
}
@media only screen and (max-width: 767.98px) {
  .gform_wrapper .ginput_complex {
    display: block;
  }
}
.gform_wrapper .ginput_complex label {
  font-size: 14px;
  letter-spacing: 0.5;
  line-height: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.gform_wrapper .gsection_title {
  font-weight: 800;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper .gform_heading + .validation_error {
  display: none;
}
.gform_wrapper .gform_title {
  font-size: 15px;
  font-weight: 800;
}
.gform_wrapper .gf_name_has_2 > span {
  display: block;
}
.gform_wrapper .gform_hidden {
  display: none;
}
.gform_wrapper .gfield_label {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.gform_wrapper .hidden_label label,
.gform_wrapper .hidden_sub_label label {
  display: none;
}
.gform_wrapper .gfield_error input {
  border-color: red !important;
}
.gform_wrapper .gfield_error .validation_message {
  display: none;
}
.gform_wrapper .gform_footer {
  position: relative;
  cursor: pointer;
  align-items: center;
  display: flex;
  top: 0;
  float: none;
  width: fit-content;
  min-width: 200px;
  border: 1px solid #c2a01e;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow,
    transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow,
    transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow,
    transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.gform_wrapper .gform_footer input {
  background-color: transparent;
  color: #c2a01e;
  font-size: 14px;
  font-weight: 800;
  padding: 16px;
  width: 100%;
  text-align: left;
}
.gform_wrapper .gform_footer input:hover {
  cursor: pointer;
  background-color: #c2a01e;
  color: white;
}
.gform_wrapper .gform_footer input:hover .gform_footer input:after {
  color: white;
}
.gform_wrapper .gform_footer img {
  display: none;
}
.gform_wrapper .gform_footer:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  font-weight: 800;
  transform-origin: left;
  transition: 0.3s all ease;
  width: 44px;
  pointer-events: none;
  padding: 1rem;
  height: 100%;
  color: #c2a01e;
  border-left: 1px solid #c2a01e;
  background: url(assets/img/right-arrow-yellow.svg) no-repeat center center/cover;
  background-size: inherit;
}
.gform_wrapper .gform_footer:hover:after {
  border-color: white;
  background: url(assets/img/right-arrow.svg) no-repeat center center/cover;
  background-size: inherit;
}

.shortcode-wrapper .gform_footer {
  height: 45px;
  min-width: auto;
  width: 100%;
  max-width: 190px;
}
.shortcode-wrapper .gform_footer input {
  height: 45px;
  font-size: 14px !important;
  letter-spacing: 0.5px;
  line-height: 1;
}

form {
  margin: 0;
}
form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
form select,
form textarea {
  width: 100%;
  background: unset;
  padding: 10px 15px;
  appearance: none;
  border-radius: 0;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  transition: 0.3s all ease;
  margin-bottom: 27px;
  margin-top: 10px;
}
form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
form select:focus,
form textarea:focus {
  outline: none;
  border-color: #002f5f;
}
form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: #002f5f;
}
@media only screen and (max-width: 767.98px) {
  form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
  form select,
  form textarea {
    margin-bottom: 16px;
  }
}
form textarea {
  padding: 10px 15px;
  border: 1px solid #dbdbdb;
}
form select {
  background: url(assets/img/icons/arrow-bottom.svg) no-repeat right 6px/14px;
}

#search-form-small input {
  padding-left: 30px;
  background: url(assets/img/icons/search-dark.svg) no-repeat left top/20px;
}

#search-form {
  max-width: 2100px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1800px) {
  #search-form .container {
    max-width: 1800px;
  }
}
#search-form .input-wrapper {
  height: 0;
  transition: 0.3s all ease;
}
#search-form .input-wrapper input,
#search-form .input-wrapper button {
  opacity: 0;
}
#search-form input {
  font-size: 22px;
  padding: 0;
  line-height: 77px;
  height: 77px;
  border: none;
  margin-top: 0;
}
#search-form input::placeholder {
  color: white;
}
#search-form button {
  height: 44px;
}
#search-form.is-active .input-wrapper {
  height: 77px;
}
#search-form.is-active input,
#search-form.is-active button {
  opacity: 1;
}
#search-form.is-active + header {
  top: 77px;
}
@media only screen and (max-width: 767.98px) {
  #search-form.is-active + header .search-trigger path {
    fill: #c2a01e;
  }
}
#search-form.is-active + header + .header-nav-mobile-container + main {
  transform: translateY(77px);
}
@media only screen and (max-width: 1023.98px) {
  #search-form {
    display: none;
  }
}

#search-form-mobile input {
  line-height: 70px;
  padding: 0 40px 0 30px;
  background: url(assets/img/search-icon.svg) no-repeat right 20px center/40px;
  font-size: 14px;
  font-weight: 900;
}
#search-form-mobile input::placeholder {
  color: white;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023.98px) {
  #search-form-mobile input {
    border: 0;
  }
}

#search-form-mobile-open {
  padding-left: 30px;
  padding-right: 30px;
}
#search-form-mobile-open input {
  background: none;
  border: 0;
  border-bottom: 1px solid white;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.125rem;
  line-height: 28px;
  font-family: "Slabo 13px", serif;
  font-weight: 500;
  margin-top: 0.875rem;
}
#search-form-mobile-open input::placeholder {
  color: white;
  text-transform: capitalize;
}

footer {
  max-width: 2100px;
  background: url("assets/img/logo-only-dark.svg") no-repeat #1c355e;
  background-position: bottom right;
  background-size: auto;
}
@media only screen and (max-width: 767.98px) {
  footer {
    background: none;
  }
  footer .container {
    padding-left: 0;
    padding-right: 0;
  }
  footer .logo {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1023.98px) {
  footer {
    background-size: 60%;
  }
}
footer form {
  position: relative;
}
footer form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
footer form select,
footer form textarea {
  border-color: white;
}
footer form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::placeholder,
footer form select::placeholder,
footer form textarea::placeholder {
  color: white;
}
footer select {
  background-image: url(assets/img/icons/arrow-bottom-white.svg);
}
footer .offices-wrapper select {
  font-weight: 800;
  font-size: 15px;
  background-position: right 8px;
}
footer .footer-nav > .menu-item > a {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 2rem;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: uppercase;
}
footer .footer-nav a {
  transition: 0.3s ll ease;
}
footer .footer-nav a:hover {
  color: #c2a01e;
}
footer .footer-nav .sub-menu a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
}
footer .footer-nav .sub-menu li:not(:last-child) {
  margin-bottom: 1.125rem;
}
@media only screen and (min-width: 768px) {
  footer .offices-wrapper {
    padding-bottom: 11px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .footer-mobile-bottom {
    background: #172e55;
  }
}
footer .gform_fields {
  display: block !important;
}
footer .gform_fields .ginput_container.ginput_container_email {
  display: flex;
  position: relative !important;
}
footer .gform_fields .ginput_container.ginput_container_email input {
  font-family: "Muli", sans-serif;
  padding: 14px !important;
  font-size: 14px !important;
  font-weight: 900;
  letter-spacing: 0.5px;
  border: 1px solid #c2a01e !important;
  color: white !important;
  margin-top: 0;
}
footer .gform_fields .ginput_container.ginput_container_email input::placeholder {
  color: #9aa7b4 !important;
  font-size: 14px !important;
  font-weight: 900;
  letter-spacing: 0.5px;
}
footer .gform_footer {
  position: absolute !important;
  right: 0;
  top: 38px !important;
  height: 51px;
  min-width: 0 !important;
  width: 44px !important;
}
@media only screen and (min-width: 768px) {
  footer .gform_footer {
    top: 56px !important;
  }
}
@media only screen and (min-width: 1024px) {
  footer .gform_footer {
    top: 38px !important;
  }
}
footer .gform_footer input {
  color: transparent !important;
  width: 44px !important;
  height: 51px;
}
footer .gform_footer:after {
  border-left: 0 !important;
}
footer .gform_wrapper .gfield_label {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
footer .dupage-logo {
  text-align: right;
  margin-bottom: 0;
}
footer .dupage-logo img {
  display: inline-block;
  margin-bottom: 0.8rem;
}

.constant-contact-form-wrap h3 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 2rem;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: uppercase;
}
.constant-contact-form-wrap .ctct-form-wrapper .ctct-form .ctct-message {
  position: absolute;
  top: 60px;
  max-width: 350px;
}
.constant-contact-form-wrap .ctct-form-wrapper .ctct-form .ctct-form-description {
  display: none;
}
.constant-contact-form-wrap
  .ctct-form-wrapper
  .ctct-form
  .ctct-form-field-email
  span.ctct-label-top {
  display: none;
}
.constant-contact-form-wrap .ctct-form-wrapper .ctct-form .ctct-form-field-email input {
  display: block;
  font-family: "Muli", sans-serif;
  padding: 14px !important;
  font-size: 14px !important;
  font-weight: 900;
  letter-spacing: 0.5px;
  border: 1px solid #c2a01e !important;
  color: white !important;
  margin-top: 0;
}
.constant-contact-form-wrap
  .ctct-form-wrapper
  .ctct-form
  .ctct-form-field-email
  input::placeholder {
  text-transform: uppercase;
  color: #9aa7b4 !important;
  font-size: 14px !important;
  font-weight: 900;
  letter-spacing: 0.5px;
}
.constant-contact-form-wrap .ctct-form-wrapper .ctct-form .ctct-form-field-submit {
  position: absolute !important;
  right: 0;
  top: 0 !important;
  height: 51px;
  min-width: 0 !important;
  width: 44px !important;
}
.constant-contact-form-wrap .ctct-form-wrapper .ctct-form .ctct-form-field-submit:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  font-weight: 800;
  transform-origin: left;
  transition: 0.3s all ease;
  width: 44px;
  pointer-events: none;
  padding: 1rem;
  height: 100%;
  color: #c2a01e;
  border-left: 1px solid #c2a01e;
  background: url(assets/img/right-arrow-yellow.svg) no-repeat center center/cover;
  background-size: inherit;
  border-left: 0 !important;
}
.constant-contact-form-wrap .ctct-form-wrapper .ctct-form .ctct-form-field-submit input {
  color: transparent !important;
  width: 44px !important;
  height: 51px;
  background-color: transparent;
  border-left: 1px solid #c2a01e;
}
.constant-contact-form-wrap .ctct-form-wrapper .ctct-form .ctct-form-field-submit:hover input {
  background-color: #c2a01e;
}
.constant-contact-form-wrap .ctct-form-wrapper .ctct-form .ctct-form-field-submit:hover:after {
  border-color: white;
  background: url(assets/img/right-arrow.svg) no-repeat center center/cover;
  background-size: inherit;
}
.constant-contact-form-wrap .ctct-form-wrapper .ctct-disclosure {
  display: none !important;
}
.constant-contact-form-wrap .ctct-form-wrapper input[type="text"]:required:valid,
.constant-contact-form-wrap .ctct-form-wrapper input[type="email"]:required:valid,
.constant-contact-form-wrap .ctct-form-wrapper input[type="password"]:required:valid,
.constant-contact-form-wrap .ctct-form-wrapper input[type="tel"]:required:valid,
.constant-contact-form-wrap .ctct-form-wrapper input[type="number"]:required:valid {
  padding-left: 30px !important;
}

#post .addtoany_shortcode a > span {
  border-radius: 50% !important;
}

.content-accordion > .menu-item {
  position: relative;
  border-top: 1px solid #c2a01e;
}
.content-accordion > .menu-item:last-child {
  border-bottom: 1px solid #c2a01e;
}
.content-accordion > .menu-item > a {
  display: inline-block;
  font-size: 21px;
  line-height: 96px;
  font-family: "Slabo 13px", serif;
}
@media only screen and (max-width: 767.98px) {
  .content-accordion > .menu-item > a {
    font-size: 14px;
    text-transform: uppercase;
    font-family: Muli, sans-serif;
    line-height: 18px;
    font-weight: 800;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.content-accordion > .menu-item > a:after,
.content-accordion > .menu-item > a:before {
  transition: 0.3s all ease;
  position: absolute;
  top: 25px;
  right: 0;
  font-weight: 100;
  font-family: system-ui;
  font-size: 30px;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #c2a01e;
  line-height: 35px;
  color: white;
  font-weight: 300;
}
@media only screen and (max-width: 767.98px) {
  .content-accordion > .menu-item > a:after,
  .content-accordion > .menu-item > a:before {
    font-size: 30px;
    height: 30px;
    background-color: transparent;
    font-weight: 300;
    color: #c2a01e;
    width: auto;
    height: 100%;
    top: 16px;
    right: 16px;
    line-height: inherit;
  }
}
.content-accordion > .menu-item > a:after {
  content: "+";
}
.content-accordion > .menu-item > a:before {
  content: "-";
}
@media only screen and (min-width: 768px) {
  .content-accordion > .menu-item > a:hover:after,
  .content-accordion > .menu-item > a:hover:before {
    background-color: #002f5f;
  }
}
.content-accordion > .menu-item.is-active {
  background-color: #e8e8e8;
}
@media only screen and (min-width: 768px) {
  .content-accordion > .menu-item.is-active {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.content-accordion > .menu-item.is-active > a:after {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .content-accordion > .menu-item.is-active > a:after,
  .content-accordion > .menu-item.is-active > a:before {
    right: 2rem;
  }
}
.content-accordion .sub-menu {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s all ease;
  transform: translateY(10px);
}
@media only screen and (max-width: 767.98px) {
  .content-accordion .sub-menu {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.content-accordion > .menu-item.is-active .sub-menu {
  height: auto;
  padding: 0 0 30px;
  opacity: 1;
  transform: none;
}
@media only screen and (max-width: 767.98px) {
  .content-accordion > .menu-item.is-active .sub-menu {
    padding-left: 30px;
    padding-right: 30px;
    background: #f4f4f4;
  }
}

.content-accordion__sidebar > .menu-item {
  position: relative;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
}
.content-accordion__sidebar > .menu-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (max-width: 767.98px) {
  .content-accordion__sidebar > .menu-item {
    background-color: #1c355e;
    border-bottom: 1px solid #172e55;
  }
}
.content-accordion__sidebar > .menu-item > a {
  display: inline-block;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  line-height: 1.125rem;
  font-weight: 800;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
}
.content-accordion__sidebar > .menu-item > a:after,
.content-accordion__sidebar > .menu-item > a:before {
  transition: 0.3s all ease;
  position: absolute;
  font-family: system-ui;
  font-size: 30px;
  text-align: center;
  height: 30px;
  background-color: transparent;
  font-weight: 300;
  color: #c2a01e;
  width: auto;
  height: 100%;
  top: 16px;
  right: 0;
  line-height: inherit;
}
.content-accordion__sidebar > .menu-item > a:after {
  content: "+";
}
.content-accordion__sidebar > .menu-item > a:before {
  content: "-";
}
.content-accordion__sidebar > .menu-item > a:hover:after,
.content-accordion__sidebar > .menu-item > a:hover:before {
  background-color: transparent;
}
@media only screen and (max-width: 767.98px) {
  .content-accordion__sidebar > .menu-item > a {
    color: white;
  }
  .content-accordion__sidebar > .menu-item > a:after,
  .content-accordion__sidebar > .menu-item > a:before {
    right: 15px;
  }
}
.content-accordion__sidebar > .menu-item.is-active {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.content-accordion__sidebar > .menu-item.is-active > a:after {
  opacity: 0;
}
.content-accordion__sidebar > .menu-item.is-active > a:after,
.content-accordion__sidebar > .menu-item.is-active > a:before {
  right: 0;
}
@media only screen and (max-width: 767.98px) {
  .content-accordion__sidebar > .menu-item.is-active {
    background-color: #1c355e;
  }
  .content-accordion__sidebar > .menu-item.is-active > a {
    color: #c2a01e;
  }
  .content-accordion__sidebar > .menu-item.is-active > a:after,
  .content-accordion__sidebar > .menu-item.is-active > a:before {
    right: 15px;
  }
}
.content-accordion__sidebar .sub-menu {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s all ease;
  transform: translateY(10px);
  border-top: 1px solid #e8e8e8;
}
.content-accordion__sidebar .sub-menu.wysiwyg-content p a {
  text-decoration: none;
}
.content-accordion__sidebar .sub-menu.wysiwyg-content p.link-active {
  font-weight: bold;
}
.content-accordion__sidebar .sub-menu.wysiwyg-content p.link-active a {
  color: #1c355e;
}
.content-accordion__sidebar > .menu-item.is-active .sub-menu {
  height: auto;
  padding: 16px 0;
  opacity: 1;
  transform: none;
}
@media only screen and (max-width: 767.98px) {
  .content-accordion__sidebar > .menu-item.is-active .sub-menu {
    padding: 30px;
    color: white;
    background-color: #172e55;
    border-top: 0;
  }
}

/*
	Global Adjustments
*/
.wysiwyg-content {
  padding-bottom: 3rem;
}

.wysiwyg-content h3 {
  margin-bottom: 1rem;
}

.wysiwyg-content h4 {
  margin-bottom: 1rem;
}

.wysiwyg-content h6 {
  margin-bottom: 0.5rem;
  margin-top: 1rem !important;
}

.page-890 h6 {
  margin-top: 0px !important;
  line-height: 10px;
  margin-bottom: 4rem !important;
}

.page-890 h3 {
  margin-bottom: 0.75rem;
}

.page-863 h3 {
  margin-bottom: 0.8rem;
}

.page-1008 .wysiwyg-content {
  padding-bottom: 1rem;
}

footer .footer-nav .sub-menu li:not(:last-child) {
  margin-bottom: 0.425rem;
}

.post-content blockquote {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.wysiwyg-content blockquote {
  margin-top: 1rem;
}

.content-accordion > .menu-item > a {
  font-size: 25px;
}

.content-accordion__sidebar > .menu-item > a {
  display: inline-block;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  line-height: 1.125rem;
  font-weight: 800;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
}

.page-874 .link {
  margin-bottom: 2rem;
}

.page-858 .wysiwyg-content h6,
.page-993 .wysiwyg-content h6 {
  margin-top: 3rem !important;
}

.page-858 .wysiwyg-content .h3-adjustment,
.page-993 .wysiwyg-content .h3-adjustment {
  margin-bottom: -3rem;
}

.page-892 .wysiwyg-content h6 {
  margin-bottom: 0.8rem;
  margin-top: 2.8rem !important;
}

.page-894 .wysiwyg-content h6 {
  margin-top: 2rem !important;
}

@media only screen and (max-width: 1236px) and (min-width: 1024px) {
  #main-header .inner .space-x-5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  #main-header .ml-8 {
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 1150px) and (min-width: 1024px) {
  #main-header .inner .menu-item {
    max-width: 140px;
  }
  #main-header .inner .menu-item a {
    line-height: 1.2rem;
  }
  #main-header .inner .menu-item .sub-menu li {
    max-width: inherit !important;
  }
  #main-header .inner .space-x-5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .header-nav > .menu-item:before {
    top: -10px;
  }
}
@media only screen and (max-width: 1060px) and (min-width: 1024px) {
  #main-header .inner .space-x-5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
@media only screen and (max-width: 768px) {
  .page-893 .gap-10,
  .page-870 .gap-10,
  .page-899 .gap-10,
  .page-890 .gap-10 {
    gap: 0;
  }

  #modular {
    padding-top: 1rem !important;
  }

  .page-858 .wysiwyg-content .h6-mobile-adjustments,
  .page-872 .wysiwyg-content .h6-mobile-adjustments,
  .page-993 .wysiwyg-content .h6-mobile-adjustments,
  .page-890 .wysiwyg-content .h6-mobile-adjustments {
    margin-top: -2.5rem !important;
  }

  .page-872 .wysiwyg-content .h2-mobile-adjustments {
    margin-top: -4rem !important;
  }

  .page-874 .wysiwyg-content .h6-mobile-adjustments,
  .page-874 .wysiwyg-content .h3-mobile-adjustments,
  .page-874 .wysiwyg-content .p-mobile-adjustments,
  .page-873 .wysiwyg-content .h6-mobile-adjustments,
  .page-873 .wysiwyg-content .h3-mobile-adjustments,
  .page-873 .wysiwyg-content .p-mobile-adjustments,
  .page-898 .wysiwyg-content .h6-mobile-adjustments,
  .page-898 .wysiwyg-content .h3-mobile-adjustments,
  .page-898 .wysiwyg-content .p-mobile-adjustments,
  .page-901 .wysiwyg-content .h6-mobile-adjustments,
  .page-901 .wysiwyg-content .h3-mobile-adjustments,
  .page-901 .wysiwyg-content .p-mobile-adjustments,
  .page-863 .wysiwyg-content .h6-mobile-adjustments,
  .page-863 .wysiwyg-content .h3-mobile-adjustments,
  .page-863 .wysiwyg-content .p-mobile-adjustments {
    margin-top: -4.2rem !important;
  }

  .content-accordion > .menu-item > a {
    font-size: 0.875rem;
    line-height: 1.875rem !important;
  }

  .content-accordion > .menu-item.is-active .sub-menu {
    padding-top: 30px;
  }

  .page-1008 #accordion.content-accordion__sidebar .sub-menu {
    padding-bottom: 0rem;
  }
}

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